:root{--accent: #2f6fed;--accent-soft: #edf2fb;--accent-hover: #2459d1;--ink: #1a2332;--muted: #5c6570;--faint: #8a93a0;--line: #e2e5ea;--line-2: #eef1f5;--bg: #f4f5f7;--side: #f4f5f7;--card: #ffffff;--panel: #ffffff;--ok: #2f9e64;--danger: #d64545;--warn: #c9852a;--radius: 14px;--radius-sm: 10px;--shadow: none;--sidebar: 212px;--ws-side: 280px;--font: "Segoe UI", "PingFang SC", "Microsoft YaHei", "Noto Sans SC", system-ui, sans-serif;--app-h: 100dvh}*{box-sizing:border-box}html,body{margin:0;height:100%;overflow:hidden;overscroll-behavior:none}body{font-family:var(--font);color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;font-size:14px;line-height:1.5}button,input,textarea,select{font:inherit;color:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}#app{height:var(--app-h);overflow:hidden}.hidden{display:none!important}*{scrollbar-width:thin;scrollbar-color:#c9cdd4 transparent}*::-webkit-scrollbar{width:5px;height:5px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background:#c9cdd4;border-radius:999px}*::-webkit-scrollbar-thumb:hover{background:#a8aeb8}.auth-page{height:var(--app-h);display:grid;grid-template-columns:1.05fr .95fr;background:var(--bg);overflow:auto}.auth-aside{background:var(--side);border-right:1px solid var(--line);padding:40px 48px;display:flex;flex-direction:column;justify-content:space-between}.auth-aside .brand{display:flex;align-items:center;gap:10px;font-weight:600;font-size:15px}.auth-aside .brand img{width:28px;height:28px}.auth-aside .hero h2{margin:0 0 10px;font-size:32px;letter-spacing:-.03em;font-weight:700}.auth-aside .hero p{margin:0;color:var(--muted);max-width:360px;font-size:14px}.auth-aside .foot{color:var(--faint);font-size:12px}.auth-main{display:grid;place-items:center;padding:32px;background:#fff}.auth-form{width:min(360px,100%)}.auth-form h1{margin:0 0 6px;font-size:22px;font-weight:700;letter-spacing:-.02em}.auth-form .sub{margin:0 0 28px;color:var(--muted);font-size:13px}.field{margin-bottom:14px}.field label{display:block;font-size:12px;font-weight:500;color:var(--muted);margin-bottom:6px}.field input,.field textarea,.field select,.input,.textarea{width:100%;border:1px solid var(--line);background:#fff;border-radius:var(--radius-sm);padding:10px 12px;outline:none;transition:border-color .12s,box-shadow .12s}.field input:focus,.field textarea:focus,.field select:focus,.input:focus,.textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #7c5cfc1f}.textarea{min-height:110px;resize:vertical}.auth-msg{color:var(--danger);font-size:12px;min-height:16px;margin:4px 0 12px}.btn-row{display:flex;flex-direction:column;gap:8px}.btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid transparent;border-radius:var(--radius-sm);padding:10px 14px;font-weight:600;font-size:13px;transition:background .12s,border-color .12s,color .12s}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--accent);color:#fff;border-color:var(--accent)}.btn-primary:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.btn-ghost{background:#fff;color:var(--ink);border-color:var(--line)}.btn-ghost:hover{background:#fafafa}.btn-soft{background:var(--accent-soft);color:var(--accent);border-color:transparent}.btn-danger{background:var(--danger);color:#fff;border-color:var(--danger)}.btn-sm{padding:7px 10px;font-size:12px}.btn-icon{width:36px;height:36px;padding:0;display:inline-grid;place-items:center;border-radius:var(--radius-sm);background:transparent;border:1px solid transparent;color:var(--muted);flex-shrink:0}.btn-icon:hover{background:var(--line-2);color:var(--ink)}.btn-icon.accent{background:var(--accent);color:#fff;border-color:var(--accent)}.btn-icon.accent:hover{background:var(--accent-hover);color:#fff}.btn-icon.danger{color:var(--danger)}.btn-icon.danger:hover{background:#fdecea;color:var(--danger)}.btn-icon.lg{width:42px;height:42px}.btn-icon svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.btn-icon.accent svg{stroke:#fff}.app-shell{display:grid;grid-template-columns:var(--sidebar) 1fr;height:var(--app-h);overflow:hidden;background:var(--bg)}.sidebar{background:var(--side);border-right:1px solid var(--line);display:flex;flex-direction:column;padding:14px 10px;height:var(--app-h);overflow:auto}.side-brand{display:flex;align-items:center;gap:8px;padding:8px 10px 16px}.side-brand img{width:22px;height:22px}.side-brand strong{font-size:13px;font-weight:600}.side-brand span{font-size:13px;color:var(--muted);font-weight:500}.nav-group{margin-bottom:12px}.nav-label{font-size:11px;color:var(--faint);padding:6px 10px 4px;font-weight:500}.nav-item{display:flex;align-items:center;gap:10px;width:100%;border:none;background:transparent;color:#374151;border-radius:var(--radius-sm);padding:8px 10px;text-align:left;font-size:13px;font-weight:500}.nav-item:hover{background:#0000000a}.nav-item.active{background:#fff;color:var(--ink);box-shadow:none;border:1px solid var(--line)}.nav-item.active .ico{color:var(--accent)}.nav-item .ico{width:18px;height:18px;display:inline-grid;place-items:center;flex-shrink:0}.nav-item .ico svg,.mnav-ico svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.side-foot{margin-top:auto;border-top:1px solid var(--line);padding:12px 6px 4px}.user-chip{display:flex;align-items:center;gap:10px;padding:8px;border-radius:var(--radius-sm);background:#fff;border:1px solid var(--line)}.avatar{width:36px;height:36px;border-radius:50%;background:var(--accent);color:#fff;display:grid;place-items:center;font-weight:600;font-size:12px;overflow:hidden;flex-shrink:0;position:relative}.avatar.sm{width:32px;height:32px;font-size:11px}.avatar img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.avatar.broken img{display:none}.avatar:has(img:not([style*="display: none"])){color:transparent}.user-chip .meta{min-width:0;flex:1}.user-chip .meta strong{display:block;font-size:12px;font-weight:600}.user-chip .meta span{display:block;font-size:11px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.main{min-width:0;min-height:0;display:flex;flex-direction:column;height:var(--app-h);overflow:hidden}.topbar{display:flex;align-items:center;gap:10px;padding:0 16px;height:48px;background:#fff;border-bottom:1px solid var(--line);flex-shrink:0}.top-title{font-size:14px;font-weight:600;color:var(--ink)}.top-actions{display:flex;align-items:center;gap:8px;margin-left:auto}.class-pill{border:1px solid var(--line);background:var(--bg);border-radius:var(--radius-sm);padding:5px 10px;font-size:12px;font-weight:500;color:var(--ink)}.class-pill:hover{background:#ebecef}.status-dot{width:7px;height:7px;border-radius:50%;background:var(--warn);margin-right:4px}.status-dot.on{background:var(--ok)}.content{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column;padding:0;max-width:none;width:100%;margin:0}.page-scroll{flex:1;min-height:0;overflow:auto}.page-fill{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.workspace{flex:1;min-height:0;display:grid;grid-template-columns:var(--ws-side) minmax(0,1fr);background:var(--bg);overflow:hidden}.ws-side{background:#fff;border-right:1px solid var(--line);display:flex;flex-direction:column;min-height:0;min-width:0}.workspace{--ws-side: 280px}.ws-side-head{height:52px;flex-shrink:0;padding:0 12px 0 16px;display:flex;align-items:center;justify-content:space-between;gap:8px;border-bottom:1px solid var(--line)}.ws-side-head strong{font-size:16px;font-weight:600;color:var(--ink)}.ws-side-scroll{flex:1;min-height:0;overflow:auto;padding:6px 0}.ws-side-scroll.pad{padding:12px 14px}.ws-main{display:flex;flex-direction:column;min-width:0;min-height:0;background:#fff}.ws-main-head{height:52px;flex-shrink:0;padding:0 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line);background:#fff}.ws-main-head strong{font-size:15px;font-weight:600}.ws-sub{display:block;margin-top:2px;font-size:12px;color:var(--muted);font-weight:400}.head-ops{display:flex;align-items:center;gap:2px}.ws-main-body{flex:1;min-height:0;padding:16px 18px;display:flex;flex-direction:column;gap:14px;background:#fff}.ws-main-body.scroll{overflow:auto;background:#fff}.ws-main-body.form-pane{background:#fff;max-width:480px}.ws-main-body.sched-form-wrap{background:#fff;padding:20px 24px 32px}.chat-thread{background:var(--bg)}.head-left{display:flex;align-items:center;gap:4px;min-width:0}.mobile-only{display:none!important}.desktop-only{display:flex}.m-opts{display:none}.m-opt-row{display:flex;gap:14px;margin-top:8px}.m-check{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--muted)}.sched-form{max-width:560px;display:flex;flex-direction:column;gap:4px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.seg{display:flex;border:1px solid var(--line);border-radius:var(--radius-sm);overflow:hidden;background:var(--bg)}.seg-btn{flex:1;border:none;background:transparent;padding:8px 10px;font-size:13px;color:var(--muted);font-weight:500}.seg-btn+.seg-btn{border-left:1px solid var(--line)}.seg-btn.active{background:#fff;color:var(--ink);font-weight:600}.sched-form-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:18px;padding-top:16px;border-top:1px solid var(--line)}.contact-item.active{background:#fff;box-shadow:none;outline:none;border-left-color:var(--accent)}.progress-btn{position:relative;overflow:hidden;height:40px;border-radius:var(--radius-sm);border:1px solid var(--accent);color:#fff;font-weight:600;background:var(--accent);width:100%}.progress-btn .fill{position:absolute;inset:0 auto 0 0;width:0%;background:#ffffff38}.msg-row.me .bubble{background:#2f6fed;border-color:#2f6fed;color:#fff}.voice-start{flex:1;height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--bg);color:var(--ink);font-weight:600}.voice-wave{flex:1;height:44px;border:none;border-radius:var(--radius-sm);background:var(--ink);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 14px;gap:12px;min-width:0}.voice-wave:hover{background:#2a3342}.empty-hint{text-align:center;color:var(--faint);font-size:13px;padding:40px 16px}.dot{width:8px;height:8px;border-radius:50%;background:#c5cad3;flex-shrink:0}.dot.on{background:var(--ok)}.fact-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px}.fact{background:#fff;border:1px solid var(--line);border-radius:var(--radius-sm);padding:10px 12px}.fact span{display:block;font-size:11px;color:var(--muted)}.fact b{display:block;margin-top:4px;font-size:14px;font-weight:600}.quick-row{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.quick-tile{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 8px;border:1px solid var(--line);border-radius:var(--radius);background:var(--bg);color:var(--ink);font-size:12px;font-weight:500}.quick-tile:hover{background:#ebecef}.quick-tile svg{width:22px;height:22px;stroke:var(--accent);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.side-block{margin-bottom:16px}.side-label{font-size:11px;color:var(--faint);margin-bottom:6px;font-weight:500}.side-value{font-size:14px;font-weight:600}.side-meta{font-size:12px;color:var(--muted);margin-top:2px}.side-note{margin:12px 14px;font-size:12px;color:var(--faint);line-height:1.5}.text-link{display:inline-flex;align-items:center;gap:8px;border:none;background:transparent;color:var(--accent);font-size:13px;font-weight:500;padding:8px 0}.text-link svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.contact-item{display:flex;align-items:center;gap:10px;width:100%;border:none;background:transparent;text-align:left;padding:10px 14px;border-radius:0;cursor:pointer;border-left:3px solid transparent}.contact-item:hover{background:#f7f8fa}.contact-item.active{background:#eaf1ff;box-shadow:none;outline:none;border-left-color:var(--accent)}.contact-item.static{cursor:default}.contact-item.static:hover{background:transparent}.contact-item .grow{flex:1;min-width:0}.contact-item .title{font-size:13px;font-weight:600;color:var(--ink)}.contact-item .sub{font-size:11px;color:var(--muted);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sched-item{display:flex;align-items:flex-start;gap:8px;padding:12px 14px;border-bottom:1px solid var(--line)}.sched-item .title{font-size:13px;font-weight:600}.sched-item .sub{font-size:11px;color:var(--muted);margin-top:4px}.log-item{padding:12px 0;border-bottom:1px solid var(--line)}.log-item .title{font-size:13px;font-weight:600}.log-item .sub{font-size:12px;color:var(--muted);margin-top:4px}.announce-main{background:#fff!important}.grow-area{flex:1;min-height:160px;resize:none}.announce-bar{display:flex;flex-direction:column;gap:10px}.voice-row{display:flex;align-items:center;gap:8px;min-height:48px}.voice-start{flex:1;height:48px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line);border-radius:var(--radius-sm);background:#fff;color:var(--ink);font-weight:600}.voice-start:hover{background:#f7f8fa}.voice-start svg{width:18px;height:18px;stroke:var(--accent);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.voice-live{flex:1;display:flex;align-items:center;gap:8px;min-width:0}.voice-wave{flex:1;height:48px;border:none;border-radius:var(--radius-sm);background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 14px;gap:12px;min-width:0}.voice-wave:hover{background:var(--accent-hover)}.waves{display:flex;align-items:center;gap:3px;height:22px}.waves i{display:block;width:3px;height:8px;border-radius:2px;background:#ffffffe6;animation:wave .9s ease-in-out infinite}.waves i:nth-child(1){animation-delay:0s}.waves i:nth-child(2){animation-delay:.1s;height:14px}.waves i:nth-child(3){animation-delay:.2s;height:20px}.waves i:nth-child(4){animation-delay:.15s;height:12px}.waves i:nth-child(5){animation-delay:.25s;height:18px}.waves i:nth-child(6){animation-delay:.05s;height:10px}.waves i:nth-child(7){animation-delay:.3s;height:16px}@keyframes wave{0%,to{transform:scaleY(.45);opacity:.7}50%{transform:scaleY(1);opacity:1}}.voice-cd{font-variant-numeric:tabular-nums;font-weight:700;font-size:14px;min-width:28px;text-align:right}.voice-hint{text-align:left;font-size:12px;color:var(--muted)}.chat-thread{flex:1;min-height:0;overflow:auto;padding:16px 18px;background:#eef1f5;width:100%}.chat-compose{display:flex;gap:8px;padding:12px 14px;border-top:1px solid var(--line);background:#fff;flex-shrink:0;align-items:center}.chat-compose input{flex:1}.msg-row{display:flex;align-items:flex-end;gap:8px;margin:10px 0;width:100%}.msg-row.date{justify-content:center;align-items:center}.date-label{font-size:11px;color:var(--muted);background:#ffffffe6;border:1px solid var(--line);padding:2px 10px;border-radius:999px}.msg-col{max-width:min(520px,72%);min-width:0;display:flex;flex-direction:column}.msg-row.me .msg-col{align-items:flex-end}.msg-row.them .msg-col{align-items:flex-start}.msg-col .who{font-size:11px;color:var(--muted);margin-bottom:4px;padding:0 2px}.bubble{background:#fff;border:1px solid var(--line);border-radius:10px;padding:8px 12px;font-size:14px;line-height:1.45;white-space:pre-wrap;word-break:break-word}.msg-row.me .bubble{background:var(--accent);border-color:var(--accent);color:#fff}.msg-col .time{font-size:10px;color:var(--faint);margin-top:4px;padding:0 2px}.device-tabs{display:flex;gap:4px;padding:8px 12px;border-bottom:1px solid var(--line);flex-shrink:0;background:#fff}.device-tab{border:none;background:transparent;color:var(--muted);font-size:12px;font-weight:600;padding:7px 12px;border-radius:999px}.device-tab.active{background:var(--accent-soft);color:var(--accent)}.msg-row{display:flex;align-items:flex-start;gap:10px;margin:16px 0;width:100%}.msg-row.me{flex-direction:row-reverse}.msg-row+.msg-row{margin-top:14px}.msg-col .who{font-size:11px;color:var(--muted);margin-bottom:4px;padding:0 4px}.bubble{background:#fff;border:1px solid var(--line);border-radius:16px;padding:10px 14px;font-size:14px;line-height:1.45;white-space:pre-wrap;word-break:break-word}.msg-row.me .bubble{background:var(--accent);border-color:var(--accent);color:#fff;border-bottom-right-radius:6px}.msg-row.them .bubble{border-bottom-left-radius:6px}.shot-panel{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--bg)}.shot-panel-head{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-bottom:1px solid var(--line);font-size:13px;font-weight:600;background:#fff}.shot-box{width:100%;min-height:180px;max-height:min(70vh,520px);background:#e8ebf0;overflow:auto;display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:13px}.shot-box img{display:block;max-width:100%;width:auto;height:auto;max-height:min(70vh,520px);object-fit:contain;background:#dfe3ea}.shot-empty{color:var(--faint)}.empty-hint.soft{padding:28px 16px;background:var(--bg);border:1px dashed var(--line);border-radius:var(--radius)}.sys-info{margin-top:12px;white-space:pre-wrap;font-size:12px;color:var(--muted);font-family:ui-monospace,SF Mono,Consolas,monospace;line-height:1.6}.dev-ops-title{font-size:15px;font-weight:700;color:var(--ink);margin:2px 0 10px}.dev-ops-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.dev-op-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:10px 12px;border:1px solid var(--line);border-radius:var(--radius-sm);background:#fff;color:var(--ink);font-size:13px;font-weight:600}.dev-op-btn:hover{background:var(--line-2)}.dev-op-btn.on{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.dev-op-btn svg{width:18px;height:18px;flex-shrink:0;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.media-float{position:fixed;right:16px;bottom:72px;z-index:80;width:min(280px,calc(100vw - 32px));background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 10px 32px #1a233229;cursor:zoom-in;-webkit-user-select:none;user-select:none}.media-float-bar{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;font-size:12px;font-weight:600;border-bottom:1px solid var(--line);background:#fafbfc;cursor:default}.media-float-bar button{border:none;background:transparent;font-size:18px;line-height:1;color:var(--muted);padding:0 2px;cursor:pointer}.media-float-bar button:hover{color:var(--ink)}.media-float img{display:block;width:100%;height:168px;object-fit:cover;background:#e8ebf0}.media-float-hint{padding:6px 10px 8px;font-size:11px;color:var(--faint);text-align:center;cursor:default}.media-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;background:#0a0e14e6;display:flex;align-items:center;justify-content:center;padding:28px 20px 48px;cursor:zoom-out}.media-lightbox img{max-width:min(96vw,1400px);max-height:calc(100dvh - 80px);width:auto;height:auto;object-fit:contain;border-radius:8px;background:#111;cursor:zoom-in;box-shadow:0 12px 40px #00000073;transform-origin:center center;transition:transform .15s ease}.media-lb-close{position:absolute;top:14px;right:14px;width:40px;height:40px;border:none;border-radius:999px;background:#ffffff24;color:#fff;font-size:22px;line-height:1;cursor:pointer}.media-lb-close:hover{background:#ffffff3d}.media-lb-zoombtns{position:absolute;top:16px;left:16px;z-index:3;display:flex;gap:6px}.media-lb-zoombtns button{width:36px;height:36px;border:none;border-radius:10px;background:#0000008c;color:#fff;font-size:18px;font-weight:700;cursor:pointer}.media-lb-zoombtns button:hover{background:#000000b8}.media-lb-hint{position:absolute;left:0;right:0;bottom:14px;text-align:center;color:#ffffffb3;font-size:12px;pointer-events:none}@media(min-width:901px){.media-float{bottom:20px}}.voice-progress{flex:1;height:44px;border:none;border-radius:999px;background:#dbe4f5;color:var(--ink);position:relative;overflow:hidden;padding:0 14px;min-width:0}.voice-progress-fill{position:absolute;inset:0 auto 0 0;width:100%;background:var(--accent);transition:width .2s linear}.voice-progress-lab{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;width:100%;color:#fff;font-weight:700;font-variant-numeric:tabular-nums}.voice-progress .waves i{background:#fff}.btn-icon.busy,.progress-btn.busy{opacity:.6;pointer-events:none}.chat-compose .btn-icon.accent{width:42px;height:42px;border-radius:14px}.input,.textarea,.class-pill,.contact-item,.list-row,.quick-tile,.modal{border-radius:var(--radius-sm)}.contact-item{border-radius:12px;margin:2px 8px;width:calc(100% - 16px);border-left:none;padding:10px 12px}.contact-item.active{background:var(--accent-soft);border-left:none}.switch-row.compact{padding:10px 0;border-bottom:1px solid var(--line-2)}.templates{display:flex;flex-wrap:wrap;gap:6px;margin:0}.announce-box .actions{display:flex;flex-direction:column;gap:8px;margin-top:12px}.progress-btn span{position:relative;z-index:1}.progress-btn.fail .fill{width:100%;background:var(--danger)}.grid{display:grid;gap:12px}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:14px 16px;box-shadow:var(--shadow)}.card h3{margin:0 0 10px;font-size:13px;font-weight:600}.stat-label{color:var(--muted);font-size:12px;font-weight:500}.stat-value{font-size:26px;font-weight:700;margin-top:10px;letter-spacing:-.03em;line-height:1.1}.stat-sub{margin-top:6px;font-size:12px;color:var(--muted)}.kv{display:flex;flex-direction:column}.kv-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid var(--line-2);font-size:13px}.kv-row:last-child{border-bottom:none}.kv-row .k{color:var(--muted)}.kv-row .v{font-weight:600;color:var(--ink)}.list{display:flex;flex-direction:column;gap:6px}.list-row{display:flex;align-items:center;gap:10px;padding:10px;border:1px solid var(--line);border-radius:var(--radius-sm);background:#fff;text-align:left;width:100%}.list-row:hover{background:#fafafa}.list-row.active{border-color:#bfd0f5;background:var(--accent-soft)}.list-row .grow{flex:1;min-width:0}.list-row .title{font-weight:600;font-size:13px}.list-row .sub{color:var(--muted);font-size:12px;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:600;background:#f3f4f6;color:var(--muted)}.badge.online{background:#ecfdf5;color:var(--ok)}.badge.offline{background:#f3f4f6;color:var(--muted)}.chip{display:inline-flex;align-items:center;padding:5px 10px;border-radius:var(--radius-sm);background:var(--bg);color:var(--ink);font-size:12px;border:1px solid var(--line);font-weight:500}.chip:hover{background:#fff;border-color:#c8ced6;color:var(--ink)}.switch-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid var(--line-2)}.switch-row:last-child{border-bottom:none}.switch{width:40px;height:22px;border-radius:999px;background:#d1d5db;position:relative;border:none;flex-shrink:0}.switch.on{background:var(--accent)}.switch:after{content:"";position:absolute;width:18px;height:18px;border-radius:50%;background:#fff;top:2px;left:2px;transition:left .12s;box-shadow:0 1px 2px #0000001f}.switch.on:after{left:20px}.ops{display:flex;flex-wrap:wrap;gap:6px}.modal-back{position:fixed;top:0;right:0;bottom:0;left:0;background:#11182766;display:grid;place-items:center;z-index:100;padding:20px}.modal{width:min(420px,100%);background:#fff;border:1px solid var(--line);border-radius:12px;padding:18px;box-shadow:0 16px 40px #0000001f}.modal h3{margin:0 0 8px;font-size:15px}.modal .modal-desc{margin:0 0 14px;color:var(--muted);font-size:13px}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:14px}.offline-layer{position:fixed;top:0;right:0;bottom:0;left:0;background:#111827d1;z-index:200;display:grid;place-items:center;color:#fff}.offline-layer .bars{display:flex;align-items:flex-end;gap:7px;height:46px;margin-bottom:14px}.offline-layer .bars i{display:block;width:8px;border-radius:2px;background:#fff;opacity:.25;animation:pulse 1s ease-in-out infinite}.offline-layer .bars i:nth-child(1){height:12px}.offline-layer .bars i:nth-child(2){height:20px;animation-delay:.14s}.offline-layer .bars i:nth-child(3){height:30px;animation-delay:.28s}.offline-layer .bars i:nth-child(4){height:42px;animation-delay:.42s}@keyframes pulse{0%,to{opacity:.22}50%{opacity:1}}.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%);background:#111827;color:#fff;padding:8px 14px;border-radius:999px;font-size:12px;z-index:300}.mobile-nav,.menu-btn{display:none}.scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000040;z-index:70}@media(max-width:1100px){.workspace{grid-template-columns:240px minmax(0,1fr)}.form-grid{grid-template-columns:1fr}.quick-row{grid-template-columns:repeat(2,1fr)}.auth-page{grid-template-columns:1fr}.auth-aside{display:none}}@media(max-width:860px){html,body,#app{overflow:hidden}.app-shell{grid-template-columns:1fr}.sidebar{position:fixed;inset:0 auto 0 0;width:min(280px,86vw);z-index:80;transform:translate(-105%);transition:transform .18s ease;box-shadow:8px 0 24px #00000014;background:#fff}.sidebar.open{transform:none}.menu-btn{display:inline-grid}.content{padding:0 0 60px}.topbar{padding:0 10px;height:46px}.top-title{font-size:15px}.class-pill{max-width:110px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-only{display:inline-grid!important}.desktop-only{display:none!important}.workspace{display:flex;flex-direction:column;grid-template-columns:none;grid-template-rows:none}.workspace .ws-side,.workspace .ws-main{flex:1;min-height:0;width:100%}.workspace.show-side .ws-main,.workspace.show-main .ws-side{display:none}.announce-ws.show-main .m-opts{display:block}.announce-ws .grow-area{min-height:120px}.ws-side{border-right:none;border-bottom:none}.ws-main-body,.ws-main-body.sched-form-wrap{padding:12px}.chat-compose{padding:10px}.quick-row{grid-template-columns:repeat(2,1fr)}.fact-row{grid-template-columns:1fr 1fr}.mobile-nav{display:flex;position:fixed;left:0;right:0;bottom:0;background:#fff;border-top:1px solid var(--line);z-index:50;padding:4px 2px calc(4px + env(safe-area-inset-bottom))}.mobile-nav button{flex:1;border:none;background:transparent;display:flex;flex-direction:column;align-items:center;gap:2px;font-size:10px;color:var(--muted);padding:6px 2px;font-weight:500}.mobile-nav button.active{color:var(--accent)}.mnav-ico{display:grid;place-items:center}.mnav-ico svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}}.remote-ws{--ws-side: 248px}.remote-ws .rm-main{min-height:0}.remote-ws .rm-body{padding:0!important;overflow:hidden!important;display:flex;flex-direction:column;background:#eef1f5!important}.remote-ws .rm-body.busy{opacity:.65;pointer-events:none}.rm-side .rm-nav{padding:6px 8px 12px}.rm-nav-item{width:100%;display:flex;align-items:center;gap:10px;padding:10px 12px;border:none;border-radius:12px;background:transparent;color:var(--ink);text-align:left;margin-bottom:4px}.rm-nav-item:hover{background:#f0f3f7}.rm-nav-item.active{background:#e8eefc;color:var(--accent)}.rm-nav-item .ico{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:#f4f6f9}.rm-nav-item.active .ico{background:#d9e5fb}.rm-nav-item svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.rm-nav-text{display:flex;flex-direction:column;gap:1px;min-width:0}.rm-nav-text strong{font-size:13px;font-weight:650}.rm-nav-text small{font-size:11px;color:var(--muted);font-weight:500}.rm-nav-item.active .rm-nav-text small{color:#5b7fbf}.rm-device-chip{display:flex;align-items:center;gap:10px;margin:10px 12px 6px;padding:10px 12px;border-radius:12px;background:linear-gradient(180deg,#f8fafc,#f1f4f8);border:1px solid var(--line)}.rm-device-chip .title{font-weight:700;font-size:13px}.rm-device-chip .sub{font-size:11px;color:var(--muted)}.rm-device-chip .text-btn{border:none;background:transparent;color:var(--accent);font-size:12px;font-weight:650;padding:4px 6px;border-radius:6px}.rm-device-chip .text-btn:hover{background:var(--accent-soft)}.rm-mode{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:4px 12px 10px}.rm-mode-btn{border:1px solid var(--line);background:#fff;border-radius:10px;padding:8px;text-align:left;display:flex;flex-direction:column;gap:2px}.rm-mode-btn strong{font-size:12px}.rm-mode-btn span{font-size:10px;color:var(--muted)}.rm-mode-btn.active{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.rm-mode-btn.active span{color:#5b7fbf}.rm-head-badge{font-size:11px;font-weight:700;padding:4px 10px;border-radius:999px;background:#eef1f5;color:var(--muted)}.rm-head-badge.observe{background:#e8eefc;color:var(--accent)}.rm-panel{flex:1;min-height:0;display:flex;flex-direction:column;margin:12px;background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden}.rm-gate{flex:1;display:grid;place-items:center;padding:24px;background:#eef1f5}.rm-gate-card{max-width:360px;text-align:center;background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px 24px}.rm-gate-ico{width:56px;height:56px;margin:0 auto 12px;border-radius:14px;background:var(--accent-soft);color:var(--accent);display:grid;place-items:center}.rm-gate-ico svg{width:26px;height:26px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.rm-gate-card h3{margin:0 0 8px;font-size:18px}.rm-gate-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}.rm-browser{padding:18px;gap:16px}.rm-urlbar{display:flex;align-items:center;gap:0;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}.rm-urlbar .input{border:none!important;background:transparent!important;border-radius:0!important;flex:1;min-width:0;height:44px}.rm-urlbar .btn{border-radius:0;height:44px;padding:0 18px}.rm-site-list{display:flex;flex-direction:column;gap:8px}.rm-site{--tone: #2F6FED;display:flex;align-items:center;gap:12px;width:100%;padding:10px 12px;border:1px solid var(--line);border-radius:10px;background:#fff;text-align:left;cursor:pointer;transition:border-color .15s,background .15s}.rm-site:hover{border-color:color-mix(in srgb,var(--tone) 45%,var(--line));background:#fafbfc}.rm-site-mark{width:36px;height:36px;border-radius:9px;display:grid;place-items:center;background:var(--tone);color:#fff;font-size:14px;font-weight:750;flex-shrink:0}.rm-site-mark.soft{background:#eef1f6;color:var(--accent)}.rm-site-mark.soft svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.rm-site-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.rm-site-meta strong{font-size:13px;font-weight:700;color:var(--ink)}.rm-site-meta small{font-size:11px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rm-site.ghost .rm-site-mark{background:#eef1f6}.rm-hint{margin:0;font-size:12px;color:var(--muted)}.rm-shell-switch{display:inline-flex;gap:2px;padding:2px;background:#eef1f5;border-radius:8px}.rm-shell-switch button{border:none;background:transparent;padding:5px 10px;border-radius:6px;font-size:11px;font-weight:700;color:var(--muted);cursor:pointer}.rm-shell-switch button.on{background:#fff;color:var(--ink);box-shadow:0 1px 2px #0000000f}.rm-dl-form{display:flex;gap:8px;padding:8px 12px;border-bottom:1px solid var(--line);background:#fafbfc}.rm-dl-form .input{flex:1;height:34px;font-size:12px}.rm-dl-box{padding:8px 12px;border-bottom:1px solid var(--line);background:#f3f7ff}.rm-dl-box.hidden{display:none}.rm-dl-head{display:flex;justify-content:space-between;font-size:12px;margin-bottom:6px}.rm-dl-track{height:6px;border-radius:999px;background:#dfe6f2;overflow:hidden}.rm-dl-track i{display:block;height:100%;background:var(--accent);border-radius:inherit;transition:width .2s}.rm-rdp{padding:0;gap:0;background:#fff}.rm-rdp-toolbar{display:flex;align-items:center;gap:12px;padding:10px 12px;background:#fafbfc;border-bottom:1px solid var(--line)}.rm-rdp-stage{position:relative;flex:1;min-height:0;display:grid;place-items:center;background:#f4f6fa;outline:none;overflow:hidden;cursor:crosshair}.rm-rdp-stage.live{background:#eef1f6}.rm-rdp-stage img{max-width:100%;max-height:100%;object-fit:contain;-webkit-user-select:none;user-select:none;pointer-events:none;box-shadow:0 8px 28px #1a23321f;border-radius:4px;background:#fff}.rm-rdp-latency{position:absolute;top:10px;left:10px;z-index:2;padding:4px 8px;border-radius:6px;background:#ffffffeb;color:#1f7a4c;border:1px solid #d8e5db;font-family:ui-monospace,Consolas,monospace;font-size:12px;font-weight:700;pointer-events:none}.rm-rdp-placeholder{display:flex;flex-direction:column;align-items:center;gap:6px;color:var(--muted);font-size:13px}.rm-rdp-placeholder strong{color:var(--ink);font-size:15px}.bn-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:14px;margin-bottom:8px}.bn-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.bn-list .switch-row{padding:10px 0;border-bottom:1px solid var(--line-2, #f0f1f3)}.bn-list .switch-row:last-child{border-bottom:none}.study-page{height:100%;display:flex;flex-direction:column;min-height:0;background:#eceef1}.study-top{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;background:#fff;border-bottom:1px solid var(--line);flex-shrink:0}.study-top-l{display:flex;align-items:center;gap:8px;min-width:0}.study-top-title{font-size:15px;font-weight:700;line-height:1.2}.study-top-sub{font-size:12px;color:var(--muted);margin-top:2px}.study-top-r{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end}.study-layout{flex:1;min-height:0;display:grid;grid-template-columns:260px 1fr}.study-rail{background:#f7f8fa;border-right:1px solid var(--line);display:flex;flex-direction:column;min-height:0}.study-rail-h{padding:10px 12px;font-size:12px;font-weight:700;color:var(--muted);border-bottom:1px solid var(--line);display:flex;justify-content:space-between}.study-rail-h span{color:var(--faint);font-weight:600}.study-rail-list{flex:1;overflow:auto;padding:6px}.study-rec{display:flex;gap:4px;align-items:stretch;border:1px solid transparent;margin-bottom:4px;background:transparent}.study-rec.on{background:#fff;border-color:var(--line)}.study-rec-main{flex:1;text-align:left;border:0;background:transparent;padding:8px;min-width:0}.study-rec-name{font-size:13px;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.study-rec-meta{font-size:11px;color:var(--muted);margin-top:2px;font-variant-numeric:tabular-nums}.study-rec-ops{display:flex;flex-direction:column;padding:4px 4px 4px 0;gap:2px}.study-rec-ops button{border:0;background:transparent;color:var(--faint);font-size:11px;padding:2px 6px;border-radius:4px}.study-rec-ops button:hover{background:var(--line-2);color:var(--ink)}.study-stage{min-width:0;min-height:0;display:flex;flex-direction:column;background:#111}.study-video-half{flex:1 1 58%;min-height:220px;display:flex;flex-direction:column;background:#0c0d0f}.study-video-half video{flex:1;width:100%;min-height:0;object-fit:contain;background:#000}.study-video-bar{display:flex;align-items:center;gap:10px;padding:8px 12px;background:#16181c;color:#d7dbe0;border-top:1px solid #2a2e34;flex-shrink:0}.study-video-bar strong{display:block;font-size:13px}.study-video-bar span{font-size:12px;color:#8a93a0}.study-meter-half{flex:0 0 42%;min-height:160px;max-height:42%;background:#fff;border-top:1px solid var(--line);display:flex;flex-direction:column;padding:10px 12px 12px}.study-meter-h{display:flex;justify-content:space-between;font-size:12px;font-weight:700;color:var(--muted);margin-bottom:8px}.study-meter-h .faint{font-weight:500;color:var(--faint)}.study-blank{flex:1;display:grid;place-content:center;text-align:center;color:#9aa3ad;background:#f4f5f7;gap:6px}.study-blank p{margin:0;font-size:14px}.study-blank .faint{font-size:12px;color:var(--faint)}.study-empty{padding:18px 10px;text-align:center;color:var(--faint);font-size:12px}.study-chart{flex:1;display:flex;align-items:flex-end;gap:1px;min-height:100px;padding:6px 2px;background:#f3f4f6;border:1px solid var(--line);overflow:hidden;cursor:crosshair}.study-chart i{flex:1;min-width:2px;max-width:10px;background:#3d6fd8;opacity:.55;align-self:flex-end}.study-chart i.hot{background:#d64545;opacity:1}.study-chart i:hover{opacity:1}.study-settings{position:absolute;top:0;right:0;bottom:0;width:min(360px,92vw);background:#fff;border-left:1px solid var(--line);transform:translate(105%);transition:transform .2s ease;z-index:20;overflow:auto}.study-page{position:relative}.study-settings.open{transform:translate(0)}.study-settings-inner{padding:14px}.study-settings-h{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.study-fields{display:grid;grid-template-columns:1fr 1fr;gap:8px 10px;margin-top:8px}.study-fields .field{margin-bottom:0}.study-sch-list{display:flex;flex-direction:column;gap:6px;margin:8px 0}.study-sch-row{display:flex;align-items:center;gap:6px;padding:8px 10px;border:1px solid var(--line);background:#fafbfc}.study-sch-row.off{opacity:.5}.study-sch-row .title{font-size:12px;font-weight:650}@media(max-width:860px){.study-layout{grid-template-columns:1fr}.study-page.show-side .study-stage,.study-page.show-main .study-rail{display:none}.study-video-half{flex-basis:50%}.study-meter-half{flex-basis:50%;max-height:none}}.rm-table th[data-task-sort]{cursor:pointer;-webkit-user-select:none;user-select:none}.rm-table th[data-task-sort]:hover{color:var(--accent)}.win-ctx .ctx-label{padding:6px 10px 4px;font-size:11px;color:var(--muted);font-weight:650}.rm-volume{align-items:center;justify-content:center;padding:28px 20px}.rm-vol-stage{width:min(420px,100%);display:flex;flex-direction:column;align-items:center;gap:22px}.rm-vol-meter{--pct: 50;width:168px;height:168px;border-radius:50%;position:relative;background:radial-gradient(circle at center,#fff 0 54%,transparent 55%),conic-gradient(var(--accent) calc(var(--pct) * 1%),#e6eaf0 0);display:grid;place-items:center}.rm-vol-core{width:108px;height:108px;border-radius:50%;background:#fff;display:flex;align-items:baseline;justify-content:center;gap:2px;box-shadow:inset 0 0 0 1px #eef1f5}.rm-vol-core strong{font-size:42px;font-weight:750;letter-spacing:-1px;line-height:1}.rm-vol-core span{font-size:14px;color:var(--muted);font-weight:650}.rm-vol-controls{width:100%;display:flex;flex-direction:column;gap:14px}.rm-vol-controls input[type=range]{width:100%;accent-color:var(--accent);height:28px}.rm-vol-presets{display:flex;justify-content:space-between;gap:8px}.rm-chip{flex:1;border:1px solid var(--line);background:#fff;border-radius:999px;padding:7px 0;font-size:12px;font-weight:700;color:var(--muted)}.rm-chip.on,.rm-chip:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.rm-vol-actions{display:flex;gap:8px}.rm-vol-actions .btn{flex:1;height:40px}.rm-chrome{display:flex;align-items:center;gap:8px;padding:10px 12px;border-bottom:1px solid var(--line);background:#fafbfc;flex-shrink:0}.rm-search{flex:1;min-width:0;height:36px}.rm-count{font-size:12px;color:var(--muted);white-space:nowrap}.rm-table-wrap{flex:1;min-height:0;overflow:auto}.rm-table{width:100%;border-collapse:collapse;font-size:12.5px}.rm-table th,.rm-table td{padding:10px 12px;border-bottom:1px solid var(--line-2);text-align:left;white-space:nowrap}.rm-table th{position:sticky;top:0;z-index:1;background:#f7f8fa;font-weight:650;color:var(--muted);font-size:11px;text-transform:none}.rm-table tr:hover td{background:#f7f9fc}.rm-table .muted{color:var(--faint);max-width:280px;overflow:hidden;text-overflow:ellipsis}.rm-table .mono{font-variant-numeric:tabular-nums;font-family:ui-monospace,Consolas,monospace}.rm-link-danger{border:none;background:transparent;color:var(--danger);font-size:12px;font-weight:650;padding:4px 6px;border-radius:6px}.rm-link-danger:hover{background:#fdecea}.rm-files .file-chrome{gap:6px}.rm-pathbar{flex:1;min-width:0;display:flex;align-items:center;flex-wrap:wrap;gap:2px;padding:4px 8px;border:1px solid var(--line);border-radius:8px;background:#fff;font-size:12px}.rm-pathbar .crumb{border:none;background:transparent;color:var(--accent);font-weight:650;padding:2px 5px;border-radius:4px;cursor:pointer}.rm-pathbar .crumb.root{color:var(--ink)}.rm-pathbar .crumb:hover{background:var(--accent-soft)}.crumb-sep{color:var(--faint);padding:0 1px}.rm-file-toolbar{display:flex;flex-wrap:wrap;gap:4px;padding:8px 10px;border-bottom:1px solid var(--line);background:#fff;flex-shrink:0}.rm-tool{display:inline-flex;align-items:center;gap:6px;border:1px solid transparent;background:transparent;padding:6px 10px;border-radius:8px;font-size:12px;font-weight:650;color:var(--ink)}.rm-tool:hover{background:#f0f3f7;border-color:var(--line)}.rm-tool.danger{color:var(--danger)}.rm-tool svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.rm-tool-sep{width:1px;align-self:stretch;background:var(--line);margin:2px 4px}.rm-file-list{flex:1;min-height:0;overflow:auto;background:#fff}.rm-file-row{width:100%;display:flex;align-items:center;gap:10px;padding:9px 14px;border:none;border-bottom:1px solid #f0f2f5;background:transparent;text-align:left;cursor:pointer}.rm-file-row:hover{background:#f5f7fa}.rm-file-row.selected{background:#e8eefc}.rm-file-row .ico svg{width:18px;height:18px;stroke:var(--accent);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.rm-file-row .title{font-size:13px;font-weight:650}.rm-file-row .title em{font-style:normal;color:var(--muted);font-weight:500;margin-left:6px}.rm-file-row .sub{font-size:11px;color:var(--muted)}.rm-file-row .grow{flex:1;min-width:0;cursor:pointer}.rm-drive-bar{width:72px;height:6px;border-radius:999px;background:#e8ebf0;overflow:hidden;flex-shrink:0}.rm-drive-bar i{display:block;height:100%;background:var(--accent);border-radius:inherit}.rm-cmd{background:#fff;border-color:var(--line)}.rm-cmd-top{display:flex;align-items:center;gap:8px;padding:10px 14px;color:var(--muted);font-size:12px;font-weight:650;border-bottom:1px solid var(--line);flex-shrink:0;background:#fafbfc}.rm-cmd-dot{width:8px;height:8px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 3px #2f6fed29}.rm-cmd-cwd{margin-left:auto;color:var(--faint);font-family:ui-monospace,Consolas,monospace;font-weight:500;max-width:45%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rm-cmd-log{flex:1;min-height:0;margin:0;overflow:auto;padding:14px 16px;background:#f4f6fa;color:var(--ink);font-size:12.5px;line-height:1.55;font-family:ui-monospace,Consolas,monospace;white-space:pre-wrap;border-bottom:1px solid var(--line)}.rm-cmd-suggest{max-height:168px;overflow:auto;border-bottom:1px solid var(--line);background:#fff}.rm-suggest-item{width:100%;display:flex;align-items:center;gap:10px;border:none;background:transparent;padding:8px 14px;text-align:left;cursor:pointer}.rm-suggest-item:hover,.rm-suggest-item:focus{background:var(--accent-soft)}.rm-suggest-item code{font-family:ui-monospace,Consolas,monospace;font-size:12px;font-weight:700;color:var(--accent);min-width:140px}.rm-suggest-item span{font-size:12px;color:var(--muted)}.rm-suggest-empty{padding:10px 14px;font-size:12px;color:var(--faint)}.rm-cmd-row{display:flex;align-items:center;gap:8px;padding:10px 12px;flex-shrink:0;background:#fff}.rm-prompt{color:var(--accent);font-weight:800;font-family:ui-monospace,Consolas,monospace}.rm-cmd-row .input{flex:1;background:#f7f8fa!important;border-color:var(--line)!important;color:var(--ink)!important;font-family:ui-monospace,Consolas,monospace}.rm-cmd-row .btn{height:38px}.rm-tools{padding:14px;gap:14px;overflow:auto}.rm-tools-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}.rm-tool-card{display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:14px 12px;border:1px solid var(--line);border-radius:12px;background:#fafbfc;text-align:left}.rm-tool-card:hover{background:#f0f3f7;border-color:#d5dae2}.rm-tool-card svg{width:20px;height:20px;margin-bottom:4px;stroke:var(--accent);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.rm-tool-card strong{font-size:13px}.rm-tool-card span{font-size:11px;color:var(--muted)}.rm-tool-card.warn{border-color:#f0d9a8;background:#fffaf0}.rm-tool-card.warn svg{stroke:var(--warn)}.rm-tool-card.danger{border-color:#f0c2c2;background:#fff6f6}.rm-tool-card.danger svg,.rm-tool-card.danger strong{color:var(--danger);stroke:var(--danger)}.rm-msg-box{border:1px solid var(--line);border-radius:12px;padding:14px;background:#fff}.rm-msg-box h4{margin:0 0 10px;font-size:14px}.rm-msg-box .field{margin-bottom:8px}.win-ctx{position:fixed;z-index:200;min-width:200px;padding:6px;background:#fcfcfcf0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid rgba(0,0,0,.08);border-radius:8px;box-shadow:0 8px 24px #00000024;display:flex;flex-direction:column;gap:2px}.win-ctx.hidden{display:none!important}.win-ctx button{display:flex;align-items:center;gap:10px;border:none;background:transparent;padding:8px 10px;border-radius:4px;font-size:13px;color:#1a2332;text-align:left;cursor:pointer}.win-ctx button:hover{background:#0000000f}.win-ctx button.danger{color:var(--danger)}.win-ctx .ctx-sep{height:1px;background:#00000014;margin:4px 6px}.win-ctx .ctx-ico{width:18px;display:grid;place-items:center;color:#5c6570}.win-ctx .ctx-ico svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}@media(max-width:900px){.rm-vol-stage{width:min(100%,360px)}}
