:root{color-scheme:light;font-family:Pretendard Variable,Pretendard,system-ui,-apple-system,Noto Sans KR,Segoe UI,Roboto,sans-serif;--bg: #f6f5f1;--surface: #ffffff;--surface-soft: #f1efe9;--text: #17160f;--muted: #6e6b62;--border: #e4e1d8;--blue: #2440d6;--blue-soft: #edeffb;--purple: #2440d6;--pink: #2440d6;--green: #1f9d57;--shadow: 0 14px 40px rgba(23, 22, 15, .07);--shadow-soft: 0 6px 20px rgba(23, 22, 15, .05)}*{box-sizing:border-box}body{margin:0;min-width:320px;color:var(--text);background:var(--bg);word-break:keep-all}html[lang=ja] body{word-break:normal;line-break:strict}h1,h2,h3,h4{text-wrap:pretty}button,input,textarea,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.app{min-height:100vh}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px clamp(18px,8vw,150px);border-bottom:1px solid rgba(223,231,245,.82);background:#ffffffdb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{display:inline-flex;align-items:center;gap:10px;border:0;background:transparent;color:var(--text);font-size:23px;font-weight:800;letter-spacing:0;text-decoration:none}.brand strong{color:var(--purple)}.brand-mark{display:inline-grid;width:36px;height:36px;place-items:center;border-radius:10px;color:#fff;background:linear-gradient(135deg,var(--blue),var(--purple));box-shadow:0 12px 25px #6366f147}.brand-mark.centered{margin:0 auto}.nav{display:flex;align-items:center;gap:18px}.nav a,.nav button,.site-footer a,.site-footer button{display:inline-flex;align-items:center;min-height:42px;border:0;background:transparent;color:#111827;font-weight:650;text-decoration:none}.nav a,.nav button{padding:10px 6px;border-bottom:2px solid transparent}.nav a.active,.nav button.active{color:var(--blue);border-color:var(--blue)}.nav a:hover,.site-footer a:hover{color:var(--blue)}.nav-group{position:relative;display:inline-flex}.nav-group-trigger{gap:4px;cursor:pointer}.nav-group.open .nav-group-trigger{color:var(--blue)}.nav-group-trigger svg{transition:transform .18s ease}.nav-group.open .nav-group-trigger svg{transform:rotate(180deg)}.nav-group-panel{position:absolute;top:calc(100% + 10px);left:0;z-index:40;display:flex;flex-direction:column;min-width:220px;padding:8px;border:1px solid rgba(223,231,245,.95);border-radius:14px;background:#fffffffa;box-shadow:0 24px 70px #0f172a29}.nav-group-panel a{display:flex;align-items:center;min-height:42px;padding:0 12px;border-bottom:0;border-radius:10px;color:#334155;font-weight:700;white-space:nowrap}.nav-group-panel a:hover{color:var(--blue);background:var(--blue-soft)}.nav-group-divider{height:1px;margin:6px 4px;background:#dfe7f5f2}.nav-group-panel a.nav-group-all{color:var(--blue);font-weight:800}.header-actions{position:relative;display:flex;align-items:center;gap:12px}.language-menu{position:relative}.language-trigger{display:inline-flex;align-items:center;gap:4px;min-height:40px;padding:0 10px;border:1px solid var(--border);border-radius:10px;background:#f8fafc;color:#475569}.language-trigger:hover{color:var(--blue);border-color:var(--blue);background:var(--blue-soft)}.language-trigger:focus-visible{outline:3px solid rgba(37,99,235,.24);outline-offset:3px}.language-menu-panel{position:absolute;top:calc(100% + 10px);right:0;z-index:40;width:168px;padding:8px;border:1px solid rgba(223,231,245,.95);border-radius:14px;background:#fffffffa;box-shadow:0 24px 70px #0f172a29}.language-menu-panel button{display:flex;width:100%;min-height:40px;align-items:center;justify-content:space-between;gap:10px;border:0;border-radius:10px;padding:0 12px;color:#334155;background:transparent;font-weight:800;text-align:left}.language-menu-panel button:hover{color:var(--blue);background:var(--blue-soft)}.language-menu-panel button.active{color:var(--blue)}.language-menu-panel button:focus-visible{outline:3px solid rgba(37,99,235,.24);outline-offset:2px}.account-menu{position:relative}.account-avatar-button{display:inline-flex;align-items:center;gap:6px;min-height:44px;border:0;border-radius:999px;padding:4px 8px 4px 4px;color:#fff;background:linear-gradient(135deg,var(--blue),var(--purple));box-shadow:0 14px 30px #6366f147}.account-avatar-button>span,.account-menu-avatar{display:inline-grid;width:36px;height:36px;place-items:center;border-radius:999px;color:#fff;background:#ffffff21;font-size:.9rem;font-weight:900;letter-spacing:0}.account-avatar-button:focus-visible,.account-menu-panel button:focus-visible{outline:3px solid rgba(37,99,235,.24);outline-offset:3px}.account-menu-panel{position:absolute;top:calc(100% + 12px);right:0;z-index:40;width:min(310px,calc(100vw - 32px));padding:18px;border:1px solid rgba(223,231,245,.95);border-radius:18px;background:#fffffffa;box-shadow:0 24px 70px #0f172a29}.account-menu-profile{display:grid;grid-template-columns:46px minmax(0,1fr);gap:12px;align-items:center}.account-menu-profile .account-menu-avatar{width:46px;height:46px;background:linear-gradient(135deg,var(--blue),var(--purple))}.account-menu-profile strong,.account-menu-profile span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-menu-profile strong{color:#111827;font-size:1rem}.account-menu-profile span{margin-top:2px;color:var(--muted);font-size:.86rem;font-weight:650}.account-menu-meta{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:16px;padding-top:14px;color:#64748b;font-size:.92rem;font-weight:800}.account-menu-meta strong{color:#111827}.account-menu-divider{height:1px;margin:14px 0 8px;background:var(--border)}.account-menu-panel button{display:flex;width:100%;min-height:42px;align-items:center;gap:10px;border:0;border-radius:10px;padding:0 8px;color:#334155;background:transparent;font-weight:850;text-align:left}.account-menu-panel button:hover{color:var(--blue);background:var(--blue-soft)}.account-menu-panel button.danger{color:#ef4444}.account-menu-panel button.danger:hover{background:#fff1f2}.primary-button,.secondary-button,.ghost-button,.menu-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;border-radius:12px;border:1px solid transparent;padding:0 20px;font-weight:800}.primary-button{color:#fff;background:linear-gradient(135deg,var(--blue),var(--purple));box-shadow:0 14px 26px #6366f140}.primary-button.small{min-height:42px}.secondary-button,.ghost-button{color:#172033;border-color:var(--border);background:#fff}.menu-button{display:none;width:44px;padding:0;border-color:var(--border);background:#fff}.full{width:100%}.hero-section{position:relative;display:grid;grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);gap:clamp(32px,5vw,76px);align-items:center;max-width:1540px;margin:0 auto;padding:74px clamp(18px,7vw,130px) 46px;overflow:hidden}.home-hero:before{content:"";position:absolute;inset:42px clamp(18px,7vw,130px) 8px;z-index:-1;border:1px solid rgba(148,163,184,.18);border-radius:8px;background:linear-gradient(120deg,rgba(37,99,235,.08),transparent 34%),linear-gradient(300deg,rgba(236,72,153,.11),transparent 38%),#ffffff80;transition:transform .42s ease,opacity .42s ease}.home-hero.is-scrolled:before{opacity:.65;transform:translateY(18px)}.hero-copy h1{max-width:660px;margin:18px 0;font-size:clamp(38px,4vw,60px);line-height:1.08;letter-spacing:0}.hero-copy h1 span{position:relative;display:block;color:var(--blue);min-height:1.08em}.typing-line:after{content:"";display:inline-block;width:.08em;height:.82em;margin-left:6px;border-radius:999px;background:#22c55e;vertical-align:-.08em;animation:caretBlink .9s steps(2,start) infinite}@keyframes caretBlink{0%,45%{opacity:1}46%,to{opacity:0}}.hero-copy p{max-width:680px;color:var(--muted);font-size:19px;line-height:1.7}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:9px 13px;border-radius:999px;color:var(--blue);background:#eef4ff;font-weight:800}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin:30px 0 24px}.quick-generator{position:relative;display:grid;grid-template-columns:80px 1fr;gap:14px;align-items:center;max-width:720px;padding:18px;border:1px solid var(--border);border-radius:18px;background:#ffffffd1;box-shadow:var(--shadow-soft)}.quick-generator-status{position:absolute;top:-13px;right:16px;display:inline-flex;align-items:center;min-height:26px;padding:0 10px;border:1px solid #bbf7d0;border-radius:999px;background:#f0fdf4;color:#15803d;font-size:12px;font-weight:900}.quick-generator label,label,.field-group>span{color:#172033;font-size:14px;font-weight:800}input,textarea,select{width:100%;border:1px solid var(--border);border-radius:12px;color:var(--text);background:#fff;padding:13px 14px;outline:none}input:focus,textarea:focus,select:focus{border-color:#9bbcff;box-shadow:0 0 0 4px #2563eb1a}.platform-pills{display:flex;flex-wrap:wrap;gap:10px}.platform-pills button{display:inline-flex;align-items:center;gap:8px;min-height:40px;border:1px solid var(--border);border-radius:10px;color:#172033;background:#fff;padding:0 14px;font-weight:800}.platform-pills button.selected{color:var(--blue);border-color:#a8c2ff;background:#f2f6ff}.quick-generator .platform-pills,.quick-generator .primary-button{grid-column:2}.hero-preview-wrap{position:relative;transform:translateY(0);transition:transform .42s ease}.home-hero.is-scrolled .hero-preview-wrap{transform:translateY(-10px)}.hero-preview-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;width:min(92%,540px);margin:0 auto -10px;padding:9px 12px;border:1px solid rgba(205,218,254,.8);border-radius:999px;background:#ffffffeb;box-shadow:0 12px 30px #0f172a14;color:#64748b;font-size:.82rem;font-weight:850}.hero-preview-toolbar strong{color:#0f172a}.preview-panel,.input-panel,.output-panel,.panel-card,.auth-card{border:1px solid #cddafe;border-radius:24px;background:#ffffffeb;box-shadow:var(--shadow)}.preview-panel{position:relative;padding:16px;border-radius:8px;overflow:hidden}.preview-panel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(90deg,rgba(37,99,235,.09),transparent 36%),linear-gradient(270deg,rgba(34,197,94,.08),transparent 40%);opacity:0;transition:opacity .26s ease}.preview-panel.is-cycling:before{opacity:1}.preview-tabs,.result-tabs,.filter-tabs{display:flex;gap:8px;overflow-x:auto;padding-bottom:10px}.preview-tabs button,.result-tabs button,.filter-tabs button{display:inline-flex;align-items:center;gap:7px;min-height:42px;white-space:nowrap;border:0;border-bottom:2px solid transparent;color:#475467;background:transparent;padding:0 14px;font-weight:850}.preview-tabs button.active,.result-tabs button.active,.filter-tabs button.active{color:var(--blue);border-color:var(--blue)}.preview-panel.is-cycling .preview-tabs button.active{position:relative;border-radius:10px 10px 0 0;background:#f2f6ff;animation:activeTabPress 2.4s ease-in-out infinite}.preview-panel.is-cycling .preview-tabs button.active:after{content:"";position:absolute;right:8px;bottom:4px;width:6px;height:6px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 5px #22c55e24}@keyframes activeTabPress{0%,to{transform:translateY(0)}50%{transform:translateY(2px)}}.preview-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:14px}.result-card,.template-card,.feature-card,.pricing-card,.stat-card{border:1px solid var(--border);border-radius:16px;background:#fff;box-shadow:0 8px 24px #0f172a0a}.result-card{padding:18px}.card-title{display:flex;align-items:center;gap:9px;margin-bottom:14px;color:#111827;font-weight:900}.card-title button{margin-left:auto;display:inline-flex;align-items:center;gap:6px;min-height:34px;border:1px solid var(--border);border-radius:9px;background:#fff;color:var(--blue);font-weight:850}.numbered-list{display:grid;gap:10px;margin:0;padding-left:24px;color:#243044}.body-copy,.script-lines p,.template-card p,.feature-card li,.pricing-card p,.panel-card p,.site-footer p,.auth-card p{color:var(--muted);line-height:1.65}.auth-notice{display:flex;align-items:center;gap:8px;padding:12px 14px;margin-bottom:16px;border:1px solid #bfdbfe;background:#eff6ff;color:#1e40af;border-radius:10px;font-size:.9rem;line-height:1.5}.auth-notice a{color:#1d4ed8;font-weight:600;text-decoration:underline}.generate-error{display:flex;align-items:flex-start;gap:8px;margin-top:12px;padding:12px 14px;border:1px solid #fecaca;background:#fef2f2;color:#b91c1c;border-radius:10px;font-size:.9rem;line-height:1.5}.generate-error svg{flex-shrink:0;margin-top:2px}.generate-error-content{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.generate-error-action{display:inline-block;border:1px solid #fca5a5;background:#fff;color:#b91c1c;border-radius:8px;padding:7px 10px;font:inherit;font-weight:700;line-height:1.2;cursor:pointer;text-decoration:none}.generate-error-action:hover{background:#fee2e2}.credit-estimate{padding:11px 13px;border:1px solid #bbf7d0;background:#f0fdf4;color:#166534;border-radius:10px;font-size:.9rem;line-height:1.45}.credit-estimate strong{color:#15803d}.billing-toggle{display:flex;width:fit-content;gap:4px;margin:0 auto 24px;padding:4px;border:1px solid var(--border);border-radius:10px;background:#f8fafc}.billing-toggle button{min-width:96px;border:0;border-radius:8px;background:transparent;color:var(--muted);font-weight:700;padding:9px 14px;cursor:pointer}.billing-toggle button.active{background:#fff;color:var(--blue);box-shadow:0 1px 5px #0f172a14}.pricing-error{max-width:760px;margin:0 auto 18px;padding:12px 14px;border:1px solid #fecaca;background:#fef2f2;color:#b91c1c;border-radius:10px;font-size:.92rem}.pricing-local-price{margin:-6px 0 10px;color:var(--muted);font-size:.92rem;font-weight:500}.thumbnail-guest-note{margin:0;padding:10px 12px;border:1px dashed var(--border);border-radius:10px;color:var(--muted);font-size:.88rem;line-height:1.55}.pricing-currency-note{max-width:760px;margin:18px auto 0;color:var(--muted);font-size:.85rem;line-height:1.6;text-align:center}.markdown-body{color:var(--text, #0f172a)}.markdown-body h1,.markdown-body h2,.markdown-body h3{color:var(--text, #0f172a);line-height:1.3;margin:1.1em 0 .5em;font-weight:700}.markdown-body h1{font-size:1.4rem}.markdown-body h2{font-size:1.2rem}.markdown-body h3{font-size:1.05rem}.markdown-body p{margin:.6em 0;line-height:1.7}.markdown-body ul,.markdown-body ol{margin:.6em 0;padding-left:1.4em}.markdown-body li{margin:.3em 0;line-height:1.6}.markdown-body strong{color:var(--text, #0f172a);font-weight:700}.markdown-body a{color:#3b82f6;text-decoration:underline}.markdown-body code{background:#94a3b82e;padding:.1em .35em;border-radius:4px;font-size:.9em}.markdown-body pre{background:#0f172aeb;color:#e2e8f0;padding:.9em 1em;border-radius:8px;overflow-x:auto}.markdown-body pre code{background:none;padding:0}.markdown-body blockquote{border-left:3px solid #cbd5e1;margin:.8em 0;padding-left:1em;color:var(--muted)}.markdown-body>:first-child{margin-top:0}.markdown-body>:last-child{margin-bottom:0}.tag-cloud{display:flex;flex-wrap:wrap;gap:10px}.tag-cloud span{border-radius:999px;color:var(--blue);background:#eef5ff;padding:8px 11px;font-weight:800}.script-lines{display:grid;gap:4px}.script-lines p{margin:0}.text-link{display:inline-flex;align-items:center;gap:5px;border:0;color:var(--blue);background:transparent;font-weight:850}.score-list{display:grid;gap:16px}.score-row{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center;color:#344054;font-weight:800}.score-track{grid-column:1 / -1;height:8px;overflow:hidden;border-radius:999px;background:#edf2fb}.score-track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--blue),var(--purple))}.tool-strip,.content-band,.page-shell,.site-footer{max-width:1500px;margin:0 auto;padding-left:clamp(18px,6vw,96px);padding-right:clamp(18px,6vw,96px)}.tool-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:0;padding-top:26px;padding-bottom:18px}.tool-strip article{display:flex;gap:14px;min-height:88px;padding:16px;border:1px solid var(--border);background:#fff}.tool-strip article:first-child{border-radius:16px 0 0 16px}.tool-strip article:last-child{border-radius:0 16px 16px 0}.tool-strip h3,.template-card h3,.feature-card h3,.generation-list h3{margin:0 0 6px;font-size:16px}.tool-strip p,.generation-list p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}.home-motion-strip article{animation:riseIntoView .68s ease both;animation-timeline:view();animation-range:entry 0% cover 28%}@supports not (animation-timeline: view()){.home-motion-strip article{animation:riseIntoView .68s ease both}}@keyframes riseIntoView{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.icon-badge{display:inline-grid;flex:0 0 auto;width:42px;height:42px;place-items:center;border:1px solid var(--border);border-radius:12px;color:var(--blue);background:#f4f8ff}.icon-badge.purple{color:var(--purple);background:#f7f0ff}.content-band{padding-top:10px;padding-bottom:52px}.production-story,.output-showcase,.insight-band,.final-home-cta{padding-top:48px;padding-bottom:62px}.production-story>.section-heading,.output-showcase>.section-heading{border:0;background:transparent;box-shadow:none;padding:0}.section-heading.centered{display:grid;max-width:840px;margin:0 auto 30px;text-align:center}.section-heading.centered p,.output-showcase>.section-heading p,.final-home-cta p{margin:0;color:var(--muted);font-size:17px;line-height:1.7}.section-heading.centered h2,.output-showcase h2,.final-home-cta h2{font-size:clamp(30px,3vw,46px);line-height:1.14;letter-spacing:0}.story-layout{display:grid;grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr);gap:22px;align-items:start;min-height:calc(100vh - 120px);border-radius:8px;background:linear-gradient(135deg,rgba(37,99,235,.07),transparent 34%),linear-gradient(300deg,rgba(236,72,153,.08),transparent 38%),#ffffffe6}.production-story>.story-scroll-stage,.output-showcase>.showcase-board{border:0;border-radius:8px;box-shadow:none;padding:0}.story-scroll-stage{min-height:210vh}.story-scroll-stage .story-layout{position:sticky;top:92px}.story-sticky-panel{position:sticky;top:112px;display:grid;gap:18px}.story-input-card{display:grid;gap:8px;padding:20px;border:1px solid rgba(148,163,184,.22);border-radius:8px;background:#fff;box-shadow:var(--shadow-soft)}.story-input-card span,.showcase-card span,.final-home-cta span{color:var(--blue);font-size:12px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.story-input-card strong{color:#111827;font-size:20px;line-height:1.35}.story-pipeline{display:grid;justify-items:start;padding:18px;border:1px solid rgba(148,163,184,.22);border-radius:8px;background:#ffffffb8}.pipeline-node{display:inline-flex;align-items:center;gap:9px;min-height:42px;padding:0 12px;border:1px solid var(--border);border-radius:999px;color:#334155;background:#fff;font-weight:850}.pipeline-node.active{color:#15803d;border-color:#bbf7d0;background:#f0fdf4;box-shadow:0 12px 26px #22c55e1f}.pipeline-line{position:relative;width:2px;height:30px;margin-left:20px;background:linear-gradient(180deg,#bfdbfe,#ddd6fe)}.pipeline-line:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#4ade80,#16a34a);transform:scaleY(clamp(0,calc((var(--pos, .5) - var(--i, 0) - .4) / .6),1));transform-origin:top}.story-step-list{display:grid;gap:18px;align-content:center;min-height:calc(100vh - 150px)}.story-step-card{--focus: clamp(0, calc(1 - max(var(--pos, .5) - var(--i, 0) - .5, var(--i, 0) + .5 - var(--pos, .5))) , 1);display:grid;grid-template-columns:58px minmax(0,1fr);gap:16px;min-height:178px;padding:26px;border:1px solid rgba(148,163,184,.22);border-radius:8px;background:#ffffffdb;opacity:calc(.42 + .58 * var(--focus));transform:scale(calc(.97 + .03 * var(--focus)));transition:border-color .26s ease,box-shadow .26s ease}.story-step-card.active{border-color:#2563eb59;box-shadow:0 22px 55px #2563eb1f}.story-step-number{display:inline-grid;width:48px;height:48px;place-items:center;border-radius:999px;color:var(--blue);background:#eef4ff;font-weight:950}.story-step-card h3,.showcase-card h3,.showcase-main h3{margin:0 0 8px;color:#111827}.story-step-card p,.showcase-card p,.showcase-main p{margin:0;color:var(--muted);line-height:1.65}.story-scene{position:relative;min-height:250px;animation:sceneEnter .46s ease;overflow:hidden;display:grid;align-content:end;gap:12px;padding:22px;border:1px solid rgba(148,163,184,.22);border-radius:8px;color:#fff;background:linear-gradient(135deg,#2563ebe0,#8b5cf6c7),#1e293b;box-shadow:var(--shadow-soft)}.story-scene:before{content:"";position:absolute;top:16px;right:16px;bottom:16px;left:16px;border:1px solid rgba(255,255,255,.22);border-radius:8px;pointer-events:none}.story-scene>span{position:relative;z-index:1;width:fit-content;border-radius:999px;padding:6px 10px;background:#ffffff29;font-size:13px;font-weight:950}.story-scene>strong{position:relative;z-index:1;max-width:360px;font-size:clamp(24px,3vw,36px);line-height:1.08}.scene-grid-line{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.14;background-image:linear-gradient(rgba(255,255,255,.8) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.8) 1px,transparent 1px);background-size:38px 38px}.scene-output-stack{position:absolute;right:18px;top:20px;display:grid;gap:10px;width:min(42%,180px)}.scene-output-stack i{display:block;height:42px;border-radius:8px;background:#ffffff38;transform-origin:right center;animation:sceneSlide .52s ease both}.scene-output-stack i:nth-child(2){width:82%;animation-delay:70ms}.scene-output-stack i:nth-child(3){width:64%;animation-delay:.14s}.story-scene-2{background:linear-gradient(135deg,#0ea5e9db,#2563ebcc),#1d4ed8}.story-scene-3{background:linear-gradient(135deg,#ec4899c7,#8b5cf6d1),#7e22ce}@keyframes sceneSlide{0%{opacity:0;transform:translate(28px) scaleX(.86)}to{opacity:1;transform:translate(0) scaleX(1)}}@keyframes sceneEnter{0%{opacity:.35;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.story-scene,.showcase-scene,.scene-output-stack i{animation:none}.story-step-card,.showcase-card{transition:none}}.output-showcase>.section-heading{align-items:end;margin-bottom:24px}.output-showcase{min-height:260vh}.output-showcase>.section-heading p{max-width:560px}.showcase-board{position:sticky;top:92px;display:grid;grid-template-columns:minmax(360px,.86fr) minmax(0,1.14fr);gap:18px;border-radius:8px;background:#0f172a;color:#fff;overflow:hidden;padding:22px;box-shadow:0 24px 70px #0f172a2e}.showcase-main{display:grid;min-height:520px;overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:linear-gradient(140deg,#2563ebd1,#8b5cf6b8),#111827}.showcase-main-1{background:linear-gradient(140deg,#ef4444c7,#f43f5e99),#111827}.showcase-main-2{background:linear-gradient(140deg,#f97316bd,#ec489999),#111827}.showcase-main-3{background:linear-gradient(140deg,#10b981bd,#0d94889e),#111827}.showcase-main-4{background:linear-gradient(140deg,#d946efb8,#6366f1a8),#111827}.showcase-scene{display:grid;align-content:space-between;gap:20px;padding:26px;animation:sceneEnter .46s ease}.showcase-scene>span{width:fit-content;border-radius:999px;padding:7px 12px;background:#ffffff29;color:#fff;font-size:13px;font-weight:900}.showcase-scene-lines{display:grid;gap:10px}.showcase-scene-lines p{margin:0;padding:12px 16px;border:1px solid rgba(255,255,255,.18);border-radius:10px;background:#0f172a52;color:#ffffffe0;font-weight:700;line-height:1.5}.showcase-main h3{max-width:420px;color:#fff;font-size:clamp(30px,4vw,54px);line-height:1.04}.showcase-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.showcase-card{--focus: clamp(0, calc(1 - max(var(--pos, .5) - var(--i, 0) - .5, var(--i, 0) + .5 - var(--pos, .5))) , 1);display:grid;align-content:start;min-height:190px;padding:20px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#ffffff14;opacity:calc(.58 + .42 * var(--focus));transform:translateY(calc(10px - 10px * var(--focus)));transition:background .26s ease,border-color .26s ease}.showcase-card.active{border-color:#ffffff47;background:#ffffff26}.showcase-card h3{color:#fff}.showcase-card p{color:#ffffffb8}.insight-band{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.insight-band>.insight-card{display:grid;gap:8px;border-radius:8px;text-align:center}.insight-card strong{color:#111827;font-size:clamp(30px,4vw,48px);line-height:1}.insight-card span{color:var(--muted);font-weight:800}.final-home-cta{display:flex;align-items:center;justify-content:space-between;gap:22px}.final-home-cta>div{border-radius:8px}.two-column{display:grid;grid-template-columns:1.05fr .95fr;gap:20px}.content-band>div{border:1px solid var(--border);border-radius:18px;background:#ffffffe0;padding:22px}.production-story>.story-scroll-stage,.output-showcase>.showcase-board{border:0;border-radius:8px;padding:0;background:transparent}.output-showcase>.showcase-board{padding:22px;background:#0f172a}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}.section-heading h2,.page-heading h1,.output-meta h2,.panel-card h2{margin:0}.section-heading span{color:var(--blue);font-weight:800}.template-row,.feature-grid,.card-grid,.pricing-grid,.stats-grid{display:grid;gap:14px}.template-row{grid-template-columns:repeat(4,1fr)}.feature-grid{grid-template-columns:repeat(3,1fr)}.template-card,.feature-card,.pricing-card,.stat-card{padding:18px}.template-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.badge,.pro-lock{display:inline-flex;align-items:center;gap:5px;width:fit-content;border-radius:999px;color:var(--blue);background:#eef5ff;padding:6px 9px;font-size:12px;font-weight:900}.badge.pro,.pro-lock{color:var(--purple);background:#f5efff}.feature-card ul,.pricing-card ul{display:grid;gap:9px;margin:10px 0 0;padding-left:18px}.page-shell{padding-top:54px;padding-bottom:70px}.page-heading{max-width:850px;margin-bottom:30px}.page-heading.center{margin-left:auto;margin-right:auto;text-align:center}.page-heading h1{font-size:clamp(34px,4vw,56px);line-height:1.14;letter-spacing:0}.page-heading p{color:var(--muted);font-size:18px;line-height:1.7}.not-found-page{padding-top:90px;padding-bottom:120px}.not-found-code{font-size:15px;font-weight:800;letter-spacing:.14em;color:var(--blue)}.not-found-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.thumbnail-studio-heading{max-width:960px;margin-left:auto;margin-right:auto}.generator-layout{display:grid;grid-template-columns:390px minmax(0,1fr);gap:22px;align-items:start}.input-panel,.output-panel,.panel-card{padding:22px}.input-panel{display:grid;gap:18px}.input-panel label,.auth-card label{display:grid;gap:8px}.field-group{display:grid;gap:10px}.field-error{color:#dc2626;font-size:13px;font-weight:800}.template-picker .picker-count{margin-left:8px;font-style:normal;font-weight:800;color:var(--blue);font-size:13px}.template-select-row{position:relative}.template-select-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--blue);pointer-events:none}.template-select-row select{padding-left:34px;font-weight:700;cursor:pointer}.template-chips{list-style:none;margin:0;padding:0;display:grid;gap:8px}.template-chip{display:flex;align-items:center;gap:10px;padding:8px 10px 8px 12px;border:1px solid #a8c2ff;border-radius:12px;background:#f2f6ff;color:#172033}.template-chip svg{color:var(--blue);flex-shrink:0}.template-chip .chip-title{flex:1;font-weight:800;font-size:14px}.template-chip .chip-credit{font-size:12px;font-weight:800;color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:2px 8px;white-space:nowrap}.template-chip .chip-remove{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border:none;border-radius:8px;background:transparent;color:#64748b;cursor:pointer}.template-chip .chip-remove:hover{background:#e2e8ff;color:#dc2626}.template-empty-hint{margin:0;padding:12px;border:1px dashed var(--border);border-radius:12px;color:#64748b;font-size:13px;text-align:center}.output-meta{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}.output-meta p{margin:4px 0 0;color:var(--muted)}.output-meta>span{border-radius:999px;color:var(--blue);background:#eef5ff;padding:8px 12px;font-weight:900}.output-stack{display:grid;gap:14px}.output-card{display:none;border:1px solid var(--border);border-radius:16px;background:#fff;padding:18px}.output-card.active{display:block}.filter-tabs{margin-bottom:18px}.card-grid{grid-template-columns:repeat(3,1fr)}.pricing-grid{grid-template-columns:repeat(4,1fr)}.pricing-card{position:relative;display:grid;gap:14px}.pricing-card.featured{border-color:#a8c2ff;box-shadow:var(--shadow);transform:translateY(-8px)}.pricing-card>span{color:var(--blue);font-weight:900}.pricing-card h2{margin:0;font-size:36px}.pricing-card small{color:var(--muted);font-size:14px}.pricing-card li{display:flex;gap:8px;align-items:center;color:#344054;list-style:none}.pricing-card ul{padding:0}.stats-grid{grid-template-columns:repeat(4,1fr);margin-bottom:20px}.stat-card{display:grid;gap:10px}.stat-card span{color:var(--muted);font-weight:800}.stat-card strong{font-size:28px}.credit-gauge{height:8px;border-radius:999px;background:var(--border);overflow:hidden}.credit-gauge-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#22c55e,#16a34a);transition:width .6s ease}.credit-gauge-fill.warn{background:linear-gradient(90deg,#f59e0b,#d97706)}.credit-gauge-fill.low{background:linear-gradient(90deg,#ef4444,#dc2626)}.weekly-pulse{margin-top:6px;color:var(--muted);font-weight:600}.retention-notice{margin:10px 0 0;padding:10px 14px;border-radius:10px;background:var(--blue-soft);color:var(--blue);font-size:.9rem;font-weight:650}.thumbnail-image-wrap{position:relative;display:inline-block;max-width:100%}.retention-badge{position:absolute;top:10px;right:10px;padding:4px 10px;border-radius:999px;background:#0f172ab8;color:#fff;font-size:.78rem;font-weight:700;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.image-expired-note{margin:6px 0 0;padding:10px 14px;border:1px dashed var(--border);border-radius:10px;color:var(--muted);font-size:.9rem;font-weight:600}.dashboard-grid{display:grid;grid-template-columns:1.4fr .8fr;gap:20px}.generation-list{display:grid;gap:12px}.generation-list article{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--border);border-radius:14px;padding:14px}.generation-list article>span{border-radius:999px;color:var(--green);background:#ecfdf3;padding:6px 10px;font-weight:900}.voice-box{border:1px solid var(--border);border-radius:16px;background:var(--surface-soft);padding:16px}.voice-box span,.voice-box strong{display:block}.voice-box span{color:var(--blue);font-weight:900}.voice-box strong{margin:8px 0}.auth-page{display:grid;min-height:calc(100vh - 176px);place-items:center;padding:54px 18px}.auth-card{display:grid;gap:16px;width:min(440px,100%);padding:30px;text-align:center}.auth-card label{text-align:left}.auth-card h1{margin:0}.site-footer{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:24px;padding-top:28px;padding-bottom:34px;border-top:1px solid var(--border)}@media (max-width: 1180px){.hero-section,.generator-layout,.two-column,.story-layout,.showcase-board,.dashboard-grid{grid-template-columns:1fr}.story-sticky-panel{position:static}.output-showcase{min-height:auto}.showcase-board{position:static}.showcase-card{opacity:1;transform:none}.hero-section{padding-top:46px}.tool-strip{grid-template-columns:repeat(3,1fr)}.tool-strip article,.tool-strip article:first-child,.tool-strip article:last-child{border-radius:14px}.template-row,.pricing-grid,.showcase-card-grid,.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 820px){.site-header{flex-wrap:wrap;padding:14px 18px}.brand{font-size:20px}.menu-button{display:inline-flex}.nav{display:none;order:3;width:100%;flex-direction:column;align-items:stretch;gap:2px}.nav.open{display:flex}.nav button{text-align:left;border-bottom:0}.nav-group{flex-direction:column;align-items:stretch;width:100%}.nav-group-trigger{justify-content:space-between;width:100%}.nav-group-panel{position:static;min-width:0;padding:0 0 6px 12px;border:0;border-radius:0;background:transparent;box-shadow:none}.ghost-button,.header-actions .primary-button{display:none}.hero-section{padding-left:18px;padding-right:18px}.hero-copy h1{font-size:40px}.quick-generator{grid-template-columns:1fr}.quick-generator-status{position:static;width:fit-content}.quick-generator .platform-pills,.quick-generator .primary-button{grid-column:1}.hero-preview-toolbar{width:100%;margin-bottom:10px;border-radius:12px}.preview-grid,.feature-grid,.card-grid,.pricing-grid,.stats-grid,.showcase-card-grid,.insight-band,.template-row,.tool-strip,.template-hero,.template-info-grid{grid-template-columns:1fr}.template-hero{min-height:auto;gap:26px;padding:38px 0 30px}.template-hero h1{max-width:15ch}.template-info-card.wide{grid-row:auto}.template-workflow-row{grid-template-columns:1fr}.production-story,.output-showcase,.insight-band,.final-home-cta{padding-top:32px;padding-bottom:42px}.story-layout,.showcase-board{padding:16px}.story-step-card{grid-template-columns:1fr}.showcase-main{min-height:420px}.final-home-cta{align-items:stretch;flex-direction:column}.final-home-cta .primary-button{width:100%}.pricing-card.featured{transform:none}.section-heading,.output-meta,.site-footer,.generation-list article{align-items:flex-start;flex-direction:column}}.auth-split-layout{display:flex;width:100%;max-width:1000px;min-height:600px;background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000000d;overflow:hidden;margin:2rem auto}.auth-hero{flex:1 1 0;min-width:0;background:linear-gradient(135deg,#eff6ff,#e0e7ff);padding:3rem;display:flex;flex-direction:column}.auth-hero .brand{margin-bottom:auto}.auth-hero-content{margin-top:3rem;margin-bottom:auto}.auth-hero-content h1{font-size:2rem;line-height:1.3;color:#0f172a;margin-bottom:1rem}.auth-hero-content p{color:#475569;font-size:1.1rem;margin-bottom:2rem}.feature-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:1rem}.feature-list li{display:flex;align-items:center;gap:.75rem;color:#334155;font-weight:500}.auth-form-container{flex:0 1 456px;min-width:0;padding:3rem;display:flex;flex-direction:column;justify-content:center;background:#fff}.auth-form{max-width:360px;width:100%;margin:0 auto}.auth-form h2{font-size:1.75rem;color:#0f172a;margin-bottom:.5rem}.auth-form .subtitle{color:#64748b;margin-bottom:2rem}.google-auth-button{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:.75rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-weight:600;color:#334155;cursor:pointer;transition:background .2s}.google-auth-button:hover{background:#f8fafc}.auth-divider{display:flex;align-items:center;text-align:center;margin:1.5rem 0;color:#94a3b8;font-size:.875rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;border-bottom:1px solid #e2e8f0}.auth-divider span{padding:0 10px}.auth-form label{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;font-weight:600;color:#334155;margin-bottom:1.25rem}.auth-form input{padding:.75rem;border:1px solid #cbd5e1;border-radius:8px;font-size:1rem}.label-with-link{display:flex;justify-content:space-between;align-items:center}.auth-footer-text{text-align:center;margin-top:1.5rem;font-size:.9rem;color:#64748b}@media (max-width: 768px){.auth-split-layout{flex-direction:column;margin:1rem;min-height:auto}.auth-hero,.auth-form-container{padding:2rem}}.dashboard-stats-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.history-item{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;background:#f8fafc;border-radius:8px;border:1px solid #f1f5f9;margin-bottom:1rem}.history-info h3{font-size:1.1rem;color:#0f172a;margin-bottom:.5rem}.history-info p{font-size:.875rem;color:#64748b;display:flex;align-items:center}.history-badge{background:#eff6ff;color:#3b82f6;padding:2px 8px;border-radius:12px;font-size:.75rem;font-weight:600}.history-date{font-size:.875rem;color:#94a3b8}.history-meta{display:flex;align-items:center;gap:10px}.history-credit{padding:2px 8px;border-radius:12px;background:#f5f3ff;color:#7c3aed;font-size:.75rem;font-weight:700;white-space:nowrap}.panel-card.full-width{grid-column:1 / -1}.content-count{padding:4px 12px;border-radius:999px;background:#eff6ff;color:#3b82f6;font-size:.85rem;font-weight:700;white-space:nowrap}.content-list{display:flex;flex-direction:column;gap:1.25rem}.date-group-list{display:flex;flex-direction:column;gap:12px}.date-group{border:1px solid var(--border);border-radius:14px;background:#fff;overflow:hidden}.date-group-header{display:flex;align-items:center;gap:10px;width:100%;padding:16px 18px;border:0;background:#f8fafc;color:#0f172a;font-weight:800;font-size:1rem;text-align:left;cursor:pointer}.date-group.open .date-group-header{border-bottom:1px solid var(--border)}.date-group-header svg{color:#64748b;flex-shrink:0}.date-group-title{flex:1}.date-group-count{padding:2px 10px;border-radius:999px;background:#eff6ff;color:#3b82f6;font-size:.78rem;font-weight:700}.date-group-body{display:flex;flex-direction:column;gap:1rem;padding:16px 18px;background:#fbfcfe}.content-item-header h3{margin:0 0 6px;font-size:1.05rem;color:#0f172a}.content-item-meta{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin:0}.content-sections{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.content-section{border-top:1px solid var(--border);padding-top:1rem}.content-section-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.content-section-head .section-label{font-size:.8rem;font-weight:800;color:#64748b;text-transform:uppercase;letter-spacing:.02em}.upgrade-gate{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;max-width:480px;margin:3rem auto;padding:2.5rem 2rem;border:1px solid var(--border);border-radius:20px;background:#f8fafc;color:#475569}.upgrade-gate svg{color:var(--purple)}.upgrade-gate h2{margin:4px 0 0;font-size:1.25rem;color:#0f172a}.upgrade-gate p{margin:0 0 8px}.subscription-page .panel-card{margin-bottom:1.25rem}.subscription-plan{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.subscription-label{color:#64748b;font-weight:700;font-size:.9rem}.subscription-plan-name{font-size:1.5rem;color:var(--blue);line-height:1}.subscription-status{padding:3px 10px;border-radius:999px;background:#ecfdf5;color:#16a34a;font-size:.78rem;font-weight:800}.subscription-status.warn{background:#fff7ed;color:#c2410c}.subscription-period{margin:12px 0 16px;color:#475569;font-weight:600}.subscription-empty{margin-top:1rem}.subscription-empty h3{margin:0 0 6px;color:#0f172a}.subscription-empty p{margin:0 0 14px;color:#64748b}.policy-list{margin:0;padding-left:1.1rem;display:flex;flex-direction:column;gap:10px}.policy-list li{color:#475569;line-height:1.55}.admin-page{max-width:1200px;margin:0 auto}.admin-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.admin-header h1{font-size:1.5rem;margin-bottom:1rem}.admin-nav{display:flex;gap:1.5rem}.admin-nav a{text-decoration:none;color:#64748b;font-weight:500;padding-bottom:.5rem}.admin-nav a.active{color:#3b82f6;border-bottom:2px solid #3b82f6}.admin-stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.admin-table-container{overflow-x:auto;background:#fff;border-radius:8px;border:1px solid #e2e8f0}.admin-table{width:100%;border-collapse:collapse;text-align:left}.admin-table th,.admin-table td{padding:1rem;border-bottom:1px solid #e2e8f0}.admin-table th{background:#f8fafc;font-weight:600;color:#475569;font-size:.875rem}.admin-select{padding:.5rem;border-radius:6px;border:1px solid #cbd5e1;background-color:#fff;font-size:.875rem;cursor:pointer}.admin-select:focus{outline:none;border-color:#3b82f6}.thumbnail-toggle-row{margin-top:14px;padding-top:14px;border-top:1px dashed var(--border)}.thumbnail-toggle{font-size:.9rem}.thumbnail-panel{display:flex;flex-direction:column;gap:12px;margin-top:14px;padding:14px;border:1px solid var(--border);border-radius:12px;background:#f8fafc}.thumbnail-panel-head{display:flex;align-items:center;justify-content:space-between}.thumbnail-panel-title{display:inline-flex;align-items:center;gap:8px;font-weight:800;color:#172033;font-size:.95rem}.thumbnail-panel-title svg{color:var(--blue)}.thumbnail-field{display:flex;flex-direction:column;gap:8px;font-size:.88rem;font-weight:600;color:#475569}.thumbnail-field input{min-height:40px;padding:0 12px;border:1px solid var(--border);border-radius:10px;background:#fff;font-size:.9rem}.thumbnail-chip-row{display:flex;flex-wrap:wrap;gap:6px}.thumbnail-chip{display:inline-flex;align-items:center;gap:5px;padding:7px 12px;border:1px solid var(--border);border-radius:999px;background:#fff;color:#334155;font-size:.84rem;font-weight:600;cursor:pointer}.thumbnail-chip.active{border-color:#a8c2ff;background:#f2f6ff;color:var(--blue)}.thumbnail-chip:disabled{opacity:.55;cursor:not-allowed}.thumbnail-wait-hint{margin:0;font-size:.84rem;color:#64748b;text-align:center}.thumbnail-result{display:flex;flex-direction:column;gap:10px}.thumbnail-image{width:100%;height:auto;border-radius:8px;border:1px solid rgba(15,23,42,.1);display:block;object-fit:cover}.thumbnail-result-actions{display:flex;gap:8px;flex-wrap:wrap}.thumbnail-image-loading{width:100%;aspect-ratio:3 / 2;border-radius:12px;background:#eef2f7;animation:thumbnailPulse 1.4s ease-in-out infinite}@keyframes thumbnailPulse{0%,to{opacity:1}50%{opacity:.55}}.thumbnail-image-fallback{display:flex;align-items:center;gap:8px;padding:14px;border:1px dashed var(--border);border-radius:12px;color:#64748b;font-size:.9rem}.thumbnail-studio{display:grid;grid-template-columns:minmax(320px,.88fr) minmax(420px,1.12fr);align-items:start;gap:18px;max-width:1180px;margin:0 auto}.thumbnail-control-panel,.thumbnail-preview-panel{border:1px solid rgba(148,163,184,.28);border-radius:8px;background:#fffffff0;box-shadow:0 18px 45px #0f172a14}.thumbnail-control-panel{display:flex;flex-direction:column;gap:14px;padding:18px}.thumbnail-preview-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.thumbnail-panel-heading{display:grid;gap:3px}.thumbnail-panel-heading span,.thumbnail-preview-header span:first-child{display:block;color:#64748b;font-size:.78rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.thumbnail-panel-heading h2,.thumbnail-preview-header h2{margin:3px 0 0;font-size:1.08rem;line-height:1.25;color:#0f172a}.thumbnail-topic-field textarea,.thumbnail-studio .thumbnail-field textarea{width:100%;min-height:132px;padding:12px 13px;border:1px solid var(--border);border-radius:8px;background:#fff;font-size:.92rem;line-height:1.55;font-family:inherit;resize:vertical}.thumbnail-preview-panel{position:sticky;top:96px;display:flex;flex-direction:column;gap:14px;padding:18px}.thumbnail-live-badge{display:inline-flex;align-items:center;gap:5px;min-height:28px;padding:0 9px;border:1px solid #bbf7d0;border-radius:999px;background:#f0fdf4;color:#15803d;font-size:.78rem;font-weight:800}.thumbnail-preview-shell{padding:10px;border:1px solid rgba(148,163,184,.24);border-radius:8px;background:linear-gradient(90deg,rgba(148,163,184,.14) 1px,transparent 1px),linear-gradient(180deg,rgba(148,163,184,.14) 1px,transparent 1px),#f8fafc;background-size:28px 28px}.thumbnail-preview-stage{position:relative;display:grid;place-items:stretch;width:100%;overflow:hidden;border-radius:8px;background:#0f172a;box-shadow:inset 0 0 0 1px #ffffff14}.thumbnail-studio-youtube .thumbnail-preview-stage{aspect-ratio:16 / 9}.thumbnail-studio-blog .thumbnail-preview-stage{aspect-ratio:3 / 2}.thumbnail-studio-instagram .thumbnail-preview-stage{aspect-ratio:1 / 1}.thumbnail-studio-story .thumbnail-preview-stage{aspect-ratio:2 / 3;max-height:680px;margin:0 auto}.thumbnail-preview-stage .thumbnail-image{width:100%;height:100%;border:0}.thumbnail-preview-placeholder{position:relative;display:flex;align-items:flex-end;min-height:100%;padding:clamp(18px,4vw,34px);overflow:hidden;background:radial-gradient(120% 120% at 78% 12%,#243a86,#16213f 48%,#0f1626)}.thumbnail-preview-placeholder:before{content:"";position:absolute;top:12px;right:12px;bottom:12px;left:12px;border:1px solid rgba(255,255,255,.26);border-radius:8px}.thumbnail-preview-placeholder:after{content:"";position:absolute;right:-8%;bottom:12%;width:46%;height:34%;border-radius:8px;background:#ffffff29;transform:skew(-12deg)}.thumbnail-preview-placeholder.loading{animation:thumbnailPulse 1.4s ease-in-out infinite}.thumbnail-preview-copy{position:relative;z-index:1;display:grid;gap:8px;max-width:76%;color:#fff;text-shadow:0 3px 20px rgba(15,23,42,.35)}.thumbnail-preview-copy span{width:fit-content;padding:5px 8px;border-radius:999px;background:#0f172a73;font-size:.75rem;font-weight:800}.thumbnail-preview-copy strong{font-size:clamp(1.3rem,3.4vw,2.35rem);line-height:1.02;letter-spacing:0}.thumbnail-preview-copy p{margin:0;font-size:.92rem;line-height:1.45;color:#ffffffdb}.thumbnail-preview-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#475569;font-size:.85rem;font-weight:700}.thumbnail-preview-panel .thumbnail-result-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.thumbnail-prompt{border:1px solid var(--border);border-radius:8px;background:#fff;font-size:.86rem}.thumbnail-prompt summary{padding:10px 12px;cursor:pointer;font-weight:600;color:#475569}.thumbnail-prompt-body{display:flex;flex-direction:column;gap:8px;padding:0 12px 12px}.thumbnail-prompt-body pre{margin:0;padding:10px 12px;border-radius:8px;background:#f8fafc;border:1px solid var(--border);white-space:pre-wrap;word-break:break-word;font-size:.82rem;line-height:1.5;color:#334155;max-height:220px;overflow-y:auto}.thumbnail-prompt-body .text-link{align-self:flex-end}@media (max-width: 980px){.thumbnail-studio{grid-template-columns:1fr}.thumbnail-preview-panel{position:static}}@media (max-width: 620px){.thumbnail-control-panel,.thumbnail-preview-panel{padding:14px}.thumbnail-preview-header,.thumbnail-preview-meta,.thumbnail-preview-panel .thumbnail-result-actions{grid-template-columns:1fr}.thumbnail-preview-header,.thumbnail-preview-meta{align-items:flex-start;flex-direction:column}.thumbnail-preview-copy{max-width:92%}}.footer-links{display:flex;flex-direction:column;gap:2px}.footer-links-heading{font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:6px}.legal-page{max-width:860px}.legal-updated{display:inline-block;margin-top:10px;font-size:.85rem;color:var(--muted)}.legal-body section{margin-bottom:28px}.legal-body h2{font-size:1.15rem;margin-bottom:10px}.legal-body p,.legal-body li{color:#334155;line-height:1.75;margin-bottom:8px}.legal-body ul{padding-left:20px;list-style:disc}.contact-page{max-width:860px}.contact-card{display:flex;gap:18px;align-items:flex-start;padding:26px;background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow-soft);margin-bottom:24px}.contact-card svg{color:var(--blue);flex-shrink:0;margin-top:4px}.contact-card h2{margin-bottom:6px}.contact-card p{color:var(--muted);margin-bottom:14px;line-height:1.6}.contact-card .primary-button{display:inline-flex;text-decoration:none}.contact-sla{display:block;margin-top:10px;font-size:.85rem;color:var(--muted)}.contact-topic-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.contact-topic-card{padding:18px;background:var(--surface-soft);border:1px solid var(--border);border-radius:14px}.contact-topic-card svg{color:var(--blue);margin-bottom:8px}.contact-topic-card h3{font-size:1rem;margin-bottom:6px}.contact-topic-card p{color:var(--muted);font-size:.9rem;line-height:1.6}.guest-trial-notice{display:flex;align-items:flex-start;gap:8px;padding:12px 14px;margin-bottom:16px;border:1px solid #bfdbfe;background:var(--blue-soft);color:#1d4ed8;border-radius:10px;font-size:.9rem;line-height:1.55}.guest-trial-notice a{color:#1d4ed8;font-weight:800}.guest-platform-row{margin-top:8px}.guest-signup-banner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding:14px 16px;margin:14px 0;border:1px solid #c7d2fe;background:linear-gradient(120deg,#eef2ff,#f5f3ff);border-radius:12px;font-size:.92rem;color:#3730a3}.guest-signup-banner .primary-button{text-decoration:none;display:inline-flex;gap:6px}.source-url-field{display:flex;flex-direction:column;gap:6px}.source-url-label{display:inline-flex;align-items:center;gap:6px}.field-hint{font-size:.8rem;color:var(--muted);font-weight:500}.output-meta-actions{display:flex;align-items:center;gap:14px}.output-meta-actions .text-link{display:inline-flex;align-items:center;gap:5px}.card-title .card-actions{margin-left:auto;display:flex;flex-wrap:wrap;gap:6px}.card-title .card-actions button{margin-left:0;font-size:.82rem;padding:0 10px}.output-edit textarea{width:100%;border:1px solid var(--border);border-radius:12px;padding:14px;font:inherit;font-size:.92rem;line-height:1.7;resize:vertical;background:var(--surface-soft)}.output-edit textarea:focus{outline:none;border-color:var(--blue)}.output-edit-actions{display:flex;gap:8px;margin-top:10px}.brand-voice-page{max-width:760px}.brand-voice-form{display:flex;flex-direction:column;gap:16px;padding:26px;background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow-soft)}.brand-voice-hint{font-size:.88rem;color:var(--muted)}.brand-voice-field{display:flex;flex-direction:column;gap:6px;font-weight:700}.brand-voice-field input,.brand-voice-field textarea{border:1px solid var(--border);border-radius:10px;padding:11px 13px;font:inherit;font-size:.92rem;background:var(--surface-soft)}.brand-voice-field input:focus,.brand-voice-field textarea:focus{outline:none;border-color:var(--blue)}.brand-voice-saved{display:inline-flex;align-items:center;gap:6px;color:#15803d;font-weight:700;font-size:.9rem}.brand-voice-upsell{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:30px;background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow-soft)}.brand-voice-upsell svg{color:var(--purple)}.brand-voice-upsell p{color:var(--muted);line-height:1.65}.brand-voice-upsell .primary-button{text-decoration:none;display:inline-flex}.thumbnail-text-editor{margin-top:16px;padding:16px;border:1px solid var(--border);border-radius:14px;background:var(--surface-soft)}.thumbnail-editor-heading{display:flex;align-items:center;gap:8px;margin-bottom:12px;flex-wrap:wrap}.thumbnail-editor-heading span{font-size:.8rem;color:var(--muted)}.thumbnail-editor-canvas-wrap{border-radius:10px;overflow:hidden;border:1px solid var(--border);background:#0f172a;margin-bottom:14px}.thumbnail-editor-canvas{display:block;width:100%;height:auto}.thumbnail-editor-controls{display:flex;flex-direction:column;gap:12px}.thumbnail-editor-controls textarea,.thumbnail-editor-controls input[type=range]{width:100%}.thumbnail-editor-controls textarea{border:1px solid var(--border);border-radius:10px;padding:10px 12px;font:inherit;font-size:.9rem;resize:vertical}.thumbnail-color-row{display:flex;gap:8px}.thumbnail-color-swatch{width:30px;height:30px;border-radius:50%;border:2px solid var(--border);cursor:pointer;padding:0}.thumbnail-color-swatch.active{border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-soft)}.thumbnail-editor-toggles{display:flex;gap:18px;flex-wrap:wrap}.thumbnail-editor-toggles label{display:inline-flex;align-items:center;gap:7px;font-size:.88rem;font-weight:650;cursor:pointer}.primary-button:disabled,.secondary-button:disabled{opacity:.55;cursor:not-allowed;filter:saturate(.7)}.breadcrumb{display:flex;align-items:center;gap:6px;font-size:.85rem;color:var(--muted);margin-bottom:8px}.breadcrumb a{color:var(--muted);text-decoration:none}.breadcrumb a:hover{color:var(--blue)}.breadcrumb span{color:var(--text);font-weight:650}.template-landing .landing-hero{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.template-landing .landing-hero .primary-button{text-decoration:none;display:inline-flex;margin-top:6px}.template-landing{max-width:1180px}.template-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.04fr) minmax(360px,.78fr);gap:36px;align-items:center;min-height:auto;padding:34px 0;isolation:isolate}.template-hero:before{display:none}.template-hero-kicker{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:18px}.template-hero-kicker>span:not(.badge){color:var(--blue);font-weight:780;font-size:.88rem}.template-hero h1{max-width:15ch;margin:0;font-size:clamp(2.15rem,4.4vw,3.65rem);line-height:1.06;letter-spacing:-.045em;font-weight:860}.template-hero-intro{max-width:68ch;margin:20px 0 0;color:#334155;font-size:1rem;line-height:1.7}.template-hero-note{max-width:62ch;margin:18px 0 0;color:var(--muted);font-size:.95rem;line-height:1.68}.template-hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:28px}.template-hero-actions a{text-decoration:none}.template-trust-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.template-trust-row span{display:inline-flex;align-items:center;gap:5px;color:var(--muted);font-size:.82rem}.template-trust-row svg{color:var(--green)}.template-preview-card{border:1px solid rgba(36,64,214,.16);border-radius:18px;padding:22px;background:var(--surface);box-shadow:0 18px 48px #0f172a12}.template-preview-top{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:16px;border-bottom:1px solid var(--border)}.template-preview-top strong{display:block;margin-top:5px;font-size:1.08rem;letter-spacing:-.02em}.mini-label{display:block;color:var(--blue);font-size:.72rem;font-weight:840;letter-spacing:.13em;text-transform:uppercase}.template-prompt-box{margin-top:16px;border:1px solid var(--border);border-radius:16px;padding:14px;background:#f8fafc}.template-prompt-box span,.template-preview-result>span{display:block;color:var(--muted);font-size:.78rem;font-weight:760;margin-bottom:8px}.template-prompt-box p{margin:0;color:var(--text);font-weight:720;line-height:1.5}.template-preview-result{margin-top:16px}.template-preview-result ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.template-preview-result li{display:flex;align-items:flex-start;gap:8px;color:#334155;line-height:1.55;font-size:.9rem}.template-preview-result svg{flex-shrink:0;margin-top:3px;color:var(--green)}.template-workflow-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:18px}.template-workflow-row span{display:grid;gap:6px;border:1px solid rgba(36,99,235,.13);border-radius:14px;padding:10px;color:#334155;background:#eff6ff9e;font-size:.78rem;font-weight:720}.template-workflow-row b{display:grid;place-items:center;width:22px;height:22px;border-radius:999px;color:#fff;background:var(--blue);font-size:.72rem}.template-section-head{margin-bottom:16px}.template-section-head h2{margin:6px 0 0;font-size:clamp(1.35rem,2.4vw,1.9rem);letter-spacing:-.032em}.template-info-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:16px;align-items:stretch}.template-info-card{border:1px solid var(--border);border-radius:18px;padding:22px;background:var(--surface);box-shadow:0 16px 44px #0f172a0d}.template-info-card.wide{grid-row:span 2}.template-info-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:13px;margin-bottom:14px;color:var(--blue);background:#2463eb17}.template-info-card h3{margin:0 0 12px;font-size:1.08rem;letter-spacing:-.02em}.landing-section{margin-top:34px}.landing-section>h2{font-size:1.3rem;margin-bottom:14px}.landing-check-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:10px}.landing-check-list li{display:flex;align-items:flex-start;gap:9px;color:#334155;line-height:1.6}.landing-check-list svg{color:var(--green);flex-shrink:0;margin-top:3px}.landing-list{padding-left:20px;list-style:disc}.landing-list li{color:#334155;line-height:1.75;margin-bottom:8px}.landing-faq details,.faq-item{border:1px solid var(--border);border-radius:12px;padding:4px 16px;margin-bottom:10px;background:var(--surface)}.landing-faq summary,.faq-item summary{cursor:pointer;font-weight:700;padding:12px 0;list-style:none}.landing-faq summary::-webkit-details-marker,.faq-item summary::-webkit-details-marker{display:none}.landing-faq p,.faq-item p{color:#475569;line-height:1.75;padding-bottom:14px;margin:0}.example-io{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:16px;align-items:stretch}.example-block{border:1px solid var(--border);border-radius:18px;padding:22px;background:var(--surface);box-shadow:0 16px 44px #0f172a0d;min-width:0}.example-block .mini-label{display:block;margin-bottom:10px}.example-input p{margin:0;font-weight:700;font-size:1.02rem;line-height:1.6;overflow-wrap:anywhere}.example-output ul{margin:0;padding-left:18px;display:grid;gap:10px}.example-output li{color:#475569;line-height:1.7;overflow-wrap:anywhere}.example-note{margin:14px 0 0;color:#64748b;font-size:.94rem;line-height:1.7}@media (max-width: 768px){.example-io{grid-template-columns:1fr}}.landing-cta{margin-top:40px}.landing-cta .primary-button{text-decoration:none;display:inline-flex}.faq-page{max-width:820px}.faq-list{margin-top:6px}.template-card-title-link{color:inherit;text-decoration:none}.template-card-title-link:hover{color:var(--blue);text-decoration:underline}.sample-band{display:flex;flex-direction:column;gap:22px}.sample-input{display:flex;flex-direction:column;align-items:center;gap:10px;padding:20px 24px;background:var(--blue-soft);border:1px solid #bfdbfe;border-radius:16px;text-align:center}.sample-input-label{font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--blue)}.sample-input strong{font-size:1.15rem;color:var(--text);line-height:1.4}.sample-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.sample-card{padding:20px;background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;gap:12px}.sample-card-label{font-size:.82rem;font-weight:800;color:var(--blue);letter-spacing:.02em}.sample-list{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:8px}.sample-list li{color:#334155;line-height:1.5;font-size:.94rem}.sample-chips,.sample-tags{display:flex;flex-wrap:wrap;gap:8px}.sample-chips span{padding:7px 12px;border-radius:999px;background:linear-gradient(120deg,#eef2ff,#f5f3ff);border:1px solid #e0e7ff;color:#4338ca;font-weight:700;font-size:.9rem}.sample-tags span{color:var(--blue);font-size:.86rem;font-weight:600}.sample-script p{color:#334155;line-height:1.6;font-size:.92rem;margin-bottom:8px}.sample-script p:last-child{margin-bottom:0}.sample-caption p{color:#334155;line-height:1.65;font-size:.94rem;margin-bottom:10px;white-space:pre-line}.sample-cta{display:flex;justify-content:center}.sample-cta .primary-button{text-decoration:none}.landing-note{color:var(--muted);line-height:1.75;max-width:62ch;margin-top:4px}.hp-wrap{max-width:1100px;margin:0 auto;padding:0 28px;width:100%}.hp-panel{position:relative;background:var(--bg);padding:44px 0}.hp-panel.alt{background:var(--surface)}.hp-stage{width:100%}.hp-eyebrow{font-family:Iowan Old Style,Georgia,Times New Roman,serif;font-style:italic;color:var(--muted);font-size:1.05rem;display:block;margin-bottom:16px}.hp-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.16em;color:var(--muted);font-weight:600}.hp-h1{font-size:clamp(2.3rem,5vw,4rem);line-height:1.04;letter-spacing:-.035em;font-weight:800;margin:0 0 18px;max-width:16ch}.hp-sub{font-size:clamp(1rem,1.4vw,1.16rem);color:var(--muted);max-width:44ch;margin:0 0 20px}.hp-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:46px;align-items:center}.hp-qtopic{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.hp-qtopic input{border:1px solid var(--border);border-radius:10px;padding:11px 13px;font:inherit;background:var(--surface);color:var(--text)}.hp-qtopic input:focus{outline:none;border-color:var(--blue)}.hp-pills{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:18px}.hp-pills span{border:1px solid var(--border);border-radius:999px;padding:5px 11px;font-size:.82rem;color:var(--muted)}.hp-pills span.on{border-color:var(--blue);color:var(--blue)}.hp-actions{display:flex;gap:12px;flex-wrap:wrap}.hp-rcard{border:1px solid var(--border);border-radius:16px;background:var(--surface);overflow:hidden;box-shadow:var(--shadow-soft)}.hp-rcard-top{display:flex;gap:8px;padding:11px 16px;border-bottom:1px solid var(--border);align-items:center}.hp-rcard-top .hp-label{margin-left:auto}.hp-rtab{font-size:.82rem;color:var(--blue);font-weight:640}.hp-rcard-body{padding:16px}.hp-yt{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:11px;border:1px solid var(--border);display:block}.hp-rlist{margin:12px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}.hp-rlist li{display:flex;gap:11px;font-size:.9rem}.hp-rlist li b{color:var(--blue);font-variant-numeric:tabular-nums;font-size:.74rem;font-weight:700}.hp-shead{margin-bottom:22px}.hp-shead.center{text-align:center}.hp-shead h2{font-size:clamp(1.4rem,2.9vw,2.1rem);letter-spacing:-.03em;font-weight:700;margin:6px 0 0}.hp-shead.center h2{margin-inline:auto}.hp-p3sub{text-align:center;color:var(--muted);margin:10px 0 0;font-size:.95rem}.hp-topicbar{display:flex;flex-wrap:wrap;align-items:center;gap:12px;justify-content:center;padding:12px 18px;border:1px solid var(--border);border-radius:11px;background:var(--bg);margin-bottom:16px}.hp-topicbar strong{font-size:1.04rem;letter-spacing:-.02em}.hp-rlayout{display:grid;grid-template-columns:440px 1fr;gap:24px;align-items:start}.hp-imgcap{margin-top:9px;color:var(--muted);font-size:.82rem;text-align:center}.hp-rout{display:grid;grid-template-columns:1fr;gap:1px;background:var(--border);border:1px solid var(--border);border-radius:12px;overflow:hidden}.hp-rc{background:var(--surface);padding:14px 16px}.hp-clabel{display:block;margin-bottom:8px;color:var(--blue);font-size:.7rem;text-transform:uppercase;letter-spacing:.14em;font-weight:700}.hp-rc ol{margin:0;padding-left:1.15em;display:flex;flex-direction:column;gap:5px;font-size:.9rem}.hp-chips{display:flex;flex-wrap:wrap;gap:7px}.hp-chips span{border:1px solid var(--border);border-radius:999px;padding:4px 11px;font-size:.84rem}.hp-sc p{margin:0 0 5px;font-size:.88rem}.hp-sc b{color:var(--blue);font-weight:640}.hp-grid{display:grid;gap:1px;background:var(--border);border:1px solid var(--border);border-radius:13px;overflow:hidden}.hp-grid.cols3{grid-template-columns:repeat(3,1fr)}.hp-box{background:var(--surface);padding:18px}.hp-box h3{margin:0 0 5px;font-size:1rem;letter-spacing:-.02em;font-weight:640}.hp-box p{margin:0;color:var(--muted);font-size:.88rem}.hp-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;text-align:center;border:1px solid var(--border);border-radius:13px;padding:18px;background:var(--surface);margin-top:14px}.hp-s strong{display:block;font-size:clamp(1.4rem,3vw,2rem);letter-spacing:-.03em;font-weight:800}.hp-s span{color:var(--muted);font-size:.84rem}.hp-trow{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.hp-tcard{border:1px solid var(--border);border-radius:12px;background:var(--surface);padding:16px;display:flex;flex-direction:column;gap:7px;color:inherit;text-decoration:none}.hp-tcard:hover{border-color:var(--blue)}.hp-tt{font-weight:640;letter-spacing:-.02em;font-size:.95rem}.hp-tt small{color:var(--muted);font-weight:400;font-size:.8rem}.hp-tcard p{margin:0;color:var(--muted);font-size:.84rem;line-height:1.5}.hp-go{margin-top:auto;color:var(--blue);font-size:.82rem;font-weight:640}.hp-brand-voice-box{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:18px;align-items:center;border:1px solid rgba(36,64,214,.18);border-radius:18px;padding:20px;background:linear-gradient(135deg,#eff6ffe6,#ffffffd1);box-shadow:0 22px 58px #2440d617}.hp-brand-voice-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:15px;color:var(--blue);background:#2463eb1a;box-shadow:inset 0 1px #ffffffb8}.hp-brand-voice-copy{display:grid;gap:8px;min-width:0}.hp-brand-voice-copy h2{margin:0;font-size:clamp(1.15rem,2vw,1.55rem);letter-spacing:-.03em;font-weight:820}.hp-brand-voice-copy p{max-width:78ch;margin:0;color:var(--muted);font-size:.9rem;line-height:1.58}.hp-brand-voice-points{display:flex;flex-wrap:wrap;gap:7px}.hp-brand-voice-points span{border:1px solid rgba(36,99,235,.16);border-radius:999px;padding:5px 9px;color:#1d4ed8;background:#ffffffb8;font-size:.76rem;font-weight:780}.hp-brand-voice-link{white-space:nowrap}.hp-close{display:flex;align-items:flex-end;justify-content:space-between;gap:26px;flex-wrap:wrap;margin-top:30px;padding-top:28px;border-top:1px solid var(--border)}.hp-close h2{font-size:clamp(1.7rem,3.8vw,2.7rem);letter-spacing:-.035em;font-weight:800;margin:0;max-width:18ch}.hp-price{color:var(--muted);font-size:.9rem;margin-top:10px;font-variant-numeric:tabular-nums}.hp-foot{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;margin-top:26px;padding-top:20px;border-top:1px solid var(--border);color:var(--muted);font-size:.83rem}.hp-foot a{color:var(--muted)}.hp-foot a:hover{color:var(--text)}.hp-foot-links{display:flex;gap:16px;flex-wrap:wrap}.hp-brandword{font-weight:680}.hp-brandword b{color:var(--blue)}.hp-hint{position:absolute;left:50%;bottom:18px;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:6px;color:var(--muted);font-size:.7rem;letter-spacing:.14em;text-transform:uppercase}.hp-ar{width:15px;height:15px;border-right:1.5px solid var(--muted);border-bottom:1.5px solid var(--muted);transform:rotate(45deg)}@media (max-width:880px){.hp-hero-grid{grid-template-columns:1fr;gap:26px}.hp-rlayout{grid-template-columns:1fr;gap:14px}}@media (max-width:760px){.hp-grid.cols3{grid-template-columns:1fr}}@media (max-width:900px){.hp-trow{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.hp-stats{grid-template-columns:1fr;gap:12px}}@media (max-width:520px){.hp-trow{grid-template-columns:1fr}}html.home-snap{scroll-snap-type:y mandatory;scrollbar-width:none}html.home-snap::-webkit-scrollbar{width:0;height:0;display:none}html.home-snap .site-footer{display:none}html.home-snap .hp-panel{min-height:100vh;min-height:100svh;display:flex;align-items:safe center;scroll-snap-align:start;scroll-snap-stop:always;padding:92px 0 44px;overflow:hidden}html.home-snap .hp-stage{transform:scale(.986);opacity:.55;transition:transform 1s cubic-bezier(.2,.7,.2,1),opacity .9s ease}html.home-snap .hp-panel.is-in .hp-stage{transform:none;opacity:1}html.home-snap .hp-rise{opacity:0;transform:translateY(24px);transition:opacity .8s cubic-bezier(.2,.7,.2,1),transform .8s cubic-bezier(.2,.7,.2,1)}html.home-snap .hp-panel.is-in .hp-rise{opacity:1;transform:none}html.home-snap .is-in .d1{transition-delay:.06s}html.home-snap .is-in .d2{transition-delay:.14s}html.home-snap .is-in .d3{transition-delay:.22s}html.home-snap .is-in .d4{transition-delay:.3s}html.home-snap .hp-ar{animation:hp-bob 1.8s infinite ease-in-out}@keyframes hp-bob{0%,to{transform:rotate(45deg) translate(0);opacity:.5}50%{transform:rotate(45deg) translate(3px,3px);opacity:1}}@keyframes hp-output-roll{0%,to{transform:none;border-color:#ffffffc2;background:#ffffffa8;box-shadow:0 12px 34px #17160f0f}6%,15%{transform:translate(8px) translateY(-3px);border-color:#2440d647;background:#ffffffe6;box-shadow:0 20px 46px #2440d624}}@keyframes hp-output-label-roll{0%,to{color:var(--blue)}6%,15%{color:#7c3aed}}@media (prefers-reduced-motion:reduce){html.home-snap{scroll-snap-type:none}html.home-snap .hp-rise,html.home-snap .hp-stage{opacity:1;transform:none;transition:none}html.home-snap .hp-ar,.hp-output-item,.hp-output-item span{animation:none}}.hp-tabs{display:flex;gap:3px;flex-wrap:wrap}.hp-rtab{font-size:.78rem;color:var(--muted);background:none;border:0;padding:3px 8px;border-radius:6px;cursor:pointer;font:inherit}.hp-rtab.on{color:var(--blue);font-weight:700;background:var(--blue-soft)}.hp-fade{margin-top:12px;min-height:104px;animation:hp-fadein .45s ease}@keyframes hp-fadein{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.hp-ol{margin:6px 0 0;padding-left:1.15em;display:flex;flex-direction:column;gap:6px;font-size:.9rem}.hp-rc .hp-ol,.hp-rc .hp-chips,.hp-rc .hp-sc,.hp-rc .hp-cap{margin-top:0}.hp-cap{font-size:.9rem}.hp-cap p{margin:0;line-height:1.6}.hp-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.hp-tags span{color:var(--blue);font-size:.84rem}@media (prefers-reduced-motion:reduce){.hp-fade{animation:none}}.hp-hero-panel{background:radial-gradient(circle at 54% 46%,rgba(255,255,255,.88),transparent 0 12%,transparent 28%),linear-gradient(120deg,rgba(36,64,214,.08),transparent 34%),linear-gradient(300deg,rgba(139,92,246,.14),transparent 42%),var(--bg)}.hp-hero-redesign{position:relative;display:grid;grid-template-columns:minmax(280px,.85fr) minmax(220px,.55fr) minmax(320px,.9fr);gap:clamp(22px,4vw,48px);align-items:center}.hp-hero-copy .hp-h1{max-width:12ch}.hp-type-title{position:relative}.hp-upload-word{color:#2563eb;text-shadow:0 10px 28px rgba(37,99,235,.2)}.hp-idea-flow{position:relative;display:grid;justify-items:center;gap:20px}.hp-prompt-card{display:grid;gap:14px;max-width:390px;margin-top:20px;border:1px solid rgba(255,255,255,.78);border-radius:18px;padding:15px;background:#ffffffc7;box-shadow:0 18px 50px #2440d617;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.hp-prompt-card .hp-qtopic{margin-bottom:0}.hp-prompt-card input{border-color:#2440d629;background:#ffffffeb;box-shadow:inset 0 1px #ffffffe6}.hp-prompt-card .hp-actions{display:grid;grid-template-columns:1fr .82fr;gap:10px}.hp-idea-card{position:relative;z-index:1;display:grid;grid-template-rows:1fr auto;align-items:center;justify-items:center;gap:12px;width:min(100%,215px);min-height:200px;border:1px solid rgba(255,255,255,.8);border-radius:22px;padding:22px 20px 20px;color:#fff;background:linear-gradient(150deg,#2440d6,#7c3aed);box-shadow:0 26px 70px #2440d63d;overflow:hidden;animation:hp-idea-float 5s ease-in-out infinite}.hp-idea-card:before{content:"";position:absolute;top:14px;right:14px;bottom:14px;left:14px;border:1px solid rgba(255,255,255,.26);border-radius:18px;background:radial-gradient(circle at 50% 38%,rgba(255,255,255,.28),transparent 0 28%),linear-gradient(180deg,rgba(255,255,255,.12),transparent 62%);pointer-events:none}.hp-idea-card:after{content:"";position:absolute;width:132px;height:132px;border-radius:999px;background:radial-gradient(circle,rgba(255,255,255,.28),transparent 62%);filter:blur(4px);animation:hp-orbit-glow 6s linear infinite}.hp-idea-icon{position:relative;z-index:2;display:grid;width:96px;height:96px;place-items:center;border-radius:999px;color:#fff8c7;background:radial-gradient(circle at 50% 42%,rgba(255,255,255,.28),transparent 0 38%),#ffffff1a;box-shadow:0 20px 54px #0a0a5047;animation:hp-bulb-breathe 2.8s ease-in-out infinite}.hp-idea-label{position:relative;z-index:2;color:#fffffff0;font-size:16px;font-weight:800;letter-spacing:0;text-shadow:0 10px 24px rgba(13,21,84,.24)}.hp-idea-spark,.hp-video-pulse{position:absolute;z-index:3;display:grid;place-items:center;border-radius:999px;color:#fff}.spark-one{top:39px;right:36px;animation:hp-spark-pop 2.8s ease-in-out infinite}.spark-two{left:38px;bottom:44px;opacity:.72;animation:hp-spark-pop 3.4s .7s ease-in-out infinite}.hp-video-pulse{right:43px;bottom:38px;width:34px;height:34px;background:#ffffff2e;box-shadow:0 0 #ffffff57;animation:hp-play-pulse 2.4s ease-out infinite}.hp-flow-core{display:grid;width:58px;height:58px;place-items:center;border:1px solid rgba(255,255,255,.8);border-radius:999px;background:#ffffffb8;color:var(--blue);font-weight:900;box-shadow:0 16px 44px #2440d629}.hp-flow-stream{position:absolute;z-index:0;top:50%;left:55%;width:min(28vw,360px);height:420px;pointer-events:none;transform:translateY(-50%);filter:drop-shadow(0 0 10px rgba(124,58,237,.18))}.hp-flow-stream:before{content:"";position:absolute;top:6%;right:8%;bottom:6%;left:0;border-radius:999px;background:radial-gradient(circle at 9% 50%,rgba(255,255,255,.95),transparent 0 5px),radial-gradient(circle at 36% 18%,rgba(255,255,255,.7),transparent 0 3px),radial-gradient(circle at 58% 30%,rgba(124,58,237,.4),transparent 0 4px),radial-gradient(circle at 70% 52%,rgba(36,64,214,.36),transparent 0 4px),radial-gradient(circle at 48% 76%,rgba(255,255,255,.68),transparent 0 3px);opacity:.75;animation:hp-particle-drift 4.8s ease-in-out infinite}.hp-flow-stream span{position:absolute;left:0;width:100%;height:74px;border-top:1.5px solid rgba(124,58,237,.28);border-right:1px solid rgba(36,64,214,.2);border-radius:0 100% 0 0;box-shadow:0 -1px 14px #fffc,0 -1px 18px #2440d624;opacity:.78;transform-origin:left center}.hp-flow-stream span:after{content:"";position:absolute;top:-4px;right:-2px;width:8px;height:8px;border-radius:999px;background:#fffffff2;box-shadow:0 0 0 5px #ffffff5c,0 0 20px #7c3aed94}.stream-one{top:42px;transform:rotate(-25deg);animation:hp-stream-breathe 3.1s ease-in-out infinite}.stream-two{top:104px;transform:rotate(-15deg);animation:hp-stream-breathe 3.4s .2s ease-in-out infinite}.stream-three{top:166px;transform:rotate(-5deg);animation:hp-stream-breathe 3.2s .4s ease-in-out infinite}.stream-four{top:226px;transform:rotate(5deg);animation:hp-stream-breathe 3.6s .1s ease-in-out infinite}.stream-five{top:286px;transform:rotate(15deg);animation:hp-stream-breathe 3.3s .35s ease-in-out infinite}.stream-six{top:344px;transform:rotate(24deg);animation:hp-stream-breathe 3.7s .55s ease-in-out infinite}.hp-output-stack{position:relative;z-index:1;display:grid;gap:12px}.hp-output-item{display:grid;grid-template-columns:92px 1fr;gap:2px 14px;align-items:center;min-height:86px;border:1px solid rgba(255,255,255,.76);border-radius:16px;padding:14px 16px;background:#ffffffa8;box-shadow:0 12px 34px #17160f0f;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);animation:hp-output-roll 9.6s ease-in-out infinite;transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease}.hp-output-item:nth-child(2){animation-delay:1.6s}.hp-output-item:nth-child(3){animation-delay:3.2s}.hp-output-item:nth-child(4){animation-delay:4.8s}.hp-output-item:nth-child(5){animation-delay:6.4s}.hp-output-item:nth-child(6){animation-delay:8s}.hp-output-item:hover{transform:translate(8px) translateY(-3px);border-color:#2440d647;background:#ffffffe6;box-shadow:0 20px 46px #2440d624}.hp-output-item:hover span{color:#7c3aed}.hp-output-item span{grid-row:span 2;color:var(--blue);font-size:.72rem;font-weight:850;text-transform:uppercase;letter-spacing:.08em;animation:hp-output-label-roll 9.6s ease-in-out infinite}.hp-output-item:nth-child(2) span{animation-delay:1.6s}.hp-output-item:nth-child(3) span{animation-delay:3.2s}.hp-output-item:nth-child(4) span{animation-delay:4.8s}.hp-output-item:nth-child(5) span{animation-delay:6.4s}.hp-output-item:nth-child(6) span{animation-delay:8s}.hp-output-item strong{font-size:.98rem}.hp-output-item p{margin:0;color:var(--muted);font-size:.84rem;line-height:1.45}.hp-result-board{display:grid;grid-template-columns:1.05fr 1fr 1fr;gap:12px}.hp-board-card{min-width:0;border:1px solid var(--border);border-radius:14px;background:var(--surface);padding:15px;box-shadow:var(--shadow-soft)}.hp-board-card p{margin:0;color:var(--muted);font-size:.9rem;line-height:1.6}.hp-board-thumb{grid-row:span 2}.hp-board-thumb strong{display:block;margin-top:12px;font-size:1.2rem}.hp-board-wide{grid-column:span 2}.hp-mini-list{display:grid;gap:7px;margin:10px 0 0;padding-left:1.1em;color:#334155;font-size:.88rem;line-height:1.5}.hp-scroll-copy{max-height:210px;overflow:auto;padding-right:8px}.hp-scroll-copy:focus{outline:3px solid rgba(36,64,214,.18);outline-offset:3px}.hp-scroll-copy p{margin:0 0 10px}.hp-pack-demo{display:grid;grid-template-columns:minmax(250px,.72fr) minmax(540px,1.68fr);gap:14px;align-items:start;max-width:1000px;margin:0 auto}.hp-result-panel .hp-shead{margin-bottom:14px}.hp-result-panel .hp-shead h2{font-size:clamp(1.32rem,2.35vw,1.82rem)}.hp-result-panel .hp-p3sub{margin-top:6px;font-size:.88rem}.hp-pack-sidebar,.hp-pack-console{min-width:0;border:1px solid rgba(36,64,214,.18);border-radius:18px;background:#ffffffd6;box-shadow:0 22px 62px #2440d617;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.hp-pack-sidebar{display:grid;gap:7px;padding:13px}.hp-pack-sidebar label{display:grid;gap:5px}.hp-pack-sidebar label span,.hp-pack-select span,.hp-pack-controls span{color:#0f172a;font-size:.74rem;font-weight:850}.hp-pack-sidebar label strong,.hp-pack-sidebar label em{min-height:38px;border:1px solid var(--border);border-radius:10px;padding:9px 10px;background:#ffffffb8;color:#111827;font-size:.83rem;font-style:normal;line-height:1.42}.hp-pack-sidebar label em{min-height:0;color:var(--muted)}.hp-pack-select,.hp-pack-controls{display:grid;gap:7px}.hp-pack-select strong{border:1px solid var(--border);border-radius:10px;padding:8px 10px;background:#ffffffc2;font-size:.84rem}.hp-pack-template-list{display:grid;gap:5px;max-height:130px;overflow:auto;padding-right:2px}.hp-pack-template{display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid rgba(36,99,235,.22);border-radius:10px;padding:6px 8px;background:#eff6ffc7;font-size:.72rem;font-weight:750}.hp-pack-template b{flex:0 0 auto;border:1px solid rgba(34,197,94,.32);border-radius:999px;padding:2px 7px;color:#15803d;background:#f0fdf4f0;font-size:.68rem}.hp-pack-controls{grid-template-columns:.5fr 1fr;align-items:center;border-top:1px solid rgba(148,163,184,.22);padding-top:7px}.hp-pack-controls strong{border:1px solid var(--border);border-radius:9px;padding:6px 8px;background:#ffffffb3;font-size:.76rem}.hp-pack-button{border:0;border-radius:10px;padding:10px 12px;color:#fff;background:var(--blue);font-weight:850;box-shadow:0 14px 30px #2440d633}.hp-pack-console{display:grid;grid-template-rows:auto auto 1fr;padding:14px}.hp-pack-head{display:flex;justify-content:space-between;gap:14px;align-items:start}.hp-pack-head h3{margin:4px 0 0;font-size:1rem}.hp-pack-head>strong{color:var(--blue);font-size:.82rem}.hp-pack-tabs{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:4px;overflow:hidden;margin-top:10px;border-bottom:1px solid rgba(148,163,184,.26);color:#475569;font-size:.76rem;font-weight:800;white-space:nowrap}.hp-pack-tabs button{position:relative;border:0;min-width:0;padding:0 3px 10px;color:inherit;background:transparent;font:inherit;font-weight:inherit;white-space:nowrap;cursor:pointer;text-align:center}.hp-pack-tabs button:before{content:none}.hp-pack-tabs button:hover,.hp-pack-tabs button:focus-visible,.hp-pack-tabs .active{color:var(--blue)}.hp-pack-tabs button:focus-visible{outline:2px solid rgba(36,99,235,.22);outline-offset:3px;border-radius:6px}.hp-pack-tabs .active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--blue)}.hp-pack-result{display:grid;grid-template-columns:minmax(240px,.9fr) minmax(320px,1.1fr);align-items:start;gap:11px;margin-top:10px;border:1px solid var(--border);border-radius:14px;padding:11px;background:#ffffff9e}.hp-pack-result-copy{display:grid;align-content:start;gap:9px}.hp-pack-result-top{display:flex;justify-content:space-between;gap:10px;align-items:center}.hp-pack-result-top strong{font-size:.9rem}.hp-pack-result-top span{color:var(--blue);font-size:.72rem;font-weight:850}.hp-pack-result-copy p,.hp-pack-note,.hp-thumb-preview p{margin:0;color:var(--muted);font-size:.82rem;line-height:1.55}.hp-pack-note{border-radius:10px;padding:8px 9px;background:#eff6ffe0;color:#1d4ed8;font-weight:750}.hp-pack-feature-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:2px}.hp-pack-feature-row span{display:inline-flex;align-items:center;gap:4px;border:1px solid rgba(36,99,235,.14);border-radius:999px;padding:4px 7px;color:#1d4ed8;background:#eff6ffc7;font-size:.68rem;font-weight:780}.hp-pack-evidence{min-height:260px;border:1px solid rgba(36,64,214,.14);border-radius:13px;padding:12px;background:linear-gradient(180deg,#f8fafff5,#ffffffd1);overflow:hidden}.hp-pack-evidence>p{margin:10px 0 0;color:var(--muted);font-size:.76rem;line-height:1.5}.hp-title-style-list{display:grid;gap:7px;margin-top:9px}.hp-title-style-list div{display:grid;gap:4px;border:1px solid rgba(148,163,184,.22);border-radius:9px;padding:7px 8px;background:#ffffffd1}.hp-title-style-list span{color:#1d4ed8;font-size:.65rem;font-weight:820}.hp-title-style-list strong{color:#1e293b;font-size:.72rem;line-height:1.35}.hp-pinned-comment{display:grid;gap:10px;margin-top:10px;border:1px solid rgba(148,163,184,.22);border-radius:11px;padding:14px;background:#ffffffd6}.hp-pinned-comment strong{font-size:.83rem}.hp-pinned-comment p{margin:0;color:#334155;font-size:.78rem;line-height:1.55}.hp-hashtag-line{border-top:1px solid rgba(148,163,184,.2);padding-top:9px;color:#1d4ed8;font-size:.7rem;font-weight:780;line-height:1.45}.hp-longform-evidence{max-height:225px;margin-top:9px;padding:10px;border:1px solid rgba(148,163,184,.22);border-radius:10px;background:#ffffffd1;color:#334155;font-size:.75rem;line-height:1.55}.hp-duration-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin-top:9px;padding:4px;border-radius:9px;background:#eef2ff}.hp-duration-tabs span{border-radius:7px;padding:6px;color:#64748b;text-align:center;font-size:.7rem;font-weight:820}.hp-duration-tabs .active{color:#1d4ed8;background:#fff;box-shadow:0 4px 12px #2440d61a}.hp-script-timeline{display:grid;gap:6px;margin-top:8px}.hp-script-timeline p{margin:0;border-left:2px solid rgba(36,99,235,.28);padding:4px 0 4px 8px;color:#334155;font-size:.7rem;line-height:1.4}.hp-reuse-flow{display:flex;align-items:center;justify-content:center;gap:8px;min-height:200px}.hp-reuse-flow span{border:1px solid rgba(36,99,235,.16);border-radius:10px;padding:12px 10px;color:#1d4ed8;background:#fff;font-size:.72rem;font-weight:820;text-align:center}.hp-pack-script-peek{max-height:58px;border:1px solid rgba(148,163,184,.2);border-radius:10px;padding:8px 9px 0;background:#f8fafcc7;color:#334155;font-size:.78rem}.hp-thumb-generator{display:grid;grid-template-columns:.72fr 1.28fr;align-items:start;gap:10px;border:1px solid rgba(148,163,184,.26);border-radius:13px;padding:10px;background:linear-gradient(180deg,#f8fafceb,#ffffffb8)}.hp-thumb-settings{display:grid;align-content:start;gap:8px}.hp-thumb-settings strong{font-size:.92rem}.hp-chip-row{display:flex;flex-wrap:wrap;gap:7px}.hp-chip-row span{border:1px solid rgba(36,99,235,.2);border-radius:999px;padding:5px 9px;background:#ffffffc7;color:#1d4ed8;font-size:.72rem;font-weight:800}.hp-thumb-preview{position:relative;display:grid;gap:7px}.hp-thumb-live{position:absolute;top:10px;right:10px;z-index:1;border:1px solid rgba(34,197,94,.34);border-radius:999px;padding:3px 8px;color:#16a34a;background:#f0fdf4f2;font-size:.68rem;font-weight:850}.hp-thumb-preview img{width:100%;aspect-ratio:16 / 9;object-fit:cover;border:1px solid rgba(15,23,42,.12);border-radius:10px;box-shadow:0 16px 34px #0f172a1f}.hp-thumb-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.hp-thumb-actions button{border:1px solid var(--border);border-radius:9px;padding:7px 8px;background:#ffffffc7;color:#0f172a;font:inherit;font-size:.76rem;font-weight:800}.hp-format-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.hp-format-card{display:grid;gap:10px;min-height:168px;border:1px solid var(--border);border-radius:14px;background:var(--surface);padding:18px;box-shadow:var(--shadow-soft);text-decoration:none;transition:border-color .18s ease,transform .18s ease}.hp-format-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.hp-format-category{border-radius:999px;padding:4px 8px;color:#475569;background:#f1f5f9;font-size:.66rem;font-weight:800}.hp-format-category.is-youtube{color:#b91c1c;background:#fef2f2}.hp-format-category.is-expand{color:#047857;background:#ecfdf5}.hp-format-category.is-workflow{color:#1d4ed8;background:#eff6ff}.hp-format-card:hover,.hp-format-card:focus-visible{border-color:var(--blue);transform:translateY(-2px)}.hp-format-card:focus-visible{outline:3px solid rgba(36,64,214,.18);outline-offset:3px}.hp-format-icon{display:grid;width:40px;height:40px;place-items:center;border-radius:10px;color:var(--blue);background:var(--blue-soft)}.hp-format-card strong{font-size:1rem}.hp-format-card p{margin:0;color:var(--muted);font-size:.88rem;line-height:1.55}.hp-format-go{display:inline-flex;align-items:center;gap:5px;margin-top:auto;color:var(--blue);font-size:.84rem;font-weight:850}.hp-growth-block{margin-bottom:24px}.hp-growth-block .hp-shead{margin-bottom:18px}.hp-growth-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:20px}.hp-growth-card{position:relative;min-height:260px;display:flex;flex-direction:column;gap:11px;padding:22px;border:1px solid rgba(36,64,214,.16);border-radius:18px;color:inherit;text-decoration:none;background:linear-gradient(135deg,#ffffffeb,#f3f6ffcc),var(--surface);box-shadow:0 20px 54px #2440d614;overflow:hidden;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.hp-growth-card:after{content:"";position:absolute;inset:auto -28px -46px auto;width:150px;height:150px;border-radius:999px;background:radial-gradient(circle,#7c3aed2e,#2463eb00);pointer-events:none}.hp-growth-card:hover,.hp-growth-card:focus-visible{transform:translateY(-4px);border-color:#2440d657;box-shadow:0 28px 68px #2440d624}.hp-growth-card:focus-visible{outline:3px solid rgba(36,99,235,.18);outline-offset:3px}.hp-growth-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;color:#2440d6;background:#2463eb1a}.hp-growth-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.hp-feature-status{border:1px solid rgba(34,197,94,.22);border-radius:999px;padding:5px 9px;color:#15803d;background:#f0fdf4e6;font-size:.7rem;font-weight:820}.hp-growth-card:nth-child(2) .hp-feature-status{border-color:#2463eb33;color:#1d4ed8;background:#eff6ffe6}.hp-cta-proofs{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.hp-cta-proofs span{display:inline-flex;align-items:center;gap:5px;color:#475569;font-size:.75rem;font-weight:720}.hp-cta-proofs svg{color:#16a34a}.hp-growth-card strong{font-size:1.08rem;letter-spacing:-.02em}.hp-growth-card p{margin:0;color:var(--muted);font-size:.9rem;line-height:1.58}.hp-growth-bullets{display:flex;flex-wrap:wrap;gap:7px;margin-top:auto}.hp-growth-bullets span{border:1px solid rgba(36,99,235,.14);border-radius:999px;padding:5px 9px;background:#ffffffb8;color:#1d4ed8;font-size:.76rem;font-weight:760}@keyframes hp-flow-shimmer{0%,to{opacity:.36;transform:scaleX(.84)}50%{opacity:.92;transform:scaleX(1.08)}}@keyframes hp-stream-breathe{0%,to{opacity:.32;filter:blur(.1px)}50%{opacity:.88;filter:blur(0)}}@keyframes hp-particle-drift{0%,to{transform:translate(0);opacity:.46}50%{transform:translate(18px);opacity:.9}}@keyframes hp-idea-float{0%,to{transform:translateY(0) rotate(-.5deg)}50%{transform:translateY(-10px) rotate(.7deg)}}@keyframes hp-bulb-breathe{0%,to{transform:scale(1);filter:drop-shadow(0 0 18px rgba(255,255,255,.28))}50%{transform:scale(1.08);filter:drop-shadow(0 0 32px rgba(255,255,255,.54))}}@keyframes hp-orbit-glow{0%{transform:translate(-58px,-42px) scale(.72);opacity:.5}50%{transform:translate(50px,42px) scale(1);opacity:.85}to{transform:translate(-58px,-42px) scale(.72);opacity:.5}}@keyframes hp-spark-pop{0%,to{opacity:.35;transform:translateY(0) scale(.82)}45%{opacity:1;transform:translateY(-6px) scale(1.12)}}@keyframes hp-play-pulse{0%{transform:scale(.92);box-shadow:0 0 #ffffff6b}70%{transform:scale(1.06);box-shadow:0 0 0 16px #fff0}to{transform:scale(.92);box-shadow:0 0 #fff0}}@media (max-width: 1060px){.hp-hero-redesign{grid-template-columns:1fr}.hp-idea-flow:before,.hp-idea-flow:after{display:none}.hp-flow-stream{display:none}.hp-output-stack{grid-template-columns:repeat(2,1fr)}.hp-result-board,.hp-pack-demo{grid-template-columns:1fr 1fr}.hp-pack-result,.hp-thumb-generator{grid-template-columns:1fr}}@media (max-width: 780px){html.home-snap{scroll-snap-type:none}html.home-snap .hp-panel{min-height:auto;overflow:visible;padding:88px 0 54px}.hp-output-stack,.hp-result-board,.hp-pack-demo,.hp-format-grid,.hp-growth-grid{grid-template-columns:1fr}.hp-pack-tabs{display:flex;overflow-x:auto;padding-bottom:2px}.hp-pack-tabs button{min-width:92px}.hp-pack-result,.hp-thumb-generator,.hp-thumb-actions{grid-template-columns:1fr}.hp-brand-voice-box{grid-template-columns:1fr;align-items:start}.hp-brand-voice-link{justify-self:start}.hp-prompt-card .hp-actions{grid-template-columns:1fr}.hp-board-thumb,.hp-board-wide{grid-column:auto;grid-row:auto}.hp-format-card,.hp-growth-card{min-height:0}}@media (prefers-reduced-motion: reduce){.hp-idea-flow:before,.hp-idea-flow:after,.hp-flow-stream,.hp-flow-stream:before,.hp-flow-stream span,.hp-idea-card,.hp-idea-card:after,.hp-idea-icon,.hp-idea-spark,.hp-video-pulse{animation:none}}.youtube-summary-page .eyebrow svg{color:#dc2626}.yt-form-card{max-width:720px;margin:24px auto 0;padding:24px;border:1px solid var(--border);border-radius:20px;background:#fff;box-shadow:0 20px 50px #0f172a0f}.yt-field{display:block;margin-bottom:18px}.yt-field>span{display:block;margin-bottom:8px;font-weight:800;color:#334155}.yt-field input{width:100%;min-height:48px;padding:0 14px;border:1px solid var(--border);border-radius:12px;background:#f8fafc;font-size:1rem}.yt-field input:focus{outline:none;border-color:var(--blue);background:#fff}.yt-chip-row{display:flex;flex-wrap:wrap;gap:8px}.yt-chip{padding:8px 16px;border:1px solid var(--border);border-radius:999px;background:#f8fafc;color:#475569;font-weight:700;cursor:pointer}.yt-chip.active{border-color:var(--blue);background:var(--blue-soft);color:var(--blue)}.yt-chip:disabled{opacity:.6;cursor:default}.yt-wait-hint{margin-top:10px;font-size:.9rem;color:#64748b;text-align:center}.yt-result{max-width:860px;margin:28px auto 0}.yt-video-card{display:flex;gap:16px;align-items:center;padding:16px;border:1px solid var(--border);border-radius:16px;background:#fff}.yt-video-thumb{width:160px;max-width:40%;aspect-ratio:16 / 9;object-fit:cover;border-radius:10px}.yt-video-meta h2{margin:0 0 6px;font-size:1.15rem;line-height:1.35}.yt-video-meta p{margin:0 0 6px;color:#64748b;font-size:.92rem}.yt-notice{display:flex;align-items:flex-start;gap:10px;margin-top:16px;padding:14px 16px;border:1px solid #fed7aa;border-radius:12px;background:#fff7ed;color:#9a3412}.yt-result-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.yt-truncated-note{margin:12px 2px 0;font-size:.88rem;color:#64748b}.yt-cards{display:grid;gap:16px;margin-top:18px}.yt-card{padding:20px 22px;border:1px solid var(--border);border-radius:16px;background:#fff}.yt-card h3{display:flex;align-items:center;gap:8px;margin:0 0 12px;font-size:1.02rem;color:#0f172a}.yt-card h3 svg{color:var(--blue)}.yt-card p{margin:0 0 10px;line-height:1.65;color:#334155}.yt-card p:last-child{margin-bottom:0}.yt-quick{margin:0;padding-left:20px}.yt-quick li{margin-bottom:8px;font-weight:600;line-height:1.55}.yt-bullets{margin:0;padding-left:20px}.yt-bullets li{margin-bottom:8px;line-height:1.6;color:#334155}.yt-timeline{list-style:none;margin:0;padding:0}.yt-timeline li{display:flex;gap:12px;padding:8px 0;border-bottom:1px solid #f1f5f9;line-height:1.5}.yt-timeline li:last-child{border-bottom:0}.yt-time{flex-shrink:0;font-variant-numeric:tabular-nums;font-weight:800;color:var(--blue);text-decoration:none}.yt-time:hover{text-decoration:underline}.yt-keywords{display:flex;flex-wrap:wrap;gap:8px}.yt-keyword{padding:5px 12px;border-radius:999px;background:var(--blue-soft);color:var(--blue);font-weight:700;font-size:.88rem}.yt-blog-title{font-size:1.1rem;font-weight:800;color:#0f172a!important}.yt-social{white-space:pre-wrap;padding:14px 16px;border-radius:12px;background:#f8fafc}@media (max-width: 640px){.yt-video-card{flex-direction:column;align-items:flex-start}.yt-video-thumb{width:100%;max-width:100%}}.blog-empty{color:var(--muted);padding:3rem 0;text-align:center}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.75rem}.blog-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease}.blog-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-soft)}.blog-card-link{display:block;color:inherit;text-decoration:none}.blog-card-cover{width:100%;height:auto;aspect-ratio:4 / 3;object-fit:contain;display:block;background:var(--surface-soft)}.blog-card-body{padding:1.25rem 1.35rem 1.5rem}.blog-card-date{font-size:.8rem;color:var(--muted)}.blog-card h2{font-size:1.15rem;line-height:1.4;margin:.4rem 0 .5rem}.blog-card p{color:var(--muted);font-size:.92rem;line-height:1.6;margin:0 0 .9rem}.blog-card-more{font-size:.88rem;font-weight:600;color:var(--blue)}.blog-post article{max-width:720px;margin:0 auto}.blog-back{display:inline-block;font-size:.9rem;color:var(--muted);text-decoration:none;margin-bottom:1.25rem}.blog-back:hover{color:var(--blue)}.blog-post-header h1{font-size:clamp(1.8rem,4vw,2.4rem);line-height:1.25;margin:0 0 .6rem}.blog-post-date{display:block;color:var(--muted);font-size:.9rem;margin-bottom:2rem}.blog-post-cover{width:100%;height:auto;border-radius:14px;margin-bottom:2rem}.blog-post-body{font-size:1.05rem;line-height:1.8}.blog-post-body img{max-width:100%;height:auto;border-radius:10px;margin:1.5rem 0}.blog-post-body h2{margin-top:2.2rem}.blog-post-body h3{margin-top:1.8rem}.blog-post-body blockquote{margin:1.5rem 0;padding:.2rem 0 .2rem 1.1rem;border-left:3px solid var(--blue);color:var(--muted)}.admin-blog-intro{color:var(--muted);font-size:.92rem;line-height:1.6;margin-bottom:1.25rem}.admin-blog-panel{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1.4rem;margin-bottom:1.25rem}.admin-blog-row{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center;justify-content:space-between}.admin-blog-row+.admin-blog-grid{margin-top:1rem}.admin-blog-grid+.admin-blog-row{margin-top:1rem}.admin-blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem}.admin-blog-grid.two{grid-template-columns:1fr 1fr}@media (max-width: 900px){.admin-blog-grid.two{grid-template-columns:1fr}}.admin-blog-field{display:grid;gap:.35rem;margin-bottom:.9rem}.admin-blog-field>span,.admin-blog-field-label{font-weight:600;font-size:.85rem;color:var(--muted)}.admin-blog-field small{color:var(--muted);font-size:.78rem}.admin-blog-field input[type=text],.admin-blog-field textarea,.admin-blog-field select{width:100%;padding:.65rem .75rem;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);font:inherit;box-sizing:border-box}.admin-blog-field input[type=text]:focus,.admin-blog-field textarea:focus{outline:none;border-color:var(--blue)}.admin-blog-body{min-height:380px;resize:vertical;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.9rem;line-height:1.65}.admin-blog-preview{border:1px solid var(--border);border-radius:10px;padding:1rem 1.2rem;background:var(--surface-soft);min-height:380px;max-height:640px;overflow:auto}.admin-blog-preview img{max-width:100%;border-radius:8px}.admin-blog-cover{max-width:220px;border-radius:10px;margin-top:.4rem}.admin-blog-file{display:inline-flex;align-items:center;cursor:pointer}.admin-blog-tabs{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:1rem}.admin-blog-tab{display:inline-flex;align-items:center;gap:.4rem;border:1px solid var(--border);background:var(--surface);color:var(--muted);border-radius:999px;padding:.4rem .9rem;font:inherit;font-weight:600;font-size:.85rem;cursor:pointer}.admin-blog-tab.active{background:var(--blue);border-color:var(--blue);color:#fff}.admin-blog-tab .dot{width:.5rem;height:.5rem;border-radius:50%;background:var(--border)}.admin-blog-tab .dot.filled{background:var(--green)}.admin-blog-tab.active .dot{background:#ffffff73}.admin-blog-tab.active .dot.filled{background:#b7f3d0}.admin-blog-msg{margin-top:.9rem;font-weight:600;font-size:.9rem;line-height:1.5;color:var(--muted)}.admin-blog-msg.ok{color:var(--green)}.admin-blog-msg.err{color:#c0362c}.admin-blog-badge{border-radius:999px;padding:.15rem .6rem;font-weight:600;font-size:.76rem;white-space:nowrap}.admin-blog-badge.published{background:#1f9d5724;color:#157243}.admin-blog-badge.draft{background:var(--surface-soft);color:var(--muted)}.danger-button{border:1px solid var(--border);background:var(--surface);color:#c0362c;padding:.6rem 1rem;border-radius:8px;font:inherit;font-weight:600;cursor:pointer}.danger-button:hover{border-color:#c0362c}.danger-button:disabled,.admin-blog-panel button:disabled{opacity:.55;cursor:not-allowed}.brand-home{--brand-ink: #122521;--brand-green: #1f5b50;--brand-mint: #d9eee7;--brand-cream: #f4efe4;--brand-peach: #f2c7aa;--brand-lilac: #ded9ef;overflow:hidden;color:var(--brand-ink);background:#fbfaf6}.brand-hero,.brand-problem,.brand-journey,.brand-studio-feature,.calendar-feature,.brand-outputs,.legacy-tools,.brand-final-cta{width:min(1180px,calc(100% - 40px));margin-inline:auto}.brand-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.88fr);gap:clamp(48px,8vw,110px);align-items:center;min-height:700px;padding:92px 0 110px}.brand-hero-glow{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}.brand-hero-glow.one{width:480px;height:480px;right:-220px;top:-220px;background:#d9eee7b3}.brand-hero-glow.two{width:240px;height:240px;left:-180px;bottom:20px;background:#f2c7aa42}.brand-hero-copy{position:relative;z-index:1}.brand-kicker,.section-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--brand-green);font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.brand-hero h1{max-width:760px;margin:22px 0 24px;color:var(--brand-ink);font-size:clamp(3.25rem,6.2vw,5.65rem);font-weight:780;line-height:.98;letter-spacing:-.065em}.brand-hero h1 em{color:var(--brand-green);font-family:Georgia,Times New Roman,serif;font-weight:500}.brand-hero-copy>p{max-width:650px;margin:0;color:#55635f;font-size:1.15rem;line-height:1.8}.brand-hero-actions{display:flex;align-items:center;gap:26px;margin:36px 0 20px}.brand-primary-cta{min-height:54px;padding-inline:24px;border-radius:9px;background:var(--brand-green);box-shadow:0 16px 32px #1f5b5030}.brand-text-cta,.brand-inline-link{display:inline-flex;align-items:center;gap:8px;color:var(--brand-ink);font-weight:750}.brand-hero-copy>small{display:flex;align-items:center;gap:7px;color:#74807c;font-size:.83rem}.brand-hero-visual{position:relative;z-index:1;padding:28px;border:1px solid rgba(18,37,33,.12);border-radius:4px;background:#fff;box-shadow:24px 28px #dcebe5,0 28px 70px #1225211f;transform:rotate(1.4deg)}.brand-visual-dots{display:flex;gap:5px;margin-bottom:22px}.brand-visual-dots i{width:7px;height:7px;border-radius:50%;background:#cbd4d1}.brand-preview-top,.brand-preview-footer{display:flex;align-items:center;justify-content:space-between}.brand-preview-top{color:#76837f;font-size:.75rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.brand-preview-top b{padding:6px 9px;border-radius:999px;color:var(--brand-green);background:var(--brand-mint);letter-spacing:0}.brand-preview-card{display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:center;margin:26px 0;padding-bottom:26px;border-bottom:1px solid #e5e9e7}.brand-preview-logo{display:grid;width:82px;aspect-ratio:1;place-items:center;border-radius:50%;background:var(--brand-green);box-shadow:inset 0 0 0 7px #fff,inset 0 0 0 9px var(--brand-green)}.brand-preview-logo span{color:#fff;font-family:Georgia,serif;font-size:2.2rem;font-weight:700}.brand-preview-card small{color:#97a19e;font-size:.68rem;font-weight:800;letter-spacing:.12em}.brand-preview-card h2{margin:5px 0 6px;font-family:Georgia,"Noto Serif KR",serif;font-size:clamp(1.65rem,3vw,2.2rem);letter-spacing:-.035em}.brand-preview-card p{margin:0;color:#64716d;font-size:.86rem;line-height:1.5}.brand-preview-meta{display:grid;gap:11px}.brand-preview-meta div{display:flex;align-items:center;gap:10px;color:#4f5f5a;font-size:.84rem}.brand-preview-meta svg{color:var(--brand-green)}.brand-preview-pillars{display:flex;flex-wrap:wrap;gap:7px;margin:24px 0}.brand-preview-pillars span{padding:8px 10px;border:1px solid #dce3e0;border-radius:4px;color:#53635e;background:#f8faf9;font-size:.72rem;font-weight:700}.brand-preview-footer{padding-top:18px;border-top:1px solid #e5e9e7;color:#63716d;font-size:.75rem}.brand-preview-footer>span{display:flex;align-items:center;gap:7px}.brand-preview-footer div{display:flex}.brand-preview-footer i{width:24px;height:24px;margin-left:-5px;border:2px solid #fff;border-radius:50%;background:var(--brand-green)}.brand-preview-footer i:nth-child(2){background:var(--brand-peach)}.brand-preview-footer i:nth-child(3){background:#e8dfca}.brand-problem{padding:118px 0;border-top:1px solid #e3e3dc}.brand-problem>header{display:grid;grid-template-columns:.85fr 1.55fr 1fr;gap:50px;align-items:start}.brand-problem h2,.brand-section-heading h2,.brand-studio-copy h2,.calendar-feature-copy h2,.legacy-tools h2,.brand-final-cta h2{margin:0;color:var(--brand-ink);font-family:Georgia,"Noto Serif KR",serif;font-size:clamp(2.25rem,4.2vw,4rem);font-weight:500;line-height:1.12;letter-spacing:-.045em}.brand-problem>header>p,.brand-section-heading>p,.brand-studio-copy>p,.calendar-feature-copy>p,.legacy-tools p,.brand-final-cta p{margin:0;color:#66726e;line-height:1.8}.brand-principles{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:64px}.brand-principles article{position:relative;min-height:285px;padding:30px;border:1px solid #dee2df;background:#fff}.brand-principles article>span,.journey-card>span{display:grid;width:46px;height:46px;place-items:center;color:var(--brand-green);background:var(--brand-mint)}.brand-principles article>span svg,.journey-card>span svg{width:21px}.brand-principles article>b{position:absolute;right:26px;top:28px;color:#a5aeab;font-family:Georgia,serif;font-size:.8rem}.brand-principles h3{margin:50px 0 12px;font-size:1.3rem}.brand-principles p,.journey-card p{margin:0;color:#65716d;line-height:1.7}.brand-journey{padding:115px 0 130px}.brand-section-heading{max-width:760px;margin-bottom:54px}.brand-section-heading h2{margin:15px 0 18px}.brand-journey-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.journey-card{padding:34px;border:1px solid rgba(18,37,33,.08);background:#fff}.journey-card.mint{background:#e7f2ed}.journey-card.sand{background:#f2e8d8;transform:translateY(24px)}.journey-card.lavender{background:#e8e4f2}.journey-card.sand>span{background:#fff7e9;color:#8a5e2e}.journey-card.lavender>span{background:#f7f5fc;color:#65578b}.journey-card h3{margin:42px 0 12px;font-size:1.35rem}.journey-card ul{display:grid;gap:10px;margin:30px 0 0;padding:20px 0 0;border-top:1px solid rgba(18,37,33,.1);list-style:none}.journey-card li{display:flex;align-items:center;gap:8px;color:#4f5c58;font-size:.85rem}.brand-studio-feature,.calendar-feature{display:grid;grid-template-columns:.88fr 1.12fr;gap:clamp(50px,9vw,130px);align-items:center;padding:120px 0}.brand-studio-copy h2,.calendar-feature-copy h2{margin:16px 0 22px}.brand-inline-link{margin-top:30px;color:var(--brand-green)}.brand-kit-canvas{position:relative;min-height:520px;padding:30px;border:1px solid #d5ddd9;background:#f1eee4;box-shadow:18px 18px 0 var(--brand-green)}.brand-kit-canvas>span{color:#7b847f;font-size:.72rem;font-weight:800;letter-spacing:.12em}.brand-kit-main{display:grid;justify-items:center;margin-top:45px;text-align:center}.brand-kit-symbol{display:grid;width:116px;aspect-ratio:1;place-items:center;border-radius:50%;color:#f7f0df;background:var(--brand-green);font-family:Georgia,serif;font-size:3.8rem;box-shadow:inset 0 0 0 9px #f1eee4,inset 0 0 0 11px var(--brand-green)}.brand-kit-main h3{margin:22px 0 8px;font-family:Georgia,"Noto Serif KR",serif;font-size:2.2rem}.brand-kit-main p{margin:0;color:#60706a;line-height:1.55}.brand-kit-row{position:absolute;right:30px;bottom:30px;left:30px;display:grid;grid-template-columns:1fr 1.2fr;gap:25px;padding-top:24px;border-top:1px solid #d4d4ca}.brand-kit-row small{display:block;margin-bottom:10px;color:#7c8783;font-size:.7rem;font-weight:700;text-transform:uppercase}.brand-kit-row strong{color:#46544f;font-size:.82rem}.brand-swatches{display:flex;gap:7px}.brand-swatches i{display:block;width:28px;height:28px;border-radius:50%;background:var(--brand-green)}.brand-swatches i:nth-child(2){background:var(--brand-peach)}.brand-swatches i:nth-child(3){background:#ded4bd}.brand-swatches i:nth-child(4){background:#fff;border:1px solid #d5d5cb}.calendar-feature{grid-template-columns:.78fr 1.22fr}.calendar-demo{padding:28px;border:1px solid #dfe4e1;background:#fff;box-shadow:0 26px 70px #1225211a}.calendar-demo-head,.calendar-demo-head div{display:flex;align-items:center;justify-content:space-between}.calendar-demo-head div{gap:10px}.calendar-demo-head div i{width:9px;height:9px;border-radius:50%;background:var(--brand-green)}.calendar-demo-head>span{display:flex;align-items:center;color:#7b8783;font-size:.75rem}.calendar-weekdays,.calendar-cells{display:grid;grid-template-columns:repeat(5,1fr)}.calendar-weekdays{margin-top:28px}.calendar-weekdays span{padding:10px;color:#929b98;font-size:.62rem;font-weight:800}.calendar-cells>div{position:relative;min-height:92px;padding:9px;border-top:1px solid #e7e9e8;border-left:1px solid #e7e9e8}.calendar-cells>div:nth-child(5n){border-right:1px solid #e7e9e8}.calendar-cells>div:nth-last-child(-n+5){border-bottom:1px solid #e7e9e8}.calendar-cells small{color:#7d8985;font-size:.68rem}.calendar-cells div.active{color:#fff;background:var(--brand-green)}.calendar-cells div.active small{color:#d8eae4}.calendar-cells b{display:block;margin-top:9px;font-size:.66rem;line-height:1.35}.calendar-cells span{display:block;margin-top:7px;color:#b8d6cd;font-size:.48rem;font-weight:800;letter-spacing:.1em}.calendar-cells i{position:absolute;right:10px;bottom:10px;width:7px;height:7px;border-radius:50%;background:var(--brand-peach)}.calendar-today-card{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;margin-top:20px;padding:18px;background:#f3f6f5}.calendar-today-card>span{padding:6px 8px;color:var(--brand-green);background:var(--brand-mint);font-size:.66rem;font-weight:800}.calendar-today-card div{display:grid;gap:4px}.calendar-today-card b{font-size:.83rem}.calendar-today-card small{color:#7b8783;font-size:.68rem}.calendar-today-card button{display:flex;align-items:center;gap:7px;border:0;color:#fff;background:var(--brand-green);padding:10px 12px;font-size:.72rem;font-weight:750}.brand-outputs{padding:120px 0 130px}.brand-output-flow{display:grid;grid-template-columns:.72fr auto 1.6fr;gap:25px;align-items:center}.output-source{display:grid;min-height:240px;padding:25px;align-content:space-between;border:1px solid #dce2df;background:#fff}.output-source>span{color:#8c9693;font-size:.68rem;font-weight:800;letter-spacing:.1em}.output-source svg{color:var(--brand-green)}.output-source strong{font-family:Georgia,"Noto Serif KR",serif;font-size:1.4rem;line-height:1.35}.output-source small{color:#7d8884}.output-connector{display:grid;width:44px;height:44px;place-items:center;border-radius:50%;color:#fff;background:var(--brand-green)}.output-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.output-grid article{display:grid;min-height:115px;padding:17px;border:1px solid #dfe3e1;background:#fff}.output-grid article>span{color:var(--brand-green)}.output-grid svg{width:18px}.output-grid strong{align-self:end;margin:14px 0 8px;font-size:.78rem}.output-grid i{display:block;height:3px;margin-top:4px;background:#e8ebe9}.output-grid i:last-child{width:70%}.legacy-tools{display:grid;grid-template-columns:1fr 1.2fr;gap:80px;padding:90px 0;border-top:1px solid #dfdfd8}.legacy-tools h2{font-size:clamp(2rem,3vw,3rem)}.legacy-tools p{margin-top:16px}.legacy-tools nav{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #dfe2df;border-left:1px solid #dfe2df}.legacy-tools a{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;min-height:72px;padding:16px;border-right:1px solid #dfe2df;border-bottom:1px solid #dfe2df;background:#fff;font-size:.84rem;font-weight:750}.legacy-tools a>svg:first-child{color:var(--brand-green)}.brand-final-cta{margin-top:80px;margin-bottom:110px;padding:95px 30px;color:#fff;background:var(--brand-green);text-align:center}.brand-final-cta>span{display:grid;width:46px;height:46px;margin:0 auto 24px;place-items:center;border:1px solid rgba(255,255,255,.4);border-radius:50%}.brand-final-cta h2{color:#fff}.brand-final-cta p{max-width:600px;margin:20px auto 30px;color:#dbe8e4}.brand-final-cta .brand-primary-cta{color:var(--brand-green);background:#fff;box-shadow:none}.brand-home.home-motion-ready .home-reveal{opacity:0;transform:translateY(28px);transition:opacity .76s cubic-bezier(.22,.75,.24,1),transform .76s cubic-bezier(.22,.75,.24,1)}.brand-home.home-motion-ready .home-reveal.is-visible{opacity:1;transform:none}.brand-home.home-motion-ready .home-reveal .home-slide-copy>*,.brand-home.home-motion-ready .home-reveal.home-slide-copy>*{opacity:0;transform:translate(-34px);transition:opacity .72s cubic-bezier(.22,.75,.24,1),transform .72s cubic-bezier(.22,.75,.24,1)}.brand-home.home-motion-ready .home-reveal.is-visible .home-slide-copy>*,.brand-home.home-motion-ready .home-reveal.is-visible.home-slide-copy>*{opacity:1;transform:none}.brand-home.home-motion-ready .home-reveal.is-visible .home-slide-copy>*:nth-child(2),.brand-home.home-motion-ready .home-reveal.is-visible.home-slide-copy>*:nth-child(2){transition-delay:90ms}.brand-home.home-motion-ready .home-reveal.is-visible .home-slide-copy>*:nth-child(3),.brand-home.home-motion-ready .home-reveal.is-visible.home-slide-copy>*:nth-child(3){transition-delay:.18s}.brand-home.home-motion-ready .home-reveal.is-visible .home-slide-copy>*:nth-child(4),.brand-home.home-motion-ready .home-reveal.is-visible.home-slide-copy>*:nth-child(4){transition-delay:.27s}.brand-home.home-motion-ready .brand-hero-copy,.brand-home.home-motion-ready .brand-hero-visual{opacity:0;transform:translateY(22px);transition:opacity .82s cubic-bezier(.22,.75,.24,1),transform .82s cubic-bezier(.22,.75,.24,1)}.brand-home.home-motion-ready .brand-hero.is-visible .brand-hero-copy{opacity:1;transform:none;transition-delay:80ms}.brand-home.home-motion-ready .brand-hero.is-visible .brand-hero-visual{opacity:1;transform:rotate(1.4deg);transition-delay:.21s;animation:brand-home-card-float 7s 1.2s ease-in-out infinite}.brand-hero-glow.one{animation:brand-home-glow-one 12s ease-in-out infinite alternate}.brand-hero-glow.two{animation:brand-home-glow-two 10s ease-in-out infinite alternate}.brand-principles article,.journey-card,.output-grid article,.legacy-tools a{transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease}.brand-principles article:hover,.journey-card:hover,.output-grid article:hover,.legacy-tools a:hover{z-index:1;border-color:#1f5b5057;box-shadow:0 18px 42px #12252117;transform:translateY(-5px);transition-delay:0ms}.journey-card.sand:hover{transform:translateY(19px)}.brand-home.home-motion-ready .home-reveal:not(.is-visible) .brand-principles article,.brand-home.home-motion-ready .home-reveal:not(.is-visible) .journey-card,.brand-home.home-motion-ready .home-reveal:not(.is-visible) .output-grid article{opacity:0;transform:translateY(16px)}.brand-home.home-motion-ready .home-reveal.is-visible .brand-principles article,.brand-home.home-motion-ready .home-reveal.is-visible .journey-card,.brand-home.home-motion-ready .home-reveal.is-visible .output-grid article{opacity:1;transition:opacity .62s ease,transform .62s cubic-bezier(.22,.75,.24,1),border-color .22s ease,box-shadow .22s ease}.brand-home.home-motion-ready .home-reveal.is-visible :is(.brand-principles article,.journey-card,.output-grid article):nth-child(2){transition-delay:90ms}.brand-home.home-motion-ready .home-reveal.is-visible :is(.brand-principles article,.journey-card,.output-grid article):nth-child(3){transition-delay:.18s}.brand-home.home-motion-ready .home-reveal.is-visible .output-grid article:nth-child(4){transition-delay:70ms}.brand-home.home-motion-ready .home-reveal.is-visible .output-grid article:nth-child(5){transition-delay:.14s}.brand-home.home-motion-ready .home-reveal.is-visible .output-grid article:nth-child(6){transition-delay:.21s}.brand-primary-cta svg,.brand-inline-link svg,.legacy-tools a>svg:last-child,.calendar-today-card button svg{transition:transform .18s ease}.brand-primary-cta:hover svg,.brand-inline-link:hover svg,.legacy-tools a:hover>svg:last-child,.calendar-today-card button:hover svg{transform:translate(4px)}.output-connector{animation:brand-home-connector-pulse 2.8s ease-in-out infinite}.calendar-cells div.active{animation:brand-home-calendar-focus 4.5s ease-in-out infinite}@keyframes brand-home-card-float{0%,to{transform:rotate(1.4deg) translateY(0)}50%{transform:rotate(.6deg) translateY(-7px)}}@keyframes brand-home-glow-one{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(-24px,22px,0) scale(1.06)}}@keyframes brand-home-glow-two{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(28px,-18px,0) scale(.94)}}@keyframes brand-home-connector-pulse{0%,to{box-shadow:0 0 #1f5b5029}50%{box-shadow:0 0 0 10px #1f5b5000}}@keyframes brand-home-calendar-focus{0%,to{box-shadow:inset 0 0 #fff0}50%{box-shadow:inset 0 0 0 2px #ffffff4d}}@media (prefers-reduced-motion: reduce){.brand-home.home-motion-ready .home-reveal,.brand-home.home-motion-ready .brand-hero-copy,.brand-home.home-motion-ready .brand-hero-visual,.brand-home.home-motion-ready .home-reveal .brand-principles article,.brand-home.home-motion-ready .home-reveal .journey-card,.brand-home.home-motion-ready .home-reveal .output-grid article,.brand-home.home-motion-ready .home-reveal .home-slide-copy>*,.brand-home.home-motion-ready .home-reveal.home-slide-copy>*{opacity:1;transform:none;transition:none}.brand-hero-glow,.brand-home.home-motion-ready .brand-hero.is-visible .brand-hero-visual,.output-connector,.calendar-cells div.active{animation:none}.journey-card.sand{transform:translateY(24px)}}.brand-onboarding-page{min-height:calc(100vh - 82px);padding:44px clamp(18px,5vw,72px) 72px;color:#17322c;background:#f8f7f2}.onboarding-shell{display:grid;grid-template-columns:minmax(260px,.36fr) minmax(0,1fr);width:min(1240px,100%);min-height:720px;margin:0 auto;border:1px solid #dfe3df;background:#fff;box-shadow:0 24px 70px #152d2714}.onboarding-intro{padding:48px 38px;color:#fff;background:#173f37}.onboarding-intro .eyebrow{color:#b8d9d0}.onboarding-intro h1{margin:24px 0 16px;font-family:Georgia,"Noto Serif KR",serif;font-size:clamp(2rem,3.2vw,3rem);font-weight:500;line-height:1.12;letter-spacing:-.04em}.onboarding-intro>p{color:#c5d8d2;font-size:.92rem;line-height:1.7}.onboarding-step-list{display:grid;gap:8px;margin:60px 0 0;padding:0;list-style:none}.onboarding-step-list li{display:flex;align-items:center;gap:12px;min-height:42px;color:#88aaa1;font-size:.82rem;font-weight:650}.onboarding-step-list li>span{display:grid;width:26px;height:26px;place-items:center;border:1px solid #55756d;border-radius:50%;font-size:.68rem}.onboarding-step-list li.active{color:#fff}.onboarding-step-list li.active>span{color:#173f37;border-color:#fff;background:#fff}.onboarding-step-list li.done{color:#b8d9d0}.onboarding-step-list li.done>span{border-color:#83b0a4;background:#315c52}.onboarding-workspace{position:relative;display:flex;min-width:0;padding:0 60px 40px;flex-direction:column}.onboarding-progress{height:4px;margin:0 -60px;background:#edf0ee}.onboarding-progress span{display:block;height:100%;background:#2a7162;transition:width .22s ease}.onboarding-mobile-step{display:none}.onboarding-step{width:min(760px,100%);margin:0 auto;padding:58px 0 24px}.onboarding-step-heading{display:flex;gap:16px;align-items:flex-start;margin-bottom:34px}.onboarding-step-heading>span{display:grid;width:44px;height:44px;flex:0 0 auto;place-items:center;color:#245d51;background:#e0efea}.onboarding-step-heading svg{width:21px}.onboarding-step-heading h2{margin:4px 0 0;font-family:Georgia,"Noto Serif KR",serif;font-size:clamp(1.75rem,3vw,2.45rem);font-weight:500;letter-spacing:-.035em}.onboarding-step-heading p{margin:9px 0 0;color:#71807b;line-height:1.6}.onboarding-choice-grid{display:grid;gap:14px}.onboarding-choice-grid.two{grid-template-columns:1fr 1fr}.onboarding-choice-card{position:relative;min-height:220px;padding:28px;border:1px solid #dfe4e1;color:#17322c;background:#fff;text-align:left;transition:border-color .15s ease,background .15s ease,transform .15s ease}.onboarding-choice-card:hover,.onboarding-choice-card.selected{border-color:#2a7162;background:#f2f8f6;transform:translateY(-2px)}.choice-radio{display:grid;width:24px;height:24px;place-items:center;border:1px solid #bdc9c5;border-radius:50%}.selected .choice-radio{color:#fff;border-color:#2a7162;background:#2a7162}.onboarding-choice-card h3{margin:48px 0 10px;font-size:1.1rem}.onboarding-choice-card p{margin:0;color:#6e7b77;line-height:1.6}.onboarding-category-guide{margin:-8px 0 28px;padding:20px;border:1px solid #dbe4e0;background:#f5f9f7}.onboarding-category-guide>header{margin-bottom:16px}.onboarding-category-guide>header strong{display:block;color:#173f36;font-size:.92rem}.onboarding-category-guide>header p{margin:5px 0 0;color:#71807b;font-size:.76rem;line-height:1.55}.onboarding-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.onboarding-category-grid>button{display:grid;min-height:52px;padding:10px 11px;align-items:center;grid-template-columns:22px minmax(0,1fr) 15px;gap:7px;border:1px solid #d5dfdb;color:#425b54;background:#fff;text-align:left;transition:border-color .15s ease,color .15s ease,background .15s ease,transform .15s ease}.onboarding-category-grid>button:hover{border-color:#79a398;color:#20584c;transform:translateY(-1px)}.onboarding-category-grid>button.selected{border-color:#2a7162;color:#fff;background:#246658;box-shadow:0 7px 18px #24665821}.onboarding-category-grid>button svg:last-child{justify-self:end}.onboarding-category-grid>button span{overflow:hidden;font-size:.75rem;font-weight:720;text-overflow:ellipsis;white-space:nowrap}.onboarding-topic-suggestions{margin-top:16px;padding-top:15px;border-top:1px solid #dbe4e0}.onboarding-topic-suggestions>strong{display:block;margin-bottom:10px;color:#36574f;font-size:.76rem}.onboarding-topic-suggestions>div{display:flex;flex-wrap:wrap;gap:7px}.onboarding-topic-suggestions button{display:inline-flex;min-height:34px;padding:7px 11px;align-items:center;gap:5px;border:1px solid #d4ded9;border-radius:999px;color:#52645f;background:#fff;font-size:.73rem;font-weight:650}.onboarding-topic-suggestions button:hover,.onboarding-topic-suggestions button.selected{border-color:#2a7162;color:#245f53;background:#e5f1ed}.onboarding-manual-divider{display:flex;margin:0 0 22px;align-items:center;gap:12px;color:#7a8782;font-size:.7rem}.onboarding-manual-divider:before,.onboarding-manual-divider:after{height:1px;flex:1;background:#e1e6e3;content:""}.onboarding-manual-divider span{flex:0 0 auto}.onboarding-field{display:grid;gap:9px;margin-bottom:22px}.onboarding-field>span,.onboarding-chip-field legend{color:#40534e;font-size:.82rem;font-weight:750}.onboarding-field input,.onboarding-field textarea,.onboarding-field select{width:100%;border:1px solid #d9dfdc;border-radius:4px;outline:none;color:#17322c;background:#fbfcfb;padding:14px 15px;line-height:1.55}.onboarding-field input:focus,.onboarding-field textarea:focus,.onboarding-field select:focus{border-color:#2a7162;box-shadow:0 0 0 3px #2a71621a}.onboarding-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.onboarding-chip-field{margin:0 0 24px;padding:0;border:0}.onboarding-chip-field legend{margin-bottom:10px}.onboarding-chip-field>div{display:flex;flex-wrap:wrap;gap:8px}.onboarding-chip-field button{display:inline-flex;align-items:center;gap:5px;min-height:38px;padding:8px 13px;border:1px solid #d7ddda;border-radius:999px;color:#52625d;background:#fff;font-size:.8rem;font-weight:650}.onboarding-chip-field button.selected{color:#fff;border-color:#2a7162;background:#2a7162}.concept-step{width:min(900px,100%)}.concept-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.concept-card{position:relative;min-width:0;min-height:245px;padding:22px;border:1px solid #dce2df;color:#17322c;background:#fff;text-align:left}.concept-card.selected{border-color:#2a7162;box-shadow:inset 0 -4px #2a7162;background:#f3f8f6}.concept-number{color:#90a09b;font-family:Georgia,serif;font-size:.72rem}.concept-card h3{margin:30px 0 10px;font-size:1.08rem}.concept-card p{margin:0 0 20px;color:#687671;font-size:.8rem;line-height:1.55}.concept-card strong{color:#2a7162;font-size:.73rem;line-height:1.4}.concept-check{position:absolute;top:16px;right:16px;display:grid;width:25px;height:25px;place-items:center;border-radius:50%;color:#fff;background:#2a7162}.concept-detail{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin:18px 0 25px;padding:24px;background:#f5f6f3}.concept-detail h3{margin:0 0 10px;font-size:.8rem}.concept-detail ul{display:grid;gap:7px;margin:0;padding-left:18px;color:#60706a;font-size:.78rem;line-height:1.45}.concept-detail dl{display:grid;gap:8px;margin:0}.concept-detail dl div{display:grid;grid-template-columns:80px 1fr;gap:10px}.concept-detail dt{color:#80908b;font-size:.7rem;font-weight:700}.concept-detail dd{margin:0;color:#4c5d57;font-size:.75rem;line-height:1.45}.onboarding-help{margin:-13px 0 0;color:#82908c;font-size:.72rem}.brand-final-preview{margin-top:32px;padding:28px;color:#fff;background:#173f37}.brand-final-preview>span{color:#a8ccc2;font-size:.7rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.brand-final-preview h2{margin:15px 0 8px;font-family:Georgia,"Noto Serif KR",serif;font-size:2rem;font-weight:500}.brand-final-preview>p{margin:0;color:#c7dbd5}.brand-final-preview dl{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:25px 0;padding:22px 0;border-top:1px solid #41655c;border-bottom:1px solid #41655c}.brand-final-preview dt{margin-bottom:6px;color:#95b8af;font-size:.7rem;font-weight:700}.brand-final-preview dd{margin:0;color:#edf5f2;font-size:.8rem;line-height:1.45}.brand-pillar-preview{display:flex;flex-wrap:wrap;gap:7px;align-items:center}.brand-pillar-preview strong{width:100%;margin-bottom:3px;color:#95b8af;font-size:.7rem}.brand-pillar-preview span{padding:6px 9px;border:1px solid #55786f;color:#e5f0ed;font-size:.7rem}.onboarding-actions{display:flex;width:min(760px,100%);margin:auto auto 0;padding-top:24px;justify-content:space-between;border-top:1px solid #e5e8e6}.onboarding-actions button{display:inline-flex;align-items:center;gap:7px}.onboarding-error{width:min(760px,100%);margin:0 auto 15px;color:#b13d33;font-size:.82rem}.onboarding-loading{display:grid;flex:1;place-content:center;justify-items:center;text-align:center}.onboarding-orbit{display:grid;width:72px;height:72px;margin-bottom:24px;place-items:center;border-radius:50%;color:#2a7162;background:#dfefe9}.onboarding-loading h2{margin:0;font-family:Georgia,"Noto Serif KR",serif;font-size:2rem;font-weight:500}.onboarding-loading p{margin:12px 0 28px;color:#71807b}.onboarding-auth-gate{display:grid;width:min(520px,100%);margin:9vh auto 0;padding:54px;justify-items:center;border:1px solid #dce2df;background:#fff;box-shadow:0 24px 60px #152d2714;text-align:center}.onboarding-icon{display:grid;width:60px;height:60px;place-items:center;color:#fff;background:#2a7162}.onboarding-auth-gate h1{margin:26px 0 12px;font-family:Georgia,"Noto Serif KR",serif;font-size:2rem;font-weight:500}.onboarding-auth-gate p{margin:0;color:#6d7a76;line-height:1.7}.onboarding-auth-actions{display:flex;gap:10px;margin-top:30px}@media (max-width: 980px){.brand-hero{grid-template-columns:1fr;padding-top:72px}.brand-hero-copy{max-width:760px}.brand-hero-visual{width:min(580px,calc(100% - 22px));margin:0 auto}.brand-problem>header{grid-template-columns:1fr;gap:20px}.brand-problem>header .section-kicker{margin-bottom:4px}.brand-principles,.brand-journey-grid{grid-template-columns:1fr}.journey-card.sand{transform:none}.brand-studio-feature,.calendar-feature{grid-template-columns:1fr}.brand-studio-copy,.calendar-feature-copy{max-width:680px}.brand-output-flow{grid-template-columns:1fr}.output-connector{margin:-5px auto;transform:rotate(90deg)}.legacy-tools{grid-template-columns:1fr;gap:35px}.onboarding-shell{grid-template-columns:1fr}.onboarding-intro{display:none}.onboarding-mobile-step{display:block;margin:24px 0 0;color:#71807b;font-size:.75rem;font-weight:750}}@media (max-width: 680px){.brand-hero,.brand-problem,.brand-journey,.brand-studio-feature,.calendar-feature,.brand-outputs,.legacy-tools,.brand-final-cta{width:min(100% - 28px,1180px)}.brand-hero{min-height:auto;padding:55px 0 80px;gap:55px}.brand-hero h1{font-size:clamp(2.7rem,13vw,4rem)}.brand-hero-copy>p{font-size:1rem}.brand-hero-actions{align-items:stretch;flex-direction:column;gap:16px}.brand-primary-cta{justify-content:center}.brand-hero-visual{width:calc(100% - 12px);padding:20px;box-shadow:12px 14px #dcebe5,0 20px 45px #1225211c}.brand-preview-card{grid-template-columns:1fr}.brand-preview-logo{width:68px}.brand-problem,.brand-journey,.brand-studio-feature,.calendar-feature,.brand-outputs{padding:80px 0}.brand-principles article{min-height:235px}.brand-kit-canvas{min-height:500px;padding:22px;box-shadow:10px 10px 0 var(--brand-green)}.brand-kit-row{right:22px;left:22px;grid-template-columns:1fr}.calendar-demo{padding:16px;overflow-x:auto}.calendar-weekdays,.calendar-cells{min-width:560px}.calendar-today-card{grid-template-columns:1fr}.calendar-today-card button{justify-content:center}.output-grid{grid-template-columns:1fr 1fr}.legacy-tools nav{grid-template-columns:1fr}.brand-final-cta{margin-top:30px;margin-bottom:70px;padding:70px 20px}.brand-onboarding-page{padding:18px 12px 40px}.onboarding-workspace{padding:0 20px 25px}.onboarding-progress{margin:0 -20px}.onboarding-step{padding-top:34px}.onboarding-choice-grid.two,.onboarding-form-grid,.concept-card-grid,.concept-detail,.brand-final-preview dl{grid-template-columns:1fr}.onboarding-choice-card{min-height:175px}.onboarding-choice-card h3{margin-top:32px}.onboarding-category-guide{padding:16px}.onboarding-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.onboarding-category-grid>button{min-height:48px;padding:9px}.onboarding-manual-divider span{max-width:66%;text-align:center}.concept-card{min-height:195px}.onboarding-actions{gap:10px}.onboarding-actions .ghost-button,.onboarding-actions .primary-button{padding-inline:13px;font-size:.78rem}.onboarding-auth-gate{padding:38px 22px}.onboarding-auth-actions{width:100%;align-items:stretch;flex-direction:column}}.dashboard-brand-empty{display:flex;gap:28px;align-items:center;justify-content:space-between;margin-bottom:28px;padding:32px;border:1px solid #cfe0da;color:#17322c;background:#edf6f2}.dashboard-brand-empty>div>span,.dashboard-brand-card header>span{display:flex;align-items:center;gap:7px;color:#2a7162;font-size:.75rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.dashboard-brand-empty h2{margin:12px 0 8px;font-family:Georgia,"Noto Serif KR",serif;font-size:1.9rem;font-weight:500}.dashboard-brand-empty p{max-width:690px;margin:0;color:#60716b;line-height:1.65}.dashboard-brand-empty .primary-button,.dashboard-next-action button{display:inline-flex;align-items:center;gap:7px;flex:0 0 auto}.dashboard-brand-overview{display:grid;grid-template-columns:1.35fr .65fr;gap:16px;margin-bottom:30px}.dashboard-brand-card,.dashboard-next-action{border:1px solid #dfe4e1;background:#fff}.dashboard-brand-card{padding:28px}.dashboard-brand-card header{display:flex;align-items:center;justify-content:space-between}.dashboard-brand-card header button{border:0;color:#2a7162;background:transparent;font-size:.75rem;font-weight:750}.dashboard-brand-card h2{margin:24px 0 8px;color:#17322c;font-family:Georgia,"Noto Serif KR",serif;font-size:2rem;font-weight:500}.dashboard-brand-card>p{margin:0;color:#62716c;line-height:1.6}.dashboard-brand-card dl{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:24px 0;padding:20px 0;border-top:1px solid #e6e9e7;border-bottom:1px solid #e6e9e7}.dashboard-brand-card dt{margin-bottom:5px;color:#86928e;font-size:.7rem;font-weight:700}.dashboard-brand-card dd{margin:0;color:#40534d;font-size:.82rem}.dashboard-brand-pillars{display:flex;flex-wrap:wrap;gap:7px;align-items:center}.dashboard-brand-pillars strong{width:100%;margin-bottom:2px;color:#81908b;font-size:.7rem}.dashboard-brand-pillars span{padding:7px 10px;border:1px solid #d6e1dd;color:#356257;background:#f1f7f4;font-size:.73rem;font-weight:650}.dashboard-next-action{display:grid;padding:28px;align-content:space-between;color:#fff;background:#173f37}.dashboard-next-action>span{display:grid;width:42px;height:42px;place-items:center;color:#173f37;background:#d8ebe5}.dashboard-next-action h3{margin:30px 0 10px;color:#fff;font-size:1.15rem}.dashboard-next-action p{margin:0;color:#bfd4ce;font-size:.84rem;line-height:1.6}.dashboard-next-action button{margin-top:28px;border:0;color:#173f37;background:#fff;padding:12px 14px;font-size:.8rem;font-weight:750;justify-content:center}@media (max-width: 840px){.dashboard-brand-overview{grid-template-columns:1fr}.dashboard-brand-empty{align-items:flex-start;flex-direction:column}}@media (max-width: 560px){.dashboard-brand-card dl{grid-template-columns:1fr}}.brand-studio-page{position:relative;min-height:calc(100vh - 82px);padding:54px clamp(18px,7vw,120px) 90px;color:#17322c;background:#f7f6f1}.brand-studio-page>.animate-spin{display:block;margin:20vh auto}.brand-studio-header{display:flex;width:min(1180px,100%);margin:0 auto 34px;align-items:flex-end;justify-content:space-between;gap:30px}.brand-studio-header .eyebrow{color:#2a7162}.brand-studio-header h1{margin:14px 0 9px;font-family:Georgia,"Noto Serif KR",serif;font-size:clamp(2.7rem,5vw,4.5rem);font-weight:500;letter-spacing:-.055em}.brand-studio-header p{margin:0;color:#697873}.brand-studio-header .primary-button{display:inline-flex;align-items:center;gap:7px;flex:0 0 auto;background:#1f5b50}.brand-studio-tabs{display:flex;width:min(1180px,100%);margin:0 auto;border-bottom:1px solid #d8dedb}.brand-studio-tabs button{display:inline-flex;align-items:center;gap:8px;min-height:50px;padding:0 22px;border:0;border-bottom:3px solid transparent;color:#71807b;background:transparent;font-size:.84rem;font-weight:750}.brand-studio-tabs button.active{color:#1f5b50;border-color:#1f5b50}.brand-identity-layout,.brand-asset-layout,.brand-voice-studio-layout{width:min(1180px,100%);margin:30px auto 0}.brand-identity-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:18px}.brand-studio-form-card,.brand-color-card,.brand-live-preview,.brand-asset-controls,.brand-asset-workspace,.brand-voice-preview-card{border:1px solid #dce1de;background:#fff}.brand-studio-form-card{grid-row:span 2;padding:30px}.studio-field{display:grid;gap:9px;margin-bottom:22px}.studio-field:last-child{margin-bottom:0}.studio-field>span,.studio-color-field>span{color:#50605a;font-size:.78rem;font-weight:750}.studio-field input,.studio-field textarea,.studio-field select{width:100%;border:1px solid #d9dfdc;border-radius:4px;outline:none;color:#17322c;background:#fbfcfb;padding:13px 14px;line-height:1.55}.studio-field input:focus,.studio-field textarea:focus,.studio-field select:focus{border-color:#2a7162;box-shadow:0 0 0 3px #2a71621a}.brand-live-preview{display:grid;min-height:390px;padding:30px;justify-items:center;align-content:center;text-align:center}.brand-live-preview>span{align-self:start;justify-self:start;color:#899590;font-size:.66rem;font-weight:800;letter-spacing:.12em}.brand-live-symbol{display:grid;width:92px;aspect-ratio:1;margin-top:12px;place-items:center;border-radius:50%;color:#fff;font-family:Georgia,serif;font-size:2.8rem;box-shadow:inset 0 0 0 7px #fffffff0,inset 0 0 0 9px currentColor}.brand-live-preview h2{margin:18px 0 7px;font-family:Georgia,"Noto Serif KR",serif;font-size:2rem;font-weight:500}.brand-live-preview p{max-width:360px;margin:0;color:#52625d;line-height:1.55}.brand-live-preview small{margin-top:13px;color:#7a8883}.brand-live-colors{display:flex;margin-top:28px}.brand-live-colors i{width:28px;height:28px;margin-left:-4px;border:2px solid #fff;border-radius:50%}.brand-color-card{display:grid;grid-template-columns:1fr 1fr 1fr;gap:18px;padding:24px}.brand-color-card .studio-field{grid-column:1 / -1}.studio-color-field{display:grid;gap:9px}.studio-color-field>div{display:flex;align-items:center;gap:9px}.studio-color-field input{width:38px;height:38px;padding:2px;border:1px solid #d8dedb;background:#fff}.studio-color-field code{color:#586862;font-size:.72rem}.brand-asset-layout{display:grid;grid-template-columns:340px minmax(0,1fr);gap:18px;align-items:start}.brand-asset-controls,.brand-asset-workspace{padding:26px}.brand-asset-type-list{display:grid;gap:8px;margin-bottom:28px}.brand-asset-type-list>button{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:start;padding:15px;border:1px solid #dde2df;color:#52625c;background:#fff;text-align:left}.brand-asset-type-list>button.active{color:#1f5b50;border-color:#2a7162;background:#f0f7f4}.brand-asset-type-list button>span{display:grid;gap:5px}.brand-asset-type-list strong{color:#233c35;font-size:.82rem}.brand-asset-type-list small{color:#77847f;font-size:.68rem;line-height:1.45}.brand-style-chips{display:flex;flex-wrap:wrap;gap:6px}.brand-style-chips button{padding:8px 11px;border:1px solid #d9dfdc;border-radius:999px;color:#60706a;background:#fff;font-size:.72rem;font-weight:700}.brand-style-chips button.active{color:#fff;border-color:#2a7162;background:#2a7162}.brand-asset-controls .primary-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;background:#1f5b50}.brand-credit-note{display:block;margin-top:10px;color:#88948f;font-size:.68rem;text-align:center}.brand-asset-preview{position:relative;display:grid;width:100%;min-height:430px;place-items:center;overflow:hidden;border:1px solid #d6ddda;background:linear-gradient(45deg,#edf0ee 25%,transparent 25%),linear-gradient(-45deg,#edf0ee 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#edf0ee 75%),linear-gradient(-45deg,transparent 75%,#edf0ee 75%);background-color:#f8faf9;background-position:0 0,0 10px,10px -10px,-10px 0;background-size:20px 20px}.brand-asset-preview.brand_logo,.brand-asset-preview.channel_avatar{width:min(520px,100%);aspect-ratio:1;min-height:0;margin:0 auto}.brand-asset-preview.channel_avatar{border-radius:50%}.brand-asset-preview.youtube_banner{aspect-ratio:16 / 9;min-height:0}.brand-asset-preview>img{width:100%;height:100%;object-fit:cover}.brand-asset-placeholder{display:grid;max-width:330px;justify-items:center;color:#7e8c87;text-align:center}.brand-asset-placeholder strong{margin-top:16px;color:#42564f}.brand-asset-placeholder p{margin:8px 0 0;font-size:.78rem;line-height:1.55}.youtube-safe-area{position:absolute;top:35.35%;left:19.8%;display:grid;width:60.4%;height:29.3%;padding:10px 24px;place-content:center;justify-items:center;border:1px dashed rgba(255,255,255,.92);color:#fff;background:#0c1f1a38;text-align:center;text-shadow:0 2px 12px rgba(0,0,0,.55)}.youtube-safe-area>span{position:absolute;top:6px;left:8px;padding:3px 6px;color:#163d34;background:#ffffffdb;font-size:.5rem;font-weight:800;text-shadow:none}.youtube-safe-area h2{margin:0;font-size:clamp(1.1rem,3vw,2.2rem)}.youtube-safe-area p{max-width:540px;margin:7px 0 0;font-size:clamp(.55rem,1vw,.9rem)}.avatar-crop-guide{position:absolute;top:9%;right:9%;bottom:9%;left:9%;border:1px dashed rgba(255,255,255,.88);border-radius:50%;box-shadow:0 0 0 100px #10221d1f}.brand-text-note{margin:12px 0 0;color:#788681;font-size:.72rem;text-align:center}.brand-asset-actions{display:flex;align-items:center;justify-content:space-between;margin-top:16px}.brand-asset-actions>span{display:inline-flex;align-items:center;gap:6px;color:#2a7162;font-size:.75rem;font-weight:750}.brand-asset-actions button{display:inline-flex;align-items:center;gap:7px;padding:10px 13px;border:1px solid #d3dcd8;color:#29483f;background:#fff;font-size:.76rem;font-weight:750}.brand-asset-history{margin-top:35px;padding-top:25px;border-top:1px solid #e1e5e3}.brand-asset-history h3{margin:0 0 14px;font-size:.9rem}.brand-asset-history>p{color:#84908c;font-size:.78rem}.brand-asset-history>div{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.brand-asset-history article{position:relative;overflow:hidden;border:2px solid transparent;background:#eef1ef}.brand-asset-history article.active{border-color:#2a7162}.brand-asset-history article>img{width:100%;aspect-ratio:1;object-fit:cover}.brand-asset-history article>div{display:flex;min-height:40px;padding:6px;align-items:center;justify-content:space-between;background:#fff}.brand-asset-history article span{display:inline-flex;align-items:center;gap:4px;color:#2a7162;font-size:.62rem;font-weight:750}.brand-asset-history article button{border:0;color:#53645e;background:transparent;font-size:.64rem;font-weight:700}.brand-voice-studio-layout{display:grid;grid-template-columns:1fr .75fr;gap:18px}.brand-voice-studio-layout .brand-studio-form-card{grid-row:auto}.brand-voice-preview-card{padding:32px;color:#fff;background:#173f37}.brand-voice-preview-card>span{display:flex;align-items:center;gap:7px;color:#a8cbc1;font-size:.7rem;font-weight:800;letter-spacing:.08em}.brand-voice-preview-card h2{margin:36px 0 20px;font-family:Georgia,"Noto Serif KR",serif;font-size:2.2rem;font-weight:500}.brand-voice-preview-card blockquote{margin:0 0 30px;color:#edf5f2;font-family:Georgia,"Noto Serif KR",serif;font-size:1.25rem;line-height:1.55}.brand-voice-preview-card dl{display:grid;gap:18px;margin:0;padding-top:24px;border-top:1px solid #45675f}.brand-voice-preview-card dt{margin-bottom:5px;color:#96b9af;font-size:.68rem;font-weight:700}.brand-voice-preview-card dd{margin:0;color:#dce9e5;font-size:.8rem;line-height:1.5}.brand-studio-toast{position:fixed;right:25px;bottom:25px;z-index:30;display:inline-flex;align-items:center;gap:7px;max-width:360px;padding:13px 16px;color:#fff;background:#1f5b50;box-shadow:0 14px 35px #12252133;font-size:.8rem;font-weight:700}.brand-studio-toast.error{background:#a9443a}.brand-studio-empty{display:grid;width:min(520px,100%);margin:10vh auto;padding:50px;justify-items:center;border:1px solid #dce2df;background:#fff;text-align:center}.brand-studio-empty>span{display:grid;width:58px;height:58px;place-items:center;color:#fff;background:#1f5b50}.brand-studio-empty h1{margin:25px 0 10px;font-family:Georgia,"Noto Serif KR",serif;font-size:2rem;font-weight:500}.brand-studio-empty p{margin:0 0 28px;color:#697873;line-height:1.65}@media (max-width: 920px){.brand-identity-layout,.brand-asset-layout,.brand-voice-studio-layout{grid-template-columns:1fr}.brand-studio-form-card{grid-row:auto}.brand-asset-controls{display:grid;grid-template-columns:1fr 1fr;gap:18px}.brand-asset-type-list{grid-row:span 4;margin-bottom:0}}@media (max-width: 640px){.brand-studio-page{padding:34px 12px 65px}.brand-studio-header{align-items:flex-start;flex-direction:column}.brand-studio-header .primary-button{width:100%;justify-content:center}.brand-studio-tabs{overflow-x:auto}.brand-studio-tabs button{flex:0 0 auto;padding:0 14px}.brand-color-card{grid-template-columns:1fr}.brand-color-card .studio-field{grid-column:auto}.brand-asset-controls{display:block}.brand-asset-type-list{margin-bottom:26px}.brand-asset-controls,.brand-asset-workspace,.brand-studio-form-card,.brand-color-card{padding:18px}.brand-asset-history>div{grid-template-columns:1fr 1fr}.youtube-safe-area{padding:5px 8px}.youtube-safe-area>span{display:none}.brand-studio-empty{padding:38px 20px}}.content-calendar-page{min-height:calc(100vh - 74px);padding:54px clamp(18px,4vw,64px) 90px;color:#173b34;background:radial-gradient(circle at 90% 5%,rgba(221,236,225,.8),transparent 28rem),#f7f5ee}.content-calendar-page>.animate-spin{display:block;margin:18vh auto;color:#1f5b50}.calendar-page-header{display:flex;max-width:1420px;margin:0 auto 34px;align-items:flex-end;justify-content:space-between;gap:30px}.calendar-page-header>div>span{display:inline-flex;align-items:center;gap:7px;color:#2f7165;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.calendar-page-header h1{margin:12px 0 8px;font-family:Georgia,"Noto Serif KR",serif;font-size:clamp(2.15rem,4vw,4rem);font-weight:500;letter-spacing:-.045em}.calendar-page-header p{max-width:670px;margin:0;color:#63736e;line-height:1.65}.calendar-page-header .ghost-button{flex:0 0 auto}.calendar-empty,.calendar-create-panel{display:grid;width:min(650px,100%);margin:10vh auto 0;padding:clamp(34px,6vw,64px);justify-items:center;border:1px solid #d9e1dd;background:#ffffffd6;box-shadow:0 24px 70px #1b3b3314;text-align:center}.calendar-empty>svg,.calendar-create-panel>span{display:grid;width:64px;height:64px;padding:18px;place-items:center;color:#fff;background:#1f5b50}.calendar-create-panel>span>svg{width:28px;height:28px}.calendar-empty h1,.calendar-create-panel h2{margin:25px 0 10px;font-family:Georgia,"Noto Serif KR",serif;font-size:clamp(1.65rem,3vw,2.4rem);font-weight:500}.calendar-create-panel>p{max-width:500px;margin:0;color:#697873;line-height:1.7}.calendar-empty .primary-button{margin-top:24px}.calendar-create-panel>div{display:grid;width:100%;margin-top:32px;grid-template-columns:repeat(2,1fr);gap:12px}.calendar-create-panel>div button{min-height:88px;padding:18px;border:1px solid #b9cdc6;color:#173b34;background:#f7faf8;font:inherit;font-size:1rem;font-weight:700;cursor:pointer;transition:.16s ease}.calendar-create-panel>div button:hover{border-color:#1f5b50;color:#fff;background:#1f5b50;transform:translateY(-2px)}.calendar-create-panel button small{display:block;margin-top:7px;font-size:.72rem;font-weight:500;opacity:.65}.calendar-toolbar{display:flex;max-width:1420px;margin:0 auto 12px;align-items:center;justify-content:space-between}.calendar-toolbar>strong{font-family:Georgia,"Noto Serif KR",serif;font-size:1.25rem;font-weight:500}.calendar-toolbar>div{display:flex;padding:3px;border:1px solid #d7dfdb;background:#fff}.calendar-toolbar button{display:inline-flex;padding:9px 13px;align-items:center;gap:6px;border:0;color:#697873;background:transparent;font:inherit;font-size:.8rem;cursor:pointer}.calendar-toolbar button.active{color:#fff;background:#1f5b50}.real-calendar-grid{display:grid;max-width:1420px;margin:0 auto;grid-template-columns:repeat(7,minmax(140px,1fr));border-top:1px solid #d6dfdb;border-left:1px solid #d6dfdb;background:#ffffffa6;overflow-x:auto}.real-calendar-grid>article{min-height:170px;padding:12px;border-right:1px solid #d6dfdb;border-bottom:1px solid #d6dfdb}.real-calendar-grid>article>header{display:flex;margin-bottom:11px;align-items:center;justify-content:space-between;color:#77847f;font-size:.72rem}.real-calendar-grid>article>header b{color:#173b34;font-family:Georgia,serif;font-size:1.1rem;font-weight:500}.real-calendar-grid article>button{position:relative;display:grid;width:100%;margin-top:7px;padding:10px;gap:4px;border:0;border-left:3px solid #3d8274;color:#173b34;background:#eaf2ee;text-align:left;cursor:pointer}.real-calendar-grid article>button:hover{filter:brightness(.97)}.real-calendar-grid article>button small{color:#5f7770;font-size:.64rem;text-transform:uppercase}.real-calendar-grid article>button strong{font-size:.75rem;line-height:1.35}.real-calendar-grid article>button svg{position:absolute;top:7px;right:7px}.real-calendar-grid .status-creating,.real-calendar-grid .status-review{border-left-color:#ca8b42;background:#f7eee2}.real-calendar-grid .status-ready,.real-calendar-grid .status-published{border-left-color:#436a9f;background:#e9eff7}.calendar-list-view{display:grid;max-width:1100px;margin:0 auto;border-top:1px solid #d7dfdb}.calendar-list-view>button{display:grid;padding:18px 14px;align-items:center;grid-template-columns:130px 130px minmax(220px,1fr) 100px 22px;gap:14px;border:0;border-bottom:1px solid #d7dfdb;color:#173b34;background:transparent;text-align:left;cursor:pointer}.calendar-list-view>button:hover{background:#ffffffb3}.calendar-list-view time,.calendar-list-view span,.calendar-list-view em{color:#667770;font-size:.76rem;font-style:normal}.calendar-list-view strong{font-size:.9rem}.calendar-drawer-backdrop{position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;display:flex;justify-content:flex-end;background:#0a1b1770;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.calendar-item-drawer{width:min(500px,100%);height:100%;padding:30px;overflow-y:auto;color:#173b34;background:#f9f8f2;box-shadow:-18px 0 60px #0f28212e}.calendar-item-drawer>header{display:flex;align-items:center;justify-content:space-between;color:#437167;font-size:.76rem;font-weight:700;text-transform:uppercase}.calendar-item-drawer>header button{display:grid;width:38px;height:38px;padding:0;place-items:center;border:1px solid #d5dfda;color:#173b34;background:#fff;cursor:pointer}.calendar-item-drawer>time{display:block;margin-top:32px;color:#78847f;font-size:.76rem}.calendar-item-drawer h2{margin:10px 0 25px;font-family:Georgia,"Noto Serif KR",serif;font-size:clamp(1.65rem,4vw,2.5rem);font-weight:500;line-height:1.2}.drawer-status{display:grid;margin-bottom:25px;grid-template-columns:1fr auto;gap:10px}.drawer-status label{display:grid;gap:6px;color:#687771;font-size:.72rem}.drawer-status select,.drawer-status button{min-height:42px;padding:0 12px;border:1px solid #cfdad5;color:#173b34;background:#fff;font:inherit;font-size:.8rem}.drawer-status button{display:inline-flex;margin-top:20px;align-items:center;gap:6px;cursor:pointer}.calendar-brief{padding:18px 0;border-top:1px solid #d9e0dc}.calendar-brief>span{display:block;margin-bottom:8px;color:#367064;font-size:.7rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.calendar-brief>div{color:#40534d;font-size:.9rem;line-height:1.65}.calendar-brief ul{margin:0;padding-left:18px}.drawer-keywords{display:flex;margin:5px 0 28px;flex-wrap:wrap;gap:7px}.drawer-keywords span{padding:6px 9px;color:#37665c;background:#e5eeea;font-size:.7rem}.calendar-item-drawer .primary-button.full{width:100%;justify-content:center}@media (max-width: 760px){.content-calendar-page{padding:34px 12px 68px}.calendar-page-header{align-items:flex-start;flex-direction:column}.calendar-page-header .ghost-button{width:100%;justify-content:center}.calendar-create-panel{margin-top:4vh;padding:36px 20px}.calendar-create-panel>div{grid-template-columns:1fr}.real-calendar-grid{grid-template-columns:repeat(7,145px)}.calendar-list-view>button{grid-template-columns:100px 1fr 20px}.calendar-list-view>button span,.calendar-list-view>button em{display:none}.calendar-item-drawer{padding:22px 18px}}.content-production-page{min-height:calc(100vh - 74px);padding:44px clamp(18px,4vw,64px) 90px;color:#173b34;background:linear-gradient(120deg,rgba(230,239,234,.7),transparent 35rem),#f7f5ee}.content-production-page>.animate-spin{display:block;margin:18vh auto;color:#1f5b50}.production-header{position:relative;max-width:1240px;margin:0 auto 24px}.production-back-link{display:inline-flex;margin-bottom:18px;align-items:center;gap:7px;color:#3d7167;font-size:.78rem;font-weight:700}.production-hero{display:grid;padding:clamp(28px,4vw,50px);grid-template-columns:minmax(0,1.45fr) minmax(300px,.75fr);gap:clamp(30px,5vw,76px);border:1px solid #cedbd5;background:linear-gradient(115deg,#fffffff5 0,#fffffff5 62%,#e4efeae6 62%),#fff;box-shadow:0 20px 60px #153c3212}.production-kicker{display:inline-flex;padding:6px 9px;color:#286b5e;background:#e3eee9;font-size:.73rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.production-header h1{max-width:760px;margin:18px 0 12px;font-family:inherit;font-size:clamp(1.9rem,3.5vw,2.75rem);font-weight:750;letter-spacing:-.045em;line-height:1.2}.production-hero-copy>p{max-width:660px;margin:0;color:#64756f;line-height:1.6}.production-meta{display:flex;margin-top:30px;flex-wrap:wrap;gap:9px}.production-meta>span{display:grid;min-width:135px;padding:11px 13px;align-items:center;grid-template-columns:20px 1fr;border:1px solid #d8e2de;color:#33695e;background:#ffffffb8}.production-meta svg{grid-row:1 / span 2}.production-meta small{color:#83908b;font-size:.62rem;text-transform:uppercase}.production-meta strong{overflow:hidden;font-size:.74rem;text-overflow:ellipsis;white-space:nowrap}.production-brief-card{align-self:stretch;padding:26px;border-left:3px solid #22685b;background:#ffffffc7}.production-brief-card>span{display:block;margin-bottom:15px;color:#397066;font-size:.67rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.production-brief-card>strong{display:block;font-family:inherit;font-size:1.04rem;font-weight:700;line-height:1.58}.production-brief-card ul{display:grid;margin:20px 0 0;padding:18px 0 0;gap:9px;border-top:1px solid #d7e1dd;list-style:none}.production-brief-card li{position:relative;padding-left:16px;color:#5f716b;font-size:.76rem;line-height:1.5}.production-brief-card li:before{position:absolute;top:.55em;left:0;width:5px;height:5px;background:#4b8478;content:""}.production-header-actions{display:flex;margin-top:12px;justify-content:flex-end;gap:8px}.production-launch-card{display:grid;width:min(1020px,100%);margin:22px auto 0;grid-template-columns:minmax(0,1.35fr) minmax(290px,.65fr);border:1px solid #d3ded9;background:#fff;box-shadow:0 24px 70px #16393014;overflow:hidden}.production-launch-intro{padding:clamp(34px,5vw,58px)}.production-launch-icon{display:grid;width:54px;height:54px;margin-bottom:25px;place-items:center;color:#fff;background:#1f5b50}.production-launch-icon svg{width:25px;height:25px}.production-launch-intro>small{color:#3d766a;font-size:.68rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.production-launch-card h2{max-width:520px;margin:10px 0 12px;font-family:inherit;font-size:clamp(1.65rem,3vw,2.25rem);font-weight:750;letter-spacing:-.035em;line-height:1.32}.production-launch-intro>p{max-width:530px;margin:0;color:#687872;font-size:.88rem;line-height:1.7}.production-included-grid{display:grid;margin-top:28px;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px}.production-included-grid span{display:inline-flex;align-items:center;gap:8px;color:#435a53;font-size:.78rem}.production-included-grid svg{flex:0 0 auto;padding:2px;border-radius:50%;color:#fff;background:#4d8579}.production-launch-action{display:flex;padding:clamp(30px,4vw,48px);justify-content:center;flex-direction:column;color:#fff;background:#173f37}.production-launch-action>svg{color:#9cc7bc}.production-launch-action h3{margin:16px 0 24px;font-family:inherit;font-size:1.25rem;font-weight:750}.production-launch-action>div{display:grid;margin-bottom:22px;gap:1px;background:#ffffff24}.production-launch-action>div span{display:flex;padding:12px 13px;align-items:center;justify-content:space-between;color:#c9ddd7;background:#214d44;font-size:.74rem}.production-launch-action strong{color:#fff;font-size:.85rem}.production-launch-action .primary-button{width:100%;justify-content:center;color:#173f37;background:#fff}.production-launch-action>p{display:flex;margin:13px 0 0;align-items:flex-start;gap:7px;color:#a9c4bd;font-size:.67rem;line-height:1.45}.production-launch-action>p svg{flex:0 0 auto}.production-header.is-generating{margin-bottom:16px}.production-header.is-generating .production-back-link{margin-bottom:12px}.production-header.is-generating .production-hero{padding:22px 26px;grid-template-columns:minmax(0,1fr) 360px;gap:28px;background:#fff;box-shadow:none}.production-header.is-generating h1{max-width:780px;margin:11px 0 6px;font-size:clamp(1.45rem,2.5vw,2rem)}.production-header.is-generating .production-hero-copy>p{font-size:.78rem}.production-header.is-generating .production-meta{margin-top:16px}.production-header.is-generating .production-meta>span{min-width:120px;padding:8px 10px}.production-header.is-generating .production-brief-card{padding:18px 20px}.production-header.is-generating .production-brief-card>span{margin-bottom:8px}.production-header.is-generating .production-brief-card>strong{font-size:.82rem}.production-header.is-generating .production-brief-card ul{display:none}.production-launch-card.is-generating{display:block;width:min(1240px,100%);margin-top:0;border:0;background:transparent;box-shadow:none}.production-generation-board{position:relative;overflow:hidden;border:1px solid #cfdad6;background:#fff;box-shadow:0 22px 60px #13372f14}.production-indeterminate{position:absolute;z-index:2;top:0;right:0;left:0;height:5px;overflow:hidden;background:#dfe9e5}.production-indeterminate>span{position:absolute;width:42%;height:100%;border-radius:999px;background:linear-gradient(90deg,#2c7466,#67b7a3,#2c7466);box-shadow:0 0 16px #2c74665c;animation:production-loading-track 1.45s ease-in-out infinite}@keyframes production-loading-track{0%{transform:translate(-110%)}to{transform:translate(340%)}}.production-generation-board>header{display:grid;padding:28px 32px 24px;align-items:center;grid-template-columns:58px minmax(0,1fr) auto;gap:18px;border-bottom:1px solid #dfe6e3;background:radial-gradient(circle at 4% 30%,rgba(67,145,128,.1),transparent 24%),#fff}.production-working-orb{display:grid;width:56px;height:56px;place-items:center;border:1px solid #9dc5bb;border-radius:50%;color:#fff;background:#236457;box-shadow:0 0 0 8px #23645714}.production-working-orb svg{width:25px;height:25px}.production-generation-board>header>time{display:grid;min-width:96px;padding:10px 13px;justify-items:end;border-left:1px solid #d9e3df;color:#285f54}.production-generation-board>header>time small{color:#70807a;font-size:.63rem;font-weight:700}.production-generation-board>header>time strong{margin-top:2px;font-size:1.18rem;font-variant-numeric:tabular-nums;letter-spacing:.04em}.production-live-status{display:inline-flex;align-items:center;gap:8px;color:#236457;font-size:.7rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.production-live-status i{width:8px;height:8px;border-radius:50%;background:#2a7b69;box-shadow:0 0 0 5px #2a7b6921;animation:production-pulse 1.6s ease-in-out infinite}@keyframes production-pulse{50%{box-shadow:0 0 0 9px #2a7b6905;opacity:.72}}.production-generation-board h2{max-width:none;margin:11px 0 7px;font-size:clamp(1.45rem,2.6vw,2rem)}.production-generation-board>header>p{margin:0;color:#6c7b76;font-size:.82rem}.production-generation-layout{display:grid;padding:28px 32px;grid-template-columns:minmax(310px,.8fr) minmax(0,1.2fr);gap:32px;background:#f7f8f5}.production-stage-list{display:grid;align-content:start;gap:8px}.production-stage{display:grid;min-height:62px;padding:12px 14px;align-items:center;grid-template-columns:34px minmax(0,1fr) auto;gap:10px;border:1px solid #dbe3df;color:#73807b;background:#fff}.production-stage>span{display:grid;width:28px;height:28px;place-items:center;border:1px solid #cfd9d5;color:#6f7f79;font-size:.64rem;font-weight:800}.production-stage>strong{font-size:.8rem;font-weight:700}.production-stage>small{display:inline-flex;align-items:center;gap:5px;font-size:.66rem;font-weight:700}.production-stage-done{color:#41645c;background:#f1f6f3}.production-stage-done>span{border-color:#397568;color:#fff;background:#397568}.production-stage-active{border-color:#2c7466;color:#183f37;box-shadow:inset 3px 0 #2c7466}.production-stage-active>span{border-color:#2c7466;color:#2c7466}.production-stage-active>small{color:#2c7466}.production-stage-list>p{display:flex;margin:8px 2px 0;align-items:flex-start;gap:8px;color:#697873;font-size:.7rem;line-height:1.5}.production-stage-list>p svg{flex:0 0 auto;color:#3b7166}.production-output-preview>span{display:block;margin-bottom:10px;color:#3c6d63;font-size:.68rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.production-output-preview>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.production-output-preview article{display:grid;min-height:72px;padding:13px;align-items:center;grid-template-columns:22px minmax(0,1fr) auto;gap:8px;border:1px solid #dde4e1;color:#89938f;background:#ffffffb8}.production-output-preview article.ready{color:#355c53;background:#fff}.production-output-preview article.active{border-color:#8eb6ac;color:#285f54;background:linear-gradient(90deg,rgba(48,119,104,.09),transparent 70%),#fff}.production-output-preview article svg{color:#a8b2ae}.production-output-preview article.ready svg,.production-output-preview article.active svg{color:#397568}.production-output-preview article strong{font-size:.76rem;font-weight:700}.production-output-preview article small{font-size:.62rem}.production-generation-board>footer{display:flex;min-height:50px;padding:0 32px;align-items:center;gap:9px;color:#62726c;background:#eef3f0;font-size:.72rem}.production-generation-board>footer svg{width:20px;height:20px;flex:0 0 auto;color:#2c7466}.production-generation-board>footer>span{display:flex;align-items:center;gap:8px}.production-generation-board>footer strong{color:#285f54}.production-launch-loading{display:grid;min-height:360px;padding:60px;grid-column:1 / -1;align-content:center;justify-items:center;text-align:center}.production-launch-loading>.animate-spin{width:42px;height:42px;color:#1f5b50}.production-launch-loading>p{margin:0;color:#71807b}.production-launch-loading>div{display:flex;width:170px;margin-top:28px;gap:6px}.production-launch-loading>div span{height:4px;flex:1;background:#dbe4e0}.production-launch-loading>div span.active,.production-launch-loading>div span.done{background:#2e7568}.production-launch-error{grid-column:1 / -1;margin:0;padding:12px 18px;border-top:1px solid #f1c9c9;text-align:center}.production-workspace{position:relative;display:grid;max-width:1420px;margin:0 auto;grid-template-columns:330px minmax(0,1fr);gap:18px}.production-progress,.production-warning,.production-error{grid-column:1 / -1}.production-progress,.production-warning{display:flex;padding:15px 18px;align-items:center;gap:12px;border:1px solid #bcd2ca;background:#eaf3ef}.production-progress svg{color:#1f5b50}.production-progress div{display:grid;gap:3px}.production-progress strong{font-size:.86rem}.production-progress span{color:#65756f;font-size:.74rem}.production-warning{justify-content:space-between;border-color:#ead1ad;color:#764e20;background:#fbf1e4;font-size:.82rem}.production-warning button{padding:8px 12px;border:1px solid #c78b42;color:#744c1d;background:transparent;font:inherit;font-size:.75rem;font-weight:700;cursor:pointer}.production-sidebar,.production-editor{border:1px solid #d6dfdb;background:#ffffffdb}.production-sidebar{align-self:start}.production-ready{display:flex;padding:18px;align-items:center;gap:9px;color:#fff;background:#1f5b50;font-size:.8rem;font-weight:800}.production-ready svg{width:20px;height:20px;padding:4px;border-radius:50%;color:#1f5b50;background:#fff}.production-output-metrics{display:grid;padding:12px;grid-template-columns:repeat(2,1fr);gap:1px;background:#dbe6e1}.production-output-metrics>span{display:grid;min-width:0;padding:11px 9px;gap:4px;background:#f4f7f5}.production-output-metrics small{color:#73827d;font-size:.62rem}.production-output-metrics strong{color:#245f54;font-size:.78rem}.production-sidebar>section{padding:20px 18px;border-bottom:1px solid #e0e6e3}.production-sidebar>section>span{display:block;margin-bottom:12px;color:#49766d;font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.production-sidebar section>button{display:grid;width:100%;padding:10px 0;align-items:start;grid-template-columns:22px 1fr 16px;gap:8px;border:0;border-bottom:1px solid #edf0ee;color:#203f38;background:transparent;text-align:left;cursor:pointer}.production-sidebar section>button b{display:grid;width:20px;height:20px;place-items:center;color:#fff;background:#76998f;font-size:.65rem}.production-sidebar section>button strong{font-size:.77rem;font-weight:600;line-height:1.45}.production-tags div{display:flex;flex-wrap:wrap;gap:6px}.production-tags em{padding:5px 8px;color:#37675d;background:#e7efeb;font-size:.67rem;font-style:normal}.production-checklist label{display:flex;margin-top:10px;align-items:flex-start;gap:8px;color:#50625c;font-size:.74rem;line-height:1.45}.production-checklist input{margin-top:2px;accent-color:#1f5b50}.production-editor{min-height:740px}.production-editor>nav{display:flex;padding:8px 8px 0;border-bottom:1px solid #d9e1dd;overflow-x:auto}.production-editor>nav button{display:inline-flex;min-height:44px;padding:0 14px;align-items:center;gap:7px;border:0;border-bottom:3px solid transparent;color:#6d7b76;background:transparent;font:inherit;font-size:.75rem;font-weight:700;white-space:nowrap;cursor:pointer}.production-editor>nav button.active{border-bottom-color:#1f5b50;color:#1f5b50}.production-document{padding:clamp(22px,4vw,48px)}.production-document>header{display:flex;margin-bottom:30px;padding-bottom:15px;align-items:center;justify-content:space-between;border-bottom:1px solid #dce3df}.production-document>header>span{color:#3a6f64;font-size:.74rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.production-document>header button,.production-thumbnail section button{display:inline-flex;padding:7px 9px;align-items:center;gap:6px;border:1px solid #d1ddd7;color:#3a665d;background:#fff;font:inherit;font-size:.7rem;cursor:pointer}.production-document .markdown-body{max-width:820px;margin:0 auto;color:#334a43;font-size:.94rem;line-height:1.85}.production-thumbnail{padding:clamp(20px,4vw,42px)}.production-thumbnail>img,.production-thumbnail>div:first-child{display:grid;width:100%;aspect-ratio:16 / 9;place-items:center;border:1px solid #d1dcd7;background:#e7ece9;object-fit:cover}.production-thumbnail>div:first-child{color:#72827c;gap:9px}.production-thumbnail>div:first-child svg{width:42px;height:42px}.production-thumbnail>section{margin-top:22px}.production-thumbnail>section>span{display:block;margin-bottom:10px;color:#49766d;font-size:.7rem;font-weight:800;text-transform:uppercase}.production-thumbnail section button{margin:0 7px 7px 0;font-size:.8rem;font-weight:700}@media (max-width: 900px){.production-hero{grid-template-columns:1fr;background:#fff}.production-launch-card{grid-template-columns:1fr}.production-launch-action{min-height:330px}.production-generation-layout,.production-workspace{grid-template-columns:1fr}.production-sidebar{order:2}.production-editor{min-height:600px}}@media (max-width: 680px){.content-production-page{padding:30px 12px 65px}.production-header{align-items:flex-start;flex-direction:column}.production-header-actions{display:grid;width:100%;grid-template-columns:1fr 1fr}.production-header button{justify-content:center}.production-launch-card{margin-top:14px}.production-hero{padding:24px 18px;gap:24px}.production-header.is-generating .production-hero{padding:18px;grid-template-columns:1fr}.production-header.is-generating .production-brief-card{display:none}.production-header.is-generating .production-meta{grid-template-columns:repeat(3,minmax(0,1fr))}.production-meta{display:grid;grid-template-columns:1fr}.production-meta>span{min-width:0}.production-launch-intro,.production-launch-action{padding:32px 20px}.production-included-grid{grid-template-columns:1fr}.production-generation-board>header,.production-generation-layout{padding:22px 18px}.production-generation-board>header{grid-template-columns:46px minmax(0,1fr);gap:14px}.production-working-orb{width:44px;height:44px;box-shadow:0 0 0 6px #23645712}.production-generation-board>header>time{grid-column:1 / -1;width:100%;padding:9px 0 0;align-items:center;grid-template-columns:1fr auto;border-top:1px solid #e2e9e6;border-left:0}.production-output-preview>div{grid-template-columns:repeat(2,minmax(0,1fr))}.production-output-preview article{min-height:82px;grid-template-columns:18px minmax(0,1fr)}.production-output-preview article small{grid-column:2}.production-generation-board>footer{padding:12px 18px}.production-generation-board>footer>span{align-items:flex-start;flex-direction:column;gap:2px}.production-editor{min-height:520px}.production-document{padding:22px 16px}.production-warning{align-items:flex-start;flex-direction:column}}
