*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:#f5f7fb;color:#172033}button,input,select{font:inherit}button{cursor:pointer;border:0}.hidden{display:none!important}.muted,.tiny{color:#7c8799}.tiny{font-size:12px;line-height:1.5}.auth-wrap{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(135deg,#eef4ff,#f8fafc)}.auth-card{width:min(430px,100%);background:#fff;border-radius:24px;padding:32px;box-shadow:0 20px 60px rgba(24,42,72,.12)}.brand-mark{width:52px;height:52px;border-radius:15px;background:#2563eb;color:#fff;display:grid;place-items:center;font-weight:800;font-size:24px;margin-bottom:16px}.brand-mark.small{width:36px;height:36px;border-radius:10px;font-size:17px;margin:0}.auth-card h1{margin:0 0 6px;font-size:28px}.tabs{display:flex;gap:8px;background:#f1f4f8;padding:5px;border-radius:12px;margin:24px 0}.tab{flex:1;padding:10px;border-radius:9px;background:transparent;color:#687386}.tab.active{background:#fff;color:#172033;box-shadow:0 2px 8px #0000000d;font-weight:700}label{display:block;font-size:13px;font-weight:700;margin:13px 0;color:#3e4858}input,select{width:100%;padding:12px 13px;margin-top:7px;border:1px solid #dbe1ea;border-radius:10px;outline:0;background:#fff}input:focus,select:focus{border-color:#2563eb}.primary{background:#2563eb;color:#fff;padding:12px 16px;border-radius:10px;font-weight:700}.ghost{background:#eef3fa;color:#334155;padding:11px 16px;border-radius:10px;font-weight:700}.full{width:100%;margin-top:10px}.message{min-height:20px;color:#c2410c;font-size:13px}.sidebar{position:fixed;left:0;top:0;bottom:0;width:250px;background:#fff;border-right:1px solid #e7ebf1;padding:22px 15px;display:flex;flex-direction:column}.side-brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:18px;padding:0 10px 25px}.side-brand span:last-child{letter-spacing:-.3px}.nav-item{width:100%;display:flex;gap:13px;align-items:center;text-align:left;padding:12px 13px;margin:3px 0;border-radius:10px;background:transparent;color:#687386;font-weight:600}.nav-item:hover,.nav-item.active{background:#edf4ff;color:#2563eb}.side-bottom{margin-top:auto}.content{margin-left:250px;min-height:100vh;padding:25px 30px}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.eyebrow{font-size:11px;color:#2563eb;font-weight:800;letter-spacing:1.3px;margin:0 0 5px}.topbar h2{margin:0;font-size:27px}.profile{display:flex;align-items:center;gap:10px}.profile small{display:block;color:#8490a2;margin-top:2px}.avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#dbeafe;color:#1d4ed8;font-weight:800}.grid{display:grid;gap:18px}.grid.stats{grid-template-columns:repeat(4,1fr)}.grid.two{grid-template-columns:repeat(2,1fr)}.card{background:#fff;border:1px solid #e8ecf2;border-radius:16px;padding:20px;box-shadow:0 4px 15px #1e293b08}.stat .icon{font-size:22px}.stat .num{font-size:27px;font-weight:800;margin-top:12px}.stat .label{color:#778297;font-size:13px}.section-head{display:flex;justify-content:space-between;align-items:center;margin:26px 0 12px}.section-head h3{margin:0;font-size:17px}.welcome{background:linear-gradient(135deg,#1d4ed8,#2563eb);color:#fff;border-radius:18px;padding:25px;margin-bottom:20px}.welcome h3{font-size:24px;margin:0 0 5px}.welcome p{margin:0;opacity:.86}.list{display:flex;flex-direction:column;gap:11px}.list-row{display:flex;justify-content:space-between;gap:15px;padding:13px 0;border-bottom:1px solid #eef1f5}.list-row:last-child{border-bottom:0}.badge{display:inline-flex;padding:5px 9px;border-radius:99px;font-size:11px;font-weight:800;background:#edf4ff;color:#2563eb}.badge.green{background:#eaf8f0;color:#16834b}.badge.orange{background:#fff4df;color:#a16207}.badge.red{background:#fff0f0;color:#b42318}.hero-empty{padding:45px;text-align:center;color:#7c8799}.gallery{grid-template-columns:repeat(3,1fr)}.photo{height:180px;border-radius:13px;overflow:hidden;background:#e9eef6;position:relative}.photo img{width:100%;height:100%;object-fit:cover}.photo .caption{position:absolute;left:0;right:0;bottom:0;padding:25px 12px 10px;color:#fff;background:linear-gradient(transparent,#000a)}.table-wrap{overflow:auto}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:13px;text-align:left;border-bottom:1px solid #edf0f4;font-size:13px}.table th{color:#6b7586;font-size:12px}.library-card{display:flex;align-items:center;gap:15px}.book-icon{width:46px;height:46px;border-radius:11px;background:#eef4ff;display:grid;place-items:center;color:#2563eb;font-size:20px}.announcement{border-left:4px solid #2563eb}.announcement h4{margin:0 0 6px}.announcement p{margin:0;color:#647084;line-height:1.55}.payment-box{display:flex;justify-content:space-between;align-items:center;gap:20px;background:#f8fbff;border:1px solid #dceaff}.amount{font-size:30px;font-weight:800}.notice{padding:12px 14px;border-radius:10px;background:#fff7e6;color:#8a5a00;font-size:13px;margin-bottom:15px}@media(max-width:900px){.sidebar{width:76px}.side-brand span:last-child,.nav-item span{display:none}.nav-item{justify-content:center}.content{margin-left:76px}.grid.stats{grid-template-columns:repeat(2,1fr)}.gallery{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.content{padding:18px 14px}.topbar h2{font-size:22px}.profile div:not(.avatar){display:none}.grid.two,.gallery{grid-template-columns:1fr}.grid.stats{grid-template-columns:1fr 1fr}.card{padding:15px}.welcome{padding:20px}.payment-box{align-items:flex-start;flex-direction:column}}