@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
.layout-module__CUj6aG__body{min-height:100vh;margin:0;padding:0;overflow:hidden}.layout-module__CUj6aG__appContainer{background-color:var(--bg-primary);width:100vw;min-height:100vh;display:flex}.layout-module__CUj6aG__sidebar{background-color:var(--bg-secondary);border-right:1px solid var(--border);z-index:10;flex-direction:column;flex:none;width:240px;padding:22px 0;display:flex}.layout-module__CUj6aG__logoBox{align-items:center;gap:11px;padding:0 18px 24px;display:flex}.layout-module__CUj6aG__logoImage{object-fit:cover;border-radius:8px;width:34px;height:34px}.layout-module__CUj6aG__logoText{color:var(--text-primary);letter-spacing:0;font-size:19px;font-weight:800}.layout-module__CUj6aG__menuList{flex-direction:column;gap:5px;padding:0 10px;list-style:none;display:flex}.layout-module__CUj6aG__menuItem{min-height:42px;color:var(--text-secondary);border-radius:8px;align-items:center;padding:10px 13px;font-size:14px;font-weight:650;text-decoration:none;transition:background .18s,color .18s;display:flex}.layout-module__CUj6aG__menuItem:hover{background-color:var(--bg-card-hover);color:var(--text-primary)}.layout-module__CUj6aG__active{color:#99f6e4;background-color:#14b8a61f;box-shadow:inset 3px 0 #14b8a6}.layout-module__CUj6aG__mainContent{flex:1;min-width:0;padding:28px;position:relative;overflow-y:auto}.layout-module__CUj6aG__serverBox{background:var(--bg-card);border:1px solid var(--border);color:var(--text-secondary);border-radius:8px;align-items:center;gap:8px;margin:auto 14px 0;padding:10px 12px;font-size:13px;font-weight:650;display:flex}.layout-module__CUj6aG__statusDot{background:#64748b;border-radius:999px;flex:none;width:10px;height:10px}.layout-module__CUj6aG__online{background:var(--green);box-shadow:0 0 8px var(--green-glow)}.layout-module__CUj6aG__offline{background:var(--red)}.layout-module__CUj6aG__checking{background:#f59e0b}@media (max-width:840px){.layout-module__CUj6aG__body{overflow:auto}.layout-module__CUj6aG__appContainer{min-height:100vh;display:block}.layout-module__CUj6aG__sidebar{border-right:0;border-bottom:1px solid var(--border);width:100%;padding:10px 10px 8px;position:sticky;top:0}.layout-module__CUj6aG__logoBox{padding:0 2px 8px}.layout-module__CUj6aG__menuList{flex-direction:row;gap:6px;padding:0 0 4px;overflow-x:auto}.layout-module__CUj6aG__menuItem{white-space:nowrap;min-height:38px;padding:8px 11px}.layout-module__CUj6aG__serverBox{margin:8px 0 0}.layout-module__CUj6aG__mainContent{padding:14px;overflow:visible}}
*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary:#070b12;--bg-secondary:#0d1320;--bg-card:#111827;--bg-card-hover:#182235;--border:#263244;--border-hover:#3a4a62;--accent:#14b8a6;--accent-light:#5eead4;--accent-glow:#14b8a640;--green:#22c55e;--green-glow:#22c55e52;--red:#ef4444;--red-glow:#ef444452;--orange:#f59e0b;--purple:#8b5cf6;--text-primary:#f8fafc;--text-secondary:#94a3b8;--text-muted:#64748b;--radius:8px;--radius-sm:6px;--shadow:0 18px 38px #00000061}html,body{background-color:var(--bg-primary);min-height:100%;color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}button,input,textarea,select{font:inherit}button{letter-spacing:0}a{color:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--border-hover);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}
