:root{--bg:#f4f6fc;--v2-card:#fff;--indigo:#4f6bed;--indigo-tint:#eaf0fe;--indigo-strong:#3a52c9;--text:#1e2233;--v2-muted:#6b7280;--subtle:#9aa3b2;--v2-border:#eceef5;--green-text:#16a34a;--green-bg:#e7f8ef;--red-text:#e5484d;--red-bg:#fdecec;--amber-text:#b45309;--amber-bg:#fef3e2;--violet-text:#7c3aed;--violet-bg:#f1ebfe;--r-card:20px;--r-inner:12px;--r-pill:999px;--shadow:0 8px 24px #141e500f;--shadow-sm:0 4px 12px #141e500d;--shadow-lg:0 18px 48px #141e501f}.dv2{font-family:Inter,system-ui,-apple-system,sans-serif;color:var(--text);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.dv2 a{color:inherit}.dv2 .app,.dv2.app{display:flex;gap:24px;padding:24px;min-height:100vh;width:100%;margin:0 auto;position:relative;z-index:1}.dv2 .bg-glows{position:fixed;inset:0;overflow:hidden;pointer-events:none;z-index:0}.dv2 .bg-glows .glow{position:absolute;border-radius:50%;filter:blur(70px);opacity:.5}.dv2 .bg-glows .g1{width:460px;height:460px;top:-70px;left:140px;background:radial-gradient(circle,#4f6bed73,#0000 70%)}.dv2 .bg-glows .g2{width:400px;height:400px;top:30px;right:60px;background:radial-gradient(circle,#9580f766,#0000 70%)}.dv2 .bg-glows .g3{width:520px;height:520px;bottom:-140px;left:38%;background:radial-gradient(circle,#78c4ec52,#0000 70%)}.dv2 .sidebar{width:240px;flex-shrink:0;background:#ffffffb3;-webkit-backdrop-filter:blur(18px) saturate(140%);backdrop-filter:blur(18px) saturate(140%);border:1px solid #ffffff8c;border-radius:var(--r-card);box-shadow:var(--shadow);padding:24px 16px;display:flex;flex-direction:column;position:sticky;top:24px;height:calc(100vh - 48px)}.dv2 .brand{display:flex;align-items:center;gap:10px;padding:4px 8px 0;margin-bottom:28px}.dv2 .brand-mark{width:38px;height:38px;border-radius:11px;background:linear-gradient(135deg,var(--indigo) 0,var(--indigo-strong) 100%);display:grid;place-items:center;box-shadow:0 6px 14px #4f6bed52;flex-shrink:0}.dv2 .brand-name{font-size:20px;font-weight:800;letter-spacing:-.02em;white-space:nowrap}.dv2 .brand-name span{color:var(--indigo)}.dv2 .brand-text{display:flex;flex-direction:column;align-items:flex-start;gap:3px;min-width:0}.dv2 .env-badge{display:inline-flex;align-items:center;padding:2px 7px;border-radius:6px;font-size:10px;font-weight:800;letter-spacing:.06em;line-height:1.5;text-transform:uppercase;color:#92400e;background:#fef3c7;border:1px solid #fcd34d;white-space:nowrap;flex-shrink:0}.dv2 .env-badge[data-env=local]{color:#3730a3;background:#e0e7ff;border-color:#c7d2fe}.dv2 .mobile-bar .env-badge{font-size:9px;padding:1px 5px}.dv2 .nav{display:flex;flex-direction:column;gap:4px;overflow-y:auto;padding-bottom:16px}.dv2 .nav::-webkit-scrollbar{width:0}.dv2 .nav-label{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--subtle);padding:14px 12px 6px}.dv2 .nav-label:first-child{padding-top:4px}.dv2 .nav-filter{display:flex;align-items:center;gap:8px;margin:2px 2px 8px;padding:0 10px;height:38px;border-radius:var(--r-inner);background:#f6f8fe;border:1px solid #0000;transition:border-color .15s ease,background .15s ease}.dv2 .nav-filter:focus-within{background:#fff;border-color:var(--indigo)}.dv2 .nav-filter input:focus,.dv2 .nav-filter input:focus-visible{box-shadow:none}.dv2 .nav-filter svg{width:16px;height:16px;color:var(--subtle);flex-shrink:0}.dv2 .nav-filter input{flex:1;min-width:0;border:none;outline:none;background:#0000;font-size:13px;color:var(--text)}.dv2 .nav-filter input::placeholder{color:var(--subtle)}.dv2 .nav-filter button{display:inline-flex;align-items:center;justify-content:center;border:none;background:#0000;color:var(--subtle);cursor:pointer;padding:2px;border-radius:6px}.dv2 .nav-filter button:hover{color:var(--text);background:#0000000a}.dv2 .nav-label-btn{display:flex;align-items:center;justify-content:space-between;width:100%;border:none;background:none;cursor:pointer;font:inherit;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--subtle);padding:14px 12px 6px}.dv2 .nav-label-btn:hover{color:var(--v2-muted)}.dv2 .nav-label-btn svg{width:14px;height:14px;transition:transform .18s ease}.dv2 .nav-label-btn.collapsed svg{transform:rotate(-90deg)}.dv2 .nav-label-fav{display:flex;align-items:center;gap:6px}.dv2 .nav-label-fav svg{width:13px;height:13px;color:var(--indigo);fill:var(--indigo)}.dv2 .nav-row{position:relative}.dv2 .nav-pin{position:absolute;top:50%;right:8px;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border:none;background:none;color:var(--subtle);border-radius:8px;cursor:pointer;opacity:0;transition:opacity .12s ease,background .12s ease,color .12s ease}.dv2 .nav-pin svg{width:15px;height:15px}.dv2 .nav-row:hover .nav-pin{opacity:1}.dv2 .nav-pin:hover{background:#0000000d;color:var(--text)}.dv2 .nav-pin.on{opacity:.5;color:var(--indigo)}.dv2 .nav-row:hover .nav-pin.on{opacity:1}.dv2 .nav-item{display:flex;align-items:center;gap:12px;padding:11px 14px;border-radius:var(--r-inner);color:var(--v2-muted);font-weight:500;font-size:14px;cursor:pointer;position:relative;text-decoration:none;transition:background .15s ease,color .15s ease}.dv2 .nav-item svg{width:20px;height:20px;flex-shrink:0}.dv2 .nav-item:hover{background:#f6f8fe;color:var(--text)}.dv2 .nav-item.active{background:var(--indigo-tint);color:var(--indigo-strong);font-weight:600}.dv2 .nav-item.active:before{content:"";position:absolute;left:-16px;top:50%;transform:translateY(-50%);width:4px;height:22px;border-radius:0 4px 4px 0;background:var(--indigo)}.dv2 .nav-item .tag{margin-left:auto;font-size:11px;font-weight:700;background:var(--red-text);color:#fff;border-radius:var(--r-pill);padding:1px 7px}.dv2 .nav-item .tag.live{background:var(--red-bg);color:var(--red-text);display:inline-flex;align-items:center;gap:4px}.dv2 .nav-item .tag.live:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--red-text)}.dv2 .support-card{margin-top:auto;background:#eaf0fe8c;-webkit-backdrop-filter:blur(10px) saturate(140%);backdrop-filter:blur(10px) saturate(140%);border:1px solid #fff9;border-radius:var(--r-inner);padding:16px;text-align:left;flex-shrink:0}.dv2 .support-icon{width:36px;height:36px;border-radius:10px;background:var(--v2-card);display:grid;place-items:center;color:var(--indigo);box-shadow:var(--shadow-sm);margin-bottom:12px}.dv2 .support-card h4{margin:0 0 3px;font-size:14px;font-weight:700}.dv2 .support-card p{margin:0 0 12px;font-size:12.5px;color:var(--v2-muted);line-height:1.45}.dv2 .support-btn{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:600;color:var(--indigo);text-decoration:none}.dv2 .support-btn svg{width:14px;height:14px}.dv2 .side-user{margin-top:auto;display:flex;align-items:center;gap:11px;padding:10px;border-radius:var(--r-inner);border:1px solid var(--v2-border);background:#ffffff80;flex-shrink:0}.dv2 .side-user .nm{font-size:13.5px;font-weight:600;line-height:1.2}.dv2 .side-user .rl{font-size:12px;color:var(--subtle)}.dv2 .side-user .more{width:40px;height:40px;margin:-10px -8px -10px auto;color:var(--subtle);display:grid;place-items:center;cursor:pointer;background:none;border:none;padding:0}.dv2 .side-user .more svg{width:18px;height:18px}.dv2 .main{flex:1}.dv2 .main,.dv2 .main>.animate-fade-in{min-width:0;display:flex;flex-direction:column;gap:24px}.dv2 .main>.animate-fade-in{overflow-x:clip}.dv2 .topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;position:sticky;top:12px;z-index:20;background:#ffffff8c;-webkit-backdrop-filter:blur(14px) saturate(150%);backdrop-filter:blur(14px) saturate(150%);border:1px solid #ffffff80;border-radius:18px;padding:10px 14px}.dv2 .page-head{min-width:0}.dv2 .page-head .crumb{font-size:13px;color:var(--subtle);font-weight:500;margin-bottom:4px}.dv2 .page-head .crumb b{color:var(--v2-muted);font-weight:600}.dv2 .page-head h1{margin:0;font-size:24px;font-weight:700;letter-spacing:-.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--text);font-family:inherit}.dv2 .topbar-right{display:flex;align-items:center;gap:14px}.dv2 .search{display:flex;align-items:center;gap:9px;background:var(--v2-card);border:1px solid var(--v2-border);border-radius:var(--r-inner);padding:0 14px;height:44px;width:280px;color:var(--subtle)}.dv2 .search svg{width:18px;height:18px;flex-shrink:0}.dv2 .search input{border:none;outline:none;background:none;font-family:inherit;font-size:14px;color:var(--text);width:100%}.dv2 .search input::placeholder{color:var(--subtle)}.dv2 .search:focus-within{border-color:var(--indigo);box-shadow:0 0 0 3px #4f6bed29}.dv2 .search input:focus,.dv2 .search input:focus-visible{box-shadow:none}.dv2 .search .kbd{font-size:11px;font-weight:600;color:var(--subtle);border:1px solid var(--v2-border);border-radius:6px;padding:2px 6px;flex-shrink:0}.dv2 .icon-btn{width:44px;height:44px;border-radius:var(--r-inner);background:var(--v2-card);border:1px solid var(--v2-border);display:grid;place-items:center;color:var(--v2-muted);cursor:pointer;position:relative;transition:border-color .15s ease,color .15s ease}.dv2 .icon-btn:hover{color:var(--indigo);border-color:#dde2f2}.dv2 .icon-btn svg{width:20px;height:20px}.dv2 .icon-btn .dot{position:absolute;top:11px;right:12px;width:8px;height:8px;border-radius:50%;background:var(--red-text);border:2px solid var(--v2-card)}.dv2 .admin-chip{display:flex;align-items:center;gap:10px;background:var(--v2-card);border:1px solid var(--v2-border);border-radius:var(--r-pill);padding:5px 14px 5px 6px;cursor:pointer;transition:border-color .15s ease}.dv2 .admin-chip:hover{border-color:#dde2f2}.dv2 .admin-avatar{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#6e86f2,#4f6bed);color:#fff;display:grid;place-items:center;font-weight:700;font-size:13px;flex-shrink:0}.dv2 .admin-chip .nm{font-size:13.5px;font-weight:600;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dv2 .admin-chip .caret{color:var(--subtle);display:grid}.dv2 .admin-chip .caret svg{width:16px;height:16px}.dv2 .av{border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:700;flex-shrink:0}.dv2 .av,.dv2 .av.v1{background:linear-gradient(140deg,#8aa0f6,#4f6bed)}.dv2 .av.v2{background:linear-gradient(140deg,#f6a8c9,#e5567f)}.dv2 .av.v3{background:linear-gradient(140deg,#9ddfa8,#2fb36a)}.dv2 .av.v4{background:linear-gradient(140deg,#fcc98b,#f08a28)}.dv2 .av.v5{background:linear-gradient(140deg,#b9a3f7,#7c3aed)}.dv2 .av.v6{background:linear-gradient(140deg,#8fd7e8,#2bb0ce)}.dv2 .av.s28{width:28px;height:28px;font-size:11px}.dv2 .av.s34{width:34px;height:34px;font-size:13px}.dv2 .av.s40{width:40px;height:40px;font-size:14px}.dv2 .av.s48{width:48px;height:48px;font-size:16px}.dv2 .av.s56{width:56px;height:56px;font-size:19px}.dv2 .av.ring{box-shadow:0 0 0 4px var(--indigo-tint)}.dv2 .card{background:#ffffffb8;-webkit-backdrop-filter:blur(16px) saturate(140%);backdrop-filter:blur(16px) saturate(140%);border:1px solid #fff9;border-radius:var(--r-card);box-shadow:var(--shadow)}.dv2 .card.solid{background:var(--v2-card);-webkit-backdrop-filter:none;backdrop-filter:none;border:1px solid var(--v2-border)}.dv2 .chat-card{padding:0;overflow:hidden;height:calc(100vh - 124px);display:flex;flex-direction:column;min-width:0;overflow-x:hidden}.dv2 .chat-card>.cvx{flex:1;min-height:0;min-width:0}.dv2 .card-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 22px 16px}.dv2 .card-title{display:flex;align-items:center;gap:11px;font-size:17px;font-weight:600;color:var(--text);font-family:inherit;margin:0;letter-spacing:0}.dv2 .card-title .ic{width:36px;height:36px;border-radius:10px;background:var(--indigo-tint);color:var(--indigo);display:grid;place-items:center;flex-shrink:0}.dv2 .card-title .ic svg{width:19px;height:19px}.dv2 .card-sub{font-size:13px;color:var(--subtle);font-weight:500}.dv2 .see-all{font-size:13px;font-weight:600;color:var(--indigo);text-decoration:none;display:inline-flex;align-items:center;gap:5px}.dv2 .see-all svg{width:15px;height:15px}.dv2 .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:inherit;font-size:14px;font-weight:600;border-radius:var(--r-inner);padding:11px 18px;border:1px solid #0000;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background .15s ease,border-color .15s ease,transform .05s ease,box-shadow .15s ease}.dv2 .btn:active{transform:translateY(1px)}.dv2 .btn svg{width:18px;height:18px}.dv2 .btn-primary{background:var(--indigo);color:#fff;box-shadow:0 6px 16px #4f6bed47}.dv2 .btn-primary:hover{background:var(--indigo-strong)}.dv2 .btn-ghost{background:var(--v2-card);border-color:var(--v2-border);color:var(--text)}.dv2 .btn-ghost:hover{border-color:#dde2f2}.dv2 .btn-tint{background:var(--indigo-tint);color:var(--indigo-strong)}.dv2 .btn-tint:hover{background:#dee7fe}.dv2 .btn-danger{background:var(--red-bg);color:var(--red-text)}.dv2 .btn-danger:hover{background:#fbdcdc}.dv2 .btn.sm{padding:8px 13px;font-size:13px}.dv2 .btn.block{width:100%}.dv2 .filter{display:inline-flex;align-items:center;gap:9px;background:var(--v2-card);border:1px solid var(--v2-border);border-radius:var(--r-inner);padding:9px 14px;font-size:13.5px;font-weight:500;color:var(--text);cursor:pointer;transition:border-color .15s ease}.dv2 .filter:hover{border-color:#dde2f2}.dv2 .filter svg{width:16px;height:16px;color:var(--subtle)}.dv2 .pill{display:inline-flex;align-items:center;gap:6px;border-radius:var(--r-pill);padding:5px 12px 5px 9px;font-size:12.5px;font-weight:600;white-space:nowrap}.dv2 .pill svg{width:14px;height:14px}.dv2 .pill.ok{background:var(--green-bg);color:var(--green-text)}.dv2 .pill.no{background:var(--red-bg);color:var(--red-text)}.dv2 .pill.amber{background:var(--amber-bg);color:var(--amber-text)}.dv2 .pill.violet{background:var(--violet-bg);color:var(--violet-text)}.dv2 .pill.indigo{background:var(--indigo-tint);color:var(--indigo-strong)}.dv2 .pill.muted{background:#f1f3f9;color:var(--v2-muted)}.dv2 .pill .live-dot{width:7px;height:7px;border-radius:50%;background:var(--red-text);animation:dv2LivePulse 1.4s ease-in-out infinite}@keyframes dv2LivePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.75)}}.dv2 .tabs{display:flex;gap:4px;border-bottom:1px solid var(--v2-border);padding:0 6px}.dv2 .tab{padding:13px 16px;font-size:14px;font-weight:600;color:var(--v2-muted);cursor:pointer;border-bottom:2px solid #0000;margin-bottom:-1px;transition:color .15s ease;white-space:nowrap}.dv2 .tab:hover{color:var(--text)}.dv2 .tab.active{color:var(--indigo-strong);border-bottom-color:var(--indigo)}.dv2 .segmented{display:inline-flex;background:#eef1f8;border-radius:var(--r-inner);padding:4px;gap:2px}.dv2 .segmented button{font-family:inherit;font-size:13px;font-weight:600;color:var(--v2-muted);background:none;border:none;border-radius:9px;padding:7px 14px;cursor:pointer;transition:background .15s ease,color .15s ease}.dv2 .segmented button.active{background:var(--v2-card);color:var(--indigo-strong);box-shadow:var(--shadow-sm)}.dv2 .kpi{padding:20px 22px}.dv2 .kpi .kpi-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.dv2 .kpi .kpi-ic{width:42px;height:42px;border-radius:12px;display:grid;place-items:center}.dv2 .kpi .kpi-ic svg{width:21px;height:21px}.dv2 .kpi .kpi-val{font-size:30px;font-weight:700;letter-spacing:-.02em;line-height:1;font-family:inherit;color:var(--text)}.dv2 .kpi .kpi-label{font-size:13.5px;color:var(--v2-muted);margin-top:7px}.dv2 .trend{display:inline-flex;align-items:center;gap:4px;font-size:12.5px;font-weight:700;padding:3px 8px;border-radius:var(--r-pill)}.dv2 .trend svg{width:13px;height:13px}.dv2 .trend.up{background:var(--green-bg);color:var(--green-text)}.dv2 .trend.down{background:var(--red-bg);color:var(--red-text)}.dv2 .bar{height:8px;background:var(--indigo-tint);overflow:hidden}.dv2 .bar,.dv2 .bar>span{border-radius:var(--r-pill)}.dv2 .bar>span{display:block;height:100%;background:linear-gradient(90deg,var(--indigo),#6e86f2)}.dv2 .row{display:flex;align-items:center;gap:13px;padding:13px 22px;border-top:1px solid var(--v2-border)}.dv2 .row:hover{background:#fafbff}.dv2 .row .row-main{min-width:0;flex:1}.dv2 .row .row-title{font-weight:600;font-size:14px}.dv2 .row .row-sub{font-size:12.5px;color:var(--subtle);margin-top:2px}.dv2 .mobile-only{display:none}.dv2 .spacer{flex:1}.dv2 .muted{color:var(--v2-muted)}.dv2 .subtle{color:var(--subtle)}.dv2 table.tbl{width:100%;border-collapse:collapse}.dv2 table.tbl thead th{text-align:left;font-size:11.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--subtle);padding:10px 22px}.dv2 table.tbl tbody td{padding:14px 22px;border-top:1px solid var(--v2-border);vertical-align:middle;font-size:14px}.dv2 table.tbl tbody tr{transition:background .12s ease}.dv2 table.tbl tbody tr:hover{background:#fafbff}.dv2 .mobile-bar{display:none;align-items:center;justify-content:space-between;padding:max(14px,env(safe-area-inset-top)) 18px 14px;background:#ffffffb8;-webkit-backdrop-filter:blur(16px) saturate(140%);backdrop-filter:blur(16px) saturate(140%);position:sticky;top:0;z-index:40;box-shadow:var(--shadow-sm)}.dv2 .mobile-bar .brand{margin:0;padding:0}.dv2 .mobile-bar .brand-mark{width:34px;height:34px}.dv2 .mobile-bar .brand-name{font-size:18px}.dv2 .mobile-bar-right{display:flex;gap:10px;align-items:center}.dv2 .mobile-pagehead{display:none}.dv2 .mobile-pagehead .crumb{font-size:12.5px;color:var(--subtle);font-weight:500;margin-bottom:3px}.dv2 .mobile-pagehead .crumb b{color:var(--v2-muted)}.dv2 .mobile-pagehead h1{margin:0;font-size:22px;font-weight:700;letter-spacing:-.02em;color:var(--text);font-family:inherit}.dv2 .page-nav{display:flex;align-items:center;gap:8px;min-width:0;padding:6px 24px 2px}.dv2 .page-nav-back{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;flex-shrink:0;border-radius:9px;border:1px solid var(--v2-border,#0f172a14);background:#fff9;color:var(--v2-muted,#5e6473);cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.dv2 .page-nav-back:hover{background:#fff;color:var(--text,#0f172a);border-color:var(--v2-border-strong,#0f172a24)}.dv2 .page-nav-back svg{width:16px;height:16px}.dv2 .page-nav-crumbs{min-width:0}.dv2 .main--chat .page-nav{display:none}.dv2 .bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;background:#ffffffd1;-webkit-backdrop-filter:blur(16px) saturate(140%);backdrop-filter:blur(16px) saturate(140%);border-top:1px solid var(--v2-border);padding:8px 6px max(8px,env(safe-area-inset-bottom));justify-content:space-around;z-index:40;box-shadow:0 -4px 16px #141e500d}.dv2 .bottom-nav a{display:flex;flex-direction:column;align-items:center;gap:3px;font-size:10.5px;font-weight:500;color:var(--subtle);text-decoration:none;padding:4px 10px;border-radius:10px}.dv2 .bottom-nav a svg{width:22px;height:22px}.dv2 .bottom-nav a.active{color:var(--indigo)}.dv2 .chat-fab{display:none;position:fixed;right:18px;bottom:calc(72px + env(safe-area-inset-bottom));z-index:55;width:56px;height:56px;border-radius:50%;align-items:center;justify-content:center;background:var(--indigo);color:#fff;box-shadow:0 10px 26px #4f6bed6b,0 2px 6px #141e502e;transition:transform .12s ease,box-shadow .15s ease}.dv2 .chat-fab.no-bottom-nav{bottom:calc(18px + env(safe-area-inset-bottom))}.dv2 .chat-fab:active{transform:scale(.94)}.dv2 .chat-fab svg{width:25px;height:25px}.dv2 .chat-fab .chat-fab-badge{position:absolute;top:-3px;right:-3px;min-width:20px;height:20px;padding:0 5px;border-radius:10px;background:var(--red-text,#e5484d);color:#fff;font-size:11px;font-weight:800;line-height:20px;text-align:center;border:2px solid var(--v2-bg,#fff);box-sizing:border-box}@media (max-width:1366px){.dv2 .app,.dv2.app{padding:18px;gap:18px}.dv2 .sidebar{top:18px;height:calc(100vh - 36px)}.dv2 .kpi{padding:16px 18px}.dv2 .kpi .kpi-ic{width:38px;height:38px}.dv2 .kpi .kpi-ic svg{width:19px;height:19px}.dv2 .kpi .kpi-val{font-size:26px}.dv2 .kpi .kpi-label{font-size:13px}}@media (min-width:721px) and (max-width:1080px){.dv2 .sidebar{width:76px;padding:20px 10px}.dv2 .brand{justify-content:center;padding:4px 0 0}.dv2 .brand-text,.dv2 .nav-label{display:none}.dv2 .nav-item{justify-content:center;gap:0;padding:11px 0}.dv2 .nav-item .tag,.dv2 .nav-item>span:not(.tag){display:none}.dv2 .nav-item .tag.live{display:block;position:absolute;top:6px;right:10px;width:8px;height:8px;min-width:0;padding:0;margin:0;border-radius:50%;background:var(--red-text);font-size:0;gap:0}.dv2 .nav-item .tag.live:before{display:none}.dv2 .nav-item.active:before{left:-10px}.dv2 .support-card{display:none}.dv2 .side-user{justify-content:center;padding:8px}.dv2 .side-user .more,.dv2 .side-user>div:not(.av),.dv2 .side-version{display:none}}@media (max-width:1100px){.dv2 .topbar .search{display:none}.dv2 .topbar-right{min-width:0;gap:10px;flex-shrink:0}.dv2 .page-head{flex:1 1 auto;min-width:0}}@media (max-width:720px){.dv2 .app,.dv2.app{flex-direction:column;padding:0;gap:0;min-height:auto}.dv2 .sidebar{display:none}.dv2 .bottom-nav,.dv2 .chat-fab,.dv2 .mobile-bar{display:flex}.dv2 .main{padding:18px 16px 92px;gap:18px}.dv2 .topbar{display:none}.dv2 .mobile-only,.dv2 .mobile-pagehead{display:block}.dv2 .chat-card{height:calc(100vh - 84px);height:calc(100dvh - 84px);border-radius:18px;overflow-x:hidden}.dv2 .main--chat{padding-bottom:14px;padding-top:14px}.dv2 .main--chat .mobile-pagehead{display:none!important}}@media (max-width:520px){.dv2 .main{padding:14px 12px 96px;gap:16px}.dv2 .page-nav{padding:4px 0 2px}.dv2 .main--chat{padding:10px 8px}.dv2 .chat-card{height:calc(100vh - 76px);height:calc(100dvh - 76px)}.dv2 .ls-pill-tabs,.dv2 .segmented,.dv2 .tabs{overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none}.dv2 .ls-pill-tabs::-webkit-scrollbar,.dv2 .segmented::-webkit-scrollbar,.dv2 .tabs::-webkit-scrollbar{display:none}.dv2 .btn{min-height:42px}.dv2 .btn.sm{min-height:36px}.dv2 .icon-btn{min-width:40px;min-height:40px}.dv2 .card-head{padding-top:16px}}.dv2.mobile-drawer{background:#fff;overflow-y:auto}.mobile-drawer .sidebar{display:flex!important;width:100%;height:100%;position:static;border:none;border-radius:0;box-shadow:none;background:#fff}