*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0a0a0a;color:#e0e0e0;min-height:100vh}.dashboard{max-width:1200px;margin:0 auto;padding:20px}.header{display:flex;justify-content:space-between;align-items:center;padding:20px 0;border-bottom:1px solid #333;margin-bottom:20px}.header h1{font-size:24px;font-weight:600}.status{color:#0f8;font-size:14px}.nav{display:flex;gap:10px;margin-bottom:30px}.nav button{background:#1a1a1a;border:1px solid #333;color:#888;padding:10px 20px;border-radius:8px;cursor:pointer;font-size:14px;transition:all .2s}.nav button:hover{background:#252525;color:#fff}.nav button.active{background:#06f;border-color:#06f;color:#fff}.content{display:grid;gap:20px}.card{background:#1a1a1a;border:1px solid #333;border-radius:12px;padding:24px}.card h2{font-size:18px;margin-bottom:16px;color:#fff}.card p{color:#888;margin-bottom:16px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.stat{background:#252525;padding:16px;border-radius:8px;text-align:center}.stat-label{display:block;font-size:12px;color:#666;margin-bottom:8px}.stat-value{font-size:24px;font-weight:600;color:#fff}.card ul{list-style:none}.card li{padding:8px 0;border-bottom:1px solid #333;color:#888}.card li:last-child{border-bottom:none}
