:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#1f2937;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{box-sizing:border-box}a{font-weight:500;color:#10b981;text-decoration:inherit}a:hover{color:#059669}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%)}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;color:#fff;cursor:pointer;transition:border-color .25s}button:hover{border-color:#10b981}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#1f2937;background-color:#fff}a:hover{color:#059669}button{background-color:#f9fafb}}#root{width:100%;margin:0 auto;text-align:center}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.login-form{width:100%}.login-content{display:flex;flex-direction:column;gap:1rem}.form-input{padding:.75rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;transition:all .2s ease;background:white;color:#1f2937}.registration-form{width:100%}.registration-title{margin:0 0 1.5rem;font-size:1.5rem;font-weight:700;color:#1f2937;text-align:center}.registration-description{margin:0 0 1.5rem;color:#6b7280;font-size:.875rem;text-align:center}.registration-content{display:flex;flex-direction:column;gap:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.875rem;font-weight:500;color:#374151}.form-input{padding:.75rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;transition:all .2s ease;background:white}.form-input:focus{outline:none;border-color:#16a34a;box-shadow:0 0 0 3px #16a34a1a}.form-input::placeholder{color:#9ca3af}.submit-btn{width:100%;padding:.75rem;background:linear-gradient(135deg,#16a34a 0%,#15803d 100%);color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 6px #16a34a40;margin-top:.5rem}.submit-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 12px #16a34a4d}.submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}@media (max-width: 768px){.form-row{grid-template-columns:1fr}.registration-title{font-size:1.25rem}}.users-list{display:flex;flex-direction:column;gap:1.5rem}.users-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.users-title-section{display:flex;align-items:center;gap:.5rem}.users-icon{width:1.5rem;height:1.5rem;color:#16a34a}.users-title{margin:0;font-size:1.875rem;font-weight:700;color:#1f2937}.users-count-badge{padding:.25rem .75rem;background:white;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;color:#374151;font-weight:500}.users-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.user-card{background:white;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #e5e7eb;transition:all .2s ease;overflow:hidden}.user-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.user-card-header{padding:1.5rem 1.5rem .75rem;border-bottom:1px solid #f3f4f6}.user-header-content{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.user-name{margin:0;font-size:1.125rem;font-weight:600;color:#1f2937}.role-badge{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.role-badge.user{background:#f3f4f6;color:#374151}.user-card-content{padding:.75rem 1.5rem 1.5rem}.user-details{display:flex;flex-direction:column;gap:.75rem}.user-detail-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280}.detail-icon{width:.75rem;height:.75rem;flex-shrink:0}.detail-separator{height:1px;background:#f3f4f6;margin:.75rem 0}.detail-date{font-size:.75rem;color:#9ca3af;margin:0}.user-card-footer{padding:0 1.5rem 1.5rem}.delete-btn{width:100%;padding:.5rem 1rem;background:#ef4444;color:#fff;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.delete-btn:hover:not(:disabled){background:#dc2626;transform:translateY(-1px)}.delete-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.no-users-card{background:white;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #e5e7eb}.no-users-content{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center}.no-users-icon{width:3rem;height:3rem;color:#9ca3af;margin-bottom:1rem}.no-users-text{margin:0;color:#6b7280;font-size:1rem}.loading-container{background:white;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #e5e7eb;padding:2rem;text-align:center}.loading-text{margin:0;color:#6b7280;font-size:.875rem}.error-container{background:white;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #e5e7eb;padding:2rem}.error-message{background:#fef2f2;color:#dc2626;padding:1rem;border-radius:.5rem;margin-bottom:1rem;border-left:4px solid #dc2626;font-size:.875rem}.retry-btn{background:#16a34a;color:#fff;border:none;padding:.5rem 1rem;border-radius:.375rem;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s ease}.retry-btn:hover{background:#15803d;transform:translateY(-1px)}@media (max-width: 768px){.users-title{font-size:1.5rem}.users-grid{grid-template-columns:1fr;gap:1rem}.user-header-content{flex-direction:column;align-items:flex-start;gap:.5rem}.users-header{flex-direction:column;align-items:flex-start}}.home{min-height:100vh;background:linear-gradient(135deg,#f0fdf4 0%,#ecfdf5 100%);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.header{position:sticky;top:0;z-index:50;width:100%;border-bottom:1px solid #e5e7eb;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-content{max-width:1200px;margin:0 auto;display:flex;height:4rem;align-items:center;justify-content:flex-end;padding:0 1rem}.logo{display:flex;align-items:center;gap:.5rem}.logo h1{margin:0;font-size:1.5rem;font-weight:700;color:#1f2937}.logo .green-text{color:#16a34a}.logo-icon{width:1.5rem;height:1.5rem;color:#16a34a}.user-info{display:flex;align-items:center;gap:1rem}.user-details{display:flex;align-items:center;gap:.5rem}.user-icon{width:1rem;height:1rem;color:#6b7280}.user-email{font-size:.875rem;color:#6b7280}.role-badge{padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.role-badge.admin{background:#1f2937;color:#fff}.role-badge.user{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.logout-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ef4444;border:1px solid #dc2626;border-radius:.375rem;color:#fff;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.logout-btn:hover{background:#dc2626;border-color:#b91c1c}.logout-icon{width:1rem;height:1rem}.main-content{max-width:1200px;margin:0 auto;padding:2rem 1rem}.auth-container{display:flex;min-height:calc(100vh - 8rem);align-items:center;justify-content:center}.auth-card{width:100%;max-width:32rem;background:white;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border:1px solid #e5e7eb}.auth-header{padding:1.5rem 1.5rem 0;text-align:center}.auth-title{margin:0 0 .5rem;font-size:1.5rem;font-weight:700;color:#1f2937}.auth-description{margin:0;color:#6b7280;font-size:.875rem}.auth-content{padding:1.5rem}.auth-footer{padding:0 1.5rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.separator{height:1px;background:#e5e7eb;margin:0}.switch-text{text-align:center;font-size:.875rem;color:#6b7280;margin:0}.switch-btn{background:none;border:none;color:#16a34a;font-weight:500;cursor:pointer;text-decoration:underline;padding:0;font-size:inherit}.switch-btn:hover{color:#15803d}.admin-demo-card{width:100%;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:.5rem;padding:1rem}.admin-demo-title{margin:0 0 .5rem;font-size:.875rem;font-weight:600;color:#166534}.admin-demo-text{margin:.25rem 0;font-size:.75rem;color:#15803d}.alert{padding:1rem;border-radius:.5rem;margin-bottom:1rem;font-size:.875rem}.alert.error{background:#fef2f2;color:#dc2626;border-left:4px solid #dc2626}.alert.success{background:#f0fdf4;color:#16a34a;border-left:4px solid #16a34a}@media (max-width: 768px){.header-content{flex-direction:column;height:auto;padding:1rem;gap:1rem}.logo h1{font-size:1.25rem}.main-content{padding:1rem}.auth-card{margin:1rem}}#app{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.preact:hover{filter:drop-shadow(0 0 2em #673ab8aa)}.card{padding:2em}.read-the-docs{color:#888}
