.btn{cursor:pointer;transition:all var(--dur-base) var(--ease-out);white-space:nowrap;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:9px;padding:11px 20px;font-size:15px;font-weight:600;display:inline-flex}.btn:active{transform:scale(.98)}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-grad{background:var(--gradient-brand);color:#fff;box-shadow:0 8px 24px #5b7bff52}.btn-grad:hover:not(:disabled){box-shadow:0 10px 30px #5b7bff73,var(--glow-accent);transform:translateY(-1px)}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover:not(:disabled){background:var(--accent-hover)}.btn-secondary{background:var(--surface-2);color:var(--fg-1);border-color:var(--border-2)}.btn-secondary:hover:not(:disabled){border-color:var(--border-2);background:var(--surface-3)}.btn-ghost{color:var(--fg-2);background:0 0}.btn-ghost:hover:not(:disabled){background:var(--surface-2);color:var(--fg-1)}.btn-block{width:100%}.btn-lg{border-radius:14px;padding:14px 26px;font-size:16px}.btn-sm{border-radius:10px;padding:8px 14px;font-size:13px}.btn .ic{width:18px;height:18px}.field-label{color:var(--fg-2);margin-bottom:8px;font-size:13px;font-weight:600;display:block}.field{background:var(--surface-3);border:1px solid var(--border-1);color:var(--fg-1);font-size:15px;font-family:var(--font-sans);width:100%;transition:all var(--dur-fast);border-radius:12px;padding:13px 15px}.field::placeholder{color:var(--fg-3)}.field:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-ring);outline:none}textarea.field{resize:vertical;min-height:96px;line-height:1.5}.badge{border-radius:999px;align-items:center;gap:6px;padding:5px 12px;font-size:12.5px;font-weight:600;display:inline-flex}.badge .dot{border-radius:999px;width:7px;height:7px}.badge-accent{background:var(--accent-soft);color:#9cc6ff}.badge-success{background:var(--success-soft);color:#3fe0b0}.badge-warning{background:var(--warning-soft);color:#ffc861}.badge-neutral{background:var(--surface-3);color:var(--fg-2)}.auth{justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex;position:relative;overflow:hidden}.auth-glow{pointer-events:none;background:radial-gradient(50% 50% at 50% 0,#2e8bff2e,#0000 60%),radial-gradient(40% 50% at 80% 90%,#7b5cff29,#0000 60%);position:absolute;inset:0}.auth-card{background:var(--surface-1);border:1px solid var(--border-1);width:100%;max-width:420px;box-shadow:var(--shadow-3);border-radius:24px;padding:36px;position:relative}.auth-brand{letter-spacing:-.02em;justify-content:center;align-items:center;gap:11px;margin-bottom:8px;font-size:22px;font-weight:800;display:flex}.auth-brand img{width:36px;height:36px}.auth-sub{text-align:center;color:var(--fg-2);margin:0 0 26px;font-size:15px}.auth-tabs{background:var(--surface-3);border-radius:12px;margin-bottom:24px;padding:4px;display:flex}.auth-tab{text-align:center;color:var(--fg-2);cursor:pointer;border-radius:9px;flex:1;padding:9px;font-size:14px;font-weight:600}.auth-tab.active{background:var(--accent);color:#fff}.auth-form{flex-direction:column;gap:16px;display:flex}.checkbox-row{color:var(--fg-2);align-items:flex-start;gap:11px;font-size:13px;line-height:1.5;display:flex}.checkbox-row input{width:18px;height:18px;accent-color:var(--accent);flex:none;margin-top:2px}.checkbox-row a{color:var(--accent)}.auth-alt{text-align:center;color:var(--fg-3);margin-top:22px;font-size:14px}.auth-alt a{color:var(--accent);cursor:pointer;font-weight:600}.link-muted{color:var(--fg-3);text-align:right;cursor:pointer;font-size:13.5px}.link-muted:hover{color:var(--fg-2)}.shell{flex-direction:column;height:100vh;display:flex}.topbar{border-bottom:1px solid var(--border-1);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:50;background:#0c0e13d1;flex:none;justify-content:space-between;align-items:center;height:64px;padding:0 20px;display:flex;position:sticky;top:0}[data-theme=light] .topbar{background:#f4f6fbeb}.topbar-left{flex:1;align-items:center;gap:0;min-width:0;display:flex}.topbar-right{flex:none;align-items:center;gap:8px;display:flex}.topbar-brand{color:var(--fg-1);letter-spacing:-.02em;flex:none;align-items:center;gap:9px;padding:6px 10px 6px 4px;font-size:17px;font-weight:800;text-decoration:none;display:flex}.topbar-brand:hover{opacity:.8}.topbar-brand-name{line-height:1}.topbar-divider{background:var(--border-1);flex:none;width:1px;height:22px;margin:0 6px}.topbar-nav{scrollbar-width:none;align-items:center;gap:2px;display:flex;overflow-x:auto}.topbar-nav::-webkit-scrollbar{display:none}.topbar-tab{color:var(--fg-2);white-space:nowrap;transition:background var(--dur-fast),color var(--dur-fast);border-radius:9px;flex:none;align-items:center;gap:6px;padding:7px 11px;font-size:13.5px;font-weight:600;text-decoration:none;display:flex}.topbar-tab:hover{background:var(--surface-1);color:var(--fg-1)}.topbar-tab.active{background:var(--accent-soft);color:var(--fg-1)}.topbar-tab .ic{flex:none;width:15px;height:15px}.credit-pill{background:var(--surface-2);border:1px solid var(--border-1);border-radius:999px;align-items:center;gap:7px;padding:6px 13px;font-size:13.5px;font-weight:700;display:flex}.credit-pill .ic{width:15px;height:15px;color:var(--accent)}.avatar-dot{background:var(--gradient-brand);color:#fff;cursor:pointer;width:34px;height:34px;transition:opacity var(--dur-fast),transform var(--dur-fast);border-radius:999px;flex:none;justify-content:center;align-items:center;font-size:13px;font-weight:700;text-decoration:none;display:flex}.avatar-dot:hover{opacity:.85;transform:scale(1.06)}.content{flex:1;min-height:0;padding:32px 28px 48px;overflow-y:auto}.content:has(.tool-shell){padding:0;overflow:hidden}.content-in{max-width:1080px;margin:0 auto}.tool-shell{grid-template-columns:340px 1fr;height:calc(100vh - 64px);display:grid;overflow:hidden}.tool-panel{border-right:1px solid var(--border-1);background:var(--bg-0);flex-direction:column;display:flex;position:relative;overflow:hidden}.tool-panel:after{content:"";background:linear-gradient(to bottom,transparent,var(--bg-0));pointer-events:none;z-index:2;height:52px;position:absolute;bottom:71px;left:0;right:0}.tool-panel-body{scrollbar-width:none;scroll-behavior:smooth;flex:1;padding:22px 18px 12px;overflow-y:auto}.tool-panel-body::-webkit-scrollbar{display:none}.tool-panel-footer{border-top:1px solid var(--border-1);background:var(--bg-0);padding:14px 18px}.tool-panel-title{margin:0 0 3px;font-size:16px;font-weight:700}.tool-panel-sub{color:var(--fg-2);margin:0 0 18px;font-size:13px;line-height:1.5}.tool-feed{background:var(--bg-0);scrollbar-width:thin;scrollbar-color:#ffffff38 #ffffff0a;padding:28px;overflow-y:auto}.tool-feed::-webkit-scrollbar{width:6px}.tool-feed::-webkit-scrollbar-track{background:#ffffff0a;border-radius:6px}.tool-feed::-webkit-scrollbar-thumb{background:#ffffff38;border-radius:6px;transition:background .2s}.tool-feed::-webkit-scrollbar-thumb:hover{background:#2e8bffbf}.tool-feed-empty{text-align:center;height:100%;color:var(--fg-3);flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:40px;display:flex}.tool-feed-empty .tfe-icon{background:var(--surface-2);width:56px;height:56px;color:var(--fg-3);border-radius:16px;justify-content:center;align-items:center;display:flex}.tool-feed-empty .tfe-icon .ic{width:26px;height:26px}.tool-feed-empty h3{color:var(--fg-2);margin:0;font-size:16px;font-weight:700}.tool-feed-empty p{max-width:260px;margin:0;font-size:13.5px;line-height:1.55}.feed-section{margin-bottom:32px}.feed-section-title{text-transform:uppercase;letter-spacing:.06em;color:var(--fg-3);margin-bottom:14px;font-size:12px;font-weight:700}.job-card{background:var(--surface-1);border:1px solid var(--border-1);border-radius:16px;max-width:220px;overflow:hidden}.job-card-thumb{aspect-ratio:1;background:linear-gradient(160deg,#1b2230,#12141a);justify-content:center;align-items:center;display:flex;position:relative}.job-card-thumb img{object-fit:cover;width:100%;height:100%}.job-card-body{padding:12px}.job-card-label{margin-bottom:8px;font-size:13.5px;font-weight:600}.job-card-progress{background:var(--surface-3);border-radius:999px;height:6px;overflow:hidden}.job-card-progress .pf{background:var(--gradient-brand);border-radius:999px;height:100%;transition:width .4s}.job-card-done-actions{border-top:1px solid var(--border-1);flex-direction:column;gap:8px;padding:12px;display:flex}.sidebar{background:var(--bg-0);border-right:1px solid var(--border-1);flex-direction:column;flex:none;gap:6px;width:262px;padding:20px 16px;display:flex}.side-brand{letter-spacing:-.02em;color:var(--fg-1);align-items:center;gap:10px;padding:6px 8px 16px;font-size:20px;font-weight:800;text-decoration:none;display:flex}.side-brand:hover{opacity:.8}.side-brand img{width:32px;height:32px}.nav-item{color:var(--fg-2);cursor:pointer;border:1px solid #0000;border-radius:11px;align-items:center;gap:12px;padding:11px 12px;font-size:14.5px;font-weight:600;display:flex}.nav-item:hover{background:var(--surface-1);color:var(--fg-1)}.nav-item.active{background:var(--accent-soft);color:var(--fg-1);border-color:#2e8bff40}.nav-item .ic{flex:none;width:19px;height:19px}.nav-item .chev{width:16px;height:16px;transition:transform var(--dur-fast);margin-left:auto}.nav-item.open .chev{transform:rotate(180deg)}.nav-sub{border-left:1px solid var(--border-1);flex-direction:column;gap:2px;margin:2px 0 2px 16px;padding-left:14px;display:flex}.nav-sub a{color:var(--fg-3);cursor:pointer;border-radius:9px;align-items:center;gap:10px;padding:8px 12px;font-size:13.5px;font-weight:500;display:flex}.nav-sub a:hover{background:var(--surface-1);color:var(--fg-1)}.nav-sub a.active{color:var(--fg-1);font-weight:600}.nav-sub a .ic{width:16px;height:16px}.side-spacer{flex:1}.balance-card{background:var(--surface-1);border:1px solid var(--border-1);border-radius:14px;padding:14px}.balance-card .bl{color:var(--fg-3);font-size:12px;font-weight:600}.balance-card .bv{align-items:center;gap:8px;margin-top:3px;font-size:22px;font-weight:800;display:flex}.balance-card .bv .ic{width:18px;height:18px;color:var(--accent)}.balance-card .btn{margin-top:12px}.dash-greet{letter-spacing:-.02em;margin:0 0 4px;font-size:26px;font-weight:800}.dash-greet-sub{color:var(--fg-2);margin:0 0 28px;font-size:15px}.dash-hero{background:var(--surface-1);border:1px solid var(--border-2);border-radius:20px;margin-bottom:32px;padding:28px;position:relative;overflow:hidden}.dash-hero-glow{pointer-events:none;background:radial-gradient(60% 130% at 10% -20%,#2e8bff38,#0000 55%),radial-gradient(50% 130% at 98% 130%,#7b5cff2e,#0000 55%);position:absolute;inset:0}.dash-hero-content{position:relative}.dash-eyebrow{letter-spacing:.04em;text-transform:uppercase;color:var(--accent);align-items:center;gap:7px;font-size:12px;font-weight:600;display:inline-flex}.dash-eyebrow .ic{width:14px;height:14px}.dash-hero h2{letter-spacing:-.02em;margin:10px 0 18px;font-size:23px;font-weight:800}.dash-input{background:var(--surface-3);border:1px solid var(--border-2);border-radius:14px;align-items:center;gap:8px;max-width:660px;padding:7px 7px 7px 14px;display:flex}.dash-input:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-ring)}.dash-input .ic-lead{color:var(--fg-3);flex:none;width:18px;height:18px}.dash-input input{min-width:0;color:var(--fg-1);font-size:15px;font-family:var(--font-sans);background:0 0;border:none;flex:1;padding:9px 4px}.dash-input input::placeholder{color:var(--fg-3)}.dash-input input:focus{outline:none}.dash-input .btn{flex:none}.dash-hero-sub{color:var(--fg-3);margin-top:13px;font-size:13px}.dash-hero-sub b{color:var(--fg-2);font-weight:600}.qa-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:38px;display:grid}.qa{background:var(--surface-1);border:1px solid var(--border-1);cursor:pointer;color:var(--fg-1);transition:all var(--dur-base) var(--ease-out);text-align:left;border-radius:16px;padding:20px}.qa:hover{border-color:var(--border-2);box-shadow:var(--shadow-2);transform:translateY(-3px)}.qa .qi{background:var(--accent-soft);color:#7db4ff;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:14px;display:flex}.qa .qi .ic{width:22px;height:22px}.qa h3{color:var(--fg-1);margin:0 0 5px;font-size:15.5px;font-weight:700}.qa p{color:var(--fg-3);margin:0;font-size:13px;line-height:1.45}.sec-row{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.sec-row h2{margin:0;font-size:18px;font-weight:700}.sec-row a{color:var(--accent);cursor:pointer;font-size:14px;font-weight:600}.gen-grid{grid-template-columns:repeat(4,1fr);align-items:start;gap:16px;display:grid}.gen{background:var(--surface-1);border:1px solid var(--border-1);cursor:pointer;transition:all var(--dur-base) var(--ease-out);border-radius:14px;position:relative;overflow:hidden}.gen:hover{border-color:var(--border-2);transform:translateY(-2px)}.gen .gthumb{background:linear-gradient(160deg,#1b2230,#12141a);position:relative}.gen .gthumb.v{aspect-ratio:9/13}.gen .gthumb.sq{aspect-ratio:1}.gen .gplay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff24;border:1px solid #fff3;border-radius:999px;justify-content:center;align-items:center;width:38px;height:38px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.gen .gplay .ic{fill:#fff;color:#fff;width:17px;height:17px}.gplay{color:#fff}.gplay svg{fill:currentColor}.gen .gtype{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;background:#0000008c;border-radius:999px;align-items:center;gap:5px;padding:3px 9px;font-size:11px;font-weight:600;display:flex;position:absolute;top:10px;left:10px}.gen .gtype .ic{width:12px;height:12px}.gen .gmeta{justify-content:space-between;align-items:center;padding:11px 13px;display:flex}.gen .gmeta .gt{font-size:13.5px;font-weight:600}.gen .gmeta .gd{color:var(--fg-3);font-size:12px}.gen .gov{opacity:0;transition:opacity var(--dur-fast);background:#08090c80;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.gen:hover .gov{opacity:1}.gen .gov .eye{color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff29;border:1px solid #ffffff38;border-radius:999px;align-items:center;gap:7px;padding:8px 14px;font-size:13px;font-weight:600;display:flex}.gen .gov .eye .ic{width:15px;height:15px}.empty{text-align:center;border:1px dashed var(--border-2);background:var(--surface-1);border-radius:20px;padding:64px 20px}.empty .ei{background:var(--accent-soft);color:#7db4ff;border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 18px;display:flex}.empty .ei .ic{width:30px;height:30px}.empty h3{margin:0 0 8px;font-size:19px;font-weight:700}.empty p{color:var(--fg-2);max-width:360px;margin:0 auto 22px;font-size:14.5px;line-height:1.55}.wiz-stepper{align-items:center;gap:0;margin-bottom:32px;display:flex}.wstep{flex:1;align-items:center;gap:11px;display:flex}.wstep:last-child{flex:none}.wstep .wn{background:var(--surface-3);width:34px;height:34px;color:var(--fg-3);border:1px solid var(--border-1);border-radius:999px;flex:none;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex}.wstep .wt{color:var(--fg-3);white-space:nowrap;font-size:13.5px;font-weight:600}.wstep.active .wn{background:var(--accent);color:#fff;border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-ring)}.wstep.active .wt{color:var(--fg-1)}.wstep.done .wn{background:var(--success);color:#06231a;border-color:var(--success)}.wstep.done .wt{color:var(--fg-2)}.wline{background:var(--border-1);flex:1;height:1px;margin:0 12px}.wline.done{background:var(--success)}.panel{background:var(--surface-1);border:1px solid var(--border-1);border-radius:18px;padding:28px}.panel h2{margin:0 0 6px;font-size:20px;font-weight:700}.panel .ph{color:var(--fg-2);margin:0 0 22px;font-size:14.5px}.row-inline{gap:12px;display:flex}.row-inline .field{flex:1}.wiz-actions{justify-content:space-between;gap:12px;margin-top:26px;display:flex}.product{background:var(--surface-2);border:1px solid var(--border-1);border-radius:14px;gap:18px;padding:16px;display:flex}.product .pimg{width:96px;height:96px;color:var(--fg-3);background:linear-gradient(160deg,#1b2230,#12141a);border-radius:12px;flex:none;justify-content:center;align-items:center;display:flex}.product .pimg .ic{width:30px;height:30px}.product .pname{margin:0 0 6px;font-size:15.5px;font-weight:700;line-height:1.35}.product .pprice{color:var(--fg-1);font-size:18px;font-weight:800}.product .pspecs{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.opt-group{margin-bottom:22px}.opt-group>.ol{color:var(--fg-2);margin-bottom:10px;font-size:13px;font-weight:600;display:block}.segmented{background:var(--surface-3);border-radius:11px;gap:2px;padding:4px;display:inline-flex}.seg{color:var(--fg-2);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:9px 18px;font-size:14px;font-weight:600}.seg.active{background:var(--accent);color:#fff}.chips{flex-wrap:wrap;gap:10px;display:flex}.chip-opt{color:var(--fg-2);background:var(--surface-3);border:1px solid var(--border-1);cursor:pointer;border-radius:11px;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:600;display:flex}.chip-opt .ic{width:16px;height:16px}.chip-opt.active{border-color:var(--accent);color:var(--fg-1);background:var(--accent-soft)}.chip-opt.disabled{opacity:.4;cursor:not-allowed}.chip-hint{align-items:center;line-height:1;display:inline-flex;position:relative}.chip-hint-icon{color:var(--fg-3);opacity:.7;cursor:help;font-size:12px}.chip-hint-popup{white-space:nowrap;background:var(--surface-2);border:1px solid var(--border-2);color:var(--fg-2);-webkit-text-fill-color:var(--fg-2);pointer-events:none;opacity:0;z-index:30;box-shadow:var(--shadow-2);border-radius:8px;padding:5px 10px;font-size:12px;font-weight:500;transition:opacity .15s;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)}.chip-hint:hover .chip-hint-popup{opacity:1}.av-grid{grid-template-columns:repeat(5,1fr);gap:12px;display:grid}.av{cursor:pointer;border:2px solid #0000;border-radius:12px;position:relative;overflow:hidden}.av .avimg{aspect-ratio:3/4;background:linear-gradient(160deg,#222a3a,#141821);justify-content:center;align-items:flex-end;padding-bottom:8px;display:flex}.av .avimg .ic{width:34px;height:34px;color:var(--fg-3)}.av .avname{text-align:center;background:var(--surface-2);padding:7px 4px;font-size:12px;font-weight:600}.av.active{border-color:var(--accent)}.av.active:after{content:"";background:var(--accent);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border-radius:999px;width:20px;height:20px;position:absolute;top:7px;right:7px}.av .avov{opacity:0;transition:opacity var(--dur-fast);background:#08090c9e;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:10px;display:flex;position:absolute;inset:0}.av:hover .avov{opacity:1}.av .avov .btn{width:100%}.summary{border:1px solid var(--border-1);border-radius:14px;flex-direction:column;gap:0;display:flex;overflow:hidden}.sum-row{border-bottom:1px solid var(--border-1);justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.sum-row:last-child{border-bottom:none}.sum-row .sk{color:var(--fg-3);font-size:14px}.sum-row .sv{font-size:14.5px;font-weight:600}.result-media{border:1px solid var(--border-2);aspect-ratio:9/13;background:linear-gradient(160deg,#1b2230,#12141a);border-radius:16px;justify-content:center;align-items:center;max-width:300px;margin:0 auto;display:flex;position:relative;overflow:hidden}.result-media .ic{color:#ffffff80;width:54px;height:54px}.progress-wrap{text-align:center;padding:40px 0}.gen-timer{font-variant-numeric:tabular-nums;color:var(--fg-3);font-weight:500}.spinner{border:3px solid var(--surface-3);border-top-color:var(--accent);border-radius:999px;width:54px;height:54px;margin:0 auto 22px;animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.progress-bar{background:var(--surface-3);border-radius:999px;max-width:360px;height:8px;margin:18px auto 0;overflow:hidden}.progress-bar .pf{background:var(--gradient-brand);border-radius:999px;height:100%;transition:width .3s}.sub-prog{background:var(--surface-3);border-radius:999px;height:6px;position:relative;overflow:hidden}.sub-prog:before{content:"";background:linear-gradient(90deg,transparent,var(--accent),transparent);border-radius:999px;width:40%;animation:1.1s ease-in-out infinite subSweep;position:absolute;top:0;bottom:0;left:-40%}@keyframes subSweep{0%{left:-40%}to{left:100%}}.ai-learn-banner{background:var(--accent-soft);color:var(--fg-2);border:1px solid #2e8bff33;border-radius:12px;align-items:flex-start;gap:10px;margin-bottom:22px;padding:12px 16px;font-size:13px;line-height:1.5;display:flex}.ai-learn-banner svg{color:var(--accent);margin-top:1px}.av-notes-layout{grid-template-columns:1fr 300px;align-items:start;gap:24px;display:grid}.av-note-panel{background:var(--surface-1);border:1px solid var(--border-1);border-radius:16px;flex-direction:column;gap:0;padding:20px;display:flex}.av-note-head{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.av-note-section{margin-bottom:18px}.icon-btn{border:1px solid var(--border-1);background:var(--surface-2);cursor:pointer;width:32px;height:32px;color:var(--fg-2);border-radius:8px;justify-content:center;align-items:center;display:flex}.icon-btn:hover{color:var(--fg-1);background:var(--surface-3)}.emoji-btn{border:2px solid var(--border-1);background:var(--surface-2);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;font-size:22px;transition:border-color .15s,background .15s;display:flex}.emoji-btn:hover{border-color:var(--border-2)}.emoji-btn.active{border-color:var(--accent);background:var(--accent-soft)}@media (max-width:860px){.av-notes-layout{grid-template-columns:1fr}}.filters{gap:10px;margin-bottom:22px;display:flex}.lib-grid{grid-template-columns:repeat(4,1fr);align-items:start;gap:16px;display:grid}.profile-grid{grid-template-columns:1fr 1.4fr 1fr;align-items:start;gap:20px;display:grid}.card{background:var(--surface-1);border:1px solid var(--border-1);border-radius:16px;padding:24px}.card h3{margin:0 0 18px;font-size:16px;font-weight:700}.kv{border-bottom:1px solid var(--border-1);justify-content:space-between;padding:12px 0;font-size:14.5px;display:flex}.kv:last-child{border-bottom:none}.kv .k{color:var(--fg-3)}.kv .v{font-weight:600}.billing-wrap{grid-template-columns:1fr 380px;align-items:start;gap:20px;display:grid}.plan-list{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.plan-card{border:2px solid var(--border-1);background:var(--surface-2);cursor:pointer;text-align:left;border-radius:14px;flex-direction:column;align-items:flex-start;gap:4px;padding:18px 16px;transition:border-color .15s,background .15s;display:flex;position:relative}.plan-card:hover{border-color:var(--border-2)}.plan-card.active{border-color:var(--accent);background:var(--accent-soft)}.plan-card.popular{border-color:#2e8bff59}.plan-stars{align-items:center;gap:6px;margin-bottom:4px;font-size:22px;font-weight:800;display:flex}.plan-label{color:var(--fg-2);font-size:13px;font-weight:600}.plan-price{margin-top:6px;font-size:15px;font-weight:700}.plan-hint{color:var(--accent);font-size:12px;font-weight:600}.plan-badge{background:var(--accent);color:#fff;white-space:nowrap;border-radius:20px;padding:2px 10px;font-size:11px;font-weight:700;position:absolute;top:-10px;left:50%;transform:translate(-50%)}.badge-test{background:var(--warning-soft);color:var(--warning);letter-spacing:.03em;border-radius:20px;align-items:center;padding:2px 9px;font-size:11px;font-weight:700;display:inline-flex}.billing-summary{border:1px solid var(--border-1);border-radius:12px;overflow:hidden}.sum-total .sk,.sum-total .sv{color:var(--fg-1);font-weight:700}.spinner-sm{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:16px;height:16px;animation:.7s linear infinite spin}@media (max-width:900px){.billing-wrap{grid-template-columns:1fr}}@media (max-width:600px){.plan-list{grid-template-columns:1fr}}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:200;background:#040507b8;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal{background:var(--surface-1);border:1px solid var(--border-2);width:100%;max-width:860px;max-height:88vh;box-shadow:var(--shadow-3);border-radius:20px;flex-direction:column;display:flex;overflow:hidden}.modal.modal-wide{max-width:1200px}.btn-stress{cursor:pointer;border:1px solid var(--border-2);background:var(--surface-2);color:var(--fg-2);border-radius:7px;padding:3px 9px;font-size:11.5px;font-weight:600;line-height:1.2}.btn-stress:hover{border-color:var(--accent);color:var(--fg-1)}.modal-head{border-bottom:1px solid var(--border-1);justify-content:space-between;align-items:center;gap:16px;padding:15px 18px;display:flex}.modal-head .mt{font-size:16px;font-weight:700}.modal-head .ms{color:var(--fg-3);margin-top:1px;font-size:12.5px}.modal-close{border:1px solid var(--border-1);background:var(--surface-2);width:34px;height:34px;color:var(--fg-2);cursor:pointer;border-radius:10px;flex:none;justify-content:center;align-items:center;display:flex}.modal-close:hover{color:var(--fg-1);border-color:var(--border-2)}.modal-close .ic{width:18px;height:18px}.modal-body{min-height:0;display:flex}.modal-preview{background:linear-gradient(160deg,#1b2230,#12141a);flex:1;justify-content:center;align-items:center;min-height:380px;display:flex;position:relative}.modal-preview .big-play{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff29;border:1px solid #ffffff40;border-radius:999px;justify-content:center;align-items:center;width:72px;height:72px;display:flex}.modal-preview .big-play .ic{fill:#fff;width:28px;height:28px}.modal-preview .big-play svg{fill:#fff}.modal-preview .ph-ic{color:#ffffff73;width:56px;height:56px}.modal-side{border-left:1px solid var(--border-1);flex-direction:column;flex:none;gap:10px;width:260px;padding:18px;display:flex}.modal-side .ms-row{border-bottom:1px solid var(--border-1);justify-content:space-between;padding:9px 0;font-size:13.5px;display:flex}.modal-side .ms-row .k{color:var(--fg-3)}.modal-side .ms-actions{flex-direction:column;gap:10px;margin-top:auto;display:flex}.modal-editor{border-left:1px solid var(--border-1);flex-direction:column;flex:none;gap:12px;width:420px;min-height:0;padding:18px;display:flex}.modal-editor .me-title{font-size:14px;font-weight:700}.modal-editor .me-list{flex-direction:column;flex:1;gap:8px;min-height:0;display:flex;overflow-y:auto}.modal-editor .me-seg{align-items:stretch;gap:8px;display:flex}.modal-editor .me-seg .me-time{text-align:right;width:46px;color:var(--fg-3);cursor:pointer;background:0 0;border:none;flex:none;padding-top:9px;font-size:11px}.modal-editor .me-seg textarea{resize:vertical;flex:1;min-height:42px;padding:9px 11px;font-size:14px;line-height:1.4}.modal-editor .me-seg textarea.active{border-color:var(--accent)}@media (max-width:680px){.modal-body{flex-direction:column}.modal-side,.modal-editor{border-left:none;border-top:1px solid var(--border-1);width:auto}.modal-editor .me-list{max-height:300px}.modal-preview{min-height:240px}}@media (max-width:768px){.topbar{height:58px;padding:0 14px}.topbar-brand-name,.topbar-tab-label{display:none}.topbar-tab{padding:7px 9px}.topbar-divider{margin:0 4px}.content{padding:20px 16px 40px}.content:has(.tool-shell){padding:0}.tool-shell{grid-template-rows:auto 1fr;grid-template-columns:1fr;height:auto;min-height:calc(100vh - 58px)}.tool-panel{border-right:none;border-bottom:1px solid var(--border-1)}.tool-feed{min-height:300px}.dash-input{flex-wrap:wrap}.dash-input .btn{width:100%}.panel{padding:20px}.wstep .wt{display:none}.row-inline{flex-direction:column}}@media (max-width:520px){.credit-pill-label{display:none}.credit-pill{padding:6px 10px}.topbar-right{gap:6px}}@media (max-width:1100px){.profile-grid{grid-template-columns:1fr 1.4fr}}@media (max-width:920px){.qa-grid{grid-template-columns:repeat(2,1fr)}.gen-grid,.lib-grid{grid-template-columns:repeat(3,1fr)}.av-grid{grid-template-columns:repeat(4,1fr)}.profile-grid{grid-template-columns:1fr}}@media (max-width:600px){.qa-grid{grid-template-columns:1fr}.gen-grid,.lib-grid{grid-template-columns:repeat(2,1fr)}.av-grid{grid-template-columns:repeat(3,1fr)}.chips{gap:8px}.chip-opt{padding:8px 12px;font-size:13px}}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(28px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.content-in{animation:fadeUp .36s var(--ease-out) backwards}.auth-card{animation:fadeUp .38s var(--ease-out) backwards}.dash-hero{animation:fadeUp .38s var(--ease-out) 50ms backwards}.panel{animation:fadeUp .3s var(--ease-out) backwards}.tab-slide{animation:slideInLeft .28s var(--ease-out) backwards}.nav-sub{animation:slideDown .22s var(--ease-out) backwards}.modal-overlay{animation:.2s both fadeIn}.modal{animation:scaleIn .26s var(--ease-out) both}.av-grid .av{animation:fadeUp .32s var(--ease-out) both}.av-grid .av:first-child{animation-delay:0s}.av-grid .av:nth-child(2){animation-delay:45ms}.av-grid .av:nth-child(3){animation-delay:90ms}.av-grid .av:nth-child(4){animation-delay:.135s}.av-grid .av:nth-child(5){animation-delay:.18s}.av-grid .av:nth-child(6){animation-delay:.225s}.av-grid .av:nth-child(7){animation-delay:.27s}.av-grid .av:nth-child(8){animation-delay:.315s}.av-grid .av:nth-child(9){animation-delay:.36s}.av-grid .av:nth-child(10){animation-delay:.4s}.av-grid .av:nth-child(11){animation-delay:.435s}.qa-grid .qa{animation:fadeUp .32s var(--ease-out) both}.qa-grid .qa:first-child{animation-delay:80ms}.qa-grid .qa:nth-child(2){animation-delay:.14s}.qa-grid .qa:nth-child(3){animation-delay:.2s}.gen-grid .gen,.lib-grid .gen{animation:fadeUp .3s var(--ease-out) both}.gen-grid .gen:first-child,.lib-grid .gen:first-child{animation-delay:0s}.gen-grid .gen:nth-child(2),.lib-grid .gen:nth-child(2){animation-delay:50ms}.gen-grid .gen:nth-child(3),.lib-grid .gen:nth-child(3){animation-delay:.1s}.gen-grid .gen:nth-child(4),.lib-grid .gen:nth-child(4){animation-delay:.15s}.gen-grid .gen:nth-child(5),.lib-grid .gen:nth-child(5){animation-delay:.2s}.gen-grid .gen:nth-child(6),.lib-grid .gen:nth-child(6){animation-delay:.25s}.gen-grid .gen:nth-child(7),.lib-grid .gen:nth-child(7){animation-delay:.3s}.gen-grid .gen:nth-child(8),.lib-grid .gen:nth-child(8){animation-delay:.35s}.av-style-tag{color:var(--fg-3);text-align:center;background:var(--surface-2);padding:0 4px 7px;font-size:11px;font-weight:500}.av-tags{flex-wrap:wrap;gap:4px;display:flex;position:absolute;top:8px;left:8px}.av-tag{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#ffffffbf;background:#0000008c;border-radius:999px;padding:2px 7px;font-size:10px;font-weight:600}
