*{box-sizing:border-box}body{margin:0;background:#f6efe7;color:#211610;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea,select{font:inherit}button{border:0;border-radius:999px;padding:12px 18px;background:#211610;color:#fff;font-weight:900;cursor:pointer;transition:transform .15s ease,opacity .15s ease}button:hover{transform:translateY(-1px)}button:disabled{opacity:.6;cursor:not-allowed;transform:none}button.secondary{background:#ead8c2;color:#211610}input,textarea,select{width:100%;border:1px solid #decbb4;border-radius:16px;background:#fff;color:#211610;padding:13px 14px;outline:none}textarea{min-height:96px;resize:vertical;line-height:1.5}.app{min-height:100vh;padding-bottom:60px}.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px min(32px,5vw);background:#f6efe7db;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(222,203,180,.6)}.brandButton{display:flex;align-items:center;gap:12px;background:transparent;color:#211610;padding:0;border-radius:0}.brandButton:hover{transform:none}.logoMark{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:#211610;color:#fff8ed;font-weight:1000}.brandButton strong{display:block;font-size:18px;line-height:1;letter-spacing:-.04em}.brandButton small{display:block;color:#7a6251;margin-top:3px}.topbar nav{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.topbar nav button{background:transparent;color:#5d493b;padding:10px 12px}.topbar nav button.navActive{background:#211610;color:#fff}.toast{width:min(1180px,calc(100% - 40px));margin:18px auto 0;padding:14px 18px;border-radius:18px;background:#fff8ed;border:1px solid #decbb4;color:#6b3f2a;font-weight:800;box-shadow:0 14px 50px #40261614}.errorToast{background:#ffe9e9;color:#8c1d1d;border-color:#fcc}.heroPage,.pageShell{width:min(1180px,calc(100% - 40px));margin:0 auto}.heroPage{padding-top:46px}.heroCard{padding:clamp(30px,5vw,60px);border-radius:42px;background:radial-gradient(circle at 15% 10%,rgba(201,156,85,.24),transparent 32%),linear-gradient(135deg,#fffaf2,#f2dfc9);box-shadow:0 24px 80px #4026161f}.badge{display:inline-flex;width:fit-content;padding:7px 12px;border-radius:999px;background:#ead8c2;color:#6b3f2a;font-size:12px;font-weight:1000;letter-spacing:.16em;text-transform:uppercase}.heroCard h1,.pageHeader h1{margin:16px 0 12px;font-size:clamp(44px,8vw,86px);line-height:.88;letter-spacing:-.075em}.heroCard p,.pageHeader p{max-width:760px;margin:0;color:#765f50;font-size:18px;line-height:1.65}.heroActions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.quickGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:22px}.infoTile{padding:24px;border-radius:28px;background:#fffaf2;box-shadow:0 16px 50px #40261614}.infoTile h3{margin:0 0 8px;font-size:22px;letter-spacing:-.04em}.infoTile p{margin:0;color:#765f50;line-height:1.5}.pageShell{padding-top:34px}.pageHeader{margin-bottom:24px}.pageHeader h1{font-size:clamp(42px,6vw,70px)}.panelBlock{padding:28px;margin-bottom:20px;border-radius:32px;background:#fffaf2;box-shadow:0 18px 60px #4026161a}.panelBlock h3{margin:0 0 8px;font-size:25px;letter-spacing:-.045em}.muted{color:#765f50;line-height:1.55;margin:0 0 18px}.noMargin{margin:0}.twoCols{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.threeCols{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.field{display:grid;gap:8px;margin-bottom:16px}.field>span{font-size:14px;color:#4f3c30;font-weight:900}.colorRow{display:grid;grid-template-columns:64px 1fr;gap:10px}.colorRow input[type=color]{height:48px;padding:4px}.segmented{display:inline-flex;flex-wrap:wrap;gap:6px;padding:6px;margin-bottom:22px;border-radius:999px;background:#ead8c2}.segmented button{background:transparent;color:#5f493c;padding:10px 14px}.segmented button.selected{background:#211610;color:#fff}.segmented.compact{margin:8px 0 18px}.rightFit{margin:0}.typographyBox{padding:22px;border:1px solid #ead8c2;border-radius:26px;margin-bottom:16px;background:#f9eddf}.chipGrid{display:flex;flex-wrap:wrap;gap:10px}.chip{background:#fff;color:#5f493c;border:1px solid #decbb4}.selectedChip{background:#211610;color:#fff;border-color:#211610}.inlineError{padding:12px 14px;border-radius:16px;background:#ffe9e9;color:#8c1d1d;margin-bottom:14px;font-weight:800}.warning{padding:14px 16px;border-radius:18px;background:#fff4cd;color:#7a4d00;margin-bottom:18px;font-weight:750}.bigAction{width:100%;padding:18px 24px;font-size:17px}.sectionHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.emptyState{padding:28px;border-radius:28px;background:#fffaf2;color:#765f50;font-weight:800;box-shadow:0 18px 60px #4026161a}.resultToolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px;border-radius:26px;background:#fffaf2;margin-bottom:20px;box-shadow:0 12px 40px #40261614}.resultToolbar span{display:block;color:#765f50;margin-top:4px}.mockupGrid{display:grid;gap:24px}.mockupCard{display:grid;grid-template-columns:minmax(320px,430px) 1fr;gap:22px;padding:22px;border-radius:34px;background:#fffaf2;box-shadow:0 22px 70px #4026161f}.posterPreviewWrap{width:100%;aspect-ratio:720 / 1020;overflow:hidden;border-radius:24px;border:1px solid #decbb4;background:#fff;box-shadow:inset 0 0 0 1px #fff9}.posterPreview{width:720px;height:1020px;border:0;transform-origin:top left;display:block}.mockupInfo h3{margin:14px 0 8px;font-size:clamp(26px,4vw,42px);line-height:.98;letter-spacing:-.06em}.summary{color:#6b3f2a;font-weight:800;font-size:17px;line-height:1.5}.providerBadges{display:flex;flex-wrap:wrap;gap:8px}.providerBadges span{display:inline-flex;padding:7px 10px;border-radius:999px;background:#ead8c2;color:#6b3f2a;font-size:12px;font-weight:900}.buttonRow{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.expandedDetails{margin-top:18px;padding:18px;border-radius:24px;background:#f7eadb}.detail{padding:12px 0;border-bottom:1px solid #e1cdb2}.detail:last-child{border-bottom:0}.detail strong{display:block;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:#8a6d55;margin-bottom:6px}.detail p,.detail ul{margin:0;color:#5f493c;line-height:1.55}.detail ul{padding-left:18px}.savedList{display:grid;gap:14px}.savedRun{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px;border-radius:26px;background:#fffaf2;box-shadow:0 14px 44px #40261614}.savedRun h3{margin:0 0 6px;font-size:24px;letter-spacing:-.04em}.savedRun p{margin:0 0 6px;color:#765f50}.savedRun small{color:#8a6d55}@media (max-width: 980px){.topbar{align-items:flex-start;flex-direction:column}.topbar nav{justify-content:flex-start}.quickGrid,.twoCols,.threeCols,.mockupCard{grid-template-columns:1fr}.sectionHeader,.resultToolbar,.savedRun{flex-direction:column;align-items:stretch}}@media (min-width: 981px){.posterPreviewWrap{max-width:430px}}.helperChatBlock{background:linear-gradient(180deg,#fffaf2,#fff6ec)}.helperProgress{display:inline-flex;align-items:center;justify-content:center;min-width:70px;height:40px;padding:0 14px;border-radius:999px;background:#211610;color:#fff8ed;font-weight:1000}.chatShell{border:1px solid #ead8c2;border-radius:28px;overflow:hidden;background:#f8eadb}.chatMessages{max-height:460px;overflow:auto;padding:20px;display:grid;gap:12px}.chatBubble{width:fit-content;max-width:min(680px,100%);padding:13px 16px;border-radius:22px;line-height:1.5;font-weight:700}.surgeBubble{background:#fffaf2;color:#4f3c30;border-bottom-left-radius:8px;box-shadow:0 8px 24px #4026160f}.userBubble{margin-left:auto;background:#211610;color:#fff8ed;border-bottom-right-radius:8px;white-space:pre-wrap}.chatComposer{padding:18px;border-top:1px solid #ead8c2;background:#fffaf2}.chatComposer textarea{min-height:104px}.helperReviewGrid{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0 16px}.reviewPill{background:#f4e3d1;color:#5f493c;padding:9px 12px;font-size:13px}.choiceCards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:14px 0 20px}.choiceCard{display:grid;grid-template-columns:auto 1fr;align-items:start;gap:10px;text-align:left;padding:16px;border-radius:20px;border:1px solid #decbb4;background:#fffaf2;color:#4f3c30}.choiceCard:hover{transform:translateY(-1px)}.choiceCard strong{display:block;font-size:15px;line-height:1.2}.choiceCard small{display:block;margin-top:5px;color:#765f50;line-height:1.35;font-weight:700}.selectedChoice{background:#211610;color:#fff8ed;border-color:#211610}.selectedChoice small{color:#ead8c2}.fakeRadio{width:18px;height:18px;border-radius:999px;border:2px solid currentColor;margin-top:1px;box-shadow:inset 0 0 0 4px transparent}.selectedChoice .fakeRadio{background:#fff8ed;border-color:#fff8ed;box-shadow:inset 0 0 0 4px #211610}@media (max-width: 980px){.choiceCards{grid-template-columns:1fr}}.clickablePreview{display:block;padding:0;border-radius:24px;background:#fff;cursor:zoom-in}.clickablePreview:hover{transform:translateY(-2px)}.clickablePreview iframe{pointer-events:none}.miniControls{margin:16px 0;padding:14px;border-radius:18px;background:#f7eadb}.miniControls strong{display:block;margin-bottom:10px;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:#8a6d55}.miniControlLabel{margin-top:14px}.controlChips{display:flex;gap:8px;flex-wrap:wrap}.posterModal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;flex-direction:column;padding:18px;background:#0e0a08c7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.posterModalHeader{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border-radius:24px;background:#fffaf2;margin-bottom:14px;box-shadow:0 18px 60px #0000002e}.posterModalHeader strong{display:block;font-size:18px;letter-spacing:-.03em}.posterModalHeader span{display:block;margin-top:3px;color:#765f50;font-size:13px;font-weight:800}.posterEditorGrid{min-height:0;flex:1;display:grid;grid-template-columns:minmax(360px,1fr) 320px;gap:14px}.largePosterStage{min-height:0;display:grid;place-items:center;padding:18px;border-radius:28px;background:#16110e;overflow:auto}.largePosterFrame{width:720px;height:1020px;border:0;border-radius:12px;background:#fff;box-shadow:0 30px 100px #0000006b;transform-origin:center center}.editorPanel{overflow:auto;padding:20px;border-radius:28px;background:#fffaf2;box-shadow:0 18px 60px #0000002e}.editorPanel h3{margin:0 0 8px;font-size:28px;letter-spacing:-.045em}.editorGroup{padding:16px 0;border-top:1px solid #ead8c2}.editorGroup strong{display:block;margin-bottom:10px;color:#4f3c30}.stackedButtons{display:grid;gap:8px}.selectedControl{background:#211610;color:#fff8ed}.buttonColumn{display:grid;gap:10px;margin-top:14px}@media (max-width: 980px){.posterModal{padding:10px}.posterEditorGrid{grid-template-columns:1fr;overflow:auto}.largePosterFrame{transform:scale(.54);transform-origin:top center;margin-bottom:-465px}.editorPanel{max-height:none}}@media (min-width: 981px) and (max-height: 1120px){.largePosterFrame{transform:scale(.72);margin:-142px 0}}@media (min-width: 981px) and (min-height: 1121px){.largePosterFrame{transform:scale(.86);margin:-72px 0}}.failedMockupCard{display:block;min-height:100%;border:1px dashed #d0a24f;background:linear-gradient(180deg,#fffaf2,#fff4e5)}.failedMockupInfo{padding:28px}.failureReason{margin:0 0 18px;color:#765f50;line-height:1.55;white-space:pre-wrap}.designDetailsGroup{border-bottom:1px solid #ead8c2;padding-bottom:18px}.designDetailsPanel{display:grid;gap:16px}.designDetailSection{padding:14px;border-radius:18px;background:#f7eadb}.designDetailLabel{display:block;margin-bottom:10px;font-size:12px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:#8a6d55}.designDetailNote{margin:0;color:#765f50;line-height:1.5}.designColorList{display:grid;gap:10px}.designColorRow{display:flex;align-items:center;justify-content:space-between;gap:10px}.designColorMeta{display:flex;align-items:center;gap:12px}.designColorMeta strong,.designTextRow strong{font-size:14px;color:#211610}.designColorMeta small{display:block;margin-top:3px;color:#765f50;font-size:12px;word-break:break-all}.colorSwatch{width:18px;height:18px;border-radius:999px;border:1px solid rgba(33,22,16,.16);box-shadow:inset 0 0 0 1px #ffffff8c;flex:0 0 auto}.designTextRows{display:grid;gap:8px}.designTextRow{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.designTextRow span{color:#765f50;font-size:13px}.authPage{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f6efe7}.authCard{display:flex;flex-direction:column;align-items:center;gap:16px;padding:52px 48px;border-radius:42px;background:#fffaf2;box-shadow:0 24px 80px #4026161f;text-align:center;max-width:400px;width:100%}.authCard h1{margin:0;font-size:52px;letter-spacing:-.06em}.authCard p{margin:0;color:#765f50;line-height:1.6}.authLogo{width:60px;height:60px;font-size:28px;border-radius:20px}.googleSignInBtn{display:flex;align-items:center;gap:10px;background:#fff;color:#211610;border:1px solid #decbb4;padding:14px 24px;border-radius:999px;font-weight:700;box-shadow:0 2px 8px #40261614}.googleSignInBtn:hover{transform:translateY(-1px);box-shadow:0 4px 16px #40261624}.authLoading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:#765f50}.authSpinner{width:32px;height:32px;border:3px solid #ead8c2;border-top-color:#211610;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.topbarRight{display:flex;align-items:center;gap:12px}.navUserEmail{color:#765f50;font-size:13px}.brandGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px;margin-top:24px}.brandCard{display:flex;flex-direction:column;gap:14px;padding:24px;border-radius:28px;background:#fffaf2;box-shadow:0 16px 50px #40261614;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;border:1px solid transparent;text-align:left}.brandCard:hover{transform:translateY(-3px);box-shadow:0 22px 70px #40261624;border-color:#decbb4}.brandCardColors{display:flex;gap:6px}.brandCardColors div{width:28px;height:28px;border-radius:50%;border:2px solid rgba(0,0,0,.08)}.brandCardInfo h3{margin:0 0 6px;font-size:20px;letter-spacing:-.04em}.brandCardBlurb{margin:0;color:#765f50;font-size:14px;line-height:1.5}.brandCardArrow{margin-top:auto;color:#c89c55;font-size:18px;font-weight:900;align-self:flex-end}.createBrandBox{margin-top:20px;padding:28px;border-radius:28px;background:#fffaf2;box-shadow:0 16px 50px #40261614;max-width:480px}.createBrandBox h3{margin:0 0 16px;font-size:22px;letter-spacing:-.04em}.optionalLabel{font-size:12px;font-weight:400;color:#a08070;margin-left:6px}
