*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:#f5f5f5}a{color:inherit;text-decoration:none}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a2e,#16213e);padding:1rem}.auth-card{background:#fff;border-radius:16px;padding:2rem;width:100%;max-width:400px;box-shadow:0 10px 40px rgba(0,0,0,.2)}.auth-title{text-align:center;margin-bottom:.5rem;color:#1a1a2e}.auth-subtitle{text-align:center;color:#666;margin-bottom:1.5rem}.auth-form{gap:1rem}.auth-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.25rem}.form-group label{font-weight:600;color:#333}.form-group input{border:1px solid #ddd;border-radius:8px}.auth-btn,.form-group input{padding:.75rem;font-size:1rem}.auth-btn{background:#2563eb;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s}.auth-btn:hover{background:#1d4ed8}.auth-btn:disabled{background:#ccc;cursor:not-allowed}.auth-link{text-align:center;margin-top:1rem;color:#666}.auth-link a{color:#2563eb;font-weight:600}.error-message{background:#fee2e2;color:#dc2626}.error-message,.success-message{padding:.75rem;border-radius:8px;text-align:center}.success-message{background:#d1fae5;color:#059669}.loading{display:flex;align-items:center;justify-content:center;padding:2rem}.spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.header{background:#1e3a5f;color:#fff;padding:1rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-content{max-width:1200px;margin:0 auto;justify-content:space-between;flex-wrap:wrap;gap:1rem}.header-content,.logo{display:flex;align-items:center}.logo{gap:.75rem;text-decoration:none;color:#fff}.logo-icon{width:40px;height:40px;background:#c9a227;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#1e3a5f}.logo-text{font-size:1.25rem;font-weight:700}.nav{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.nav-link{color:#fff;text-decoration:none;padding:.5rem .75rem;border-radius:6px;transition:background .2s}.nav-link:hover{background:hsla(0,0%,100%,.1)}.nav-user{color:#c9a227;font-weight:500}.nav-logout{background:hsla(0,0%,100%,.1);border:none;color:#fff;padding:.5rem .75rem;border-radius:6px;cursor:pointer}.banner{background:#2563eb;color:#fff;padding:.75rem;text-align:center}.banner.active{display:block}.main{max-width:1200px;margin:0 auto;padding:2rem 1rem}.page-header{text-align:center;margin-bottom:2rem}.page-title{font-size:2rem;color:#1e3a5f;margin-bottom:.5rem}.page-subtitle{color:#666}.footer{background:#1e3a5f;color:#fff;padding:2rem 1rem;margin-top:3rem}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:2rem;gap:2rem}.footer-section h3{margin-bottom:1rem;color:#c9a227}.footer-section a{display:block;color:#ccc;margin-bottom:.5rem}.footer-section a:hover{color:#fff}.footer-bottom{text-align:center;margin-top:2rem;padding-top:1rem;border-top:1px solid hsla(0,0%,100%,.1);color:#999}.admin-layout{display:flex;min-height:100vh}.admin-sidebar{width:250px;background:#1e3a5f;color:#fff;padding:1rem 0;position:fixed;height:100vh;overflow-y:auto}.admin-sidebar-header{padding:1rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.admin-sidebar-title{font-size:1.25rem}.admin-nav{list-style:none;padding:0;margin:0}.admin-nav-item{padding:.75rem 1rem;cursor:pointer;display:flex;align-items:center;gap:.75rem;transition:background .2s}.admin-nav-item:hover{background:hsla(0,0%,100%,.1)}.admin-nav-item.active{background:hsla(0,0%,100%,.2);border-left:3px solid #c9a227}.admin-content{flex:1 1;margin-left:250px;padding:2rem;background:#f5f5f5}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.admin-title{font-size:1.5rem;color:#1e3a5f}.admin-btn{padding:.5rem 1rem;background:#2563eb;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:500}.admin-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.1)}.admin-table{width:100%;border-collapse:collapse}.admin-table td,.admin-table th{padding:.75rem;text-align:left;border-bottom:1px solid #eee}.admin-table th{font-weight:600;color:#666}.action-btn{padding:.25rem .75rem;border:none;border-radius:4px;cursor:pointer;font-size:.85rem;margin-right:.5rem}.action-btn.edit{background:#dbeafe;color:#2563eb}.action-btn.delete{background:#fee2e2;color:#dc2626}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:2rem}.stat-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.1)}.stat-label{color:#666;margin-bottom:.5rem}.stat-value{font-size:2rem;font-weight:700;color:#1e3a5f}@media (max-width:768px){.admin-sidebar{width:100%;height:auto;position:relative}.admin-content{margin-left:0}.admin-layout,.header-content{flex-direction:column}.nav{width:100%;justify-content:center}}