:root{
  --shell-text:#1f2937;
  --shell-muted:#64748b;
  --shell-border:rgba(214,223,235,.95);
  --shell-glass:rgba(246,249,253,.72);
  --shell-glass-strong:rgba(248,250,254,.88);
  --shell-shadow:0 24px 70px rgba(13,25,47,.22);
  --accent:#0f6fff;
  --accent-soft:#dcebff;
  --accent-line:#bfd8ff;
  --surface:#ffffff;
  --surface-soft:#f4f7fb;
  --surface-soft-2:#eef3fa;
  --danger:#dc2626;
  --success:#16a34a;
}

*{box-sizing:border-box;margin:0;padding:0;user-select:none;-webkit-tap-highlight-color:transparent}
html,body{width:100%;height:100%;overflow:hidden;font-family:"Segoe UI Variable Text","Segoe UI",system-ui,-apple-system,sans-serif;font-size:14px}
body{background:#08152e;color:#fff;cursor:default}
input,textarea{user-select:text}
button,input{font:inherit}

#desktop{
  position:fixed;inset:0;
  background:url('/w.png') center/cover no-repeat #08152e;
  overflow:hidden;
}
#desktop::after{
  content:"";
  position:absolute;inset:0;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.16), transparent 38%),
    linear-gradient(180deg, rgba(5,15,34,.10), rgba(3,10,26,.18));
  pointer-events:none;
}

#hud{
  position:fixed;top:16px;right:16px;z-index:900;
  min-width:260px;max-width:300px;
  background:rgba(20,24,31,.76);
  color:#fff;
  border:1px solid rgba(255,255,255,.14);
  border-radius:18px;
  backdrop-filter:blur(26px) saturate(160%);
  box-shadow:0 18px 40px rgba(0,0,0,.32);
  overflow:hidden;
  transition:transform .25s ease,opacity .25s ease;
}
#hud.hidden{transform:translateY(-18px) scale(.97);opacity:0;pointer-events:none}
#hud .hudHead{
  display:flex;align-items:center;gap:10px;
  padding:10px 12px;
  background:rgba(255,255,255,.05);
  border-bottom:1px solid rgba(255,255,255,.08);
}
#hud .hudTitle{flex:1;font-size:12px;font-weight:600;letter-spacing:.02em;color:#f8d971}
.hudBtn{
  width:28px;height:28px;border:0;border-radius:8px;
  background:transparent;color:#e5e7eb;cursor:pointer;
}
.hudBtn:hover{background:rgba(255,255,255,.08)}
#hud .hudBody{padding:12px}
#hud .row{display:flex;justify-content:space-between;align-items:center;padding:2px 0}
#hud .row b{font-size:19px;color:#f8d971}
#hud .bar{height:7px;border-radius:999px;background:rgba(255,255,255,.12);overflow:hidden;margin-top:6px}
#hud .bar>i{display:block;height:100%;background:linear-gradient(90deg,#ff6363,#ffb85c,#ffe066,#5cf2a4);border-radius:999px;transition:.3s}
#hud .lives{font-size:14px;letter-spacing:2px;line-height:1}
.missionRow{margin-top:7px}

#hudPill{
  position:fixed;top:16px;right:16px;z-index:901;
  display:none;align-items:center;gap:8px;
  padding:7px 14px;border-radius:999px;
  background:rgba(20,24,31,.82);color:#f8d971;
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(24px);
  cursor:pointer;font-size:12px;font-weight:600;
}
#hudPill.show{display:inline-flex}

.deskIcon{
  position:absolute;z-index:2;
  width:92px;padding:8px 6px;
  display:flex;flex-direction:column;align-items:center;
  border-radius:12px;cursor:pointer;
}
.deskIcon:hover{background:rgba(255,255,255,.10)}
.deskIcon.selected{
  background:rgba(219,234,254,.18);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.42);
}
.deskIcon .ico{
  width:52px;height:52px;display:flex;align-items:center;justify-content:center;
  filter:drop-shadow(0 8px 16px rgba(7,12,21,.26));
}
.deskIcon .ico svg,.deskIcon .ico img{width:52px;height:52px}
.deskIcon .lbl{
  margin-top:7px;
  font-size:12px;line-height:1.22;text-align:center;color:#fff;
  text-shadow:0 1px 2px rgba(0,0,0,.7);
  word-break:break-word;
}

#taskbar{
  position:fixed;left:0;right:0;bottom:0;z-index:1000;
  height:56px;padding:0 12px;
  display:flex;align-items:center;
  background:rgba(16,19,26,.54);
  border-top:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(26px) saturate(160%);
  -webkit-backdrop-filter:blur(26px) saturate(160%);
  box-shadow:0 -10px 30px rgba(5,8,14,.22);
  isolation:isolate;
}
#taskbar::before{
  content:"";
  position:absolute;left:0;right:0;top:0;height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.16),transparent);
  pointer-events:none;
}
#tbLeft,#tbCenter,#tbRight{display:flex;align-items:center}
#tbLeft{flex:1;min-width:0}
#tbCenter{display:flex;align-items:center;justify-content:center;gap:4px}
#tbRight{flex:1;justify-content:flex-end;gap:4px;color:rgba(244,247,255,.94)}

.widgetChip{
  height:36px;padding:0 12px;border-radius:999px;
  display:inline-flex;align-items:center;gap:8px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.08);color:rgba(248,250,255,.95);
  font-size:12.5px;font-weight:500;cursor:pointer;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 8px 16px rgba(0,0,0,.10);
}
.widgetChip svg{width:18px;height:18px}
.widgetChip:hover{background:rgba(255,255,255,.13)}

.tbApp{
  width:42px;height:42px;padding:0;
  display:inline-flex;align-items:center;justify-content:center;
  border:0;border-radius:12px;background:transparent;color:rgba(248,250,255,.94);
  position:relative;cursor:pointer;
}
.tbApp svg,.tbApp img{width:24px;height:24px}
.tbApp:hover{background:rgba(255,255,255,.10)}
.tbApp.searchPill{
  width:auto;min-width:122px;padding:0 14px;gap:8px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 8px 16px rgba(0,0,0,.10);
}
.tbApp.searchPill span{font-size:12.5px;font-weight:500;white-space:nowrap;color:rgba(234,239,250,.88)}
.tbApp.active{background:rgba(255,255,255,.12)}
.tbApp .dot{
  position:absolute;left:50%;bottom:3px;transform:translateX(-50%);
  width:4px;height:4px;border-radius:999px;background:rgba(255,255,255,.44);opacity:0;transition:.15s;
}
.tbApp.pinned .dot{opacity:.85}
.tbApp.active .dot{width:18px;height:3px;background:#b7d2ff;opacity:1}
.tbApp .badge{
  position:absolute;top:4px;right:3px;min-width:16px;height:16px;padding:0 4px;
  border-radius:999px;background:#e11d48;color:#fff;
  font-size:10px;font-weight:700;line-height:16px;text-align:center;
}

.tbTray{
  height:36px;padding:0 10px;border-radius:12px;
  display:flex;align-items:center;gap:4px;cursor:pointer;
  color:rgba(248,250,255,.94);
}
.tbTray svg{width:16px;height:16px}
.tbTray:hover,#tbClock:hover{background:rgba(255,255,255,.10)}

#tbClock{
  min-width:92px;height:36px;padding:0 10px;border-radius:12px;
  display:flex;flex-direction:column;justify-content:center;align-items:flex-end;
  text-align:right;cursor:pointer;color:rgba(248,250,255,.95);
}
#tbTime{font-size:12.5px;font-weight:600;line-height:1.1}
#tbDate{font-size:11px;color:rgba(210,219,236,.74);line-height:1.1}

#startMenu{
  position:fixed;left:50%;bottom:68px;z-index:1100;
  width:670px;max-width:96vw;max-height:82vh;
  transform:translateX(-50%) translateY(18px);
  opacity:0;pointer-events:none;
  display:flex;flex-direction:column;gap:16px;
  padding:22px 22px 18px;
  border-radius:22px;
  background:var(--shell-glass-strong);
  color:var(--shell-text);
  border:1px solid rgba(255,255,255,.78);
  backdrop-filter:blur(30px) saturate(180%);
  box-shadow:var(--shell-shadow);
  transition:opacity .18s ease,transform .18s ease;
}
#startMenu.show{opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(0)}
#startMenu .searchBox{
  width:100%;height:46px;padding:0 16px;
  border-radius:14px;border:1px solid var(--shell-border);
  background:rgba(255,255,255,.82);color:var(--shell-text);
  outline:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.56);
}
#startMenu .searchBox:focus{border-color:var(--accent-line);box-shadow:0 0 0 3px rgba(15,111,255,.12)}
#startMenu h3{font-size:12px;font-weight:600;color:var(--shell-muted);margin-bottom:10px}
#startMenu .pinned{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}
#startMenu .pinApp{
  min-height:88px;padding:12px 10px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;
  border-radius:16px;border:1px solid var(--shell-border);
  background:rgba(255,255,255,.58);cursor:pointer;
  color:var(--shell-text);text-align:center;
}
#startMenu .pinApp:hover{background:rgba(255,255,255,.86)}
#startMenu .pinApp .ic{display:flex;align-items:center;justify-content:center}
#startMenu .pinApp .ic svg,#startMenu .pinApp .ic img{width:36px;height:36px}
#startMenu .pinApp span{font-size:11.5px;line-height:1.22}
#startMenu .pinApp[hidden]{display:none !important}
#startMenu .recentBox{
  min-height:126px;max-height:170px;overflow:auto;
  padding:8px;border-radius:16px;
  border:1px solid var(--shell-border);
  background:rgba(255,255,255,.42);
}
#startMenu .recentBox .rec{
  display:flex;align-items:center;gap:10px;
  padding:10px 12px;border-radius:12px;
  color:var(--shell-text);font-size:12.5px;
}
#startMenu .recentBox .rec:not(.empty):hover{background:rgba(255,255,255,.66)}
#startMenu .recentBox .rec.empty{color:var(--shell-muted)}
.recDot{
  width:8px;height:8px;border-radius:999px;background:var(--accent);
  box-shadow:0 0 0 4px rgba(15,111,255,.12);
}
.recText{min-width:0;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.recTime{font-size:11px;color:var(--shell-muted)}
#startMenu .bottomBar{
  margin-top:auto;padding-top:12px;
  display:flex;align-items:center;justify-content:space-between;
  border-top:1px solid var(--shell-border);
}
#startMenu .bottomBar .user{display:flex;align-items:center;gap:10px;font-size:12.5px}
#startMenu .bottomBar .avatar{
  width:32px;height:32px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,#32a7ff,#1167ff);color:#fff;font-weight:700;
}
#startMenu .powerBtn{
  width:36px;height:36px;border:0;border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  background:rgba(255,255,255,.62);color:var(--shell-text);cursor:pointer;
}
#startMenu .powerBtn:hover{background:rgba(255,255,255,.86)}

#actionCenter{
  position:fixed;right:10px;bottom:64px;z-index:1050;
  width:368px;max-height:68vh;
  display:flex;flex-direction:column;
  border-radius:20px;
  background:var(--shell-glass-strong);
  color:var(--shell-text);
  border:1px solid rgba(255,255,255,.76);
  backdrop-filter:blur(26px) saturate(180%);
  box-shadow:var(--shell-shadow);
  opacity:0;pointer-events:none;transform:translateY(10px);
  transition:opacity .18s ease,transform .18s ease;
}
#actionCenter.show{opacity:1;pointer-events:auto;transform:translateY(0)}
.acHead{
  display:flex;align-items:center;gap:12px;
  padding:12px 16px;border-bottom:1px solid var(--shell-border);
  font-size:13px;font-weight:600;
}
.acHead span{flex:1}
.acList{flex:1;overflow:auto;padding:8px}
.acList .acItem{
  padding:12px 14px;margin-bottom:8px;border-radius:16px;
  background:rgba(255,255,255,.58);border:1px solid var(--shell-border);
  cursor:pointer;
}
.acList .acItem:hover{background:rgba(255,255,255,.86)}
.acList .acItem .tl{font-weight:600;margin-bottom:4px;color:var(--shell-text)}
.acList .acItem .bd{font-size:12.5px;line-height:1.45;color:#475569}
.acList .acEmpty{padding:40px 20px;text-align:center;color:var(--shell-muted);font-size:12.5px}

.win{
  position:fixed;z-index:200;
  min-width:420px;min-height:280px;
  display:flex;flex-direction:column;overflow:hidden;
  border-radius:16px;border:1px solid rgba(255,255,255,.84);
  background:rgba(248,250,253,.94);
  box-shadow:var(--shell-shadow);
  animation:winOpen .18s ease-out;
}
@keyframes winOpen{from{opacity:0;transform:scale(.97) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}
.win.active{box-shadow:0 34px 80px rgba(15,23,42,.30)}
.win.maxed{border-radius:14px}
.win .titlebar{
  height:40px;flex-shrink:0;
  display:flex;align-items:center;
  background:rgba(248,250,253,.96);
  border-bottom:1px solid var(--shell-border);
  color:var(--shell-text);cursor:grab;
}
.win .titlebar:active{cursor:grabbing}
.win .titlebar .ttl{
  flex:1;padding:0 14px;
  display:flex;align-items:center;gap:10px;
  font-size:12.8px;font-weight:600;
}
.win .titlebar .ttl .ic,
.win .titlebar .ttl .ic svg,
.win .titlebar .ttl .ic img{width:16px;height:16px;display:inline-flex}
.win .titlebar .wctrls{display:flex;height:100%}
.win .titlebar .wctrls button{
  width:46px;height:40px;border:0;background:transparent;
  color:#5b6475;cursor:pointer;display:flex;align-items:center;justify-content:center;
}
.win .titlebar .wctrls button:hover{background:rgba(15,23,42,.05)}
.win .titlebar .wctrls .cls:hover{background:#e81123;color:#fff}
.win .body{flex:1;position:relative;overflow:auto;background:#fff;color:#111827}

.explorer{
  display:flex;flex-direction:column;height:100%;
  background:linear-gradient(180deg,#fbfdff,#f2f6fb);
  color:#0f172a;
}
.expChrome{
  padding:10px 12px 8px;
  border-bottom:1px solid #e4eaf3;
  background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(247,250,253,.82));
}
.expTop{
  display:grid;grid-template-columns:auto 1fr 240px;
  gap:10px;align-items:center;
}
.expNav{display:flex;align-items:center;gap:4px}
.navBtn{
  width:32px;height:32px;border-radius:10px;border:1px solid transparent;
  background:transparent;color:#475569;cursor:pointer;
}
.navBtn:hover{background:rgba(255,255,255,.72);border-color:#dbe3ef}
.expAddress,.expSearch{
  min-height:36px;padding:0 14px;border-radius:12px;
  display:flex;align-items:center;
  border:1px solid #dbe3ef;background:rgba(255,255,255,.74);
}
.expAddress{gap:10px;color:#334155;font-size:12.5px}
.expAddress i{
  width:6px;height:6px;display:inline-block;
  border-top:1.5px solid #7c8798;border-right:1.5px solid #7c8798;
  transform:rotate(45deg);
}
.expSearch{gap:8px;color:#64748b;font-size:12.5px}
.expSearch svg{width:16px;height:16px}
.expCmd{display:flex;gap:8px;align-items:center;padding-top:10px;flex-wrap:wrap}
.expCmd button{
  height:34px;padding:0 12px;border-radius:10px;
  display:inline-flex;align-items:center;gap:7px;
  background:rgba(255,255,255,.74);color:#334155;cursor:pointer;
  border:1px solid #dbe3ef;
}
.expCmd button:hover{background:#fff}
.expCmd button svg{width:16px;height:16px}
.explorerShell{flex:1;min-height:0;display:flex}
.explorer .sidebar{
  width:220px;padding:12px 8px;overflow:auto;
  background:rgba(244,247,252,.9);
  border-right:1px solid #e4eaf3;
}
.explorer .sidebar .sect{
  padding:8px 10px 6px;font-size:11px;font-weight:700;
  color:#64748b;text-transform:uppercase;letter-spacing:.04em;
}
.explorer .sidebar .it{
  margin:2px 4px;padding:10px 12px;border-radius:12px;
  display:flex;align-items:center;gap:10px;cursor:pointer;color:#334155;
}
.explorer .sidebar .it svg{width:18px;height:18px}
.explorer .sidebar .it:hover{background:rgba(255,255,255,.72)}
.explorer .sidebar .it.active{background:#e6f0ff;color:#0f60ff;font-weight:600}
.explorer .mainPane{flex:1;min-width:0;padding:18px 20px 16px;overflow:auto}
.folderHead{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:14px}
.folderKicker{font-size:12px;color:#64748b;margin-bottom:2px}
#folderTitle{font-size:28px;font-weight:600;letter-spacing:-.02em}
#folderSummary{font-size:13px;color:#64748b;margin-top:4px}
.fileHeader,.fileItem{
  display:grid;grid-template-columns:minmax(0,1fr) 170px 110px;
  gap:0;align-items:center;
}
.fileHeader{
  padding:0 10px 10px;margin-bottom:4px;
  font-size:11.5px;font-weight:600;color:#64748b;
}
.fileList{display:flex;flex-direction:column;gap:2px}
.fileItem{
  padding:8px 10px;border-radius:12px;cursor:pointer;
}
.fileItem:hover{background:#eef5ff}
.fileItem.sel{
  background:#dcebff;
  box-shadow:inset 0 0 0 1px #c6ddff;
}
.fileCell{min-width:0}
.fileName{display:flex;align-items:center;gap:10px}
.fico{width:30px;height:30px;display:flex;align-items:center;justify-content:center}
.fico svg,.fico img{width:24px;height:24px}
.fname{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#0f172a}
.fdate,.fsize{font-size:12px;color:#64748b}

.mailApp{
  display:flex;flex-direction:column;height:100%;
  background:#f6f8fc;color:#0f172a;
}
.mailApp .mRibbon{
  height:48px;padding:0 12px;display:flex;align-items:center;gap:8px;
  border-bottom:1px solid #e2e8f0;background:#eff4fb;
}
.mailApp .mRibbon button{
  height:34px;padding:0 12px;border-radius:10px;border:1px solid #dce4f0;
  background:#fff;color:#334155;cursor:pointer;
  display:inline-flex;align-items:center;gap:8px;font-size:12.5px;
}
.mailApp .mRibbon button:hover{background:#f8fbff}
.mailApp .mRibbon button svg{width:14px;height:14px}
.mailApp .mMain{flex:1;display:flex;min-height:0}
.mailApp .mSide{
  width:224px;padding:10px 8px;overflow:auto;
  background:#f1f5fb;border-right:1px solid #e2e8f0;
}
.mailApp .folder{
  margin:2px 4px;padding:10px 12px;border-radius:12px;
  display:flex;align-items:center;gap:10px;cursor:pointer;color:#334155;font-size:12.8px;
}
.mailApp .folder svg{width:16px;height:16px}
.mailApp .folder:hover{background:#fff}
.mailApp .folder.active{background:#e6f0ff;color:#0f60ff;font-weight:600}
.mailApp .folder .count{margin-left:auto;color:#64748b;font-size:11.5px}
.mailApp .mList{
  width:310px;overflow:auto;background:#fff;border-right:1px solid #e2e8f0;
}
.mailApp .mItem{
  padding:12px 14px;cursor:pointer;border-bottom:1px solid #eef2f7;
}
.mailApp .mItem:hover{background:#f8fbff}
.mailApp .mItem.sel{background:#eef5ff}
.mailApp .mItem .from{display:flex;justify-content:space-between;gap:8px;font-size:12.5px;color:#334155}
.mailApp .mItem .subj{margin-top:3px;font-size:12.8px;color:#0f172a}
.mailApp .mItem .prev{margin-top:3px;font-size:11.8px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mailApp .mItem.unread .from,.mailApp .mItem.unread .subj{font-weight:700}
.mailApp .mItem .when{font-size:11px;color:#94a3b8;font-weight:500}
.mailApp .mView{flex:1;overflow:auto;padding:22px 26px;background:#fff;min-width:0}
.mailApp .mView .subj{font-size:24px;font-weight:600;margin-bottom:10px;color:#0f172a}
.mailApp .mView .meta{
  padding-bottom:12px;margin-bottom:16px;
  border-bottom:1px solid #e5edf6;color:#64748b;font-size:12.5px;line-height:1.55;
}
.mailApp .mView .body-content{font-size:14px;line-height:1.72;color:#334155}
.mailApp .mView .body-content p{margin-bottom:12px}
.mailApp .mView .attach{
  display:inline-flex;align-items:center;gap:8px;
  padding:10px 12px;margin:10px 10px 0 0;
  border-radius:12px;border:1px solid #dce4f0;
  background:#f8fbff;color:#334155;cursor:pointer;font-size:12.5px;
}
.mailApp .mView .attach:hover{background:#eef5ff}
.mailApp .mView .actions{margin-top:24px;display:flex;gap:8px;flex-wrap:wrap}
.mailApp .mView .btn{
  min-height:36px;padding:0 14px;border-radius:10px;
  border:1px solid #d7e2f0;background:#f8fbff;color:#334155;
  display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-size:12.5px;
}
.mailApp .mView .btn:hover{background:#eef5ff}
.mailApp .mView .btn.danger{background:#fff1f2;border-color:#fecdd3;color:#b42318}
.mailApp .mView .btn.ok{background:#edfdf3;border-color:#c9f0d7;color:#166534}
.mailApp .mView .btn.warn{background:#fff7e8;border-color:#f8d7a5;color:#a16207}
.mailApp .mView .btn svg{width:14px;height:14px}
.mailApp .mView .link-fake{color:#0f6fff;text-decoration:underline;cursor:pointer}
.mailApp .mView .senderHint{font-size:11.5px;color:#b42318;margin-top:4px}

.win.browserWindow .titlebar{
  height:34px;
  background:linear-gradient(180deg,#f7f9fc,#edf2f9);
}
.win.browserWindow .titlebar .ttl{font-size:12px}
.win.browserWindow .titlebar .wctrls button{
  width:42px;height:34px;
}
.win.browserWindow .body{background:#edf3fb}

.browserApp{
  display:flex;flex-direction:column;height:100%;
  background:linear-gradient(180deg,#eef3fb,#e3eaf4);
  color:#0f172a;
}
.browserPill{
  height:32px;padding:0 12px;border-radius:999px;border:1px solid #d8e1ee;
  display:inline-flex;align-items:center;
  background:rgba(255,255,255,.82);color:#475569;font-size:11.8px;
  white-space:nowrap;
}
.browserApp .bar{
  display:flex;align-items:center;gap:8px;
  padding:12px;background:linear-gradient(180deg,#f7fafe,#eef3fb);
  border-bottom:1px solid #e2e8f3;
}
.browserApp .bar .nav,
.browserAction{
  min-width:34px;height:34px;padding:0 10px;border-radius:10px;border:0;background:transparent;
  color:#475569;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;
  white-space:nowrap;font-size:12px;
}
.browserApp .bar .nav:hover,.browserAction:hover{background:#eef4fb}
.browserApp .bar .nav svg{width:14px;height:14px}
.browserAddress{
  flex:1;min-height:38px;padding:0 14px;border-radius:999px;
  display:flex;align-items:center;gap:10px;
  background:#f6f9fd;border:1px solid #d8e2f0;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.75);
}
.browserAddress:focus-within{border-color:#bfd6ff;box-shadow:0 0 0 3px rgba(15,111,255,.12)}
.browserStatus{
  width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;
  color:#16a34a;flex-shrink:0;
}
.browserStatus.warn{color:#dc2626}
.browserStatus.search{color:#64748b}
.browserAddress input{
  flex:1;min-width:0;border:0;outline:none;background:transparent;color:#1e293b;font-size:12.9px;
}
.browserAvatar{
  width:30px;height:30px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,#32a7ff,#1167ff);color:#fff;font-size:12px;font-weight:700;
}
.browserViewport{
  flex:1;overflow:auto;background:#fff;color:#111;min-height:0;
}
.browserFrame{
  width:100%;height:100%;border:0;background:#fff;display:block;
}
.browserLocal{
  min-height:100%;background:#fff;
}
.browserStart{
  min-height:100%;padding:34px 38px;
  background:
    radial-gradient(circle at top right, rgba(77,145,255,.18), transparent 34%),
    radial-gradient(circle at left bottom, rgba(34,197,94,.08), transparent 32%),
    linear-gradient(180deg,#f8fbff,#eef4fb);
}
.browserStartHero{
  display:flex;align-items:center;gap:18px;margin-bottom:26px;
}
.browserStartLogo{
  width:62px;height:62px;border-radius:20px;display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,#e1efff,#f7fbff);box-shadow:0 10px 24px rgba(15,23,42,.08);
}
.browserStartLogo svg{width:34px;height:34px}
.browserStartHero h1{font-size:34px;line-height:1.05;font-weight:650;letter-spacing:-.04em;margin-bottom:6px}
.browserStartHero p{font-size:14px;color:#64748b;line-height:1.6}
.browserStartGrid{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;
}
.browserStartCard{
  min-height:126px;padding:18px;border-radius:20px;border:1px solid #dbe4f1;
  background:rgba(255,255,255,.94);display:flex;flex-direction:column;align-items:flex-start;gap:10px;
  cursor:pointer;text-align:left;box-shadow:0 10px 26px rgba(15,23,42,.05);
}
.browserStartCard:hover{transform:translateY(-1px);box-shadow:0 16px 30px rgba(15,23,42,.08)}
.browserStartCard .badge{
  min-width:44px;height:32px;padding:0 10px;border-radius:12px;
  display:inline-flex;align-items:center;justify-content:center;
  font-size:12px;font-weight:700;color:#fff;
}
.browserStartCard strong{font-size:14px;color:#0f172a}
.browserStartCard small{font-size:12.4px;line-height:1.55;color:#64748b}
.browserStartCard.green .badge{background:linear-gradient(135deg,#78be20,#5a9e13)}
.browserStartCard.blue .badge{background:linear-gradient(135deg,#2c8cff,#1167ff)}
.browserStartCard.dark .badge{background:linear-gradient(135deg,#111827,#334155)}
.browserStartCard.trap{border-color:#e7ecf4;background:linear-gradient(180deg,#ffffff,#f6f8fc)}
.browserStartCard.trap .badge{background:linear-gradient(135deg,#64748b,#334155)}

.lmPage{font-family:"Segoe UI",Arial,sans-serif}
.lmHeader{background:#78be20;color:#fff;padding:12px 20px;display:flex;align-items:center;gap:18px}
.lmHeader .lmLogo{font-family:"Arial Black",sans-serif;font-size:22px;letter-spacing:-1px;background:#fff;color:#78be20;padding:4px 10px;border-radius:3px}
.lmHeader .lmSearch{flex:1;max-width:520px;display:flex;background:#fff;border-radius:8px;overflow:hidden}
.lmHeader .lmSearch input{flex:1;padding:9px 12px;border:0;outline:0;color:#111;font-size:13px}
.lmHeader .lmSearch button{background:#3e8412;color:#fff;border:0;padding:0 16px;cursor:pointer;font-size:13px}
.lmHeader .lmNav{display:flex;gap:14px;font-size:12.5px}
.lmHeader .lmNav a{color:#fff;text-decoration:none}
.lmCats{background:#fff;padding:10px 20px;display:flex;gap:16px;border-bottom:1px solid #e3e3e3;flex-wrap:wrap;font-size:12.5px;color:#333}
.lmCats a{color:#333;text-decoration:none;cursor:pointer}
.lmCats a:hover{color:#78be20}
.lmHero{background:linear-gradient(135deg,#78be20,#5a9e13);color:#fff;padding:30px 20px;text-align:center}
.lmHero h1{font-size:26px;margin-bottom:6px}
.lmGrid{padding:20px;display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px}
.lmCard{border:1px solid #e3e3e3;border-radius:14px;overflow:hidden;background:#fff;cursor:pointer;transition:.15s}
.lmCard:hover{box-shadow:0 10px 24px rgba(0,0,0,.08);transform:translateY(-2px)}
.lmCard .cImg{height:120px;background:#f3f3f3;display:flex;align-items:center;justify-content:center;font-size:42px;color:#78be20}
.lmCard .cBody{padding:10px 12px}
.lmCard .cName{font-size:13px;line-height:1.3;color:#222;min-height:34px}
.lmCard .cPrice{font-size:18px;font-weight:700;color:#78be20;margin-top:6px}
.lmFooter{background:#1a1a1a;color:#bbb;padding:20px;font-size:12px;text-align:center}
.lmLogin{max-width:380px;margin:30px auto;background:#fff;border:1px solid #e3e3e3;border-radius:14px;padding:24px}
.lmLogin h2{color:#78be20;margin-bottom:14px}
.lmLogin label{display:block;font-size:12.5px;margin:10px 0 4px;color:#333}
.lmLogin input{width:100%;padding:10px 12px;font-size:13px;border:1px solid #bbb;border-radius:8px;color:#111}
.lmLogin button{width:100%;margin-top:16px;background:#78be20;color:#fff;border:0;padding:10px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600}
.warnReal{background:#fff3cd;border:1px solid #ffc107;padding:12px;border-radius:8px;font-size:12px;color:#5a4600;margin:12px 20px}

.dialog{
  position:fixed;z-index:2500;top:50%;left:50%;transform:translate(-50%,-50%);
  min-width:430px;max-width:560px;overflow:hidden;
  border-radius:18px;border:1px solid rgba(255,255,255,.84);
  background:rgba(249,251,255,.96);color:#0f172a;
  backdrop-filter:blur(24px);box-shadow:var(--shell-shadow);animation:winOpen .2s;
}
.dialog .dhead{
  padding:14px 18px;font-size:13px;font-weight:600;
  background:rgba(248,250,253,.94);border-bottom:1px solid var(--shell-border);
}
.dialog .dbody{padding:22px 24px;font-size:13.5px;line-height:1.65;color:#334155}
.dialog .dbody .ico{float:left;margin-right:16px;margin-bottom:4px}
.dialog .dbody .ico svg{width:42px;height:42px}
.dialog .dfoot{
  padding:14px 18px;display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap;
  background:#f8fafc;border-top:1px solid var(--shell-border);
}
.dialog .dfoot button{
  min-width:96px;height:38px;padding:0 16px;border-radius:10px;cursor:pointer;
  border:1px solid #d7e2f0;background:#fff;color:#334155;
}
.dialog .dfoot button:hover{background:#f7faff}
.dialog .dfoot button.primary{background:var(--accent);border-color:var(--accent);color:#fff}
.dialog .dfoot button.danger{background:#dc2626;border-color:#dc2626;color:#fff}
.dialog .dfoot button.ok{background:#16a34a;border-color:#16a34a;color:#fff}

.scareAlert{
  position:fixed;top:86px;right:18px;z-index:1500;width:360px;overflow:hidden;
  border-radius:16px;background:#fff;color:#0f172a;
  box-shadow:0 24px 50px rgba(0,0,0,.28);animation:slideIn .25s ease-out;
}
@keyframes slideIn{from{transform:translateX(26px);opacity:0}to{transform:translateX(0);opacity:1}}
.scareAlert .shd{padding:12px 14px;display:flex;align-items:center;gap:8px;background:linear-gradient(90deg,#dc2626,#ef4444);color:#fff;font-weight:700;font-size:13px}
.scareAlert .shd svg{width:26px;height:26px}
.scareAlert .sbd{padding:16px 14px;font-size:13px;line-height:1.5}
.scareAlert .sbtns{padding:12px 14px;display:flex;gap:8px;justify-content:flex-end;border-top:1px solid #eef2f7}
.scareAlert button{height:34px;padding:0 12px;border-radius:10px;border:1px solid #dbe3ef;background:#f8fafc;color:#334155;cursor:pointer}
.scareAlert button.scamBtn{background:#dc2626;border-color:#dc2626;color:#fff}

#toast{
  position:fixed;left:50%;bottom:84px;z-index:3000;transform:translateX(-50%);
  display:none;max-width:620px;
  padding:14px 18px;border-radius:16px;
  background:rgba(20,24,31,.94);color:#fff;
  box-shadow:0 18px 40px rgba(0,0,0,.25);
  border-left:4px solid #facc15;text-align:center;font-size:14px;
}
#toast.show{display:block;animation:toastIn .24s ease}
#toast.good{border-left-color:#22c55e}
#toast.bad{border-left-color:#ef4444}
#toast .pts{display:inline-block;margin-left:8px;padding:3px 9px;border-radius:999px;font-size:12px;font-weight:700}
#toast.good .pts{background:rgba(34,197,94,.18);color:#86efac}
#toast.bad .pts{background:rgba(239,68,68,.18);color:#fca5a5}
@keyframes toastIn{from{opacity:0;transform:translateX(-50%) translateY(14px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}

#gameOver,#winScreen{
  position:fixed;inset:0;z-index:5000;display:none;
  flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px;
}
#gameOver{background:linear-gradient(135deg,#0a6ad6,#0b84ff)}
#winScreen{background:linear-gradient(135deg,#0f5c2d,#12a150)}
#gameOver.show,#winScreen.show{display:flex}
#gameOver .sad{font-size:100px;margin-bottom:20px}
#gameOver h1,#winScreen h1{font-size:32px;font-weight:300;margin-bottom:12px}
#gameOver p,#winScreen p{max-width:680px;line-height:1.7;font-size:15px;opacity:.95}
#gameOver button,#winScreen button{
  margin-top:24px;height:44px;padding:0 24px;border-radius:12px;
  border:1px solid rgba(255,255,255,.45);background:rgba(255,255,255,.16);
  color:#fff;cursor:pointer;font-size:14px;
}
#winScreen .em{font-size:80px;margin-bottom:20px;color:#ffe28b}
.stats{margin:18px 0;font-size:13px;opacity:.88}

.callWin{background:#181b28}
.callWin .body{background:#181b28;color:#fff}
.callWin .video{
  height:320px;position:relative;overflow:hidden;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,#262a3a,#121624);
}
.callWin .video .avatar-df{
  width:150px;height:150px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,#5b62ff,#4b4fd4);
  color:#fff;font-size:58px;font-weight:600;
  box-shadow:0 0 40px rgba(91,98,255,.35);
  animation:pulse 2s infinite;
}
@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.04)}}
.callWin .video .glitch{position:absolute;left:0;right:0;height:2px;top:30%;background:rgba(255,120,120,.55);animation:glitch 3s infinite}
@keyframes glitch{0%,95%,100%{opacity:0;top:0}96%{opacity:1;top:30%}97%{opacity:1;top:60%}98%{opacity:0}}
.callWin .callTop{padding:12px 14px;display:flex;align-items:center;gap:10px;background:#24293a;font-size:12px}
.callWin .callTop .ava{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6166f0,#7f86ff);font-weight:700}
.callWin .info{padding:14px;text-align:center}
.callWin .info h3{font-size:16px;margin-bottom:4px}
.callWin .info .st{font-size:12px;color:#a5b4c7}
.callWin .msg{margin:0 16px 16px;padding:14px 16px;border-radius:14px;background:rgba(255,255,255,.06);line-height:1.6;color:#e5e7eb}
.callWin .btns{padding:0 16px 18px;display:flex;gap:10px;justify-content:center;flex-wrap:wrap}
.callWin .btns button{
  flex:1;min-width:110px;height:40px;padding:0 12px;border-radius:12px;
  border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);
  color:#fff;cursor:pointer;font-size:12.5px;font-weight:500;
}
.callWin .btns button:hover{background:rgba(255,255,255,.14)}

.teamsApp{
  display:flex;height:100%;background:#1c1f2d;color:#e2e8f0;font-size:13px;
}
.teamsApp .tSide{
  width:74px;padding:12px 0;display:flex;flex-direction:column;align-items:center;gap:8px;
  background:#161928;
}
.teamsApp .tSide .tIc{
  width:50px;height:50px;border-radius:14px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;
  color:#cbd5e1;cursor:pointer;font-size:10px;
}
.teamsApp .tSide .tIc svg{width:20px;height:20px}
.teamsApp .tSide .tIc:hover,.teamsApp .tSide .tIc.active{background:rgba(255,255,255,.08);color:#fff}
.teamsApp .tList{
  width:272px;overflow:auto;background:#23273a;border-right:1px solid rgba(255,255,255,.06);
}
.teamsApp .tList .tChat{
  display:flex;align-items:center;gap:10px;padding:12px 14px;
  border-bottom:1px solid rgba(255,255,255,.04);cursor:pointer;
}
.teamsApp .tList .tChat:hover,.teamsApp .tList .tChat.active{background:#2b3148}
.teamsApp .tList .tChat .ava{
  width:38px;height:38px;border-radius:50%;flex-shrink:0;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,#5e66ff,#7f86ff);font-weight:700;
}
.teamsApp .tList .tChat .info{flex:1;min-width:0}
.teamsApp .tList .tChat .name{font-weight:600;color:#fff}
.teamsApp .tList .tChat .prev{font-size:11.5px;color:#a5b4c7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.teamsApp .tMain{flex:1;display:flex;flex-direction:column;min-width:0}
.teamsApp .tHead{
  padding:14px 18px;display:flex;align-items:center;gap:10px;
  background:#23273a;border-bottom:1px solid rgba(255,255,255,.06);
}
.teamsApp .tMsgs{flex:1;overflow:auto;padding:16px 18px}
.teamsApp .tMsg{display:flex;gap:10px;margin-bottom:12px}
.teamsApp .tMsg .b{
  max-width:72%;padding:11px 14px;border-radius:0 14px 14px 14px;
  background:#2d334a;line-height:1.6;color:#e2e8f0;
}
.teamsApp .tMsg.me{justify-content:flex-end}
.teamsApp .tMsg.me .b{background:#5e66ff;border-radius:14px 0 14px 14px}
.teamsApp .tActions{
  padding:14px 18px;display:flex;gap:8px;flex-wrap:wrap;
  border-top:1px solid rgba(255,255,255,.06);
}
.teamsApp .tActions button{
  min-height:38px;padding:0 14px;border-radius:10px;
  border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.06);
  color:#fff;cursor:pointer;font-size:12.5px;
}
.teamsApp .tActions button:hover{background:rgba(255,255,255,.12)}

.defender{padding:22px;background:#f8fbff;height:100%;color:#0f172a}
.defender h2{font-size:28px;font-weight:600;margin-bottom:16px}
.defender .grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.defender .card{
  padding:16px;border-radius:16px;border:1px solid #dce5f2;
  background:#fff;box-shadow:0 4px 18px rgba(15,23,42,.04);
}
.defender .card .t{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600;color:#0f172a;margin-bottom:6px}
.defender .card .t svg{width:18px;height:18px}
.defender .card .s{font-size:12.5px;color:#15803d}
.defender .card .s.bad{color:#dc2626}
.defender .card button{
  margin-top:12px;height:36px;padding:0 14px;border-radius:10px;
  border:0;background:var(--accent);color:#fff;cursor:pointer;font-size:12.5px;
}

.settingsApp{display:flex;height:100%;background:linear-gradient(180deg,#f4f7fc,#eef3f9);color:#0f172a}
.settingsApp .sSide{
  width:286px;padding:16px 12px 14px;overflow:auto;
  background:rgba(247,250,254,.92);border-right:1px solid #dde6f1;
}
.settingsApp .sBrand{
  padding:4px 10px 12px;font-size:22px;font-weight:650;letter-spacing:-.02em;color:#111827;
}
.settingsApp .sSearch{
  height:40px;padding:0 12px;margin:0 4px 14px;border-radius:12px;
  display:flex;align-items:center;gap:8px;
  background:#fff;border:1px solid #dce4ef;box-shadow:inset 0 1px 0 rgba(255,255,255,.7);
}
.settingsApp .sSearch svg{width:16px;height:16px;color:#64748b;flex-shrink:0}
.settingsApp .sSearch input{
  flex:1;border:0;outline:none;background:transparent;color:#0f172a;font-size:13px;
}
.settingsApp .sProfileCard{
  margin:0 4px 14px;padding:14px;border-radius:18px;
  display:flex;align-items:center;gap:12px;
  background:linear-gradient(135deg,#ffffff,#edf5ff);border:1px solid #dce5f2;
  box-shadow:0 8px 22px rgba(15,23,42,.05);
}
.settingsApp .sProfileCard .avatar{
  width:44px;height:44px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,#32a7ff,#1167ff);color:#fff;font-weight:700;font-size:16px;
}
.settingsApp .sProfileCard .meta{display:flex;flex-direction:column;gap:3px;min-width:0}
.settingsApp .sProfileCard .meta strong{font-size:13.5px;color:#111827}
.settingsApp .sProfileCard .meta span{font-size:11.8px;color:#64748b}
.settingsApp .sNav{display:flex;flex-direction:column;gap:4px}
.settingsApp .sSide .it{
  margin:0 4px;padding:11px 12px;border-radius:14px;border:0;background:transparent;
  display:flex;align-items:center;gap:12px;cursor:pointer;color:#334155;text-align:left;
}
.settingsApp .sSide .it svg{width:18px;height:18px;flex-shrink:0}
.settingsApp .sSide .it span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.settingsApp .sSide .it:hover{background:#edf3fc}
.settingsApp .sSide .it.active{
  background:#e6f0ff;color:#0f60ff;font-weight:600;
  box-shadow:inset 0 0 0 1px #cfe1ff;
}
.settingsApp .sSide .it[hidden]{display:none !important}
.settingsApp .sMain{
  flex:1;padding:22px 24px 24px;overflow:auto;
}
.settingsPanel{display:none}
.settingsPanel.active{display:block}
.settingsHero{
  padding:20px 22px;margin-bottom:18px;border-radius:24px;
  display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;
  background:linear-gradient(135deg,#ffffff,#edf4ff 62%,#dce9ff);
  border:1px solid #d7e3f3;box-shadow:0 12px 28px rgba(15,23,42,.06);
}
.heroIcon{
  width:74px;height:74px;border-radius:22px;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,#e6f0ff,#f7fbff);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
}
.heroIcon svg{width:34px;height:34px}
.heroText h2{font-size:31px;line-height:1.05;font-weight:650;letter-spacing:-.03em;margin-bottom:6px}
.heroText p{font-size:13.5px;line-height:1.55;color:#475569;max-width:640px}
.eyebrow{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin-bottom:8px}
.heroChips{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}
.heroChips span,.pill{
  height:28px;padding:0 10px;border-radius:999px;
  display:inline-flex;align-items:center;
  background:#eef5ff;border:1px solid #d6e6ff;color:#275394;font-size:11.8px;font-weight:600;
}
.pill.success{background:#edfdf3;border-color:#c8eed5;color:#166534}
.heroActions,.panelHeader>button{display:flex;gap:8px;flex-wrap:wrap}
.heroActions button,.panelHeader>button,.ghostBtn{
  height:36px;padding:0 14px;border-radius:10px;border:1px solid #d5dfec;
  background:#fff;color:#334155;cursor:pointer;font-size:12.5px;
}
.heroActions button:hover,.panelHeader>button:hover,.ghostBtn:hover{background:#f8fbff}
.panelHeader{
  margin-bottom:16px;display:flex;justify-content:space-between;align-items:flex-start;gap:16px;
}
.panelHeader h2{font-size:30px;line-height:1.08;font-weight:650;letter-spacing:-.03em;margin-bottom:6px}
.panelHeader p{font-size:13.5px;color:#475569;line-height:1.55;max-width:620px}
.settingsGrid{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;
}
.settingsGrid.twoCols{grid-template-columns:repeat(2,minmax(0,1fr))}
.setCard{
  padding:16px 16px 15px;border-radius:18px;border:1px solid #dce5f2;
  background:rgba(255,255,255,.92);box-shadow:0 6px 18px rgba(15,23,42,.04);
}
.setCard.span2{grid-column:1 / -1}
.setHead{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}
.setHead strong{display:block;font-size:14px;color:#111827;margin-bottom:3px}
.setHead span{font-size:12.3px;line-height:1.45;color:#64748b}
.setCard p{margin-top:10px;font-size:12.8px;line-height:1.58;color:#475569}
.toggle{
  width:42px;height:24px;padding:3px;border-radius:999px;flex-shrink:0;
  background:#cbd5e1;cursor:pointer;transition:.18s;
}
.toggle span{
  width:18px;height:18px;border-radius:50%;display:block;background:#fff;transition:.18s;
  box-shadow:0 2px 6px rgba(15,23,42,.18);
}
.toggle.on{background:#0f6fff}
.toggle.on span{transform:translateX(18px)}
.rangeRow{
  margin-top:12px;display:flex;align-items:center;gap:12px;font-size:12.3px;color:#64748b;
}
.rangeRow span{width:58px;flex-shrink:0}
.rangeRow i{
  position:relative;display:block;flex:1;height:8px;border-radius:999px;background:#e5edf6;overflow:hidden;
}
.rangeRow b{
  position:absolute;left:0;top:0;bottom:0;border-radius:999px;background:linear-gradient(90deg,#0f6fff,#6db6ff);
}
.infoList{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 16px;margin-top:14px;
}
.infoList div{padding-top:10px;border-top:1px solid #edf2f7;display:flex;flex-direction:column;gap:4px}
.infoList span{font-size:11.6px;color:#64748b}
.infoList b{font-size:12.6px;color:#0f172a;font-weight:600}
.timeline{display:grid;gap:10px;margin-top:14px}
.timeline div{
  display:flex;justify-content:space-between;gap:10px;align-items:center;
  padding:11px 12px;border-radius:12px;background:#f8fbff;border:1px solid #e4edf7;
}
.timeline span{font-size:12.1px;color:#334155;font-weight:600}
.timeline b{font-size:12px;color:#166534}

.miniNote{padding:36px 20px;text-align:center;font-size:13px;color:#64748b}
.notepad{
  height:100%;padding:16px;background:#fff;color:#0f172a;
  font-family:Consolas,monospace;font-size:13px;white-space:pre-wrap;overflow:auto;
}

@media (max-width:980px){
  #tbLeft{display:none}
  #tbCenter{margin-left:0}
}

@media (max-width:820px){
  .win{min-width:300px}
  .deskIcon{width:74px}
  .deskIcon .ico,.deskIcon .ico svg,.deskIcon .ico img{width:44px;height:44px}
  #startMenu{width:94vw;padding:18px}
  #startMenu .pinned{grid-template-columns:repeat(4,minmax(0,1fr))}
  .browserAction{display:none}
  .browserPill{display:none}
  .browserStart{padding:24px 20px}
  .browserStartHero{align-items:flex-start}
  .browserStartHero h1{font-size:28px}
  .expTop{grid-template-columns:auto 1fr}
  .expSearch{display:none}
  .explorer .sidebar{width:172px}
  .mailApp .mSide{width:150px}
  .mailApp .mList{width:220px}
  .teamsApp .tSide{width:58px}
  .teamsApp .tList{width:190px}
  .settingsApp{flex-direction:column}
  .settingsApp .sSide{width:100%;border-right:0;border-bottom:1px solid #dde6f1}
  .settingsHero{grid-template-columns:1fr}
  .panelHeader{flex-direction:column}
  .settingsGrid,.settingsGrid.twoCols,.infoList{grid-template-columns:1fr}
  #hud{max-width:220px;min-width:200px}
}
