*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#f5f0e8;color:#2c2416;line-height:1.5}.app{min-height:100vh;display:flex;flex-direction:column}.header{background:#2c2416;color:#f5f0e8;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;border-bottom:3px solid #c9a227}.header h1{margin:0;font-size:1.5rem;letter-spacing:1px}.header nav{display:flex;gap:1.5rem}.header nav a{color:#f5f0e8;text-decoration:none;font-weight:500}.header nav a:hover{color:#c9a227}.main{flex:1;max-width:900px;margin:0 auto;padding:2rem 1.5rem;width:100%}.section h2{margin:0 0 1.5rem;color:#2c2416}.registration-form form{display:flex;flex-direction:column;gap:1rem;background:#fffef9;padding:2rem;border:1px solid #e0d5c5}.field{display:flex;flex-direction:column;gap:.35rem}.field label{font-weight:500;color:#2c2416}.field input,.field textarea{padding:.6rem .8rem;border:1px solid #e0d5c5;font-family:inherit}.field input:focus,.field textarea:focus{outline:2px solid #c9a227;border-color:#c9a227}.status.success{color:#2e7d32}.status.error{color:#c62828}button[type=submit]{background:#2c2416;color:#f5f0e8;padding:.75rem 1.5rem;border:none;cursor:pointer;font-weight:500;align-self:flex-start}button[type=submit]:hover:not(:disabled){background:#3d3326}button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.admin-list .table-wrap{overflow-x:auto;border:1px solid #e0d5c5}.admin-list table{width:100%;border-collapse:collapse}.admin-list th,.admin-list td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e0d5c5}.admin-list th{background:#2c2416;color:#f5f0e8}.admin-list tbody tr:hover{background:#fffef9}.loading,.empty{text-align:center;padding:2rem;color:#6b5d4f}.error{color:#c62828;padding:1rem}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.btn-logout{background:transparent;color:#6b5d4f;border:1px solid #e0d5c5;padding:.4rem 1rem;cursor:pointer;font-size:.9rem}.btn-logout:hover{background:#fffef9}.login-form{max-width:320px;background:#fffef9;padding:2rem;border:1px solid #e0d5c5}
