:root{--ink:#252525;--muted:#858585;--line:#ececec;--soft-line:#f2f2f2;--red:#d9293d;--orange:#d58a16;--green:#22b969;--bar-green:#44d486;--paper:#fff;--subtle:#f7f7f7;--focus:#315fce;color-scheme:light;font-synthesis:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans TC,Arial,sans-serif}*{box-sizing:border-box}html{background:var(--paper);min-width:320px}body{min-width:320px;min-height:100vh;color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;margin:0}body.drawer-open{overflow:hidden}button,select,input{font:inherit}button:focus-visible,select:focus-visible,input:focus-visible,summary:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.dashboard-app{min-height:100vh}.dashboard-header{z-index:50;border-bottom:1px solid var(--line);backdrop-filter:blur(12px);background:#fffffff5;justify-content:space-between;align-items:center;gap:24px;min-height:64px;padding:0 24px;font-size:13px;display:flex;position:sticky;top:0}.dashboard-header-context,.dashboard-header-actions{align-items:center;min-width:0;display:flex}.dashboard-header-context{flex:0 auto;gap:16px}.dashboard-header-divider{background:var(--line);flex:none;width:1px;height:24px}.dashboard-header-title{color:#555a61;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:650;overflow:hidden}.dashboard-header .dashboard-header-actions{flex:none;justify-content:flex-end;gap:12px}.dashboard-header .dashboard-switcher button{min-height:0}.dashboard-header .auth-button{min-height:30px}.last-update{color:var(--muted)}.imap-check-history{position:relative}.imap-check-history-trigger{color:var(--muted);cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:4px 2px;display:inline-flex}.imap-check-history-trigger:hover,.imap-check-history-trigger[aria-expanded=true]{color:var(--ink)}.imap-check-history-trigger>span{font-size:11px;transition:transform .14s}.imap-check-history-trigger[aria-expanded=true]>span{transform:rotate(180deg)}.imap-check-history-popup{z-index:60;border:1px solid var(--line);background:var(--paper);border-radius:12px;width:min(360px,100vw - 32px);position:absolute;top:calc(100% + 14px);right:0;overflow:hidden;box-shadow:0 18px 50px #1e1e1e29}.imap-check-history-popup>header{border-bottom:1px solid var(--soft-line);justify-content:space-between;align-items:start;gap:16px;padding:16px 16px 13px;display:flex}.imap-check-history-popup>header div{gap:3px;display:grid}.imap-check-history-popup>header strong{color:var(--ink);font-size:14px}.imap-check-history-popup>header small{color:var(--muted);font-size:11px}.imap-check-history-popup>header button{color:#666;background:var(--subtle);cursor:pointer;border:0;border-radius:7px;flex:none;width:26px;height:26px;font-size:18px;line-height:1}.imap-check-history-popup ol{max-height:360px;margin:0;padding:5px 0;list-style:none;overflow-y:auto}.imap-check-history-popup li{border-bottom:1px solid var(--soft-line);grid-template-columns:auto auto 1fr;align-items:center;gap:9px;min-height:43px;padding:8px 16px;display:grid}.imap-check-history-popup li:last-child{border-bottom:0}.imap-check-history-popup time{color:var(--ink);font-variant-numeric:tabular-nums;font-weight:650}.imap-check-success{color:#137a45;background:#eaf8f0;border-radius:999px;padding:2px 6px;font-size:10px;font-weight:700}.imap-check-history-popup li small{color:var(--muted);text-align:right;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.imap-check-history-state{color:var(--muted);text-align:center;margin:0;padding:24px 16px;font-size:11px}.imap-check-history-state.is-error{color:var(--red)}.dashboard-switcher{color:var(--ink);text-align:left;flex:none;font-size:12px;display:inline-flex;position:relative}.dashboard-switcher.is-open{z-index:40}.dashboard-switcher-trigger{min-width:0;height:38px;color:var(--ink);background:var(--paper);cursor:pointer;text-align:left;border:1px solid #dedede;border-radius:9px;align-items:center;gap:9px;padding:0 10px;transition:border-color .12s,background-color .12s,box-shadow .12s;display:inline-flex}.dashboard-switcher-trigger:hover,.dashboard-switcher.is-open .dashboard-switcher-trigger{background:var(--subtle);border-color:#cacaca}.dashboard-switcher.is-open .dashboard-switcher-trigger{box-shadow:0 4px 14px #1c1c1c14}.dashboard-switcher-menu-icon{border-top:1.5px solid;border-bottom:1.5px solid;flex:none;width:15px;height:12px;position:relative}.dashboard-switcher-menu-icon:after{content:"";border-top:1.5px solid;position:absolute;top:4px;left:0;right:0}.dashboard-switcher-trigger-copy{gap:1px;min-width:0;display:grid}.dashboard-switcher-trigger-kicker,.dashboard-switcher-panel-kicker{color:var(--muted);letter-spacing:.08em;font-size:8px;font-weight:700;line-height:1}.dashboard-switcher-trigger-label{text-overflow:ellipsis;white-space:nowrap;max-width:210px;font-size:11px;font-weight:700;line-height:1.2;overflow:hidden}.dashboard-switcher-chevron{border-bottom:1.5px solid #777;border-right:1.5px solid #777;flex:none;width:7px;height:7px;margin:-3px 2px 0 0;transition:transform .12s;transform:rotate(45deg)}.dashboard-switcher.is-open .dashboard-switcher-chevron{margin-top:3px;transform:rotate(225deg)}.dashboard-switcher-panel[hidden],.dashboard-switcher-backdrop[hidden],.dashboard-switcher-backdrop{display:none}.dashboard-switcher-panel{border:1px solid var(--line);background:var(--paper);border-radius:12px;width:294px;max-height:min(520px,100vh - 76px);position:absolute;top:calc(100% + 8px);left:0;overflow:auto;box-shadow:0 16px 44px #1a1a1a29}.dashboard-switcher-panel:focus{outline:none}.dashboard-switcher-panel-header{border-bottom:1px solid var(--soft-line);justify-content:space-between;align-items:center;padding:15px 16px 12px;display:flex}.dashboard-switcher-panel-header>div{gap:4px;display:grid}.dashboard-switcher-panel-header h2{letter-spacing:-.02em;margin:0;font-size:15px}.dashboard-switcher-close{border:1px solid var(--line);color:#5b5b5b;background:var(--paper);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;font-size:20px;line-height:1;display:none}.dashboard-switcher-navigation{padding:8px}.dashboard-switcher-list,.dashboard-switcher-sublist{margin:0;padding:0;list-style:none}.dashboard-switcher-list{gap:2px;display:grid}.dashboard-switcher-link{color:#3e3e3e;border-radius:8px;align-items:center;gap:10px;min-height:42px;padding:9px 10px;font-size:12px;font-weight:650;text-decoration:none;display:flex}.dashboard-switcher-link:hover{color:var(--ink);background:var(--subtle)}.dashboard-switcher-link:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.dashboard-switcher-link-marker{border:1.5px solid #b1b1b1;border-radius:50%;flex:none;width:7px;height:7px}.dashboard-switcher-link.is-current{color:#a51e2f;background:#d9293d12}.dashboard-switcher-link.is-current .dashboard-switcher-link-marker{border-color:var(--red);background:var(--red);box-shadow:0 0 0 3px #d9293d17}.dashboard-switcher-list>.is-section-current>.dashboard-switcher-link:not(.is-current) .dashboard-switcher-link-marker{border-color:#d9293d8c}.dashboard-switcher-current-label{color:var(--red);background:var(--paper);border-radius:999px;margin-left:auto;padding:2px 6px;font-size:9px;font-weight:700}.dashboard-switcher-sublist{gap:2px;margin:1px 0 4px 18px;padding-left:13px;display:grid;position:relative}.dashboard-switcher-sublist:before{background:var(--line);content:"";width:1px;position:absolute;top:0;bottom:0;left:0}.dashboard-switcher-link.is-child{color:#666;min-height:36px;padding-top:7px;padding-bottom:7px;font-size:11px}.dashboard-switcher-link.is-child .dashboard-switcher-link-marker{width:5px;height:5px}.app-summary{color:var(--muted)}.app-summary>i{background:var(--red);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 3px #d9293d14}.app-summary>strong{color:var(--red);font-size:12px}.refresh-button{color:#555;background:var(--paper);cursor:pointer;border:1px solid #dedede;border-radius:7px;min-height:30px;margin-left:4px;padding:0 10px;font-size:11px}.refresh-button:hover:not(:disabled){background:var(--subtle)}.refresh-button:disabled{cursor:wait;opacity:.6}.auth-account{border-left:1px solid var(--line);align-items:center;gap:7px;min-width:0;margin-left:4px;padding-left:12px;display:flex}.auth-avatar{color:#fff;background:#343434;border-radius:50%;flex:none;justify-content:center;align-items:center;width:26px;height:26px;font-size:10px;font-weight:700;display:inline-flex}.auth-avatar.kiosk{background:var(--red)}.auth-user{color:#555;text-overflow:ellipsis;white-space:nowrap;max-width:170px;font-size:11px;overflow:hidden}.auth-button{white-space:nowrap;border-radius:7px;justify-content:center;align-items:center;min-height:30px;padding:0 11px;font-size:11px;font-weight:650;text-decoration:none;display:inline-flex}.auth-login{color:#fff;background:#303030;margin-left:4px}.auth-login:hover{background:#171717}.auth-logout{color:#555;cursor:pointer;background:#fff;border:1px solid #dedede}.auth-logout:hover{background:var(--subtle)}.auth-checking{background:linear-gradient(90deg,#f2f2f2,#fafafa,#f2f2f2) 0 0/200% 100%;border-radius:7px;width:64px;height:28px;margin-left:4px;animation:1.2s linear infinite auth-loading}@keyframes auth-loading{to{background-position:-200% 0}}.login-page{background:radial-gradient(circle at 12% 20%,#d9293d17,#0000 28rem),#f4f5f7;place-items:center;min-height:100vh;padding:36px 24px;display:grid}.login-card{background:var(--paper);border-radius:24px;grid-template-columns:minmax(280px,.9fr) minmax(390px,1.1fr);width:min(920px,100%);min-height:540px;display:grid;overflow:hidden;box-shadow:0 28px 70px #1d212824}.login-visual{color:#fff;background:radial-gradient(circle at 100% 100%,#d9293d59,#0000 18rem),#242529;flex-direction:column;justify-content:center;gap:18px;padding:48px;display:flex}.login-brand-mark{background:var(--red);border-radius:15px;place-items:center;width:54px;height:54px;font-size:13px;font-weight:800;display:grid;box-shadow:0 12px 28px #d9293d52}.login-visual p,.login-visual strong,.login-visual small{margin:0;display:block}.login-visual p{color:#ffffff8c;letter-spacing:.16em;font-size:11px}.login-visual strong{letter-spacing:-.04em;margin-top:8px;font-size:28px}.login-visual small{color:#ffffff94;max-width:260px;line-height:1.7}.login-content{flex-direction:column;justify-content:center;padding:54px clamp(36px,6vw,72px);display:flex}.login-eyebrow{color:var(--red);letter-spacing:.13em;margin:0 0 14px;font-size:11px;font-weight:750}.login-content h1{letter-spacing:-.045em;margin:0;font-size:clamp(28px,4vw,38px)}.login-description,.login-help{color:var(--muted);line-height:1.6}.microsoft-login,.login-content form button{color:#fff;cursor:pointer;background:#303030;border:0;border-radius:9px;justify-content:center;align-items:center;width:100%;min-height:44px;font-size:13px;font-weight:700;text-decoration:none;display:flex}.microsoft-login:hover,.login-content form button:hover:not(:disabled){background:#171717}.login-divider{color:var(--muted);align-items:center;gap:12px;margin:25px 0 19px;font-size:11px;display:flex}.login-divider:before,.login-divider:after{background:var(--line);content:"";flex:1;height:1px}.login-content form{gap:9px;display:grid}.login-content form label{color:#555;font-size:12px;font-weight:650}.login-content form input{background:#fff;border:1px solid #d9dadd;border-radius:9px;width:100%;height:44px;padding:0 13px}.login-token-field{position:relative}.login-token-field input{padding-right:58px}.login-content form .login-token-field button{color:#555;background:#f2f2f3;border-radius:7px;width:50px;min-height:36px;margin:0;font-size:11px;position:absolute;top:4px;right:4px}.login-content form .login-token-field button:hover{background:#e6e6e8}.login-content form button{background:var(--red);margin-top:3px}.login-content form button:hover:not(:disabled){background:#ba2133}.login-content form button:disabled{cursor:wait;opacity:.62}.login-error{color:var(--red);margin:12px 0 0;font-size:12px}.login-help{margin:14px 0 0;font-size:11px}@media (width<=720px){.login-card{grid-template-columns:1fr}.login-visual{min-height:190px;padding:32px}.login-content{padding:40px 30px}}.dashboard-content{width:min(1080px,100%);margin:auto;padding:28px 30px 60px}.device-toolbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:42px;margin-bottom:7px;font-size:13px;display:flex}.toolbar-heading{align-items:center;gap:12px;display:flex}.view-switch{background:#f1f2f3;border-radius:8px;padding:2px;display:inline-flex}.view-switch button{min-width:48px;height:25px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:6px;padding:0 10px;font-size:11px}.view-switch button.active{color:var(--ink);background:var(--paper);font-weight:650;box-shadow:0 1px 3px #0000001a}.device-filter-fields{gap:10px;display:flex}.device-filter-fields label,.alert-sort{color:var(--muted);font-size:11px}select{color:var(--ink);cursor:pointer;background:0 0;border:0;margin-left:5px;font-size:12px}.device-list{width:100%}.device-row{width:100%;height:66px;color:inherit;background:var(--paper);text-align:left;cursor:pointer;border:0;border-bottom:1px solid #f0f0f0;grid-template-columns:92px minmax(120px,1fr) minmax(240px,480px);align-items:center;gap:16px;padding:0 4px;display:grid}.device-row:hover{background:#fafafa}.status-badge{color:#fff;border-radius:999px;justify-content:center;align-items:center;width:76px;height:28px;font-size:11px;font-weight:700;display:inline-flex}.alert{background:var(--red)}.watch{background:var(--orange)}.clear{background:var(--green)}.device-name{text-overflow:ellipsis;white-space:nowrap;font-size:18px;font-weight:650;overflow:hidden}.device-name small{color:#aaa;font-size:10px;font-weight:500}.store-identity{white-space:nowrap;min-width:0;line-height:1.15;overflow:hidden}.store-identity span{font-size:17px;font-weight:700}.store-identity small{color:#777;font-size:14px;font-weight:600}.store-identity em{color:var(--muted);text-overflow:ellipsis;margin-top:5px;font-size:9px;font-style:normal;font-weight:500;display:block;overflow:hidden}.timeout-bars{grid-template-columns:repeat(24,minmax(0,1fr));align-items:end;height:43px;padding-top:13px;display:grid;position:relative}.timeout-bars>.bar-scale{z-index:3;color:var(--muted);white-space:nowrap;font-size:9px;font-weight:400;line-height:10px;position:absolute;top:0;transform:translate(-50%)}.timeout-bars i{z-index:2;background:#dfe4e7;border-radius:5px 5px 1px 1px;justify-self:center;width:8px;min-height:1px}.timeout-bars i.alert{background:var(--red)}.timeout-bars i.watch{background:var(--orange)}.business-marker{z-index:1;pointer-events:none;border-left:1px solid #9ba4aa;width:0;position:absolute;top:13px;bottom:0}.business-marker em{color:#747d83;background:var(--paper);white-space:nowrap;padding:0 3px;font-size:8px;font-style:normal;font-weight:600;line-height:10px;position:absolute;top:-13px;left:0;transform:translate(-50%)}.timeout-bars i.clear{background:var(--bar-green)}.dashboard-note{color:var(--muted);margin:14px 0;font-size:10px;line-height:1.6}.notice{color:#766022;background:#fff8df;border-radius:7px;margin:0 0 10px;padding:8px 10px;font-size:11px}.loading-state,.empty-state{min-height:180px;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:6px;font-size:12px;display:flex}.empty-state strong{color:#555;font-size:13px}.error-state{color:#9e2634;background:#fff8f8;border:1px solid #d9293d33;border-radius:8px;justify-content:space-between;align-items:center;gap:16px;min-height:52px;margin-top:12px;padding:10px 12px;font-size:12px;display:flex}.error-state button{color:inherit;cursor:pointer;background:#fff;border:1px solid #d9293d4d;border-radius:6px;flex:none;padding:6px 10px}.drawer-layer{z-index:10;position:fixed;inset:0}.drawer-backdrop{cursor:default;background:#0000002e;border:0;width:100%;height:100%;position:absolute;inset:0}.device-drawer{background:var(--paper);width:min(760px,100vw);height:100vh;padding:24px 28px 38px;animation:.16s ease-out drawer-in;position:absolute;inset:0 0 0 auto;overflow:auto;box-shadow:-12px 0 44px #00000026}@keyframes drawer-in{0%{opacity:0;transform:translate(20px)}}@media (prefers-reduced-motion:reduce){.device-drawer,.auth-checking{animation:none}}.drawer-header{justify-content:space-between;align-items:start;display:flex}.drawer-header p{color:var(--muted);margin:0 0 6px;font-size:10px}.drawer-header h2{margin:0;font-size:22px}.drawer-header h2 small{color:#999;font-size:12px;font-weight:500}.close-button{color:#555;cursor:pointer;background:#f3f3f3;border:0;border-radius:8px;width:32px;height:32px;font-size:21px;line-height:1}.machine-summary{gap:10px;margin:20px 0 14px;display:flex}.store-summary{flex-wrap:wrap}.store-readonly-panel{border:1px solid #eceeef}.machine-summary>span{border:1px solid var(--line);border-radius:9px;min-width:110px;padding:9px 12px;font-size:12px}.machine-summary small{color:var(--muted);margin-bottom:4px;font-size:10px;display:block}.machine-summary b{color:#fff;border-radius:999px;padding:3px 8px;font-size:10px;display:inline-flex}.reset-panel{background:var(--subtle);border-radius:8px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;padding:10px 12px;display:flex}.reset-panel p{color:#555;margin:0;font-size:11px;line-height:1.5}.reset-panel p small{color:var(--muted);font-size:10px;display:block}.reset-panel button{color:#fff;cursor:pointer;background:#333;border:0;border-radius:7px;flex:none;padding:7px 11px;font-size:11px}.reset-panel button:disabled{cursor:wait;opacity:.65}.reset-panel .reset-error{color:var(--red);font-size:10px}.drawer-toolbar{border-top:1px solid var(--line);border-bottom:1px solid var(--line);justify-content:space-between;align-items:end;gap:15px;padding:12px 0;display:flex}.filter-menus{gap:10px;display:flex;position:relative}.filter-menus details{position:relative}.filter-menus summary{color:#444;cursor:pointer;white-space:nowrap;border:1px solid #dedede;border-radius:7px;padding:7px 27px 7px 10px;font-size:11px;list-style:none;position:relative}.filter-menus summary::-webkit-details-marker{display:none}.filter-menus summary:after{content:"⌄";color:#888;position:absolute;right:9px}.filter-menu{z-index:5;background:#fff;border:1px solid #ddd;border-radius:8px;min-width:155px;padding:7px;position:absolute;top:36px;left:0;box-shadow:0 8px 20px #0000001f}.filter-menu label{white-space:nowrap;padding:5px 4px;font-size:11px;display:block}.filter-menu input{accent-color:#333;margin:0 6px 0 0}.alert-sort{white-space:nowrap;padding-bottom:2px}.alert-list{margin-top:13px}.alert-list-head,.alert-item>button{grid-template-columns:minmax(0,1fr) 86px 70px;align-items:center;gap:10px;width:100%;display:grid}.alert-list-head{color:var(--muted);padding:0 10px 7px;font-size:10px}.alert-list-head span:nth-child(n+2){text-align:right}.alert-item{border-bottom:1px solid var(--line)}.alert-item>button{color:inherit;text-align:left;cursor:pointer;background:#fff;border:0;padding:12px 10px}.alert-item>button:hover{background:#fafafa}.alert-item code{color:#444;text-overflow:ellipsis;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px;overflow:hidden}.alert-item time,.alert-item strong{text-align:right;font-size:11px}.alert-item strong{color:var(--red)}.alert-source{background:var(--subtle);border-radius:8px;margin:0 10px 13px;padding:13px}.alert-source h3{margin:0 0 10px;font-size:11px}.alert-source dl{grid-template-columns:1fr 1fr;gap:7px 18px;margin:0;display:grid}.alert-source dl div:nth-child(3){grid-column:1/-1}.alert-source dt{color:var(--muted);margin-bottom:2px;font-size:10px}.alert-source dd{overflow-wrap:anywhere;margin:0;font-size:11px}.store-name-tag{color:#315fce;white-space:nowrap;background:#edf3ff;border-radius:999px;margin-left:6px;padding:1px 6px;font-weight:650;display:inline-flex}.alert-source dl div:nth-child(3) dd{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.drawer-empty{color:var(--muted);text-align:center;padding:32px 10px;font-size:11px}@media (width>=681px) and (width<=900px){.dashboard-content{padding-left:24px;padding-right:24px}.device-row{grid-template-columns:92px minmax(120px,1fr) minmax(180px,1.6fr);gap:12px}.timeout-bars i{width:6px}}@media (width<=680px){.imap-check-history,.last-update{display:none}.refresh-button{color:#0000;flex:none;width:30px;height:30px;min-height:30px;padding:0;font-size:0;line-height:1;overflow:hidden}.refresh-button:after{content:"↻";color:#555;font-size:16px}.auth-account{padding-left:8px}.auth-user{display:none}.auth-button{min-height:28px;padding:0 9px}.dashboard-content{padding:20px 18px 40px}.device-toolbar{margin-bottom:4px}.toolbar-heading{gap:6px}.view-switch button{min-width:38px;padding:0 7px;font-size:10px}.device-filter-fields{gap:2px}.device-row{grid-template-columns:68px minmax(0,160px) minmax(105px,1fr);gap:8px;height:60px}.status-badge{width:61px;height:25px;font-size:10px}.device-name{font-size:14px}.store-identity span{font-size:13px}.store-identity small{text-overflow:ellipsis;font-size:10px;display:block;overflow:hidden}.store-identity em{margin-top:3px;font-size:8px}.timeout-bars{grid-template-columns:repeat(24,minmax(0,1fr))}.timeout-bars i{width:clamp(3px,.8vw,5px)}.business-marker em{display:none}.device-drawer{padding:20px 16px 32px}.machine-summary{gap:6px}.machine-summary>span{flex:1;min-width:0;padding:8px;font-size:10px}.drawer-toolbar{align-items:start}.filter-menus{flex-wrap:wrap;gap:6px}.filter-menus summary{padding-left:8px;font-size:10px}.alert-list-head,.alert-item>button{grid-template-columns:minmax(0,1fr) 48px 60px;gap:6px}.alert-source dl{grid-template-columns:1fr}.alert-source dl div:nth-child(3){grid-column:auto}}@keyframes dashboard-switcher-drawer-in{0%{opacity:0;transform:translate(-18px)}}@media (width<=720px){body.dashboard-navigation-open{overflow:hidden}.dashboard-header{gap:8px;min-height:56px;padding:0 12px}.dashboard-header-context{gap:8px}.dashboard-header-divider,.dashboard-header-title{display:none}.dashboard-header .dashboard-header-actions{gap:7px}.dashboard-header .auth-button{min-height:28px}.dashboard-switcher.is-open{z-index:1000}.dashboard-switcher-trigger{gap:8px;height:34px;padding:0 9px}.dashboard-switcher-trigger-kicker{display:none}.dashboard-switcher-trigger-label{max-width:min(34vw,150px);font-size:10px}.dashboard-switcher-backdrop{z-index:1;cursor:default;background:#14141457;border:0;width:100vw;height:100dvh;display:block;position:fixed;inset:0}.dashboard-switcher-panel{z-index:2;border:0;border-right:1px solid var(--line);overscroll-behavior:contain;border-radius:0;width:min(360px,88vw);height:100dvh;max-height:none;animation:.16s ease-out dashboard-switcher-drawer-in;position:fixed;top:0;bottom:0;left:0;box-shadow:14px 0 46px #1313132e}.dashboard-switcher-panel-header{min-height:66px;padding:14px 16px}.dashboard-switcher-panel-header h2{font-size:17px}.dashboard-switcher-close{display:inline-flex}.dashboard-switcher-navigation{padding:10px}.dashboard-switcher-link{min-height:48px;padding:11px 12px;font-size:13px}.dashboard-switcher-link.is-child{min-height:42px;font-size:12px}}@media (width<=560px){.dashboard-switcher-trigger-copy,.dashboard-switcher-chevron{display:none}.dashboard-switcher-trigger{justify-content:center;width:34px;padding:0}}@media (prefers-reduced-motion:reduce){.dashboard-switcher-panel,.dashboard-switcher-chevron,.dashboard-switcher-trigger{transition:none;animation:none}}
