*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0f1117;color:#e4e4e7;min-height:100vh}.login{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:2rem}.login h1{font-size:1.5rem;font-weight:600;color:#fff}.login form{display:flex;flex-direction:column;gap:.75rem;width:320px}.login input{padding:.75rem 1rem;border-radius:8px;border:1px solid #27272a;background:#18181b;color:#fff;font-size:.875rem;outline:none;transition:border-color .2s}.login input:focus{border-color:#3b82f6}.dashboard{max-width:900px;margin:0 auto;padding:2rem 1.5rem}header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}header h1{font-size:1.25rem;font-weight:600}.btn-logout{background:none;border:1px solid #27272a;color:#a1a1aa;padding:.4rem .75rem;border-radius:6px;cursor:pointer;font-size:.8rem}.btn-logout:hover{border-color:#ef4444;color:#ef4444}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.card{background:#18181b;border:1px solid #27272a;border-radius:10px;padding:1.25rem;display:flex;flex-direction:column;gap:.75rem}.card.running{border-color:#3b82f6}.card-header{display:flex;justify-content:space-between;align-items:center}.card-header h3{font-size:.95rem;font-weight:500}.card-desc{font-size:.8rem;color:#a1a1aa;line-height:1.4}.card-schedule{font-size:.75rem;color:#3b82f6;font-weight:500}.badge{font-size:.7rem;font-weight:600;text-transform:uppercase;padding:.2rem .5rem;border-radius:4px}.badge-idle{background:#27272a;color:#71717a}.badge-running{background:#1e3a5f;color:#60a5fa;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}button{padding:.6rem 1rem;border-radius:8px;border:none;font-size:.85rem;font-weight:500;cursor:pointer;transition:background .2s,opacity .2s}.card button{background:#3b82f6;color:#fff}.card button:hover:not(:disabled){background:#2563eb}button:disabled{opacity:.4;cursor:not-allowed}.login button{background:#3b82f6;color:#fff}.login button:hover:not(:disabled){background:#2563eb}.result{background:#09090b;border:1px solid #27272a;border-radius:6px;padding:.5rem .75rem;font-size:.75rem;font-family:SF Mono,monospace;color:#a1a1aa;overflow-x:auto}.error{color:#ef4444;font-size:.8rem}
