@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap";:root{font-family:Open Sans,sans-serif;color:#173448;background:#f7f7f3;font-synthesis:none;--bg:#f7f7f3;--panel:#fff;--raised:#f2f5f4;--ink:#173448;--muted:#61737e;--border:#dde5e7;--accent:#1c75ac;--action-text:#fff;--navy:#034166;--soft:#edf5f9;--yellow:#fdffae;--green:#d0edaa;--shadow:0 8px 30px #15374806;color-scheme:light}:root[data-theme=dark]{--bg:#101c26;--panel:#172a38;--raised:#203847;--ink:#f2f1ec;--muted:#bbccd7;--border:#46616f;--accent:#a9ddfc;--action-text:#034166;--navy:#d6ecfb;--soft:#203847;--shadow:0 8px 30px #0001;color-scheme:dark}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink)}button,input,textarea,select{font:inherit}button,a,input,select,textarea,summary{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.46}a{color:inherit}h1,h2,h3,.brand-lockup{font-family:Poppins,sans-serif}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(26px,2.6vw,37px);letter-spacing:-1.1px;font-weight:600;line-height:1.3;margin-bottom:10px}h2{font-size:20px;line-height:1.4;letter-spacing:-.4px;font-weight:600;margin-bottom:7px}h3{font-size:14px;line-height:1.6;font-weight:600}p{line-height:1.8}button{border:0}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid var(--accent);outline-offset:4px}fieldset{border:0;margin:0;padding:0;min-width:0}input,select,textarea{width:100%;border:1px solid var(--border);border-radius:9px;padding:12px 14px;background:var(--panel);color:var(--ink);font-size:14px;line-height:1.6;transition:border .15s,box-shadow .15s}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 14%,transparent)}input::placeholder,textarea::placeholder{color:var(--muted);opacity:.85}textarea{resize:vertical;min-height:70px}input[type=range]{accent-color:var(--accent);padding:0;margin:15px 0 6px;box-shadow:none}input[type=checkbox]{width:17px;height:17px;accent-color:var(--accent);flex-shrink:0}select{min-height:47px;padding-right:25px}small{font-size:12px;line-height:1.7;color:var(--muted)}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:10px 15px;background:var(--panel);color:var(--ink);border:1px solid var(--border);border-radius:8px;font-size:12px;font-weight:600;line-height:1.6;white-space:normal;transition:background .15s,transform .15s}.button:hover:not(:disabled){background:var(--soft);border-color:var(--accent)}.button.primary{background:var(--accent);border-color:var(--accent);color:var(--action-text)}.button.primary:hover:not(:disabled){filter:brightness(.96)}.button.danger{background:#ad3535;color:#fff;border-color:#ad3535}.button.selected{background:var(--soft);border-color:var(--accent)}.button svg{flex-shrink:0}.button.full{width:100%;margin-top:12px}.button-group{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.icon-button{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:34px;height:34px;background:transparent;color:var(--muted);border-radius:7px}.icon-button:hover:not(:disabled){color:var(--accent);background:var(--soft)}.icon-button.delete:hover:not(:disabled){color:#bd4747;background:#bd474713}.text-button{display:inline-flex;align-items:center;gap:7px;color:var(--accent);background:transparent;font-size:12px;font-weight:600;padding:7px 0}.muted{color:var(--muted)}.small{font-size:12px}.eyebrow{font-size:10px;letter-spacing:1.8px;font-weight:700;color:var(--accent);margin-bottom:13px;line-height:1.6}.panel{background:var(--panel);border:1px solid var(--border);border-radius:15px;box-shadow:var(--shadow)}.field{display:flex;flex-direction:column;gap:8px;margin-bottom:22px;font-size:12px;font-weight:600}.field>span:first-child{line-height:1.6}.field small{font-weight:400}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 20px}.form-divider{height:1px;background:var(--border);margin:30px 0}.checkbox{display:flex;align-items:center;gap:9px;font-size:12px;font-weight:500;margin:16px 0 24px;line-height:1.6}.notice{background:var(--soft);padding:14px 17px;border:1px solid var(--border);border-radius:10px;font-size:13px;line-height:1.7;margin-bottom:20px;display:flex;gap:10px;align-items:center}.notice svg{flex-shrink:0}.notice.error{background:color-mix(in srgb,#b93e3e 8%,var(--panel));border-color:color-mix(in srgb,#b93e3e 45%,var(--border));align-items:flex-start}.notice.error button{margin-left:auto;background:transparent;color:inherit}.loading-bar{padding:13px;background:var(--soft);color:var(--accent);border-radius:9px;margin-bottom:20px;display:flex;gap:10px;font-size:13px}.spin{animation:rotate 1s linear infinite}@keyframes rotate{to{transform:rotate(360deg)}}.app-shell{display:flex;min-height:100vh}.sidebar{width:236px;background:var(--panel);border-right:1px solid var(--border);position:fixed;inset:0 auto 0 0;display:flex;flex-direction:column;padding:26px 21px;z-index:20}.brand-lockup{text-decoration:none;display:flex;gap:9px;align-items:center;line-height:1.4;font-size:13px;font-weight:600}.brand-lockup img{width:50px;height:50px;object-fit:contain}.brand-lockup span>b{display:block;font-size:11px;font-weight:400;color:var(--muted)}.workspace-label{font-size:9px;font-weight:700;letter-spacing:1.4px;color:var(--muted);margin:42px 12px 16px}.sidebar nav{display:flex;flex-direction:column;gap:6px}.sidebar nav button{display:flex;align-items:center;gap:11px;padding:13px 11px;text-align:left;color:var(--muted);background:transparent;border-radius:8px;font-size:12px;font-weight:600;min-height:46px}.sidebar nav button.active{color:var(--accent);background:var(--soft)}.sidebar nav button:hover{background:var(--soft)}.sidebar-note{margin:auto 0 24px;padding:19px 16px;background:var(--raised);border:1px solid var(--border);border-radius:12px}.mini-mark{display:flex;color:var(--accent);margin-bottom:12px}.sidebar-note h3{font-size:12px;margin:0 0 7px}.sidebar-note p{color:var(--muted);font-size:11px;line-height:1.9;margin:0}.sidebar-bottom{display:flex;gap:7px;color:var(--muted);font-size:10px;margin:0 8px}.app-main{margin-left:236px;flex:1;min-width:0}.topbar{height:78px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);padding:0 42px;background:var(--panel)}.breadcrumb{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:11px}.breadcrumb b{font-weight:500;color:var(--ink)}.top-actions{display:flex;align-items:center;gap:14px}.status-pill{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--border);border-radius:30px;padding:6px 10px;font-size:10px;color:var(--muted);white-space:nowrap}.status-pill>span{width:5px;height:5px;border-radius:50%;background:#8e9c9f}.status-pill.enabled>span{background:#4c8640}.avatar{background:var(--soft);color:var(--accent);font-size:11px;font-weight:700;border:1px solid var(--border);border-radius:50%;width:33px;height:33px}main{max-width:1450px;margin:auto;padding:39px 42px 0}.page-intro{display:flex;gap:20px;align-items:center;justify-content:space-between;margin-bottom:32px}.page-intro p:last-child{font-size:13px;color:var(--muted);margin-bottom:0}.page-intro>.button{flex-shrink:0}.steps{display:flex;align-items:center;gap:15px;margin-bottom:29px;color:var(--muted);font-size:11px}.steps>span{display:flex;align-items:center;gap:9px}.steps b{display:grid;place-items:center;width:24px;height:24px;background:var(--panel);border:1px solid var(--border);border-radius:50%;font-size:10px;font-weight:500}.steps .current{color:var(--accent);font-weight:600}.steps .current b{background:var(--accent);color:var(--action-text);border-color:var(--accent)}.steps i{width:38px;height:1px;background:var(--border)}.studio-layout{display:grid;grid-template-columns:minmax(0,1fr) 275px;gap:27px;align-items:start}.studio-form{padding:28px 30px}.section-heading{display:flex;align-items:center;gap:13px;margin-bottom:25px}.section-heading h2{font-size:17px;margin:0 0 2px}.section-heading p{font-size:11px;color:var(--muted);margin:0}.step-square{display:grid;place-items:center;width:34px;height:34px;background:var(--soft);color:var(--accent);border-radius:9px;font-weight:600;font-size:12px}.profile-chips{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:27px}.profile-chip{display:flex;align-items:center;gap:8px;border:1px solid var(--border);background:var(--panel);padding:10px 13px;border-radius:8px;color:var(--ink);font-size:11px;min-height:38px}.profile-chip.selected{background:var(--soft);border-color:var(--accent);color:var(--accent)}.brand-dot{display:inline-block;width:7px;height:7px;background:#1c75ac;border-radius:50%;flex-shrink:0}.brand-dot.mmm{background:#bc9434}.brand-dot.rbw{background:#628664}.brand-dot.paycheck-control{background:#b7846a}.range-label{display:flex;align-items:center;justify-content:space-between}.range-label strong{font-weight:600;background:var(--soft);color:var(--accent);padding:4px 10px;border-radius:6px;font-size:11px}.range-ends{display:flex;justify-content:space-between;font-size:10px;font-weight:400;color:var(--muted)}.details{border-top:1px solid var(--border);padding:17px 0;margin:8px 0;color:var(--muted);font-size:12px}.details summary{cursor:pointer;color:var(--ink);font-weight:600;line-height:1.7}.details[open] summary{margin-bottom:20px}.details .field{color:var(--ink)}.create-actions{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0 14px}.create-actions .button{min-height:46px}.create-actions+.small{font-size:11px;line-height:1.8;margin:0}.offer-fields{background:var(--raised);border-radius:9px;padding:20px;margin:10px 0}.brand-preview{padding:24px}.preview-top{display:flex;align-items:center;gap:13px;margin-bottom:19px}.brand-monogram{display:inline-flex;align-items:center;justify-content:center;width:49px;height:49px;border-radius:13px;background:var(--soft);color:var(--accent);font-family:Poppins,sans-serif;font-size:13px;font-weight:600;flex-shrink:0}.brand-monogram.mmm{background:#2e3a5f;color:#e0b04a}.brand-monogram.rbw{background:#355e3b;color:#e8dfc9}.brand-monogram.paycheck-control{background:#eee8dd;color:#51483b}.tiny-label{font-size:8px;letter-spacing:1.5px;color:var(--muted);font-weight:700}.brand-preview h2{font-size:19px}.brand-preview p{font-size:11px;color:var(--muted);line-height:1.9;margin-bottom:14px}.voice-tags{display:flex;flex-wrap:wrap;gap:6px}.voice-tags span{padding:4px 8px;border-radius:5px;background:var(--raised);font-size:9px;color:var(--muted)}.brand-preview hr{height:1px;border:0;background:var(--border);margin:24px 0 18px}.brand-preview h3{font-size:11px;margin-bottom:8px}.writing-note{border-radius:12px;background:#fdffae;padding:23px;color:#034166;margin-top:20px;transform:rotate(-1deg)}.writing-note h3{font-size:13px;margin:13px 0 10px}.writing-note p{font-size:11px;margin:0;line-height:1.9}.quiet-note{font-size:10px;color:var(--muted);line-height:1.9;text-align:center;margin:23px 10px}.page-footer{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--border);padding:22px 0;margin-top:48px;color:var(--muted);font-size:9px;line-height:1.9}.page-footer>span>span{display:block;font-size:8px}.editor-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px 24px;margin-bottom:19px}.project-name{flex:1;min-width:0}.project-name label{font-size:8px;color:var(--muted);letter-spacing:1.6px;font-weight:700;display:block}.project-name input{padding:5px 0;border:0;box-shadow:none;font-family:Poppins,sans-serif;font-size:18px;font-weight:500;border-radius:0}.save-state{font-size:9px;color:var(--muted)}.save-state.unsaved{color:var(--accent)}.toolbar-buttons{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.editor-meta{display:flex;align-items:center;flex-wrap:wrap;gap:14px;font-size:10px;color:var(--muted);margin:0 0 25px}.tag{display:inline-block;padding:5px 9px;border-radius:6px;background:var(--soft);color:var(--accent);font-size:9px;font-weight:600;line-height:1.5}.section-title{display:flex;justify-content:space-between;gap:16px;align-items:center;margin:37px 0 20px}.section-title .eyebrow{font-size:8px;letter-spacing:1.5px}.section-title h2{font-size:21px;margin:5px 0 0}.slide-grid{display:grid;grid-template-columns:1fr 1fr;gap:21px}.slide-card{min-width:0;overflow:hidden}.slide-heading{padding:17px 20px 12px;display:flex;align-items:center;gap:12px}.slide-heading>span:first-child{display:flex;align-items:center;gap:10px;font-size:11px;font-weight:600}.slide-heading b{font-size:10px;background:var(--soft);color:var(--accent);border-radius:6px;padding:5px 7px}.slide-role{font-size:8px;color:var(--muted);letter-spacing:1px}.slide-copy{margin-left:auto;display:flex}.slide-card textarea{padding:12px 22px;height:192px;min-height:130px;border:0;border-radius:0;line-height:1.85;font-size:16px;box-shadow:none;font-weight:400}.slide-card textarea:focus{background:color-mix(in srgb,var(--soft) 40%,var(--panel));box-shadow:inset 3px 0 var(--accent)}.slide-card textarea::placeholder{font-size:14px}.slide-word-count{font-size:9px;color:var(--muted);padding:4px 22px 13px}.slide-ai{display:flex;gap:6px;flex-wrap:wrap;padding:0 18px 15px}.slide-ai .button{font-size:9px;padding:6px 8px;min-height:30px}.slide-ai .button svg{width:12px;height:12px}.slide-footer{border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;gap:7px;padding:9px 17px}.slide-footer>div{display:flex;gap:2px}.slide-footer .text-button{font-size:10px}.caption-panel{padding:23px;margin-bottom:25px}.caption-toolbar{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:19px;font-size:11px}.caption-panel textarea{border-color:var(--border);font-size:15px;line-height:1.8;min-height:210px}.caption-actions{display:flex;align-items:flex-end;gap:7px;flex-wrap:wrap;margin-top:15px}.caption-actions .button{font-size:10px;min-height:38px;padding:8px 10px}.inline-select{font-size:9px;color:var(--muted);display:flex;flex-direction:column;gap:4px;max-width:220px}.inline-select select{font-size:10px;min-height:38px;padding:8px 10px}.export-panel{padding:27px;display:flex;justify-content:space-between;gap:22px;border-top:3px solid var(--accent)}.export-panel>div:first-child{min-width:0;flex:1}.export-panel p{font-size:12px;color:var(--muted);margin-bottom:16px}.export-buttons{display:flex;flex-wrap:wrap;gap:10px}.export-mark{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;color:#034166;background:var(--green);flex-shrink:0}.export-panel .details{margin:22px 0 0;padding-bottom:0}.export-panel pre{font-size:12px;white-space:pre-wrap;overflow-wrap:anywhere;padding:20px;background:var(--raised);line-height:1.8;border-radius:8px;max-height:450px;overflow:auto}.brief{margin-top:20px;font-size:11px}.brief dl{display:grid;grid-template-columns:110px 1fr;gap:10px;line-height:1.8}.brief dd{margin:0;white-space:pre-wrap;overflow-wrap:anywhere}.brief dt{font-weight:600;color:var(--ink)}.library-toolbar{display:flex;justify-content:space-between;gap:18px;margin-bottom:23px}.search{display:flex;align-items:center;border:1px solid var(--border);border-radius:9px;background:var(--panel);padding-left:14px;width:400px;max-width:100%;color:var(--muted)}.search input{border:0;background:transparent;box-shadow:none;font-size:12px}.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:21px}.saved-card{padding:24px;display:flex;align-items:flex-start;flex-direction:column}.saved-icon{color:var(--accent);background:var(--soft);padding:13px;border-radius:12px;display:flex;margin-bottom:20px}.saved-card h2{font-size:17px;overflow-wrap:anywhere;margin:15px 0 7px}.saved-card p{font-size:11px;color:var(--muted);margin-bottom:18px}.project-dates{font-size:9px;color:var(--muted);display:flex;flex-direction:column;gap:5px;margin-top:auto;line-height:1.8}.saved-actions{display:flex;gap:8px;align-items:center;margin-top:22px;width:100%;padding-top:17px;border-top:1px solid var(--border)}.saved-actions>.button{margin-right:auto}.empty-state{text-align:center;padding:65px 25px}.empty-state>svg{color:var(--accent);margin-bottom:20px}.empty-state h2{font-size:22px}.empty-state p{font-size:13px;color:var(--muted)}.profile-list{display:grid;gap:18px}.profile-summary{padding:25px;display:flex;align-items:center;gap:22px}.profile-summary>div{flex:1}.profile-summary h2{font-size:19px}.profile-summary p{font-size:12px;color:var(--muted);margin:0 0 6px}.profile-summary .brand-monogram{height:61px;width:61px;font-size:15px}.profile-summary>.button{flex-shrink:0}dialog{background:var(--panel);color:var(--ink);border:1px solid var(--border);border-radius:16px;padding:27px;width:min(660px,calc(100% - 30px));max-height:90dvh;box-shadow:0 30px 100px #0004}dialog::backdrop{background:#001c3299;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-heading{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:20px}.modal-heading h2{font-size:21px;margin:0}dialog>p{font-size:13px;color:var(--muted)}.modal-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:25px;padding-top:20px;border-top:1px solid var(--border)}.toast{position:fixed;bottom:26px;left:calc(50% + 118px);transform:translate(-50%);z-index:100;background:var(--ink);color:var(--panel);padding:13px 20px;border-radius:10px;box-shadow:0 10px 40px #0003;display:flex;align-items:center;gap:10px;font-size:12px;max-width:calc(100vw - 35px);width:max-content}.account-email{overflow-wrap:anywhere}.auth-page{display:grid;grid-template-columns:1fr 1fr;min-height:100vh;align-items:center;gap:10%;max-width:1100px;padding:75px 45px;margin:auto}.auth-theme{position:absolute;right:35px;top:25px}.auth-brand>img{height:96px;width:96px;object-fit:contain;margin-bottom:40px}.auth-brand h1{font-size:48px;font-weight:500;line-height:1.3;letter-spacing:-1.8px}.auth-brand h1 em{font-style:normal;color:var(--accent)}.auth-brand>p:not(.eyebrow){color:var(--muted);font-size:15px;max-width:340px}.auth-badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:32px}.auth-badges span{font-size:10px;padding:7px 13px;border:1px solid var(--border);border-radius:6px;background:var(--panel)}.auth-card{background:var(--panel);border:1px solid var(--border);border-radius:19px;padding:38px;box-shadow:0 20px 80px #1734480a}.lock-badge{display:flex;align-items:center;justify-content:center;width:47px;height:47px;border-radius:12px;background:var(--soft);color:var(--accent);margin-bottom:22px}.auth-card h2{font-size:23px}.auth-card>p{font-size:12px;color:var(--muted);margin-bottom:25px}.auth-card .field{margin-bottom:19px}.auth-footer{display:flex;justify-content:center;gap:6px;align-items:center;margin-top:29px;font-size:9px;color:var(--muted)}.boot{height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px;font-size:13px;color:var(--muted)}.boot img{width:85px;height:85px}@media(min-width:1600px){main{padding-left:65px;padding-right:65px}.studio-layout{grid-template-columns:minmax(0,1fr) 300px;gap:32px}.studio-form{padding:33px 36px}.topbar{padding:0 65px}}@media(max-width:1200px){.sidebar{width:205px;padding:25px 16px}.app-main{margin-left:205px}main{padding:30px 25px 0}.topbar{padding:0 25px}.studio-layout{grid-template-columns:minmax(0,1fr) 235px;gap:20px}.studio-form{padding:23px}.brand-preview{padding:19px}.form-grid{gap:0 12px}.project-grid{grid-template-columns:1fr 1fr}.editor-toolbar{flex-wrap:wrap}.toolbar-buttons{justify-content:flex-start}.toast{left:calc(50% + 102px)}}@media(max-width:1000px){.sidebar{width:185px;padding:24px 12px}.app-main{margin-left:185px}.brand-lockup{font-size:12px;gap:5px}.brand-lockup img{width:42px;height:42px}.sidebar nav button{font-size:11px;padding:12px 10px;gap:8px}.studio-layout{grid-template-columns:1fr}.studio-aside{display:grid;grid-template-columns:1fr 1fr;gap:20px}.writing-note{margin:0;transform:none}.studio-aside .quiet-note{display:none}.brand-preview{padding:22px}.brand-preview hr,.brand-preview h3,.brand-preview hr+p{display:none}.slide-grid{gap:15px}.slide-heading{padding:14px;gap:5px}.slide-role{display:none}.slide-card textarea{padding:12px 17px}.slide-footer{padding:7px 12px}.breadcrumb{display:none}.topbar{justify-content:flex-end;height:67px}.toast{left:calc(50% + 92px)}.caption-toolbar{flex-wrap:wrap}}@media(max-width:760px){.sidebar{position:sticky;z-index:20;flex-direction:row;width:100%;height:auto;inset:auto;padding:10px 18px;border-right:0;border-bottom:1px solid var(--border);align-items:center;justify-content:space-between;gap:12px}.brand-lockup span{display:none}.brand-lockup img{width:37px;height:37px}.workspace-label,.sidebar-note,.sidebar-bottom{display:none}.sidebar nav{flex-direction:row;gap:5px;flex:1;justify-content:flex-end}.sidebar nav button{font-size:10px;gap:5px;padding:8px;min-height:40px;white-space:nowrap}.sidebar nav svg{width:16px;height:16px}.app-shell{flex-direction:column}.app-main{margin:0}.topbar{height:57px;padding:0 21px;background:var(--bg);border-bottom:0}.top-actions{gap:11px}.status-pill{font-size:9px}.topbar .avatar{height:29px;width:29px;font-size:10px}main{padding:16px 21px 0}.page-intro{margin-bottom:25px;align-items:flex-start;flex-wrap:wrap;gap:15px}.page-intro p:last-child{font-size:12px}.eyebrow{font-size:9px;letter-spacing:1.5px;margin-bottom:10px}h1{font-size:29px;letter-spacing:-.9px}.steps{gap:9px;justify-content:space-between;font-size:9px}.steps>span{gap:6px}.steps i{width:17px}.steps b{width:22px;height:22px;font-size:9px}.studio-form{padding:23px}.section-heading h2{font-size:16px}.studio-aside{display:none}.profile-chips{gap:7px}.profile-chip{padding:9px 12px}.form-grid{gap:0 14px}.field{font-size:11px}.slide-grid{grid-template-columns:1fr 1fr}.editor-toolbar{padding:19px;gap:15px}.project-name{flex-basis:100%}.toolbar-buttons{gap:7px}.toolbar-buttons .button{font-size:10px;padding:8px 11px}.editor-meta{gap:8px 12px;font-size:9px}.slide-card textarea{font-size:15px;height:180px}.slide-footer{flex-wrap:wrap}.slide-footer .text-button{font-size:9px}.slide-heading>span:first-child{font-size:10px;gap:7px}.slide-copy .icon-button{width:28px;height:30px}.slide-ai{gap:5px;padding:0 12px 13px}.slide-ai .button{font-size:8px;padding:6px;min-height:28px}.slide-word-count{padding:4px 16px 12px}.section-title h2{font-size:20px}.section-title>.small{display:none}.caption-panel{padding:19px}.caption-toolbar .button{font-size:10px}.export-panel{padding:22px}.export-mark{display:none}.export-buttons .button{width:100%}.library-toolbar{flex-wrap:wrap;gap:12px}.search{width:100%}.project-grid{gap:15px}.saved-card{padding:20px}.profile-summary{padding:21px;gap:16px;flex-wrap:wrap}.profile-summary>div{flex-basis:calc(100% - 80px)}.profile-summary>.button{margin-left:76px}.profile-summary h2{font-size:17px}.profile-summary p{font-size:11px}.toast{left:50%;bottom:17px;font-size:11px}.page-footer>span:last-child{display:none}.page-footer{margin-top:34px}.auth-page{grid-template-columns:1fr;gap:35px;padding:50px 25px;max-width:470px}.auth-brand>img{width:64px;height:64px;margin-bottom:20px}.auth-brand h1{font-size:36px}.auth-brand h1 br{display:none}.auth-brand>p:not(.eyebrow){font-size:13px;margin-bottom:0}.auth-badges{margin-top:20px}.auth-card{padding:27px}.auth-theme{top:18px;right:22px}.auth-card h2{font-size:21px}}@media(max-width:480px){.sidebar{padding:9px 11px;gap:4px}.sidebar nav{gap:1px}.sidebar nav button{padding:8px 6px;gap:4px;font-size:9px}.sidebar nav svg{width:14px}.brand-lockup img{width:31px;height:31px}main{padding:13px 16px 0}.topbar{padding:0 16px}h1{font-size:26px}.studio-form{padding:20px 18px}.form-grid{grid-template-columns:1fr}.steps{font-size:8px;gap:5px}.steps>span{gap:4px}.steps i{width:12px}.create-actions .button{width:100%;min-height:47px}.profile-chip{font-size:10px;padding:8px 10px}.section-heading{gap:10px}.slide-grid{grid-template-columns:1fr;gap:18px}.slide-card textarea{height:190px;font-size:16px;padding:13px 21px}.slide-heading{padding:16px 18px 9px;gap:10px}.slide-role{display:block}.slide-heading>span:first-child{font-size:11px}.slide-copy .icon-button{width:32px;height:32px}.slide-ai{padding:0 18px 13px;gap:6px}.slide-ai .button{font-size:9px;padding:6px 8px;min-height:33px}.slide-footer{padding:9px 16px;flex-wrap:nowrap}.slide-footer .text-button{font-size:10px}.slide-footer .icon-button{height:38px;width:35px}.slide-word-count{padding:4px 21px 13px}.project-grid{grid-template-columns:1fr}.saved-card{padding:24px}.saved-card h2{font-size:18px}.caption-toolbar{gap:12px}.caption-actions{gap:7px}.caption-panel textarea{font-size:14px}.caption-actions .inline-select{max-width:100%;flex:1}.caption-actions .inline-select select{min-height:40px}.profile-summary{padding:19px;gap:13px}.profile-summary .brand-monogram{height:47px;width:47px;font-size:12px}.profile-summary h2{font-size:16px}.profile-summary>div{flex-basis:calc(100% - 65px)}.profile-summary>.button{margin-left:60px}.brief dl{grid-template-columns:1fr;gap:5px}.brief dd{margin-bottom:10px}dialog{padding:21px}.modal-heading h2{font-size:19px}.auth-brand h1 br{display:block}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.design-intro{display:flex;align-items:center;gap:22px;padding:27px;margin-bottom:28px}.design-intro>div:nth-child(2){flex:1}.design-intro h2{font-size:20px}.design-intro p{font-size:12px;color:var(--muted);margin:0 0 5px}.design-intro-icon{height:55px;width:55px;background:var(--soft);color:var(--accent);display:grid;place-items:center;border-radius:14px;flex-shrink:0}.design-intro>.button{flex-shrink:0}.design-empty{max-width:580px;margin:50px auto;text-align:center;font-size:13px;color:var(--muted)}.design-new{padding:28px;max-width:900px}.design-new h2{margin:25px 0}.design-new textarea{font-size:13px;line-height:1.8}.design-job-toolbar{display:flex;align-items:center;gap:13px;margin-bottom:23px;flex-wrap:wrap}.design-job-heading{display:flex;justify-content:space-between;gap:20px;margin-bottom:24px;align-items:center}.design-job-heading h2{font-size:25px;overflow-wrap:anywhere;margin:0}.design-handoff{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:23px 26px;margin-bottom:24px;border-left:3px solid var(--accent)}.design-handoff>div:first-child{max-width:500px}.design-handoff h3{font-size:15px;margin-bottom:5px}.design-handoff p{font-size:12px;line-height:1.8;color:var(--muted);margin:0}.design-handoff .button-group{flex-shrink:0}.design-source-row{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:start}.design-source,.design-references{padding:22px}.design-source summary{cursor:pointer;font-size:13px;font-weight:600}.design-source>div{padding-top:20px;border-top:1px solid var(--border);margin-top:20px}.design-source h3{font-size:12px}.design-source pre{font:inherit;font-size:13px;white-space:pre-wrap;line-height:1.9;overflow-wrap:anywhere;margin:0}.design-source[open]{max-height:570px;overflow:auto}.design-references h3{margin:0 0 8px;font-size:14px}.design-references p{color:var(--muted);font-size:11px;line-height:1.9;margin-bottom:14px;white-space:pre-wrap}.design-references>small{display:block;margin-top:9px;font-size:10px}.reference-grid{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:15px}.reference-grid a{width:72px;height:72px;display:block}.reference-grid img{width:100%;height:100%;object-fit:contain;background:var(--raised);border-radius:7px;border:1px solid var(--border)}.file-control{display:inline-flex;position:relative;align-items:center;justify-content:center;gap:8px;max-width:100%;min-height:40px;padding:10px 13px;background:var(--panel);border:1px solid var(--border);border-radius:8px;color:var(--ink);font-size:11px;font-weight:600;line-height:1.7;cursor:pointer;overflow:hidden}.file-control input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.file-control:focus-within{outline:3px solid var(--accent);outline-offset:3px}.file-control:hover{border-color:var(--accent);background:var(--soft)}.file-control.disabled{opacity:.45;cursor:not-allowed}.file-control.disabled input{cursor:not-allowed}.direction-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.direction-card{padding:25px;display:flex;flex-direction:column;align-items:flex-start;min-width:0}.direction-card.chosen{border:2px solid var(--accent);padding:24px}.direction-number{background:var(--soft);color:var(--accent);padding:7px 10px;border-radius:7px;font-size:11px;margin-bottom:18px}.direction-card h3{font-size:19px;line-height:1.4;margin-bottom:12px}.direction-mood{font-size:12px;color:var(--muted)}.direction-card dl{font-size:11px;line-height:1.8;margin:0 0 22px}.direction-card dt{font-size:9px;text-transform:uppercase;letter-spacing:1px;color:var(--accent);font-weight:700;margin:15px 0 4px}.direction-card dd{margin:0;overflow-wrap:anywhere}.direction-card>.button{margin-top:auto;width:100%}.design-waiting{padding:35px;text-align:center}.design-waiting>svg{color:var(--accent);margin-bottom:12px}.design-waiting h3{font-size:18px}.design-waiting p{font-size:12px;color:var(--muted);max-width:530px;margin:0 auto 20px}.direction-restart{margin-top:17px}.direction-restart .notice{margin-top:15px;flex-wrap:wrap}.direction-restart .notice>span{flex:1;min-width:180px}.system-panel{padding:21px 24px;display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-bottom:22px}.system-panel>div{flex:1}.system-panel h3{font-size:15px;margin:0 0 5px}.system-panel p{font-size:11px;color:var(--muted);margin:0}.system-panel details{flex-basis:100%;font-size:11px}.system-panel summary{cursor:pointer;color:var(--muted)}.system-panel pre{white-space:pre-wrap;overflow-wrap:anywhere;max-height:280px;overflow:auto;background:var(--raised);padding:17px;border-radius:8px;line-height:1.8}.preview-review{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);overflow:hidden}.preview-image{background:var(--raised);padding:22px;display:flex;align-items:center;justify-content:center}.preview-image img{width:100%;max-width:440px;height:auto;object-fit:contain;box-shadow:0 10px 30px #0002}.preview-empty{aspect-ratio:4/5;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;border:1px dashed var(--border);border-radius:8px;color:var(--muted);padding:24px;text-align:center}.preview-empty p{font-size:14px;margin:20px 0 10px}.preview-empty span{font-size:11px}.preview-actions{padding:30px;display:flex;align-items:flex-start;flex-direction:column;justify-content:center;gap:16px}.preview-actions h3{font-size:21px;margin:0}.preview-actions>p{font-size:12px;color:var(--muted);margin:0}.preview-actions>.notice{margin:0;font-size:11px}.preview-actions .details{width:100%;margin:0}.preview-approved{display:flex;align-items:center;gap:8px;color:var(--accent);font-size:12px;font-weight:600}.finished-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:21px}.finished-card{padding:15px;display:flex;align-items:flex-start;flex-direction:column;gap:12px;overflow:hidden}.finished-image{width:100%;aspect-ratio:4/5;display:flex;align-items:center;justify-content:center;background:var(--raised);border-radius:7px;overflow:hidden}.finished-image img{width:100%;height:100%;object-fit:contain}.finished-image>div{display:flex;flex-direction:column;gap:13px;align-items:center;font-size:12px;color:var(--muted)}.finished-label{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;font-size:12px}.finished-label>svg{color:var(--accent)}.finished-card>small{font-size:10px}.finished-card .file-control{font-size:10px;min-height:35px;padding:8px 10px}.finished-card .text-button{font-size:10px}.design-download{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px;margin-top:25px;background:var(--soft)}.design-download h3{font-size:18px;margin:0 0 6px}.design-download p{font-size:12px;color:var(--muted);margin:0}.design-download a{flex-shrink:0;text-decoration:none}.design-studio .notice.error button{margin-left:auto;background:transparent;color:var(--ink)}@media(max-width:1200px){.design-handoff{flex-wrap:wrap;gap:15px}.direction-grid{gap:14px}.direction-card{padding:19px}.direction-card.chosen{padding:18px}.direction-card h3{font-size:17px}.design-intro{flex-wrap:wrap}.design-intro>.button{margin-left:77px}.preview-actions{padding:24px}}@media(max-width:1000px){.direction-grid{grid-template-columns:1fr}.direction-card{padding:24px;display:grid;grid-template-columns:40px 1fr;gap:0 16px}.direction-card.chosen{padding:23px}.direction-number{grid-column:1;grid-row:1/3;align-self:start}.direction-card h3,.direction-mood{grid-column:2}.direction-card dl{grid-column:1/-1;margin:0 0 20px}.direction-card .button{grid-column:1/-1;width:auto;justify-self:start}.design-source-row,.preview-review{grid-template-columns:1fr}.preview-image img,.preview-empty{max-width:420px}.finished-grid{grid-template-columns:1fr 1fr}.design-download{flex-wrap:wrap}.design-job-heading{flex-wrap:wrap;gap:10px}}@media(max-width:760px){.sidebar nav{display:grid;grid-template-columns:1fr 1fr;gap:3px 7px;max-width:340px}.sidebar nav button{justify-content:flex-start}.sidebar .brand-lockup img{width:43px;height:43px}.design-intro{padding:22px;gap:15px}.design-intro h2{font-size:18px}.design-intro-icon{width:45px;height:45px}.design-intro>div:nth-child(2){flex-basis:calc(100% - 65px)}.design-intro>.button{margin-left:60px}.design-intro .small{font-size:10px}.design-new{padding:22px}.design-job-heading h2{font-size:23px}.design-handoff{padding:22px}.design-source,.design-references{padding:20px}.preview-image{padding:19px}.system-panel{padding:20px}.design-job-toolbar{gap:10px}.design-job-toolbar .small{font-size:10px}.design-steps{font-size:9px}.design-steps i{width:10px}.finished-grid{gap:15px}.finished-card{padding:12px}}@media(max-width:480px){.sidebar nav{max-width:285px}.sidebar nav button{font-size:10px;padding:7px 9px}.sidebar .brand-lockup img{width:36px;height:36px}.design-intro>.button{margin-left:0;width:100%}.design-handoff .button-group{width:100%;flex-wrap:wrap}.design-handoff .button-group .button{flex:1;font-size:10px}.design-intro h2{font-size:17px}.design-steps{font-size:8px}.design-steps>span{gap:4px}.design-steps b{width:20px;height:20px}.design-new{padding:20px}.preview-actions{padding:23px}.preview-actions h3{font-size:20px}.finished-grid{grid-template-columns:1fr 1fr;gap:12px}.finished-card{padding:10px;gap:9px}.finished-card .file-control{font-size:9px;padding:7px;gap:5px}.finished-card>.small{font-size:9px}.design-download{padding:22px}.design-download>a{width:100%}.design-waiting{padding:27px 22px}}.reference-note-editor{margin-bottom:16px}.reference-note-editor textarea{width:100%;font-size:12px;line-height:1.7}.design-references p{overflow-wrap:anywhere}
