:root{--site-footer-height:52px;--bg:#f6f3ed;--panel:#fff;--panel-strong:#fbfaf6;--ink:#1f1d1a;--muted:#756f64;--line:#e2dccf;--accent:#6b5570;--accent-strong:#57435b;--accent-soft:#efeaee;--danger:#9a4a4a;--danger-soft:#f3e6e6;--shadow:0 16px 40px #1f1d1a1a, 0 2px 6px #1f1d1a0d}*{box-sizing:border-box}html,body{background:var(--bg);min-height:100%;color:var(--ink);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.site-frame{grid-template-rows:minmax(0,1fr) auto;min-height:100vh;display:grid}.site-content{min-width:0}.site-footer{min-height:var(--site-footer-height);color:#a39d92;background:var(--bg);letter-spacing:.03em;border-top:1px solid #ece7da;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:0 32px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;font-weight:700;display:flex}.site-footer a{color:#9a9387;text-decoration:none}.site-footer-links{align-items:center;gap:14px;display:flex}.site-footer-community{letter-spacing:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--accent-strong)!important}.site-footer a:hover{color:var(--accent-strong)}button,textarea,input{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}.boot-screen{min-height:calc(100vh - var(--site-footer-height));place-items:center;display:grid}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.app-shell{min-height:calc(100vh - var(--site-footer-height));grid-template-columns:minmax(0,1fr);display:grid}.app-shell.with-sidebar{grid-template-columns:288px minmax(0,1fr)}.sidebar{height:calc(100vh - var(--site-footer-height));border-right:1px solid var(--line);background:#f0f1ec;flex-direction:column;gap:14px;padding:16px;display:flex;position:sticky;top:0;overflow:hidden}.sidebar-top,.history-title,.brand,.start-brand,.gallery-title{align-items:center;gap:8px;display:flex}.sidebar-top{justify-content:space-between}.brand,.start-brand{font-weight:700}.icon-button{border:1px solid var(--line);background:var(--panel);width:34px;height:34px;color:var(--muted);border-radius:8px;place-items:center;display:grid}.history-title{color:var(--muted);text-transform:uppercase;font-size:13px;font-weight:700}.sidebar-search{border:1px solid var(--line);min-height:38px;color:var(--muted);background:var(--panel);border-radius:8px;align-items:center;gap:8px;padding:0 9px;display:flex}.sidebar-search input{min-width:0;color:var(--ink);background:0 0;border:0;outline:0;flex:1;font-size:13px}.sidebar-search span{border:1px solid var(--line);color:#a39d92;background:var(--panel-strong);border-radius:5px;padding:2px 5px;font-size:11px;font-weight:800}.sidebar-new{color:#fff;background:var(--accent);border:0;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 12px;font-weight:800;display:inline-flex}.sidebar-new:hover{background:var(--accent-strong)}.sidebar-new.active{background:var(--accent-strong);box-shadow:0 0 0 3px #6b557024}.sidebar-admin{border:1px solid var(--line);min-height:38px;color:var(--ink);background:#ffffff8f;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:0 12px;font-weight:800;display:inline-flex}.sidebar-admin:hover,.sidebar-admin.active{color:var(--accent-strong);background:var(--panel);border-color:#d8cbd9}.sidebar-admin.active{box-shadow:inset 0 0 0 1px var(--accent)}.chat-list{flex-direction:column;gap:14px;min-height:0;padding-right:2px;display:flex;overflow:auto}.sidebar-group{gap:6px;display:grid}.sidebar-section{color:#a39d92;text-transform:uppercase;letter-spacing:.04em;padding:0 8px;font-size:11px;font-weight:800}.chat-list-item{text-align:left;color:var(--ink);background:0 0;border:1px solid #0000;border-radius:8px;gap:4px;padding:10px 11px;display:grid}.chat-list-item:hover,.chat-list-item.active{border-color:var(--line);background:var(--panel)}.chat-list-item span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.chat-list-item small,.user-chip,.eyebrow{color:var(--muted);font-size:12px}.sidebar-empty{border:1px dashed var(--line);color:var(--muted);background:#ffffff6b;border-radius:8px;padding:14px;font-size:13px;line-height:1.45}.sidebar-profile{border-top:1px solid var(--line);text-align:left;background:0 0;border-bottom:0;border-left:0;border-right:0;border-radius:0;align-items:center;gap:10px;width:100%;margin-top:auto;padding-top:12px;display:flex}.sidebar-profile.active{width:calc(100% + 16px);box-shadow:inset 2px 0 0 var(--accent);background:#ffffff8c;margin-inline:-8px;padding:12px 8px 0}.sidebar-avatar{color:#fff;background:var(--accent);border-radius:8px;place-items:center;width:34px;height:34px;font-size:12px;font-weight:800;display:grid}.sidebar-profile-meta{flex:1;gap:2px;min-width:0;display:grid}.sidebar-profile-meta strong,.sidebar-profile-meta span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.sidebar-profile-meta strong{color:var(--ink);font-size:13px}.sidebar-profile-meta span{color:var(--muted);font-size:11px}.sidebar-profile-arrow{border:1px solid var(--line);width:30px;height:30px;color:var(--muted);background:var(--panel);border-radius:7px;flex:none;place-items:center;display:grid}.workspace{min-height:calc(100vh - var(--site-footer-height));place-items:stretch stretch;display:grid}.topbar{background:var(--bg);border-bottom:1px solid #ece7da;align-items:center;gap:16px;width:100%;min-height:56px;padding:0 28px;display:flex;position:relative}.topbar-brand{align-items:center;gap:10px;font-weight:800;display:flex}.topbar-brand small{color:var(--muted);font-size:11px;font-weight:600}.topbar-news-wrap,.news-trigger{position:relative}.news-trigger.active,.news-trigger.active:hover{color:var(--ink);background:#f0eee8}.news-dot{background:var(--accent);border-radius:999px;width:7px;height:7px}.news-popover{z-index:30;width:min(360px,100vw - 32px);color:var(--ink);background:var(--panel);border:1px solid #e0d9ca;border-radius:8px;gap:12px;padding:14px;display:grid;position:absolute;top:calc(100% + 10px);left:0;box-shadow:0 18px 48px #1f1d1a2e}.news-popover:before{content:"";background:var(--panel);border-top:1px solid #e0d9ca;border-left:1px solid #e0d9ca;width:12px;height:12px;position:absolute;top:-7px;left:26px;transform:rotate(45deg)}.news-popover header{justify-content:space-between;align-items:center;gap:12px;display:flex}.news-popover header strong{text-transform:uppercase;font-size:13px}.news-close{width:28px;height:28px;color:var(--muted);background:0 0;border:0;border-radius:6px;place-items:center;display:grid}.news-close:hover{color:var(--ink);background:#f0eee8}.news-card{gap:8px;display:grid}.news-card+.news-card{border-top:1px solid #eee8dc;padding-top:12px}.news-card h2{letter-spacing:0;margin:0;font-size:18px}.news-card time{color:var(--muted);font-size:12px;font-weight:700}.news-card p{color:var(--muted);margin:0;font-size:13px;line-height:1.45}.news-card a{color:var(--accent-strong);font-weight:800;text-decoration:none}.news-card a:hover{text-decoration:underline}.topbar-spacer{flex:1}.topbar-note,.topbar-user{border:1px solid var(--line);color:var(--muted);background:var(--panel);border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700}.topbar-actions{align-items:center;gap:8px;display:flex}.topbar-button{border:1px solid var(--line);min-height:32px;color:var(--ink);background:var(--panel);border-radius:6px;align-items:center;gap:6px;padding:0 12px;font-size:13px;font-weight:500;transition:background .12s,border-color .12s,color .12s;display:inline-flex}.topbar-button:hover{background:#f0eee8}.topbar-button.ghost{color:var(--muted);background:0 0;border-color:#0000}.topbar-button.ghost:hover{color:var(--ink);background:#f0eee8}.topbar-button.icon-only{justify-content:center;width:34px;padding:0}.topbar-credit-pill{border:1px solid var(--line);min-height:32px;color:var(--muted);background:var(--panel);border-radius:999px;padding:0 11px;font-size:12px;font-weight:700}.topbar-credit-pill span{color:var(--ink);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.start-panel{min-height:calc(100vh - var(--site-footer-height));grid-template-rows:auto minmax(0,1fr);align-content:stretch;gap:18px;padding:0;display:grid}.start-hero{align-content:center;justify-items:center;gap:16px;width:min(900px,100%);margin:0 auto;padding:32px 20px;display:grid}.start-brand{gap:10px;font-size:15px}.brand-mark{color:#fff;background:var(--accent);border-radius:6px;place-items:center;width:26px;height:26px;font-size:13px;font-weight:800;display:grid}.start-brand small{color:var(--muted);font-weight:500}.start-pill{border:1px solid var(--line);color:#4a463f;background:var(--panel);border-radius:999px;align-items:center;gap:7px;margin-top:12px;padding:6px 11px 6px 9px;font-size:12px;font-weight:700;display:inline-flex}.start-pill span{background:var(--accent);border-radius:999px;width:6px;height:6px}.start-hero h1{text-align:center;letter-spacing:0;max-width:720px;margin:4px 0 0;font-size:clamp(32px,4.2vw,38px);font-weight:600;line-height:1.1}.start-hero>p{text-align:center;max-width:540px;color:var(--muted);margin:0 0 20px;font-size:15px;line-height:1.55}.start-features{border-top:1px solid #ece7da;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;width:100%;margin-top:48px;padding-top:24px;display:grid}.start-features div{gap:5px;display:grid}.start-features span{color:var(--accent-strong);font-size:11px;font-weight:800}.start-features strong{font-size:13px}.start-features small{color:var(--muted);line-height:1.5}.authed-new-panel{min-height:calc(100vh - var(--site-footer-height));background:var(--bg);grid-template-rows:auto minmax(0,1fr);display:grid}.authed-new-scroll{align-items:center;min-height:0;padding:32px;display:flex;overflow:auto}.authed-new-container{justify-items:center;gap:16px;width:min(680px,100%);margin:0 auto;padding:40px 0;display:grid}.authed-new-kicker{border:1px solid var(--line);color:#4a463f;background:var(--panel);border-radius:999px;align-items:center;gap:7px;padding:6px 11px 6px 9px;font-size:12px;font-weight:800;display:inline-flex}.authed-new-kicker span{background:var(--accent);border-radius:999px;width:6px;height:6px}.authed-new-container h1{max-width:620px;color:var(--ink);text-align:center;letter-spacing:0;margin:0;font-size:32px;font-weight:600;line-height:1.15}.authed-new-copy{max-width:500px;color:var(--muted);text-align:center;margin:0 0 10px;font-size:14px;line-height:1.55}.mono-inline{color:var(--ink);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-weight:700}.authed-new-container>.error-line{justify-self:stretch}.authed-recent{gap:10px;width:100%;margin-top:12px;display:grid}.authed-recent-title{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:800}.authed-recent-list{gap:6px;display:grid}.authed-recent-item{border:1px solid var(--line);width:100%;min-height:50px;color:var(--ink);background:var(--panel);text-align:left;border-radius:8px;align-items:center;gap:12px;padding:10px 12px;display:flex}.authed-recent-item:hover{background:var(--panel-strong);border-color:#d8cbd9}.authed-recent-thumb{color:#fff;background:#4a463f;border-radius:6px;flex:0 0 30px;place-items:center;width:30px;height:30px;font-size:9px;font-weight:800;display:grid}.authed-recent-meta{flex:1;gap:3px;min-width:0;display:grid}.authed-recent-item strong,.authed-recent-item span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.authed-recent-item strong{font-size:13px;font-weight:700}.authed-recent-item span{color:var(--muted);font-size:11px}.authed-recent-item svg{color:var(--muted);flex:none}.authed-recent-empty,.authed-credit-hint{border:1px dashed var(--line);background:#ffffff73;border-radius:8px}.authed-recent-empty{color:var(--muted);padding:14px;font-size:13px}.authed-credit-hint{width:100%;color:var(--muted);align-items:center;gap:11px;margin-top:4px;padding:12px 14px;font-size:12px;line-height:1.45;display:flex}.authed-credit-hint svg{color:var(--muted);flex:none}.authed-credit-hint span{flex:1}.authed-credit-hint strong{color:var(--ink);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.article-input{background:var(--panel);border:1px solid var(--line);width:100%;box-shadow:var(--shadow);border-radius:12px;flex-direction:column;gap:10px;padding:14px 14px 12px 18px;display:flex}.article-input:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft), var(--shadow)}.article-input.large{max-width:720px}.generation-mode-toggle{border:1px solid var(--line);background:#efece4;border-radius:8px;align-self:flex-start;gap:2px;padding:3px;display:inline-flex}.generation-mode-option{box-shadow:none;align-items:center;gap:7px;font-size:12px;font-weight:700;display:inline-flex;width:auto!important;min-height:32px!important;color:var(--muted)!important;background:0 0!important;border:0!important;border-radius:6px!important;padding:0 12px!important}.generation-mode-option.active{box-shadow:0 1px 2px #1f1d1a0a;color:var(--ink)!important;background:var(--panel)!important}.generation-mode-option:hover:not(:disabled){color:var(--ink)!important;background:#ffffffa6!important}.generation-mode-option small{color:#a39d92;font-size:11px;font-weight:700}.generation-mode-dot{border:1.5px solid #d4cdbc;border-radius:50%;flex:none;place-items:center;width:12px;height:12px;display:inline-grid}.generation-mode-option.active .generation-mode-dot{border-color:var(--accent);background:var(--accent)}.generation-mode-option.active .generation-mode-dot:after{content:"";background:#fff;border-radius:50%;width:4px;height:4px}.brand-style-selector{flex-wrap:wrap;align-self:stretch;align-items:center;gap:8px;display:flex}.brand-style-selector label{border:1px solid var(--line);min-width:min(100%,280px);min-height:34px;color:var(--accent-strong);background:#f7fbf4;border-radius:8px;align-items:center;gap:8px;padding:0 10px;display:inline-flex}.brand-style-selector label:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.brand-style-selector svg{flex:none}.brand-style-selector select{width:100%;min-width:0;color:var(--ink);background:0 0;border:0;outline:0;font-size:12px;font-weight:800}.brand-style-manage{align-items:center;gap:6px;font-size:12px;font-weight:800;display:inline-flex;border:1px solid var(--line)!important;width:auto!important;min-height:34px!important;color:var(--muted)!important;background:var(--bg)!important;border-radius:8px!important;padding:0 11px!important}.brand-style-manage:hover:not(:disabled){color:var(--accent-strong)!important;background:var(--accent-soft)!important}.brand-style-selector small{color:#9b342c;flex-basis:100%;font-size:11px;font-weight:700}.article-input textarea{resize:vertical;min-height:48px;max-height:180px;color:var(--ink);background:0 0;border:0;outline:0;padding:11px 12px;line-height:1.45}.article-input.large textarea{min-height:72px;font-size:16px}.composer-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.composer-reference-control{display:inline-flex;position:relative}.composer-chip{border:1px solid var(--line);color:var(--muted);background:var(--bg);border-radius:6px;padding:4px 9px;font-size:12px;font-weight:700}.creative-brief-chip{white-space:nowrap;border-radius:8px;flex:none;align-items:center;gap:6px;font-size:13px;line-height:1;display:inline-flex;width:auto!important;min-height:34px!important;padding:0 14px!important}.creative-brief-chip svg,.creative-brief-chip span{flex:none}.creative-brief-chip.active{border-color:var(--accent)!important;color:var(--accent-strong)!important;background:var(--accent-soft)!important}.composer-upload,.composer-upgrade{cursor:pointer;align-items:center;gap:6px;display:inline-flex;border:1px solid var(--line)!important;width:auto!important;min-height:28px!important;padding:4px 9px!important}.composer-upload.active{color:var(--accent-strong);background:var(--accent-soft);border-color:#d8cbd9}.composer-upload.anti.active{color:#7c3d15;background:#fff3e6;border-color:#f0c59c}.composer-upload input{display:none}.composer-reference-tooltip{z-index:12;border:1px solid var(--line);width:min(520px,100vw - 48px);color:var(--ink);opacity:0;pointer-events:none;background:#fffdfa;border-radius:8px;padding:12px 14px;transition:opacity .16s,transform .16s;position:absolute;bottom:calc(100% + 10px);left:0;transform:translateY(4px);box-shadow:0 18px 42px #1f1d1a29}.composer-reference-tooltip:after{content:"";border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fffdfa;width:10px;height:10px;position:absolute;bottom:-6px;left:18px;transform:rotate(45deg)}.composer-reference-control:hover .composer-reference-tooltip,.composer-reference-control:focus-within .composer-reference-tooltip{opacity:1;pointer-events:auto;transform:translateY(0)}.composer-reference-tooltip p{color:#3d3933;margin:0;font-size:12px;line-height:1.45}.composer-reference-tooltip ul{margin:9px 0 0;padding-left:17px}.composer-reference-tooltip li{color:#5f574e;margin:4px 0;font-size:12px;line-height:1.4}.composer-upgrade{color:var(--muted)!important;background:var(--bg)!important}.composer-upgrade:hover{color:var(--accent-strong)!important;background:var(--accent-soft)!important}.composer-feature-hint{color:var(--muted);font-size:12px;font-weight:700}.reference-preview-row{flex-wrap:wrap;gap:8px;display:flex}.reference-preview{border:1px solid var(--line);background:var(--bg);border-radius:8px;width:112px;margin:0;position:relative;overflow:hidden}.reference-preview.anti{background:#fff7ef;border-color:#efc79f}.reference-preview.file{background:#f7f4ee}.reference-preview img{aspect-ratio:1;object-fit:cover;width:100%;display:block}.reference-file-preview{aspect-ratio:1;width:100%;color:var(--accent-strong);place-items:center;gap:4px;display:grid}.reference-file-preview span{color:var(--muted);letter-spacing:0;font-size:10px;font-weight:800}.reference-preview figcaption{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;padding:6px 8px;font-size:10px;overflow:hidden}.reference-preview button{color:var(--ink);background:#ffffffeb;border:0;border-radius:6px;padding:0;position:absolute;top:5px;right:5px;width:24px!important;min-height:24px!important}.composer-meta{color:#a39d92;margin-left:auto;font-size:11px;font-weight:700}.composer-row.without-meta>button:last-child{margin-left:auto}.article-input button,.auth-form>button,.secondary-button{background:var(--accent);color:#fff;border:0;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:0 16px;font-weight:700;display:inline-flex}.article-input button{border-radius:8px;width:34px;min-height:34px;padding:0}.article-input button:hover,.auth-form>button:hover,.secondary-button:hover{background:var(--accent-strong)}.article-input button:disabled,.auth-form>button:disabled{cursor:not-allowed;opacity:.55}.chat-panel{min-height:calc(100vh - var(--site-footer-height));grid-template-rows:auto auto minmax(0,1fr) auto;display:grid;position:relative}.product-header{background:var(--bg);z-index:2;border-bottom:1px solid #ece7da;align-items:flex-start;gap:16px;padding:18px clamp(18px,5vw,56px) 16px;display:flex;position:sticky;top:0}.product-thumb{border:1px solid var(--line);color:#fff;background:var(--accent);border-radius:8px;flex:0 0 48px;place-items:center;width:48px;height:48px;font-size:12px;font-weight:800;display:grid;overflow:hidden}.product-thumb img{object-fit:cover;width:100%;height:100%}.product-meta{flex:1;min-width:0}.product-eyebrow{color:var(--muted);letter-spacing:.03em;margin-bottom:3px;font-size:11px;font-weight:700}.product-header h1{max-width:760px;color:var(--ink);letter-spacing:0;margin:0;font-size:clamp(17px,2.2vw,22px);line-height:1.28}.product-tags{flex-wrap:wrap;align-items:center;gap:6px;margin-top:9px;display:flex}.admin-chat-meta{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.admin-chat-meta span{color:#4a463f;background:#fffaf0;border:1px solid #d8d0c1;border-radius:6px;align-items:center;gap:6px;padding:5px 8px;font-size:11px;font-weight:700;display:inline-flex}.admin-chat-meta strong{color:var(--muted);text-transform:uppercase;font-weight:800}.admin-chat-meta code{text-overflow:ellipsis;white-space:nowrap;max-width:260px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;overflow:hidden}.product-link{border:1px solid var(--line);min-height:32px;color:var(--ink);background:var(--panel);border-radius:6px;align-items:center;gap:6px;padding:0 12px;font-size:13px;font-weight:500;line-height:1;text-decoration:none;transition:background .12s,border-color .12s,color .12s;display:inline-flex}.product-link:hover{background:#f0eee8}.wb-thread{flex-direction:column;gap:28px;display:flex}.wb-msg{align-items:flex-start;gap:14px;display:flex}.wb-msg-avatar{border-radius:6px;flex:0 0 28px;place-items:center;width:28px;height:28px;font-size:12px;font-weight:800;display:grid}.wb-msg-avatar.user{border:1px solid var(--line);color:#4a463f;background:#efece4}.wb-msg-avatar.ai{color:#fff;background:var(--accent)}.wb-msg-body{flex:1;gap:16px;min-width:0;display:grid}.wb-msg-head{align-items:center;gap:10px;min-height:28px;display:flex}.wb-msg-name{color:var(--ink);font-size:13px;font-weight:800}.wb-msg-time{color:#a39d92;font-size:11px;font-weight:700}.wb-msg-text{color:#4a463f;font-size:14px}.wb-msg-text p{margin:0}.wb-msg-tags{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.mono-text{color:var(--ink);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px}.wb-status-list{border:1px solid var(--line);background:var(--panel);border-radius:8px;flex-direction:column;gap:2px;padding:4px;display:flex}.wb-status{color:#4a463f;border-radius:6px;align-items:center;gap:12px;padding:10px 12px;font-size:13px;display:flex}.wb-status-label{min-width:0}.wb-status.running{color:var(--ink);background:#efece4}.wb-status.pending{color:#a39d92}.wb-status.stopped{color:var(--danger);background:var(--danger-soft)}.wb-status-icon{width:16px;height:16px;color:var(--accent);flex:0 0 16px;place-items:center;display:grid}.wb-status.done .wb-status-icon{color:#4f7a5b}.pending-dot{border:1.5px solid #a39d92;border-radius:999px;width:8px;height:8px}.wb-status-progress{color:var(--muted);font-variant-numeric:tabular-nums;align-items:center;gap:8px;margin-left:auto;font-size:12px;display:flex}.status-jump-button{border:1px solid var(--line);min-height:24px;color:var(--accent-strong);background:var(--panel);white-space:nowrap;border-radius:6px;align-items:center;gap:4px;padding:0 8px;font-size:11px;font-weight:800;display:inline-flex}.status-jump-button:hover{background:var(--accent-soft)}.status-jump-button:disabled{cursor:default;color:#a39d92;opacity:.6;background:0 0}.wb-status-bar{background:#e8e4d9;border-radius:999px;width:120px;height:4px;overflow:hidden}.wb-status-bar span{border-radius:inherit;background:var(--accent);height:100%;display:block}.stop-generation-button{min-height:24px;color:var(--danger);white-space:nowrap;background:#fff8f8;border:1px solid #efcaca;border-radius:6px;align-items:center;gap:5px;padding:0 8px;font-size:11px;font-weight:800;display:inline-flex}.stop-generation-button:hover{background:#f8eeee}.stop-generation-button:disabled{cursor:default;opacity:.65}.status-footnote{color:var(--muted);border-top:1px solid #ece7da;padding:9px 12px 7px;font-size:12px}.preview-stack{gap:12px;display:grid}.preview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.wb-block{border:1px solid var(--line);background:var(--panel);border-radius:8px;padding:15px 16px}.wb-block-title{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;margin-bottom:7px;font-size:11px;font-weight:800}.wb-block p{color:#3d3933;margin:0;font-size:13.5px;line-height:1.5}.wb-badge{border-radius:4px;align-items:center;gap:4px;padding:2px 7px;font-size:11px;font-weight:800;display:inline-flex}.wb-badge.good{color:#4f7a5b;background:#e8efe5}.wb-badge.warn{color:#a8763a;background:#f3ece0}.wb-badge.bad{color:#9a4a4a;background:#f3e6e6}.wb-badge.muted{color:var(--muted);background:#efece4}.wb-badge-button{font-family:inherit;line-height:inherit;cursor:pointer;border:0}.wb-badge-button:hover{color:var(--accent-strong);background:var(--accent-soft)}.scroll-anchor-block{gap:16px;scroll-margin-top:110px;display:grid}.regeneration-history{border:1px solid var(--line);background:var(--panel);border-radius:8px;overflow:hidden}.regeneration-history>header{background:var(--panel-strong);border-bottom:1px solid #ece7da;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.regeneration-history>header>div,.regeneration-history-meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.regeneration-history>header strong{font-size:14px}.regeneration-history>header span,.regeneration-history-meta time,.regeneration-history-text span{color:var(--muted);font-size:12px;font-weight:700}.regeneration-history-list{display:grid}.regeneration-history-item{gap:9px;padding:13px 14px;display:grid}.regeneration-history-item+.regeneration-history-item{border-top:1px solid #ece7da}.regeneration-history-text{gap:5px;display:grid}.regeneration-history-text p{color:var(--ink);white-space:pre-wrap;overflow-wrap:anywhere;margin:0;line-height:1.5}.recommendation-document{border:1px solid var(--line);background:var(--panel);border-radius:8px;overflow:hidden;box-shadow:0 4px 14px #1f1d1a0f}.recommendation-document-head{border-bottom:1px solid #ece7da;align-items:center;gap:10px;padding:14px 18px;display:flex}.recommendation-document-head strong{font-size:14px}.recommendation-document-head .wb-badge{margin-left:auto}.recommendation-note{color:#7c3d15;background:#fff7ef;border:1px solid #f0c59c;border-radius:8px;margin:0 26px 22px;padding:10px 12px;font-size:13px;line-height:1.45}.wb-recs{color:#4a463f;padding:22px 26px;font-size:14px;line-height:1.6}.wb-gallery{gap:12px;margin-top:8px;display:grid}.wb-gallery-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.wb-gallery-title{flex-wrap:wrap;align-items:baseline;gap:9px;display:flex}.wb-gallery-title h3{color:var(--ink);margin:0;font-size:15px;font-weight:800}.wb-gallery-title small{color:var(--muted);font-size:12px;font-weight:700}.wb-btn{border:1px solid var(--line);min-height:34px;color:var(--ink);background:var(--panel);border-radius:8px;align-items:center;gap:7px;padding:0 11px;font-size:13px;font-weight:800;text-decoration:none;display:inline-flex}.wb-btn:hover{background:var(--accent-soft);border-color:#d8cbd9}.wb-btn:disabled{cursor:not-allowed;opacity:.56}.wb-gallery-grid{gap:10px;display:grid}.wb-gallery-grid.cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.wb-gallery-grid.guest-free-grid{grid-template-columns:repeat(3,minmax(0,220px));justify-content:start}.wb-gallery-grid.locked-grid{margin-top:2px}.wb-slide-real,.wb-slide-placeholder{border:1px solid var(--line);background:var(--panel);border-radius:8px;margin:0;overflow:hidden}.wb-slide-media,.wb-slide-skeleton{aspect-ratio:3/4;background:#efece4;position:relative}.wb-slide-media img{object-fit:cover;width:100%;height:100%}.gallery-generated .wb-slide-media img,.gallery-regenerated .wb-slide-media img{object-fit:contain;background:#f7f8f5}.wb-slide-real figcaption,.wb-slide-placeholder figcaption{min-height:42px;color:var(--muted);justify-content:space-between;align-items:center;gap:8px;padding:9px 10px;font-size:12px;font-weight:700;display:flex}.wb-slide-caption-meta{gap:2px;min-width:0;display:grid}.wb-slide-caption-meta strong,.wb-slide-caption-meta small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.wb-slide-caption-meta strong{color:var(--muted);font-size:12px}.wb-slide-caption-meta small{color:#a39d92;font-size:10px;font-weight:700}.wb-slide-actions-real{opacity:0;gap:5px;transition:opacity .15s,transform .15s;display:flex;position:absolute;top:7px;right:7px;transform:translateY(-2px)}.wb-slide-real:hover .wb-slide-actions-real,.wb-slide-real:focus-within .wb-slide-actions-real{opacity:1;transform:translateY(0)}.wb-slide-action-real{width:28px;height:28px;color:var(--ink);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffffeb;border:0;border-radius:6px;place-items:center;text-decoration:none;display:grid}.wb-slide-skeleton{text-align:center;color:var(--muted);background:linear-gradient(110deg,#e8e4d9 8%,#fbfaf6 18%,#e8e4d9 33%) 0 0/220% 100%;align-content:center;place-items:center;gap:8px;padding:12px;animation:1.6s linear infinite shimmer;display:grid}.wb-slide-skeleton span{font-size:12px;font-weight:800}.wb-slide-skeleton small{font-size:11px;line-height:1.35}.wb-slide-placeholder.locked .wb-slide-skeleton{background:repeating-linear-gradient(135deg,#efece4 0 12px,#e8e4d9 12px 24px);animation:none}.wb-slide-placeholder.stopped .wb-slide-skeleton{background:#f2efe7;animation:none}.wb-slide-placeholder.stopped .wb-slide-skeleton small,.wb-slide-placeholder.stopped figcaption{color:#8b5d42}.chat-header{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:2;background:#fbfaf6eb;justify-content:space-between;align-items:center;gap:18px;padding:18px clamp(18px,5vw,56px);display:flex;position:sticky;top:56px}.chat-header h1{letter-spacing:0;margin:3px 0 4px;font-size:clamp(20px,3vw,30px);line-height:1.15}.chat-header p{color:var(--muted);margin:0}.status-pill{border:1px solid var(--line);color:var(--muted);background:var(--panel);white-space:nowrap;border-radius:999px;padding:7px 10px}.status-pill.completed{color:var(--accent-strong);background:var(--accent-soft);border-color:#d8cbd9}.status-pill.failed{color:var(--danger);background:var(--danger-soft);border-color:#efcaca}.messages{flex-direction:column;gap:16px;width:min(980px,100vw - 40px);margin:0 auto;padding:28px 0 26px;display:flex}.messages.has-auth-rail{margin-left:max(20px,50vw - 660px);margin-right:380px}.with-sidebar .messages{width:min(1040px,100vw - 328px)}.message{border:1px solid var(--line);background:var(--panel);border-radius:8px;max-width:78%;padding:14px 16px}.message.user{background:var(--accent);color:#fff;border-color:var(--accent);align-self:flex-end}.message.assistant{align-self:flex-start}.message.wide{width:100%;max-width:100%}.message p{margin:0;line-height:1.5}.status-line,.error-line,.progress-card{color:var(--muted);border:1px solid var(--line);background:#ffffffb8;border-radius:8px;align-items:center;gap:8px;width:fit-content;padding:10px 12px;display:inline-flex}.error-line{color:var(--danger);background:var(--danger-soft);border-color:#efcaca}.error-line-action{color:var(--danger);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:800;text-decoration:underline}.recommendation-html{line-height:1.55}.recommendation-card{box-shadow:0 4px 14px #1f1d1a0f}.recommendation-card-head{border-bottom:1px solid #ece7da;align-items:center;gap:9px;margin:-2px 0 16px;padding-bottom:14px;display:flex}.recommendation-card-head strong{font-size:15px}.recommendation-card-head span{border:1px solid var(--line);color:var(--muted);background:var(--panel-strong);border-radius:999px;margin-left:auto;padding:4px 8px;font-size:11px;font-weight:700}.recommendation-html>:first-child{margin-top:0}.recommendation-html>:last-child{margin-bottom:0}.recommendation-html h3{clear:both;letter-spacing:0;margin:24px 0 12px;font-size:22px;line-height:1.2}.recommendation-html h4{clear:both;letter-spacing:0;margin:20px 0 10px;font-size:17px}.recommendation-html p,.recommendation-html li{color:#2d332f}.recommendation-html ul,.recommendation-html ol{padding-left:22px}.recommendation-html li+li{margin-top:7px}.recommendation-html hr{clear:both;border:0;border-top:1px solid var(--line);margin:22px 0}.recommendation-html figure{float:left;border:1px solid var(--line);background:#f7f8f5;border-radius:8px;width:min(260px,42%);margin:4px 36px 18px 0;overflow:hidden}.recommendation-html figure img{object-fit:contain;width:100%;max-height:340px}.recommendation-html figcaption{border-top:1px solid var(--line);color:var(--muted);padding:8px 10px;font-size:13px}.gallery-section{gap:12px;margin:10px 0;display:grid}.gallery-title{justify-content:space-between}.gallery-heading{align-items:center;gap:8px;display:flex}.gallery-title h2{letter-spacing:0;margin:0;font-size:18px}.gallery-counter{border:1px solid var(--line);color:var(--muted);background:var(--panel);border-radius:999px;padding:3px 8px;font-size:12px}.download-all-button{border:1px solid var(--line);min-height:34px;color:var(--ink);background:var(--panel);border-radius:8px;align-items:center;gap:7px;padding:0 10px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex}.download-all-button:hover{background:var(--accent-soft);border-color:#d8cbd9}.slide-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px;display:grid}.gallery-auth-gate{grid-column:1/-1;margin:18px 0}.gallery-section.compact .slide-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.slide-card{border:1px solid var(--line);background:var(--panel);border-radius:8px;margin:0;overflow:hidden}.slide-media{position:relative}.slide-card img{aspect-ratio:3/4;object-fit:cover;background:#eceee8;width:100%}.gallery-section.compact .slide-card img{aspect-ratio:3/4}.slide-card figcaption{color:var(--muted);justify-content:space-between;align-items:center;gap:8px;min-height:42px;padding:9px 10px;font-size:13px;display:flex}.refresh-slide-button{border:1px solid var(--line);width:30px;height:30px;color:var(--ink);background:#fff;border-radius:8px;flex:none;place-items:center;padding:0;display:grid}.refresh-slide-button:hover{background:var(--accent-soft);border-color:#d8cbd9}.refresh-slide-button:disabled{cursor:wait;opacity:.7}.confirm-backdrop{z-index:30;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0b0f0d70;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.confirm-close-layer{background:0 0;border:0;position:absolute;inset:0}.confirm-dialog{z-index:2;border:1px solid var(--line);background:var(--panel);width:min(420px,100%);max-height:calc(100vh - 36px);box-shadow:var(--shadow);border-radius:8px;gap:12px;padding:20px;display:grid;position:relative;overflow:auto}.confirm-dialog.regenerate-dialog{width:min(1040px,100vw - 36px)}.confirm-dialog.feedback-dialog{width:min(540px,100%)}.tracker-report-fab-stack{z-index:28;justify-items:end;gap:10px;display:grid;position:fixed;bottom:22px;right:22px}.tracker-report-fab,.tracker-report-menu button,.tracker-report-actions button,.tracker-report-tools button,.tracker-report-upload label,.tracker-report-files button{border:1px solid var(--line);font:inherit;cursor:pointer;border-radius:8px}.tracker-report-fab{background:var(--accent-strong);color:#fff;justify-content:center;align-items:center;gap:8px;min-width:112px;height:46px;padding:0 16px;font-weight:800;display:inline-flex;box-shadow:0 16px 42px #1e160c38}.tracker-report-fab:disabled{cursor:wait;opacity:.75}.tracker-report-menu,.tracker-report-toast{border:1px solid var(--line);width:220px;box-shadow:var(--shadow);background:#fff;border-radius:8px}.tracker-report-menu{gap:4px;padding:6px;display:grid}.tracker-report-menu button{min-height:40px;color:var(--ink);text-align:left;background:0 0;align-items:center;gap:8px;padding:0 10px;font-weight:700;display:flex}.tracker-report-menu button:hover{background:var(--accent-soft)}.tracker-report-toast{color:var(--danger);padding:10px 12px;font-size:13px;line-height:1.35}.tracker-report-backdrop{z-index:45;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0b0f0d70;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.tracker-report-modal{z-index:2;border:1px solid var(--line);background:var(--panel);width:min(560px,100%);max-height:calc(100vh - 36px);box-shadow:var(--shadow);border-radius:8px;gap:14px;padding:18px;display:grid;position:relative;overflow:auto}.tracker-report-modal.wide{width:min(1040px,100vw - 36px)}.tracker-report-header{justify-content:space-between;align-items:start;gap:16px;padding-right:2px;display:flex}.tracker-report-header h2{letter-spacing:0;margin:0;font-size:20px;line-height:1.2}.tracker-report-header span{color:var(--muted);margin-top:4px;font-size:13px;display:block}.tracker-report-header button{border:1px solid var(--line);width:34px;height:34px;color:var(--muted);background:#fff;border-radius:8px;place-items:center;display:grid}.tracker-report-image-frame{border:1px solid var(--line);background:#efe7d8;border-radius:8px;place-items:center;min-height:300px;max-height:min(62vh,560px);display:grid;overflow:hidden}.tracker-report-image-frame img,.tracker-report-image-frame canvas{grid-area:1/1;width:auto;max-width:100%;height:auto;max-height:min(62vh,560px)}.tracker-report-image-frame canvas{touch-action:none;cursor:crosshair}.tracker-report-placeholder{color:var(--muted);font-weight:700}.tracker-report-tools,.tracker-report-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.tracker-report-tools{justify-content:space-between}.tracker-report-tools span{color:var(--muted);align-items:center;gap:6px;font-size:13px;font-weight:700;display:inline-flex}.tracker-report-tools button,.tracker-report-actions button{min-height:38px;color:var(--ink);background:#fff;justify-content:center;align-items:center;gap:8px;padding:0 14px;font-weight:800;display:inline-flex}.tracker-report-actions button.primary{border-color:var(--accent-strong);background:var(--accent-strong);color:#fff}.tracker-report-actions button:disabled,.tracker-report-header button:disabled{cursor:wait;opacity:.65}.tracker-report-form{gap:12px;display:grid}.tracker-report-form label{color:var(--muted);gap:7px;font-size:13px;font-weight:800;display:grid}.tracker-report-form input,.tracker-report-form textarea{border:1px solid var(--line);width:100%;color:var(--ink);font:inherit;background:#fff;border-radius:8px;outline:none;font-weight:600}.tracker-report-form input{min-height:42px;padding:0 12px}.tracker-report-form textarea{resize:vertical;min-height:136px;padding:11px 12px;line-height:1.45}.tracker-report-form input:focus,.tracker-report-form textarea:focus{border-color:var(--accent-strong);box-shadow:0 0 0 3px #75607e24}.tracker-report-upload{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.tracker-report-upload label{min-height:38px;color:var(--ink);background:#fff;align-items:center;gap:8px;padding:0 12px;display:inline-flex}.tracker-report-upload input{display:none}.tracker-report-upload span{color:var(--muted);font-size:12px}.tracker-report-files{gap:8px;display:grid}.tracker-report-files>div{border:1px solid var(--line);background:#fff;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;min-height:42px;padding:8px 10px;display:flex}.tracker-report-files span{gap:2px;min-width:0;display:grid}.tracker-report-files strong,.tracker-report-files small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.tracker-report-files strong{color:var(--ink);font-size:13px}.tracker-report-files small{color:var(--muted);font-size:12px}.tracker-report-files button{width:34px;height:34px;color:var(--muted);background:#fff;flex:none;place-items:center;display:grid}.tracker-report-error{color:var(--danger);background:#fff5f5;border:1px solid #b836363d;border-radius:8px;padding:10px 12px;font-size:13px;font-weight:700}.tracker-report-success{text-align:center;min-height:170px;color:var(--accent-strong);align-content:center;place-items:center;gap:8px;display:grid}.tracker-report-success strong{color:var(--ink);font-size:18px}.tracker-report-success a{color:var(--accent-strong);font-weight:900}.confirm-x{border:1px solid var(--line);width:32px;height:32px;color:var(--muted);background:#fff;border-radius:8px;place-items:center;display:grid;position:absolute;top:10px;right:10px}.confirm-icon{width:42px;height:42px;color:var(--accent-strong);background:var(--accent-soft);border-radius:8px;place-items:center;display:grid}.confirm-dialog h2{letter-spacing:0;margin:0;font-size:20px;line-height:1.2}.confirm-dialog p{color:var(--muted);margin:0;line-height:1.45}.regenerate-dialog-grid{grid-template-columns:minmax(160px,220px) minmax(160px,220px) minmax(320px,1fr);align-items:stretch;gap:12px;display:grid}.regenerate-reference{border:1px solid var(--line);background:#f7f8f5;border-radius:8px;margin:0;overflow:hidden}.regenerate-reference figcaption{border-bottom:1px solid var(--line);color:var(--muted);padding:9px 10px;font-size:13px;font-weight:700}.regenerate-reference img{aspect-ratio:3/4;object-fit:contain;background:#fff;width:100%;max-height:330px}.regenerate-empty{min-height:170px;color:var(--muted);text-align:center;background:#f7f8f5;place-items:center;padding:14px;display:grid}.regenerate-recommendation-block{align-content:start;gap:8px;min-width:0;display:grid}.regenerate-recommendation-block h3{letter-spacing:0;margin:0;font-size:15px}.regenerate-recommendations{border:1px solid var(--line);background:#fff;border-radius:8px;max-height:370px;padding:12px;overflow:auto}.regenerate-recommendations.recommendation-html h3{font-size:17px}.regenerate-recommendations.recommendation-html h4{font-size:15px}.regenerate-recommendations.recommendation-html figure{display:none}.regenerate-recommendations.recommendation-html figure img{max-height:0}.regenerate-comment,.feedback-comment{gap:7px;display:grid}.regenerate-comment span,.feedback-comment span{font-size:14px;font-weight:800}.regenerate-comment textarea,.feedback-comment textarea{border:1px solid var(--line);resize:vertical;width:100%;min-height:108px;color:var(--ink);background:#fff;border-radius:8px;outline:0;padding:11px 12px;line-height:1.45}.feedback-comment textarea{min-height:132px}.regenerate-comment textarea:focus,.feedback-comment textarea:focus{border-color:#d8cbd9;box-shadow:0 0 0 3px #6b557024}.regenerate-comment small,.feedback-comment small{color:var(--muted)}.confirm-actions{justify-content:flex-end;gap:8px;margin-top:4px;display:flex}.confirm-secondary,.confirm-primary{border-radius:8px;justify-content:center;align-items:center;gap:7px;min-height:38px;padding:0 12px;font-weight:700;display:inline-flex}.confirm-secondary{border:1px solid var(--line);color:var(--ink);background:#fff}.confirm-primary{color:#fff;background:var(--accent);border:0}.confirm-primary:hover{background:var(--accent-strong)}.confirm-primary:disabled,.confirm-secondary:disabled{cursor:wait;opacity:.7}.slide-actions{opacity:0;gap:6px;transition:opacity .16s,transform .16s;display:flex;position:absolute;top:8px;right:8px;transform:translateY(-2px)}.slide-card:hover .slide-actions,.slide-card:focus-within .slide-actions{opacity:1;transform:translateY(0)}.slide-action{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1e2422b8;border:1px solid #ffffffb8;border-radius:8px;place-items:center;width:32px;height:32px;text-decoration:none;display:grid}.slide-action:hover{background:#195b48eb}.slide-placeholder{min-height:0}.slide-skeleton{aspect-ratio:3/4;text-align:center;color:#526058;background:linear-gradient(110deg,#eceee8 8%,#f8faf5 18%,#eceee8 33%) 0 0/220% 100%;align-content:center;place-items:center;gap:8px;min-height:0;padding:14px;animation:1.6s linear infinite shimmer;display:grid}.slide-skeleton span{font-weight:800}.slide-skeleton small{color:var(--muted)}.slide-locked .slide-skeleton{background:repeating-linear-gradient(135deg,#eceee8 0 12px,#f8faf5 12px 24px);animation:none}.slide-locked .slide-skeleton span,.slide-locked .slide-skeleton small{color:#8b7a86}@keyframes shimmer{to{background-position-x:-220%}}.fullscreen-backdrop{z-index:20;background:#0b0f0de0;place-items:center;padding:70px 22px 24px;display:grid;position:fixed;inset:0}.fullscreen-backdrop>img{z-index:2;object-fit:contain;background:#101512;border-radius:8px;max-width:min(92vw,920px);max-height:calc(100vh - 120px);position:relative;box-shadow:0 24px 80px #00000073}.fullscreen-topbar{z-index:3;color:#fff;justify-content:space-between;align-items:center;gap:12px;display:flex;position:absolute;top:16px;left:18px;right:18px}.fullscreen-actions{gap:8px;display:flex}.fullscreen-button{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1f;border:1px solid #ffffff3d;border-radius:8px;justify-content:center;align-items:center;gap:7px;min-height:38px;padding:0 12px;text-decoration:none;display:inline-flex}.fullscreen-button.icon-only{width:38px;padding:0}.fullscreen-button:hover{background:#fff3}.fullscreen-close-layer{z-index:1;background:0 0;border:0;position:absolute;inset:0}.secondary-button{background:#46524b;width:fit-content}.more-slides-card{background:var(--accent-soft);border:1px solid #d8cbd9;border-radius:8px;justify-content:space-between;align-items:center;gap:14px;padding:14px;display:flex}.more-slides-card div{gap:4px;display:grid}.more-slides-card strong{font-size:15px}.more-slides-card span{color:var(--muted);line-height:1.4}.more-slides-card button{color:#fff;background:var(--accent);white-space:nowrap;border:0;border-radius:8px;justify-content:center;align-items:center;gap:7px;min-height:40px;padding:0 12px;font-weight:700;display:inline-flex}.more-slides-card button:hover{background:var(--accent-strong)}.more-slides-card button:disabled{cursor:wait;opacity:.7}.auth-wall{background:linear-gradient(135deg, var(--accent-soft) 0%, var(--panel) 88%);border:1px solid #d8cbd9;border-radius:10px;align-items:center;gap:20px;padding:22px 24px;display:flex;box-shadow:0 4px 14px #1f1d1a0f}.auth-wall-icon{color:#fff;background:var(--accent);border-radius:10px;flex:0 0 48px;place-items:center;width:48px;height:48px;display:grid}.auth-wall-copy{flex:1;min-width:0}.auth-wall-copy h2{color:var(--ink);letter-spacing:0;margin:0 0 6px;font-size:20px;line-height:1.25}.auth-wall-copy p{color:var(--muted);margin:0;line-height:1.5}.auth-wall-actions{flex-direction:column;flex:none;gap:8px;display:flex}.auth-wall-actions .confirm-primary,.auth-wall-actions .confirm-secondary{min-width:178px}.auth-modal{z-index:2;width:min(460px,100%);position:relative}.auth-modal .auth-prompt{padding-top:28px}.auth-modal .auth-prompt>div:first-child{padding-right:42px}.profile-page{min-height:calc(100vh - var(--site-footer-height));background:var(--bg);flex-direction:column;display:flex}.profile-loading{color:var(--muted);flex:1;place-items:center;gap:10px;display:grid}.profile-header{background:var(--bg);border-bottom:1px solid #ece7da;align-items:center;gap:16px;padding:18px clamp(18px,5vw,56px) 16px;display:flex}.profile-avatar{border-radius:10px;flex:0 0 44px;width:44px;height:44px}.profile-header-meta{flex:1;min-width:0}.profile-header-meta>span,.profile-section-kicker{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:800}.profile-header h1{color:var(--ink);margin:2px 0 6px;font-size:22px;line-height:1.2}.profile-tags,.profile-header-actions,.balance-actions,.topup-foot{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.profile-scroll{flex:1;min-height:0;padding:32px 0 48px;overflow:auto}.profile-container{width:min(100% - 64px,1040px);margin:0 auto}.profile-balance-grid{grid-template-columns:minmax(0,1.4fr) minmax(280px,1fr);gap:16px;margin-bottom:28px;display:grid}.balance-card,.activity-card,.plan-card,.history-panel,.topup-modal,.brand-style-dialog,.creative-brief-dialog{border:1px solid var(--line);background:var(--panel)}.balance-card{border-radius:12px;gap:12px;padding:22px 26px;display:grid}.balance-card.free{background:linear-gradient(160deg, var(--panel) 0%, var(--accent-soft) 110%)}.balance-card.standard{background:linear-gradient(160deg,#f8f7f2 0%,#e6efdf 110%)}.balance-main{flex-wrap:wrap;align-items:baseline;gap:12px;display:flex}.balance-main strong{color:var(--ink);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:56px;line-height:1}.balance-main span,.balance-actions span{color:var(--muted);font-size:13px}.balance-progress{background:#1f1d1a14;border-radius:999px;height:6px;overflow:hidden}.balance-progress span{border-radius:inherit;background:var(--accent);height:100%;display:block}.credit-rule{border:1px solid var(--line);color:#4a463f;background:var(--panel);border-radius:7px;flex-wrap:wrap;align-items:center;gap:8px;width:fit-content;padding:8px 12px;font-size:13px;display:flex}.credit-rule.wide{width:100%}.credit-rule strong{color:var(--ink)}.balance-actions span{align-items:center;gap:5px;display:inline-flex}.activity-card{border-radius:12px;gap:14px;padding:22px 24px;display:grid}.activity-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.activity-grid strong{color:var(--ink);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:24px;display:block}.activity-grid span{color:var(--muted);font-size:12px}.profile-section-title{color:var(--ink);margin:0 0 12px;font-size:15px}.plan-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:32px;display:grid}.plan-card{border-radius:10px;flex-direction:column;gap:14px;padding:20px 22px;display:flex;position:relative}.plan-card.active{box-shadow:inset 0 0 0 1px var(--accent)}.plan-card.highlighted:not(.active){border-color:#d8cbd9}.plan-card.coming-soon{opacity:.78}.plan-state{position:absolute;top:14px;right:14px}.plan-head h3{margin:0 0 8px;font-size:16px}.plan-head div{align-items:baseline;gap:7px;display:flex}.plan-head strong{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:24px}.plan-head span,.plan-card li{color:var(--muted);font-size:12px}.plan-card ul{flex:1;gap:8px;margin:0;padding:0;list-style:none;display:grid}.plan-card li{color:#4a463f;align-items:flex-start;gap:8px;line-height:1.4;display:flex}.plan-card li span{background:var(--accent);border-radius:999px;flex:none;width:5px;height:5px;margin-top:7px}.wb-btn.primary{border-color:var(--accent);color:#fff;background:var(--accent)}.wb-btn.primary:hover{border-color:var(--accent-strong);background:var(--accent-strong)}.wb-btn.ghost{color:var(--muted);background:0 0;border-color:#0000}.history-grid{grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);gap:16px;display:grid}.history-panel{border-radius:10px;overflow:hidden}.history-panel header{border-bottom:1px solid #ece7da;align-items:center;gap:10px;padding:14px 18px;display:flex}.history-panel header strong{flex:1;font-size:13px}.history-empty{color:var(--muted);text-align:center;padding:34px 18px;font-size:13px}.history-row{border-bottom:1px solid #ece7da;grid-template-columns:104px 54px auto minmax(0,1fr);align-items:center;gap:10px;padding:11px 18px;font-size:13px;display:grid}.history-row:last-child{border-bottom:0}.history-row time{color:var(--muted);font-size:11px}.history-row>strong{color:var(--ink);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.history-row>strong.positive{color:#4f7a5b}.history-row p{color:#4a463f;white-space:nowrap;text-overflow:ellipsis;margin:0;overflow:hidden}.admin-page,.admin-header{background:#f5f4ef}.admin-container{gap:16px;width:min(100% - 64px,1180px);display:grid}.admin-loading{border:1px dashed var(--line);background:#ffffff73;border-radius:10px;min-height:240px}.admin-tabs{border:1px solid var(--line);background:var(--panel);border-radius:8px;align-items:center;gap:3px;width:fit-content;padding:3px;display:inline-flex}.admin-tabs button{min-height:32px;color:var(--muted);background:0 0;border:0;border-radius:6px;align-items:center;gap:7px;padding:0 12px;font-size:13px;font-weight:700;display:inline-flex}.admin-tabs button.active{color:var(--ink);background:#f0eee8}.admin-user-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.admin-user-summary>div{border:1px solid var(--line);background:var(--panel);border-radius:10px;gap:7px;padding:14px 16px;display:grid}.admin-user-summary span{color:var(--muted);font-size:12px;font-weight:800}.admin-user-summary strong{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:23px;line-height:1}.admin-metric-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;display:grid}.admin-stat-card{border:1px solid var(--line);background:var(--panel);border-radius:10px;align-content:start;gap:8px;min-height:150px;padding:16px;display:grid}.admin-stat-card.danger{background:#fff8f8;border-color:#e0c5c5}.admin-stat-icon{width:34px;height:34px;color:var(--accent-strong);background:var(--accent-soft);border-radius:8px;place-items:center;display:grid}.admin-stat-card.danger .admin-stat-icon{color:var(--danger);background:var(--danger-soft)}.admin-stat-card>span{color:var(--muted);font-size:12px;font-weight:800}.admin-stat-card>strong{color:var(--ink);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:28px;line-height:1}.admin-stat-card>small{color:var(--muted);line-height:1.4}.admin-panel{border:1px solid var(--line);background:var(--panel);border-radius:10px;overflow:hidden}.admin-panel>header{background:var(--panel-strong);border-bottom:1px solid #ece7da;align-items:center;gap:10px;padding:14px 16px;display:flex}.admin-panel>header div{gap:3px;display:grid}.admin-panel>header strong{font-size:13px}.admin-panel>header span{color:var(--muted);font-size:12px}.daily-panel{padding-bottom:8px}.daily-bars{gap:8px;padding:14px 16px 8px;display:grid}.daily-row{grid-template-columns:72px minmax(140px,1fr) 42px minmax(220px,340px);align-items:center;gap:10px;font-size:12px;display:grid}.daily-row time,.daily-row>span{color:var(--muted)}.daily-row>strong{text-align:right;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.daily-bar-track{background:#ece7da;border-radius:999px;height:9px;overflow:hidden}.daily-bar-fill{border-radius:inherit;background:linear-gradient(90deg, var(--accent) 0%, #4f7a5b 100%);height:100%;display:block}.admin-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;display:grid}.admin-table,.feedback-list{display:grid}.admin-users-table{overflow-x:auto}.admin-users-head,.admin-user-row{grid-template-columns:minmax(220px,1.45fr) 86px minmax(150px,.95fr) 96px 104px 112px 72px 124px;align-items:center;gap:12px;min-width:1090px;display:grid}.admin-users-head{color:var(--muted);text-transform:uppercase;background:#fbfaf6;border-bottom:1px solid #ece7da;padding:10px 16px;font-size:11px;font-weight:800}.admin-user-row{border-bottom:1px solid #ece7da;padding:12px 16px;font-size:12px}.admin-user-row:last-child{border-bottom:0}.admin-user-row>div{gap:3px;min-width:0;display:grid}.admin-user-row strong,.admin-user-row span,.admin-user-row time{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.admin-user-row>strong{color:var(--ink);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.admin-user-row span,.admin-user-row time{color:var(--muted)}.admin-table-row{width:100%;min-height:58px;color:var(--ink);text-align:left;background:0 0;border:0;border-bottom:1px solid #ece7da;align-items:center;gap:10px;padding:11px 16px;display:grid}.admin-table-row:last-child{border-bottom:0}button.admin-table-row:hover,button.feedback-item:hover{background:#fbfaf6}.admin-table-row>div{gap:3px;min-width:0;display:grid}.admin-table-row strong,.admin-table-row span,.admin-table-row time{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.admin-table-row strong{font-size:13px}.admin-table-row span,.admin-table-row time{color:var(--muted);font-size:12px}.users-row{grid-template-columns:minmax(0,1.4fr) 80px 92px 106px 112px}.chat-row{grid-template-columns:minmax(0,1fr) 116px 76px}.error-row{grid-template-columns:minmax(0,1fr) 112px 92px}.feedback-item{width:100%;color:var(--ink);text-align:left;background:0 0;border:0;border-bottom:1px solid #ece7da;gap:8px;padding:13px 16px;display:grid}.feedback-item:last-child{border-bottom:0}.feedback-item-head{justify-content:space-between;align-items:center;gap:10px;min-width:0;display:flex}.feedback-item-head strong{white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:13px;overflow:hidden}.feedback-item-meta{min-width:0;color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.feedback-item p{color:#4a463f;white-space:pre-wrap;margin:0;font-size:13px;line-height:1.4}.admin-empty{color:var(--muted);text-align:center;padding:30px 16px;font-size:13px}.topup-backdrop{z-index:50}.brand-style-backdrop{z-index:52}.creative-brief-backdrop{z-index:53}.topup-modal,.brand-style-dialog,.creative-brief-dialog{z-index:2;width:min(920px,100%);max-height:calc(100vh - 48px);box-shadow:var(--shadow);border-radius:14px;flex-direction:column;display:flex;position:relative;overflow:hidden}.brand-style-dialog{width:min(960px,100%)}.creative-brief-dialog{width:min(980px,100%)}.topup-head,.brand-style-head,.creative-brief-head,.topup-foot{background:var(--bg);padding:16px 22px}.topup-head,.brand-style-head,.creative-brief-head{border-bottom:1px solid #ece7da;align-items:center;gap:12px;display:flex}.topup-head h2,.brand-style-head h2,.creative-brief-head h2{margin:0 0 2px;font-size:16px}.topup-head span,.brand-style-head span,.creative-brief-head span,.topup-foot span{color:var(--muted);font-size:12px}.topup-icon{width:34px;height:34px;color:var(--accent-strong);background:var(--accent-soft);border-radius:9px;place-items:center;display:grid}.topup-head .confirm-x,.brand-style-head .confirm-x,.creative-brief-head .confirm-x{margin-left:auto;position:static}.topup-body{gap:20px;padding:22px;display:grid;overflow:auto}.topup-notice{color:#4b3b50;background:#faf7fb;border:1px solid #d8cbd9;border-radius:8px;align-items:flex-start;gap:8px;padding:11px 12px;font-size:13px;line-height:1.45;display:flex}.topup-notice svg{flex:none;margin-top:1px}.creative-brief-body{gap:16px;padding:18px 22px;display:grid;overflow:auto}.creative-brief-field{gap:7px;display:grid}.creative-brief-field span{color:var(--muted);font-size:12px;font-weight:800}.creative-brief-field textarea{border:1px solid var(--line);resize:vertical;width:100%;min-height:106px;color:var(--ink);background:var(--bg);border-radius:8px;outline:0;padding:11px 12px;line-height:1.45}.creative-brief-general textarea{min-height:138px}.creative-brief-field textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.creative-brief-view-body{gap:18px}.creative-brief-readonly-list{gap:10px;display:grid}.creative-brief-readonly-block{border:1px solid var(--line);background:var(--panel);border-radius:8px;gap:7px;padding:12px 14px;display:grid}.creative-brief-readonly-block span{color:var(--muted);font-size:12px;font-weight:800}.creative-brief-readonly-block p,.creative-brief-empty-note{color:var(--ink);white-space:pre-wrap;overflow-wrap:anywhere;margin:0;line-height:1.5}.creative-brief-empty-note{color:var(--muted);font-size:13px}.creative-brief-items{gap:10px;display:grid}.creative-brief-items header,.creative-brief-foot,.creative-brief-foot div{align-items:center;gap:10px;display:flex}.creative-brief-items header{justify-content:space-between}.creative-brief-items header strong{color:var(--ink);font-size:14px}.creative-brief-items header span,.creative-brief-foot>span{color:var(--muted);font-size:12px;font-weight:700}.creative-brief-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.creative-brief-foot{background:var(--bg);border-top:1px solid #ece7da;justify-content:space-between;padding:14px 22px}.creative-brief-foot .confirm-secondary,.creative-brief-foot .confirm-primary{align-items:center;gap:7px;display:inline-flex}.generation-materials-body{gap:18px}.generation-materials-section{gap:10px;display:grid}.generation-materials-section header{justify-content:space-between;align-items:center;gap:12px;display:flex}.generation-materials-section header strong{color:var(--ink);font-size:14px}.generation-materials-section header span{color:var(--muted);font-size:12px;font-weight:800}.generation-materials-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.generation-material-card{border:1px solid var(--line);background:var(--panel);border-radius:8px;min-width:0;margin:0;overflow:hidden}.generation-material-card img{aspect-ratio:4/3;object-fit:cover;background:var(--bg);width:100%}.generation-material-card figcaption{gap:3px;min-width:0;padding:9px 10px;display:grid}.generation-material-card figcaption strong{min-width:0;color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.generation-material-card figcaption span{color:var(--muted);font-size:11px;font-weight:700}.brand-style-form{border-bottom:1px solid #ece7da;gap:12px;padding:18px 22px;display:grid}.brand-style-form>label{gap:6px;display:grid}.brand-style-form>label span,.brand-style-upload-row>span{color:var(--muted);font-size:12px;font-weight:700}.brand-style-form input[type=text],.brand-style-form input:not([type]){border:1px solid var(--line);min-height:40px;color:var(--ink);background:var(--bg);border-radius:8px;outline:0;padding:0 12px}.brand-style-form input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.brand-style-upload-row,.brand-style-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.brand-style-hint{color:var(--muted);margin:0;font-size:12px;line-height:1.45}.brand-style-preview-row{flex-wrap:wrap;gap:8px;display:flex}.brand-style-actions{justify-content:flex-end}.brand-style-list{gap:10px;padding:18px 22px 22px;display:grid;overflow:auto}.brand-style-list>header{justify-content:space-between;align-items:center;gap:12px;display:flex}.brand-style-list>header strong{color:var(--ink);font-size:14px}.brand-style-list>header span{color:var(--muted);font-size:12px;font-weight:700}.brand-style-item{border:1px solid var(--line);background:#fffdfa;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;gap:8px 12px;padding:14px;display:grid}.brand-style-item div{gap:3px;min-width:0;display:grid}.brand-style-item strong{color:var(--ink);font-size:14px}.brand-style-item span,.brand-style-item p{color:var(--muted);font-size:12px;line-height:1.45}.brand-style-item p{white-space:pre-wrap;grid-column:1/-1;margin:0}.brand-style-item button{align-self:start}.package-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.package-card{border:1px solid var(--line);text-align:left;min-height:214px;color:var(--ink);background:var(--panel);border-radius:10px;flex-direction:column;gap:7px;padding:18px;display:flex;position:relative}.package-card.selected{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.package-card>strong{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:34px;line-height:1}.package-card>span,.package-card small{color:var(--muted);font-size:12px}.package-card b{border-top:1px dashed #d4cdbc;margin-top:6px;padding-top:10px;font-size:20px}.package-card em{color:#4f7a5b;background:#e8efe5;border-radius:4px;width:fit-content;padding:2px 7px;font-size:11px;font-style:normal;font-weight:800}.package-badge{background:var(--accent);text-transform:uppercase;border-radius:999px;padding:3px 8px;font-weight:800;position:absolute;top:-10px;left:14px;color:#fff!important;font-size:10px!important}.payment-note{color:var(--muted);border:1px dashed #d4cdbc;border-radius:8px;align-items:flex-start;gap:10px;padding:12px 14px;font-size:13px;display:flex}.payment-note strong{color:var(--ink)}.topup-foot{border-top:1px solid #ece7da}.topup-foot span{margin-right:auto}.auth-prompt{background:linear-gradient(135deg, var(--accent-soft) 0%, var(--panel) 90%);border:1px solid #d8cbd9;border-radius:10px;gap:14px;padding:22px 24px;display:grid;box-shadow:0 4px 14px #1f1d1a0f}.auth-prompt h2{letter-spacing:0;margin:0 0 5px;font-size:20px}.auth-prompt p{color:var(--muted);margin:0;line-height:1.45}.auth-tabs{background:#ffffff73;border:1px solid #d8cbd9;border-radius:8px;grid-template-columns:1fr 1fr;gap:6px;padding:4px;display:grid}.auth-tab{min-height:34px;color:var(--muted);background:0 0;border:0;border-radius:7px;font-weight:700}.auth-tab.active{color:var(--accent-strong);background:var(--panel);box-shadow:0 8px 22px #1c272214}.oauth-buttons{gap:8px;display:grid}.oauth-buttons a{border:1px solid var(--line);min-height:42px;color:var(--ink);background:#fff;border-radius:8px;justify-content:center;align-items:center;gap:9px;padding:0 12px;font-size:14px;font-weight:800;text-decoration:none;display:flex}.oauth-buttons a:hover{background:#fbfcf9;border-color:#d8cbd9}.oauth-buttons span{border:1px solid var(--line);border-radius:6px;place-items:center;width:22px;height:22px;font-size:13px;display:grid}.auth-divider{color:var(--muted);place-items:center;font-size:12px;display:grid;position:relative}.auth-divider:before{content:"";background:#cfd8ce;height:1px;position:absolute;left:0;right:0}.auth-divider span{z-index:1;background:var(--accent-soft);padding:0 8px;position:relative}.auth-form{gap:10px;display:grid}.auth-form input{background:var(--bg);min-height:44px;color:var(--ink);border:1px solid #d4cdbc;border-radius:6px;outline:0;padding:0 12px}.auth-form input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.password-field{display:block;position:relative}.password-field input{width:100%;padding-right:44px}.password-toggle{width:32px;height:32px;color:var(--muted);background:0 0;border:0;border-radius:8px;place-items:center;display:grid;position:absolute;top:50%;right:7px;transform:translateY(-50%)}.password-toggle:hover{color:var(--accent-strong);background:var(--accent-soft)}.auth-hint{color:var(--muted)}.chat-panel>.article-input,.locked-composer{width:min(920px,100vw - 40px);margin:0 auto 22px}.locked-composer-box{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;border:1px dashed #d8cbd9;border-radius:12px;gap:9px;padding:13px 14px 11px 16px;display:grid;box-shadow:0 12px 34px #1f1d1a14}.locked-composer-input{color:#8f877c;align-items:center;gap:8px;min-height:34px;font-size:14px;display:flex}.locked-composer-row{align-items:center;gap:8px;display:flex}.locked-composer-row span{color:var(--muted);margin-right:auto;font-size:12px}.locked-composer-row button{border:1px solid var(--line);min-height:32px;color:var(--ink);background:var(--panel);border-radius:8px;padding:0 10px;font-size:12px;font-weight:800}.locked-composer-row button.primary{border-color:var(--accent);color:#fff;background:var(--accent)}.locked-composer-row button:hover{background:var(--accent-soft);border-color:#d8cbd9}.locked-composer-row button.primary:hover{background:var(--accent-strong)}.offer-page{min-height:calc(100vh - var(--site-footer-height));background:var(--bg);padding:42px 18px}.offer-document{border:1px solid var(--line);background:var(--panel);border-radius:8px;width:min(860px,100%);margin:0 auto;padding:clamp(22px,5vw,48px);box-shadow:0 16px 40px #1f1d1a14}.offer-back{color:var(--muted);margin-bottom:24px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex}.offer-back:hover{color:var(--accent-strong)}.offer-kicker{color:var(--accent-strong);text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:800}.offer-document h1{letter-spacing:0;margin:0 0 28px;font-size:clamp(28px,5vw,44px);line-height:1.08}.offer-document section{border-top:1px solid #ece7da;padding-top:24px}.offer-document section+section{margin-top:26px}.offer-document h2{letter-spacing:0;margin:0 0 12px;font-size:18px}.offer-document h3{letter-spacing:0;margin:22px 0 10px;font-size:15px}.offer-document p{color:#3d3933;margin:0;line-height:1.65}.offer-document p+p{margin-top:10px}.offer-contact-section{margin-bottom:0}.offer-payment-section{margin-top:26px}.offer-price-details{margin-top:18px}.offer-price-details p{margin-top:12px}.offer-table-wrap{background:#fffdfa;border:1px solid #ece7da;border-radius:8px;width:100%;overflow-x:auto}.offer-table-wrap+h3{margin-top:24px}.offer-price-table{border-collapse:collapse;width:100%;min-width:720px;font-size:13px;line-height:1.45}.offer-price-table th,.offer-price-table td{text-align:left;vertical-align:top;border-bottom:1px solid #ece7da;padding:12px 14px}.offer-price-table th{color:#7a5f25;background:#fbf7ef;font-size:12px;font-weight:800}.offer-price-table tr:last-child td{border-bottom:0}.offer-payment-logos{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-top:16px;display:grid}.offer-payment-logos span,.offer-payment-logos a{border-radius:8px;text-decoration:none;transition:transform .16s,box-shadow .16s;display:block}.offer-payment-logos a:hover{transform:translateY(-1px);box-shadow:0 10px 24px #1f1d1a17}.offer-payment-logos img{border-radius:8px;width:100%;height:auto;display:block}.offer-contact-image{-webkit-user-select:none;user-select:none;border-radius:8px;width:min(100%,760px);height:auto;margin-top:16px;display:block}@media (max-width:860px){:root{--site-footer-height:92px}.site-footer{flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;padding:10px 16px}.site-footer-links{flex-wrap:wrap;gap:8px 12px}.app-shell.with-sidebar{grid-template-columns:minmax(0,1fr)}.sidebar{border-right:0;border-bottom:1px solid var(--line);height:auto;min-height:auto;position:static}.chat-list{grid-auto-columns:minmax(190px,1fr);grid-auto-flow:column;display:grid;overflow-x:auto}.with-sidebar .messages,.messages{width:min(100% - 28px,980px)}.messages.has-auth-rail{margin:0 auto}.message{max-width:92%}.auth-form{grid-template-columns:1fr}.feedback-actions{flex-direction:column-reverse}.feedback-actions .confirm-primary,.feedback-actions .confirm-secondary{width:100%}.regenerate-dialog-grid{grid-template-columns:1fr}.chat-panel>.article-input,.with-sidebar .chat-panel>.article-input,.locked-composer,.with-sidebar .locked-composer{width:auto;margin:0 14px 18px}.product-header{position:static}.product-link{display:none}.preview-grid{grid-template-columns:1fr}.wb-gallery-grid.cols-5{grid-template-columns:repeat(3,minmax(0,1fr))}.wb-status-progress{display:none}.profile-header{flex-direction:column;align-items:flex-start}.profile-balance-grid,.plan-grid,.history-grid,.admin-metric-grid,.admin-grid,.package-grid{grid-template-columns:1fr}.profile-container{width:min(100% - 28px,1040px)}.admin-container{width:min(100% - 28px,1180px)}.daily-row{grid-template-columns:64px minmax(0,1fr) 38px}.daily-row>span{grid-column:2/-1}.users-row,.chat-row,.error-row{grid-template-columns:minmax(0,1fr);align-items:start}.admin-table-row .wb-badge{width:fit-content}.topup-modal,.brand-style-dialog{max-height:calc(100vh - 28px)}.brand-style-item{grid-template-columns:minmax(0,1fr)}.brand-style-item button{width:fit-content}.authed-new-scroll{align-items:flex-start;padding:28px 14px}.authed-new-container{padding:18px 0 32px}.creative-brief-grid{grid-template-columns:minmax(0,1fr)}.generation-materials-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.topbar{flex-wrap:wrap;gap:10px;padding:10px 14px}.topbar-spacer{display:none}.topbar-actions{justify-content:flex-start;width:100%}.news-popover{width:auto;position:fixed;top:58px;left:14px;right:14px}.news-popover:before{display:none}.chat-header{flex-direction:column;align-items:flex-start}.article-input{width:calc(100vw - 28px)}.creative-brief-dialog{max-height:calc(100vh - 28px)}.creative-brief-head,.creative-brief-body,.creative-brief-foot{padding-inline:16px}.creative-brief-head{align-items:flex-start}.creative-brief-foot{flex-direction:column;align-items:stretch}.creative-brief-foot div,.creative-brief-foot button{width:100%}.creative-brief-foot button{justify-content:center}.generation-materials-grid{grid-template-columns:minmax(0,1fr)}.generation-mode-toggle{align-self:stretch;width:100%}.generation-mode-option{flex:1 1 0;justify-content:center;padding-inline:8px!important}.generation-mode-option small{display:none}.article-input.large textarea{font-size:16px}.wb-gallery-grid.cols-5,.slide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-header{align-items:flex-start;padding-inline:18px}.product-thumb{flex-basis:40px;width:40px;height:40px}.wb-msg{gap:10px}.wb-recs{padding:18px}.wb-status{flex-wrap:wrap;gap:8px}.wb-status-label{flex:calc(100% - 30px)}.status-jump-button{margin-left:28px}.auth-prompt{padding:18px}.auth-wall{flex-direction:column;align-items:stretch}.auth-wall-actions,.auth-wall-actions .confirm-primary,.auth-wall-actions .confirm-secondary{width:100%}.more-slides-card{flex-direction:column;align-items:stretch}.more-slides-card button{width:100%}.recommendation-html figure{float:none;width:min(240px,100%);margin:10px 0 12px}.composer-row{flex-wrap:wrap}.composer-meta{width:100%;margin-left:0}.history-row{grid-template-columns:1fr auto}.history-row p,.history-row .wb-badge{grid-column:1/-1}.balance-main strong{font-size:44px}.topup-foot{flex-direction:column;align-items:stretch}.topup-foot span{margin-right:0}.authed-new-container h1{font-size:27px}.authed-credit-hint{flex-direction:column;align-items:flex-start}.authed-credit-hint .wb-btn{justify-content:center;width:100%}}
