:root{--blue:#0b2a5b;--gold:#d4af37;--bg:#f8fafc;--text:#1e293b;--muted:#64748b}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Arial,sans-serif}.app{min-height:100vh;display:flex}aside{background:linear-gradient(180deg,var(--blue),#123d7a);color:#fff;width:260px;padding:28px}.brand{margin-bottom:36px;font-size:24px;font-weight:900}.brand small{color:#e9d27a;font-size:13px}nav button{text-align:left;color:#dbeafe;cursor:pointer;width:100%;font:inherit;background:0 0;border:0;border-radius:12px;margin:6px 0;padding:12px 14px;display:block}nav button.active,nav button:hover{color:#fff;background:#ffffff24}main{flex:1;padding:34px}header{justify-content:space-between;align-items:center;gap:20px;display:flex}header h1{color:var(--blue);margin:0}header p{color:var(--muted);margin:8px 0 0}.header-actions{gap:10px;display:flex}.refresh,.logout{background:var(--blue);color:#fff;cursor:pointer;border:0;border-radius:999px;padding:12px 18px;font-weight:800}.logout{color:#334155;background:#e2e8f0}.alert{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:16px;margin:20px 0;padding:14px 18px}.grid{grid-template-columns:repeat(4,1fr);gap:18px;margin:26px 0;display:grid}.stat,.card{background:#fff;border-radius:20px;padding:22px;box-shadow:0 14px 36px #0f172a0f}.stat span{color:var(--muted)}.stat strong{color:var(--blue);margin-top:8px;font-size:34px;display:block}.chips span{color:var(--blue);background:#e0ecff;border-radius:999px;margin:6px;padding:8px 14px;font-weight:700;display:inline-block}.course-form{background:#f8fafc;border-radius:18px;margin-bottom:18px;padding:16px}.form-row{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:10px;display:grid}.course-form input,.course-form select,.course-form textarea{background:#fff;border:1px solid #cbd5e1;border-radius:12px;width:100%;padding:10px 12px}.course-form textarea{resize:vertical;min-height:82px;margin-bottom:10px}.course-form label{color:#334155;margin-right:18px;font-weight:700}.form-actions{gap:10px;margin-top:12px;display:flex}.form-actions button,.row-actions button{background:var(--blue);color:#fff;cursor:pointer;border:0;border-radius:999px;padding:9px 14px;font-weight:800}.course-table{gap:12px;display:grid}.course-row{background:#fff;border:1px solid #e2e8f0;border-radius:16px;justify-content:space-between;gap:16px;padding:14px;display:flex}.course-row b{color:var(--blue);font-size:18px}.course-row small{color:var(--muted);margin-top:4px;display:block}.course-row p{color:#334155;margin:8px 0 0}.row-actions{align-items:flex-start;gap:8px;display:flex}.row-actions .danger{background:#ef4444}.two{grid-template-columns:1fr 1.2fr;gap:18px;margin-top:18px;display:grid}.card h2{color:var(--blue);margin-top:0}.card small{color:var(--muted)}.empty{color:var(--muted);background:#f8fafc;border-radius:14px;padding:14px}.inquiry{background:#fbfdff;border:1px solid #e2e8f0;border-radius:16px;margin:14px 0;padding:16px}.inquiry-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.inquiry-head b{color:var(--blue);font-size:18px}.inquiry-head span{color:#8a6500;background:#fff7db;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:800}.inquiry p{margin:8px 0}.message{color:#334155;background:#f8fafc;border-radius:12px;padding:10px}.inquiry select{color:var(--text);background:#fff;border:1px solid #cbd5e1;border-radius:10px;margin-top:10px;padding:8px 10px}.login-page{background:linear-gradient(155deg,#071f46,#0b2a5b 55%,#1d4ed8);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.login-card{background:#fff;border-radius:24px;width:min(440px,100%);padding:30px;box-shadow:0 20px 60px #0003}.login-brand{color:var(--blue);margin-bottom:18px}.login-card h1{color:var(--blue);margin:0}.login-card p,.login-card small{color:var(--muted)}.login-card label{color:var(--blue);margin:16px 0 8px;font-weight:800;display:block}.login-card input{border:1px solid #cbd5e1;border-radius:14px;width:100%;padding:12px 14px;font-size:16px}.login-card button{background:var(--blue);color:#fff;cursor:pointer;border:0;border-radius:999px;width:100%;margin:22px 0 12px;padding:13px;font-weight:900}.login-card button:disabled{opacity:.65;cursor:not-allowed}@media (width<=900px){.app{display:block}aside{width:auto}.grid,.two,.form-row{grid-template-columns:1fr}header{display:block}.refresh{margin-top:14px}.course-row{display:block}.row-actions{margin-top:12px}}.success-message{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:14px;padding:10px 12px;font-weight:800}.password-form h3{color:var(--blue);margin:0 0 14px}.section-actions{justify-content:space-between;align-items:center;gap:12px;display:flex}.section-actions h2{margin:0}.inquiry-actions{align-items:center;gap:10px;margin-top:10px;display:flex}.danger.soft{color:#991b1b;cursor:pointer;background:#fee2e2;border:0;border-radius:999px;padding:8px 12px;font-weight:900}.inline-confirm{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:999px;align-items:center;gap:8px;padding:6px 8px;font-weight:800;display:inline-flex}.inline-confirm button{margin:0}.inquiry-actions .logout{cursor:pointer;border:0;border-radius:999px;padding:8px 12px}.preview-img{object-fit:cover;background:#e2e8f0;border-radius:16px;max-width:180px;max-height:180px;margin:12px 0;display:block}.thumb{object-fit:cover;vertical-align:middle;background:#e2e8f0;border-radius:50%;width:56px;height:56px;margin-right:12px}.course-form input[type=file]{background:#fff;padding:8px}.academic-stats{grid-template-columns:repeat(6,1fr)}.check-row{flex-wrap:wrap;align-items:center;gap:18px;margin:12px 0;display:flex}.check-row label{color:#0b2a5b;background:#fff;border:1px solid #cbd5e1;border-radius:999px;align-items:center;gap:8px;padding:8px 14px;display:inline-flex;margin:0!important}.check-row input[type=checkbox]{width:auto;margin:0}.hero-preview{border-radius:20px;margin-top:16px;padding:24px}.hero-preview h2{margin:10px 0;font-size:28px}.hero-preview h3{margin:8px 0}.hero-preview p{line-height:1.6}.course-form input[type=color]{height:42px;padding:4px}
