:root{--bg: oklch(.985 .001 275);--surface: oklch(1 0 0);--fg: oklch(.25 .13 285);--muted: oklch(.62 .03 250);--border: oklch(.91 .012 280);--accent: oklch(.52 .26 273);--accent-soft: oklch(.95 .03 275);--navy: oklch(.21 .1 285);--ok: oklch(.62 .15 155);--warn: oklch(.72 .15 70);--danger: oklch(.58 .2 25);--display: "Plus Jakarta Sans", "Noto Sans TC", sans-serif;--body: "Noto Sans TC", "PingFang TC", sans-serif;--mono: "IBM Plex Mono", monospace}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--body);color:var(--fg);background:var(--bg);min-height:100vh}button{font-family:var(--body)}@keyframes pulse{50%{box-shadow:0 0 0 8px #0fa05c0f}}@keyframes pop{0%{transform:scale(.88);opacity:0}}@keyframes fadein{0%{opacity:0;transform:translateY(6px)}}@keyframes wv{50%{height:40px}}#toast{position:fixed;bottom:28px;left:50%;transform:translate(-50%) translateY(80px);background:var(--fg);color:#fff;font-size:13.5px;font-weight:500;padding:12px 22px;border-radius:99px;box-shadow:0 12px 30px #03011359;transition:.3s;z-index:80;opacity:0;pointer-events:none}#toast.show{transform:translate(-50%);opacity:1}.auth-root{display:flex;min-height:100vh}.auth-root .brand-pane{width:44%;min-height:100vh;background:var(--navy);color:#fff;display:flex;flex-direction:column;justify-content:space-between;padding:48px 56px;position:relative;overflow:hidden}.auth-root .brand-pane:after{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,oklch(.52 .26 273 / .28),transparent 70%);bottom:-180px;right:-140px;pointer-events:none}.auth-root .brand-logo{height:34px;filter:brightness(0) invert(1);opacity:.95;align-self:flex-start}.auth-root .brand-copy h1{font-family:var(--display);font-size:clamp(28px,2.6vw,40px);line-height:1.25;font-weight:800;letter-spacing:-.01em}.auth-root .brand-copy .prod{display:inline-flex;align-items:center;gap:8px;font-family:var(--display);font-weight:700;font-size:14px;letter-spacing:.12em;text-transform:uppercase;color:#a0b2ff;color:oklch(.78 .12 273);margin-bottom:18px}.auth-root .brand-copy .prod:before{content:"";width:22px;height:2px;background:#a0b2ff;background:oklch(.78 .12 273)}.auth-root .brand-copy p{margin-top:16px;font-size:15px;line-height:1.8;color:#c0c3d1;max-width:40ch}.auth-root .call-demo{background:#241d50;border:1px solid oklch(.35 .08 285);border-radius:16px;padding:20px 22px;margin-top:34px;max-width:400px;box-shadow:0 18px 40px #03011373}.auth-root .call-demo .head{display:flex;align-items:center;gap:10px;margin-bottom:14px}.auth-root .call-demo .dot{width:9px;height:9px;border-radius:50%;background:var(--ok);box-shadow:0 0 0 4px #0fa05c40;animation:pulse 1.6s infinite}.auth-root .call-demo .head span{font-size:13px;color:#cacddb;font-weight:500}.auth-root .call-demo .head time{margin-left:auto;font-family:var(--mono);font-size:12px;color:#999db2}.auth-root .bubble{font-size:13.5px;line-height:1.7;padding:10px 14px;border-radius:12px;margin-top:10px;max-width:92%}.auth-root .bubble.ai{background:#4443fa38;border:1px solid oklch(.52 .26 273 / .35);color:#fff}.auth-root .bubble.caller{background:#302f4b;color:#d5d7de;margin-left:auto}.auth-root .bubble b{color:#b5c4ff;color:oklch(.83 .1 273)}.auth-root .brand-foot{font-size:12.5px;color:#898ea2;position:relative}.auth-root .form-pane{flex:1;display:flex;align-items:center;justify-content:center;padding:48px 32px}.auth-root .form-card{width:min(460px,100%);background:var(--surface);border:1px solid var(--border);border-radius:18px;box-shadow:0 10px 34px #210a5b12;padding:38px 40px}.auth-root .switcher{display:grid;grid-template-columns:1fr 1fr;background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:4px;margin-bottom:28px}.auth-root .switcher button{border:0;background:transparent;padding:9px 0;font-family:var(--body);font-size:14px;font-weight:500;color:var(--muted);border-radius:7px;cursor:pointer;transition:.18s}.auth-root .switcher button.active{background:var(--surface);color:var(--fg);font-weight:700;box-shadow:0 2px 6px #210a5b1a}.auth-root h2{font-family:var(--display);font-size:22px;font-weight:800;letter-spacing:-.01em}.auth-root .sub{font-size:13.5px;color:var(--muted);margin-top:6px;line-height:1.6}.auth-root form{margin-top:20px}.auth-root .field{margin-bottom:16px}.auth-root label{display:block;font-size:13px;font-weight:700;margin-bottom:7px}.auth-root label .opt{font-weight:400;color:var(--muted);font-size:12px}.auth-root label .tip{display:inline-grid;place-items:center;width:15px;height:15px;border-radius:50%;background:var(--accent-soft);color:var(--accent);font-size:10.5px;cursor:help;margin-left:4px;position:relative}.auth-root label .tip:hover:after{content:attr(data-tip);position:absolute;bottom:22px;left:-40px;width:220px;background:var(--fg);color:#fff;font-size:11.5px;font-weight:400;line-height:1.6;padding:9px 11px;border-radius:8px;z-index:5}.auth-root input,.auth-root select{width:100%;padding:11px 13px;border:1.5px solid var(--border);border-radius:9px;font-family:var(--body);font-size:14px;color:var(--fg);background:var(--surface);transition:.15s;min-height:44px}.auth-root input:focus,.auth-root select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #4443fa24}.auth-root .hint{font-size:11.5px;color:var(--muted);margin-top:5px}.auth-root .hint.warn{color:var(--warn);font-weight:500}.auth-root .hint.ok{color:#0fa05c}.auth-root .strength{display:flex;gap:5px;margin-top:7px}.auth-root .strength i{flex:1;height:3.5px;border-radius:2px;background:var(--border);transition:.2s}.auth-root .strength i.on{background:var(--ok)}.auth-root .strength i.mid{background:var(--warn)}.auth-root .btn{width:100%;padding:13px;border:0;border-radius:10px;background:var(--accent);color:#fff;font-family:var(--body);font-size:15px;font-weight:700;cursor:pointer;box-shadow:0 6px 16px #4443fa52,inset 0 1px #ffffff40;transition:.18s;min-height:48px;margin-top:6px}.auth-root .btn:hover{transform:translateY(-1px);box-shadow:0 9px 22px #4443fa66}.auth-root .btn:disabled{opacity:.6;transform:none;cursor:default}.auth-root .btn.ghost{background:var(--surface);color:var(--fg);border:1.5px solid var(--border);box-shadow:none}.auth-root .btn.ghost:hover{border-color:var(--muted);transform:none}.auth-root .aux{display:flex;justify-content:space-between;align-items:center;margin:4px 0 18px;font-size:13px}.auth-root .aux a{color:var(--accent);text-decoration:none;font-weight:500}.auth-root .trial-note{display:flex;gap:10px;align-items:flex-start;background:var(--accent-soft);border-radius:10px;padding:12px 14px;font-size:12.5px;line-height:1.65;color:var(--fg);margin-top:18px}.auth-root .trial-note svg{flex-shrink:0;margin-top:2px}.auth-root .consent{display:flex;flex-direction:column;gap:4px;margin:2px 0 16px}.auth-root .consent label{display:flex;align-items:center;gap:9px;font-size:13px;font-weight:400;margin:0;cursor:pointer}.auth-root .consent input{width:16px;height:16px;min-height:0;accent-color:var(--accent);flex-shrink:0;margin:0}.auth-root .consent a{color:var(--accent);text-decoration:underline;font-weight:500}.auth-root .doc-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#210a5b80;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:none;place-items:center;z-index:60}.auth-root .doc-modal.show{display:grid}.auth-root .doc-card{width:min(560px,92vw);max-height:80vh;background:var(--surface);border-radius:18px;box-shadow:0 30px 80px #03011366;display:flex;flex-direction:column;overflow:hidden}.auth-root .doc-head{display:flex;align-items:center;justify-content:space-between;padding:18px 26px;border-bottom:1px solid var(--border)}.auth-root .doc-head h3{font-family:var(--display);font-size:17px;font-weight:800}.auth-root .doc-head button{border:0;background:var(--bg);width:32px;height:32px;border-radius:50%;font-size:15px;cursor:pointer;color:var(--muted)}.auth-root .doc-body{padding:18px 26px;overflow-y:auto;font-size:13px;line-height:1.85}.auth-root .doc-body h4{font-size:13.5px;margin:12px 0 4px}.auth-root .doc-body p{margin-bottom:8px;color:#414468}.auth-root .doc-foot{padding:14px 26px;border-top:1px solid var(--border)}.auth-root .welcome{position:fixed;top:0;right:0;bottom:0;left:0;background:#210a5b8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:none;place-items:center;z-index:50}.auth-root .welcome.show{display:grid}.auth-root .welcome-card{background:var(--surface);border-radius:20px;padding:44px 48px;text-align:center;width:min(420px,90vw);box-shadow:0 30px 80px #03011366;animation:pop .35s cubic-bezier(.2,1.4,.4,1)}.auth-root .welcome-card .ring{width:72px;height:72px;border-radius:50%;background:var(--accent-soft);display:grid;place-items:center;margin:0 auto 20px}.auth-root .welcome-card h3{font-family:var(--display);font-size:21px;font-weight:800}.auth-root .welcome-card p{font-size:14px;color:var(--muted);line-height:1.7;margin:10px 0 24px}.auth-root .welcome-card p b{color:var(--accent)}.auth-root .pane-hidden{display:none}@media(max-width:900px){.auth-root .brand-pane{display:none}.auth-root .form-pane{padding:32px 20px}}.auth-root .alt{text-align:center;margin-top:20px;font-size:13px;color:var(--muted)}.auth-root .alt a{color:var(--accent);font-weight:700;text-decoration:none;margin-left:4px}.auth-root .alt a:hover{text-decoration:underline}.portal-root{min-height:100vh}.portal-root header{background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:30}.portal-root .topbar{max-width:1200px;margin:0 auto;padding:0 28px;height:56px;display:flex;align-items:center;gap:26px}.portal-root .subbar{border-top:1px solid var(--border)}.portal-root .subbar-in{max-width:1200px;margin:0 auto;padding:0 28px;height:52px;display:flex;align-items:center;gap:20px}.portal-root .tb-sep{color:var(--border);font-size:17px;font-weight:300;-webkit-user-select:none;user-select:none}.portal-root .wsw{position:relative}.portal-root .wsw-btn{display:flex;align-items:center;gap:8px;font-family:var(--body);font-size:13px;font-weight:700;color:var(--fg);padding:7px 11px;border:1px solid var(--border);border-radius:9px;background:var(--bg);cursor:pointer;max-width:260px;white-space:nowrap}.portal-root .wsw-btn:hover{border-color:var(--muted)}.portal-root .wsw-btn .sub-ws{overflow:hidden;text-overflow:ellipsis}.portal-root .wsw-pop{position:absolute;top:44px;right:0;width:240px;background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 14px 36px #210a5b24;padding:8px;display:none;z-index:40}.portal-root .wsw.open .wsw-pop{display:block}.portal-root .wsw-pop a{display:flex;align-items:center;gap:8px;padding:9px 12px;font-size:13.5px;color:var(--fg);text-decoration:none;border-radius:8px;cursor:pointer}.portal-root .wsw-pop a:hover{background:var(--bg)}.portal-root .wsw-pop a .ck-ic{margin-left:auto;color:var(--accent);font-weight:700}.portal-root .wsw-pop .sep{height:1px;background:var(--border);margin:6px 4px}.portal-root .wsw-pop a.new{color:var(--accent);font-weight:700}.portal-root .ws-state{flex-shrink:0;font-size:10.5px;font-weight:700;padding:2px 8px;border-radius:99px;background:var(--accent-soft);color:var(--accent)}.portal-root .ws-state.expired{background:#d733371a;color:var(--danger)}.portal-root .ws-state.grace{background:#df911a24;color:#8a5600;color:oklch(.5 .12 70)}.portal-root .ws-state.active{background:#0fa05c1f;color:#006738;color:oklch(.45 .13 155)}.portal-root .sub-right{margin-left:auto;display:flex;align-items:center;gap:14px}.portal-root .logo-wrap{display:flex;align-items:center;gap:10px}.portal-root .logo-wrap img{height:26px}.portal-root .logo-wrap .prod{font-family:var(--display);font-weight:800;font-size:13px;letter-spacing:.08em;color:var(--accent);border:1.5px solid oklch(.52 .26 273 / .35);border-radius:6px;padding:2px 7px}.portal-root nav{display:flex;gap:4px;height:100%}.portal-root nav button{border:0;background:none;padding:0 16px;font-size:14.5px;font-weight:500;color:var(--muted);cursor:pointer;border-bottom:2.5px solid transparent;transition:.15s;height:100%}.portal-root nav button:hover{color:var(--fg)}.portal-root nav button.active{color:var(--accent);font-weight:700;border-bottom-color:var(--accent)}.portal-root nav button .nav-lock{margin-left:5px;vertical-align:-1px;opacity:.65}.portal-root .top-right{margin-left:auto;display:flex;align-items:center;gap:14px}.portal-root .btn-try{display:flex;align-items:center;gap:7px;border:0;background:var(--accent);color:#fff;font-size:13.5px;font-weight:700;padding:9px 16px;border-radius:9px;cursor:pointer;box-shadow:0 4px 12px #4443fa4d,inset 0 1px #ffffff40;transition:.15s;min-height:40px}.portal-root .btn-try:hover{transform:translateY(-1px)}.portal-root .usage{position:relative}.portal-root .usage-pill{display:flex;align-items:center;gap:8px;border:1.5px solid var(--border);background:var(--bg);border-radius:99px;padding:7px 13px;font-size:12.5px;cursor:default}.portal-root .usage-pill .bar{width:52px;height:5px;border-radius:3px;background:var(--border);overflow:hidden}.portal-root .usage-pill .bar i{display:block;height:100%;background:var(--accent);border-radius:3px}.portal-root .usage-pill b{font-family:var(--mono);font-weight:500;font-size:12px}.portal-root .usage-pop{position:absolute;top:44px;right:0;width:240px;background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 14px 36px #210a5b24;padding:16px;display:none;z-index:40}.portal-root .usage:hover .usage-pop{display:block}.portal-root .usage-pop h5{font-size:12px;color:var(--muted);font-weight:500;margin-bottom:10px}.portal-root .usage-pop .row{display:flex;justify-content:space-between;font-size:13px;padding:5px 0}.portal-root .usage-pop .row b{font-family:var(--mono);font-weight:500}.portal-root .acct{position:relative}.portal-root .acct-btn{display:flex;align-items:center;gap:9px;border:0;background:none;cursor:pointer;padding:5px 6px;border-radius:9px}.portal-root .acct-btn:hover{background:var(--bg)}.portal-root .avatar{width:32px;height:32px;border-radius:50%;background:var(--navy);color:#fff;display:grid;place-items:center;font-size:13px;font-weight:700}.portal-root .acct-btn .ws{font-size:13px;font-weight:700;text-align:left;line-height:1.3}.portal-root .acct-btn .ws small{display:block;font-weight:400;color:var(--muted);font-size:11px}.portal-root .acct-pop{position:absolute;top:48px;right:0;width:220px;background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 14px 36px #210a5b24;padding:8px;display:none;z-index:40}.portal-root .acct.open .acct-pop{display:block}.portal-root .acct-pop a{display:block;padding:9px 12px;font-size:13.5px;color:var(--fg);text-decoration:none;border-radius:8px;cursor:pointer}.portal-root .acct-pop a:hover{background:var(--bg)}.portal-root .acct-pop .sep{height:1px;background:var(--border);margin:6px 4px}.portal-root .acct-pop a.out{color:var(--danger)}.portal-root .banner{display:none;justify-content:center;align-items:center;gap:14px;padding:9px 20px;font-size:13.5px;font-weight:500}.portal-root .banner.show{display:flex}.portal-root .banner.trial{background:var(--accent-soft);color:var(--fg)}.portal-root .banner.expired{background:#d733371a;color:var(--danger)}.portal-root .banner b{font-family:var(--mono)}.portal-root .banner button{border:0;background:var(--accent);color:#fff;font-size:12.5px;font-weight:700;padding:6px 14px;border-radius:7px;cursor:pointer}.portal-root .banner.expired button{background:var(--danger)}.portal-root .banner button.ghost{background:var(--surface);color:var(--fg);border:1px solid var(--border)}.portal-root main{max-width:1200px;margin:0 auto;padding:30px 28px 80px}.portal-root .tab-page{display:none}.portal-root .tab-page.on{display:block}.portal-root h2.page-t{font-family:var(--display);font-size:22px;font-weight:800;margin-bottom:4px}.portal-root .page-sub{font-size:13.5px;color:var(--muted);margin-bottom:24px}.portal-root .grid-2{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:start}@media(max-width:860px){.portal-root .grid-2{grid-template-columns:1fr}}.portal-root .card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:24px;margin-bottom:20px;position:relative}.portal-root .card h3{font-size:15.5px;font-weight:700;display:flex;align-items:center;gap:8px;margin-bottom:4px}.portal-root .card .desc{font-size:12.5px;color:var(--muted);margin-bottom:16px;line-height:1.6}.portal-root textarea,.portal-root input[type=text],.portal-root input[type=tel],.portal-root input[type=time],.portal-root input[type=email],.portal-root input[type=url],.portal-root select{width:100%;padding:10px 12px;border:1.5px solid var(--border);border-radius:9px;font-family:var(--body);font-size:14px;color:var(--fg);background:var(--surface)}.portal-root textarea:focus,.portal-root input:focus,.portal-root select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #4443fa24}.portal-root textarea{resize:vertical;min-height:88px;line-height:1.7}.portal-root .f-row{display:flex;gap:12px;margin-bottom:12px;align-items:center}.portal-root .f-row label{font-size:13px;font-weight:700;min-width:96px}.portal-root .count{font-size:11.5px;color:var(--muted);text-align:right;margin-top:5px;font-family:var(--mono)}.portal-root .btn{border:0;border-radius:9px;background:var(--accent);color:#fff;font-size:13.5px;font-weight:700;padding:10px 18px;cursor:pointer;box-shadow:0 4px 12px #4443fa47,inset 0 1px #ffffff38;transition:.15s;min-height:42px}.portal-root .btn:hover{transform:translateY(-1px)}.portal-root .btn:disabled{opacity:.6;transform:none;cursor:default}.portal-root .btn.ghost{background:var(--surface);color:var(--fg);border:1.5px solid var(--border);box-shadow:none}.portal-root .btn.ghost:hover{border-color:var(--muted);transform:none}.portal-root .btn.sm{padding:7px 13px;font-size:12.5px;min-height:34px}.portal-root .btn.danger{background:none;border:1.5px solid var(--danger);color:var(--danger);box-shadow:none}.portal-root .card-foot{display:flex;gap:10px;align-items:center;margin-top:16px}.portal-root .card-foot .after{font-size:12px;color:var(--muted)}.portal-root .tones{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}@media(max-width:700px){.portal-root .tones{grid-template-columns:1fr}}.portal-root .tone{border:1.5px solid var(--border);border-radius:12px;padding:14px;cursor:pointer;transition:.15s}.portal-root .tone:hover{border-color:var(--muted)}.portal-root .tone.sel{border-color:var(--accent);background:var(--accent-soft)}.portal-root .tone b{font-size:13.5px;display:block;margin-bottom:6px}.portal-root .tone p{font-size:12px;color:var(--muted);line-height:1.65}.portal-root .tone.sel p{color:var(--fg)}.portal-root .assign-num{display:flex;align-items:center;gap:10px;border:1.5px solid var(--border);background:var(--bg);border-radius:10px;padding:12px 16px}.portal-root .assign-num b{font-family:var(--mono);font-weight:500;font-size:19px;letter-spacing:.04em;flex:1}.portal-root .ro-chip{font-size:10.5px;color:var(--muted);background:var(--surface);border:1px solid var(--border);padding:2px 8px;border-radius:99px;white-space:nowrap}.portal-root .steps{list-style:none;margin-top:16px;counter-reset:st}.portal-root .steps li{position:relative;padding:0 0 16px 34px;font-size:13px;line-height:1.75;counter-increment:st}.portal-root .steps li:before{content:counter(st);position:absolute;left:0;top:1px;width:22px;height:22px;border-radius:50%;background:var(--accent-soft);color:var(--accent);font-family:var(--mono);font-size:11.5px;font-weight:700;display:grid;place-items:center}.portal-root .steps li:not(:last-child):after{content:"";position:absolute;left:10.5px;top:27px;bottom:4px;width:1.5px;background:var(--border)}.portal-root .steps li b{font-size:13px}.portal-root .steps .sub-t{color:var(--muted);font-size:12.5px}.portal-root .dial{font-family:var(--mono);font-size:12.5px;background:var(--navy);color:#fff;padding:3px 9px;border-radius:6px;white-space:nowrap}.portal-root .dropzone{border:2px dashed var(--border);border-radius:12px;padding:30px;text-align:center;cursor:pointer;transition:.15s}.portal-root .dropzone:hover,.portal-root .dropzone.drag{border-color:var(--accent);background:var(--accent-soft)}.portal-root .dropzone p{font-size:13.5px;margin-top:8px}.portal-root .dropzone small{font-size:11.5px;color:var(--muted)}.portal-root .kb-file{display:flex;align-items:center;gap:12px;border:1.5px solid var(--border);border-radius:12px;padding:14px 16px}.portal-root .kb-file .icon{width:38px;height:38px;border-radius:9px;background:#d733371a;display:grid;place-items:center;font-family:var(--display);font-size:10px;font-weight:800;color:var(--danger)}.portal-root .kb-file .meta{flex:1}.portal-root .kb-file .meta b{font-size:13.5px;display:block}.portal-root .kb-file .meta small{font-size:11.5px;color:var(--muted);font-family:var(--mono)}.portal-root .lock-cover{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:14px;background:#fff9;-webkit-backdrop-filter:blur(2.5px);backdrop-filter:blur(2.5px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;z-index:5;text-align:center;padding:20px}.portal-root .lock-cover .lk{width:40px;height:40px;border-radius:50%;background:var(--surface);border:1.5px solid var(--border);display:grid;place-items:center;box-shadow:0 4px 12px #210a5b1a}.portal-root .lock-cover p{font-size:13px;font-weight:700}.portal-root .lock-cover small{font-size:12px;color:var(--muted);max-width:30ch;line-height:1.6}.portal-root .chip-lock{font-size:10.5px;font-weight:700;color:var(--warn);background:#df911a1f;padding:2px 8px;border-radius:99px}.portal-root .filters{display:flex;gap:10px;margin-bottom:16px;flex-wrap:wrap}.portal-root .filters select,.portal-root .filters input{width:auto;min-width:130px}.portal-root .filters input{flex:1;min-width:180px}.portal-root .rec{border:1.5px solid var(--border);border-radius:12px;margin-bottom:10px;overflow:hidden;background:var(--surface)}.portal-root .rec-head{display:grid;grid-template-columns:150px 130px 64px 1fr 92px 20px;gap:12px;align-items:center;padding:13px 16px;cursor:pointer;font-size:13px}.portal-root .rec-head:hover{background:var(--bg)}.portal-root .rec-head .dt{font-family:var(--mono);font-size:12px;color:var(--muted)}.portal-root .rec-head .num{font-family:var(--mono);font-size:12.5px}.portal-root .rec-head .dur{font-family:var(--mono);font-size:12px;color:var(--muted)}.portal-root .rec-head .sum{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.portal-root .tag{font-size:11px;font-weight:700;padding:3px 9px;border-radius:99px;text-align:center}.portal-root .tag.done{background:#0fa05c1f;color:#006738;color:oklch(.45 .13 155)}.portal-root .tag.fwd{background:var(--accent-soft);color:var(--accent)}.portal-root .tag.miss{background:#d733371a;color:var(--danger)}.portal-root .rec-body{display:none;border-top:1px solid var(--border);padding:16px 20px;background:var(--bg)}.portal-root .rec.open .rec-body{display:block}.portal-root .rec.open .chev{transform:rotate(180deg)}.portal-root .chev{transition:.2s;color:var(--muted)}.portal-root .line{display:flex;gap:10px;margin-bottom:9px;font-size:13px;line-height:1.65}.portal-root .line .who{flex-shrink:0;font-weight:700;font-size:11.5px;padding:2px 8px;border-radius:6px;height:fit-content;margin-top:2px}.portal-root .line .who.ai{background:var(--accent-soft);color:var(--accent)}.portal-root .line .who.cu{background:#dfe1e9b3;color:var(--muted)}.portal-root .empty{text-align:center;padding:40px;color:var(--muted);font-size:13.5px;line-height:1.8}.portal-root .chips{display:flex;flex-wrap:wrap;gap:8px;border:1.5px solid var(--border);border-radius:10px;padding:9px;margin-bottom:12px}.portal-root .chips input{border:0;flex:1;min-width:160px;padding:5px}.portal-root .chips input:focus{box-shadow:none}.portal-root .chip{display:flex;align-items:center;gap:6px;background:var(--accent-soft);color:var(--fg);font-size:12.5px;font-weight:500;padding:5px 10px;border-radius:99px}.portal-root .chip button{border:0;background:none;color:var(--accent);cursor:pointer;font-size:14px;line-height:1;padding:0}.portal-root .ck{display:flex;align-items:center;gap:9px;font-size:13.5px;padding:7px 0;cursor:pointer}.portal-root .ck input{width:16px;height:16px;accent-color:var(--accent)}.portal-root .chan-row{display:flex;align-items:center;gap:12px;border:1.5px solid var(--border);border-radius:12px;padding:12px 14px;margin-bottom:10px}.portal-root .chan-row .meta{flex:1}.portal-root .chan-row .meta b{font-size:13.5px;display:block}.portal-root .chan-row .meta small{font-size:11.5px;color:var(--muted)}.portal-root .chan-ic{width:38px;height:38px;border-radius:9px;display:grid;place-items:center;font-family:var(--display);font-size:10px;font-weight:800;color:#fff;flex-shrink:0}.portal-root .chan-ic.line{background:#43c251}.portal-root .chan-ic.hook{background:var(--navy)}.portal-root .chan-ok{font-size:11px;font-weight:700;color:#006738;color:oklch(.45 .13 155)}.portal-root .plans{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}@media(max-width:760px){.portal-root .plans{grid-template-columns:1fr}}.portal-root .plan{border:1.5px solid var(--border);border-radius:16px;padding:26px;background:var(--surface);position:relative}.portal-root .plan.hot{border-color:var(--accent);box-shadow:0 10px 30px #4443fa1f}.portal-root .plan .flag{position:absolute;top:-11px;left:24px;background:var(--accent);color:#fff;font-size:11px;font-weight:700;padding:3px 11px;border-radius:99px}.portal-root .plan h4{font-family:var(--display);font-size:17px;font-weight:800}.portal-root .plan .aud{font-size:12px;color:var(--muted);margin:4px 0 14px;line-height:1.6}.portal-root .plan .price{font-family:var(--display);font-size:30px;font-weight:800;letter-spacing:-.01em}.portal-root .plan .price small{font-size:13px;font-weight:500;color:var(--muted)}.portal-root .plan .setup{font-size:12px;color:var(--muted);font-family:var(--mono);margin:2px 0 16px}.portal-root .plan ul{list-style:none;margin-bottom:20px}.portal-root .plan li{font-size:13px;padding:5px 0 5px 22px;position:relative;line-height:1.55}.portal-root .plan li:before{content:"✓";position:absolute;left:0;color:var(--ok);font-weight:700}.portal-root .plan li.no:before{content:"—";color:var(--muted)}.portal-root .plan li.no{color:var(--muted)}.portal-root .pay-card{display:flex;align-items:center;gap:14px;border:1.5px solid var(--border);border-radius:12px;padding:16px 18px}.portal-root .pay-card .cc{width:46px;height:32px;border-radius:6px;background:var(--navy);display:grid;place-items:center;color:#fff;font-family:var(--display);font-size:9px;font-weight:800;letter-spacing:.05em}.portal-root .pay-card b{font-family:var(--mono);font-weight:500;font-size:14px;display:block}.portal-root .pay-card small{font-size:11.5px;color:var(--muted);font-family:var(--mono)}.portal-root .kv{display:flex;justify-content:space-between;padding:9px 0;font-size:13.5px;border-bottom:1px solid var(--border)}.portal-root .kv:last-child{border-bottom:0}.portal-root .kv b{font-family:var(--mono);font-weight:500}.portal-root .kv .grace{color:var(--accent);font-weight:700}.portal-root .dl-row{display:grid;grid-template-columns:110px 1fr 110px auto;gap:12px;align-items:center;padding:11px 4px;border-bottom:1px solid var(--border);font-size:13px}.portal-root .dl-row:last-child{border-bottom:0}.portal-root .dl-row .m{font-family:var(--mono);font-size:12.5px}.portal-root .dl-row .amt{font-family:var(--mono);text-align:right}.portal-root .modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0b0d8c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:none;place-items:center;z-index:70}.portal-root .modal.show{display:grid}.portal-root .call-panel{width:min(480px,92vw);background:var(--navy);color:#fff;border-radius:20px;padding:32px;box-shadow:0 30px 80px #03011380}.portal-root .call-top{display:flex;align-items:center;gap:12px;margin-bottom:22px}.portal-root .call-top .st-dot{width:10px;height:10px;border-radius:50%;background:var(--warn)}.portal-root .call-top .st-dot.live{background:var(--ok);box-shadow:0 0 0 4px #0fa05c40;animation:pulse 1.6s infinite}.portal-root .call-top .tt{font-size:14px;font-weight:700}.portal-root .call-top .tt small{display:block;font-weight:400;font-size:11.5px;color:#9fa4b8}.portal-root .call-top time{margin-left:auto;font-family:var(--mono);font-size:14px}.portal-root .wave{display:flex;align-items:center;justify-content:center;gap:4px;height:52px;margin-bottom:18px}.portal-root .wave i{width:4px;border-radius:2px;background:#7085ff;background:oklch(.66 .2 273);height:8px}.portal-root .wave.live i{animation:wv .9s ease-in-out infinite}.portal-root .wave i:nth-child(2n){animation-delay:.15s}.portal-root .wave i:nth-child(3n){animation-delay:.3s}.portal-root .wave i:nth-child(5n){animation-delay:.45s}.portal-root .transcript{background:#211a4d;border-radius:14px;padding:16px;height:210px;overflow-y:auto;margin-bottom:20px}.portal-root .transcript .tl{display:flex;gap:9px;margin-bottom:10px;font-size:13px;line-height:1.65;animation:fadein .4s}.portal-root .transcript .who{flex-shrink:0;font-size:10.5px;font-weight:700;padding:2px 7px;border-radius:5px;height:fit-content;margin-top:2px}.portal-root .transcript .who.ai{background:#4443fa66;color:#cad6ff;color:oklch(.88 .06 273)}.portal-root .transcript .who.me{background:#383754;color:#cacddb}.portal-root .transcript .hint-line{font-size:12px;color:#999db2;text-align:center;padding-top:70px}.portal-root .call-actions{display:flex;justify-content:center;gap:14px}.portal-root .hangup{border:0;background:var(--danger);color:#fff;font-size:14px;font-weight:700;padding:13px 30px;border-radius:99px;cursor:pointer;min-height:48px}.portal-root .mic-note{text-align:center;font-size:11.5px;color:#999db2;margin-top:14px}.portal-root .bind-card{width:min(440px,92vw);background:var(--surface);border-radius:20px;padding:34px;box-shadow:0 30px 80px #03011366}.portal-root .bind-card h3{font-family:var(--display);font-size:19px;font-weight:800;margin-bottom:6px}.portal-root .bind-card .desc{font-size:13px;color:var(--muted);margin-bottom:20px;line-height:1.7}.portal-root .bind-card .field{margin-bottom:14px}.portal-root .bind-card label{display:block;font-size:12.5px;font-weight:700;margin-bottom:6px}.portal-root .grace-note{background:var(--accent-soft);border-radius:10px;padding:11px 14px;font-size:12.5px;line-height:1.65;margin:14px 0}@media(max-width:900px){.portal-root .rec-head{grid-template-columns:110px 1fr 80px 20px}.portal-root .rec-head .num,.portal-root .rec-head .dur{display:none}.portal-root .topbar{gap:14px;padding:0 16px}.portal-root .acct-btn .ws small{display:none}.portal-root .subbar-in{padding:0 16px;gap:12px;overflow-x:auto}.portal-root .wsw-btn{max-width:170px}}.portal-root .icon-btn{position:relative;width:40px;height:40px;border:1.5px solid var(--border);border-radius:10px;background:var(--surface);color:var(--fg);display:grid;place-items:center;cursor:pointer;transition:.15s}.portal-root .icon-btn:hover{border-color:var(--muted);transform:translateY(-1px)}.portal-root .icon-btn .need-dot{position:absolute;top:-4px;right:-4px;width:10px;height:10px;border-radius:50%;background:var(--warn);box-shadow:0 0 0 3px #df911a40;animation:needpulse 1.6s infinite}@keyframes needpulse{50%{box-shadow:0 0 0 7px #df911a0f}}.portal-root .icon-btn .mini-lock{position:absolute;top:-5px;right:-5px;width:16px;height:16px;border-radius:50%;background:var(--fg);color:#fff;display:grid;place-items:center}.portal-root .usage-hero{display:flex;align-items:baseline;gap:8px;font-family:var(--display);font-weight:800;font-size:34px;letter-spacing:-.01em}.portal-root .usage-hero small{font-size:13px;color:var(--muted);font-weight:500;font-family:var(--body)}.portal-root .usage-bar-lg{height:8px;border-radius:4px;background:var(--border);overflow:hidden;margin:12px 0 14px}.portal-root .usage-bar-lg i{display:block;height:100%;background:var(--accent);border-radius:4px}.portal-root .plan-row{display:flex;align-items:center;gap:12px;border:1.5px solid var(--border);border-radius:12px;padding:13px 16px;margin-bottom:10px}.portal-root .plan-row.hot{border-color:var(--accent);background:var(--accent-soft)}.portal-root .plan-row .meta{flex:1}.portal-root .plan-row .meta b{font-size:14px;display:block}.portal-root .plan-row .meta small{font-size:11.5px;color:var(--muted)}.portal-root .plan-row .pr-price{font-family:var(--display);font-weight:800;font-size:18px;white-space:nowrap}.portal-root .plan-row .pr-price small{font-size:11.5px;color:var(--muted);font-weight:500}.portal-root .bill-row{display:flex;align-items:center;gap:10px;padding:10px 4px;border-bottom:1px solid var(--border);font-size:13px}.portal-root .bill-row:last-child{border-bottom:0}.portal-root .bill-row .m{font-family:var(--mono);font-size:12.5px}.portal-root .bill-row .amt{font-family:var(--mono);margin-left:auto}.portal-root .flash{animation:payflash 1.5s ease}@keyframes payflash{0%,55%{box-shadow:0 0 0 3px #4443fa73}to{box-shadow:none}}.portal-root .ops-main{display:grid;grid-template-columns:1fr 84px;gap:24px;align-items:start}.portal-root .icon-rail{position:sticky;top:104px;display:flex;flex-direction:column;gap:10px}.portal-root .rail-btn{display:flex;flex-direction:column;align-items:center;gap:6px;width:84px;padding:12px 4px 10px;border:1.5px solid var(--border);border-radius:12px;background:var(--surface);color:var(--fg);cursor:pointer;transition:.15s}.portal-root .rail-btn:hover{border-color:var(--accent);transform:translateY(-1px);box-shadow:0 6px 16px #210a5b14}.portal-root .rail-btn .rail-ic{position:relative;width:34px;height:34px;border-radius:9px;background:var(--bg);display:grid;place-items:center}.portal-root .rail-btn .rail-label{font-size:11px;font-weight:700;color:var(--muted)}.portal-root .rail-btn:hover .rail-label{color:var(--fg)}.portal-root .page-id{font-family:var(--display);font-size:15px;font-weight:800;letter-spacing:.02em}@media(max-width:900px){.portal-root .ops-main{grid-template-columns:1fr}.portal-root .icon-rail{position:static;flex-direction:row;order:-1}.portal-root .rail-btn{flex:1}}.portal-root .rail-ic .need-dot{position:absolute;top:-4px;right:-4px;width:10px;height:10px;border-radius:50%;background:var(--warn);box-shadow:0 0 0 3px #df911a40;animation:needpulse 1.6s infinite}.portal-root .rail-ic .mini-lock{position:absolute;top:-5px;right:-5px;width:16px;height:16px;border-radius:50%;background:var(--fg);color:#fff;display:grid;place-items:center}.portal-root .rail-btn.try{background:var(--accent);border-color:var(--accent);box-shadow:0 6px 16px #4443fa52,inset 0 1px #ffffff38}.portal-root .rail-btn.try .rail-ic{background:#ffffff29;color:#fff}.portal-root .rail-btn.try .rail-label{color:#fff}.portal-root .rail-btn.try:hover{border-color:var(--accent);box-shadow:0 9px 22px #4443fa66}@media(max-width:760px){.portal-root .topbar .usage{display:none}}.portal-root.dlg-content{position:fixed;top:0;right:0;bottom:0;left:0;min-height:0;background:var(--bg);display:flex;z-index:61;animation:dlgzoom .18s ease}@keyframes dlgzoom{0%{opacity:0;transform:scale(1.015)}}.dlg-side{flex:1 0 232px;max-width:300px;background:var(--surface);border-right:1px solid var(--border);display:flex;justify-content:flex-end;padding:56px 12px 24px;overflow-y:auto}.dlg-side-in{width:196px;display:flex;flex-direction:column;gap:2px}.dlg-side .cap{font-family:var(--display);font-size:11px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:var(--muted);padding:0 12px;margin-bottom:8px}.dlg-item{display:flex;align-items:center;gap:10px;width:100%;padding:9px 12px;border:0;border-radius:8px;background:none;font-family:var(--body);font-size:13.5px;font-weight:500;color:var(--muted);cursor:pointer;text-align:left;transition:.12s}.dlg-item:hover{background:var(--bg);color:var(--fg)}.dlg-item.on{background:var(--accent-soft);color:var(--accent);font-weight:700}.dlg-badge{margin-left:auto;flex-shrink:0}.dlg-badge.dot{width:9px;height:9px;border-radius:50%;background:var(--warn);box-shadow:0 0 0 3px #df911a38}.dlg-badge.lock{width:16px;height:16px;border-radius:50%;background:var(--fg);color:#fff;display:grid;place-items:center}.dlg-main{flex:1 1 auto;overflow-y:auto;padding:56px 104px 80px 44px}.dlg-wrap{max-width:760px}.dlg-title{font-family:var(--display);font-size:21px;font-weight:800;color:var(--fg);margin:0 0 4px}.dlg-sub{font-size:13px;color:var(--muted);line-height:1.65;margin-bottom:24px;max-width:68ch}.dlg-esc{position:absolute;top:52px;right:40px;display:flex;flex-direction:column;align-items:center;gap:5px;font-family:var(--mono);font-size:10.5px;font-weight:700;color:var(--muted)}.dlg-close{width:38px;height:38px;border-radius:50%;border:1.5px solid var(--border);background:var(--surface);font-size:15px;color:var(--muted);cursor:pointer;transition:.15s}.dlg-close:hover{color:var(--fg);border-color:var(--muted);transform:scale(1.06)}@media(max-width:860px){.portal-root.dlg-content{flex-direction:column}.dlg-side{flex:none;max-width:none;justify-content:flex-start;padding:16px 12px 10px;border-right:0;border-bottom:1px solid var(--border)}.dlg-side-in{flex-direction:row;width:auto;overflow-x:auto}.dlg-side .cap{display:none}.dlg-item{white-space:nowrap;width:auto}.dlg-main{padding:24px 20px 60px}.dlg-esc{top:14px;right:14px}}.portal-root .rail-ic .mini-check{position:absolute;top:-5px;right:-5px;width:16px;height:16px;border-radius:50%;background:var(--ok);color:#fff;display:grid;place-items:center}.dlg-badge.check{width:16px;height:16px;border-radius:50%;background:var(--ok);color:#fff;display:grid;place-items:center}.dlg-wrap .grid-2{grid-template-columns:1fr}.portal-root .hint{font-size:11.5px;color:var(--muted);line-height:1.6;margin-top:6px}.portal-root .f-hint{margin:-6px 0 12px 108px}
