*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,sans-serif;background:#f5f5f5;color:#111;min-height:100vh}.container{max-width:800px;margin:0 auto;padding:2rem 1rem}h1{font-size:1.5rem;margin-bottom:1.5rem}h2{font-size:1.1rem;margin-bottom:1rem;color:#333}.card{background:#fff;border:1px solid #ddd;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}label{display:block;font-size:.85rem;font-weight:600;margin-bottom:4px;color:#555}input[type=text],input[type=email],input[type=password],input[type=datetime-local],select{width:100%;padding:.5rem .75rem;border:1px solid #ccc;border-radius:6px;font-size:.95rem;margin-bottom:1rem;outline:none}input:focus{border-color:#555}.row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 600px){.row{grid-template-columns:1fr}}button{padding:.5rem 1.25rem;border:none;border-radius:6px;font-size:.9rem;cursor:pointer;font-weight:600}button.primary{background:#111;color:#fff}button.primary:hover{background:#333}button.danger{background:#c00;color:#fff}button.danger:hover{background:#e00}button:disabled{opacity:.5;cursor:not-allowed}.toggle-row{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.toggle-row label{margin:0}.msg{padding:.6rem .9rem;border-radius:6px;font-size:.9rem;margin-top:.75rem}.msg.success{background:#d4edda;color:#155724}.msg.error{background:#f8d7da;color:#721c24}header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}nav{display:flex;gap:.5rem;margin-bottom:2rem;flex-wrap:wrap}nav button{background:#eee;color:#333}nav button.active{background:#111;color:#fff}.user-info{background:#f0f0f0;padding:.75rem 1rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem}.user-info span{display:inline-block;margin-right:1.5rem;color:#555;margin-top:.35rem}.user-info strong{color:#111}table button{padding:.4rem .8rem}
