*{box-sizing:border-box;margin:0;padding:0}body{background:#f0f2f5;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.login-page{justify-content:center;align-items:center;min-height:100vh;display:flex}.card{background:#fff;border-radius:8px;width:360px;padding:2rem;box-shadow:0 2px 8px #0000001a}.card h1{text-align:center;color:#1a1a1a;margin-bottom:1.5rem}input{border:1px solid #d1d5db;border-radius:6px;width:100%;margin-bottom:1rem;padding:.75rem;font-size:1rem}input:focus{border-color:#3b82f6;outline:none}button{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:6px;width:100%;padding:.75rem;font-size:1rem}button:disabled{cursor:not-allowed;background:#9ca3af}.error{color:#dc2626;text-align:center;margin-top:1rem;font-size:.875rem}.app header{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.app header h1{color:#1a1a1a;font-size:1.25rem}.logout-btn{background:#ef4444;width:auto;padding:.5rem 1rem}.app main{max-width:1200px;margin:0 auto;padding:1.5rem}.card-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.card-header h2{font-size:1.125rem}.card-header button{width:auto;padding:.5rem 1rem}.empty{text-align:center;color:#6b7280;padding:2rem}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid #e5e7eb;padding:.75rem 1rem}th{color:#6b7280;background:#f9fafb;font-size:.875rem;font-weight:500}.toggle{width:44px;height:24px;display:inline-block;position:relative}.toggle input{opacity:0;width:0;height:0}.slider{cursor:pointer;background:#ccc;border-radius:24px;transition:all .4s;position:absolute;inset:0}.slider:before{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:all .4s;position:absolute;bottom:3px;left:3px}.toggle input:checked+.slider{background:#10b981}.toggle input:checked+.slider:before{transform:translate(20px)}.badge{border-radius:9999px;padding:.25rem .5rem;font-size:.75rem;display:inline-block}.badge.enabled{color:#059669;background:#d1fae5}.badge.disabled{color:#dc2626;background:#fee2e2}.delete-btn{background:#ef4444;width:auto;padding:.5rem 1rem}.modal{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:8px;width:400px;padding:1.5rem}.modal-content h3,.form-group{margin-bottom:1rem}.form-group label{margin-bottom:.5rem;font-weight:500;display:block}.modal-actions{justify-content:flex-end;gap:.5rem;margin-top:1rem;display:flex}.cancel-btn{background:#9ca3af}
