@import"https://fonts.googleapis.com/css2?family=Fraunces:wght@500;600;700&family=Manrope:wght@400;500;600;700&display=swap";:root{--bg-page: #f4efe7;--bg-shell: linear-gradient(180deg, #f8f3ec 0%, #efe5d8 100%);--bg-card: rgba(255, 252, 246, .82);--bg-card-strong: #fffdf9;--bg-muted: rgba(138, 111, 79, .08);--bg-accent: #1f4c4c;--bg-accent-soft: rgba(31, 76, 76, .1);--text-main: #2c2117;--text-muted: #685848;--text-soft: #8a7a69;--text-on-accent: #fdf8f1;--border: rgba(121, 96, 69, .16);--border-strong: rgba(63, 53, 39, .28);--success: #255d47;--warning: #a16e2d;--danger: #a64a39;--shadow-soft: 0 20px 60px rgba(77, 53, 24, .08);--shadow-card: 0 16px 40px rgba(67, 44, 18, .1);--radius-xl: 32px;--radius-lg: 24px;--radius-md: 18px;--radius-sm: 12px;--font-sans: "Manrope", "Segoe UI", sans-serif;--font-display: "Fraunces", Georgia, serif}*,*:before,*:after{box-sizing:border-box}html{font-size:16px;color-scheme:light}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at top left,rgba(216,185,148,.26),transparent 28%),radial-gradient(circle at top right,rgba(77,118,118,.14),transparent 24%),var(--bg-page);color:var(--text-main);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}img{display:block;width:100%}#root{min-height:100vh}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.page-shell,.result-page,.marketing-page{width:min(1240px,calc(100% - 32px));margin:0 auto}.marketing-page,.page-shell,.result-page,.center-page{padding:24px 0 56px}.marketing-page{display:grid;gap:32px}.hero-splash{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;padding:28px;border-radius:var(--radius-xl);background:var(--bg-shell);border:1px solid var(--border);box-shadow:var(--shadow-soft)}.hero-splash__content,.hero-splash__panel{min-width:0}.hero-splash h1,.step-header__title,.hero-card h1,.empty-state h2,.error-state h2{margin:0;font-family:var(--font-display);font-weight:600;line-height:1.04;letter-spacing:-.02em}.hero-splash h1{max-width:10ch;font-size:clamp(2.8rem,6vw,5rem)}.hero-splash p,.step-header__description,.hero-card__body p,.content-card__header p,.hero-preview__item,.feature-card p,.status-card__description,.empty-state p,.error-state p{color:var(--text-muted);line-height:1.6}.hero-splash__actions,.wizard-actions,.wizard-actions__right,.result-page__topbar,.result-page__topbar-actions,.hero-card__meta,.upload-panel__header,.alternative-card__header,.history-item__row{display:flex;align-items:center;gap:12px}.hero-preview,.content-card,.content-card--soft,.review-card,.status-card,.hero-card,.empty-state,.error-state,.panel,.upload-panel{border-radius:var(--radius-lg);background:var(--bg-card);border:1px solid var(--border);box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-preview{height:100%;padding:24px;display:grid;align-content:start;gap:14px;background:linear-gradient(150deg,#fffcf6d1,#efe5d8eb),var(--bg-card)}.hero-preview__eyebrow,.eyebrow,.step-header__eyebrow,.wizard-stepper__eyebrow,.product-card-v2__category,.review-card__label,.mini-title,.section-title{text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;color:var(--text-soft)}.hero-preview__item,.feature-card,.option-card,.palette-card,.goal-chip,.history-item,.mode-card,.visual-card,.wizard-stepper__item{transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.hero-preview__item{padding:16px 18px;border-radius:var(--radius-md);background:#ffffff8c;border:1px solid rgba(121,96,69,.12)}.feature-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.feature-card{padding:24px;border-radius:var(--radius-lg);background:#fffcf6bd;border:1px solid var(--border)}.feature-card:hover,.option-card:hover,.palette-card:hover,.goal-chip:hover,.mode-card:hover,.visual-card:hover,.history-item:hover{transform:translateY(-2px);border-color:var(--border-strong)}.feature-card__icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;color:var(--text-on-accent);background:var(--bg-accent)}.feature-card h2,.content-card__header h2,.status-card__title,.alternative-card h3,.panel__title{margin:0;font-size:1.1rem}.page-shell{display:grid}.wizard-shell{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px}.wizard-shell__main,.wizard-shell__sidebar,.wizard-shell__footer,.result-page__main,.result-page__side{min-width:0}.wizard-shell__footer{grid-column:1 / -1;position:sticky;bottom:16px;z-index:5}.wizard-actions{justify-content:space-between;padding:16px 18px;border-radius:999px;background:#fffdf9eb;border:1px solid var(--border);box-shadow:var(--shadow-card)}.wizard-actions__right{justify-content:flex-end}.step-page,.stage-stack,.sidebar-stack,.result-page__main,.result-page__side,.alternative-stack,.bullet-columns,.history-list,.debug-drawer,.regenerate-grid{display:grid;gap:20px}.step-page__topbar,.result-page__topbar{justify-content:space-between;flex-wrap:wrap;margin-bottom:20px}.step-header{margin-bottom:24px;display:grid;gap:12px}.step-header__title{font-size:clamp(2rem,4vw,3.25rem)}.content-card,.content-card--soft,.upload-panel,.panel,.review-card,.status-card,.hero-card,.empty-state,.error-state{padding:22px}.content-card__header{display:flex;justify-content:space-between;gap:12px;margin-bottom:18px}.content-card--soft{background:#fffaf2b8}.option-grid,.field-grid,.product-grid-v2,.regenerate-grid{display:grid;gap:16px}.option-grid--two,.field-grid,.regenerate-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.option-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.option-card,.palette-card,.mode-card{text-align:left;padding:18px;border-radius:var(--radius-md);border:1px solid var(--border);background:#fff9}.option-card.is-selected,.palette-card.is-selected,.goal-chip.is-selected,.mode-card.is-active,.visual-card.is-selected,.wizard-stepper__item.is-active,.history-item.is-active{border-color:#1f4c4c85;background:#1f4c4c1a;box-shadow:inset 0 0 0 1px #1f4c4c1f}.option-card__title,.palette-card__title,.mode-card__title{font-weight:700;margin-bottom:8px}.option-card__description,.palette-card__description,.mode-card__description,.goal-chip__description,.review-card__value,.panel__description,.section-description,.upload-dropzone__description,.upload-preview-card__name,.history-item__meta{color:var(--text-muted);line-height:1.5}.visual-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.visual-card{padding:12px;border-radius:var(--radius-lg);border:1px solid var(--border);background:#fff9;text-align:left}.visual-card__image{aspect-ratio:1.28;object-fit:cover;border-radius:16px;margin-bottom:14px}.visual-card__body{display:grid;gap:8px}.visual-card__title{font-weight:700}.visual-card__description{color:var(--text-muted)}.palette-card__swatches{display:flex;gap:8px;margin-bottom:14px}.palette-card__swatch{width:26px;height:26px;border-radius:999px;border:1px solid rgba(17,17,17,.08)}.goal-list{display:grid;gap:12px}.goal-chip{display:grid;gap:6px;padding:16px 18px;border-radius:var(--radius-md);border:1px solid var(--border);background:#ffffff8c;text-align:left}.goal-chip__title{font-weight:700}.upload-dropzone{margin-top:18px;padding:28px;border-radius:var(--radius-lg);border:1.5px dashed rgba(31,76,76,.32);background:linear-gradient(180deg,#1f4c4c12,#ffffff75);display:grid;justify-items:center;gap:8px;text-align:center;color:var(--text-muted)}.upload-dropzone__title{color:var(--text-main);font-weight:700}.upload-preview-grid{margin-top:18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.upload-preview-card{position:relative;overflow:hidden;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg-card-strong)}.upload-preview-card__image{aspect-ratio:1.2;object-fit:cover}.upload-preview-card__meta{padding:12px;display:grid;gap:4px}.upload-status{display:inline-flex;align-items:center;gap:6px;font-size:.84rem;color:var(--text-soft)}.upload-status.is-uploaded{color:var(--success)}.upload-status.is-error{color:var(--danger)}.icon-btn,.ghost-btn,.primary-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;border:1px solid transparent;transition:transform .18s ease,background .18s ease,border-color .18s ease,opacity .18s ease}.icon-btn{width:38px;height:38px;position:absolute;right:10px;top:10px;background:#fffaf2e0;border-color:#79604529}.ghost-btn,.primary-btn{min-height:46px;padding:0 18px}.ghost-btn{color:var(--text-main);border-color:var(--border);background:#fffdf9ad}.primary-btn{color:var(--text-on-accent);background:var(--bg-accent)}.primary-btn:hover,.ghost-btn:hover,.icon-btn:hover{transform:translateY(-1px)}.primary-btn:disabled,.ghost-btn:disabled,.mode-card:disabled{opacity:.55;cursor:not-allowed}.field{display:grid;gap:8px;color:var(--text-muted)}.field input,.field select{min-height:48px;padding:0 14px;border-radius:14px;border:1px solid var(--border);background:#fffc;color:var(--text-main)}.field input:focus,.field select:focus{outline:none;border-color:#1f4c4c6b;box-shadow:0 0 0 4px #1f4c4c14}.toggle-row{display:flex;align-items:center;gap:10px;margin-top:16px}.review-card{display:grid;gap:14px}.review-card__section{display:grid;gap:6px;padding-bottom:14px;border-bottom:1px solid rgba(121,96,69,.1)}.review-card__section:last-child{padding-bottom:0;border-bottom:0}.review-card__value{color:var(--text-main);font-weight:600}.wizard-stepper{display:grid;gap:10px}.wizard-stepper__item{display:flex;align-items:center;gap:14px;padding:14px;border-radius:var(--radius-md);background:#ffffff85;border:1px solid var(--border)}.wizard-stepper__item.is-complete .wizard-stepper__dot{background:var(--success);color:var(--text-on-accent)}.wizard-stepper__dot{width:32px;height:32px;border-radius:999px;display:grid;place-items:center;flex:none;font-weight:700;background:#7960451f;color:var(--text-main)}.project-pill,.status-pill,.budget-badge,.confidence-badge{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 12px;border-radius:999px;font-size:.82rem;background:#7960451f;color:var(--text-main)}.status-pill.is-completed,.budget-badge.is-good{background:#255d471f;color:var(--success)}.status-pill.is-failed,.budget-badge.is-over{background:#a64a3924;color:var(--danger)}.budget-badge.is-close{background:#a16e2d24;color:var(--warning)}.status-card{display:grid;gap:14px;text-align:center}.status-card__loader{display:inline-flex;justify-content:center;gap:10px}.status-card__loader span{width:12px;height:12px;border-radius:999px;background:var(--bg-accent);animation:pulse 1.2s infinite ease-in-out}.status-card__loader span:nth-child(2){animation-delay:.12s}.status-card__loader span:nth-child(3){animation-delay:.24s}.status-card__warning,.form-error{padding:12px 14px;border-radius:14px;background:#a64a3917;color:var(--danger)}.form-error--block{margin-bottom:18px;display:grid;gap:4px}.result-page__grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px}.hero-card{display:grid;grid-template-columns:1.1fr .9fr;gap:20px;overflow:hidden}.hero-card__media{min-height:360px;border-radius:18px;overflow:hidden;background:linear-gradient(160deg,#cdc2b173,#ffffffa6),#fff9}.hero-card__image,.hero-card__placeholder{width:100%;height:100%}.hero-card__image{object-fit:cover}.hero-card__placeholder{padding:28px;display:grid;align-content:end;gap:10px}.hero-card__placeholder-title{font-family:var(--font-display);font-size:2rem}.hero-card__placeholder-description{color:var(--text-muted);line-height:1.6}.hero-card__body{display:grid;align-content:start;gap:14px}.hero-card h1{font-size:clamp(2rem,3.5vw,3rem)}.product-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card-v2{overflow:hidden;border-radius:var(--radius-md);border:1px solid var(--border);background:#ffffffb8}.product-card-v2__image-wrap{aspect-ratio:1.18;background:#d8ccbe3d}.product-card-v2__image{height:100%;object-fit:cover}.product-card-v2__image--empty{display:grid;place-items:center;color:var(--text-soft)}.product-card-v2__body{padding:14px;display:grid;gap:8px}.product-card-v2__title,.alternative-card__price{font-weight:700}.product-card-v2__price{font-size:1.1rem;font-weight:700}.product-card-v2__meta{color:var(--text-muted);font-size:.9rem}.alternative-card{padding:18px;border-radius:var(--radius-lg);background:#ffffff9e;border:1px solid var(--border)}.bullet-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.bullet-list{margin:10px 0 0;padding-left:18px;display:grid;gap:8px;color:var(--text-muted)}.bullet-list strong{color:var(--text-main)}.history-item{display:grid;gap:8px;padding:16px;border-radius:var(--radius-md);border:1px solid var(--border);background:#ffffff8a}.regenerate-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mode-card__status{margin-top:10px;color:var(--bg-accent);font-weight:700}.debug-drawer__block{padding:14px;border-radius:14px;background:#ffffffb3;border:1px solid var(--border)}.debug-drawer pre{margin:0;overflow-x:auto;white-space:pre-wrap;word-break:break-word;color:var(--text-muted)}.empty-state,.error-state,.center-page{display:grid;place-items:center}.empty-state,.error-state{gap:12px;width:min(560px,100%);text-align:center}.empty-state h2,.error-state h2{font-size:2rem}.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--bg-accent);font-weight:700}.spin{animation:spin 1s linear infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(.72);opacity:.55}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:1080px){.hero-splash,.wizard-shell,.result-page__grid,.hero-card{grid-template-columns:1fr}.wizard-shell__footer{position:static}}@media(max-width:760px){.marketing-page,.page-shell,.result-page{width:min(100% - 20px,100%)}.marketing-page,.page-shell,.result-page,.center-page{padding:14px 0 28px}.feature-strip,.option-grid--three,.option-grid--two,.field-grid,.visual-grid,.product-grid-v2,.bullet-columns,.regenerate-grid,.upload-preview-grid{grid-template-columns:1fr}.hero-splash{padding:20px}.wizard-actions{border-radius:24px;align-items:stretch;flex-direction:column}.wizard-actions__right,.result-page__topbar,.result-page__topbar-actions{width:100%;flex-direction:column;align-items:stretch}.ghost-btn,.primary-btn,.mode-card{width:100%}.hero-card__media{min-height:260px}}
