@import"https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;600;700;800&display=swap";:root{font-family:Noto Sans SC,system-ui,sans-serif;--bg:#fff;--surface:#f5f5f3;--surface2:#e7e7e4;--text:#111;--muted:#777;--line:#dededb;--inverse:#fff;--black:#111;--danger:#b42318;--success:#187a45;color:var(--text);background:var(--bg)}:root[data-theme=dark]{--bg:#111;--surface:#1b1b1a;--surface2:#292927;--text:#f4f4f2;--muted:#aaa;--line:#363634;--inverse:#111;--black:#f4f4f2;--danger:#ff8a80;--success:#6bd89c}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text)}button,input,textarea{font:inherit;color:inherit}button{border:0;background:none;cursor:pointer}button:disabled{opacity:.4}img{display:block;max-width:100%}h1,h2,p{margin:0}.muted{color:var(--muted)}.eyebrow{display:block;font-size:12px;font-weight:700;letter-spacing:.12em;color:var(--muted);margin-bottom:8px}.primary,.secondary{min-height:46px;border-radius:14px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:700}.primary{background:var(--black);color:var(--inverse)}.secondary{border:1px solid var(--line);background:var(--bg)}.wide{width:100%}.error{color:var(--danger);font-size:13px}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.login-page{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr}.login-brand{background:#111;color:#fff;padding:9vw;display:flex;flex-direction:column;justify-content:center;gap:24px}.brand-mark{width:52px;height:52px;background:#fff;color:#111;border-radius:50%;display:grid;place-items:center}.login-brand h1{font-size:clamp(48px,7vw,96px);line-height:1.08;letter-spacing:-.07em}.login-brand p:first-of-type{font-weight:700}.login-form{padding:9vw;display:flex;flex-direction:column;justify-content:center;gap:24px;max-width:680px}.login-form h2{font-size:36px}.login-form label,.form-grid label,.large-label{font-size:13px;font-weight:700;display:flex;flex-direction:column;gap:8px}.login-form input,.form-grid input,.form-grid textarea,.large-label textarea{background:var(--surface);border:1px solid transparent;border-radius:12px;min-height:48px;padding:12px;outline:0}.login-form input:focus,.form-grid input:focus,.form-grid textarea:focus,.large-label textarea:focus{border-color:var(--text)}.password{position:relative}.password input{width:100%}.password button{position:absolute;right:8px;top:8px;width:36px;height:36px}.merchant-main{padding-bottom:104px}.page{width:min(100%,980px);margin:auto;padding:34px 24px 48px}.topbar,.simple-header{display:flex;justify-content:space-between;align-items:center}.wordmark{font-size:30px;letter-spacing:-.08em}.quota{border:1px solid var(--line);border-radius:99px;padding:9px 14px;display:flex;gap:7px;align-items:center;font-size:13px}.quota svg{width:16px}.intro{margin:72px 0 38px;position:relative}.intro p{color:var(--muted);font-size:18px}.intro h1,.flow section>h1,.simple-header h1{font-size:clamp(38px,7vw,64px);letter-spacing:-.07em;line-height:1.15;margin-top:7px}.festival-tag{display:inline-flex;margin-top:16px;padding:7px 11px;border-radius:99px;background:var(--surface);color:var(--muted);font-size:11px;font-weight:700}.hero-carousel{overflow:hidden;margin-bottom:22px}.hero-track{display:flex;transition:transform .55s cubic-bezier(.22,.8,.24,1)}.hero-action,.copy-action{width:100%;border-radius:26px;text-align:left;display:grid;grid-template-columns:1fr 1fr;overflow:hidden}.hero-action{background:#111;color:#fff;min-height:310px;padding:38px;flex:0 0 100%}.hero-action.festival-valentine{background:linear-gradient(135deg,#35151d,#a23b55)}.hero-action.festival-christmas{background:linear-gradient(135deg,#0d241c,#1e664b)}.hero-action.festival-national-day{background:linear-gradient(135deg,#451310,#a83a27)}.hero-action>div:first-child,.copy-action>div:first-child{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.hero-eyebrow{font-size:11px;font-weight:700;letter-spacing:.08em;color:#ffffffa8;margin-bottom:10px}.hero-action h2,.copy-action h2{font-size:30px;letter-spacing:-.04em}.hero-action p,.copy-action p{margin-top:8px;color:#aaa}.hero-action[class*=festival-]:not(.festival-daily) p{color:#ffffffb5}.round-arrow{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#111;margin-top:34px}.round-arrow.dark{background:var(--black);color:var(--inverse)}.hero-crop{border:2px solid white;border-radius:22px;overflow:hidden;position:relative;aspect-ratio:1}.hero-crop img{width:100%;height:100%;object-fit:cover}.crop-lines{position:absolute;top:33.33%;right:0;bottom:33.33%;left:0;border-top:1px dashed #fff;border-bottom:1px dashed #fff}.carousel-controls{display:flex;align-items:center;justify-content:center;gap:12px;padding-top:12px}.carousel-controls>button{width:32px;height:32px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center}.carousel-controls>button svg{width:15px}.carousel-controls div{display:flex;gap:6px}.carousel-controls div button{width:7px;height:7px;padding:0;border-radius:99px;background:var(--surface2);transition:width .2s,background .2s}.carousel-controls div button.active{width:22px;background:var(--black)}.copy-action{border:1px solid var(--line);min-height:230px;padding:38px;margin-bottom:22px}.copy-action>svg{width:72px;height:72px;align-self:center;justify-self:center}.section-block{margin-top:46px}.section-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.section-title h2{font-size:23px}.section-title button{display:flex;align-items:center;color:var(--muted)}.section-title svg{width:18px}.template-row{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(180px,1fr);gap:18px;overflow-x:auto;padding:3px 3px 10px}.template-card{text-align:left;display:flex;flex-direction:column;gap:9px;font-weight:600;border-radius:22px}.template-card>span{display:flex;align-items:center;justify-content:space-between;padding:0 3px}.template-card small{font-size:10px;color:var(--muted);font-weight:500}.poster{min-height:270px;border-radius:22px;background-size:cover;background-position:center;position:relative;color:#fff;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:20px;overflow:hidden}.poster strong{font-size:28px;line-height:1.05}.poster small{position:absolute;top:16px;left:16px;border:1px solid #ffffff80;padding:4px 7px;border-radius:99px}.poster span{font-size:10px;margin-top:8px;opacity:.75}.poster.compact{min-height:320px}.template-preview-layout{display:grid;grid-template-columns:minmax(280px,420px) 1fr;gap:52px;align-items:center;padding:25px 0}.template-preview-art{background:var(--surface);border-radius:32px;padding:18px}.template-preview-art .poster{min-height:600px;border-radius:24px}.template-preview-info h1{font-size:48px;letter-spacing:-.06em}.template-preview-info>p{line-height:1.8;margin:14px 0 24px}.preview-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}.preview-tags span{background:var(--surface);border-radius:99px;padding:8px 12px;font-size:12px}.preview-specs{display:grid;grid-template-columns:1fr 1fr;gap:12px}.preview-specs div{border:1px solid var(--line);border-radius:18px;padding:16px;display:flex;flex-direction:column;gap:5px}.preview-specs span{font-size:11px;color:var(--muted)}.template-preview-actions{display:flex;gap:10px;margin-top:30px}.template-preview-actions .primary{flex:1}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translate(-50%);height:82px;width:min(100%,980px);background:color-mix(in srgb,var(--bg) 92%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr);z-index:10}.bottom-nav button,.admin-bottom button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:var(--muted)}.bottom-nav button.active,.admin-bottom button.active{color:var(--text);font-weight:700}.bottom-nav svg,.admin-bottom svg{width:23px}.flow{min-height:100vh;display:flex;flex-direction:column}.flow-header{display:grid;grid-template-columns:50px 1fr 50px;align-items:center;text-align:center;margin-bottom:18px}.flow-header button,.close-float,.simple-header>button{width:46px;height:46px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center}.flow-header span{font-size:13px;color:var(--muted)}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-bottom:52px}.steps span{height:3px;background:var(--surface2);border-radius:99px}.steps span.active{background:var(--black)}.flow section{flex:1}.flow section>p{margin:10px 0 32px}.choose-templates{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.choose-templates button{position:relative;text-align:left;font-weight:700;display:flex;flex-direction:column;gap:10px}.choose-templates button.selected .poster{outline:3px solid var(--text);outline-offset:3px}.choose-templates button>svg{position:absolute;right:10px;top:10px;background:var(--bg);border-radius:50%;color:var(--text)}.library-intro{margin:42px 0 8px}.library-intro h1{font-size:clamp(38px,6vw,58px);letter-spacing:-.07em;max-width:650px;line-height:1.15}.library-intro p{margin-top:12px}.library-chips{overflow-x:auto;margin:28px 0}.library-chips button{white-space:nowrap}.library-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.library-card{text-align:left;border-radius:24px;transition:transform .18s ease}.library-card:hover{transform:translateY(-3px)}.library-card .poster{min-height:360px}.library-card>span{display:flex;justify-content:space-between;align-items:center;padding:12px 4px}.library-card small{display:flex;align-items:center;color:var(--muted)}.library-card small svg{width:16px}.uploader{min-height:440px;border:1px dashed var(--line);background:var(--surface);border-radius:20px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;cursor:pointer;overflow:hidden}.uploader input{display:none}.uploader span{color:var(--muted);font-size:12px}.uploader.has-image img{width:100%;height:440px;object-fit:contain}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-grid .full{grid-column:1/-1}.form-grid textarea,.large-label textarea{min-height:120px;resize:vertical}.flow-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:28px}.preview-panel{display:grid;grid-template-columns:280px 1fr;gap:30px;background:var(--surface);padding:24px;border-radius:22px}.preview-panel dl{display:grid;grid-template-columns:80px 1fr;gap:18px;margin:0}.preview-panel dt{color:var(--muted)}.preview-panel dd{margin:0;font-weight:700}.status-page{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh}.close-float{position:absolute;top:30px;right:30px}.status-orb{width:100px;height:100px;background:var(--surface);border-radius:50%;display:grid;place-items:center;margin-bottom:25px}.status-orb.working{animation:pulse 1.3s ease infinite}.status-orb.done{background:var(--black);color:var(--inverse)}@keyframes pulse{50%{transform:scale(1.08)}}.status-page h1{font-size:38px}.status-page>p{margin:10px 0 25px}.progress{height:5px;width:min(320px,80vw);background:var(--surface2);border-radius:99px;overflow:hidden}.progress span{display:block;width:70%;height:100%;background:var(--black);animation:load 2s ease infinite}@keyframes load{0%{transform:translate(-100%)}to{transform:translate(140%)}}.status-note{display:flex;gap:10px;align-items:center;color:var(--muted);font-size:12px;margin:25px 0}.result-preview{width:260px;margin-bottom:22px}.result-preview .poster{min-height:350px}.chip-row{display:flex;flex-wrap:wrap;gap:8px;margin:28px 0}.chip-row button{padding:10px 16px;background:var(--surface);border-radius:99px}.chip-row button.active{background:var(--black);color:var(--inverse)}.copy-option-group{margin:22px 0}.copy-option-group>b{font-size:13px}.copy-option-group .chip-row{margin:10px 0 0}.large-label{margin-bottom:18px}.copy-results{margin-top:40px}.copy-results>button{width:100%;display:grid;grid-template-columns:34px 1fr 24px;text-align:left;gap:12px;padding:18px 0;border-top:1px solid var(--line);align-items:start}.copy-results>button>span{width:26px;height:26px;border-radius:50%;background:var(--surface);display:grid;place-items:center;font-size:11px}.copy-results p{line-height:1.7}.works-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:36px}.work-card{border:1px solid var(--line);border-radius:20px;overflow:hidden}.work-card .poster{border-radius:0}.work-card>div{padding:15px;display:flex;flex-direction:column;gap:5px}.work-card>div span{color:var(--muted);font-size:12px}.work-card footer{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line)}.work-card footer button{min-height:46px;display:flex;align-items:center;justify-content:center;gap:6px}.work-card footer button+button{border-left:1px solid var(--line)}.work-card footer svg{width:16px}.retention{text-align:center;color:var(--muted);font-size:12px;margin-top:25px}.profile-card{display:grid;grid-template-columns:60px 1fr 24px;gap:14px;align-items:center;margin:36px 0}.avatar,.admin-avatar{width:60px;height:60px;border-radius:50%;background:#111;color:#fff;display:grid;place-items:center;font-weight:800}.profile-card p{color:var(--muted);font-size:13px}.stat-strip{display:grid;grid-template-columns:1fr 1fr;background:var(--surface);border-radius:18px;padding:20px;margin-bottom:25px}.stat-strip div{display:flex;flex-direction:column;gap:6px}.stat-strip div+div{border-left:1px solid var(--line);padding-left:20px}.stat-strip span,.settings-list small{color:var(--muted);font-size:11px}.settings-list{border-top:1px solid var(--line)}.settings-list>button,.setting-theme{width:100%;display:grid;grid-template-columns:28px 1fr auto;text-align:left;gap:14px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}.settings-list span{display:flex;flex-direction:column;gap:4px}.theme-buttons{display:flex;background:var(--surface);border-radius:10px;padding:3px}.theme-buttons button{width:34px;height:34px;display:grid;place-items:center;border-radius:8px}.theme-buttons button.active{background:var(--bg)}.theme-buttons svg{width:16px}.logout{color:var(--danger);display:flex;gap:8px;margin:28px auto}.admin-shell{min-height:100vh;background:var(--surface);display:grid;grid-template-columns:250px 1fr}.admin-shell aside{background:#111;color:#aaa;padding:25px 15px;display:flex;flex-direction:column;gap:5px;position:fixed;width:250px;height:100vh;z-index:30}.admin-brand{color:#fff;padding:8px 12px 28px;display:grid;grid-template-columns:28px 1fr;align-items:center}.admin-brand span{grid-column:2;font-size:11px;color:#888}.admin-shell aside button{color:inherit;padding:13px;border-radius:10px;display:flex;gap:10px;align-items:center;text-align:left}.admin-shell aside button.active{background:#292929;color:#fff}.aside-logout{margin-top:auto}.admin-main{grid-column:2;padding:28px 40px 80px}.admin-topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}.admin-topbar h1{font-size:30px}.menu-button{display:none}.admin-avatar{width:42px;height:42px}.admin-content{display:flex;flex-direction:column;gap:22px}.admin-stats{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.admin-stats article,.admin-section,.admin-template-grid article{background:var(--bg);border:1px solid var(--line);border-radius:16px;padding:20px}.admin-stats article{display:flex;flex-direction:column;gap:5px}.admin-stats b{font-size:26px}.admin-stats span,.admin-stats small{color:var(--muted);font-size:11px}.admin-stats .warning b{color:var(--danger)}.chart{height:220px;display:flex;align-items:end;gap:9px;padding:20px 0 28px}.chart span{flex:1;min-width:6px;background:var(--black);border-radius:5px 5px 0 0;position:relative}.chart i{font-style:normal;font-size:8px;color:var(--muted);position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}.task-list,.merchant-list{background:var(--bg);border-radius:16px;border:1px solid var(--line);overflow:hidden}.task-list article,.merchant-list article{display:grid;grid-template-columns:12px 1fr auto auto 36px;gap:18px;align-items:center;padding:16px 18px;border-bottom:1px solid var(--line)}.task-list article:last-child,.merchant-list article:last-child{border:0}.task-list article div:nth-child(2),.merchant-info,.merchant-list article>div:nth-child(3),.merchant-list article>div:nth-child(4){display:flex;flex-direction:column;gap:3px}.task-list span,.task-list small,.merchant-list span,.merchant-list small{font-size:11px;color:var(--muted)}.task-dot{width:8px;height:8px;border-radius:50%;background:var(--success)}.task-dot.s1{background:#c48b00}.task-dot.s2{background:var(--danger)}.status{padding:5px 8px;border-radius:99px;font-size:10px!important;width:max-content}.status.success{color:var(--success);background:#e7f7ee}.status.expired{color:var(--danger);background:#ffeceb}.status.processing{color:#8a6400;background:#fff3c4}.icon-button{width:34px;height:34px;display:grid;place-items:center}.toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px}.toolbar label{background:var(--bg);border:1px solid var(--line);border-radius:12px;display:flex;align-items:center;padding:0 12px;width:min(380px,100%)}.toolbar input{border:0;background:none;outline:0;height:46px;width:100%}.toolbar svg{width:18px}.merchant-list article{grid-template-columns:44px 1fr 120px 70px 36px}.merchant-icon{width:40px;height:40px;border-radius:10px;background:var(--surface);display:grid!important;place-items:center}.admin-template-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.admin-template-grid article .poster{margin:-20px -20px 15px;border-radius:16px 16px 0 0}.admin-template-grid article>div{display:flex;justify-content:space-between}.admin-template-grid p{font-size:12px;color:var(--muted);line-height:1.7;margin:12px 0}.admin-bottom{display:none}.modal-wrap{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;place-items:center}.scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#0008;z-index:25}.modal{position:relative;z-index:51;background:var(--bg);border-radius:20px;padding:22px;width:min(560px,calc(100vw - 32px))}.modal header{display:flex;justify-content:space-between;margin-bottom:22px}.modal header button{width:38px;height:38px;display:grid;place-items:center}@media(max-width:760px){.login-page{display:block}.login-brand{padding:42px 24px 28px;min-height:35vh}.login-brand h1{font-size:46px}.login-brand .muted{display:none}.login-form{padding:38px 24px}.page{padding:24px 18px 38px}.wordmark{font-size:25px}.intro{margin:52px 0 28px}.intro h1,.flow section>h1,.simple-header h1{font-size:38px}.hero-action,.copy-action{border-radius:24px}.hero-action{min-height:270px;padding:26px;grid-template-columns:1.1fr .9fr}.hero-action h2,.copy-action h2{font-size:23px}.carousel-controls{padding-top:10px}.copy-action{min-height:180px;padding:26px}.copy-action>svg{width:55px}.round-arrow{width:48px;height:48px;margin-top:25px}.template-row{grid-auto-columns:42%}.poster{min-height:220px;padding:14px;border-radius:20px}.poster strong{font-size:21px}.choose-templates{gap:10px}.poster.compact{min-height:260px}.library-intro{margin:34px 0 4px}.library-intro h1{font-size:38px}.library-grid{grid-template-columns:1fr 1fr;gap:14px}.library-card .poster{min-height:270px}.library-card>span{align-items:flex-start;gap:5px}.library-card small{font-size:10px}.template-preview-layout{display:block;padding:8px 0}.template-preview-art{border-radius:28px;padding:12px;margin-bottom:26px}.template-preview-art .poster{min-height:460px;border-radius:20px}.template-preview-info h1{font-size:38px}.template-preview-actions{position:sticky;bottom:0;background:var(--bg);padding:12px 0 6px}.flow-actions{position:sticky;bottom:0;background:var(--bg);padding-bottom:8px}.flow-actions button{flex:1}.uploader{min-height:360px}.uploader.has-image img{height:360px}.form-grid,.preview-panel{grid-template-columns:1fr}.preview-panel .poster{width:70%;justify-self:center}.works-grid{grid-template-columns:1fr 1fr;gap:12px}.work-card .poster{min-height:240px}.admin-shell{display:block}.admin-shell aside{transform:translate(-100%);transition:.2s}.admin-shell aside.open{transform:translate(0)}.admin-main{padding:20px 16px 90px}.menu-button{display:grid;place-items:center;width:42px;height:42px}.admin-topbar{justify-content:flex-start;gap:12px}.admin-avatar{margin-left:auto}.admin-stats{grid-template-columns:1fr 1fr}.admin-stats article:last-child{grid-column:1/-1}.task-list article{grid-template-columns:10px 1fr auto 28px;gap:9px}.task-list article small{display:none}.merchant-list article{grid-template-columns:40px 1fr auto 28px;gap:9px}.merchant-list article>div:nth-child(4){display:none}.merchant-list article>div:nth-child(3) small{display:none}.toolbar{align-items:stretch}.toolbar .primary{padding:0 12px}.toolbar .primary svg{display:none}.admin-template-grid{grid-template-columns:1fr 1fr}.admin-bottom{position:fixed;display:grid;grid-template-columns:repeat(4,1fr);bottom:0;left:0;right:0;height:72px;background:var(--bg);border-top:1px solid var(--line);z-index:20}.chart{height:170px}.profile-page{padding:28px 20px 42px}.profile-page .simple-header{padding:0 2px}.profile-card{margin:32px 0;padding:0 2px}.stat-strip{border-radius:22px;padding:20px 22px;margin-bottom:22px}.settings-list{border:1px solid var(--line);border-radius:22px;overflow:hidden}.settings-list>button,.setting-theme{padding:18px 16px}.settings-list>button:last-child,.setting-theme:last-child{border-bottom:0}.logout{margin:28px auto}.modal{align-self:end;border-radius:24px 24px 0 0}.modal .form-grid{grid-template-columns:1fr 1fr}}@media(max-width:430px){.hero-action{grid-template-columns:1.15fr .85fr;padding:22px}.hero-action h2{font-size:20px}.hero-action p{font-size:12px}.hero-eyebrow{font-size:9px}.hero-crop{display:block;width:100%;height:220px;aspect-ratio:auto;align-self:center}.carousel-controls>button{display:none}.copy-action{grid-template-columns:1fr auto}.template-row{grid-auto-columns:52%}.choose-templates{grid-template-columns:repeat(3,70%);overflow-x:auto;padding:4px}.library-grid{grid-template-columns:1fr}.library-card .poster{min-height:390px}.works-grid,.admin-template-grid{grid-template-columns:1fr}.work-card .poster{min-height:330px}.toolbar label{flex:1}.toolbar .primary{font-size:12px}.modal .form-grid{grid-template-columns:1fr}}select{font:inherit;color:inherit;background:var(--bg);border:1px solid var(--line);border-radius:12px;min-height:46px;padding:0 12px;outline:0}.toolbar select{min-width:140px}.admin-drawer{max-height:92vh;overflow:auto}.admin-drawer.wide{width:min(760px,calc(100vw - 32px))}.admin-drawer .form-grid{margin-bottom:22px}.admin-drawer input,.admin-drawer textarea,.admin-drawer select{width:100%;background:var(--surface);border:1px solid transparent;border-radius:12px;min-height:46px;padding:12px;outline:0}.admin-drawer textarea{min-height:110px;resize:vertical}.admin-drawer input:focus,.admin-drawer textarea:focus,.admin-drawer select:focus{border-color:var(--text)}.drawer-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:22px}.detail-tabs{display:flex;gap:6px;margin-bottom:24px;padding:4px;background:var(--surface);border-radius:13px}.detail-tabs button{flex:1;min-height:38px;border-radius:10px;color:var(--muted)}.detail-tabs button.active{background:var(--bg);color:var(--text);font-weight:700}.quota-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:24px}.quota-summary div{padding:16px;background:var(--surface);border-radius:14px;display:flex;flex-direction:column;gap:5px}.quota-summary span{font-size:11px;color:var(--muted)}.quota-summary b{font-size:20px}.admin-note{line-height:1.7;margin:10px 0 20px}.security-row{display:flex;gap:10px}.security-row input{flex:1;background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:12px}.plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.plan-grid article{background:var(--bg);border:1px solid var(--line);border-radius:18px;padding:20px;display:flex;flex-direction:column;align-items:flex-start;gap:10px}.plan-grid article>div{width:100%;display:flex;gap:6px;flex-wrap:wrap;margin-bottom:8px}.plan-grid article>div span{background:var(--surface);border-radius:99px;padding:6px 9px;font-size:10px}.plan-price{font-size:28px}.template-placeholder{height:150px;background:var(--surface);display:grid;place-items:center;margin:-20px -20px 15px;border-radius:16px 16px 0 0}.template-placeholder svg{width:42px;height:42px;color:var(--muted)}.admin-template-grid article>small{display:block;color:var(--muted);font-size:10px;margin-bottom:14px}.code-field{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.inline-filters{display:flex;gap:8px}.detail-list{display:grid;grid-template-columns:100px 1fr;gap:14px;margin:0 0 24px}.detail-list dt{color:var(--muted)}.detail-list dd{margin:0;font-weight:600}.provider-list{display:flex;flex-direction:column}.provider-list article{display:grid;grid-template-columns:44px 1fr auto auto;gap:14px;align-items:center;padding:16px 0;border-top:1px solid var(--line)}.provider-list article>div:nth-child(2){display:flex;flex-direction:column;gap:3px}.provider-list span,.provider-list small{font-size:11px;color:var(--muted)}.provider-icon{width:40px;height:40px;border-radius:12px;background:var(--surface);display:grid;place-items:center}.admin-toast{position:fixed;right:24px;bottom:24px;background:#111;color:#fff;padding:12px 16px;border-radius:12px;z-index:80;font-size:13px;box-shadow:0 10px 30px #0003}@media(max-width:900px){.plan-grid{grid-template-columns:1fr 1fr}.admin-shell{grid-template-columns:220px 1fr}.admin-shell aside{width:220px}.admin-main{padding:24px 22px 80px}.admin-stats{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.plan-grid{grid-template-columns:1fr}.toolbar{flex-wrap:wrap}.toolbar label{width:100%}.toolbar select{flex:1}.quota-summary{grid-template-columns:1fr 1fr}.quota-summary div:last-child{grid-column:1/-1}.admin-drawer{align-self:end;width:100%!important;max-height:90vh;border-radius:24px 24px 0 0}.provider-list article{grid-template-columns:40px 1fr auto}.provider-list article>.status{display:none}.provider-list article>.secondary{grid-column:2/-1}.inline-filters select{min-width:0;max-width:110px}.admin-toast{left:18px;right:18px;bottom:84px;text-align:center}}.template-preview-thumb{height:150px;margin:-20px -20px 15px;border-radius:16px 16px 0 0;background:var(--surface);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;color:var(--muted);overflow:hidden}.template-preview-thumb.image{background:linear-gradient(135deg,var(--surface),var(--surface2))}.template-preview-thumb.copy{background:linear-gradient(135deg,var(--bg),var(--surface))}.template-preview-thumb img{width:100%;height:100%;object-fit:cover}.template-preview-thumb svg{width:28px;height:28px;stroke-width:1.8}.template-preview-thumb span{font-size:11px;font-weight:700;color:var(--muted)}.admin-template-grid article>.template-preview-thumb{justify-content:center}.admin-template-grid article>.template-card-head{display:flex;justify-content:space-between;align-items:center;gap:10px}.admin-template-grid article>.template-card-head b{min-width:0;overflow-wrap:anywhere}.admin-template-grid article .status{flex:0 0 auto}@media(max-width:760px){.admin-main{padding-bottom:calc(104px + env(safe-area-inset-bottom))}.admin-bottom{grid-template-columns:repeat(5,minmax(0,1fr));height:calc(72px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom)}.admin-bottom button{min-width:0;font-size:12px}.admin-bottom svg{width:22px;height:22px}.admin-toast{bottom:calc(84px + env(safe-area-inset-bottom))}.template-preview-thumb{height:138px}}@media(max-width:430px){.template-preview-thumb{height:150px}.admin-topbar h1{font-size:28px}.toolbar select{min-width:0}.toolbar .primary{min-width:136px}}
