*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#f0f2f5;color:#1a1a2e;min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column}.header{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;padding:20px 40px;box-shadow:0 2px 10px #00000026}.header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.header h1{font-size:1.6rem;font-weight:700}.subtitle{font-size:.9rem;opacity:.7;margin-top:4px}.header-right{display:flex;align-items:center;gap:20px}.status-indicator{display:flex;align-items:center;gap:8px;font-size:.85rem;background:#ffffff1a;padding:6px 14px;border-radius:20px}.status-dot{width:10px;height:10px;border-radius:50%;display:inline-block}.status-dot.online{background:#22c55e;box-shadow:0 0 8px #22c55e;animation:pulse 2s infinite}.status-dot.offline{background:#ef4444;box-shadow:0 0 8px #ef4444}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.clock{font-size:.85rem;font-variant-numeric:tabular-nums;opacity:.8}.main{flex:1;max-width:1200px;margin:30px auto;padding:0 20px;width:100%}.cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px}.card{background:#fff;border-radius:12px;padding:24px;border-top:4px solid #4f46e5;box-shadow:0 1px 3px #00000014;transition:transform .2s,box-shadow .2s;cursor:pointer}.card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}.card-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:12px}.card h2{font-size:1.1rem;font-weight:600;margin-bottom:6px}.card p{font-size:.85rem;color:#6b7280;line-height:1.5}.card-action{margin-top:16px;font-size:.85rem;font-weight:600}.footer{text-align:center;padding:20px;color:#9ca3af;font-size:.8rem}.footer a{color:#6366f1;text-decoration:none}.footer a:hover{text-decoration:underline}
