@import"https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;600;700;800;900&display=swap";:root{font-family:Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif;color:#160a3a;background:#fffdf8;font-synthesis:none;--purple:#5b16c9;--deep:#2e0a8a;--lime:#c8ff19;--orange:#ff8a1f;--coral:#ff5b5b;--ink:#160a3a;--muted:#756b8a;--line:#e9e2f0;--paper:#fffdf8;--soft:#f7f3fb}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;-webkit-font-smoothing:antialiased}button,input,textarea,select{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid rgba(200,255,25,.6);outline-offset:2px}.app-shell{min-height:100vh;display:grid;grid-template-columns:232px minmax(0,1fr);background:var(--paper)}.sidebar{position:sticky;top:0;height:100vh;background:var(--deep);color:#fff;padding:24px 16px 18px;display:flex;flex-direction:column;z-index:10}.sidebar-admin{background:#210663}.brand{border:0;background:transparent;color:#fff;display:flex;align-items:center;gap:11px;padding:0 8px;cursor:pointer;text-align:left}.brand-mark{width:39px;height:39px;border-radius:12px;background:var(--lime);color:var(--deep);display:grid;place-items:center;transform:rotate(-4deg)}.brand b{font-size:20px;letter-spacing:1px}.brand small,.side-user small{display:block;color:#c8b9e6;font-size:11px;margin-top:2px}.nav-label{font-size:11px;color:#a995d3;letter-spacing:1.8px;margin:36px 13px 10px}.sidebar nav{display:grid;gap:6px}.sidebar nav button{height:44px;border:0;border-radius:10px;background:transparent;color:#dcd1ee;display:flex;align-items:center;gap:12px;padding:0 13px;cursor:pointer;position:relative}.sidebar nav button:hover,.sidebar nav button.active{background:#4614a0;color:#fff}.sidebar nav button.active i{position:absolute;right:-16px;width:4px;height:24px;border-radius:4px 0 0 4px;background:var(--lime)}.side-promo{margin:auto 0 18px;background:linear-gradient(145deg,#6721d1,#3d0d93);border:1px solid rgba(255,255,255,.13);border-radius:14px;padding:17px}.side-promo>span{display:inline-block;padding:3px 7px;background:var(--lime);color:var(--deep);font-weight:800;font-size:10px;border-radius:5px}.side-promo b{display:block;font-size:14px;margin:10px 0 5px}.side-promo p{font-size:11px;color:#c8b9e6;line-height:1.6;margin:0}.side-promo button{border:0;background:transparent;color:var(--lime);font-size:11px;padding:11px 0 0;display:flex;gap:5px;align-items:center;cursor:pointer}.side-user{border-top:1px solid rgba(255,255,255,.13);padding:16px 4px 0;display:flex;align-items:center;gap:9px}.side-user .avatar{width:35px;height:35px;border-radius:50%;display:grid;place-items:center;background:var(--orange);font-weight:800}.side-user b{font-size:12px}.side-user>svg{margin-left:auto;color:#a995d3}.main-panel{min-width:0;min-height:100vh}.topbar{height:72px;border-bottom:1px solid var(--line);background:#fffdf8f0;display:flex;align-items:center;padding:0 38px;position:sticky;top:0;z-index:9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.topbar>div:first-of-type>b{font-size:15px}.top-actions{margin-left:auto;display:flex;align-items:center;gap:12px}.points{height:36px;border:1px solid var(--line);border-radius:18px;padding:0 13px;display:flex;align-items:center;gap:7px;font-size:12px;background:#fff}.points svg{color:var(--orange)}.icon-btn,.menu-btn{width:36px;height:36px;border:1px solid var(--line);background:#fff;border-radius:10px;display:grid;place-items:center;cursor:pointer}.menu-btn{display:none}.btn{height:42px;border:0;border-radius:9px;padding:0 17px;font-weight:700;font-size:13px;display:inline-flex;align-items:center;justify-content:center;gap:7px;cursor:pointer;transition:.18s}.btn:hover{transform:translateY(-1px)}.btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.btn-primary{background:var(--purple);color:#fff;box-shadow:0 6px 16px #5b16c929}.btn-outline{background:#fff;color:var(--ink);border:1px solid var(--line);box-shadow:none}.back-link{border:0;background:transparent;display:flex;align-items:center;gap:6px;font-size:12px;color:var(--muted);cursor:pointer}.back-link svg{width:16px}.eyebrow{display:inline-flex;align-items:center;gap:6px;padding:5px 9px;background:#efe4ff;color:var(--purple);font-weight:800;font-size:11px;border-radius:5px;letter-spacing:.4px}.eyebrow.lime{background:#efffc2;color:#3e5a00}.market-hero{min-height:335px;padding:52px 7vw 42px;display:flex;align-items:center;justify-content:space-between;background:radial-gradient(circle at 84% 45%,rgba(200,255,25,.32),transparent 19%),linear-gradient(120deg,#fffaf0,#f8f1ff);border-bottom:1px solid var(--line);overflow:hidden}.market-hero h1{font-size:44px;line-height:1.18;letter-spacing:-2px;margin:17px 0 12px;font-weight:900}.market-hero h1 em{font-style:normal;color:var(--purple);position:relative}.market-hero h1 em:after{content:"";height:8px;background:var(--lime);position:absolute;left:0;right:0;bottom:0;z-index:-1;transform:rotate(-1deg)}.market-hero p{font-size:14px;color:var(--muted);margin:0 0 24px}.searchbox{width:490px;height:50px;display:flex;align-items:center;gap:11px;background:#fff;border:1px solid #ded4ea;border-radius:12px;padding:0 14px;box-shadow:0 12px 30px #2e0a8a14}.searchbox svg{color:var(--purple);width:19px}.searchbox input{flex:1;border:0;outline:0;background:transparent}.searchbox kbd{font-size:10px;color:#8a809b;border:1px solid var(--line);border-radius:5px;padding:3px 6px}.hero-orbit{width:285px;height:230px;position:relative;margin-right:4vw}.orb-main{position:absolute;left:74px;top:35px;width:138px;height:138px;border-radius:42% 58% 55% 45%;background:var(--purple);color:var(--lime);display:grid;place-items:center;transform:rotate(-8deg);box-shadow:18px 18px #ff8a1ff2}.orb-main svg{transform:rotate(8deg)}.orb{position:absolute;width:53px;height:53px;border-radius:15px;display:grid;place-items:center;box-shadow:0 10px 20px #2e0a8a26}.orb-a{background:#fff;color:var(--purple);top:6px;left:22px;transform:rotate(-9deg)}.orb-b{background:var(--lime);color:var(--deep);right:4px;top:33px;transform:rotate(8deg)}.orb-c{background:var(--orange);color:#fff;left:31px;bottom:3px;transform:rotate(6deg)}.content-section{padding:35px 4.2vw 60px}.section-heading{display:flex;justify-content:space-between;align-items:end}.section-heading h2{font-size:24px;margin:0 0 5px}.section-heading p{font-size:12px;color:var(--muted);margin:0}.section-heading>span{font-size:11px;color:var(--muted)}.filter-row{display:flex;gap:8px;flex-wrap:wrap;margin:22px 0}.filter-row button{height:34px;padding:0 14px;border:1px solid var(--line);border-radius:18px;background:#fff;color:var(--muted);font-size:12px;cursor:pointer}.filter-row button.active{background:var(--deep);border-color:var(--deep);color:#fff}.agent-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.agent-card{min-height:247px;border:1px solid var(--line);background:#fff;border-radius:14px;padding:21px;cursor:pointer;position:relative;overflow:hidden;transition:.2s}.agent-card:before{content:"";height:4px;position:absolute;left:0;right:0;top:0;background:var(--accent)}.agent-card:hover{transform:translateY(-4px);box-shadow:0 15px 34px #2e0a8a1f;border-color:#d9c8ee}.accent-purple{--accent:var(--purple)}.accent-lime{--accent:var(--lime)}.accent-orange{--accent:var(--orange)}.accent-coral{--accent:var(--coral)}.agent-top{display:flex;align-items:start;justify-content:space-between}.agent-icon{width:48px;height:48px;border-radius:13px;background:color-mix(in srgb,var(--accent) 17%,white);color:var(--accent);display:grid;place-items:center}.agent-icon svg{width:23px}.hot{padding:4px 8px;background:#fff0e5;color:#d85200;border-radius:5px;font-size:10px;font-weight:800}.agent-card h3{font-size:17px;margin:16px 0 7px}.agent-card>p{height:37px;font-size:12px;line-height:1.55;color:var(--muted);margin:0}.agent-meta{display:flex;gap:7px;margin-top:14px}.agent-meta span{font-size:10px;color:#766b87;background:#f6f2f8;border-radius:4px;padding:4px 6px}.agent-card>button{border:0;background:transparent;color:var(--purple);font-size:12px;font-weight:700;padding:16px 0 0;display:flex;gap:6px;align-items:center;cursor:pointer}.card-number{position:absolute;right:-5px;bottom:-16px;font-size:65px;font-weight:900;color:#f5f1f7;font-style:normal;z-index:0}.empty,.error-card{min-height:240px;display:grid;place-items:center;align-content:center;text-align:center;color:var(--muted)}.empty svg{color:var(--purple)}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-card{margin:30px;border:1px dashed #e5d7ec;border-radius:14px}.error-card b{color:var(--ink);font-size:18px}.workspace-layout{height:calc(100vh - 72px);display:grid;grid-template-columns:245px minmax(0,1fr)}.history-panel{border-right:1px solid var(--line);padding:23px 16px;background:#fbf9fc;display:flex;flex-direction:column}.new-chat{width:100%}.history-title,.api-mode-title{font-size:10px;color:#8b809a;text-transform:uppercase;letter-spacing:1px;margin:26px 8px 9px}.history-item{display:flex;align-items:flex-start;gap:9px;border:0;background:#fff;border-radius:9px;padding:10px;width:100%;text-align:left;color:var(--ink)}.history-item>svg{width:16px;color:var(--purple)}.history-item span{min-width:0}.history-item b{display:block;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-item small{color:var(--muted);font-size:9px}.muted{font-size:10px;color:var(--muted);padding:0 8px}.api-mode-title{margin-top:auto}.mode-switch{display:grid;grid-template-columns:1fr 1fr;background:#eee8f2;padding:3px;border-radius:9px}.mode-switch button{border:0;border-radius:7px;background:transparent;padding:8px 3px;font-size:10px;cursor:pointer}.mode-switch button.active{background:#fff;color:var(--purple);box-shadow:0 2px 5px #2e0a8a14;font-weight:700}.mode-switch small{display:block;font-size:8px;color:var(--muted);margin-top:2px}.mode-locked{display:flex;align-items:center;gap:7px;background:#efe8fa;color:var(--purple);padding:10px;border-radius:9px;font-size:10px;font-weight:700}.mode-locked svg{width:15px}.chat-panel{min-width:0;display:flex;flex-direction:column;background:linear-gradient(180deg,#fffdf8,#fff)}.chat-scroll{flex:1;overflow:auto;padding:35px 8vw}.welcome{max-width:670px;margin:7vh auto 0;text-align:center}.welcome .agent-icon{margin:0 auto;width:62px;height:62px}.welcome h1{font-size:28px;margin:18px 0 9px}.welcome>p{max-width:520px;margin:0 auto;color:var(--muted);font-size:13px;line-height:1.7}.examples{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:30px;text-align:left}.examples button{min-height:49px;border:1px solid var(--line);border-radius:10px;background:#fff;padding:0 14px;font-size:11px;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.examples button:hover{border-color:var(--purple);color:var(--purple)}.examples svg{width:15px}.messages{max-width:800px;margin:0 auto}.message{display:grid;grid-template-columns:35px 1fr;gap:11px;margin-bottom:27px}.message-avatar{width:34px;height:34px;border-radius:10px;background:#f0e6ff;color:var(--purple);display:grid;place-items:center}.message.user .message-avatar{background:#fff0e4;color:var(--orange)}.message-avatar svg{width:17px}.message b{font-size:11px}.message p{font-size:13px;line-height:1.8;margin:7px 0;white-space:pre-wrap}.message.user p{display:inline-block;background:#f5f0fa;padding:10px 13px;border-radius:3px 12px 12px}.copy-btn{border:0;background:transparent;color:var(--muted);font-size:10px;display:flex;gap:4px;padding:0;cursor:pointer}.copy-btn svg{width:13px}.typing i{display:inline-block;width:6px;height:6px;background:var(--purple);border-radius:50%;margin-right:4px;animation:pulse 1s infinite}.typing i:nth-child(2){animation-delay:.15s}.typing i:nth-child(3){animation-delay:.3s}@keyframes pulse{50%{opacity:.25;transform:translateY(-3px)}}.composer{margin:0 auto 24px;width:min(760px,calc(100% - 48px));border:1px solid #d9cee3;border-radius:13px;background:#fff;box-shadow:0 13px 34px #2e0a8a1a;position:relative;padding:13px 53px 22px 14px}.composer textarea{width:100%;height:54px;border:0;outline:0;resize:none;font-size:12px}.composer>button{position:absolute;right:12px;top:17px;width:36px;height:36px;border:0;border-radius:10px;background:var(--purple);color:#fff;display:grid;place-items:center}.composer>button:disabled{background:#c9c1d0}.composer>button svg{width:17px}.composer small{position:absolute;left:14px;bottom:7px;font-size:9px;color:var(--muted)}.special-workspace,.page-body,.admin-body{padding:35px 4.5vw 60px}.special-head,.page-intro,.admin-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:30px}.special-head h1,.page-intro h1,.admin-heading h1{font-size:30px;margin:12px 0 6px;letter-spacing:-.7px}.special-head p,.page-intro p,.admin-heading p{margin:0;color:var(--muted);font-size:12px}.special-head>.mode-switch,.special-head>.mode-locked{width:230px;margin-top:23px}.workflow-steps{margin:33px 0;display:grid;grid-template-columns:repeat(4,1fr);max-width:850px}.workflow-steps>div{display:flex;align-items:center;position:relative;color:#aaa1b3}.workflow-steps span{width:28px;height:28px;border:1px solid #d9d0e0;border-radius:50%;display:grid;place-items:center;font-size:10px;background:#fff;z-index:1}.workflow-steps span svg{width:13px}.workflow-steps b{font-size:10px;margin-left:7px}.workflow-steps i{position:absolute;height:1px;background:#ded5e4;left:95px;right:15px}.workflow-steps>div.active{color:var(--purple)}.workflow-steps>div.active span{background:var(--purple);color:#fff;border-color:var(--purple)}.builder-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr);gap:22px}.form-card,.preview-card,.table-card,.api-config,.api-closed,.strategy-card,.policy-grid>section{border:1px solid var(--line);border-radius:14px;background:#fff;padding:25px}.card-heading{display:flex;align-items:center;gap:12px;margin-bottom:22px}.card-heading>span{width:36px;height:36px;border-radius:10px;background:#f0e6ff;color:var(--purple);display:grid;place-items:center;font-size:12px;font-weight:800}.card-heading h2{margin:0 0 3px;font-size:17px}.card-heading p{margin:0;color:var(--muted);font-size:10px}.form-card label,.editor-form label{display:block;font-size:11px;font-weight:700;margin-bottom:17px}.form-card textarea,.form-card input,.form-card select,.editor-form input,.editor-form textarea,.confirm-zone input{display:block;width:100%;margin-top:8px;border:1px solid #ddd4e5;border-radius:9px;padding:11px 12px;background:#fffdfa;font-size:12px;outline:0}.form-card textarea{height:105px;resize:vertical}.form-card textarea.large{height:170px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.choice-row{display:flex;gap:6px;margin-top:8px}.choice-row button{height:38px;flex:1;border:1px solid var(--line);background:#fff;border-radius:8px;font-size:11px}.choice-row button.active{border-color:var(--purple);background:#f2eafd;color:var(--purple);font-weight:700}.upload-box{width:100%;height:66px;border:1px dashed #cfc3d9;background:#fbf8fd;border-radius:9px;color:var(--purple);display:flex;align-items:center;justify-content:center;gap:7px;font-size:11px}.upload-box svg{width:17px}.upload-box small{color:var(--muted)}.form-card>.btn{width:100%}.integration-note{color:#746987;font-size:9px!important;display:flex;align-items:center;gap:5px;margin:12px 0 0!important}.integration-note svg{width:13px;color:var(--purple)}.preview-card{display:flex;flex-direction:column;text-align:center}.preview-canvas{flex:1;min-height:330px;border-radius:12px;background:linear-gradient(150deg,#4614a0,#7618c8 55%,#ff8a1f);display:grid;place-items:center;color:#fff;font-size:27px;font-weight:900;line-height:1.25;position:relative;overflow:hidden}.preview-canvas:before{content:"";position:absolute;width:170px;height:170px;background:var(--lime);border-radius:50%;right:-70px;bottom:-70px}.preview-canvas svg{position:absolute;top:20px;right:20px;color:var(--lime)}.preview-card>div:last-child b{display:block;font-size:12px;margin-top:17px}.preview-card>div:last-child p{font-size:10px;color:var(--muted);line-height:1.55}.builder-grid.talking{grid-template-columns:1fr 360px}.video-preview{background:#25105f;color:#fff;position:relative}.person-silhouette{min-height:340px;display:grid;place-items:center;background:radial-gradient(circle at 50% 40%,#8151cd,#2e0a8a 70%);border-radius:11px}.person-silhouette svg{width:120px;height:120px;color:#bd9ce7}.video-preview>div:last-child p{color:#c8b9e6}.video-preview .play{position:absolute;top:43%;left:50%;transform:translate(-50%,-50%);width:55px;height:55px;border-radius:50%;display:grid;place-items:center;background:var(--lime);color:var(--deep)}.coming-soon{min-height:calc(100vh - 72px);display:grid;place-items:center;align-content:center;text-align:center;padding:30px}.coming-soon>span{width:75px;height:75px;border-radius:23px;background:var(--lime);color:var(--deep);display:grid;place-items:center;transform:rotate(-5deg)}.coming-soon h1{font-size:28px;margin:24px 0 7px}.coming-soon p{max-width:520px;color:var(--muted);line-height:1.7;font-size:13px;margin:0 0 24px}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:28px 0}.stats-grid>div{border:1px solid var(--line);background:#fff;border-radius:13px;padding:19px}.stats-grid span,.stats-grid small{font-size:10px;color:var(--muted);display:block}.stats-grid b{display:block;font-size:29px;margin:5px 0;color:var(--purple)}.table-card{padding:0;overflow:hidden}.table-head,.admin-toolbar{height:65px;padding:0 20px;display:flex;align-items:center;border-bottom:1px solid var(--line)}.table-head h2{font-size:16px}.search-mini{height:35px;border:1px solid var(--line);background:#fff;border-radius:8px;display:flex;align-items:center;gap:7px;padding:0 10px;margin-left:auto}.search-mini svg{width:15px;color:var(--muted)}.search-mini input{border:0;outline:0;font-size:11px}.mock-table .thead,.mock-table .trow{display:grid;grid-template-columns:1.8fr 1.2fr .8fr 1fr .5fr;align-items:center;min-height:54px;padding:0 20px;border-bottom:1px solid #f0ebf2;font-size:11px}.mock-table .thead,.admin-table .thead{color:#867b94;background:#faf8fb;font-size:9px;font-weight:700}.mock-table .trow>span:first-child{display:flex;align-items:center;gap:8px;font-weight:700}.mock-table .trow svg{width:15px;color:var(--purple)}.status-success{color:#388500}.mock-table .trow button,.table-action{border:0;background:transparent;color:var(--purple);font-size:10px;font-weight:700;cursor:pointer}.pagination{display:flex;align-items:center;justify-content:flex-end;gap:6px;padding:14px 20px}.pagination span{font-size:10px;color:var(--muted);margin-right:auto}.pagination button{min-width:30px;height:28px;border:1px solid var(--line);background:#fff;border-radius:6px;font-size:9px}.pagination button.active{background:var(--purple);color:#fff}.pagination button:disabled{opacity:.45}.account-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:26px 0}.balance-card,.membership-card{border-radius:15px;padding:25px;min-height:178px;position:relative;overflow:hidden}.balance-card{background:var(--deep);color:#fff}.balance-card:after{content:"";position:absolute;width:150px;height:150px;border-radius:50%;background:#4d1aaa;right:-50px;top:-50px}.balance-card>span,.membership-card>span{font-size:11px;opacity:.75}.balance-card>b{display:block;font-size:39px;margin:8px 0}.balance-card p,.membership-card p{font-size:10px;opacity:.7}.balance-card .btn{background:var(--lime);color:var(--deep);margin-top:9px}.membership-card{background:linear-gradient(135deg,#fff1dd,#fffaf0);border:1px solid #f3d8b3}.membership-card b{font-size:21px;display:block;margin:14px 0}.membership-card i{position:absolute;right:20px;top:20px;font-style:normal;color:#5d8100;background:#eaffac;padding:5px 9px;border-radius:6px;font-size:10px;display:flex;gap:4px;align-items:center}.membership-card i svg{width:13px}.api-config{max-width:900px}.api-row{display:flex;align-items:center;padding:15px 0;border-top:1px solid var(--line);gap:14px}.api-row>div{flex:1}.api-row b,.api-row small{display:block}.api-row b{font-size:12px}.api-row small{font-size:10px;color:var(--muted);margin-top:3px}.unconfigured{font-size:10px;color:#a56a00;background:#fff0d2;padding:5px 8px;border-radius:5px}.api-row .btn{height:34px;font-size:10px}.api-closed{display:flex;align-items:center;gap:17px;max-width:900px}.api-closed>svg{width:43px;height:43px;color:var(--purple);background:#f0e6ff;padding:10px;border-radius:12px}.api-closed>div{flex:1}.api-closed h2{font-size:16px;margin:0 0 5px}.api-closed p{font-size:11px;color:var(--muted);margin:0}.admin-body{background:#faf8fc;min-height:calc(100vh - 72px)}.admin-toolbar{margin-top:25px;background:#fff;border:1px solid var(--line);border-bottom:0;border-radius:13px 13px 0 0;gap:8px}.admin-toolbar .search-mini{margin-left:0;width:260px}.admin-toolbar .search-mini input{width:100%}.toolbar-spacer{flex:1}.admin-toolbar>span{font-size:10px;color:var(--muted)}.admin-table{background:#fff;border:1px solid var(--line);border-radius:0 0 13px 13px;overflow:hidden}.admin-table .thead,.admin-table .trow{display:grid;grid-template-columns:1.7fr .8fr .7fr .6fr .7fr .8fr .5fr;align-items:center;min-height:61px;padding:0 19px;border-bottom:1px solid #f0ebf2;font-size:10px}.agent-cell{display:flex;align-items:center;gap:9px}.agent-cell>span b,.agent-cell>span small{display:block}.agent-cell>span small{color:var(--muted);font-size:8px;margin-top:2px}.mini-icon{width:35px;height:35px;border-radius:9px;background:color-mix(in srgb,var(--accent) 15%,white);color:var(--accent);display:grid;place-items:center}.mini-icon svg{width:16px}.status-dot{display:inline-block;width:6px;height:6px;border-radius:50%;margin-right:5px;background:#a29aaa}.status-dot.published{background:#66b800}.status-dot.draft{background:var(--orange)}.editor-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;min-height:calc(100vh - 72px)}.editor-form{padding:29px 4vw 60px;overflow:auto}.editor-title{display:flex;justify-content:space-between;align-items:flex-start;margin:18px 0 25px}.editor-title h1{font-size:28px;margin:11px 0 5px}.editor-title p{font-size:11px;color:var(--muted);margin:0}.publish-badge{font-size:10px;padding:6px 10px;border-radius:6px;background:#fff0d7;color:#9b6500}.publish-badge.published{background:#ebffc0;color:#407000}.form-section{border:1px solid var(--line);border-radius:13px;background:#fff;padding:23px;margin-bottom:15px}.form-section h2{font-size:15px;margin:0 0 20px;display:flex;align-items:center;gap:8px}.form-section h2>span{width:25px;height:25px;border-radius:7px;background:var(--purple);color:#fff;display:grid;place-items:center;font-size:9px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 14px}.form-grid .full{grid-column:1/-1}.editor-form textarea{height:77px;resize:vertical}.prompt-section textarea{height:260px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;line-height:1.65}.prompt-section label{position:relative}.prompt-section small{position:absolute;right:10px;bottom:9px;font-size:8px;color:var(--muted)}.test-panel{border-left:1px solid var(--line);background:#f7f2fb;display:flex;flex-direction:column;position:sticky;top:72px;height:calc(100vh - 72px)}.test-head{height:75px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:10px;padding:0 18px;background:#fff}.test-head>span{width:36px;height:36px;border-radius:10px;background:var(--lime);color:var(--deep);display:grid;place-items:center}.test-head svg{width:18px}.test-head b,.test-head small{display:block}.test-head b{font-size:12px}.test-head small{font-size:9px;color:var(--muted);margin-top:2px}.test-chat{flex:1;overflow:auto;padding:20px}.test-empty{height:100%;display:grid;place-items:center;align-content:center;text-align:center;color:#95899f}.test-empty svg{width:40px;height:40px}.test-empty p{font-size:10px}.test-reply{display:grid;grid-template-columns:28px 1fr;gap:8px}.test-reply>svg{background:#eee1ff;color:var(--purple);border-radius:8px;padding:6px;width:28px;height:28px}.test-reply p{margin:0;background:#fff;border:1px solid var(--line);border-radius:3px 10px 10px;padding:10px;font-size:11px;line-height:1.7;white-space:pre-wrap}.test-composer{margin:13px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:9px 45px 8px 10px;position:relative}.test-composer textarea{width:100%;height:55px;resize:none;border:0;outline:0;font-size:10px}.test-composer button{position:absolute;right:9px;top:18px;width:31px;height:31px;border:0;border-radius:8px;background:var(--purple);color:#fff}.test-composer svg{width:14px}.notice{margin-top:11px;background:#edffc5;color:#416b00;padding:10px 12px;border-radius:8px;font-size:10px;display:flex;align-items:center;gap:6px}.notice svg{width:14px}.strategy-card{max-width:920px}.strategy-title{display:flex;align-items:center;gap:13px}.strategy-icon{width:45px;height:45px;border-radius:12px;background:#f0e4ff;color:var(--purple);display:grid;place-items:center}.strategy-title h2{font-size:17px;margin:0 0 4px}.strategy-title p{font-size:10px;color:var(--muted);margin:0}.mode-badge{margin-left:auto;padding:6px 10px;border-radius:6px;background:#efffc4;color:#4f7100;font-size:10px;font-weight:800}.mode-badge.platform_only{background:#ffe3e3;color:#ad3030}.strategy-options{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:23px}.strategy-options>button{min-height:110px;border:1px solid var(--line);background:#fffdfa;border-radius:11px;padding:16px;text-align:left;display:grid;grid-template-columns:28px 1fr;gap:9px;cursor:pointer}.strategy-options>button>span{width:25px;height:25px;border:1px solid #d8cee0;border-radius:50%;display:grid;place-items:center;color:#fff}.strategy-options>button>span svg{width:13px}.strategy-options>button.selected{border:2px solid var(--purple);background:#faf5ff}.strategy-options>button.selected>span{background:var(--purple);border-color:var(--purple)}.strategy-options>button.danger.selected{border-color:var(--coral);background:#fff5f5}.strategy-options>button.danger.selected>span{background:var(--coral);border-color:var(--coral)}.strategy-options b{font-size:12px}.strategy-options p{font-size:10px;color:var(--muted);line-height:1.6}.confirm-zone{margin-top:16px;border:1px solid #ffc7c7;background:#fff7f7;border-radius:10px;padding:15px}.confirm-zone b{font-size:12px;color:#a52828}.confirm-zone p{font-size:10px;color:#825d5d}.confirm-zone>div{display:flex;gap:8px}.confirm-zone input{margin:0}.policy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:17px;max-width:920px}.policy-grid>section{display:flex;gap:12px}.policy-grid>section>svg{color:var(--purple)}.policy-grid h3{font-size:12px;margin:0 0 5px}.policy-grid b{font-size:11px}.policy-grid p{font-size:9px;color:var(--muted);line-height:1.5}.mobile-nav{display:none}@media(max-width:1100px){.agent-grid{grid-template-columns:repeat(3,1fr)}.market-hero{padding-left:5vw}.hero-orbit{transform:scale(.85)}.editor-layout{grid-template-columns:minmax(0,1fr) 320px}.admin-table .thead,.admin-table .trow{grid-template-columns:1.8fr .9fr .8fr .7fr .8fr .5fr}.admin-table .thead span:nth-child(6),.admin-table .trow>span:nth-child(6){display:none}}@media(max-width:820px){.app-shell{display:block}.app-shell>.sidebar{display:none}.menu-btn{display:grid}.mobile-nav{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0f042873;z-index:30}.mobile-nav .sidebar{display:flex;position:fixed;left:0;top:0;width:260px}.mobile-close{position:fixed;left:275px;top:16px;border:0;background:#fff;width:40px;height:40px;border-radius:50%;display:grid;place-items:center}.topbar{padding:0 18px}.topbar>div:first-of-type{margin-left:10px}.market-hero{padding:38px 25px}.market-hero h1{font-size:35px}.hero-orbit{display:none}.searchbox{width:min(100%,490px)}.content-section,.special-workspace,.page-body,.admin-body{padding:28px 22px 50px}.agent-grid{grid-template-columns:repeat(2,1fr)}.workspace-layout{grid-template-columns:1fr}.history-panel{display:none}.chat-scroll{padding:25px}.builder-grid,.builder-grid.talking{grid-template-columns:1fr}.preview-card{display:none}.editor-layout{grid-template-columns:1fr}.test-panel{position:relative;top:0;height:500px;border-left:0;border-top:1px solid var(--line)}.strategy-options,.policy-grid{grid-template-columns:1fr}.admin-table{overflow:auto}.admin-table .thead,.admin-table .trow{min-width:850px}.special-head{display:block}.special-head>.mode-switch,.special-head>.mode-locked{margin-top:18px}.stats-grid,.account-grid{grid-template-columns:1fr}}@media(max-width:540px){.topbar .points{display:none}.market-hero h1{font-size:30px}.market-hero p{line-height:1.7}.agent-grid{grid-template-columns:1fr}.agent-card{min-height:220px}.examples{grid-template-columns:1fr}.composer{width:calc(100% - 24px)}.special-head h1,.page-intro h1,.admin-heading h1{font-size:25px}.workflow-steps b,.workflow-steps i{display:none}.workflow-steps{max-width:240px}.field-row,.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.mock-table{overflow:auto}.mock-table .thead,.mock-table .trow{min-width:700px}.page-intro{display:block}.page-intro>.btn{margin-top:15px}.account-grid{grid-template-columns:1fr}.api-row{flex-wrap:wrap}.editor-form{padding:24px 18px}.editor-title{display:block}.publish-badge{display:inline-block;margin-top:15px}.strategy-title{align-items:flex-start}.mode-badge{position:absolute;right:30px}.strategy-card{position:relative}.confirm-zone>div{display:block}.confirm-zone .btn{margin-top:8px;width:100%}}.workspace-layout{height:calc(100dvh - 72px);min-height:0;overflow:hidden}.history-panel{min-height:0;overflow:hidden}.history-list{min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.chat-panel{min-height:0;overflow:hidden}.chat-scroll{min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:28px clamp(20px,3vw,44px) 18px;scroll-behavior:smooth}.messages{width:100%;max-width:1000px;margin:0}.message{display:flex;align-items:flex-start;gap:12px;margin-bottom:26px}.message.user{flex-direction:row-reverse;justify-content:flex-start}.message-avatar{flex:0 0 40px;width:40px;height:40px;border-radius:12px}.message-avatar svg{width:19px;height:19px}.message-body{display:flex;min-width:0;max-width:min(78%,780px);flex-direction:column;align-items:flex-start}.message.user .message-body{align-items:flex-end}.message-meta{display:flex;align-items:center;min-height:22px;margin:0 0 7px}.message-meta b{display:block;font-size:14px!important;line-height:22px}.message-bubble{max-width:100%;border:1px solid #e7dfee;border-radius:5px 16px 16px;background:#fff;padding:12px 15px;box-shadow:0 5px 16px #2e0a8a0b}.message.user .message-bubble{border-color:#ded0ed;border-radius:16px 5px 16px 16px;background:#f4edfb;box-shadow:none}.workspace-layout .message p{margin:0;font-size:15px;line-height:1.8;overflow-wrap:anywhere;white-space:pre-wrap}.workspace-layout .message.user p{display:block;border-radius:0;background:transparent;padding:0}.copy-btn{margin-top:8px;font-size:12px}.typing{min-width:44px;height:24px;display:flex;align-items:center}.chat-error{display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:10px;margin:2px 0 22px 52px;padding:12px 14px;border:1px solid #f1c7be;border-radius:12px;background:#fff7f4;color:#8a3023}.chat-error>svg{width:20px}.chat-error b,.chat-error span{display:block}.chat-error b{font-size:13px;margin-bottom:2px}.chat-error span{font-size:12px;line-height:1.5}.chat-error button{min-height:36px;border:1px solid #df9f91;border-radius:9px;background:#fff;color:#8a3023;padding:0 12px;font-weight:800;cursor:pointer}.message-end{height:1px}.composer{width:auto;max-width:1000px;margin:0 clamp(20px,3vw,44px) 20px;padding:13px 56px 25px 15px}.composer textarea{height:62px}.composer small{font-size:11px;line-height:1.4}@media(max-width:820px){.chat-scroll{padding:20px 16px 14px}.composer{width:auto;margin:0 12px 12px}.message-body{max-width:84%}.context-panel{display:none}}@media(max-width:540px){.message{gap:9px}.message-avatar{flex-basis:36px;width:36px;height:36px}.message-body{max-width:86%}.message-bubble{padding:10px 12px}.workspace-layout .message p{font-size:14px}.chat-error{grid-template-columns:20px minmax(0,1fr);margin-left:45px}.chat-error button{grid-column:2;justify-self:start}.composer{width:auto}}.market-home{padding:28px 36px 42px}.market-search{height:58px;border:2px solid #7040e8;border-radius:12px;background:#fff;display:flex;align-items:center;padding:0 8px 0 20px;gap:12px}.market-search>svg{color:#8b8295;width:20px}.market-search input{flex:1;border:0;outline:0;font-size:13px}.market-search .btn{width:88px}.filter-line{display:flex;align-items:center;gap:15px}.market-home .filter-row{margin:22px 0;flex:1}.market-home .filter-row button{border-radius:9px;height:43px;padding:0 21px;font-size:12px}.market-home .filter-row button.active{background:linear-gradient(135deg,#6b23f1,#4010bc)}.recommend{height:40px;border:1px solid var(--line);background:#fff;border-radius:9px;display:flex;align-items:center;gap:7px;padding:0 14px;font-weight:700;font-size:11px}.recommend svg{width:14px}.continue-strip{border:1px solid var(--line);border-radius:12px;background:#fff;padding:13px 16px;margin-bottom:25px}.continue-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:11px}.continue-head b,.continue-head button{display:flex;align-items:center;gap:6px}.continue-head b{font-size:12px}.continue-head b svg{width:15px}.continue-head button{border:0;background:transparent;color:var(--purple);font-size:10px}.continue-head button svg{width:12px}.continue-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:11px}.continue-grid>button{height:61px;border:1px solid var(--line);border-radius:9px;background:#fff;display:flex;align-items:center;gap:9px;text-align:left;padding:8px 10px}.continue-grid .mini-icon{flex:0 0 38px}.continue-grid span{min-width:0;flex:1}.continue-grid b,.continue-grid small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.continue-grid b{font-size:10px}.continue-grid small{font-size:8px;color:var(--muted);margin-top:3px}.continue-grid em{font-style:normal;font-size:8px;padding:4px 6px;border-radius:5px;white-space:nowrap}.task-生成中{background:#f0e7ff;color:var(--purple)}.task-已完成{background:#e8ffd6;color:#288040}.task-草稿{background:#fff0e3;color:#d56300}.market-home .section-heading{align-items:center;margin-bottom:13px}.market-home .section-heading h2{font-size:20px;display:flex;align-items:center;gap:4px}.market-home .section-heading h2 svg{width:15px;color:#a7dc00}.market-home .agent-grid{gap:14px}.market-home .agent-card{min-height:181px;padding:18px 17px;display:flex;flex-direction:column}.agent-card-main{display:grid;grid-template-columns:58px 1fr;gap:12px}.agent-card-main .agent-icon{width:58px;height:58px}.agent-card-main h3{margin:1px 0 5px;font-size:15px}.agent-card-main p{font-size:10px;color:var(--muted);line-height:1.45;margin:0;height:29px}.category-tag{display:inline-block;margin-top:7px;background:color-mix(in srgb,var(--accent) 13%,white);color:var(--accent);font-size:8px;padding:3px 6px;border-radius:4px}.market-home .agent-card .hot{position:absolute;right:0;top:0;border-radius:0 13px 0 8px;background:color-mix(in srgb,var(--accent) 18%,white);color:var(--accent)}.agent-card-foot{margin-top:auto;display:flex;align-items:center;justify-content:space-between}.agent-card-foot>span{font-size:10px;color:#5f5869}.agent-card-foot button{height:31px;border:1px solid var(--purple);background:#fff;color:var(--purple);border-radius:7px;padding:0 14px;font-size:10px;font-weight:700}.agent-card:hover .agent-card-foot button{background:var(--purple);color:#fff}.market-home .agent-card.accent-lime:hover .agent-card-foot button{background:var(--lime);border-color:var(--lime);color:var(--deep)}@media(max-width:820px){.market-home{padding:24px 20px}.continue-grid{grid-template-columns:1fr 1fr}.filter-line{align-items:flex-start}.recommend{margin-top:23px}}@media(max-width:540px){.continue-grid{grid-template-columns:1fr}.market-search .btn,.recommend{display:none}.market-home .filter-row button{height:36px;padding:0 12px}.market-home .agent-card{min-height:190px}}.workspace-layout{grid-template-columns:225px minmax(0,1fr) 285px}.history-search{height:37px;border:1px solid var(--line);border-radius:8px;background:#fff;display:flex;align-items:center;gap:7px;padding:0 9px;color:var(--muted);font-size:10px;margin-bottom:13px}.history-search svg{width:14px}.all-history{margin-top:auto;height:38px;border:1px solid var(--line);border-radius:8px;background:#fff;font-size:10px;display:flex;align-items:center;justify-content:center;gap:8px}.all-history svg{width:14px}.context-panel{border-left:1px solid var(--line);background:#fbf9fc;padding:18px 14px;overflow:auto}.context-panel section{border:1px solid var(--line);background:#fff;border-radius:11px;padding:15px;margin-bottom:10px}.context-panel h3{font-size:12px;margin:0 0 13px}.context-panel>section>p{font-size:9px;color:var(--muted);line-height:1.7;margin:0}.context-item{position:relative;border-top:1px solid #eee8f1;padding:10px 22px 8px 0}.context-item:first-of-type{border-top:0;padding-top:0}.context-item span,.context-item b{display:block;font-size:9px}.context-item span{color:var(--muted);margin-bottom:4px}.context-item svg{position:absolute;right:0;top:17px;width:13px;color:var(--muted)}.context-item:first-of-type svg{top:7px}@media(max-width:1050px){.workspace-layout{grid-template-columns:210px minmax(0,1fr)}.context-panel{display:none}}@media(max-width:820px){.workspace-layout{grid-template-columns:1fr}.history-panel{display:none}}.mode-choice{max-width:320px;margin:0 0 20px}.form-card label>small{display:block;color:var(--muted);font-weight:400;text-align:right;margin-top:5px}.reference-list{display:grid;gap:8px;margin-top:8px}.reference-row{display:flex;gap:8px;align-items:center}.reference-row select{width:145px;flex:0 0 145px}.reference-row input{flex:1;min-width:0}.reference-row input,.reference-row select{margin-top:0!important}.inline-add{min-height:36px;border:1px dashed #cdbfe0;background:#faf5ff;color:var(--purple);border-radius:8px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:10px;font-weight:700;cursor:pointer}.inline-add svg{width:14px}.plan-fields{border-top:1px solid var(--line);padding-top:18px}.plan-fields textarea{height:82px}.action-row{display:flex;gap:10px;justify-content:flex-end}.action-row .btn{width:auto}.error-notice{background:#fff0f0;color:#a52828}.preview-canvas.processing,.preview-canvas.queued{background:linear-gradient(150deg,#2e0a8a,#5b16c9)}.preview-canvas.completed{background:linear-gradient(145deg,#35107d,#6f25d0 60%,#9ecb00)}.result-media{width:100%;max-height:520px;object-fit:contain;border-radius:12px;background:#120633}.script-editor{height:280px!important;line-height:1.8}.script-actions button{flex:0 1 auto;padding:0 13px}.material-box{border:1px solid var(--line);border-radius:11px;background:#faf8fc;padding:15px;margin:18px 0}.material-heading h3{font-size:13px;margin:0 0 4px}.material-heading p{font-size:9px!important;color:var(--muted);margin:0 0 12px!important;line-height:1.6}.material-box .reference-row{display:grid;grid-template-columns:140px minmax(120px,.7fr) minmax(180px,1.4fr) auto}.material-box .field-row{margin-top:14px}.person-silhouette.processing,.person-silhouette.queued{color:var(--lime)}.table-empty{padding:42px;text-align:center;color:var(--muted);font-size:11px}.status-running{color:var(--purple)}.status-error{color:#ba3232}.redeem-row{display:flex;gap:8px;margin-top:16px;position:relative;z-index:1}.redeem-row input{height:40px;flex:1;border:1px solid #e8cda9;background:#fffdfa;border-radius:8px;padding:0 11px;font-size:11px}.configured{font-size:10px;color:#3e7200;background:#efffc3;padding:5px 8px;border-radius:5px}.api-row-edit{align-items:flex-start}.api-row-edit>div:first-child{padding-top:8px}.credential-form{display:grid!important;grid-template-columns:minmax(140px,1fr) minmax(180px,1.3fr) auto auto;gap:7px;flex:2!important}.credential-form input{height:35px;border:1px solid var(--line);border-radius:8px;padding:0 9px;font-size:10px;min-width:0}.users-table .thead,.users-table .trow{grid-template-columns:1.4fr 1fr .8fr .8fr .6fr}.codes-table .thead,.codes-table .trow{grid-template-columns:1.5fr .7fr .7fr .7fr .7fr 1fr}.batch-form{margin-bottom:16px}.batch-form .action-row{margin-top:10px}.video-preview a,.poster-preview a{text-decoration:none;margin-top:10px}.video-preview video{background:#120633;min-height:340px}.membership-card .redeem-row+.notice{position:relative;z-index:2}@media(max-width:1100px){.material-box .reference-row{grid-template-columns:1fr 1fr}.material-box .reference-row .inline-add{min-height:40px}.credential-form{grid-template-columns:1fr 1fr}.users-table .thead,.users-table .trow,.codes-table .thead,.codes-table .trow{min-width:760px}}@media(max-width:820px){.action-row{flex-wrap:wrap}.action-row .btn{flex:1}.material-box .reference-row{grid-template-columns:1fr}.reference-row{flex-wrap:wrap}.reference-row select{width:100%;flex:1 1 100%}.credential-form{grid-template-columns:1fr;width:100%;flex-basis:100%!important}.api-row-edit{align-items:center}.api-row-edit>div:first-child{padding-top:0}.redeem-row{flex-wrap:wrap}.redeem-row .btn{width:100%}}@media(max-width:540px){.special-workspace{padding-left:16px;padding-right:16px}.special-head>.mode-switch{width:100%}.workflow-steps{width:100%;max-width:none}.form-card{padding:18px}.script-editor{height:220px!important}.choice-row.script-actions{flex-wrap:wrap}.choice-row.script-actions button{flex:1 1 45%}.reference-row input{flex:1 1 100%}.material-box{padding:12px}.api-row-edit>.configured,.api-row-edit>.unconfigured{margin-left:auto}.users-table,.codes-table{overflow:auto}}.upload-inline{min-height:36px!important;margin:0!important;padding:0 10px!important;border:1px solid #d9cfe7!important;border-radius:8px!important;background:#fff!important;color:var(--purple)!important;display:inline-flex!important;align-items:center;justify-content:center;gap:5px;white-space:nowrap;cursor:pointer;font-size:10px!important}.material-box .reference-row{grid-template-columns:120px minmax(110px,.6fr) minmax(170px,1.2fr) auto auto}@media(max-width:1100px){.material-box .reference-row{grid-template-columns:1fr 1fr}}@media(max-width:820px){.material-box .reference-row{grid-template-columns:1fr}.upload-inline{width:100%}}.continue-empty{padding:20px;text-align:center;background:#faf8fc;border-radius:9px;color:var(--muted);font-size:10px}.task-completed{background:#e8ffd6!important;color:#288040!important}.task-processing,.task-queued{background:#f0e7ff!important;color:var(--purple)!important}.task-failed{background:#ffe6e6!important;color:#aa3030!important}.login-page{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr;background:var(--paper)}.login-brand{padding:42px 7vw;display:flex;flex-direction:column;justify-content:space-between;color:#fff;background:radial-gradient(circle at 78% 75%,rgba(200,255,25,.28),transparent 22%),linear-gradient(145deg,#2e0a8a,#5b16c9)}.login-brand>div:last-child{max-width:590px;margin-bottom:10vh}.login-brand h1{font-size:48px;line-height:1.18;margin:20px 0 16px;letter-spacing:-2px}.login-brand p{max-width:500px;color:#d9ccef;line-height:1.8}.login-panel{display:grid;place-items:center;padding:35px}.login-card{width:min(430px,100%);border:1px solid var(--line);border-radius:18px;background:#fff;padding:38px;box-shadow:0 25px 60px #2e0a8a1f}.login-icon{width:52px;height:52px;border-radius:14px;background:var(--lime);color:var(--deep);display:grid;place-items:center}.login-card h2{font-size:26px;margin:20px 0 7px}.login-card>p{font-size:11px;color:var(--muted);line-height:1.7;margin-bottom:24px}.login-card label{display:block;font-size:11px;font-weight:700;margin:15px 0}.login-card input{display:block;width:100%;height:46px;margin-top:8px;border:1px solid var(--line);border-radius:9px;padding:0 12px}.login-card>.btn{width:100%;margin-top:13px}.login-card>small{display:block;text-align:center;color:var(--muted);font-size:9px;margin-top:15px}@media(max-width:820px){.login-page{grid-template-columns:1fr}.login-brand{min-height:280px;padding:28px}.login-brand>div:last-child{margin:55px 0 0}.login-brand h1{font-size:33px}.login-panel{padding:24px}.login-card{padding:26px}}.points{cursor:pointer}.history-empty{margin-top:8px;padding:16px 10px;border:1px dashed #d9cfe4;border-radius:9px;color:var(--muted);font-size:10px;line-height:1.7;text-align:center}.membership-layout,.wallet-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:18px;margin-top:28px;max-width:980px}.membership-card-large,.balance-card-large{min-height:292px;padding:34px;display:flex;flex-direction:column;align-items:flex-start}.membership-card-large>b{font-size:27px;margin:21px 0 8px}.membership-card-large>p,.balance-card-large>p{font-size:12px;line-height:1.75;max-width:520px}.membership-card-large>.btn,.balance-card-large>.btn{margin-top:auto;position:relative;z-index:1}.redeem-card,.wallet-explain{border:1px solid var(--line);border-radius:15px;background:#fff;padding:32px}.redeem-icon{width:50px;height:50px;border-radius:14px;background:var(--lime);color:var(--deep);display:grid;place-items:center}.redeem-card h2,.wallet-explain h2{font-size:20px;margin:20px 0 7px}.redeem-card>p,.wallet-explain p{color:var(--muted);font-size:11px;line-height:1.75}.redeem-row-large{margin-top:28px;display:grid;grid-template-columns:1fr auto}.redeem-row-large input{height:44px;border-color:#d8cde3}.wallet-explain{display:flex;gap:18px;align-items:flex-start;background:linear-gradient(145deg,#fff,#f8f3ff)}.wallet-explain>svg{width:48px;height:48px;padding:12px;border-radius:14px;background:#efe5ff;color:var(--purple);flex:0 0 auto}.wallet-explain h2{margin-top:3px}.wallet-explain .btn{margin-top:14px}.balance-card-large>b{font-size:52px;margin:16px 0 5px}.api-config{margin-top:28px}.membership-page .notice,.wallet-page .notice{max-width:980px}@media(max-width:820px){.membership-layout,.wallet-layout{grid-template-columns:1fr}.membership-card-large,.balance-card-large{min-height:250px}.redeem-row-large{grid-template-columns:1fr}.redeem-row-large .btn{width:100%}}.membership-status-strip{max-width:1080px;margin-top:24px;padding:18px 22px;border:1px solid #ded4e8;border-radius:16px;background:#fff;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;box-shadow:0 10px 28px #2e0a8a0d}.membership-status-strip>span{min-height:38px;padding:0 13px;border-radius:20px;background:#f1ebf7;color:#695d76;display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:900}.membership-status-strip>span.is-active{background:#efffc1;color:#3f6400}.membership-status-strip svg{width:17px}.membership-status-strip>b{font-size:15px}.membership-status-strip>small{font-size:12px;color:var(--muted)}.membership-commercial-layout{max-width:1080px;grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);gap:22px}.membership-offer-card{position:relative;overflow:hidden;min-height:430px;padding:34px;border-radius:20px;background:radial-gradient(circle at 88% 14%,rgba(200,255,25,.34),transparent 22%),linear-gradient(145deg,#2e0a8a,#5b16c9);color:#fff;box-shadow:0 22px 48px #2e0a8a38}.membership-offer-card:after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;right:-90px;bottom:-95px;background:var(--orange);opacity:.28}.offer-badge{display:inline-flex;padding:7px 11px;border-radius:7px;background:var(--lime);color:var(--deep);font-size:12px;font-weight:900}.offer-price{display:flex;align-items:flex-end;gap:6px;margin:25px 0 5px}.offer-price small{font-size:24px;font-weight:900;line-height:1.8}.offer-price b{font-size:58px;line-height:1;font-weight:900;letter-spacing:-2px}.offer-price em{font-size:14px;font-style:normal;color:#d8cbed;margin-bottom:7px}.membership-offer-card h2{font-size:24px;margin:16px 0}.membership-offer-card ul{list-style:none;padding:0;margin:20px 0 28px;display:grid;gap:12px}.membership-offer-card li{display:flex;align-items:center;gap:9px;font-size:14px;color:#f1eafa}.membership-offer-card li svg{width:19px;color:var(--lime)}.membership-pay-button{position:relative;z-index:1;width:100%;background:var(--lime)!important;color:var(--deep)!important;box-shadow:0 10px 24px #c8ff192e!important}.payment-trust{position:relative;z-index:1;margin-top:13px;display:flex;justify-content:center;align-items:center;gap:6px;color:#d8cbed;font-size:11px}.payment-trust svg{width:14px}.membership-commercial-layout .redeem-card{padding:36px;min-height:430px;display:flex;flex-direction:column;justify-content:center}.membership-commercial-layout .redeem-card h2{font-size:23px}.membership-commercial-layout .redeem-card>p{font-size:13px}.membership-commercial-layout .redeem-row-large{margin-top:26px}.wallet-balance-strip{max-width:1080px;margin-top:24px;padding:26px 30px;border-radius:18px;background:linear-gradient(135deg,#2e0a8a,#5b16c9);color:#fff;display:grid;grid-template-columns:minmax(260px,.7fr) 1fr;gap:32px;align-items:center;box-shadow:0 18px 38px #2e0a8a33}.wallet-balance-strip>section{display:grid;grid-template-columns:auto 1fr;align-items:end;column-gap:14px}.wallet-balance-strip>section>span{grid-column:1/-1;color:#d9ccef;font-size:13px;font-weight:800}.wallet-balance-strip>section>b{font-size:52px;line-height:1;margin-top:9px}.wallet-balance-strip>section>small{font-size:12px;color:#d9ccef;margin-bottom:5px}.wallet-balance-strip>div{padding-left:30px;border-left:1px solid rgba(255,255,255,.22)}.wallet-balance-strip>div>b{font-size:16px}.wallet-balance-strip>div>p{margin:7px 0 0;color:#d9ccef;font-size:13px;line-height:1.7}.recharge-section{max-width:1080px;margin-top:24px;padding:30px;border:1px solid #e1d8e9;border-radius:20px;background:#fff;box-shadow:0 16px 42px #2e0a8a12}.recharge-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:22px}.recharge-heading h2{font-size:24px;margin:12px 0 5px}.recharge-heading p{margin:0;color:var(--muted);font-size:13px}.recharge-heading>span{display:flex;align-items:center;gap:7px;color:var(--purple);font-size:13px;font-weight:800}.recharge-heading>span svg{width:18px}.recharge-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.recharge-grid>button{position:relative;min-height:270px;padding:25px 22px;border:1px solid #ded4e7;border-radius:16px;background:#fff;text-align:left;cursor:pointer;transition:.2s}.recharge-grid>button:hover{transform:translateY(-3px);border-color:var(--purple);box-shadow:0 15px 30px #5b16c91f}.recharge-grid>button.recommended{border:2px solid var(--purple);background:linear-gradient(160deg,#fbf8ff,#f2e9ff)}.recharge-grid>button>i{position:absolute;right:16px;top:15px;padding:5px 9px;border-radius:15px;background:var(--lime);color:var(--deep);font-size:11px;font-weight:900;font-style:normal}.recharge-grid>button>span{display:block;color:var(--muted);font-size:13px;font-weight:800}.recharge-grid>button>div{display:flex;align-items:flex-start;gap:4px;margin:22px 0 4px;color:var(--deep)}.recharge-grid>button>div small{font-size:18px;font-weight:900;margin-top:7px}.recharge-grid>button>div b{font-size:44px;line-height:1;font-weight:900}.recharge-grid>button>strong{display:block;font-size:20px;color:var(--purple)}.recharge-grid>button>em{display:block;min-height:22px;margin-top:9px;color:#6b6177;font-size:12px;font-style:normal}.recharge-grid>button>u{position:absolute;left:22px;right:22px;bottom:21px;min-height:42px;border-radius:9px;background:#f0e7ff;color:var(--purple);display:flex;align-items:center;justify-content:center;gap:7px;font-size:13px;font-weight:900;text-decoration:none}.recharge-grid>button.recommended>u{background:var(--purple);color:#fff}.recharge-grid>button>u svg{width:17px}.wallet-help-layout{max-width:1080px;grid-template-columns:1fr;margin-top:18px}.wallet-help-layout .wallet-explain{padding:22px 26px}.wallet-help-layout .wallet-explain h2{font-size:18px}@media(max-width:820px){.membership-status-strip{grid-template-columns:1fr;gap:9px}.membership-commercial-layout,.recharge-grid{grid-template-columns:1fr}.recharge-grid>button{min-height:235px}.wallet-balance-strip{grid-template-columns:1fr}.wallet-balance-strip>div{border-left:0;border-top:1px solid rgba(255,255,255,.22);padding:20px 0 0}.recharge-heading{align-items:flex-start;flex-direction:column}}@media(max-width:540px){.membership-status-strip,.recharge-section{padding:20px 16px}.membership-offer-card{padding:26px 20px;min-height:410px}.offer-price b{font-size:48px}.membership-commercial-layout .redeem-card{padding:26px 20px;min-height:330px}.wallet-balance-strip{padding:24px 20px}.wallet-balance-strip>section>b{font-size:44px}.recharge-grid>button{padding:22px 18px}.recharge-grid>button>u{left:18px;right:18px}.recharge-heading h2{font-size:21px}}.task-detail-page{max-width:1120px}.task-detail-page>.back-link{margin-bottom:18px}.task-detail-head{padding:28px 32px;border:1px solid #dfd5e8;border-radius:20px;background:radial-gradient(circle at 86% 18%,rgba(200,255,25,.28),transparent 18%),linear-gradient(145deg,#fff,#f6efff);display:flex;align-items:center;justify-content:space-between;gap:24px}.task-detail-head h1{font-size:30px;margin:15px 0 6px}.task-detail-head p{font-size:14px;color:var(--muted);margin:0}.task-state{min-height:34px;padding:0 11px;border-radius:18px;display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:900}.task-state svg{width:15px}.task-state.task-processing,.task-state.task-queued{background:#eee4ff;color:var(--purple)}.task-state.task-completed{background:#eaffb8;color:#3f6800}.task-state.task-failed{background:#ffe7e7;color:#a52d2d}.task-progress-ring{width:104px;height:104px;flex:0 0 104px;border:8px solid var(--lime);border-radius:50%;background:var(--deep);color:#fff;display:grid;place-items:center;align-content:center;box-shadow:0 10px 25px #2e0a8a33}.task-progress-ring b{font-size:24px}.task-progress-ring small{font-size:10px;color:#d8cbed}.task-progress-track{height:10px;margin:18px 5px 26px;border-radius:8px;background:#eee7f3;overflow:hidden}.task-progress-track i{display:block;height:100%;border-radius:8px;background:linear-gradient(90deg,var(--purple),var(--lime));transition:width .45s ease}.task-result-card{border:1px solid #e0d7e8;border-radius:20px;background:#fff;padding:28px 30px;box-shadow:0 15px 38px #2e0a8a0f}.task-result-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:22px}.task-result-heading h2{font-size:23px;margin:11px 0 0}.task-result-heading>span{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:12px}.task-result-heading>span svg{width:16px}.task-media-result{display:grid;grid-template-columns:minmax(300px,.75fr) 1fr;gap:26px;align-items:center;padding:20px;border-radius:16px;background:#f8f4fb}.task-media-result video,.task-media-result img{width:100%;max-height:540px;object-fit:contain;border-radius:12px;background:#160a3a}.task-media-result.image-result img{max-height:620px;background:#eee7f3}.task-media-result>div>b{font-size:20px}.task-media-result>div>p{font-size:13px;line-height:1.75;color:var(--muted);margin:9px 0 20px}.task-media-result a{text-decoration:none}.task-result-empty{min-height:260px;border:1px dashed #d7cbe2;border-radius:14px;background:#faf8fc;display:grid;place-items:center;align-content:center;gap:9px;text-align:center}.task-result-empty>svg{width:38px;height:38px;color:var(--purple)}.task-result-empty>b{font-size:16px}.task-result-empty>p{font-size:12px;color:var(--muted)}.task-detail-actions{margin-top:18px;display:flex;justify-content:flex-end;gap:10px}@media(max-width:820px){.task-media-result{grid-template-columns:1fr}.task-detail-head{align-items:flex-start}.task-progress-ring{width:86px;height:86px;flex-basis:86px}.task-result-heading{align-items:flex-start;flex-direction:column}}@media(max-width:540px){.task-detail-head{padding:22px 18px}.task-detail-head h1{font-size:24px}.task-progress-ring{width:72px;height:72px;flex-basis:72px;border-width:6px}.task-progress-ring b{font-size:18px}.task-progress-ring small{display:none}.task-result-card{padding:20px 15px}.task-media-result{padding:13px}.task-detail-actions{display:grid;grid-template-columns:1fr}.task-detail-actions .btn{width:100%}}.materials-page{max-width:1180px}.materials-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:26px}.material-library-card{display:grid;grid-template-columns:130px minmax(0,1fr);gap:18px;padding:16px;border:1px solid #e0d7e8;border-radius:16px;background:#fff;box-shadow:0 10px 24px #2e0a8a0d}.material-library-card.status-failed{border-color:#efb7b7;background:snow}.material-library-preview{position:relative;min-height:120px;border-radius:12px;background:linear-gradient(145deg,#eee5ff,#f8f4fb);display:grid;place-items:center;overflow:hidden;color:var(--purple)}.material-library-preview img{width:100%;height:100%;object-fit:cover}.material-library-preview>svg{width:40px;height:40px}.material-library-preview>i{position:absolute;left:8px;top:8px;padding:5px 8px;border-radius:14px;background:var(--lime);color:var(--deep);font-size:10px;font-weight:900;font-style:normal}.material-library-info{min-width:0;align-self:center}.material-library-info>span{font-size:11px;font-weight:900;color:var(--purple)}.material-library-info h2{font-size:17px;margin:7px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.material-library-info p{font-size:11px;color:var(--muted);margin:0}.asset-state.ready{color:#477100}.asset-state.processing{color:var(--purple)}.asset-state.failed{color:#a42d2d}.material-library-actions{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:7px;padding-top:13px;border-top:1px solid #eee8f2}.material-library-actions button,.material-library-actions label{min-height:38px;padding:0 11px;border:1px solid #ded5e6;border-radius:9px;background:#fff;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:12px;font-weight:800;cursor:pointer}.material-library-actions button:hover,.material-library-actions label:hover{border-color:var(--purple);color:var(--purple)}.material-library-actions .danger{margin-left:auto;color:#a42d2d}.material-library-actions svg{width:15px}.material-library-actions input{position:absolute;width:1px;height:1px;opacity:0}.material-library-actions .disabled{opacity:.45;pointer-events:none}.materials-empty{min-height:360px;margin-top:24px;border:1px dashed #d8cce3;border-radius:18px;background:#faf8fc;display:grid;place-items:center;align-content:center;text-align:center}.materials-empty>svg{width:50px;height:50px;color:var(--purple)}.materials-empty h2{font-size:21px;margin:15px 0 5px}.materials-empty p{font-size:13px;color:var(--muted);margin:0 0 20px}@media(max-width:980px){.materials-grid{grid-template-columns:1fr}}@media(max-width:540px){.material-library-card{grid-template-columns:96px minmax(0,1fr);gap:13px}.material-library-preview{min-height:96px}.material-library-actions button,.material-library-actions label{flex:1}.material-library-actions .danger{margin-left:0}}.wallet-page{display:flex;flex-direction:column}.wallet-page>.page-intro{order:0}.wallet-page>.recharge-section{order:1}.wallet-page>.wallet-balance-strip{order:2}.wallet-page>.wallet-help-layout{order:3}.wallet-page>.notice{order:4}.credential-status{min-height:30px;padding:0 10px;border-radius:16px;display:inline-flex;align-items:center;white-space:nowrap;font-size:11px;font-weight:900}.credential-status.verified{background:#eaffb8;color:#3f6800}.credential-status.warning,.credential-status.unverified{background:#fff0c7;color:#8a5800}.credential-status.invalid{background:#ffe5e5;color:#a22e2e}.credential-status.unconfigured{background:#f0ebf4;color:#776a82}.credential-actions{display:flex!important;justify-content:flex-end;gap:7px;flex:1!important}.credential-actions .btn{min-height:40px}.api-row-edit{align-items:center!important}.api-row-edit>div:first-child{padding-top:0!important}@media(max-width:820px){.credential-actions{width:100%;flex-basis:100%!important}.credential-actions .btn{flex:1}}.btn{min-height:46px;padding:0 20px;font-size:14px;font-weight:800}.back-link{min-height:44px;font-size:13px;font-weight:600}.special-workspace .special-head h1{font-size:35px;line-height:1.25;font-weight:900;letter-spacing:-1px}.special-workspace .special-head p{font-size:14px;line-height:1.75;color:#625873}.special-workspace .card-heading h2{font-size:21px;font-weight:900}.special-workspace .card-heading p{font-size:13px;line-height:1.6}.special-workspace .form-card label,.special-workspace .material-heading h3{font-size:14px;font-weight:800;line-height:1.5}.special-workspace .form-card input,.special-workspace .form-card textarea,.special-workspace .form-card select{font-size:14px;line-height:1.65;min-height:46px}.special-workspace .form-card label>small,.special-workspace .integration-note{font-size:12px!important;line-height:1.6}.special-workspace .choice-row button{min-height:46px;font-size:13px;font-weight:700;cursor:pointer}.special-workspace .mode-switch{padding:5px;border-radius:12px}.special-workspace .mode-switch button{min-height:44px;padding:8px;font-size:12px;font-weight:700}.special-workspace .mode-switch small{font-size:10px;line-height:1.4}.special-workspace .notice{font-size:13px;line-height:1.6;padding:13px 15px}.workspace-layout .history-title,.workspace-layout .api-mode-title{font-size:12px;font-weight:800}.workspace-layout .history-item{min-height:52px;padding:12px}.workspace-layout .history-item b{font-size:13px;font-weight:800}.workspace-layout .history-item small,.workspace-layout .muted{font-size:11px;line-height:1.55}.workspace-layout .welcome>p{font-size:14px;line-height:1.75}.workspace-layout .examples button{min-height:54px;font-size:13px;font-weight:600}.workspace-layout .message b{font-size:13px}.workspace-layout .message p{font-size:15px;line-height:1.8}.workspace-layout .composer textarea{font-size:14px;line-height:1.6}.workspace-layout .composer small{font-size:11px}.workspace-layout .context-panel h3{font-size:14px;font-weight:900}.workspace-layout .context-item span{font-size:11px}.workspace-layout .context-item b{font-size:13px}.workspace-layout .context-panel>section>p{font-size:12px;line-height:1.7}.history-list{display:grid;gap:7px;margin-top:8px}.history-record{position:relative;border:1px solid transparent;border-radius:11px;background:transparent}.history-record:hover,.history-record.active{border-color:#ddcfeb;background:#f3ebff}.history-record .history-item{width:100%;padding-right:68px;background:transparent!important}.history-record.active .history-item{color:var(--deep)}.history-actions{position:absolute;right:7px;top:50%;transform:translateY(-50%);display:flex;gap:3px;opacity:0;transition:.18s}.history-record:hover .history-actions,.history-record:focus-within .history-actions{opacity:1}.history-actions button{width:28px;height:28px;padding:0;border:0;border-radius:7px;background:#fff;color:#6e617d;display:grid;place-items:center;cursor:pointer}.history-actions button:hover{color:var(--purple)}.history-actions button:last-child:hover{color:#b02f2f;background:#fff0f0}.history-actions svg{width:14px}.history-empty svg{width:16px;vertical-align:middle;margin-right:5px}@media(max-width:820px){.history-actions{opacity:1}}.poster-workspace{padding-top:32px;background:linear-gradient(180deg,#fffdf8 0,#fbf7ff 56%,#fffdf8)}.poster-head{position:relative;overflow:hidden;border:1px solid #dfd3ee;border-radius:20px;padding:30px 32px;background:radial-gradient(circle at 78% 20%,rgba(200,255,25,.28),transparent 23%),linear-gradient(135deg,#fff 0,#f7f0ff 72%,#fff8ec);box-shadow:0 18px 42px #2e0a8a14}.poster-head:after{content:"";position:absolute;right:-34px;bottom:-60px;width:170px;height:170px;border-radius:48% 52% 60% 40%;background:var(--orange);opacity:.12;transform:rotate(18deg)}.poster-head>div:first-child{position:relative;z-index:1;max-width:760px}.poster-head>.mode-switch,.poster-head>.mode-locked{position:relative;z-index:2;width:260px;margin-top:6px;background:#eee7f7}.poster-head h1{margin-top:14px!important;margin-bottom:8px!important}.poster-journey{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:24px 0}.poster-journey>div{min-height:86px;border:1px solid #e0d7e8;border-radius:15px;background:#fff;display:flex;align-items:center;gap:13px;padding:16px 18px;color:#6f657d;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.poster-journey>div>span{width:42px;height:42px;flex:0 0 42px;border:2px solid #d8cce3;border-radius:13px;display:grid;place-items:center;font-size:15px;font-weight:900;background:#faf7fc;color:#766986}.poster-journey>div>span svg{width:19px}.poster-journey b,.poster-journey small{display:block}.poster-journey b{font-size:16px;font-weight:900;color:var(--ink);margin-bottom:3px}.poster-journey small{font-size:12px;line-height:1.45}.poster-journey>div.done{border-color:#d3e89b;background:#f8ffe8}.poster-journey>div.done>span{border-color:var(--lime);background:var(--lime);color:var(--deep)}.poster-journey>div.active{border:2px solid var(--purple);background:linear-gradient(135deg,#5b16c9,#35107d);box-shadow:0 12px 25px #5b16c929;color:#d9cdee}.poster-journey>div.active>span{border-color:var(--lime);background:var(--lime);color:var(--deep)}.poster-journey>div.active b{color:#fff}.poster-builder{grid-template-columns:minmax(620px,1.45fr) minmax(330px,.55fr);gap:22px;align-items:start}.poster-editor-card{padding:30px;border-color:#dfd6e8;box-shadow:0 16px 42px #2e0a8a12}.poster-editor-card .card-heading{padding-bottom:20px;margin-bottom:22px;border-bottom:1px solid #ece5f2}.poster-editor-card .card-heading>span{width:46px;height:46px;border-radius:13px;font-size:14px;background:var(--purple);color:#fff}.poster-mode-choice{max-width:none;display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:24px}.poster-mode-choice button{min-height:72px!important;padding:13px 16px!important;display:block;text-align:left;border:1px solid #ddd3e6!important;border-radius:12px!important}.poster-mode-choice button b,.poster-mode-choice button small{display:block}.poster-mode-choice button b{font-size:15px;font-weight:900;margin-bottom:4px}.poster-mode-choice button small{font-size:12px;color:#766c83;font-weight:500;line-height:1.45}.poster-mode-choice button.active{border:2px solid var(--purple)!important;background:#f3ebff!important;box-shadow:inset 5px 0 0 var(--lime)}.poster-mode-choice button.active small{color:#5f4f73}.poster-editor-card textarea.large{height:176px;padding:15px 16px;font-size:15px!important;background:#fff;border:1px solid #d7cce1}.poster-ratio-panel{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:24px 0;padding:18px;border:1px solid #e1d8e8;border-radius:14px;background:#fcfaff}.poster-ratio-panel>div:first-child b,.poster-ratio-panel>div:first-child small{display:block}.poster-ratio-panel>div:first-child b{font-size:15px;font-weight:900}.poster-ratio-panel>div:first-child small{font-size:12px;color:#766c83;margin-top:4px}.poster-ratio-options{display:grid;grid-template-columns:repeat(4,72px);gap:8px}.poster-ratio-options button{height:58px;border:1px solid #ded4e6;border-radius:10px;background:#fff;display:flex;align-items:center;justify-content:center;gap:7px;font-size:13px;font-weight:800;cursor:pointer}.poster-ratio-options button.active{border:2px solid var(--purple);background:#f1e8ff;color:var(--purple);box-shadow:0 5px 12px #5b16c91a}.ratio-shape{display:block;border:2px solid currentColor;border-radius:2px;width:15px;height:20px;opacity:.7}.ratio-1-1{height:16px}.ratio-9-16{width:12px;height:21px}.ratio-16-9{width:22px;height:13px}.poster-material-section{margin-top:26px;padding-top:24px;border-top:1px solid #e9e1ef}.poster-material-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:15px}.poster-material-heading b,.poster-material-heading small{display:block}.poster-material-heading b{font-size:17px;font-weight:900}.poster-material-heading small{font-size:12px;line-height:1.5;color:#72677f;margin-top:4px}.poster-material-heading>span{font-size:12px;font-weight:800;color:var(--purple);background:#f0e7ff;border-radius:18px;padding:7px 11px;white-space:nowrap}.poster-material-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.poster-material-card{position:relative;min-width:0;border:1px solid #ded5e6;border-radius:14px;background:#fff;padding:14px;transition:border-color .2s ease,box-shadow .2s ease}.poster-material-card:hover{border-color:#bca8d1;box-shadow:0 10px 22px #2e0a8a12}.poster-material-card.has-image{border-color:#b79ae0;background:#fcf9ff}.poster-material-title{display:flex;align-items:center;gap:10px;min-height:45px;margin-bottom:11px}.poster-material-title>span{width:42px;height:42px;flex:0 0 42px;border-radius:11px;background:#eee4ff;color:var(--purple);display:grid;place-items:center}.poster-material-title>span svg{width:20px}.poster-material-title b,.poster-material-title small{display:block}.poster-material-title b{font-size:15px;font-weight:900}.poster-material-title small{font-size:11px;color:#756a82;line-height:1.4;margin-top:2px}.poster-material-upload{position:relative!important;display:block!important;overflow:hidden;height:118px;margin:0!important;border:1.5px dashed #cbbbd9;border-radius:11px;background:#faf7fc;cursor:pointer}.poster-material-upload>input[type=file],.talking-upload-card>input[type=file]{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important;border:0!important;opacity:0!important;cursor:pointer;z-index:4}.poster-material-upload:hover{border-color:var(--purple);background:#f6efff}.poster-material-upload>img{width:100%;height:100%;display:block;object-fit:cover}.poster-upload-empty,.poster-upload-state{height:100%;display:grid;place-items:center;align-content:center;text-align:center;color:var(--purple)}.poster-upload-empty>svg,.poster-upload-state>svg{width:25px;height:25px;margin-bottom:7px}.poster-upload-empty b{font-size:13px;font-weight:900}.poster-upload-empty small{font-size:10px;color:#7d7388;margin-top:3px}.poster-upload-state{font-size:12px;font-weight:800}.poster-image-overlay{position:absolute;inset:auto 8px 8px;background:#200852d1;color:#fff;border-radius:8px;min-height:36px;display:flex;align-items:center;justify-content:center;gap:6px;font-size:12px;font-weight:800;opacity:0;transition:opacity .18s ease}.poster-image-overlay svg{width:15px}.poster-material-upload:hover .poster-image-overlay,.poster-material-upload:focus-within .poster-image-overlay{opacity:1}.poster-material-remove{width:100%;min-height:44px;margin-top:8px;border:0;border-radius:9px;background:#f3eef7;color:#6d607a;display:flex;align-items:center;justify-content:center;gap:6px;font-size:12px;font-weight:700;cursor:pointer}.poster-material-remove:hover{background:#ffe7e7;color:#a62c2c}.poster-material-remove svg{width:15px}.poster-primary-action{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:24px;padding:18px 20px;border-radius:14px;background:linear-gradient(135deg,#2e0a8a,#5b16c9);color:#fff}.poster-primary-action>div b,.poster-primary-action>div small{display:block}.poster-primary-action>div b{font-size:15px;font-weight:900}.poster-primary-action>div small{font-size:11px;color:#d7c9ed;margin-top:4px}.poster-primary-action .btn{min-width:206px;background:var(--lime);color:var(--deep);box-shadow:none}.poster-editor-card .plan-fields{display:grid;gap:2px;padding-top:0;border-top:0}.poster-editor-card .plan-fields>label{margin-bottom:15px}.poster-editor-card .plan-fields textarea{height:96px;padding:13px 14px}.poster-editor-card .action-row{margin-top:18px;padding-top:20px;border-top:1px solid #ebe3f0}.poster-plan-materials{margin:4px 0 10px;padding:16px;border-radius:12px;background:#f8f4fb;border:1px solid #e5dceb}.poster-plan-materials>div:first-child b,.poster-plan-materials>div:first-child small{display:block}.poster-plan-materials>div:first-child b{font-size:14px;font-weight:900}.poster-plan-materials>div:first-child small{font-size:11px;color:#756a82;margin-top:3px}.poster-plan-materials>p{font-size:12px;color:#756a82;margin:13px 0 0}.poster-plan-thumbs{display:flex;gap:10px;flex-wrap:wrap;margin-top:13px}.poster-plan-thumbs figure{width:92px;margin:0}.poster-plan-thumbs img{width:92px;height:72px;border-radius:9px;object-fit:cover;border:1px solid #d7cbe1;background:#fff}.poster-plan-thumbs figcaption{font-size:11px;font-weight:700;text-align:center;margin-top:5px;color:#5f526d}.poster-output-panel{position:sticky;top:94px;padding:20px;text-align:left;border-color:#dcd1e6;box-shadow:0 16px 42px #2e0a8a14}.poster-output-heading{display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;gap:10px;margin-bottom:15px;min-height:44px}.poster-output-heading>div b,.poster-output-heading>div small{display:block}.poster-output-heading>div b{font-size:18px!important;font-weight:900;margin:0!important}.poster-output-heading>div small{font-size:11px;color:#786d85;margin-top:3px}.poster-status{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:auto;min-width:0;min-height:28px;height:28px;align-self:center;white-space:nowrap;font-size:11px;font-weight:900;padding:0 10px;border-radius:16px;background:#eee8f2;color:#6b6076}.poster-status.status-ready,.poster-status.status-processing,.poster-status.status-queued{background:#f0e5ff;color:var(--purple)}.poster-status.status-completed{background:#eaffb5;color:#3f6500}.poster-output-panel .preview-canvas{min-height:500px;border-radius:14px;font-size:25px;line-height:1.4;text-align:center;padding:26px}.poster-output-panel .result-media{max-height:600px;min-height:420px;object-fit:contain}.poster-output-panel>div:last-child{text-align:left}.poster-output-panel>div:last-child b{font-size:15px;margin-top:16px}.poster-output-panel>div:last-child p{font-size:12px;line-height:1.65}.poster-output-panel>div:last-child .btn{width:100%;margin-top:8px}@media(max-width:1200px){.poster-builder{grid-template-columns:minmax(540px,1.25fr) minmax(300px,.75fr)}.poster-ratio-panel{display:block}.poster-ratio-options{margin-top:14px;grid-template-columns:repeat(4,1fr)}}@media(max-width:900px){.poster-head{display:block;padding:25px}.poster-head>.mode-switch,.poster-head>.mode-locked{width:100%;margin-top:20px}.poster-builder{grid-template-columns:1fr}.poster-output-panel{position:static;display:flex}.poster-output-panel .preview-canvas{min-height:420px}}@media(max-width:820px){.special-workspace .special-head h1{font-size:30px}.poster-journey{grid-template-columns:1fr}.poster-journey>div{min-height:72px}.poster-material-grid{grid-template-columns:1fr 1fr}.poster-output-panel{display:flex}}@media(max-width:540px){.special-workspace .form-card input,.special-workspace .form-card textarea,.special-workspace .form-card select{font-size:16px}.poster-workspace{padding:18px 14px 42px}.poster-head{padding:22px 18px;border-radius:16px}.special-workspace .special-head h1{font-size:27px}.poster-editor-card{padding:20px 16px}.poster-mode-choice,.poster-material-grid{grid-template-columns:1fr}.poster-ratio-options{grid-template-columns:1fr 1fr}.poster-primary-action{display:block}.poster-primary-action .btn{width:100%;margin-top:14px}.poster-output-panel{padding:16px}.poster-output-heading{min-height:40px;margin-bottom:12px}.poster-output-heading>div b{font-size:17px!important}.poster-output-heading>div small{font-size:12px}.poster-status{height:30px;min-height:30px;font-size:12px}.poster-output-panel .preview-canvas{min-height:270px;font-size:20px;padding:20px}.poster-output-panel .result-media{min-height:260px}}.talking-workspace{padding-top:32px;background:linear-gradient(180deg,#fffdf8 0,#faf5ff 58%,#fffdf8)}.talking-head{position:relative;overflow:hidden;border:1px solid #dfd3ee;border-radius:20px;padding:30px 32px;background:radial-gradient(circle at 83% 18%,rgba(200,255,25,.28),transparent 22%),linear-gradient(135deg,#fff 0,#f7f0ff 72%,#fff8ec);box-shadow:0 18px 42px #2e0a8a14}.talking-head:after{content:"";position:absolute;right:-38px;bottom:-72px;width:190px;height:190px;border-radius:42% 58% 53% 47%;background:var(--orange);opacity:.12;transform:rotate(18deg)}.talking-head>div:first-child,.talking-head>.mode-switch,.talking-head>.mode-locked{position:relative;z-index:1}.talking-head>div:first-child{max-width:760px}.talking-head>.mode-switch,.talking-head>.mode-locked{width:260px;margin-top:6px}.talking-journey{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin:24px 0}.talking-journey>button{min-width:0;min-height:88px;border:1px solid #e0d7e8;border-radius:15px;background:#fff;display:flex;align-items:center;gap:12px;padding:15px;text-align:left;color:#71677e;cursor:pointer;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.talking-journey>button:disabled{cursor:not-allowed;opacity:.62}.talking-journey>button:not(:disabled):hover{border-color:#bca7d3;box-shadow:0 10px 22px #2e0a8a12}.talking-journey>button>span{width:40px;height:40px;flex:0 0 40px;border:2px solid #d8cce3;border-radius:12px;display:grid;place-items:center;font-size:14px;font-weight:900;background:#faf7fc;color:#766986}.talking-journey>button>span svg{width:18px}.talking-journey b,.talking-journey small{display:block}.talking-journey b{font-size:14px;font-weight:900;color:var(--ink);margin-bottom:3px}.talking-journey small{font-size:11px;line-height:1.45}.talking-journey>button.done{border-color:#d3e89b;background:#f8ffe8}.talking-journey>button.done>span{border-color:var(--lime);background:var(--lime);color:var(--deep)}.talking-journey>button.active{border:2px solid var(--purple);background:linear-gradient(135deg,#5b16c9,#35107d);box-shadow:0 12px 25px #5b16c929;color:#d9cdee;opacity:1}.talking-journey>button.active>span{border-color:var(--lime);background:var(--lime);color:var(--deep)}.talking-journey>button.active b{color:#fff}.builder-grid.talking{grid-template-columns:minmax(590px,1fr) minmax(330px,380px);align-items:start;gap:22px}.talking-editor-card{min-height:590px;padding:30px;border-color:#dfd6e8;box-shadow:0 16px 42px #2e0a8a12}.talking-editor-card .card-heading{padding-bottom:20px;margin-bottom:24px;border-bottom:1px solid #ece5f2}.talking-editor-card .card-heading>span{width:46px;height:46px;border-radius:13px;background:var(--purple);color:#fff;font-size:14px}.talking-editor-card textarea.large{height:190px;padding:15px 16px;font-size:15px}.talking-editor-card .script-editor{height:285px;padding:15px 16px;font-size:15px}.duration-hint{display:block;margin-top:4px;color:#786d84;font-size:11px;font-weight:500}.talking-duration-options{display:grid;grid-template-columns:repeat(5,1fr);gap:9px;margin-top:10px}.talking-duration-options button{min-height:52px;border:1px solid #ddd3e6;border-radius:11px;background:#fff;color:#4f455b;font-size:14px;font-weight:800;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease}.talking-duration-options button:hover{border-color:#9e80c3;color:var(--purple)}.talking-duration-options button.active{border:2px solid var(--purple);background:#f1e8ff;color:var(--purple);box-shadow:0 8px 18px #5b16c91a}.talking-primary-button{width:100%;margin-top:8px}.talking-editor-card .action-row{margin-top:24px;padding-top:22px;border-top:1px solid #ebe3f0;display:flex;justify-content:space-between;gap:12px}.talking-editor-card .action-row .btn:last-child{margin-left:auto;min-width:200px}.talking-editor-card .script-actions{margin:6px 0 0;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.talking-editor-card .script-actions button{border-radius:10px;background:#faf7fc;display:inline-flex;align-items:center;justify-content:center;gap:7px;cursor:pointer}.talking-editor-card .script-actions button:hover{border-color:var(--purple);color:var(--purple)}.talking-editor-card .script-actions button:disabled{cursor:not-allowed;opacity:.58}.talking-editor-card .script-actions svg{width:17px;height:17px}.script-reasoning,.script-update-notice{min-height:70px;margin-top:12px;border-radius:12px;padding:14px 16px;display:flex;align-items:center;gap:12px}.script-reasoning{border:1px solid #c9b6e3;background:linear-gradient(135deg,#f5efff,#fff)}.script-reasoning>svg{width:24px;height:24px;color:var(--purple);flex:0 0 24px}.script-reasoning b,.script-reasoning small{display:block}.script-reasoning b{font-size:14px}.script-reasoning small{margin-top:4px;color:#6f647b;font-size:12px;line-height:1.5}.script-update-notice{min-height:56px;border:1px solid #cfe59a;background:#f7ffe7;color:#395f00}.script-update-notice>svg{width:20px;flex:0 0 20px}.script-update-notice>span{flex:1;font-size:12px;font-weight:700}.script-update-notice>button{min-height:40px;border:0;border-radius:9px;background:#e7f8ba;color:#395f00;padding:0 12px;font-size:12px;font-weight:800;display:inline-flex;align-items:center;gap:6px;cursor:pointer}.script-update-notice>button svg{width:15px}.talking-material-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.talking-material-card{border:1px solid #ddd3e6;border-radius:15px;background:#fcfaff;padding:18px;min-width:0}.talking-material-card.ready{border:2px solid #a9ce47;background:#fbffef}.talking-material-title{display:flex;align-items:center;gap:10px;min-height:48px;margin-bottom:17px}.talking-material-title>span{width:44px;height:44px;flex:0 0 44px;border-radius:12px;background:#eee4ff;color:var(--purple);display:grid;place-items:center}.talking-material-title>span svg{width:21px}.talking-material-title>div{min-width:0}.talking-material-title b,.talking-material-title small{display:block}.talking-material-title b{font-size:16px;font-weight:900}.talking-material-title small{font-size:11px;color:#756a82;line-height:1.4;margin-top:2px}.talking-material-title i{margin-left:auto;display:inline-flex;align-items:center;gap:4px;white-space:nowrap;font-style:normal;font-size:11px;font-weight:900;color:#477300;background:#eaffb5;padding:6px 8px;border-radius:16px}.talking-material-title i svg{width:13px}.talking-upload-card{position:relative;overflow:hidden;height:128px!important;margin:8px 0 0!important;border:1.5px dashed #c8b7d8!important;border-radius:12px!important;background:#fff!important;display:grid!important;place-items:center;align-content:center;gap:4px;color:var(--purple);cursor:pointer;text-align:center}.talking-upload-card:hover{border-color:var(--purple)!important;background:#f7f0ff!important}.talking-upload-card>svg{width:25px;height:25px;margin-bottom:4px}.talking-upload-card>b{font-size:13px}.talking-upload-card>small{font-size:11px!important;color:#786d84;font-weight:500}.voice-review-panel{margin-top:12px;border-radius:12px;padding:15px;background:#fff;border:1px solid #ddd3e6}.voice-review-panel.processing{background:#f6f0ff;border-color:#cbb8e5}.voice-review-wait{min-height:62px;display:flex;align-items:center;gap:11px}.voice-review-wait>svg{width:24px;color:var(--purple)}.voice-review-wait b,.voice-review-wait small{display:block}.voice-review-wait b{font-size:13px}.voice-review-wait small{font-size:11px;color:#71657d;margin-top:4px;line-height:1.45}.voice-review-heading{display:flex;align-items:flex-start;gap:10px;margin-bottom:14px}.voice-review-heading>span{width:34px;height:34px;border-radius:10px;background:var(--lime);color:var(--deep);display:grid;place-items:center;flex:0 0 34px}.voice-review-heading>span svg{width:17px}.voice-review-heading b,.voice-review-heading small{display:block}.voice-review-heading b{font-size:14px}.voice-review-heading small{font-size:11px;color:#6f647b;line-height:1.5;margin-top:3px}.voice-review-panel label{font-size:12px!important;margin-bottom:12px!important}.voice-review-panel textarea{height:118px!important;background:#fff!important;font-size:13px!important;line-height:1.65}.voice-review-confirm{width:100%;min-height:46px}.voice-review-failed b,.voice-review-failed small{display:block}.voice-review-failed b{font-size:13px;color:#a72f2f}.voice-review-failed small{font-size:11px;color:#7d6262;line-height:1.5;margin-top:4px}.material-inline-error{margin-top:10px;border:1px solid #f1b5b5;border-radius:10px;background:#fff2f2;color:#8d2929;padding:12px 13px}.material-inline-error b,.material-inline-error span,.material-inline-error small{display:block}.material-inline-error b{font-size:13px}.material-inline-error span{font-size:12px;line-height:1.55;margin-top:4px}.material-inline-error small{font-size:10px;color:#8b6262;margin-top:5px;line-height:1.45}.talking-tip{display:flex;align-items:center;gap:8px;margin-top:14px;padding:13px 15px;border-radius:10px;background:#f0e7ff;color:#5b3e82;font-size:12px;line-height:1.6}.talking-tip svg{width:18px;flex:0 0 18px;color:var(--purple)}.talking-final-summary{display:grid;gap:9px;margin-bottom:22px}.talking-final-summary>div{min-height:66px;border:1px solid #e1d8e8;border-radius:12px;background:#fcfaff;display:flex;align-items:center;gap:12px;padding:12px 14px}.talking-final-summary>div>svg{width:21px;color:var(--purple)}.talking-final-summary span{min-width:0;flex:1}.talking-final-summary small,.talking-final-summary b{display:block}.talking-final-summary small{font-size:11px;color:#786d84}.talking-final-summary b{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}.talking-final-summary button{min-width:52px;height:36px;border:0;border-radius:8px;background:#eee6f7;color:var(--purple);font-size:12px;font-weight:800;cursor:pointer}.talking-cover-person-card{margin:0 0 22px;padding:18px;border:1px solid #ddd3e6;border-radius:15px;background:#fcfaff}.talking-cover-person-card.ready{border:2px solid #a9ce47;background:#fbffef}.talking-cover-person-heading{display:flex;align-items:center;gap:11px;margin-bottom:14px}.talking-cover-person-heading>span{width:42px;height:42px;border-radius:12px;background:#eee4ff;color:var(--purple);display:grid;place-items:center;flex:0 0 42px}.talking-cover-person-heading>span svg{width:20px}.talking-cover-person-heading>div{min-width:0;flex:1}.talking-cover-person-heading b,.talking-cover-person-heading small{display:block}.talking-cover-person-heading b{font-size:15px;font-weight:900}.talking-cover-person-heading small{margin-top:3px;color:#756a82;font-size:12px;line-height:1.5}.talking-cover-person-heading i{display:inline-flex;align-items:center;gap:4px;padding:6px 9px;border-radius:16px;background:#eaffb5;color:#477300;font-size:11px;font-weight:900;font-style:normal;white-space:nowrap}.talking-cover-person-heading i svg{width:13px}.talking-cover-person-body{display:flex;align-items:stretch;gap:10px}.talking-cover-person-upload{position:relative;min-height:116px!important;margin:0!important;padding:12px!important;border:1.5px dashed #c8b7d8!important;border-radius:12px!important;background:#fff!important;display:flex!important;align-items:center;gap:14px;cursor:pointer;overflow:hidden}.talking-cover-person-upload:hover{border-color:var(--purple)!important;background:#faf6ff!important}.talking-cover-person-upload>input[type=file]{display:none!important}.talking-cover-person-upload>img,.talking-cover-person-empty{width:78px;height:92px;border-radius:10px;flex:0 0 78px;object-fit:cover;background:#ede4f7}.talking-cover-person-empty{display:grid;place-items:center;color:var(--purple)}.talking-cover-person-empty svg{width:31px;height:31px}.talking-cover-person-copy{min-width:0;flex:1}.talking-cover-person-copy b,.talking-cover-person-copy small{display:block}.talking-cover-person-copy b{font-size:14px;color:var(--ink)}.talking-cover-person-copy small{margin-top:6px;color:#71657d;font-size:12px!important;line-height:1.55}.talking-cover-person-action{min-width:88px;height:40px;padding:0 12px;border-radius:9px;background:var(--purple);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:900}.talking-cover-person-action svg{width:18px}.talking-cover-person-body>button{min-width:90px;border:1px solid #ddd3e6;border-radius:11px;background:#fff;color:#6c6078;font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:5px;cursor:pointer}.talking-cover-person-body>button:hover{border-color:#c77;color:#a32f2f;background:#fff7f7}.talking-cover-person-body>button svg{width:15px}.talking-cover-person-note,.talking-cover-person-error{margin:11px 0 0;display:flex;align-items:center;gap:7px;font-size:11px;line-height:1.6}.talking-cover-person-note{color:#645773}.talking-cover-person-note svg{width:16px;color:var(--purple)}.talking-cover-person-error{padding:9px 11px;border-radius:9px;background:#fff0f0;color:#9b2929;font-weight:700}.talking-cover-person-upload{flex:1}.talking-cover-mode{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:8px;padding:17px;border:1px solid #e1d8e8;border-radius:13px;background:#fcfaff}.talking-cover-mode>div:first-child{display:flex;align-items:center;gap:11px}.talking-cover-mode>div:first-child>svg{width:22px;color:var(--purple)}.talking-cover-mode b,.talking-cover-mode small{display:block}.talking-cover-mode b{font-size:14px}.talking-cover-mode small{font-size:11px;color:#766b82;margin-top:3px}.talking-cover-mode>.mode-switch,.talking-cover-mode>.mode-locked{width:230px;flex:0 0 230px}.talking-submit-zone{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:20px;padding:18px 20px;border-radius:14px;background:linear-gradient(135deg,#2e0a8a,#5b16c9);color:#fff}.talking-submit-zone b,.talking-submit-zone small{display:block}.talking-submit-zone b{font-size:15px}.talking-submit-zone small{font-size:11px;color:#d7c9ed;margin-top:4px}.talking-submit-zone .btn{min-width:210px;background:var(--lime);color:var(--deep);box-shadow:none}.talking-output-panel{position:sticky;top:94px;padding:20px;text-align:left;background:#25105f;color:#fff;box-shadow:0 16px 42px #2e0a8a1c}.talking-output-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.talking-output-heading b,.talking-output-heading small{display:block}.talking-output-heading b{font-size:18px}.talking-output-heading small{font-size:11px;color:#c8b9e6;margin-top:3px}.talking-status{height:30px;display:inline-flex;align-items:center;padding:0 11px;border-radius:16px;background:#4a258c;color:#eee5ff;font-size:11px;font-weight:900;white-space:nowrap}.talking-status.status-completed{background:var(--lime);color:var(--deep)}.talking-preview-stage{position:relative}.talking-output-panel .person-silhouette{min-height:375px;border-radius:14px}.talking-output-panel .result-media{width:100%;min-height:375px;max-height:560px;border-radius:14px;object-fit:contain;background:#12052f}.talking-output-panel .talking-template-preview{display:block;height:min(56vh,560px);object-fit:contain;background:#12052f}.talking-output-panel .play{top:50%}.talking-output-copy>b{display:block;font-size:15px;margin-top:16px}.talking-output-copy>p{font-size:12px!important;line-height:1.7!important;color:#c8b9e6!important}.talking-output-copy>.btn{width:100%;margin-top:8px}.talking-output-copy>.btn-outline{background:#fff;color:var(--deep)}.talking-checklist{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:14px 0}.talking-checklist span{min-height:38px;border:1px solid rgba(255,255,255,.16);border-radius:9px;display:flex;align-items:center;gap:7px;padding:0 10px;color:#a997c6;font-size:12px;font-weight:700}.talking-checklist span svg{width:15px}.talking-checklist span.done{border-color:#c8ff1973;background:#c8ff191c;color:var(--lime)}.talking-delivery{display:grid;gap:20px;margin-top:4px}.delivery-success-head{min-height:136px;padding:25px 28px;border:1px solid #cfe782;border-radius:20px;background:radial-gradient(circle at 88% 28%,rgba(255,138,31,.2),transparent 21%),linear-gradient(135deg,#f6ffd8,#fff 58%,#f7f0ff);display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;box-shadow:0 15px 34px #2e0a8a12}.delivery-success-head>span{width:58px;height:58px;border-radius:18px;background:var(--lime);color:var(--deep);display:grid;place-items:center;transform:rotate(-4deg)}.delivery-success-head>span svg{width:29px;height:29px;transform:rotate(4deg)}.delivery-success-head small{display:block;color:#4e6f00;font-size:12px;font-weight:900}.delivery-success-head h2{font-size:27px;line-height:1.3;margin:5px 0 4px}.delivery-success-head p{margin:0;color:#625873;font-size:13px;line-height:1.7}.delivery-success-head time{min-height:40px;padding:0 12px;border:1px solid #ded4e8;border-radius:20px;background:#fff;color:#6e627b;display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:700;white-space:nowrap}.delivery-success-head time svg{width:16px;color:var(--purple)}.delivery-preview-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.65fr);gap:20px;align-items:start}.delivery-video-preview,.delivery-cover-preview{border:1px solid #ded4e8;border-radius:20px;background:#fff;padding:22px;box-shadow:0 14px 34px #2e0a8a0f}.delivery-card-heading{min-height:58px;margin-bottom:16px;display:flex;align-items:center;justify-content:space-between;gap:18px}.delivery-card-heading h3{font-size:21px;margin:7px 0 0}.delivery-version-switch{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:4px;border-radius:12px;background:#eee8f2}.delivery-version-switch button{min-width:94px;height:40px;border:0;border-radius:9px;background:transparent;color:#6e627b;font-size:13px;font-weight:800;cursor:pointer}.delivery-version-switch button.active{background:var(--purple);color:#fff;box-shadow:0 5px 14px #5b16c933}.delivery-version-switch button:disabled{opacity:.38;cursor:not-allowed}.delivery-video-preview>video{width:100%;height:min(62vh,660px);min-height:440px;border-radius:15px;background:#13052f;object-fit:contain;display:block}.delivery-preview-note{min-height:50px;margin:13px 0 0;padding:13px 15px;border-radius:11px;background:#f5f0fa;color:#655972;font-size:13px;line-height:1.7}.delivery-cover-preview>img{width:100%;max-height:570px;aspect-ratio:3/4;object-fit:contain;border-radius:14px;background:#f0e8f6;display:block}.delivery-cover-copy{padding-top:15px}.delivery-cover-copy>b{font-size:15px}.delivery-cover-copy>p{min-height:43px;margin:7px 0 14px;color:#6b6077;font-size:12px;line-height:1.7}.delivery-cover-copy>.btn{width:100%;text-decoration:none}.delivery-file-missing{min-height:440px;border:1px dashed #d7cbe2;border-radius:15px;background:#faf8fc;color:#72667e;display:grid;place-items:center;align-content:center;gap:8px;text-align:center}.delivery-file-missing>svg{width:38px;height:38px;color:var(--purple)}.delivery-file-missing>b{font-size:16px}.delivery-file-missing>p{margin:0;font-size:12px}.delivery-file-missing.cover-missing{min-height:380px;aspect-ratio:3/4}.delivery-download-zone{padding:25px;border:1px solid #ded4e8;border-radius:20px;background:#fff;box-shadow:0 14px 34px #2e0a8a0f}.delivery-download-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.delivery-download-heading h3{font-size:22px;margin:8px 0 0}.delivery-download-heading>small{color:#73677e;font-size:12px;font-weight:800}.delivery-download-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.delivery-download-grid>article{position:relative;min-height:270px;padding:20px;border:1px solid #dfd6e8;border-radius:16px;background:#fbf9fd;display:flex;flex-direction:column}.delivery-download-grid>article.featured{border:2px solid var(--purple);background:linear-gradient(155deg,#f7f0ff,#fff)}.delivery-file-icon{width:46px;height:46px;border-radius:13px;background:#ece2fa;color:var(--purple);display:grid;place-items:center}.delivery-download-grid>article.featured .delivery-file-icon{background:var(--lime);color:var(--deep)}.delivery-file-icon svg{width:22px}.delivery-download-grid>article>span{position:absolute;right:15px;top:17px;padding:5px 8px;border-radius:14px;background:#ede7f1;color:#625771;font-size:10px;font-weight:900}.delivery-download-grid>article.featured>span{background:var(--purple);color:#fff}.delivery-download-grid h4{font-size:18px;margin:18px 0 7px}.delivery-download-grid p{margin:0 0 17px;color:#6d6279;font-size:12px;line-height:1.7}.delivery-download-grid .btn{width:100%;margin-top:auto;text-decoration:none}.delivery-actions{display:flex;justify-content:flex-end;gap:10px}.talking-delivery.is-compact{margin:0}.talking-delivery.is-compact .delivery-success-head{display:none}.talking-delivery.is-compact .delivery-preview-grid{grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr)}.talking-delivery.is-compact .delivery-video-preview>video{height:min(56vh,580px);min-height:380px}.talking-delivery.is-compact .delivery-download-zone{box-shadow:none}.admin-body .admin-heading h1,.editor-title h1{font-size:32px;font-weight:900;line-height:1.25}.admin-body .admin-heading p,.editor-title p{font-size:14px;line-height:1.7;color:#665b74}.admin-toolbar{min-height:72px;height:auto;padding:12px 20px}.admin-toolbar .search-mini{height:46px;border-radius:10px}.admin-toolbar .search-mini input{font-size:14px}.admin-toolbar>span{font-size:13px;font-weight:700}.admin-table .thead,.admin-table .trow{min-height:68px;font-size:13px;line-height:1.5}.admin-table .thead{font-size:12px;font-weight:900}.admin-table .agent-cell b{font-size:14px}.admin-table .agent-cell>span small{font-size:11px;line-height:1.5}.admin-table .table-action{min-height:40px;padding:0 8px;font-size:13px}.pagination{min-height:64px}.pagination span{font-size:13px}.pagination button{min-width:40px;height:40px;font-size:12px;font-weight:700;cursor:pointer}.editor-form label,.batch-form label{font-size:14px;font-weight:800;line-height:1.5}.editor-form input,.editor-form textarea,.batch-form input{min-height:46px;font-size:14px;line-height:1.65;padding:11px 13px}.editor-form textarea{height:100px}.prompt-section textarea{height:300px;font-size:14px}.prompt-section small{font-size:11px}.form-section{padding:26px}.form-section h2{font-size:18px;font-weight:900}.form-section h2>span{width:30px;height:30px;font-size:12px}.publish-badge{font-size:12px;font-weight:800;padding:7px 11px}.test-head{height:86px;padding:0 20px}.test-head b{font-size:15px}.test-head small{font-size:12px;line-height:1.5}.test-empty p{font-size:13px}.test-reply p{font-size:14px;line-height:1.75;padding:13px}.test-composer{padding:11px 54px 10px 12px}.test-composer textarea{height:70px;font-size:14px;line-height:1.6}.test-composer button{width:40px;height:40px;top:25px}.notice{font-size:13px;line-height:1.6;padding:12px 14px}.strategy-title h2{font-size:20px}.strategy-title p{font-size:13px;line-height:1.6}.mode-badge{font-size:12px}.strategy-options>button{min-height:126px}.strategy-options b{font-size:14px}.strategy-options p{font-size:12px;line-height:1.65}.confirm-zone b{font-size:14px}.confirm-zone p{font-size:12px;line-height:1.6}.policy-grid h3{font-size:14px}.policy-grid b{font-size:13px}.policy-grid p{font-size:12px;line-height:1.6}.admin-login-page .login-card>p,.admin-login-page .login-card label{font-size:14px}.admin-login-page .login-card input{height:48px;font-size:16px}.admin-login-page .login-card>small{font-size:12px;line-height:1.6}@media(max-width:1200px){.builder-grid.talking{grid-template-columns:minmax(520px,1fr) minmax(310px,350px)}.talking-journey>button{padding:13px}.talking-journey small{display:none}.delivery-preview-grid,.talking-delivery.is-compact .delivery-preview-grid{grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr)}}@media(max-width:900px){.talking-head{display:block}.talking-head>.mode-switch,.talking-head>.mode-locked{width:100%;margin-top:20px}.builder-grid.talking{grid-template-columns:1fr}.talking-output-panel{position:static;display:flex}.talking-output-panel .person-silhouette{min-height:420px}.delivery-success-head{grid-template-columns:auto 1fr}.delivery-success-head time{grid-column:1/-1;justify-self:start}.delivery-preview-grid,.talking-delivery.is-compact .delivery-preview-grid{grid-template-columns:1fr}.delivery-cover-preview{display:grid;grid-template-columns:minmax(220px,.65fr) 1fr;gap:18px}.delivery-cover-preview .delivery-card-heading{grid-column:1/-1}.delivery-cover-preview>img{max-height:470px}.delivery-download-grid{grid-template-columns:1fr 1fr}.delivery-download-grid>article:last-child{grid-column:1/-1}}@media(max-width:820px){.talking-journey{grid-template-columns:1fr 1fr}.talking-journey>button{min-height:74px}.talking-journey small{display:block}.talking-output-panel{display:flex}.admin-table .thead,.admin-table .trow{font-size:13px}.editor-form{padding:26px 22px 48px}}@media(max-width:540px){.talking-workspace{padding:18px 14px 42px}.talking-head{padding:22px 18px;border-radius:16px}.talking-journey{grid-template-columns:1fr}.talking-journey>button{min-height:70px}.talking-editor-card{padding:20px 16px;min-height:0}.talking-material-grid,.talking-editor-card .script-actions,.field-row{grid-template-columns:1fr}.talking-duration-options{grid-template-columns:repeat(3,1fr)}.script-update-notice{align-items:flex-start;flex-wrap:wrap}.script-update-notice>button{width:100%;justify-content:center}.talking-editor-card .action-row,.talking-cover-mode,.talking-submit-zone{display:block}.talking-editor-card .action-row .btn{width:100%;margin:0 0 10px}.talking-editor-card .action-row .btn:last-child{margin:0}.talking-cover-person-card{padding:15px}.talking-cover-person-heading{align-items:flex-start}.talking-cover-person-heading i{margin-left:auto}.talking-cover-person-body{display:block}.talking-cover-person-upload{display:grid!important;grid-template-columns:68px minmax(0,1fr);min-height:142px!important}.talking-cover-person-upload>img,.talking-cover-person-empty{width:68px;height:82px;flex-basis:68px}.talking-cover-person-action{grid-column:1/-1;width:100%}.talking-cover-person-body>button{width:100%;min-height:44px;margin-top:9px}.talking-cover-mode>.mode-switch,.talking-cover-mode>.mode-locked{width:100%;margin-top:15px}.talking-submit-zone .btn{width:100%;margin-top:14px}.talking-output-panel{padding:16px}.talking-output-panel .person-silhouette,.talking-output-panel .result-media{min-height:285px}.admin-body .admin-heading h1,.editor-title h1{font-size:27px}.form-section{padding:20px 16px}.admin-toolbar{align-items:stretch;flex-wrap:wrap}.admin-toolbar .search-mini{width:100%}.admin-toolbar .btn{flex:1}.delivery-success-head{padding:20px 17px;grid-template-columns:auto 1fr}.delivery-success-head>span{width:48px;height:48px;border-radius:14px}.delivery-success-head h2{font-size:21px}.delivery-success-head p{font-size:12px}.delivery-success-head time{white-space:normal;line-height:1.5}.delivery-video-preview,.delivery-cover-preview,.delivery-download-zone{padding:16px;border-radius:16px}.delivery-card-heading{align-items:flex-start;flex-direction:column}.delivery-version-switch{width:100%}.delivery-version-switch button{min-width:0}.delivery-video-preview>video,.talking-delivery.is-compact .delivery-video-preview>video{height:auto;min-height:300px;max-height:72vh}.delivery-cover-preview{display:block}.delivery-cover-preview .delivery-card-heading{display:flex}.delivery-cover-preview>img{max-height:none}.delivery-download-grid{grid-template-columns:1fr}.delivery-download-grid>article:last-child{grid-column:auto}.delivery-download-grid>article{min-height:250px}.delivery-download-heading{align-items:flex-start;flex-direction:column}.delivery-actions{display:grid;grid-template-columns:1fr}.delivery-actions .btn{width:100%}}.talking-input-modes{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:0 0 22px}.talking-input-modes>button{position:relative;min-height:104px;padding:16px;border:1px solid #ded4e8;border-radius:14px;background:#fcfaff;color:var(--ink);display:grid;grid-template-columns:44px minmax(0,1fr) 20px;align-items:center;gap:12px;text-align:left;cursor:pointer;transition:.2s ease}.talking-input-modes>button:hover{border-color:#a78acb;background:#faf5ff}.talking-input-modes>button.active{border:2px solid var(--purple);background:#f4edff;box-shadow:0 10px 24px #5b16c91a}.talking-input-modes>button>span{width:44px;height:44px;border-radius:12px;background:#eee4ff;color:var(--purple);display:grid;place-items:center}.talking-input-modes>button>span svg{width:21px}.talking-input-modes>button>div{min-width:0}.talking-input-modes b,.talking-input-modes small{display:block}.talking-input-modes b{font-size:15px;font-weight:900}.talking-input-modes small{margin-top:5px;color:#6f647b;font-size:12px;line-height:1.55}.talking-input-modes>button>svg{width:19px;color:var(--purple)}.talking-editor-card textarea.talking-manual-script{height:285px}.talking-cover-template-plan{margin:20px 0 0;padding:18px;border:1px solid #ddd3e6;border-radius:15px;background:#fcfaff}.talking-cover-template-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:13px}.talking-cover-template-heading b,.talking-cover-template-heading small{display:block}.talking-cover-template-heading b{font-size:15px;font-weight:900}.talking-cover-template-heading small{margin-top:4px;color:#72667e;font-size:12px;line-height:1.55}.talking-cover-template-heading>span{padding:7px 10px;border-radius:16px;background:var(--lime);color:var(--deep);font-size:11px;font-weight:900;white-space:nowrap}.talking-cover-template-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.talking-cover-template-grid>article{position:relative;min-height:150px;padding:14px;border:1px solid #ded4e8;border-radius:12px;background:#fff;overflow:hidden}.talking-cover-template-grid>article>span{display:block;color:#998ca6;font-size:11px;font-weight:900}.talking-cover-template-grid>article>b,.talking-cover-template-grid>article>small{display:block}.talking-cover-template-grid>article>b{margin-top:11px;font-size:15px}.talking-cover-template-grid>article>small{margin-top:3px;color:#6f647b;font-size:11px}.talking-cover-template-grid>article>p{margin:9px 0 26px;color:#71657d;font-size:11px;line-height:1.55}.talking-cover-template-grid>article>i{position:absolute;left:14px;bottom:12px;display:inline-flex;align-items:center;gap:4px;color:#4c7700;font-size:10px;font-weight:900;font-style:normal}.talking-cover-template-grid>article>i svg{width:13px}.talking-cover-template-grid .cover-template-impact{border-top:4px solid #ff5a36}.talking-cover-template-grid .cover-template-authority{border-top:4px solid #2f57a6}.talking-cover-template-grid .cover-template-curiosity{border-top:4px solid #7b24d1}.delivery-preview-grid{grid-template-columns:minmax(0,1.3fr) minmax(420px,.9fr)}.delivery-cover-set>.delivery-card-heading>small{color:#6c6078;font-size:12px;font-weight:900}.delivery-cover-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.delivery-cover-grid>article{min-width:0;border:1px solid #dfd6e8;border-radius:13px;background:#fbf9fd;overflow:hidden}.delivery-cover-grid>article>img,.delivery-cover-grid .delivery-file-missing{width:100%;aspect-ratio:3/4;min-height:0;border:0;border-radius:0;object-fit:cover;display:block}.delivery-cover-grid .delivery-file-missing{padding:10px}.delivery-cover-grid .delivery-file-missing>svg{width:25px;height:25px}.delivery-cover-grid .delivery-file-missing>b{font-size:12px}.delivery-cover-grid>article>div:last-child{min-height:112px;padding:11px;display:flex;flex-direction:column;align-items:flex-start}.delivery-cover-grid>article>div:last-child>span{color:#786d84;font-size:9px;font-weight:800}.delivery-cover-grid>article>div:last-child>b{margin:3px 0 9px;font-size:13px}.delivery-cover-grid>article>div:last-child>a{width:100%;height:34px;margin-top:auto;border-radius:8px;background:#eee4ff;color:var(--purple);display:flex;align-items:center;justify-content:center;gap:5px;text-decoration:none;font-size:11px;font-weight:900}.delivery-cover-grid>article>div:last-child>a svg{width:14px}.delivery-cover-grid>article>div:last-child>small{color:#806f8e;font-size:10px;line-height:1.45}.delivery-download-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.delivery-download-grid>article{min-height:250px;padding:16px}.delivery-download-grid h4{font-size:16px}.delivery-download-grid p{font-size:11px}@media(max-width:1200px){.delivery-preview-grid,.talking-delivery.is-compact .delivery-preview-grid{grid-template-columns:1fr}.delivery-download-grid,.delivery-cover-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.delivery-cover-preview.delivery-cover-set{display:block}.delivery-download-grid{grid-template-columns:1fr 1fr}.delivery-download-grid>article:last-child{grid-column:auto}}@media(max-width:540px){.talking-input-modes{grid-template-columns:1fr}.talking-input-modes>button{min-height:92px}.talking-cover-template-heading{align-items:flex-start}.talking-cover-template-grid{grid-template-columns:1fr}.talking-cover-template-grid>article{min-height:126px}.delivery-cover-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.delivery-cover-grid>article>div:last-child{min-height:104px;padding:8px}.delivery-cover-grid>article>div:last-child>b{font-size:12px}.delivery-cover-grid>article>div:last-child>span{font-size:8px}.delivery-cover-grid>article>div:last-child>a{font-size:10px}.delivery-download-grid{grid-template-columns:1fr}}.delivery-video-section,.delivery-cover-gallery{padding:26px;border:1px solid #ded4e8;border-radius:20px;background:#fff;box-shadow:0 14px 34px #2e0a8a0f}.delivery-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:20px}.delivery-section-heading h3{margin:8px 0 0;font-size:23px;line-height:1.3}.delivery-section-heading>small{max-width:420px;color:#70647c;font-size:12px;font-weight:700;line-height:1.6;text-align:right}.delivery-video-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);gap:18px;align-items:start}.delivery-video-preview{box-shadow:none}.delivery-video-downloads{display:grid;gap:14px}.delivery-video-downloads>article{position:relative;min-height:225px;padding:20px;border:1px solid #dfd6e8;border-radius:17px;background:#fbf9fd;display:flex;flex-direction:column}.delivery-video-downloads>article.featured{border:2px solid var(--purple);background:linear-gradient(155deg,#f6efff,#fff)}.delivery-video-downloads>article>.delivery-video-badge{position:absolute;right:16px;top:18px;padding:5px 9px;border-radius:16px;background:#ede7f1;color:#625771;font-size:10px;font-weight:900}.delivery-video-downloads>article.featured>.delivery-video-badge{background:var(--purple);color:#fff}.delivery-video-downloads>article.featured .delivery-file-icon{background:var(--lime);color:var(--deep)}.delivery-video-downloads h4{margin:17px 0 6px;font-size:18px}.delivery-video-downloads p{margin:0 0 16px;color:#6d6279;font-size:12px;line-height:1.7}.delivery-video-downloads .direct-download-wrap{margin-top:auto;position:static;padding:0;background:transparent}.direct-download-wrap{display:grid;gap:6px;width:100%}.direct-download-wrap>.btn{width:100%}.direct-download-wrap>small{color:#a52f2f;font-size:11px;line-height:1.5}.direct-download-wrap svg{width:17px;height:17px}.delivery-cover-gallery{padding:28px}.delivery-cover-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.delivery-cover-card{min-width:0;border:1px solid #ded4e8;border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 12px 28px #2e0a8a14;transition:transform .2s ease,box-shadow .2s ease}.delivery-cover-card:hover{transform:translateY(-4px);box-shadow:0 18px 36px #2e0a8a24}.delivery-cover-card.cover-impact{border-top:5px solid #ff5a36}.delivery-cover-card.cover-authority{border-top:5px solid #2f57a6}.delivery-cover-card.cover-curiosity{border-top:5px solid #7b24d1}.delivery-cover-artwork{width:100%;aspect-ratio:3/4;background:#16063a;overflow:hidden}.delivery-cover-artwork>img{width:100%;height:100%;display:block;object-fit:contain}.delivery-cover-artwork .delivery-file-missing{width:100%;height:100%;min-height:0;border:0;border-radius:0;background:#f7f2fb}.delivery-cover-card>footer{min-height:178px;padding:17px;display:flex;flex-direction:column}.delivery-cover-card>footer>div>span{color:#75677f;font-size:11px;font-weight:800}.delivery-cover-card h4{margin:4px 0 6px;font-size:20px}.delivery-cover-card p{margin:0;color:#6d6178;font-size:12px;line-height:1.65}.delivery-cover-card>footer>.direct-download-wrap,.delivery-cover-card>footer>button{margin-top:auto;padding-top:14px}.delivery-actions{padding-top:4px}.talking-delivery.is-compact .delivery-video-section,.talking-delivery.is-compact .delivery-cover-gallery{box-shadow:none}.talking-delivery.is-compact .delivery-video-layout{grid-template-columns:minmax(0,1.3fr) minmax(260px,.7fr)}@media(max-width:1050px){.delivery-video-layout,.talking-delivery.is-compact .delivery-video-layout{grid-template-columns:1fr}.delivery-video-downloads{grid-template-columns:1fr 1fr}.delivery-video-downloads>article{min-height:205px}}@media(max-width:820px){.delivery-section-heading{align-items:flex-start;flex-direction:column}.delivery-section-heading>small{text-align:left}.delivery-cover-gallery-grid{grid-template-columns:1fr}.delivery-cover-card{max-width:520px;width:100%;margin:0 auto}.delivery-video-downloads{grid-template-columns:1fr}}@media(max-width:540px){.delivery-video-section,.delivery-cover-gallery{padding:16px;border-radius:16px}.delivery-section-heading h3{font-size:20px}.delivery-video-downloads>article{min-height:190px;padding:17px}.delivery-cover-card>footer{min-height:165px;padding:15px}.delivery-cover-card h4{font-size:19px}}.annual-pay-button{position:relative;z-index:1;margin-top:12px}.payment-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:24px;background:#160a3a9e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.payment-modal{position:relative;width:min(520px,100%);max-height:calc(100vh - 48px);overflow:auto;padding:32px;border:1px solid rgba(255,255,255,.55);border-radius:22px;background:radial-gradient(circle at 90% 4%,rgba(200,255,25,.3),transparent 20%),#fffdf8;box-shadow:0 30px 90px #160a3a52}.payment-close{position:absolute;top:18px;right:18px;width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--line);border-radius:11px;background:#fff;cursor:pointer}.payment-close svg{width:17px}.payment-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:15px;color:var(--deep);background:var(--lime);transform:rotate(-4deg)}.payment-modal h2{margin:19px 0 5px;font-size:24px}.payment-lead{margin:0 0 24px;color:var(--muted);font-size:12px;line-height:1.7}.payment-plans{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-bottom:16px}.payment-plans button{min-height:112px;padding:14px 10px;border:1px solid var(--line);border-radius:12px;background:#fff;text-align:left;cursor:pointer}.payment-plans button.selected{border:2px solid var(--purple);background:#f6efff}.payment-plans b,.payment-plans span,.payment-plans small{display:block}.payment-plans b{font-size:13px}.payment-plans span{margin:7px 0;color:var(--purple);font-size:18px;font-weight:900}.payment-plans small{color:var(--muted);font-size:9px}.payment-summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:15px 17px;border:1px solid var(--line);border-radius:11px;background:#fff;font-size:12px}.payment-summary b{color:var(--purple);font-size:22px}.payment-submit{width:100%;margin-top:16px}.payment-qr,.payment-success{display:grid;justify-items:center;gap:9px;padding:20px 0 4px;text-align:center}.payment-creating{min-height:180px;display:grid;place-items:center;align-content:center;gap:9px;text-align:center}.payment-creating>svg{width:38px;height:38px;color:var(--purple)}.payment-creating>b{font-size:15px}.payment-creating>span{font-size:11px;color:var(--muted)}.payment-qr img{width:248px;height:248px;padding:6px;border:1px solid var(--line);border-radius:14px;background:#fff}.payment-qr>svg{width:52px;height:52px;margin:65px;color:var(--purple)}.payment-qr b{font-size:15px}.payment-qr span{color:var(--muted);font-size:10px}.payment-success>svg{width:58px;height:58px;padding:14px;border-radius:50%;color:var(--deep);background:var(--lime)}.payment-success b{margin:8px 0;font-size:17px}.payment-expired>svg{color:#a52828;background:#ffe6e6}.payment-expired span{color:var(--muted);font-size:10px}@media(max-width:540px){.payment-overlay{padding:12px}.payment-modal{padding:25px 18px;border-radius:17px}.payment-plans{grid-template-columns:1fr}.payment-plans button{min-height:78px}.payment-qr img{width:min(248px,78vw);height:auto}}
