:root{--bg:#e8f5f6;--surface:#fff;--text:#14151c;--muted:#6b6f7b;--faint:#9a9fad;--line:#0c0f180f;--line-strong:#0c0f181c;--black:#060710;--accent:#7c4dff;--accent-soft:#f3edff;--green:#10b981;--shadow-sm:0 1px 3px #0c0f180a;--shadow:0 6px 24px #0c0f181a;--shadow-lg:0 16px 48px #0c0f181a;--sidebar-w:248px;--sidebar-collapsed-w:64px;--radius:14px;--radius-lg:20px;--radius-xl:26px;--transition:.3s cubic-bezier(.4,0,.2,1)}*{box-sizing:border-box;margin:0;padding:0}html{height:100%}body{color:var(--text);-webkit-font-smoothing:antialiased;background:#e8f5f6;min-height:100%;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,system-ui,sans-serif}.site-footer{z-index:2;color:#7d8390;text-align:center;background:#fff6;padding:14px 16px 20px;font-size:12px;line-height:1.5;position:relative}.bg-decor{z-index:0;pointer-events:none;background:linear-gradient(135deg,#e8f9f7fa 0%,#eef3fff5 43%,#daf3f7f0 100%),linear-gradient(90deg,#0f766e1a,#0000 34%,#7c4dff24);position:fixed;inset:0;overflow:hidden}.bg-sweep{border-top:1px solid #14223614;border-bottom:1px solid #ffffffb8;height:34vh;position:absolute;left:-12vw;right:-12vw;transform:rotate(-8deg)}.sweep-one{background:linear-gradient(90deg,#0f766e33,#7c4dff2e,#14b8a62e,#0000);top:8vh}.sweep-two{background:linear-gradient(90deg,#0000,#0f172a1a,#38bdf829,#ffffff47);top:42vh}.sweep-three{background:linear-gradient(90deg,#ffffff3d,#11182714,#7c4dff29);bottom:-16vh}.bg-dots{opacity:.32;background-image:radial-gradient(circle,#0c0f1817 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0}.bg-lines{opacity:.42;background:linear-gradient(90deg,#0c0f1809 0 1px,#0000 1px 96px),linear-gradient(0deg,#0c0f1806 0 1px,#0000 1px 96px);position:absolute;inset:0}button,textarea,input{font:inherit}button{cursor:pointer;background:0 0;border:0}textarea{resize:none;border:0;outline:none}.app-shell{z-index:1;grid-template-columns:var(--sidebar-w) minmax(0, 1fr);min-height:100vh;display:grid;position:relative}.app-shell.sidebar-collapsed{grid-template-columns:var(--sidebar-collapsed-w) minmax(0, 1fr)}.sidebar{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);height:100vh;transition:all var(--transition);z-index:10;background:#ffffffd6;border:1px solid #ffffffe0;border-radius:20px;flex-direction:column;margin:8px 0 8px 8px;padding:16px 14px 14px;display:flex;position:sticky;top:0;overflow:hidden;box-shadow:6px 0 36px #0c0f180a}.app-shell.sidebar-collapsed .sidebar{margin:8px 0 8px 8px;padding:12px 8px}.brand-row{transition:all var(--transition);grid-template-columns:34px 1fr auto;align-items:center;gap:8px;padding:2px 6px 18px;display:grid}.app-shell.sidebar-collapsed .brand-row{grid-template-columns:1fr;justify-items:center;padding:0 0 18px}.brand-mark{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0a0a16,#3d2b7a);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:18px;font-weight:900;transition:transform .2s;display:inline-flex;box-shadow:0 8px 20px #26125433}.brand-mark:hover{transform:scale(1.05)}.brand-text{white-space:nowrap;overflow:hidden}.app-shell.sidebar-collapsed .brand-text{display:none}.brand-name{font-size:18px;font-weight:900;line-height:1.15}.brand-sub{color:var(--muted);margin-top:1px;font-size:10px}.sidebar-toggle{color:#565a66;background:#0000000a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.sidebar-toggle:hover{color:#14151c;background:#00000017}.sidebar-toggle svg{transition:transform .3s}.sidebar-toggle.rotated svg{transform:rotate(180deg)}.app-shell.sidebar-collapsed .sidebar-toggle{background:#0000000f;border-radius:12px;width:40px;height:40px;margin:0 auto}.side-nav{gap:4px;display:grid}.app-shell.sidebar-collapsed .side-nav{gap:8px}.side-item{color:#282a35;border-radius:14px;align-items:center;gap:10px;height:46px;padding:0 12px;font-size:14px;font-weight:700;transition:all .15s;display:flex}.app-shell.sidebar-collapsed .side-item{border-radius:12px;justify-content:center;height:44px;padding:0}.side-label{white-space:nowrap}.app-shell.sidebar-collapsed .side-label{display:none}.side-item:hover,.side-item.active{background:#0000000e}.side-item:active{transform:scale(.97)}.side-icon{color:#17171d;background:0 0;border:2px solid #17171d;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:11px;transition:all .2s;display:inline-flex}.side-item.active .side-icon{color:#fff;background:#0e0e18;border-color:#0e0e18}.history-head{color:var(--faint);justify-content:space-between;align-items:center;padding:22px 4px 8px;font-size:12px;font-weight:700;display:flex}.app-shell.sidebar-collapsed .history-head{display:none}.clear-all-btn{color:#9ba0ab;border-radius:6px;padding:3px 7px;font-size:11px}.clear-all-btn:hover{color:#e34040;background:#e340400f}.history-list{gap:4px;display:grid}.app-shell.sidebar-collapsed .history-list{display:none}.history-item{cursor:pointer;color:#1e2029;border-radius:12px;grid-template-columns:28px minmax(0,1fr) 24px;align-items:center;gap:8px;min-width:0;padding:6px 4px 6px 8px;font-size:13px;font-weight:600;display:grid;position:relative}.history-item:hover{background:#00000009}.history-thumb{background:linear-gradient(135deg,#00000008,#00000003),#edf0f3;border-radius:8px;flex-shrink:0;width:28px;height:28px;position:relative}.history-thumb:after{content:"";background:#d0d5db;border-radius:3px;width:12px;height:8px;position:absolute;top:10px;left:8px}.history-title{text-overflow:ellipsis;white-space:nowrap;min-width:0;padding-right:2px;font-size:12px;overflow:hidden}.history-delete{color:#999;opacity:.72;cursor:pointer;z-index:2;background:#0000000a;border-radius:50%;justify-content:center;justify-self:end;align-items:center;width:22px;height:22px;font-size:13px;font-weight:800;line-height:1;transition:all .15s;display:flex}.history-item:hover .history-delete{opacity:1}.history-delete:hover{color:#c0392b;background:#ffe8e8}.sidebar-footer{margin-top:auto}.app-shell.sidebar-collapsed .sidebar-footer{display:none}.quota-card{border:1px solid var(--line);background:#ffffffb3;border-radius:14px;justify-content:space-between;align-items:center;padding:11px;display:flex}.quota-card strong{font-size:19px;line-height:1;display:block}.quota-card span{color:var(--muted);font-size:11px}.quota-card button{color:#23242b;height:30px;box-shadow:var(--shadow-sm);background:#fff;border:1px solid #0000000d;border-radius:999px;padding:0 11px;font-size:12px;font-weight:700}.main{flex-direction:column;align-items:center;min-width:0;padding:10px 32px 56px;display:flex}.topbar{justify-content:flex-end;align-items:center;gap:10px;width:100%;max-width:900px;height:52px;display:flex}.top-actions{align-items:center;gap:8px;display:flex}.enterprise-api-top{color:#fff;background:#101d52;border:1px solid #5390ffb3;border-radius:999px;height:34px;padding:0 14px;font-size:13px;font-weight:800;box-shadow:0 7px 16px #1a367b2e}.enterprise-api-top:hover{background:#182a72}.top-actions .primary-soft{color:#5b3fd4;height:34px;box-shadow:var(--shadow-sm);background:#ffffffb3;border:1px solid #ffffffbf;border-radius:999px;padding:0 14px;font-size:13px;font-weight:700}.invite-top-btn{color:#fff;background:linear-gradient(135deg,#0f766e,#5b3fd4);border:1px solid #ffffffbf;border-radius:999px;height:34px;padding:0 14px;font-size:13px;font-weight:800;box-shadow:0 10px 26px #0f766e38}.invite-top-btn:hover{background:linear-gradient(135deg,#0d9488,#6d58dd)}.avatar{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0a0a16,#3d2b7a);border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:900;display:inline-flex}.profile-entry{display:inline-flex;position:relative}.profile-entry .avatar{border-radius:10px;width:36px;height:36px;box-shadow:0 10px 24px #2612542e}.profile-hover-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);opacity:0;visibility:hidden;z-index:40;background:#fffffff0;border:1px solid #ffffffd9;border-radius:18px;width:286px;padding:14px;transition:opacity .16s,transform .16s,visibility .16s;position:absolute;top:calc(100% + 10px);right:-10px;transform:translateY(-6px);box-shadow:0 24px 60px #0c0f1826}.profile-entry:hover .profile-hover-card,.profile-entry:focus-within .profile-hover-card{opacity:1;visibility:visible;transform:translateY(0)}.profile-hover-card:before{content:"";width:120px;height:16px;position:absolute;top:-16px;right:0}.profile-hover-head{align-items:center;gap:10px;display:flex}.profile-hover-avatar{color:#fff;background:linear-gradient(135deg,#10111d,#6d58dd);border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;font-weight:900;display:inline-flex;box-shadow:0 12px 28px #4c34a838}.profile-hover-head strong,.profile-hover-head em{text-overflow:ellipsis;white-space:nowrap;max-width:196px;font-style:normal;display:block;overflow:hidden}.profile-hover-head strong{color:#14151c;font-size:15px;font-weight:900}.profile-hover-head em{color:#777d8c;margin-top:2px;font-size:12px;font-weight:650}.profile-hover-grid{grid-template-columns:1fr 1fr;gap:8px;margin:14px 0;display:grid}.profile-hover-grid span{background:#f6f7fb;border:1px solid #0c0f180d;border-radius:12px;min-width:0;padding:10px}.profile-hover-grid strong,.profile-hover-grid em{text-overflow:ellipsis;white-space:nowrap;font-style:normal;display:block;overflow:hidden}.profile-hover-grid strong{color:#171923;font-size:15px;font-weight:900}.profile-hover-grid em{color:#858b98;margin-top:2px;font-size:11px;font-weight:750}.profile-hover-card>button{color:#fff;background:#0c0d16;border-radius:12px;width:100%;height:38px;font-size:13px;font-weight:850}.profile-hover-card>button:hover{background:var(--accent)}.top-logout{color:#5a6070;background:#ffffffb8;border:1px solid #0000000f;border-radius:999px;height:30px;padding:0 10px;font-size:12px;font-weight:800}.auth-loading{color:#171820;background:#f6f7fb;align-content:center;place-items:center;gap:12px;min-height:100vh;display:grid}.auth-loading strong{font-size:15px}.profile-page{background:radial-gradient(circle at 12% 18%,#7c4dff1c,#0000 28%),radial-gradient(circle at 88% 16%,#10b9811a,#0000 26%),radial-gradient(circle at 56% 92%,#3b82f614,#0000 30%),#f6f7fb;min-height:100vh;padding:26px}.profile-shell{width:min(1160px,100%);margin:0 auto}.profile-top{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.profile-top button{color:#303441;height:38px;box-shadow:var(--shadow-sm);background:#ffffffd1;border:1px solid #ffffffe6;border-radius:999px;padding:0 14px;font-size:13px;font-weight:850}.profile-hero,.profile-panel,.profile-stats>div{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffe0;border:1px solid #ffffffe6;box-shadow:0 18px 54px #0c0f1814}.profile-hero{border-radius:26px;justify-content:space-between;align-items:center;gap:18px;min-height:190px;padding:28px;display:flex}.profile-identity{align-items:center;gap:18px;min-width:0;display:flex}.profile-identity>span{color:#fff;background:linear-gradient(135deg,#0c0d16,#6d58dd);border-radius:22px;flex:none;justify-content:center;align-items:center;width:78px;height:78px;font-size:34px;font-weight:950;display:inline-flex;box-shadow:0 18px 38px #4630a038}.profile-identity em,.profile-identity p{color:#737987;font-style:normal;font-weight:750}.profile-identity em{color:#08734f;background:#edf7f2;border-radius:999px;padding:5px 10px;font-size:12px;display:inline-flex}.profile-identity h1{letter-spacing:0;margin-top:10px;font-size:clamp(30px,4vw,48px);line-height:1}.profile-identity p{text-overflow:ellipsis;white-space:nowrap;max-width:520px;margin-top:8px;overflow:hidden}.profile-balance{color:#fff;text-align:left;background:#11131d;border-radius:20px;min-width:210px;padding:20px}.profile-balance span{color:#ffffffad;font-size:12px;font-weight:800}.profile-balance strong{margin:8px 0 14px;font-size:42px;line-height:1;display:block}.profile-balance button{color:#11131d;background:#fff;border-radius:999px;width:100%;height:38px;font-size:13px;font-weight:900}.profile-alert{color:#946200;background:#fff5df;border-radius:14px;margin-top:14px;padding:12px 14px;font-size:13px;font-weight:750}.profile-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}.profile-stats>div{border-radius:18px;min-width:0;padding:18px}.profile-stats span,.profile-stats em{color:#77808f;font-size:12px;font-style:normal;font-weight:800;display:block}.profile-stats strong{text-overflow:ellipsis;color:#151720;margin:10px 0 8px;font-size:30px;font-weight:950;line-height:1;display:block;overflow:hidden}.profile-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px;margin-top:14px;display:grid}.profile-panel{border-radius:22px;min-width:0;padding:20px}.profile-panel-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.profile-panel-head h2{font-size:18px;line-height:1.2}.profile-panel-head p{color:#7c828f;max-width:360px;font-size:12px;font-weight:650}.profile-info-list{gap:10px;display:grid}.profile-info-list div{background:#f7f8fb;border:1px solid #0c0f180a;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.profile-info-list span{color:#777e8c;font-size:12px;font-weight:800}.profile-info-list strong{text-overflow:ellipsis;white-space:nowrap;color:#171923;min-width:0;font-size:13px;font-weight:850;overflow:hidden}.profile-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.profile-actions button{color:#191b24;background:#f7f8fb;border:1px solid #0c0f180d;border-radius:16px;min-height:74px;padding:14px;font-size:14px;font-weight:900}.profile-actions button:hover{color:#fff;background:#11131d}.profile-table-wrap{max-height:360px;overflow:auto}.profile-table{border-collapse:collapse;width:100%;font-size:12px}.profile-table th,.profile-table td{text-align:left;color:#383c48;border-bottom:1px solid #0c0f180f;padding:10px 8px}.profile-table th{color:#848b99;white-space:nowrap;font-weight:900}.profile-table td{text-overflow:ellipsis;white-space:nowrap;max-width:180px;font-weight:650;overflow:hidden}.profile-table .plus{color:#08875a;font-weight:900}.profile-table .minus{color:#d04545;font-weight:900}.profile-task-list{gap:10px;display:grid}.profile-task,.profile-empty{background:#f7f8fb;border:1px solid #0c0f180a;border-radius:14px;min-width:0;padding:12px}.profile-task{gap:7px;display:grid}.profile-task-status{color:#626a78;background:#eef1f6;border-radius:999px;width:fit-content;padding:3px 8px;font-size:11px;font-weight:900}.profile-task-status.done{color:#2d7a18;background:#e8f8df}.profile-task-status.failed{color:#c0392b;background:#ffe8e8}.profile-task-status.processing,.profile-task-status.queued{color:#3559c7;background:#edf2ff}.profile-task strong{text-overflow:ellipsis;white-space:nowrap;color:#161820;font-size:13px;overflow:hidden}.profile-task em,.profile-empty{color:#7d8492;font-size:12px;font-style:normal;font-weight:700}.profile-task-video{background:#111522;border-radius:10px;width:100%;max-height:220px;display:block}.profile-loading{color:#171820;align-content:center;place-items:center;gap:12px;min-height:calc(100vh - 52px);display:grid}.login-page{background:radial-gradient(circle at 18% 22%,#7c4dff1a,#0000 30%),radial-gradient(circle at 84% 16%,#10b9811a,#0000 28%),linear-gradient(#f8f9fc,#eef1f6);place-items:center;min-height:100vh;padding:28px;display:grid}.login-shell{grid-template-columns:minmax(0,1fr) 440px;align-items:stretch;gap:18px;width:min(1120px,100%);display:grid}.login-brand-panel,.login-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffdb;border:1px solid #ffffffe6;border-radius:24px;box-shadow:0 22px 64px #0c0f181a}.login-brand-panel{flex-direction:column;justify-content:space-between;min-height:620px;padding:36px;display:flex}.login-kicker{color:#08734f;background:#eef7f2;border-radius:999px;width:fit-content;padding:5px 10px;font-size:12px;font-weight:900}.login-brand-panel h1{color:#11131b;letter-spacing:0;max-width:620px;margin-top:90px;font-size:clamp(34px,5vw,58px);line-height:1.05}.login-brand-panel p{color:#626a78;max-width:560px;margin-top:18px;font-size:15px;line-height:1.8}.login-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:40px;display:grid}.login-metrics div{background:#fff;border:1px solid #e9ecf2;border-radius:16px;padding:16px}.login-metrics strong{font-size:24px;display:block}.login-metrics span{color:#6b7280;font-size:12px;font-weight:750}.login-card{padding:24px}.login-role-switch,.login-auth-tabs{background:#eef0f4;border-radius:999px;padding:4px;display:flex}.login-role-switch button,.login-auth-tabs button{color:#5b6370;border-radius:999px;flex:1;height:38px;font-size:13px;font-weight:900}.login-role-switch button.active,.login-auth-tabs button.active{color:#11131b;background:#fff;box-shadow:0 4px 14px #0c0f181a}.login-card-head{padding:24px 2px 18px}.login-card-head h2{font-size:26px;line-height:1.2}.login-card-head p,.login-footnote{color:#69707d;margin-top:8px;font-size:13px;line-height:1.7}.login-auth-tabs{margin-bottom:18px}.login-form{gap:12px;display:grid}.login-form label{color:#505866;gap:7px;font-size:12px;font-weight:900;display:grid}.login-form input{color:#151720;background:#fff;border:1px solid #dfe3eb;border-radius:13px;outline:none;height:44px;padding:0 13px}.login-form input:focus{border-color:#7c4dff;box-shadow:0 0 0 4px #7c4dff14}.login-two{grid-template-columns:1fr 1fr;gap:10px;display:grid}.login-message{color:#b42318;background:#fff1f1;border-radius:12px;margin-top:12px;padding:10px 12px;font-size:13px;font-weight:750}.login-submit{color:#fff;background:#090a10;border-radius:15px;width:100%;height:46px;margin-top:16px;font-size:15px;font-weight:900}.login-submit:disabled{opacity:.55;cursor:default}.hero-area{flex-direction:column;align-items:center;width:100%;max-width:900px;padding:32px 0 44px;display:flex}.hero-title{color:#151720;letter-spacing:-.4px;text-align:center;margin-bottom:16px;font-size:clamp(24px,2.8vw,34px);font-weight:550}.agent-switch{background:#fffc;border-radius:999px;margin-bottom:18px;padding:4px;display:inline-flex;box-shadow:0 4px 18px #0c0f181a}.agent-switch button{color:#3a3d4a;background:0 0;border-radius:999px;min-width:116px;height:40px;font-size:14px;font-weight:750;transition:all .18s}.agent-switch button.active{color:#fff;background:#080811}.ecommerce-page{color:#181725;background:radial-gradient(circle at 76% 8%,#c1b1ff6b,#0000 26%),radial-gradient(circle at 16% 32%,#e0d9ffb3,#0000 30%),#f8f7fc;min-height:100vh;padding:22px clamp(18px,5vw,74px) 80px}.ecommerce-topbar{justify-content:space-between;align-items:center;max-width:1320px;margin:0 auto;display:flex}.ecommerce-back{color:#454256;background:#ffffffb3;border:1px solid #5d4a9e1f;border-radius:999px;padding:10px 14px;font-weight:750;transition:all .2s}.ecommerce-back:hover{box-shadow:var(--shadow);background:#fff;transform:translate(-2px)}.ecommerce-badge,.ecommerce-eyebrow{color:#7658ce;letter-spacing:.18em;font-size:10px;font-weight:900}.ecommerce-hero{text-align:center;max-width:1320px;margin:68px auto 38px}.ecommerce-hero h1{letter-spacing:-.07em;margin:12px 0;font-size:clamp(36px,5vw,64px);line-height:1.05}.ecommerce-hero p{color:#777287;margin:0;font-size:16px}.ecommerce-builder{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:22px;max-width:1320px;margin:0 auto;display:grid}.ecommerce-main{gap:16px;display:grid}.ecommerce-step{background:#ffffffd9;border:1px solid #624ea01c;border-radius:24px;padding:25px;box-shadow:0 14px 40px #3d2b6f0e}.ecommerce-step-head{align-items:center;gap:14px;margin-bottom:20px;display:flex}.ecommerce-step-head>span{color:#6d4fc2;background:#eee9ff;border-radius:12px;place-items:center;width:34px;height:34px;font:800 11px/1 ui-monospace,monospace;display:grid}.ecommerce-step h2{letter-spacing:-.025em;margin:0;font-size:18px}.ecommerce-step p{color:#918ba0;margin:3px 0 0;font-size:12px}.product-upload{cursor:pointer;background:linear-gradient(145deg,#fbfaff,#f3f0ff);border:1.5px dashed #baaaf6;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:220px;transition:all .2s;display:flex;position:relative;overflow:hidden}.product-upload:hover{background:#faf8ff;border-color:#7555d3;transform:translateY(-1px)}.product-upload input{display:none}.product-upload.has-image{border-style:solid;padding:0}.product-upload img{object-fit:contain;background:#fff;width:100%;height:270px}.replace-image{color:#fff;background:#171425c7;border-radius:10px;padding:8px 12px;font-size:12px;font-weight:700;position:absolute;bottom:14px;right:14px}.upload-orb{color:#fff;background:#201b35;border-radius:14px;place-items:center;width:44px;height:44px;font-size:22px;display:grid;box-shadow:0 10px 22px #3d2b6f38}.product-upload strong{font-size:15px}.product-upload p{color:#938da2}.product-upload.multi{min-height:170px}.product-upload.dragging{background:#eee8ff;border-color:#6e4bc6;transform:scale(1.005)}.product-upload small{color:#786aa3;font-size:11px;font-weight:800}.product-image-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px;display:grid}.product-image-card{background:#fff;border:1px solid #ebe6f3;border-radius:15px;grid-template-columns:68px minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0;padding:8px;display:grid}.product-image-card img{object-fit:cover;background:#f4f1fa;border-radius:10px;width:68px;height:68px}.product-image-card strong,.product-image-card small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.product-image-card strong{color:#433c53;font-size:12px}.product-image-card small{color:#96909f;margin-top:4px;font-size:10px}.product-image-card select{color:#6b6178;background:#fcfbff;border:1px solid #e7e1f1;border-radius:7px;width:100%;margin-top:5px;padding:5px 4px;font-size:11px}.product-image-card nav{gap:4px;display:grid}.product-image-card nav button{color:#7052c3;background:#f3effb;border-radius:6px;width:25px;height:22px;font-weight:900}.product-image-card nav button:disabled{opacity:.3}.product-image-card nav .remove{color:#d34d5b;background:#fff0f1}.product-analysis-panel{background:#fbfaff;border:1px solid #e3dbf8;border-radius:15px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;margin-top:14px;padding:15px;display:grid}.product-analysis-panel>div:first-child strong{color:#443662;font-size:14px}.product-analysis-panel>div:first-child p{color:#8e839d;margin:4px 0 0;font-size:12px}.product-analysis-button{color:#fff;background:#6f4fc7;border-radius:10px;min-height:36px;padding:0 15px;font-weight:800}.product-analysis-button:disabled{opacity:.6;cursor:wait}.product-analysis-result{border-top:1px solid #ece6fa;grid-column:1/-1;padding-top:4px}.product-analysis-result h3{color:#34274d;align-items:center;gap:8px;margin:10px 0 5px;font-size:16px;display:flex}.product-analysis-result h3 span{color:#7252c6;background:#eee8fb;border-radius:999px;padding:2px 7px;font-size:11px}.product-analysis-result>p{color:#766d83;margin:0 0 10px;font-size:12px;line-height:1.65}.product-analysis-list{grid-template-columns:78px minmax(0,1fr);align-items:start;gap:8px;margin-top:8px;display:grid}.product-analysis-list>strong{color:#615574;font-size:12px}.product-analysis-list>div{flex-wrap:wrap;gap:6px;display:flex}.product-analysis-list span{color:#645878;background:#f1edf8;border-radius:7px;padding:4px 7px;font-size:11px;line-height:1.4}.ad-director-grid{grid-template-columns:minmax(220px,1fr) minmax(0,1fr);align-items:start;gap:13px;display:grid}.ad-product-select{gap:7px;display:grid}.ad-product-select span,.ad-director-option>span{color:#625878;font-size:12px;font-weight:800}.ad-product-select select{color:#403653;background:#fff;border:1px solid #ddd5ee;border-radius:10px;min-height:40px;padding:0 11px}.ad-director-option{gap:7px;display:grid}.ad-director-option>div{flex-wrap:wrap;gap:7px;display:flex}.ad-director-option button{color:#756b85;background:#fff;border:1px solid #e5def2;border-radius:9px;min-height:34px;padding:0 11px;font-size:12px;font-weight:700}.ad-director-option button.active{color:#6042b7;background:#f2edff;border-color:#8465d4}.ad-director-generate{color:#fff;background:linear-gradient(110deg,#5f45b9,#8a66e3);border-radius:11px;min-height:42px;margin-top:15px;padding:0 17px;font-weight:800;box-shadow:0 8px 18px #694dc22e}.ad-director-generate:disabled{opacity:.55;cursor:wait}.ad-project-result{border-top:1px solid #e9e3f4;margin-top:17px;padding-top:16px}.ad-project-head{background:linear-gradient(120deg,#faf8ff,#f4f1ff);border-radius:14px;padding:16px}.ad-project-head>span{color:#8065c6;letter-spacing:.12em;font-size:10px;font-weight:900}.ad-project-head h3{color:#34274d;margin:5px 0 8px;font-size:19px}.ad-project-head p{color:#6f657d;margin:5px 0;font-size:12px;line-height:1.6}.marketing-strategy{background:#fff9;border:1px solid #e4dcf4;border-radius:10px;gap:3px;margin-top:11px;padding:10px 12px;display:grid}.marketing-strategy p{margin:0}.ad-video-actions{flex-wrap:wrap;gap:8px;margin-top:13px;display:flex}.ad-video-actions button{border-radius:9px;min-height:36px;padding:0 12px;font-size:12px;font-weight:800}.ad-video-generate{color:#fff;background:#6245ba;box-shadow:0 7px 15px #5b40ad2e}.ad-video-refresh{color:#654bb2;background:#fff;border:1px solid #d9cfef}.ad-video-actions button:disabled{opacity:.6;cursor:wait}.ad-project-head small{color:#80758e;margin-top:9px;font-size:11px;display:block}.ad-video-compose{color:#fff;background:linear-gradient(110deg,#0b7495,#2864c9);box-shadow:0 7px 15px #1b66b729}.ad-compose-hint{color:#9b6b19!important;margin:9px 0 0!important;font-size:11px!important}.ad-compose-status{color:#60708a;background:#ffffffb3;border:1px solid #dbe4f3;border-radius:10px;flex-wrap:wrap;align-items:center;gap:8px;margin-top:11px;padding:9px 10px;font-size:11px;font-weight:800;display:flex}.ad-compose-status.completed{color:#18734c;border-color:#bde4d0}.ad-compose-status.failed{color:#b34d57;border-color:#f2cfd2}.ad-compose-status a{color:#365ec0}.ad-compose-status em{color:#b34d57;width:100%;font-style:normal;font-weight:600}.ad-compose-status button{color:#576889;background:#fff;border:1px solid #d7deeb;border-radius:7px;margin-left:auto;padding:5px 8px;font-size:11px;font-weight:800}.ad-orchestrator-status{color:#6755a0;background:#faf8ff;border:1px solid #d7d0f0;border-radius:10px;flex-wrap:wrap;gap:7px;margin-top:10px;padding:9px 10px;font-size:11px;font-weight:800;display:flex}.ad-orchestrator-status.composing{color:#3f6f9e;background:#f5faff;border-color:#c9ddf2}.ad-orchestrator-status.completed{color:#18734c;background:#f6fcf8;border-color:#bde4d0}.ad-orchestrator-status.failed{color:#b34d57;background:#fff8f8;border-color:#f2cfd2}.ad-orchestrator-status em{width:100%;font-style:normal;font-weight:600}.ad-studio-page{color:#292238;background:radial-gradient(circle at 82% 0,#b59dff38,#0000 28%),linear-gradient(145deg,#fcfbff,#f4f1fc);min-height:100vh;padding:24px max(22px,50vw - 590px)}.ad-studio-topbar{justify-content:space-between;align-items:center;gap:12px;display:flex}.ad-studio-topbar button{color:#62557d;background:#ffffffbf;border:1px solid #ded7ee;border-radius:10px;padding:9px 12px;font-size:12px;font-weight:800}.ad-studio-topbar .ad-studio-quick-link{color:#6245ba;border-color:#cfc1ed}.ad-studio-hero{max-width:680px;padding:46px 0 28px}.ad-studio-hero>span{color:#7b5ccc;letter-spacing:.15em;font-size:11px;font-weight:900}.ad-studio-hero h1{letter-spacing:-.055em;margin:9px 0;font-size:clamp(30px,5vw,48px)}.ad-studio-hero p{color:#756d83;margin:0;font-size:15px;line-height:1.75}.ad-studio-error{color:#ad4653;background:#fff8f8;border:1px solid #f2cfd2;border-radius:12px;margin-bottom:16px;padding:11px 13px;font-size:13px}.ad-studio-flow{gap:14px;padding-bottom:52px;display:grid}.ad-studio-card{background:#fffc;border:1px solid #e5e0ef;border-radius:18px;position:relative;overflow:hidden;box-shadow:0 12px 28px #4934790e}.ad-studio-card.active{border-color:#d5c6f3;box-shadow:0 15px 32px #6448b717}.ad-studio-card:not(:last-child):after{z-index:2;content:"";background:#cfc3e8;width:1px;height:15px;position:absolute;bottom:-15px;left:34px}.ad-studio-card-top{grid-template-columns:34px 32px minmax(0,1fr) auto;align-items:start;gap:11px;padding:18px 20px 13px;display:grid}.ad-studio-number{color:#8b7ba8;font-size:12px;font-weight:900}.ad-studio-icon{color:#fff;background:linear-gradient(135deg,#7551c7,#a780e5);border-radius:9px;place-items:center;width:28px;height:28px;font-size:14px;display:grid}.ad-studio-card-top h2{margin:0 0 4px;font-size:16px}.ad-studio-card-top p{color:#7b7488;max-width:620px;margin:0;font-size:12px;line-height:1.6}.ad-studio-card-top>strong{color:#77658f;white-space:nowrap;background:#f2eef9;border-radius:99px;align-self:center;padding:5px 8px;font-size:11px}.ad-studio-card-content{padding:0 20px 19px 77px}.ad-studio-card-content>button,.ad-studio-uploaded button,.ad-studio-action-list button{color:#fff;background:linear-gradient(110deg,#6546bb,#8d68d7);border-radius:9px;min-height:34px;padding:0 12px;font-size:12px;font-weight:800}.ad-studio-card-content button:disabled{opacity:.58;cursor:wait}.ad-studio-file{display:none}.ad-studio-uploaded{background:#fcfbff;border:1px solid #e2dced;border-radius:10px;align-items:center;gap:10px;margin-top:10px;padding:8px;font-size:12px;display:flex}.ad-studio-uploaded img{object-fit:cover;border-radius:7px;width:38px;height:38px}.ad-studio-uploaded span{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.ad-studio-select{color:#736a80;align-items:center;gap:10px;margin-top:10px;font-size:12px;font-weight:700;display:flex}.ad-studio-select select,.ad-studio-advanced select{color:#504863;min-width:150px;font:inherit;background:#fff;border:1px solid #ddd5eb;border-radius:8px;padding:7px 8px}.ad-studio-analysis,.ad-studio-director-result,.ad-studio-task{background:#faf8ff;border:1px solid #ddd5ee;border-radius:10px;margin-top:10px;padding:10px;font-size:12px}.ad-studio-analysis p,.ad-studio-director-result p{color:#756d83;margin:5px 0;line-height:1.55}.ad-studio-analysis small,.ad-studio-director-result small{color:#88769f}.ad-studio-advanced{background:#fcfbff;border:1px solid #e5dff0;border-radius:10px;margin:0 0 11px;padding:9px 10px;font-size:12px}.ad-studio-advanced summary{cursor:pointer;color:#6b5a82;font-weight:800}.ad-studio-advanced label{color:#70667c;align-items:center;gap:7px;margin:10px 12px 0 0;display:inline-flex}.ad-studio-action-list{gap:7px;display:grid}.ad-studio-action-list>div{color:#695f76;border:1px solid #ece7f3;border-radius:9px;justify-content:space-between;align-items:center;gap:10px;padding:8px 10px;font-size:12px;display:flex}.ad-studio-action-list button{min-height:28px;padding:0 9px;font-size:11px}.ad-studio-placeholder{color:#918899;margin:0;font-size:12px;line-height:1.6}.ad-studio-scenes{gap:7px;display:grid}.ad-studio-scenes details{background:#fdfcff;border:1px solid #e9e4f1;border-radius:9px;padding:9px 10px;font-size:12px}.ad-studio-scenes summary{cursor:pointer;color:#534a60;font-weight:800}.ad-studio-scenes p{color:#766d80;margin:8px 0 4px;line-height:1.55}.ad-studio-scenes small{color:#927ba8}.ad-studio-task{color:#685990;flex-wrap:wrap;align-items:center;gap:9px;display:flex}.ad-studio-task.composing{color:#39719e;background:#f5faff;border-color:#cde0f1}.ad-studio-task.completed{color:#19734d;background:#f6fcf8;border-color:#c4e5d2}.ad-studio-task.failed{color:#ae4c58;background:#fff8f8;border-color:#f1d0d3}.ad-studio-task button{color:#655b78;background:#fff;border:1px solid #ddd5eb;border-radius:7px;min-height:27px;margin-left:auto;padding:0 9px;font-size:11px;font-weight:800}.ad-studio-task em{width:100%;font-style:normal}.ad-studio-segment-list{flex-wrap:wrap;gap:6px;margin-top:9px;display:flex}.ad-studio-segment-list span{color:#776d86;background:#f2eff7;border-radius:7px;padding:5px 7px;font-size:11px}.ad-studio-final-video{color:#fff;background:linear-gradient(110deg,#0b7495,#2864c9);border-radius:9px;align-items:center;min-height:34px;padding:0 12px;font-size:12px;font-weight:800;text-decoration:none;display:inline-flex}.creative-goal-heading{align-items:baseline;gap:9px;margin-bottom:8px;display:flex}.creative-goal-heading strong{color:#56466d;font-size:13px}.creative-goal-heading span{color:#8a8195;font-size:11px}.creative-goal-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.creative-goal-grid button{color:#645b70;text-align:left;background:#fff;border:1px solid #e4ddec;border-radius:10px;min-height:94px;padding:11px;transition:all .18s}.creative-goal-grid button:hover{background:#fcfaff;border-color:#cdbdea}.creative-goal-grid button.active{background:linear-gradient(135deg,#f7f3ff,#fbfaff);border-color:#8b69d1;box-shadow:inset 0 0 0 1px #7b56c31f}.creative-goal-grid strong,.creative-goal-grid span{display:block}.creative-goal-grid strong{color:#4f4165;font-size:12px}.creative-goal-grid strong em{color:#6c49bb;background:#eadeff;border-radius:99px;margin-left:6px;padding:2px 5px;font-size:9px;font-style:normal;display:inline-block}.creative-goal-grid span{color:#847b8e;margin-top:6px;font-size:11px;line-height:1.45}.creative-goal-hint{color:#6f607f;background:#faf7ff;border-left:3px solid #8a68cf;border-radius:0 8px 8px 0;margin:9px 0 11px;padding:8px 9px;font-size:12px;line-height:1.5}.creative-goal-hint b{color:#5d4296}.creative-brief{background:linear-gradient(135deg,#fbf9ff,#f6f2ff);border:1px solid #dcd2f1;border-radius:13px;margin-top:12px;padding:14px}.creative-brief header span,.asset-scene header span,.director-storyboard-card>span{color:#8061c7;letter-spacing:.08em;font-size:10px;font-weight:900}.creative-brief h3{margin:5px 0 11px;font-size:16px}.creative-brief>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.creative-brief label{color:#897c9a;background:#ffffffbf;border-radius:8px;padding:8px;font-size:10px}.creative-brief b{color:#594a69;margin-top:3px;font-size:12px;line-height:1.45;display:block}.asset-studio-list,.segment-production-list{gap:10px;display:grid}.asset-scene{background:#fff;border:1px solid #e4ddef;border-radius:12px;padding:12px}.asset-scene>header{align-items:center;gap:9px;display:flex}.asset-scene header strong{color:#51405e;margin-top:2px;font-size:13px;display:block}.asset-scene header em{color:#3b8158;background:#edfaf2;border-radius:99px;margin-left:auto;padding:4px 7px;font-size:10px;font-style:normal;font-weight:800}.asset-scene header button,.segment-status button{color:#6849b3;background:#fff;border:1px solid #d8cbed;border-radius:7px;min-height:28px;padding:0 9px;font-size:11px;font-weight:800}.asset-type-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:11px;display:grid}.asset-group{background:#fcfbfe;border:1px solid #eee8f5;border-radius:9px;min-width:0;padding:8px}.asset-group>strong{color:#665675;margin-bottom:7px;font-size:11px;display:block}.asset-group>p{color:#a095a8;margin:0;font-size:11px}.asset-group figure{margin:0}.asset-group img{aspect-ratio:1;object-fit:cover;background:#eeeaf4;border-radius:7px;width:100%;display:block}.asset-group figcaption{color:#766c81;justify-content:space-between;gap:4px;margin-top:5px;font-size:10px;display:flex;overflow:hidden}.asset-group figcaption>a{color:#7855c6;white-space:nowrap}.director-storyboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.director-storyboard-card{background:#fff;border:1px solid #e4ddef;border-radius:12px;padding:13px}.director-storyboard-card h3{color:#453551;margin:5px 0;font-size:14px}.director-storyboard-card>p{color:#786e82;margin:0;font-size:12px;line-height:1.55}.director-storyboard-card dl{gap:5px;margin:10px 0;display:grid}.director-storyboard-card dl div{grid-template-columns:62px minmax(0,1fr);gap:6px;display:grid}.director-storyboard-card dt{color:#91869c;font-size:10px}.director-storyboard-card dd{color:#5c5069;margin:0;font-size:11px;line-height:1.45}.director-storyboard-card summary,.segment-status summary{cursor:pointer;color:#7253c5;font-size:11px;font-weight:800}.director-storyboard-card details p,.segment-status details p{color:#72687b;font-size:11px;line-height:1.55}.segment-status{background:#fff;border:1px solid #e5dff0;border-radius:11px;padding:11px}.segment-status header{justify-content:space-between;display:flex}.segment-status header strong{color:#53425f;font-size:12px}.segment-status header em{color:#7d708c;font-size:11px;font-style:normal;font-weight:800}.segment-status.processing{background:#f7fbff;border-color:#c9ddf2}.segment-status.completed{background:#f8fdf9;border-color:#cbe8d7}.segment-status.completed header em{color:#23794f}.segment-status.failed{background:#fff9f9;border-color:#f0d0d4}.segment-status.failed header em{color:#b74c58}.segment-status video{background:#14121a;border-radius:8px;width:100%;max-height:260px;margin-top:9px}.segment-status>p{color:#a34551;margin:9px 0 5px;font-size:12px;line-height:1.5}.segment-status>small{color:#766a7c;font-size:11px;line-height:1.55;display:block}.segment-status>div{align-items:center;gap:9px;margin-top:9px;display:flex}@media (max-width:680px){.ad-studio-page{padding:16px}.ad-studio-hero{padding:34px 2px 22px}.ad-studio-card-top{grid-template-columns:28px 28px minmax(0,1fr);padding:15px}.ad-studio-card-top>strong{grid-column:3;justify-self:start}.ad-studio-card-content{padding:0 15px 15px}.ad-studio-uploaded{flex-wrap:wrap}.ad-studio-uploaded span{min-width:130px}.ad-studio-action-list>div{flex-direction:column;align-items:flex-start}.creative-goal-grid{grid-template-columns:1fr}.creative-goal-heading{display:block}.creative-goal-heading span{margin-top:3px;display:block}.asset-type-grid,.director-storyboard-grid,.creative-brief>div{grid-template-columns:1fr}}.asset-workbench-actions{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.asset-workbench-actions button{color:#604a93;background:#fbf9ff;border:1px solid #d8cbed;border-radius:9px;min-height:32px;padding:0 11px;font-size:12px;font-weight:800}.asset-workbench-actions button:nth-last-child(-n+3){color:#fff;background:linear-gradient(110deg,#6546bb,#8d68d7);border-color:#0000}.projects-page{color:#30263b;background:#faf9ff;min-height:100vh;padding:48px max(22px,50vw - 540px)}.projects-page header{justify-content:space-between;align-items:start;gap:20px;margin-bottom:26px;display:flex}.projects-page header span{color:#7859bd;letter-spacing:.12em;font-size:11px;font-weight:900}.projects-page h1{margin:8px 0;font-size:34px}.projects-page header p{color:#82768e;margin:0}.projects-page header button,.projects-page article>button{color:#fff;background:linear-gradient(110deg,#6546bb,#8d68d7);border-radius:9px;min-height:35px;padding:0 13px;font-weight:800}.projects-page section{gap:10px;display:grid}.projects-page article{background:#fff;border:1px solid #e5dff0;border-radius:14px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:16px;padding:16px;display:grid}.projects-page article span{color:#8064b7;font-size:11px;font-weight:800}.projects-page article h2{margin:5px 0;font-size:16px}.projects-page article p,.projects-empty{color:#8d8298;margin:0;font-size:12px}.project-status{color:#67578a;background:#f0ecfa;border-radius:99px;padding:6px 9px;font-size:11px}.project-status.completed{color:#28734e;background:#edf9f1}.project-status.video_processing{color:#32729a;background:#eef7ff}.projects-error{color:#ad4653}@media (max-width:680px){.projects-page{padding:24px 16px}.projects-page header,.projects-page article{flex-direction:column;align-items:flex-start;display:flex}}.video-settings-grid{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:10px;display:grid}.video-settings-grid fieldset,.video-settings-grid>label{color:#665b74;background:#fcfbff;border:1px solid #e5dff0;border-radius:11px;gap:7px;margin:0;padding:11px;font-size:12px;display:grid}.video-settings-grid legend{color:#5b4779;padding:0 4px;font-weight:900}.video-settings-grid fieldset label{cursor:pointer;align-items:flex-start;gap:6px;display:flex}.video-settings-grid small{color:#978aa2;font-size:10px;line-height:1.45}.video-settings-grid select{color:#51445e;min-height:34px;font:inherit;background:#fff;border:1px solid #dcd3eb;border-radius:8px;padding:0 8px}.ad-studio-uploaded>div{flex:1;gap:7px;display:flex;overflow:auto}.ad-studio-uploaded figure{flex:0 0 74px;margin:0;position:relative}.ad-studio-uploaded img{width:74px;height:56px}.ad-studio-uploaded figcaption{color:#776c83;gap:2px;font-size:10px;display:grid}.ad-studio-uploaded figcaption button{color:#a24656;background:0 0;min-height:auto;padding:0}.creative-brief header{align-items:center;gap:8px;display:flex}.creative-brief header button,.director-storyboard-card>button{color:#6649a5;background:#fff;border:1px solid #d9ccef;border-radius:7px;min-height:27px;margin-left:auto;padding:0 8px;font-size:10px;font-weight:800}.asset-group figcaption small{color:#978aa2;white-space:nowrap}@media (max-width:840px){.video-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.video-settings-grid{grid-template-columns:1fr}.ad-studio-uploaded>div{flex-basis:100%;width:100%}}.storyboard-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;margin-top:12px;display:grid}.storyboard-card{background:#fff;border:1px solid #e6dff1;border-radius:13px;padding:14px}.storyboard-card>span{color:#8065c6;font-size:10px;font-weight:900}.storyboard-card h4{color:#403451;margin:5px 0;font-size:15px}.storyboard-card>p{color:#766c82;margin:0;font-size:12px;line-height:1.6}.storyboard-card dl{gap:5px;margin:11px 0 0;display:grid}.storyboard-card dl div{grid-template-columns:65px minmax(0,1fr);gap:7px;display:grid}.storyboard-card dt{color:#8a8193;font-size:11px}.storyboard-card dd{color:#5e536d;margin:0;font-size:11px;line-height:1.45}.storyboard-card details{margin-top:10px}.storyboard-card summary{color:#7253c5;cursor:pointer;font-size:11px;font-weight:800}.storyboard-card details p{color:#71677d;margin:7px 0 0;font-size:11px;line-height:1.6}.storyboard-assets{background:#fcfbff;border:1px solid #ece6f6;border-radius:10px;margin-top:13px;padding:11px}.storyboard-assets>div:first-child{justify-content:space-between;gap:8px;display:flex}.storyboard-assets>div:first-child strong{color:#5b4c70;font-size:12px}.storyboard-assets>div:first-child span{color:#8162c8;font-size:11px;font-weight:800}.storyboard-assets>button{color:#6b4aba;background:#f5f1ff;border:1px solid #ddd3f3;border-radius:8px;width:100%;min-height:32px;margin-top:9px;font-size:11px;font-weight:800}.storyboard-assets>button:disabled{opacity:.6;cursor:wait}.storyboard-video-status{background:#fbfaff;border:1px solid #e8e3f1;border-radius:10px;margin-top:10px;padding:10px 11px}.storyboard-video-status>div{justify-content:space-between;gap:8px;display:flex}.storyboard-video-status strong{color:#5b4c70;font-size:12px}.storyboard-video-status span{color:#7d6d96;font-size:11px;font-weight:800}.storyboard-video-status.processing span{color:#8b5e11}.storyboard-video-status.completed span{color:#38815c}.storyboard-video-status.failed span,.storyboard-video-status p{color:#b44f59}.storyboard-video-status a{color:#684ac0;margin-top:7px;font-size:11px;font-weight:800;display:inline-block}.storyboard-video-status p{margin:7px 0 0;font-size:11px;line-height:1.5}.storyboard-asset-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:9px;display:grid}.storyboard-asset-grid figure{background:#fff;border:1px solid #eee9f7;border-radius:7px;min-width:0;margin:0;overflow:hidden}.storyboard-asset-grid img{object-fit:cover;background:#f4f1fa;width:100%;height:70px;display:block}.storyboard-asset-grid figcaption{color:#7a6e88;text-align:center;text-overflow:ellipsis;white-space:nowrap;padding:4px;font-size:10px;overflow:hidden}.ecommerce-option-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.ecommerce-option-grid.two-col{grid-template-columns:repeat(2,minmax(0,1fr))}.ecommerce-option-grid.three-col{grid-template-columns:repeat(3,minmax(0,1fr))}.ecommerce-choice{text-align:left;color:#514c5c;background:#fff;border:1px solid #ece9f2;border-radius:15px;align-items:center;gap:9px;min-height:64px;padding:12px 13px;font-size:13px;font-weight:750;transition:all .18s;display:flex}.ecommerce-choice:hover{border-color:#b7a6ed;transform:translateY(-1px)}.ecommerce-choice.active{color:#563aa7;background:linear-gradient(135deg,#f2eeff,#fff);border-color:#8b70dd;box-shadow:0 7px 16px #694bbf1a}.ecommerce-choice b{color:#7858ce;background:#f0ecfb;border-radius:9px;place-items:center;width:28px;height:28px;font-size:16px;display:grid}.ecommerce-choice i{color:#7555d3;margin-left:auto;font-style:normal}.character-options{background:#faf9fe;border-radius:15px;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px;padding:14px;display:grid}.story-options{background:linear-gradient(135deg,#faf9fe,#f6f2ff);border-radius:15px;margin-top:14px;padding:14px}.story-options>span{color:#7a7485;margin-bottom:10px;font-size:12px;font-weight:800;display:block}.ecommerce-settings{background:#faf9fe;border-radius:16px;grid-template-columns:1fr 1fr;gap:18px;padding:16px;display:grid}.custom-duration{color:#7a7485;flex-direction:column;gap:8px;font-size:12px;font-weight:800;display:flex}.custom-duration input{color:#4b4359;background:#fff;border:1px solid #e8e3f1;border-radius:9px;outline:none;width:100%;max-width:150px;padding:8px 10px}.custom-duration input:focus{border-color:#9a7ce2}.ecommerce-select-group>span{color:#7a7485;margin-bottom:8px;font-size:12px;font-weight:800;display:block}.ecommerce-select-group>div{flex-wrap:wrap;gap:7px;display:flex}.ecommerce-select-group button{color:#777080;background:#fff;border:1px solid #e8e3f1;border-radius:9px;padding:7px 9px;font-size:12px}.ecommerce-select-group button.active{color:#5c3eb3;background:#e9e2ff;border-color:#a98ee8;font-weight:800}.ecommerce-textarea{resize:vertical;color:#292433;width:100%;min-height:100px;font:inherit;background:#fcfbff;border:1px solid #e8e3f0;border-radius:15px;outline:none;padding:15px;font-size:14px;display:block}.ecommerce-textarea:focus{border-color:#9a7ce2;box-shadow:0 0 0 3px #7e5bd81a}.ecommerce-summary{color:#fff;background:linear-gradient(155deg,#27213c,#15131f);border-radius:24px;padding:25px;position:sticky;top:22px;overflow:hidden;box-shadow:0 20px 50px #23184240}.ecommerce-summary:before{content:"";filter:blur(8px);opacity:.42;background:#8365dd;border-radius:50%;width:180px;height:180px;position:absolute;top:-74px;right:-70px}.ecommerce-summary>*{position:relative}.ecommerce-summary>span{color:#c9bbff;letter-spacing:.12em;font:800 10px/1 ui-monospace,monospace}.ecommerce-summary h2{letter-spacing:-.05em;margin:15px 0 7px;font-size:25px}.ecommerce-summary p{color:#c3bed1;min-height:42px;margin:0 0 22px;font-size:13px;line-height:1.6}.summary-line{color:#e3e0eb;align-items:center;gap:9px;margin:12px 0;font-size:12px;display:flex}.summary-line i{background:#ae94ff;border-radius:99px;width:7px;height:7px;box-shadow:0 0 12px #ae94ff}.ecommerce-generate{color:#20183c;background:#fff;border-radius:15px;justify-content:center;align-items:center;gap:12px;width:100%;min-height:52px;margin-top:24px;font-size:14px;font-weight:900;transition:all .2s;display:flex}.ecommerce-generate:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 24px #ffffff29}.ecommerce-generate:disabled{opacity:.45;cursor:not-allowed}.ecommerce-generate span{font-size:19px}.ecommerce-summary small{text-align:center;color:#9890ae;margin-top:13px;font-size:11px;display:block}.ecommerce-error{color:#ffb7bd;background:#eb4f5a29;border-radius:10px;margin-top:16px;padding:10px;font-size:12px;line-height:1.45}@media (max-width:980px){.ecommerce-builder{grid-template-columns:1fr}.ecommerce-summary{position:relative;top:auto}}@media (max-width:620px){.ecommerce-page{padding:16px 13px 45px}.ecommerce-hero{margin:45px auto 27px}.ecommerce-hero p{font-size:14px}.ecommerce-step{border-radius:19px;padding:18px}.ecommerce-option-grid,.ecommerce-option-grid.two-col,.ecommerce-option-grid.three-col,.product-image-list,.ecommerce-settings{grid-template-columns:1fr 1fr}.category-grid .ecommerce-choice{min-height:70px}.character-options{grid-template-columns:1fr}}.composer{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-align:left;background:#fffffff5;border-radius:22px;width:100%;max-width:860px;display:none;box-shadow:0 20px 54px #0c0f181a,0 0 0 1px #fffc}.composer.active{display:block}.creative-panel{padding:20px 20px 12px}.creative-panel textarea{color:#181922;background:0 0;width:100%;height:74px;font-size:15px;line-height:1.65}.selected-skill-row{flex-wrap:wrap;gap:8px;margin-bottom:10px;display:flex}.selected-skill-chip{color:#6d3dff;background:#f0eaff;border:1px solid #dfd2ff;border-radius:9px;align-items:center;min-height:28px;padding:4px 26px 4px 10px;font-size:14px;font-weight:850;display:inline-flex;position:relative}.selected-skill-chip button{color:#fff;background:#171820;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:13px;line-height:1;display:inline-flex;position:absolute;top:-6px;right:-6px;box-shadow:0 4px 10px #0c0f1829}.selected-skill-chip button:hover{background:#ef4444}.creative-panel textarea::placeholder,.script-text::placeholder,.ai-script-input::placeholder{color:#adb3bf}.composer-bottom{justify-content:space-between;align-items:center;gap:14px;display:flex}.tool-row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.plus-btn,.tool-btn,.file-label,.toggle-label{color:#242630;white-space:nowrap;border-radius:999px;align-items:center;gap:5px;height:32px;font-size:13px;font-weight:700;display:inline-flex}.tool-btn,.file-label{padding:0 8px}.tool-btn:hover,.file-label:hover,.plus-btn:hover{background:#f2f4f7}.reference-upload-btn{color:#303541;cursor:pointer;background:#f1f2f6;border:1px solid #e4e7ed;border-radius:50%;flex-shrink:0;justify-content:center;width:36px;height:36px;padding:0;font-size:22px;font-weight:500;line-height:1}.reference-upload-btn:hover{color:#fff;background:#111;border-color:#111}.reference-upload-btn input{display:none}.tool-btn span{color:#6b6f7c;font-weight:600}.tool-btn small{color:#111;background:#eeeef2;border-radius:999px;padding:1px 5px;font-size:10px}.file-label input,.toggle-label input{display:none}.toggle-label span{background:#dbdee4;border-radius:999px;width:28px;height:16px;display:inline-block;position:relative}.toggle-label span:after{content:"";background:#fff;border-radius:50%;width:12px;height:12px;transition:transform .18s;position:absolute;top:2px;left:2px}.toggle-label input:checked+span{background:#111}.toggle-label input:checked+span:after{transform:translate(12px)}.send-btn{color:#b9bdc8;background:#f1f2f6;border-radius:50%;flex-shrink:0;width:42px;height:42px;font-size:20px;transition:all .15s}.send-btn:hover{color:#fff;background:#111}.send-btn:disabled{cursor:not-allowed}.send-btn.ready{color:#fff;cursor:pointer;background:#111;box-shadow:0 6px 16px #1111112e}.send-btn.ready:hover{background:#333;transform:translateY(-1px)}.canvas-mode-toggle{margin-left:14px}.price-estimate{color:#687080;margin:8px 6px 0;font-size:12px}.file-preview{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.file-chip{border:1px solid var(--line);color:#525866;background:#f8f9fc;border-radius:999px;align-items:center;gap:7px;max-width:280px;min-height:34px;padding:4px 7px 4px 4px;font-size:11px;font-weight:700;display:inline-flex}.file-thumb{background:#e8ebf0 50%/cover no-repeat;border-radius:50%;flex-shrink:0;width:26px;height:26px}.video-thumb{object-fit:cover;background:#11131a}.file-thumb-generic{background:linear-gradient(135deg,#0000000f,#00000005),#e8ebf0}.file-chip .file-name{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.file-chip .file-size{color:#8a91a0;font-variant-numeric:tabular-nums;flex-shrink:0}.file-chip button{color:#777d89;background:#0000000f;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:14px;font-weight:900;display:inline-flex}.file-chip button:hover{color:#c0392b;background:#ffe4e4}.drama-panel{padding:0;overflow:hidden}.drama-tabs{background:#ebedf0;grid-template-columns:1fr 1fr 1fr;display:grid}.drama-tabs button{background:0 0;border-radius:16px 16px 0 0;height:52px;font-size:14px;font-weight:800}.drama-tabs button.active{background:#fff}.drama-tabs span{color:var(--accent);background:var(--accent-soft);border-radius:999px;padding:2px 7px;font-size:11px}.drama-body{padding:22px;display:none}.drama-body.active{display:block}.upload-zone{color:#1d1e25;background:#fcfcff;border:1.5px dashed #c4b5ff;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:150px;display:flex;position:relative}.upload-zone input{opacity:0;cursor:pointer;position:absolute;inset:0}.upload-zone.dragging{background:#faf7ff;border-color:#7c3cff}.upload-icon{color:#fff;background:#050505;border-radius:999px;justify-content:center;align-items:center;width:56px;height:30px;font-size:18px;display:flex}.upload-zone p{color:#a1a5af;margin:0;font-size:12px}.upload-zone button,.drama-result{background:#fcfcff;border:1px solid #eef0ff;border-radius:18px;margin:16px 22px 0;overflow:hidden}.drama-result-head{background:#faf7ff;border-bottom:1px solid #eef0ff;justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.drama-result-head strong{color:#1d1e25;font-size:15px}.drama-result-head button{cursor:pointer;color:#777;background:#fff;border:1px solid #e0ddff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:14px;transition:all .15s;display:flex}.drama-result-head button:hover{color:#c0392b;background:#ffe8e8;border-color:#f99}.drama-result-content{white-space:pre-wrap;color:#1d1e25;max-height:400px;padding:20px 24px;font-family:inherit;font-size:14px;line-height:1.8;overflow-y:auto}.generate-btn{color:#fff;background:#050505;border-radius:999px;height:36px;padding:0 16px;font-size:12px;font-weight:800}.script-text,.ai-script-input{border:1px solid var(--line);color:#181922;background:#fff;border-radius:16px;width:100%;min-height:90px;margin-top:12px;padding:14px;font-size:14px}.ai-script-input{min-height:90px;margin-top:0}.style-library{border:1px solid var(--line);background:#fafbfd;border-radius:16px;margin-top:10px;padding:12px}.style-library-head{align-items:center;gap:10px;margin-bottom:10px;display:flex}.style-library-head strong{font-size:14px}.style-library-head span{color:var(--muted);font-size:11px}.style-categories{flex-direction:column;gap:9px;display:flex}.style-cat{flex-direction:column;gap:4px;display:flex}.cat-label{color:#585c69;font-size:11px;font-weight:750}.style-grid{flex-wrap:wrap;gap:5px;display:flex}.style-grid button{border:1px solid var(--line);color:#3a3d4a;background:#fff;border-radius:999px;height:28px;padding:0 11px;font-size:12px;font-weight:600;transition:all .12s}.style-grid button:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.style-grid button.active{background:var(--accent);color:#fff;border-color:var(--accent)}.drama-options{align-items:center;gap:8px;margin-top:12px;display:flex}.drama-options button{color:#202129;background:#f3f5f7;border-radius:999px;height:34px;padding:0 13px;font-size:12px;font-weight:750}.drama-options .generate-btn{color:#fff;background:#050505;margin-left:auto}.coming-soon{text-align:center;color:#8b909c;place-items:center;min-height:220px}.coming-soon.active{display:grid}.coming-soon strong{color:#17171d;font-size:18px}.quick-tools{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:18px;display:flex}.quick-tool-wrap{display:inline-flex;position:relative}.quick-tools button{color:#2a2c38;background:#ffffffa6;border-radius:999px;height:36px;padding:0 16px;font-size:13px;font-weight:700;transition:all .15s;box-shadow:0 2px 10px #0c0f180a}.quick-tools button:hover{box-shadow:var(--shadow);background:#fff;transform:translateY(-1px)}.quick-tool-tip{z-index:20;color:#fff;opacity:0;pointer-events:none;text-align:left;background:#14151cf5;border:1px solid #ffffff1f;border-radius:20px;gap:7px;width:330px;padding:18px 20px;transition:opacity .16s,transform .16s;display:grid;position:absolute;bottom:calc(100% + 12px);left:50%;transform:translate(-50%)translateY(4px);box-shadow:0 22px 58px #0c0f183d}.quick-tool-tip:after{content:"";background:#14151cf5;border-bottom:1px solid #ffffff1f;border-right:1px solid #ffffff1f;width:14px;height:14px;position:absolute;bottom:-7px;left:50%;transform:translate(-50%)rotate(45deg)}.quick-tool-wrap:hover .quick-tool-tip{opacity:1;transform:translate(-50%)translateY(0)}.quick-tool-tip strong{font-size:15px;line-height:1.35}.quick-tool-tip em{color:#b6c2ff;margin-top:3px;font-size:12px;font-style:normal;font-weight:900}.quick-tool-tip span,.quick-tool-tip p{color:#eef1ff;font-size:13px;line-height:1.65}.quick-tool-tip p{margin:0}.feature-chips{flex-direction:column;gap:8px;width:100%;max-width:860px;margin-top:24px;display:flex}.chip-header{align-items:baseline;gap:10px;display:flex}.chip-label{color:#181922;font-size:14px;font-weight:800}.chip-hint{color:var(--muted);font-size:12px}.feature-row{flex-wrap:wrap;gap:8px;display:flex}.feature-chip{color:#272a35;box-shadow:var(--shadow-sm);background:#ffffffc7;border:1px solid #0000000d;border-radius:14px;align-items:center;gap:9px;padding:10px 16px;font-size:13px;font-weight:660;transition:all .15s;display:flex}.feature-chip:hover{box-shadow:var(--shadow);border-color:#0000001a;transform:translateY(-1px)}.feature-chip em{color:#31a619;background:#e7ffd9;border-radius:999px;margin-left:2px;padding:1px 6px;font-size:10px;font-style:normal}.feature-chip.more{color:var(--muted);background:0 0;border:1.5px dashed #00000014}.feature-chip.more:hover{border-color:var(--accent);color:var(--accent)}.chip-icon{border-radius:9px;flex-shrink:0;width:32px;height:32px}.icon-red{background:linear-gradient(135deg,#ff8d75,#a4213f)}.icon-blue{background:linear-gradient(135deg,#9ac8ff,#172a63)}.icon-green{background:linear-gradient(135deg,#f1d6aa,#79b57e)}.icon-purple{background:linear-gradient(135deg,#feb47b,#6f4fd6)}.workspace-grid{grid-template-columns:1.4fr 1fr;gap:16px;width:100%;max-width:1180px;margin-top:36px;display:grid}.panel{border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#ffffffad;padding:18px}.section-head{justify-content:space-between;align-items:flex-end;margin-bottom:12px;display:flex}.section-head h2{font-size:16px}.section-head p{color:var(--muted);margin:3px 0 0;font-size:12px}.section-head button{background:#fff;border:1px solid #0000000d;border-radius:999px;height:30px;padding:0 11px;font-size:12px;font-weight:700}.section-head.compact{margin-bottom:10px}.gallery{grid-template-rows:96px 96px;grid-template-columns:1.15fr 1fr;gap:9px;display:grid}.gallery-card{background:linear-gradient(135deg,#dde8e9,#f5f5f5);border-radius:16px;min-height:96px;position:relative;overflow:hidden}.gallery-card.tall{background:linear-gradient(145deg,#ece2de,#bccacb);grid-row:span 2}.gallery-card:before{content:"";background:#ffffff61;border-radius:999px;width:72px;height:72px;position:absolute;top:18%;left:14%}.gallery-card:after{content:"";background:#0000000d;border-radius:999px;width:110px;height:40px;position:absolute;bottom:12px;right:-14px;transform:rotate(-12deg)}.gallery-card span{color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0003;border-radius:999px;padding:4px 9px;font-size:11px;font-weight:800;position:absolute;bottom:10px;left:12px}.task-list{gap:7px;display:grid}.task-empty,.task-item{border:1px solid var(--line);background:#fff;border-radius:12px;padding:12px}.task-empty{color:var(--muted);text-align:center;padding:32px 12px;font-size:13px}.task-item{gap:3px;display:grid}.task-item strong{font-size:13px}.task-item p{color:var(--muted);margin:0;font-size:12px}.task-status{background:var(--accent-soft);color:#6941c6;border-radius:999px;width:max-content;padding:2px 7px;font-size:10px;font-weight:800}.popover{z-index:20;position:fixed;inset:0}.popover:before{content:"";position:absolute;inset:0}.popover-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff0;border:1px solid #ffffffd6;border-radius:20px;min-width:270px;max-width:360px;max-height:65vh;padding:10px;position:absolute;overflow-y:auto;box-shadow:0 16px 50px #0c101c24}.menu-title{color:#969ba8;padding:6px 10px;font-size:11px;font-weight:800}.segment{background:#eef0f1;border-radius:999px;grid-template-columns:1fr 1fr;gap:4px;margin-bottom:10px;padding:3px;display:grid}.segment button{background:0 0;border-radius:999px;height:30px;font-size:12px;font-weight:750}.segment button.active{box-shadow:var(--shadow-sm);background:#fff}.option-row{text-align:left;color:#22242b;border-radius:14px;grid-template-columns:22px 1fr auto;align-items:center;gap:8px;width:100%;height:auto;min-height:46px;padding:8px 10px;font-size:12px;display:grid}.option-row:hover,.option-row.selected{background:#f5f6f8}.option-row .bar-icon{grid-template-columns:repeat(3,3px);align-items:end;gap:1.5px;width:16px;height:16px;display:grid}.bar-icon i{background:#111;border-radius:999px;width:3px;display:block}.bar-icon i:first-child{height:6px}.bar-icon i:nth-child(2){height:12px}.bar-icon i:nth-child(3){height:8px}.option-row strong{font-size:13px;display:block}.option-row span{color:#8d929d;margin-top:1px;font-size:11px;display:block}.tag{background:var(--accent-soft);color:var(--accent);border-radius:999px;padding:2px 6px;font-size:10px;font-weight:800}.ratio-list .option-row,.duration-list .option-row{grid-template-columns:20px 1fr auto;min-height:38px}.ratio-icon{border:2px solid #222;border-radius:3px;justify-self:center}.ratio-auto{width:14px;height:11px}.ratio-16{width:18px;height:10px}.ratio-21{width:20px;height:8px}.ratio-9{width:9px;height:18px}.ratio-4{width:16px;height:12px}.ratio-3{width:12px;height:16px}.ratio-1{width:14px;height:14px}.recharge-modal{z-index:40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#080a125c;justify-content:center;align-items:center;padding:28px;display:flex;position:fixed;inset:0}.recharge-panel{background:#f7f7f8;border:1px solid #fffc;border-radius:28px;width:min(1200px,100%);max-height:calc(100vh - 56px);padding:48px 40px 34px;position:relative;overflow-y:auto;box-shadow:0 28px 80px #080a123d}.recharge-close{color:#555b68;border:1px solid var(--line);width:34px;height:34px;box-shadow:var(--shadow-sm);background:#fff;border-radius:50%;font-size:22px;line-height:1;position:absolute;top:18px;right:18px}.recharge-close:hover{color:#111;background:#f0f1f4}.recharge-head{text-align:center;flex-direction:column;align-items:center;gap:22px;margin-bottom:28px;display:flex}.recharge-head h2{color:#101119;font-size:clamp(24px,3vw,34px);font-weight:900;line-height:1.25}.recharge-cycle{background:#efeff0;border-radius:999px;padding:4px;display:inline-flex}.recharge-cycle button{color:#686d78;border-radius:999px;min-width:118px;height:36px;padding:0 18px;font-size:14px;font-weight:750}.recharge-cycle button.active{color:#151720;background:#fff;box-shadow:0 3px 12px #0c0f181f}.recharge-cycle span{color:var(--accent);font-weight:900}.recharge-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.recharge-card{text-align:left;color:#171820;background:#fff;border:2px solid #0000;border-radius:26px;flex-direction:column;gap:22px;min-height:520px;padding:28px 26px 24px;transition:border-color .16s,transform .16s,box-shadow .16s;display:flex;box-shadow:0 10px 30px #0c0f180a}.recharge-card:hover{transform:translateY(-2px);box-shadow:0 18px 44px #0c0f181a}.recharge-card.active{border-color:var(--accent)}.recharge-card-top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.recharge-card-top strong{font-size:18px;font-weight:900;display:block}.recharge-card-top em{color:#707583;margin-top:8px;font-size:13px;font-style:normal;font-weight:600;display:block}.recharge-card-top i{color:var(--accent);background:var(--accent-soft);white-space:nowrap;border-radius:5px;padding:3px 8px;font-size:11px;font-style:normal;font-weight:900}.recharge-price{align-items:baseline;gap:8px;min-height:62px;display:flex}.recharge-price small{font-size:18px;font-weight:900}.recharge-price b{font-size:clamp(38px,4vw,50px);font-weight:900;line-height:1}.recharge-price del{color:#8b8f9a;font-size:15px}.recharge-price span{color:#1b1c24;font-size:16px}.recharge-points{grid-template-columns:1fr 1fr;gap:8px;display:grid}.recharge-points>span{border:1px solid var(--line);border-radius:14px;flex-direction:column;justify-content:center;gap:6px;min-height:74px;padding:14px;display:flex}.recharge-points em{color:#737987;font-size:12px;font-style:normal;font-weight:700}.recharge-points strong{color:#20222b;font-size:15px;font-weight:850;line-height:1.35}.recharge-cta{color:#fff;background:#050505;border-radius:999px;justify-content:center;align-items:center;height:44px;font-size:15px;font-weight:850;display:flex}.recharge-card:first-child .recharge-cta{color:#9a9da6;background:#f4f4f5}.recharge-features{color:#2d3039;gap:12px;font-size:13px;font-weight:650;display:grid}.recharge-actions{justify-content:flex-end;gap:10px;margin-top:22px;display:flex}.recharge-secondary,.recharge-primary{border-radius:999px;height:40px;padding:0 18px;font-size:13px;font-weight:800}.recharge-secondary{color:#555b68;border:1px solid var(--line);background:#fff}.recharge-primary{color:#fff;background:#050505}.recharge-primary:hover,.recharge-cta:hover{background:var(--accent)}.enterprise-api-modal{z-index:130;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#070a1699;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.enterprise-api-panel{color:#f7f9ff;background:radial-gradient(circle at 20% 14%,#5652e059,#0000 31%),radial-gradient(circle at 67% 92%,#2c87ff2e,#0000 32%),#08112d;border:1px solid #9eb6ff47;border-radius:28px;grid-template-columns:minmax(0,1fr) minmax(410px,.94fr);width:min(1080px,100%);min-height:620px;display:grid;position:relative;overflow:hidden;box-shadow:0 30px 90px #03081e73}.enterprise-api-close{z-index:2;color:#fff;background:#ffffff21;border-radius:50%;width:34px;height:34px;font-size:24px;line-height:1;position:absolute;top:17px;right:18px}.enterprise-api-close:hover{background:#ffffff3b}.enterprise-api-copy{z-index:1;padding:58px 22px 44px 58px;position:relative}.enterprise-api-copy:after{content:"";z-index:-1;background:repeating-linear-gradient(125deg,#0000 0 22px,#a7b2ff14 23px 24px);position:absolute;inset:20% -20% -15% 0;transform:skewY(-8deg);-webkit-mask-image:linear-gradient(#0000,#000 30%,#0000);mask-image:linear-gradient(#0000,#000 30%,#0000)}.enterprise-api-kicker{color:#a9d4ff;letter-spacing:.04em;background:#0d2d69b8;border:1px solid #70b2ff94;border-radius:999px;align-items:center;min-height:28px;padding:0 11px;font-size:12px;font-weight:800;display:inline-flex}.enterprise-api-copy h2{color:#fff;letter-spacing:-.055em;margin:20px 0 14px;font-size:clamp(34px,4vw,52px);line-height:1.08}.enterprise-api-copy>p{color:#bdcce8;max-width:455px;margin:0;font-size:15px;line-height:1.8}.enterprise-api-copy>.enterprise-api-detail{color:#8fa2c8;margin-top:12px;font-size:13px}.enterprise-api-promo{color:#e6ddff;background:#39208757;border:1px solid #9d7bff9e;border-radius:10px;align-items:baseline;gap:8px;margin-top:18px;padding:8px 12px;font-size:13px;font-weight:750;display:inline-flex}.enterprise-api-promo strong{color:#8cbcff;letter-spacing:.02em;font-size:18px}.enterprise-api-points{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;max-width:430px;margin-top:20px;display:grid}.enterprise-api-points>div{background:#051236ad;border:1px solid #769eff45;border-radius:14px;padding:12px 15px}.enterprise-api-points strong{color:#eef5ff;font-size:14px;display:block}.enterprise-api-points span{color:#9aafd3;margin-top:4px;font-size:12px;display:block}.enterprise-api-actions{align-items:center;gap:14px;margin-top:25px;display:flex}.enterprise-api-actions button{color:#0d1b51;background:#fff;border-radius:999px;height:44px;padding:0 20px;font-size:14px;font-weight:900}.enterprise-api-actions button:hover{background:#dbeeff}.enterprise-api-actions span{color:#91a6cb;font-size:12px}.enterprise-api-tags{flex-wrap:wrap;gap:7px;margin-top:17px;display:flex}.enterprise-api-tags span{color:#b9c8e8;background:#06123380;border:1px solid #9eb1ff3d;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:800}.enterprise-lead-form{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0912319e;border-left:1px solid #b5c7ff33;flex-direction:column;padding:48px 42px 35px;display:flex;position:relative}.enterprise-lead-form:before{content:"";pointer-events:none;background:linear-gradient(145deg,#ffffff14,#0000 35%);position:absolute;inset:0}.enterprise-lead-form>*{z-index:1;pointer-events:auto;position:relative}.enterprise-form-grid input,.enterprise-form-grid select,.enterprise-form-grid textarea,.enterprise-form-actions button{z-index:2;pointer-events:auto;position:relative}.enterprise-form-head{position:relative}.enterprise-form-head>span{color:#a9c8ff;letter-spacing:.14em;font:800 10px/1 ui-monospace,monospace}.enterprise-form-head h3{color:#fff;letter-spacing:-.04em;margin:11px 0 6px;font-size:25px}.enterprise-form-head p{color:#aab8d3;margin:0;font-size:12px;line-height:1.65}.enterprise-form-grid{grid-template-columns:1fr 1fr;gap:12px;margin-top:20px;display:grid;position:relative}.enterprise-form-grid label{gap:6px;display:grid}.enterprise-form-grid label>span{color:#b9c6df;font-size:11px;font-weight:800}.enterprise-form-grid label>span em{color:#7f90b5;font-style:normal;font-weight:500}.enterprise-form-grid input,.enterprise-form-grid select,.enterprise-form-grid textarea{color:#eef4ff;width:100%;font:inherit;background:#040d279e;border:1px solid #9eb5eb3d;border-radius:10px;outline:none;font-size:12px;transition:all .18s}.enterprise-form-grid input,.enterprise-form-grid select{height:38px;padding:0 10px}.enterprise-form-grid textarea{resize:vertical;min-height:80px;padding:10px;line-height:1.55}.enterprise-form-grid select option{color:#222;background:#fff}.enterprise-form-grid input::placeholder,.enterprise-form-grid textarea::placeholder{color:#6f82a7}.enterprise-form-grid input:focus,.enterprise-form-grid select:focus,.enterprise-form-grid textarea:focus{border-color:#8c73ff;box-shadow:0 0 0 3px #745eff29}.enterprise-form-wide{grid-column:1/-1}.enterprise-form-actions{grid-template-columns:1fr auto;gap:9px;margin-top:16px;display:grid;position:relative}.enterprise-form-actions button{border-radius:11px;height:42px;font-size:13px;font-weight:850}.enterprise-submit{color:#fff;background:linear-gradient(105deg,#7555ff,#277fff);box-shadow:0 10px 20px #445fff40}.enterprise-submit:hover{filter:brightness(1.08)}.enterprise-submit:disabled{opacity:.65;cursor:wait}.enterprise-qr-button{color:#dce9ff;background:#ffffff14;border:1px solid #aabeef5c;padding:0 14px}.enterprise-qr-button:hover{background:#ffffff26}.enterprise-lead-form>small{color:#8292b3;margin-top:10px;font-size:10px;position:relative}.enterprise-form-error{color:#ffafb7;margin:12px 0 -4px;font-size:12px;position:relative}.enterprise-consultation-modal{z-index:140;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#070a169e;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.enterprise-consultation-panel{text-align:center;color:#fff;background:radial-gradient(circle at 82% 0,#9574ff59,#0000 38%),linear-gradient(155deg,#25203f,#11121f);border:1px solid #c1b1ff80;border-radius:28px;width:min(390px,100%);padding:40px 30px 30px;animation:.2s ease-out enterprise-consultation-in;position:relative;box-shadow:0 30px 90px #03081e80}.enterprise-consultation-panel>span{color:#c9bbff;letter-spacing:.14em;font:800 10px/1 ui-monospace,monospace}.enterprise-consultation-panel h2{letter-spacing:-.05em;margin:13px 0 8px;font-size:28px}.enterprise-consultation-panel p{color:#bbb5cd;max-width:260px;margin:0 auto 21px;font-size:13px;line-height:1.65}.enterprise-consultation-panel img{object-fit:contain;background:#fff;border-radius:17px;width:min(220px,100%);height:auto;margin:0 auto;display:block;box-shadow:0 12px 30px #00000040}.enterprise-consultation-close{color:#fff;background:#ffffff1a;border-radius:50%;width:32px;height:32px;font-size:22px;line-height:1;position:absolute;top:13px;right:14px}.enterprise-consultation-close:hover{background:#fff3}@keyframes enterprise-consultation-in{0%{opacity:0;transform:translateY(10px)scale(.97)}to{opacity:1;transform:none}}.invite-modal{z-index:120;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#080a1257;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.invite-panel{background:linear-gradient(145deg,#fffffffa,#f6f9fcf5),linear-gradient(90deg,#7c4dff14,#14b8a614);border:1px solid #ffffffe6;border-radius:24px;width:min(440px,100%);padding:28px;position:relative;box-shadow:0 28px 80px #080a1238}.invite-close{color:#6b6f7b;background:#0c0f180d;border-radius:10px;width:32px;height:32px;font-size:20px;position:absolute;top:14px;right:14px}.invite-close:hover{color:#111827;background:#0c0f1817}.invite-badge{color:#fff;background:#10111d;border-radius:999px;align-items:center;height:28px;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.invite-panel h2{color:#10111d;max-width:340px;margin-top:16px;font-size:28px;font-weight:950;line-height:1.16}.invite-panel p{color:#5f6675;margin-top:10px;font-size:14px;line-height:1.7}.invite-code-box{color:#fff;background:#10111d;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;margin-top:20px;padding:16px;display:flex}.invite-code-box span{color:#ffffffa8;font-size:12px;font-weight:700}.invite-code-box strong{letter-spacing:1px;font-size:22px}.invite-link-box{color:#5f6675;word-break:break-all;background:#ffffffb8;border:1px solid #0c0f1814;border-radius:14px;margin-top:12px;padding:12px 14px;font-size:12px;line-height:1.5}.invite-actions{justify-content:flex-end;gap:10px;margin-top:18px;display:flex}.invite-actions button{color:#333846;background:#0c0f180f;border-radius:12px;height:40px;padding:0 16px;font-size:14px;font-weight:850}.invite-actions .primary{color:#fff;background:var(--accent);box-shadow:0 12px 28px #7c4dff3d}.toast{z-index:30;color:#fff;background:#0f1018;border-radius:999px;padding:9px 18px;font-size:13px;font-weight:700;position:fixed;bottom:36px;left:50%;transform:translate(-50%);box-shadow:0 10px 32px #00000029}@media (max-width:1100px){.workspace-grid{grid-template-columns:1fr}.recharge-grid,.profile-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-grid{grid-template-columns:1fr}}@media (max-width:820px){.app-shell,.app-shell.sidebar-collapsed{grid-template-columns:1fr}.sidebar{height:auto;margin:4px;position:relative}.app-shell.sidebar-collapsed .sidebar{padding:12px 14px}.app-shell.sidebar-collapsed .brand-row{grid-template-columns:34px 1fr auto;justify-items:start;padding:2px 6px 18px}.app-shell.sidebar-collapsed .brand-text,.app-shell.sidebar-collapsed .side-label{display:block}.app-shell.sidebar-collapsed .side-item{justify-content:start;padding:0 12px}.app-shell.sidebar-collapsed .history-head,.app-shell.sidebar-collapsed .history-list,.app-shell.sidebar-collapsed .sidebar-footer{display:flex}.main{padding:8px 14px 36px}.topbar{justify-content:center;height:auto;padding:4px 0}.top-actions{flex-wrap:wrap;justify-content:center}.invite-top-btn,.top-actions .primary-soft,.enterprise-api-top{height:32px;padding:0 12px;font-size:12px}.profile-hover-card{right:50%;transform:translate(50%,-6px)}.profile-entry:hover .profile-hover-card,.profile-entry:focus-within .profile-hover-card{transform:translate(50%)}.hero-title{font-size:22px}.gallery{grid-template-rows:auto;grid-template-columns:1fr}.gallery-card.tall{grid-row:auto}.recharge-modal{align-items:flex-start;padding:10px}.recharge-panel{border-radius:20px;max-height:calc(100vh - 20px);padding:46px 16px 22px}.recharge-grid{grid-template-columns:1fr}.recharge-card{border-radius:20px;min-height:auto;padding:22px 18px}.recharge-actions{background:#f7f7f8;padding-top:12px;position:sticky;bottom:0}.enterprise-api-modal{align-items:flex-end;padding:12px}.enterprise-api-panel{border-radius:22px;grid-template-columns:1fr;max-height:calc(100vh - 24px);overflow-y:auto}.enterprise-api-copy{padding:56px 22px 28px}.enterprise-lead-form{border-top:1px solid #b5c7ff33;border-left:0;padding:28px 22px}.enterprise-api-actions{flex-direction:column;align-items:flex-start}.invite-modal{align-items:flex-end;padding:12px}.invite-panel{border-radius:22px;padding:24px 18px 18px}.invite-panel h2{font-size:24px}.invite-actions{flex-direction:column-reverse}.invite-actions button{width:100%}}.chat-page{background-color:#f8f9fc;background-image:radial-gradient(80% 60% at 20% 80%,#7c3cff0a 0%,#0000 70%),radial-gradient(60% 50% at 80% 20%,#00c8960a 0%,#0000 70%),radial-gradient(50% 40%,#6496ff08 0%,#0000 70%);background-position:0 0;background-repeat:repeat;background-size:auto;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;flex-direction:column;height:100vh;display:flex;position:relative;overflow:hidden}.chat-page:before{content:"";pointer-events:none;opacity:.6;background-image:radial-gradient(2px 2px at 15% 25%,#7c3cff1a,#0000),radial-gradient(2px 2px at 35% 60%,#7c3cff14,#0000),radial-gradient(1px 1px at 55% 30%,#00c8961a,#0000),radial-gradient(2px 2px at 75% 55%,#7c3cff0f,#0000),radial-gradient(1px 1px at 85% 75%,#6496ff1a,#0000),radial-gradient(2px 2px at 25% 85%,#00c89612,#0000),radial-gradient(1px 1px at 65% 15%,#ff966414,#0000);position:absolute;inset:0}.chat-header{z-index:10;background:#fff;border-bottom:1px solid #eef0ff;align-items:center;gap:16px;padding:14px 24px;display:flex}.chat-back{cursor:pointer;color:#555;background:#fff;border:1px solid #e0ddff;border-radius:999px;padding:8px 16px;font-size:13px;transition:all .15s}.chat-back:hover{color:#7c3cff;background:#f5f3ff;border-color:#7c3cff}.chat-title{align-items:center;gap:10px;display:flex}.chat-title h2{color:#1d1e25;margin:0;font-size:16px;font-weight:700}.chat-mode-badge{color:#7c3cff;background:#f0ecff;border-radius:999px;padding:3px 10px;font-size:11px;font-weight:600}.chat-main{flex:1;padding:24px;overflow-y:auto}.chat-messages{flex-direction:column;gap:20px;max-width:800px;margin:0 auto;display:flex}.chat-msg{align-items:flex-start;gap:12px;display:flex}.msg-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.chat-msg.assistant .msg-avatar{color:#fff;background:linear-gradient(135deg,#7c3cff,#a78bfa);box-shadow:0 2px 8px #7c3cff33}.chat-msg.user .msg-avatar{color:#fff;background:linear-gradient(135deg,#0ea5e9,#38bdf8);box-shadow:0 2px 8px #0ea5e933}.msg-bubble{white-space:pre-wrap;word-break:break-word;border-radius:18px;max-width:75%;padding:14px 18px;font-size:14px;line-height:1.7}.chat-msg.assistant .msg-bubble{color:#1d1e25;background:#fff;border:1px solid #eef0ff;border-top-left-radius:4px}.chat-msg.user .msg-bubble{color:#1d1e25;background:#fff;border:1px solid #e0f2fe;border-top-right-radius:4px}.msg-bubble.typing{gap:6px;padding:18px 24px;display:flex}.msg-bubble.typing span{background:#c4b5ff;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite both typingBounce}.msg-bubble.typing span:first-child{animation-delay:0s}.msg-bubble.typing span:nth-child(2){animation-delay:.16s}.msg-bubble.typing span:nth-child(3){animation-delay:.32s}@keyframes typingBounce{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.chat-footer{background:#fff;border-top:1px solid #eef0ff;padding:16px 24px 24px}.chat-input-wrap{background:#f8f9fc;border:1px solid #e0ddff;border-radius:20px;align-items:flex-end;gap:10px;max-width:800px;margin:0 auto;padding:8px 8px 8px 18px;transition:border-color .2s;display:flex}.chat-input-wrap:focus-within{border-color:#7c3cff;box-shadow:0 0 0 3px #7c3cff14}.chat-input{resize:none;color:#1d1e25;background:0 0;border:none;outline:none;flex:1;max-height:120px;font-family:inherit;font-size:14px;line-height:1.5}.chat-input::placeholder{color:#aaa}.chat-send{color:#fff;cursor:pointer;background:#050505;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;transition:all .15s;display:flex}.chat-send:hover{background:#7c3cff}.chat-send:disabled{cursor:default;background:#ccc}.chat-loading{color:#888;flex-direction:column;justify-content:center;align-items:center;gap:16px;height:100vh;display:flex}.spinner{border:3px solid #eef0ff;border-top-color:#7c3cff;border-radius:50%;width:36px;height:36px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.chat-page{background:radial-gradient(circle at 18% 20%,#7c4dff14,#0000 30%),radial-gradient(circle at 82% 10%,#10b98114,#0000 28%),#f6f7fb}.chat-header{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffdb;min-height:68px;padding:12px 28px}.chat-title{flex:1;min-width:0}.chat-title h2{text-overflow:ellipsis;white-space:nowrap;max-width:720px;font-size:17px;font-weight:850;overflow:hidden}.chat-header-meta{color:#6f7481;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;font-size:12px;font-weight:700;display:flex}.chat-header-meta span{background:#f3f4f7;border-radius:999px;padding:5px 10px}.result-toggle{color:#fff;background:#0b0b10;border-radius:999px;height:30px;padding:0 12px;font-size:12px;font-weight:850}.result-toggle:hover{background:var(--accent)}.chat-main{padding:22px}.chat-workspace{grid-template-columns:minmax(0,1fr) 360px;gap:18px;width:min(1280px,100%);height:100%;margin:0 auto;display:grid}.chat-workspace.result-collapsed{grid-template-columns:minmax(0,1fr);max-width:980px}.chat-thread{background:#ffffff8a;border:1px solid #ffffffc7;border-radius:24px;min-height:0;overflow-y:auto;box-shadow:0 18px 48px #0c0f180f}.chat-messages{max-width:860px;padding:28px 22px}.chat-msg{align-items:flex-start;gap:12px}.chat-msg.user{flex-direction:row-reverse}.msg-avatar{width:38px;height:38px;font-size:14px;font-weight:900;position:relative;overflow:hidden}.avatar-ai-mark,.avatar-user-mark{width:100%;height:100%;display:block;position:relative}.avatar-ai-mark{background:radial-gradient(circle at 64% 34%,#fff 0 8%,#0000 9%),radial-gradient(circle at 36% 34%,#fff 0 8%,#0000 9%),linear-gradient(135deg,#15131f,#7c4dff 72%)}.avatar-ai-mark:before{content:"";border:2px solid #ffffffe6;border-top:0;border-radius:0 0 14px 14px;width:18px;height:10px;position:absolute;top:19px;left:10px}.avatar-ai-mark:after{content:"";background:#ffffff3d;border-radius:999px;width:18px;height:4px;position:absolute;top:8px;left:10px}.avatar-user-mark{background:radial-gradient(circle at 50% 35%,#fff 0 16%,#0000 17%),radial-gradient(at 50% 78%,#fff 0 26%,#0000 27%),linear-gradient(135deg,#0ea5e9,#38bdf8)}.avatar-user-mark:after{content:"";border:1px solid #ffffff6b;border-radius:50%;position:absolute;inset:5px}.msg-stack{gap:10px;max-width:min(76%,720px);display:grid}.chat-msg.user .msg-stack{justify-items:end}.msg-bubble{border-radius:20px;max-width:100%;padding:16px 18px;font-size:14px;line-height:1.75;box-shadow:0 10px 28px #0c0f180a}.chat-msg.user .msg-bubble{background:#fff;border:1px solid #dbeeff}.chat-msg.assistant .msg-bubble{background:#fff;border:1px solid #ececff}.video-task-card{background:#ffffffeb;border:1px solid #e8e9f2;border-radius:18px;width:min(520px,100%);padding:14px;box-shadow:0 14px 38px #0c0f1814}.chat-reference-list{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:8px;width:min(520px,100%);display:grid}.chat-msg.user .chat-reference-list{justify-self:end}.chat-reference-item{background:#ffffffe0;border:1px solid #e7e9f1;border-radius:14px;align-items:center;gap:9px;min-width:0;padding:8px;display:flex;box-shadow:0 10px 28px #0c0f180d}.reference-thumb,.reference-file-icon{background:linear-gradient(135deg,#eef1f6,#dfe4ec);border-radius:12px;flex-shrink:0;width:52px;height:52px}.reference-thumb{background-position:50%;background-repeat:no-repeat;background-size:cover}.reference-video{object-fit:cover;background:#11131a}.reference-file-icon:after{content:"";background:#c7ced8;border-radius:4px;width:20px;height:14px;margin:19px auto;display:block}.chat-reference-item div{gap:3px;min-width:0;display:grid}.chat-skill-list{flex-wrap:wrap;gap:8px;width:min(520px,100%);display:flex}.chat-msg.user .chat-skill-list{justify-self:end}.chat-skill-list span{color:#6d3dff;background:#f0eaff;border:1px solid #dfd2ff;border-radius:9px;align-items:center;min-height:28px;padding:4px 10px;font-size:13px;font-weight:850;display:inline-flex}.chat-reference-item strong{color:#242733;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:12px;overflow:hidden}.chat-reference-item span{color:#777d89;font-size:11px;font-weight:700}.video-task-head{align-items:center;gap:10px;margin-bottom:12px;display:flex}.video-task-head strong{color:#171820;font-size:14px;display:block}.video-task-head p{color:#767c89;margin:2px 0 0;font-size:12px}.task-dot{background:#8b5cf6;border-radius:50%;width:10px;height:10px;box-shadow:0 0 0 6px #8b5cf61f}.task-dot.done{background:#10b981;box-shadow:0 0 0 6px #10b9811f}.task-dot.failed{background:#ef4444;box-shadow:0 0 0 6px #ef44441f}.chat-video,.result-video-card video{aspect-ratio:9/16;object-fit:contain;background:#080910;border-radius:14px;width:100%;max-height:520px;display:block}.video-actions{gap:8px;margin-top:10px;display:flex}.video-actions a,.result-video-card a{color:#fff;background:#0b0b10;border-radius:999px;justify-content:center;align-items:center;height:34px;padding:0 12px;font-size:12px;font-weight:800;text-decoration:none;display:inline-flex}.video-actions a+a{color:#20232d;background:#f2f3f6}.video-progress{background:#f5f6fa;border-radius:14px;align-items:center;height:46px;padding:0 14px;display:flex;position:relative;overflow:hidden}.video-progress span{background:linear-gradient(90deg,#0000,#7c4dff2e,#0000);width:42%;animation:1.6s linear infinite videoProgress;position:absolute;inset:0}.video-progress em{color:#696f7c;font-size:12px;font-style:normal;font-weight:750;position:relative}@keyframes videoProgress{0%{transform:translate(-100%)}to{transform:translate(240%)}}.result-panel{background:#ffffffb8;border:1px solid #ffffffc7;border-radius:24px;min-height:0;padding:18px;overflow-y:auto;box-shadow:0 18px 48px #0c0f180f}.result-panel-head{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.result-panel-actions{align-items:center;gap:8px;display:flex}.result-panel-head span{color:#181922;font-size:16px;font-weight:900}.result-panel-head strong{color:#07865d;background:#eefaf4;border-radius:999px;padding:5px 10px;font-size:12px}.result-panel-actions button{color:#6a707d;background:#f1f2f5;border-radius:50%;width:28px;height:28px;font-size:18px;font-weight:800;line-height:1}.result-panel-actions button:hover{color:var(--accent);background:#e9e5ff}.result-video-card{gap:12px;display:grid}.result-video-info{flex-direction:column;gap:3px;display:flex}.result-video-info strong{font-size:14px}.result-video-info span,.result-task code{color:#767c89;word-break:break-all;font-size:12px}.result-empty{text-align:center;background:#ffffff94;border:1px dashed #dfe2ea;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:360px;display:flex}.result-empty-icon{color:#fff;background:linear-gradient(135deg,#0c0d14,#6d4cff);border-radius:18px;justify-content:center;align-items:center;width:58px;height:58px;font-size:22px;display:flex}.result-empty strong{color:#181922;font-size:16px}.result-empty p{color:#767c89;max-width:220px;font-size:13px}.result-task{background:#f6f7fa;border-radius:14px;gap:5px;margin-top:14px;padding:12px;display:grid}.result-task span{color:#555b68;font-size:12px;font-weight:850}.chat-footer{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffe6}.chat-input-wrap{background:#fff;border-radius:22px;max-width:900px;min-height:56px}.chat-send{border-radius:16px;width:auto;min-width:58px;padding:0 14px;font-size:14px;font-weight:850}@media (max-width:980px){.chat-workspace{grid-template-columns:1fr}.result-panel{order:-1;max-height:none}.result-empty{min-height:180px}}@media (max-width:640px){.chat-header{flex-wrap:wrap;gap:8px;padding:10px 12px}.chat-header-meta{order:3;width:100%}.chat-main{padding:10px}.chat-messages{padding:18px 12px}.msg-stack{max-width:calc(100vw - 92px)}.chat-footer{padding:10px}.chat-input-wrap{max-width:none}}.admin-page{color:#171820;background:#f5f6fa;min-height:100vh;padding:28px}.admin-hero{grid-template-columns:minmax(0,1fr) minmax(320px,420px);align-items:stretch;gap:18px;max-width:1320px;margin:0 auto 18px;display:grid}.admin-hero>div{background:#fff;border:1px solid #e7e9f0;border-radius:18px;padding:22px;box-shadow:0 12px 36px #0c0f180d}.admin-kicker{color:#08734f;background:#eff7f2;border-radius:999px;margin-bottom:8px;padding:4px 9px;font-size:12px;font-weight:850;display:inline-flex}.admin-hero h1{margin-bottom:8px;font-size:30px;line-height:1.2}.admin-hero p,.admin-panel-head p{color:#69707d;font-size:13px;line-height:1.7}.admin-formula{flex-direction:column;justify-content:center;gap:9px;display:flex}.admin-formula span{color:#767d89;font-size:12px;font-weight:850}.admin-formula strong{font-size:16px;line-height:1.5}.admin-formula em{color:#5a6270;font-size:13px;font-style:normal}.admin-logout{color:#fff;background:#101118;border-radius:999px;width:fit-content;height:34px;margin-top:6px;padding:0 14px;font-size:12px;font-weight:850}.admin-logout:hover{background:#7c4dff}.admin-tabs{flex-wrap:wrap;gap:8px;max-width:1320px;margin:0 auto 14px;display:flex}.admin-tabs button{color:#3b404c;background:#fff;border:1px solid #e5e7ee;border-radius:999px;height:38px;padding:0 16px;font-size:13px;font-weight:850}.admin-tabs button.active{color:#fff;background:#101118;border-color:#101118}.admin-tabs .admin-enterprise-link{color:#6547ba;background:#faf8ff;border-color:#d8cbff}.admin-tabs .admin-enterprise-link:hover{background:#f1edff;border-color:#7c4dff}.admin-message{color:#7a5200;background:#fff8e5;border:1px solid #ffe2a3;border-radius:12px;max-width:1320px;margin:0 auto 14px;padding:10px 14px;font-size:13px;font-weight:750}.admin-metrics,.admin-panel{max-width:1320px;margin:0 auto 16px}.admin-metrics{grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;display:grid}.admin-metrics>div{background:#fff;border:1px solid #e7e9f0;border-radius:16px;flex-direction:column;justify-content:space-between;min-height:94px;padding:16px;display:flex;box-shadow:0 10px 28px #0c0f180a}.admin-metrics span{color:#69707d;font-size:12px;font-weight:850}.admin-metrics strong{font-size:23px;line-height:1.1}.admin-metrics .ok{color:#08734f}.admin-metrics .bad{color:#c0392b}.boss-enterprise-alert{text-align:left;background:linear-gradient(140deg,#faf8ff,#f2edff);border:1px solid #ded1ff;border-radius:16px;min-height:94px;padding:16px;box-shadow:0 10px 28px #48319614}.boss-enterprise-alert span{color:#694db6;font-size:12px;font-weight:850;display:block}.boss-enterprise-alert strong{color:#3f276f;margin-top:9px;font-size:23px;line-height:1.1;display:block}.boss-enterprise-alert em{color:#74688e;margin-top:6px;font-size:11px;font-style:normal;display:block}.admin-panel{background:#fff;border:1px solid #e7e9f0;border-radius:18px;padding:18px;box-shadow:0 12px 36px #0c0f180d}.admin-panel-head{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:16px;display:flex}.admin-panel-head h2{margin-bottom:4px;font-size:18px}.admin-primary{color:#fff;background:#101118;border-radius:999px;height:38px;padding:0 16px;font-size:13px;font-weight:850}.admin-primary:disabled,.admin-cost-edit button:disabled{opacity:.5;cursor:default}.admin-note-grid,.admin-pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.admin-note-grid>div{background:#f7f8fb;border:1px solid #eceef4;border-radius:14px;gap:8px;padding:15px;display:grid}.admin-note-grid strong{font-size:14px}.admin-note-grid span{color:#636b78;font-size:13px;line-height:1.7}.admin-pricing-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:16px}.admin-pricing-grid label{color:#5c6472;gap:7px;font-size:12px;font-weight:850;display:grid}.admin-pricing-grid input,.admin-pricing-grid select,.admin-table input{color:#171820;background:#fff;border:1px solid #dfe3eb;border-radius:10px;width:100%;height:36px;padding:0 10px}.admin-table-wrap{width:100%;overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;min-width:900px;font-size:13px}.admin-table th{text-align:left;color:#596170;white-space:nowrap;background:#f6f7fa;border-bottom:1px solid #e7e9f0;padding:11px 10px}.admin-table td{vertical-align:top;color:#242833;border-bottom:1px solid #eef0f5;padding:11px 10px;line-height:1.55}.admin-table code{color:#505866;background:#f1f3f7;border-radius:6px;margin-bottom:5px;padding:2px 6px;font-size:12px;display:inline-block}.admin-status{color:#5e6674;background:#eef0f4;border-radius:999px;justify-content:center;align-items:center;min-height:24px;padding:3px 8px;font-size:12px;font-weight:850;display:inline-flex}.admin-status.ok,.admin-status.done{color:#08734f;background:#e8f8ef}.admin-status.bad,.admin-status.failed{color:#c0392b;background:#ffe9e9}.admin-status.processing,.admin-status.queued{color:#8a6208;background:#fff4d9}.admin-status.muted{color:#9096a3;background:#f1f2f5}.enterprise-leads-table{min-width:1120px}.enterprise-leads-table td strong{color:#202534}.enterprise-leads-table .table-muted{margin-top:4px;display:block}.enterprise-requirement{min-width:210px;max-width:300px;color:#566070!important}.enterprise-status-select{color:#8a6208;background:#fff4d9;border:0;border-radius:999px;min-width:88px;height:31px;padding:0 9px;font-size:12px;font-weight:800}.enterprise-status-select.contacted{color:#225b9f;background:#e9f2ff}.enterprise-status-select.negotiating{color:#855a06;background:#fff1c9}.enterprise-status-select.won{color:#08734f;background:#e8f8ef}.enterprise-status-select.closed{color:#707785;background:#f0f2f5}.enterprise-empty{text-align:center;color:#8b919d!important;padding:34px!important}.usage-table{min-width:1180px}.admin-cost-edit{grid-template-columns:88px 88px 58px;gap:6px;display:grid}.admin-cost-edit input{height:30px;padding:0 8px;font-size:12px}.admin-cost-edit button{color:#fff;background:#101118;border-radius:9px;font-size:12px;font-weight:850}.call-log-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:14px;display:grid}.call-log-metrics div{background:#f7f8fb;border:1px solid #eceff5;border-radius:14px;align-content:space-between;min-height:84px;padding:14px;display:grid}.call-log-metrics span,.table-muted{color:#747b88;font-size:12px;font-weight:750}.call-log-metrics strong{font-size:24px}.call-log-table{min-width:1320px}.prompt-preview{color:#3c4350;word-break:break-word;max-width:280px;font-size:12px;line-height:1.55}.boss-kpis{grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;max-width:1320px;margin:0 auto 16px;display:grid}.boss-kpis div,.boss-panel{background:#fff;border:1px solid #e7e9f0;border-radius:18px;box-shadow:0 12px 36px #0c0f180d}.boss-kpis div{align-content:space-between;min-height:118px;padding:16px;display:grid}.boss-kpis span{color:#69707d;font-size:12px;font-weight:900}.boss-kpis strong{font-size:26px;line-height:1.1}.boss-kpis em{color:#8a909b;font-size:11px;font-style:normal;font-weight:750}.boss-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:1320px;margin:0 auto 16px;display:grid}.boss-panel{min-height:280px;padding:18px}.boss-panel-wide{grid-column:span 2}.boss-panel-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.boss-panel-head h2{font-size:16px}.boss-panel-head span{color:#6a7280;background:#f3f4f7;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:850}.line-chart{grid-template-columns:repeat(7,minmax(0,1fr));align-items:end;gap:10px;height:210px;padding-top:24px;display:grid}.line-point{background:linear-gradient(#7c4dff,#c6b5ff);border-radius:999px 999px 4px 4px;justify-content:center;align-items:flex-end;min-height:8px;display:flex;position:relative}.line-point span{white-space:nowrap;color:#505866;font-size:11px;font-weight:850;position:absolute;bottom:calc(100% + 8px)}.line-point em,.bar-item em{color:#7b8290;font-size:11px;font-style:normal;font-weight:750;position:absolute;top:calc(100% + 8px)}.donut-wrap{grid-template-columns:160px 1fr;align-items:center;gap:16px;display:grid}.donut{border-radius:50%;width:154px;height:154px;position:relative}.donut:after{content:"";background:#fff;border-radius:50%;position:absolute;inset:34px;box-shadow:inset 0 0 0 1px #eef0f5}.legend-list{gap:10px;display:grid}.legend-list span{color:#4b5361;align-items:center;gap:8px;font-size:13px;font-weight:800;display:flex}.legend-list i{border-radius:50%;width:10px;height:10px}.legend-list .green{background:#10b981}.legend-list .amber{background:#f59e0b}.legend-list .red{background:#ef4444}.bar-chart{grid-template-columns:repeat(7,minmax(0,1fr));align-items:end;gap:12px;height:210px;display:grid}.bar-item{justify-content:center;align-items:flex-end;min-width:0;height:180px;display:flex;position:relative}.bar-item span{background:linear-gradient(#0ea5e9,#9bdcff);border-radius:12px 12px 4px 4px;width:min(54px,80%)}.bar-item strong{color:#3b4350;font-size:12px;position:absolute;bottom:calc(100% - 14px)}.role-split{grid-template-columns:1fr 1fr;gap:10px;margin-top:24px;display:grid}.role-split div{background:#f7f8fb;border:1px solid #eceff5;border-radius:14px;padding:16px}.role-split strong{font-size:28px;display:block}.role-split span{color:#69707d;font-size:12px;font-weight:850}.progress-row{background:#edf0f5;border-radius:999px;height:12px;margin-top:18px;overflow:hidden}.progress-row span{border-radius:inherit;background:linear-gradient(90deg,#10b981,#7c4dff);height:100%;display:block}.rank-list{gap:12px;display:grid}.rank-row{grid-template-columns:28px 110px minmax(0,1fr) 76px;align-items:center;gap:10px;display:grid}.rank-row b{color:#fff;background:#101118;border-radius:50%;place-items:center;width:26px;height:26px;font-size:12px;display:grid}.rank-row span{white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:13px;font-weight:850;overflow:hidden}.rank-row i{background:#edf0f5;border-radius:999px;height:10px;overflow:hidden}.rank-row i em{border-radius:inherit;background:linear-gradient(90deg,#7c4dff,#10b981);height:100%;display:block}.rank-row strong{text-align:right;font-size:13px}.mini-bars{align-items:flex-end;gap:10px;height:160px;padding-top:20px;display:flex}.mini-bars span{background:linear-gradient(#11131b,#7c4dff);border-radius:999px 999px 4px 4px;flex:1}.boss-caption{color:#707784;margin-top:16px;font-size:12px;line-height:1.6}.pay-page{background:radial-gradient(circle at 18% 20%,#7c4dff14,#0000 28%),radial-gradient(circle at 82% 12%,#10b98114,#0000 26%),#f5f6fa;min-height:100vh;padding:24px}.pay-shell{max-width:1120px;margin:0 auto;position:relative}.pay-back{color:#404756;background:#fff;border:1px solid #e5e7ee;border-radius:999px;height:36px;margin-bottom:16px;padding:0 14px;font-size:13px;font-weight:850}.pay-head{grid-template-columns:minmax(0,1fr) 280px;gap:16px;margin-bottom:16px;display:grid}.pay-head>div,.pay-panel{background:#fff;border:1px solid #e7e9f0;border-radius:18px;box-shadow:0 12px 36px #0c0f180d}.pay-head>div:first-child{padding:22px}.pay-kicker{color:#3653c7;background:#eef4ff;border-radius:999px;margin-bottom:8px;padding:4px 9px;font-size:12px;font-weight:850;display:inline-flex}.pay-head h1{margin-bottom:8px;font-size:30px}.pay-head p{color:#6b7280;font-size:13px;line-height:1.7}.pay-summary{flex-direction:column;justify-content:center;gap:8px;padding:22px;display:flex}.pay-summary strong{font-size:30px;line-height:1}.pay-summary span{color:#0c7a53;font-size:14px;font-weight:850}.pay-summary em{color:#6b7280;font-size:13px;font-style:normal}.pay-grid{grid-template-columns:minmax(300px,.85fr) minmax(0,1.15fr);gap:16px;display:grid}.pay-panel{padding:20px}.pay-methods{gap:8px;margin-bottom:16px;display:flex}.pay-method-badge{color:#3653c7;background:#eef4ff;border-radius:999px;align-items:center;min-height:30px;padding:0 12px;font-size:13px;font-weight:850;display:inline-flex}.pay-security-card{background:linear-gradient(135deg,#f4f8ff,#f9fbff);border:1px solid #dbe7ff;border-radius:16px;align-items:flex-start;gap:12px;padding:18px;display:flex}.pay-security-icon{color:#fff;background:#1677ff;border-radius:50%;flex:none;place-items:center;width:30px;height:30px;font-weight:900;display:grid}.pay-security-card strong{font-size:15px}.pay-security-card p{color:#62708a;margin-top:5px;font-size:13px;line-height:1.65}.pay-guide-list{gap:12px;margin-top:18px;display:grid}.pay-guide-list span{color:#525b6b;align-items:center;gap:9px;font-size:13px;font-weight:750;display:flex}.pay-guide-list b{color:#536074;background:#f0f2f6;border-radius:50%;place-items:center;width:22px;height:22px;font-size:11px;display:grid}.pay-detail{gap:12px;display:grid}.pay-detail h2{margin-bottom:4px;font-size:18px}.pay-row{border-bottom:1px solid #eef0f5;justify-content:space-between;gap:12px;padding:12px 0;display:flex}.pay-row span{color:#6b7280;font-size:13px}.pay-row strong{font-size:14px}.pay-note{color:#5e6572;background:#f7f8fb;border-radius:14px;margin-top:2px;padding:14px;font-size:13px;line-height:1.7}.pay-actions{margin-top:6px;display:block}.pay-actions button{color:#323844;background:#f3f4f7;border-radius:999px;height:40px;padding:0 16px;font-size:13px;font-weight:850}.pay-actions .primary{color:#fff;background:linear-gradient(135deg,#1677ff,#4b55e8);width:100%;height:46px;box-shadow:0 10px 22px #1677ff38}.pay-actions .primary:hover{filter:brightness(1.04)}.profile-load-more{color:#6042c2;background:#f3f1ff;border-radius:10px;width:100%;min-height:38px;margin-top:10px;font-size:13px;font-weight:800}.profile-load-more:disabled{opacity:.6;cursor:default}@media (max-width:900px){.pay-head,.pay-grid{grid-template-columns:1fr}}@media (max-width:1100px){.admin-hero,.admin-pricing-grid{grid-template-columns:1fr 1fr}.login-shell,.boss-grid{grid-template-columns:1fr}.login-brand-panel{min-height:auto}.login-brand-panel h1{margin-top:44px}.boss-panel-wide{grid-column:auto}.boss-kpis,.admin-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-note-grid{grid-template-columns:1fr}}@media (max-width:720px){.admin-page{padding:14px}.login-page{padding:12px}.login-brand-panel{padding:24px}.login-metrics,.login-two,.boss-kpis,.donut-wrap,.role-split,.admin-hero,.admin-pricing-grid,.admin-metrics{grid-template-columns:1fr}.admin-panel-head{flex-direction:column}}@media (max-width:640px){.profile-page{padding:14px}.profile-top,.profile-hero,.profile-identity{align-items:stretch}.profile-top,.profile-hero{flex-direction:column}.profile-identity{grid-template-columns:58px minmax(0,1fr);display:grid}.profile-identity>span{border-radius:18px;width:58px;height:58px;font-size:24px}.profile-balance{width:100%}.profile-stats,.profile-actions{grid-template-columns:1fr}.profile-panel-head{flex-direction:column}.profile-table-wrap{max-width:100%;overflow-x:auto}.profile-table{min-width:560px}}.character-profile-card{background:linear-gradient(135deg,#f8f5ff,#fdfcff);border:1px solid #cfc0ee;border-radius:13px;margin:0 0 11px;padding:13px}.character-profile-card header span{color:#7d5bc4;letter-spacing:.1em;font-size:10px;font-weight:900;display:block}.character-profile-card header strong{color:#4d3b68;margin:4px 0;font-size:15px;display:block}.character-profile-card header em{color:#877798;font-size:11px;font-style:normal}.character-profile-card>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:11px;display:grid}.character-profile-card label{color:#887a97;background:#ffffffb8;border-radius:8px;padding:8px;font-size:10px}.character-profile-card label.wide{grid-column:1/-1}.character-profile-card b{color:#5a4a6a;margin-top:3px;font-size:11px;line-height:1.45;display:block}.character-profile-waiting{color:#8c8195;background:#fcfbfe;border:1px dashed #d9cfea;border-radius:11px;margin-bottom:11px;padding:12px;font-size:12px}.scene-character-ref{background:#faf7ff;border-left:3px solid #8a68cf;border-radius:0 8px 8px 0;margin:9px 0;padding:8px}.scene-character-ref b{color:#604a8c;font-size:11px;display:block}.scene-character-ref span{color:#796c87;margin-top:3px;font-size:10px;line-height:1.45;display:block}.asset-image-button{cursor:zoom-in;background:#f5f3fa;border:0;border-radius:9px;width:100%;padding:0;display:block;overflow:hidden}.asset-image-button img{aspect-ratio:1;object-fit:cover;width:100%;display:block}.asset-group figcaption button{color:#7253b5;cursor:pointer;background:0 0;border:0;margin-left:auto;font-size:11px}.asset-preview-backdrop{z-index:80;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#140d2394;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.asset-preview-modal{background:#fff;border:1px solid #ffffff8c;border-radius:20px;width:min(620px,100%);max-height:calc(100vh - 40px);padding:22px;position:relative;overflow:auto;box-shadow:0 28px 90px #1a113259}.asset-preview-modal>span{color:#8564c5;letter-spacing:.12em;font-size:10px;font-weight:900}.asset-preview-modal h3{color:#302443;margin:5px 36px 14px 0;font-size:18px}.asset-preview-modal img{object-fit:contain;background:#f6f4fa;border-radius:12px;width:100%;max-height:65vh;display:block}.asset-preview-modal>div{gap:9px;margin-top:14px;display:flex}.asset-preview-modal a{color:#5e439b;background:#f0ebfb;border-radius:9px;padding:8px 12px;font-size:12px;font-weight:800}.asset-preview-close{color:#594b68;cursor:pointer;background:#f1eef6;border:0;border-radius:50%;width:28px;height:28px;font-size:21px;line-height:1;position:absolute;top:14px;right:14px}
