*{margin:0;padding:0;box-sizing:border-box}html{overflow-y:scroll;scrollbar-gutter:stable}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;background:#f8fafc;color:#1e293b}.layout{display:flex;min-height:100vh}.sidebar{width:220px;min-height:100vh;position:fixed;left:0;top:0;background:#fff;color:#475569;display:flex;flex-direction:column;flex-shrink:0;border-right:1px solid #f1f5f9;z-index:100}.logo{display:flex;align-items:center;gap:10px;padding:20px 18px;border-bottom:1px solid #f1f5f9;color:#6366f1}.logo span{font-size:16px;font-weight:700;color:#1e293b}nav{flex:1;padding:12px 10px}nav button{width:100%;font-family:inherit;text-align:left;background:none;border:none;display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:8px;cursor:pointer;font-size:14px;color:#64748b;transition:all .15s}nav button:hover{background:#f8fafc;color:#334155}nav button.active{background:#eef2ff;color:#4f46e5;font-weight:500}.nav-arrow{margin-left:auto;transition:transform .2s;display:flex;align-items:center}.nav-arrow.open{transform:rotate(-180deg)}.sub-nav{overflow:hidden}.sub-nav button{padding-left:46px!important;font-size:13px!important}.sidebar-footer{padding:14px 18px;border-top:1px solid #f1f5f9;font-size:13px;display:flex;align-items:center;gap:8px;flex-shrink:0;color:#94a3b8;margin-top:auto}.status-dot{width:8px;height:8px;border-radius:50%}.status-dot.on{background:#10b981;box-shadow:0 0 6px #10b981}.status-dot.off{background:#d1d5db}.main{flex:1;padding:28px 32px;overflow-y:auto;margin-left:220px}.main.no-layout{margin-left:0;padding:0}.copy-toast{position:fixed;top:20px;left:50%;transform:translate(-50%);background:#1e293b;color:#fff;padding:8px 24px;border-radius:8px;font-size:13px;z-index:999;opacity:0;transition:opacity .2s;pointer-events:none}.copy-toast.show{opacity:1}.menu-btn{display:none}@media(max-width:768px){.menu-btn{display:block;position:fixed;top:12px;left:12px;z-index:200;background:#fff;color:#475569;border:1px solid #e2e8f0;border-radius:8px;width:40px;height:40px;cursor:pointer;box-shadow:0 1px 3px #00000014}.sidebar{position:fixed;left:-240px;top:0;height:100vh;z-index:150;transition:left .25s;width:220px}.sidebar.open{left:0;box-shadow:4px 0 20px #00000026}.overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:149}.main{padding:60px 14px 24px;margin-left:0}}
