.progress-bar-container{width:100%;max-width:600px;margin:0 auto 2rem;padding:1rem}.progress-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.progress-message{font-size:.875rem;color:#6b7280;font-weight:500}.progress-percentage{font-size:.875rem;color:#374151;font-weight:600}.progress-bar-wrapper{width:100%;height:8px;background-color:#e5e7eb;border-radius:9999px;overflow:hidden}.progress-bar-fill{height:100%;border-radius:9999px;transition:width .5s ease,background-color .5s ease}.option-card{padding:1.25rem;background:#fff;border:2px solid #e5e7eb;border-radius:.75rem;cursor:pointer;transition:all .2s ease;font-size:1rem;font-weight:500;color:#374151;text-align:center;min-height:60px;display:flex;align-items:center;justify-content:center}.option-card:hover{border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 4px 6px -1px #3b82f633}.option-card.selected{background:#3b82f6;border-color:#3b82f6;color:#fff}.option-card:active{transform:translateY(0)}.budget-card{padding:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:.75rem;cursor:pointer;transition:all .2s ease;color:#fff;font-size:1.125rem;font-weight:600;text-align:center;min-height:80px;display:flex;align-items:center;justify-content:center}.budget-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #667eea66}.budget-card:active{transform:translateY(-2px)}.question-card{max-width:800px;margin:0 auto;padding:2rem;background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.question-text{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:2rem;text-align:center}.options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-top:1.5rem}.budget-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;margin-top:1.5rem}.submit-multiple-btn{margin-top:2rem;padding:.875rem 2rem;background:#3b82f6;color:#fff;border:none;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;width:100%;transition:background .2s ease;display:block}.submit-multiple-btn:hover{background:#2563eb}.submit-multiple-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 640px){.question-card{padding:1.5rem}.question-text{font-size:1.25rem}.options-grid{grid-template-columns:1fr}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem}.spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-message{margin-top:1rem;color:#6b7280;font-size:.875rem}.error-container{max-width:500px;margin:2rem auto;padding:2rem;background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;text-align:center}.error-icon{font-size:3rem;margin-bottom:1rem}.error-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.error-message{color:#6b7280;margin-bottom:.5rem}.error-hint{color:#9ca3af;font-size:.875rem;margin-bottom:1rem;font-style:italic}.error-retry{padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:background .2s ease}.error-retry:hover{background:#2563eb}.question-flow{min-height:100vh;padding:2rem 1rem;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.complete{max-width:600px;margin:4rem auto;padding:3rem;background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;text-align:center}.complete h2{font-size:2rem;color:#1f2937;margin-bottom:1rem}.complete p{color:#6b7280;font-size:1.125rem;margin-bottom:1rem}.complete-button{padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease}.complete-button.primary{background:#3b82f6;color:#fff}.complete-button.primary:hover{background:#2563eb}.complete-button.secondary{background:#fff;color:#3b82f6;border:2px solid #3b82f6}.complete-button.secondary:hover{background:#eff6ff}.gift-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a;transition:transform .2s ease,box-shadow .2s ease;position:relative;display:flex;flex-direction:column;height:100%}.gift-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0003}.gift-number{position:absolute;top:1rem;right:1rem;width:2rem;height:2rem;background:#3b82f6;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;z-index:10}.gift-image-container{width:100%;height:250px;overflow:hidden;background:#f3f4f6}.gift-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.gift-card:hover .gift-image{transform:scale(1.05)}.gift-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.gift-name{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.gift-price{font-size:1.5rem;font-weight:700;color:#3b82f6;margin-bottom:1rem}.gift-description{color:#6b7280;line-height:1.6;margin-bottom:1.5rem;flex-grow:1;font-size:.9375rem}.gift-link-button{padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:background .2s ease;width:100%;margin-top:auto}.gift-link-button:hover{background:#2563eb}.gift-suggestions{max-width:1200px;margin:0 auto;padding:2rem}.suggestions-title{font-size:2rem;font-weight:700;color:#1f2937;text-align:center;margin-bottom:2rem}.suggestions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2rem}.loading-suggestions,.no-suggestions{text-align:center;padding:3rem;color:#6b7280}@media (max-width: 768px){.suggestions-grid{grid-template-columns:1fr}.suggestions-title{font-size:1.5rem}}.results-actions{max-width:1200px;margin:2rem auto;padding:0 2rem}.action-error{background:#fee2e2;color:#991b1b;padding:1rem;border-radius:.5rem;margin-bottom:1rem;text-align:center}.actions-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.action-button{padding:.875rem 2rem;border:none;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;min-width:180px}.action-button:disabled{opacity:.6;cursor:not-allowed}.action-button.primary{background:#3b82f6;color:#fff}.action-button.primary:hover:not(:disabled){background:#2563eb}.action-button.secondary{background:#fff;color:#3b82f6;border:2px solid #3b82f6}.action-button.secondary:hover:not(:disabled){background:#eff6ff}.results-page{min-height:100vh;padding:2rem 1rem;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.app{min-height:100vh}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.relative{position:relative}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}}
