.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg)}.login-card{width:360px;padding:32px;text-align:center}.login-card .brand{justify-content:center;margin-bottom:24px;height:auto}.login-card h1{font-size:1.25rem;color:var(--ink);margin:0 0 4px}.login-card p{color:var(--muted);margin:0 0 20px;font-size:.9rem}.login-card .form-grid{grid-template-columns:1fr;text-align:left;margin-bottom:16px}.login-card .primary-button{width:100%;justify-content:center}:root{--pink: #e62976;--pink-soft: #fff0f6;--ink: #172033;--muted: #8490a6;--line: #e9edf3;--bg: #f7f8fb;--green: #13a976}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;font-size:14px}button,input{font:inherit}button{cursor:pointer}.sidebar{position:fixed;inset:0 auto 0 0;width:250px;background:#fff;border-right:1px solid var(--line);padding:27px 18px 20px;display:flex;flex-direction:column;z-index:10}.brand{height:48px;display:flex;align-items:center;gap:11px;padding:0 9px;font-size:19px;font-weight:750}.brand b{color:var(--pink)}.brand-mark{width:35px;height:35px;border-radius:11px;background:linear-gradient(145deg,#f33883,#cc155f);color:#fff;display:grid;place-items:center;box-shadow:0 8px 20px #e6297630}.nav-label{font-size:10px;font-weight:750;letter-spacing:1.2px;color:#b0b8c7;margin:32px 12px 12px}.nav-item{width:100%;height:45px;border:0;background:none;border-radius:11px;color:#68748a;display:flex;align-items:center;gap:13px;padding:0 13px;margin:3px 0;text-align:left;font-weight:600}.nav-item svg{width:20px;height:20px}.nav-item:hover,.nav-item.active{background:var(--pink-soft);color:var(--pink)}.nav-item em{margin-left:auto;background:var(--pink);color:#fff;font-style:normal;border-radius:12px;min-width:20px;height:20px;display:grid;place-items:center;font-size:11px}.support-card{margin-top:auto;background:#fff5f8;border:1px solid #ffe0eb;border-radius:13px;padding:13px;display:flex;gap:10px;align-items:center}.support-card>span{width:30px;height:30px;border-radius:9px;background:#fff;color:var(--pink);display:grid;place-items:center;font-weight:800}.support-card b,.sidebar-user b{font-size:12px}.support-card p,.sidebar-user p{font-size:11px;color:var(--muted);margin:3px 0 0}.sidebar-user{margin-top:13px;border-top:1px solid var(--line);padding:16px 4px 0;display:flex;align-items:center;gap:10px}.avatar,.top-avatar{background:#222a3a;color:#fff;display:grid;place-items:center;font-weight:700}.avatar{width:35px;height:35px;border-radius:10px}.sidebar-user button{margin-left:auto;border:0;background:none;color:#9ca5b5}.main{margin-left:250px;min-height:100vh}.topbar{height:76px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 34px;position:sticky;top:0;z-index:5}.search{width:365px;height:40px;background:#f6f7f9;border:1px solid #eef0f3;border-radius:10px;display:flex;align-items:center;padding:0 12px;gap:9px}.search svg{width:18px;color:#9da6b5}.search input{border:0;outline:0;background:none;flex:1}.search kbd{background:#fff;border:1px solid #e2e5ea;border-radius:5px;color:#9aa3b2;font-size:10px;padding:3px 6px}.top-actions{display:flex;align-items:center;gap:16px}.icon-button{width:39px;height:39px;background:#fff;border:1px solid var(--line);border-radius:10px;display:grid;place-items:center;position:relative;color:#69758a}.icon-button svg{width:19px}.icon-button i{position:absolute;width:7px;height:7px;border-radius:50%;background:var(--pink);right:8px;top:7px;border:2px solid #fff}.top-avatar{width:37px;height:37px;border-radius:10px}.content{padding:28px 34px 45px;max-width:1600px;margin:auto}.page-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:25px}.page-heading p{color:#9aa4b5;font-size:11px;margin:0 0 8px}.page-heading h1{font-size:25px;letter-spacing:-.65px;margin:0 0 6px}.page-heading span{color:var(--muted);font-size:13px}.primary-button{border:0;background:var(--pink);color:#fff;border-radius:10px;padding:11px 17px;font-weight:650;box-shadow:0 7px 18px #e6297630}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.stat-card{background:#fff;border:1px solid var(--line);border-radius:14px;min-height:112px;padding:19px;display:flex;align-items:flex-start;gap:14px}.stat-icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;flex:none}.stat-icon svg{width:21px}.stat-icon.pink{background:#fff0f6;color:var(--pink)}.stat-icon.green{background:#eafaf5}.stat-icon.orange{background:#fff4e8;color:#ee8a2c}.stat-icon.violet{background:#f1efff;color:#7564dc}.pulse-dot{width:12px;height:12px;background:#1aba82;border-radius:50%;box-shadow:0 0 0 5px #1aba821c}.stat-card p{color:var(--muted);font-size:12px;margin:1px 0 6px}.stat-card h2{font-size:23px;margin:0 0 7px}.stat-card span{font-size:10px;font-weight:700;margin-right:4px}.stat-card small{color:#a0a8b6;font-size:10px}.positive{color:var(--green)}.negative{color:#e36d49}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.9fr) minmax(290px,.8fr);gap:15px;margin-top:15px}.panel{background:#fff;border:1px solid var(--line);border-radius:14px}.chart-panel,.status-panel{padding:21px}.panel-title{display:flex;align-items:flex-start;justify-content:space-between}.panel-title h3{margin:0 0 5px;font-size:14px}.panel-title p{margin:0;color:var(--muted);font-size:11px}.panel-title>button{border:0;background:none;color:#929cad}.range-tabs{display:flex;background:#f6f7f9;padding:3px;border-radius:8px}.range-tabs button{border:0;background:none;color:#8a94a6;font-size:10px;padding:6px 10px;border-radius:6px}.range-tabs button.selected{background:#fff;color:var(--ink);box-shadow:0 1px 5px #1e293b14}.chart-summary{display:flex;gap:42px;margin:24px 0 12px}.chart-summary>div{display:grid;grid-template-columns:auto auto;align-items:baseline;gap:3px 9px}.chart-summary span{grid-column:1/-1;color:#a0a9b8;font-size:9px;font-weight:700}.chart-summary b{font-size:18px}.chart-summary em{font-size:10px;font-style:normal;color:var(--green);font-weight:700}.chart{height:194px;display:flex}.y-labels{display:flex;flex-direction:column;justify-content:space-between;padding:0 8px 20px 0;color:#aab2bf;font-size:9px}.plot{flex:1;position:relative}.grid-lines{position:absolute;top:0;right:0;bottom:20px;left:0;background:repeating-linear-gradient(to bottom,#edf0f4 0,#edf0f4 1px,transparent 1px,transparent 25%)}.plot>svg{position:absolute;top:0;right:0;bottom:20px;left:0;width:100%;height:calc(100% - 20px)}.area{fill:url(#fill)}.line{fill:none;stroke:var(--pink);stroke-width:3;vector-effect:non-scaling-stroke}.x-labels{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:space-between;color:#a3acba;font-size:9px}.donut-wrap{display:grid;place-items:center;padding:18px 0 15px}.donut{width:132px;height:132px;border-radius:50%;background:conic-gradient(var(--pink) 0 50%,#7966e4 50% 79%,#f5a33f 79%);display:grid;place-items:center;position:relative}.donut:after{content:"";position:absolute;width:88px;height:88px;background:#fff;border-radius:50%}.donut>div{z-index:1;display:flex;flex-direction:column;align-items:center}.donut b{font-size:24px}.donut span{color:var(--muted);font-size:9px}.device-legend{display:flex;flex-direction:column;gap:12px}.device-legend>div{display:flex;align-items:center}.legend-color{width:8px;height:8px;border-radius:50%;margin-right:9px}.c1{background:var(--pink)}.c2{background:#7966e4}.c3{background:#f5a33f}.device-legend b{font-size:11px}.device-legend p{font-size:9px;color:var(--muted);margin:2px 0 0}.device-legend strong{margin-left:auto;font-size:11px}.table-panel{margin-top:15px;padding:20px 0 0;overflow:hidden}.table-panel>.panel-title{padding:0 20px 16px}.text-button{display:flex;align-items:center;gap:5px!important;color:var(--pink)!important;font-size:11px;font-weight:650}.text-button svg{width:14px}.table-scroll{overflow:auto}table{width:100%;border-collapse:collapse;min-width:850px}th{text-align:left;background:#fafbfc;color:#9ba5b5;font-size:9px;padding:10px 16px;border-block:1px solid var(--line)}td{padding:12px 16px;border-bottom:1px solid #f0f2f5;color:#68748a;font-size:11px}tbody tr{cursor:pointer}tbody tr:hover{background:#fff9fb}.device-name{display:flex;align-items:center;gap:9px;color:var(--ink)}.device-name>span{width:29px;height:29px;border-radius:8px;background:#fff0f6;color:var(--pink);display:grid;place-items:center}.device-name svg{width:15px}.mono{font-family:ui-monospace,monospace}.status{display:inline-flex;align-items:center;gap:6px;padding:5px 8px;border-radius:12px;font-size:10px;font-weight:650}.status i{width:6px;height:6px;border-radius:50%}.status.online{background:#eafaf5;color:#13976d}.status.online i{background:#19b980}.status.offline{background:#fff1ee;color:#d76449}.status.offline i{background:#ea7658}.row-arrow{border:0;background:none;color:#a5adba}.row-arrow svg{width:15px}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#14192655;z-index:30;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.drawer{position:absolute;right:0;top:0;bottom:0;width:min(470px,94vw);background:#fff;padding:34px;box-shadow:-20px 0 50px #10182718;overflow:auto;animation:slide .22s ease-out}.drawer-close{position:absolute;right:24px;top:24px;z-index:10;cursor:pointer;pointer-events:auto;width:36px;height:36px;border:1px solid var(--line);background:#fff;border-radius:9px;color:#768196}.drawer-close svg{width:18px}.drawer-device-icon{width:54px;height:54px;border-radius:15px;background:var(--pink-soft);color:var(--pink);display:grid;place-items:center;margin-bottom:18px}.drawer-device-icon svg{width:28px}.drawer>h2{font-size:25px;margin:12px 0 5px}.drawer>p{color:var(--muted);margin:0}.drawer-tabs{display:flex;gap:22px;border-bottom:1px solid var(--line);margin:28px 0 20px}.drawer-tabs button{border:0;background:none;color:#929bad;font-size:12px;padding:0 0 11px}.drawer-tabs button.active{color:var(--pink);border-bottom:2px solid var(--pink);font-weight:700}.drawer dl{margin:0}.drawer dl>div{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px solid #f0f2f5}.drawer dt{color:var(--muted);font-size:12px}.drawer dd{margin:0;font-weight:650;font-size:12px}.drawer-section{margin-top:26px}.drawer-section h3{font-size:13px}.mini-transaction{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f0f2f5}.mini-transaction>div{display:flex;flex-direction:column;gap:4px}.mini-transaction b{font-size:13px}.mini-transaction span{font-size:10px}.mini-transaction>div span{color:var(--muted)}.tx-ok{color:var(--green)}@keyframes slide{0%{transform:translate(100%)}to{transform:none}}@media (max-width: 1100px){.stats-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}}@media (max-width: 760px){.sidebar{width:72px;padding:24px 10px}.brand span:not(.brand-mark),.nav-item span,.nav-label,.support-card,.sidebar-user>div:not(.avatar),.sidebar-user button{display:none}.brand,.nav-item{justify-content:center;padding:0}.main{margin-left:72px}.topbar,.content{padding-inline:18px}.search{width:min(330px,70vw)}.stats-grid{grid-template-columns:1fr}}:root{--pink: #12376b;--pink-soft: #edf3fb;--ink: #102c56;--muted: #7d8ba0;--line: #e5eaf1;--bg: #f5f7fa}.brand{height:48px;padding:0 8px;gap:0}.brand img{display:block;width:177px;height:auto;object-fit:contain;object-position:left center}.support-card{background:#f1f5fb;border-color:#dce6f3}.primary-button{box-shadow:0 7px 18px #12376b30}.stat-icon.pink,.device-name>span{background:#edf3fb}.line{filter:drop-shadow(0 4px 5px #12376b20)}#fill stop:first-child,#fill stop:last-child{stop-color:#12376b}tbody tr:hover{background:#f7faff}@media (max-width: 760px){.brand{overflow:hidden}.brand img{width:50px;max-width:none}}.summary-strip{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--line);border-radius:14px;margin-bottom:15px}.summary-strip>div{padding:20px 24px;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:7px}.summary-strip>div:last-child{border:0}.summary-strip span{font-size:9px;color:var(--muted);letter-spacing:.7px;font-weight:700}.summary-strip b{font-size:22px}.green-text{color:#13a976}.red-text{color:#d76449}.view-toolbar{display:flex;align-items:center;justify-content:space-between;margin:18px 0 12px}.segmented{display:flex;background:#e9edf3;padding:3px;border-radius:9px}.segmented button{border:0;background:transparent;color:#7b879a;padding:7px 14px;border-radius:7px;font-size:11px}.segmented button.active{background:#fff;color:var(--ink);font-weight:700;box-shadow:0 1px 5px #102c5614}.outline-button{height:38px;border:1px solid var(--line);background:#fff;border-radius:9px;color:var(--ink);display:flex;align-items:center;gap:7px;padding:0 14px;font-size:11px;font-weight:650}.outline-button svg{width:16px}.date-chip{background:#fff;border:1px solid var(--line);border-radius:9px;padding:10px 14px;color:#66758a;font-size:11px}.data-panel{overflow:hidden}.data-panel table{min-width:650px}.right{text-align:right}.strong{font-weight:650;color:var(--ink)}.amount-cell{font-weight:750;color:var(--ink);font-size:12px}.empty{padding:50px;display:flex;flex-direction:column;align-items:center;color:var(--muted);gap:8px}.empty svg{width:28px}.empty b{color:var(--ink)}.empty span{font-size:11px}.narrow-content{max-width:1080px;margin-left:0}.notification-list{overflow:hidden}.notification-item{width:100%;border:0;border-bottom:1px solid var(--line);background:#fff;display:flex;align-items:flex-start;gap:14px;text-align:left;padding:20px;position:relative}.notification-item:last-child{border:0}.notification-item:hover{background:#f8faff}.notification-item.unread{background:#f4f8fd}.note-icon{width:40px;height:40px;border-radius:11px;display:grid;place-items:center;flex:none}.note-icon svg{width:19px}.note-icon.alert{background:#fff0ed;color:#db674d}.note-icon.info{background:#edf3fb;color:var(--pink)}.note-icon.ok{background:#eafaf5;color:#13a976}.notification-item b{font-size:13px}.notification-item p{color:#6f7c90;font-size:12px;margin:6px 0}.notification-item small{color:#a0a9b7;font-size:10px}.unread-dot{width:8px;height:8px;border-radius:50%;background:var(--pink);position:absolute;right:22px;top:24px}.settings-content{max-width:1160px;margin-left:0}.settings-grid{display:grid;grid-template-columns:210px 1fr;gap:18px}.settings-menu{display:flex;flex-direction:column;gap:5px}.settings-menu button{border:0;background:transparent;text-align:left;padding:12px 14px;border-radius:9px;color:#718095;font-size:12px}.settings-menu button.active{background:#e9f0f9;color:var(--pink);font-weight:700}.settings-main{display:flex;flex-direction:column;gap:15px}.settings-card{padding:22px}.settings-card h3{font-size:14px;margin:0 0 5px}.settings-card>p{font-size:11px;color:var(--muted);margin:0 0 22px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.form-grid label{font-size:10px;font-weight:700;color:#68758a;display:flex;flex-direction:column;gap:7px}.form-grid input{height:40px;border:1px solid var(--line);border-radius:8px;padding:0 11px;outline:0;color:var(--ink);background:#fbfcfd}.form-grid input:focus{border-color:#8da6c7;box-shadow:0 0 0 3px #12376b10}.toggle-row{display:flex;justify-content:space-between;align-items:center;padding:15px 0;border-top:1px solid var(--line)}.toggle-row b{font-size:12px}.toggle-row p{margin:4px 0 0;color:var(--muted);font-size:10px}.switch{width:42px;height:24px;border:0;border-radius:20px;background:#cbd3de;padding:3px;transition:.2s}.switch i{display:block;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 2px 5px #102c5622;transition:.2s}.switch.on{background:var(--pink)}.switch.on i{transform:translate(18px)}.settings-actions{display:flex;align-items:center;justify-content:flex-end;gap:18px}.settings-actions span{color:#13a976;font-size:11px}.tx-stats{margin-bottom:18px}@media (max-width: 900px){.summary-strip{grid-template-columns:repeat(2,1fr)}.summary-strip>div:nth-child(2){border-right:0}.settings-grid{grid-template-columns:1fr}.settings-menu{flex-direction:row;overflow:auto}.form-grid{grid-template-columns:1fr}}.sidebar-user-button{width:100%;background:transparent;border:0;text-align:left}.sidebar-user-button>span{margin-left:auto;color:#99a4b4}.search-wrap{position:relative}.search-results{position:absolute;top:47px;left:0;width:450px;max-height:520px;overflow:auto;background:#fff;border:1px solid var(--line);border-radius:13px;box-shadow:0 18px 45px #102c5625;z-index:50;padding:8px}.search-results-head{display:flex;justify-content:space-between;padding:10px 11px 12px;border-bottom:1px solid var(--line)}.search-results-head b{font-size:12px}.search-results-head span{font-size:10px;color:var(--muted)}.result-label{font-size:9px;color:#9ba6b6;letter-spacing:.7px;font-weight:800;margin:12px 10px 5px}.search-results>button{width:100%;border:0;background:#fff;border-radius:9px;display:flex;align-items:center;text-align:left;gap:10px;padding:9px}.search-results>button:hover{background:#f4f7fb}.search-results>button>div{display:flex;flex-direction:column;gap:3px;flex:1}.search-results>button b{font-size:11px}.search-results>button small{font-size:9px;color:var(--muted)}.search-results>button strong{font-size:11px}.result-icon{width:31px;height:31px;border-radius:8px;background:#edf3fb;color:var(--pink);display:grid;place-items:center}.result-icon svg{width:15px}.top-badge{position:absolute;right:-5px;top:-5px;min-width:17px;height:17px;padding:0 4px;border-radius:9px;background:#e25b53;color:#fff;border:2px solid #fff;font-size:9px;display:grid;place-items:center;font-weight:800}.top-profile{border:0;background:transparent;display:flex;align-items:center;gap:9px;text-align:left;color:var(--ink);padding:4px 6px;border-radius:9px}.top-profile:hover{background:#f3f6fa}.top-profile>span:nth-child(2){display:flex;flex-direction:column}.top-profile b{font-size:10px}.top-profile small{font-size:8px;color:var(--muted);margin-top:2px}.top-profile>i{font-style:normal;color:#8d98aa}.profile-menu{position:absolute;right:28px;top:66px;width:235px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 16px 40px #102c5620;padding:8px;z-index:60}.profile-card{display:flex;gap:10px;align-items:center;padding:9px 8px 13px}.avatar.large{width:38px;height:38px}.profile-card b{font-size:11px}.profile-card p{font-size:9px;color:var(--muted);margin:3px 0}.profile-menu>button{width:100%;border:0;background:#fff;border-radius:8px;padding:10px;display:flex;align-items:center;gap:9px;text-align:left;color:#5f6d82;font-size:11px}.profile-menu>button:hover{background:#f3f6fa;color:var(--ink)}.profile-menu svg{width:16px}.profile-menu hr{border:0;border-top:1px solid var(--line);margin:5px}.profile-menu .logout{color:#d35c52}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#10213c70;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:80;display:grid;place-items:center;padding:20px}.modal{width:min(540px,96vw);background:#fff;border-radius:17px;box-shadow:0 25px 80px #0b1d3935;padding:27px;position:relative}.modal-close{position:absolute;right:20px;top:20px;width:34px;height:34px;border:1px solid var(--line);background:#fff;border-radius:9px;color:#6f7c90}.modal-close svg{width:17px}.modal-head{display:flex;align-items:center;gap:13px;padding-right:40px}.modal-head h2{font-size:19px;margin:0 0 4px}.modal-head p{font-size:10px;color:var(--muted);margin:0}.modal-icon{width:44px;height:44px;border-radius:12px;background:#edf3fb;color:var(--pink);display:grid;place-items:center}.modal-icon svg{width:22px}.stepper{position:relative;display:flex;align-items:center;justify-content:center;margin:26px 80px 35px}.stepper>span{width:28px;height:28px;border-radius:50%;background:#e3e8ef;color:#8c98aa;display:grid;place-items:center;font-size:11px;font-weight:800;z-index:1}.stepper>span.done{background:var(--pink);color:#fff}.stepper>i{height:2px;background:#dde3eb;flex:1}.stepper>div{position:absolute;top:35px;left:-12px;right:-12px;display:flex;justify-content:space-between}.stepper>div b{font-size:9px;color:#778499}.modal-form{display:flex;flex-direction:column;gap:15px}.modal-form label{display:flex;flex-direction:column;gap:7px;font-size:10px;font-weight:700;color:#5e6c80}.modal-form input,.modal-form select{height:43px;border:1px solid var(--line);border-radius:9px;background:#fbfcfd;padding:0 12px;outline:0;color:var(--ink)}.modal-form input:focus,.modal-form select:focus{border-color:#7994b9;box-shadow:0 0 0 3px #12376b10}.activation-note{background:#f4f7fb;border-radius:9px;padding:12px;display:flex;flex-direction:column;gap:4px}.activation-note b{font-size:10px}.activation-note span{font-size:9px;color:var(--muted)}.device-preview{display:flex;align-items:center;gap:10px;background:#f4f7fb;border-radius:10px;padding:13px;color:var(--pink)}.device-preview svg{width:21px}.device-preview div{display:flex;flex-direction:column}.device-preview b{font-size:11px}.device-preview span{font-size:9px;color:var(--muted);margin-top:3px}.form-error{color:#d35c52;background:#fff1ef;border-radius:7px;padding:8px 10px;font-size:10px}.modal-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:22px}.toast{position:fixed;right:24px;bottom:24px;background:#12376b;color:#fff;padding:13px 17px;border-radius:10px;box-shadow:0 12px 30px #102c5630;z-index:100;font-size:11px;animation:toastIn .25s ease-out}@keyframes toastIn{0%{transform:translateY(15px);opacity:0}to{transform:none;opacity:1}}@media (max-width: 760px){.top-profile>span:nth-child(2),.top-profile>i{display:none}.search-results{width:min(450px,calc(100vw - 105px))}.profile-menu{right:12px}.modal{padding:22px}.stepper{margin-inline:55px}}.test-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;margin-top:16px}.test-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px}.test-card h3{margin:0 0 4px;font-size:14px}.test-card .hint{font-size:11px;color:var(--muted);margin:10px 0 0}.test-card label{display:block;font-size:11px;color:var(--muted);margin:12px 0 4px}.test-card select,.test-card input{width:100%;height:38px;border:1px solid var(--line);border-radius:8px;padding:0 10px;background:#f7f8fb}.test-card .row-actions{display:flex;gap:10px;margin-top:14px;flex-wrap:wrap}.danger-button{border:0;background:#e0293a;color:#fff;border-radius:10px;padding:10px 16px;font-weight:650}.danger-button:disabled{opacity:.6;cursor:default}.log-list{max-height:280px;overflow:auto;margin-top:8px}.log-list .entry{padding:8px 0;border-bottom:1px solid #f0f2f5;font-size:12px}.log-list .entry .meta{color:var(--muted);font-size:10px}@media (max-width: 1100px){.test-grid{grid-template-columns:1fr}}.checkbox-row{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--ink)}.checkbox-row input{width:auto;height:auto}.token-cache-grid{display:grid;grid-template-columns:minmax(280px,380px) 1fr;gap:18px}.token-cache-grid textarea{border:1px solid var(--line);border-radius:8px;padding:10px;resize:vertical;font:inherit;background:#fbfcfd}.cache-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:22px}.cache-summary>div{background:#f4f7fb;border-radius:10px;padding:12px;display:flex;flex-direction:column;gap:5px}.cache-summary span{font-size:9px;color:var(--muted)}.cache-summary b{font-size:16px}.cache-success{color:#159a70;background:#eafaf5;border-radius:7px;padding:8px 10px;font-size:10px}.cache-list{display:flex;flex-direction:column;gap:8px}.cache-item{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--line);border-radius:10px;padding:12px}.cache-item b{font-size:11px}.cache-item p{margin:4px 0;color:#5f6d82;font-size:11px}.cache-item small{color:var(--muted);font-size:9px}.cache-item audio{width:190px;height:32px}@media (max-width: 900px){.token-cache-grid{grid-template-columns:1fr}.cache-item{align-items:flex-start;flex-direction:column}.cache-item audio{width:100%}}.settings-card .table-scroll table tbody tr{cursor:pointer}.settings-card .table-scroll table tbody tr.selected{background:#eef3fa}.mode-badge{display:inline-block;padding:3px 9px;border-radius:999px;font-size:11px;font-weight:700;background:#eef1f5;color:#55657c}.mode-badge.static{background:#e6f6ef;color:#13a976}.qr-link-form{display:flex;flex-direction:column;gap:16px}.qr-link-form .mode-choice{border:0;padding:0;margin:0;display:flex;gap:18px;align-items:center}.qr-link-form .mode-choice legend{font-size:10px;font-weight:700;color:#68758a;margin-bottom:8px}.qr-link-form .mode-choice label{display:flex;gap:6px;align-items:center;font-size:12px}.qr-link-form label.stacked{display:flex;flex-direction:column;gap:7px;font-size:10px;font-weight:700;color:#68758a}.qr-link-form textarea{border:1px solid var(--line);border-radius:8px;padding:10px 11px;font:inherit;resize:vertical;background:#fbfcfd}.qr-link-form .row-actions{display:flex;gap:12px;align-items:center}.qr-link-form .hint{font-size:11px;color:var(--muted);margin:0}.qr-link-form .hint.warn{color:#c2410c}.form-error{color:#dc2626;font-size:12px;margin:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;display:grid;place-items:center;z-index:50}.modal.qr-scanner{width:min(92vw,480px);background:#fff;border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:14px}.modal.qr-scanner h3{margin:0;font-size:14px}.modal.qr-scanner video{width:100%;aspect-ratio:1;object-fit:cover;border-radius:12px;background:#000}.head-actions{display:flex;gap:10px;align-items:center}
