:root{font-family:system-ui,-apple-system,"Segoe UI",sans-serif;color:#172554;background:linear-gradient(135deg,#eff6ff 0%,#fdf2f8 45%,#f0fdf4 100%);min-height:100%}*{box-sizing:border-box}body{margin:0;min-height:100vh}header{min-height:70px;background:linear-gradient(110deg,#4338ca,#7c3aed 48%,#db2777);color:#fff;display:flex;align-items:center;padding:0 6%;justify-content:space-between;box-shadow:0 4px 16px #312e8155}.brand{display:flex;align-items:center;min-height:70px;padding:.5rem 0;font-size:clamp(2rem,3vw,2.75rem);font-weight:800;color:#fff;text-decoration:none;letter-spacing:.04em;line-height:1;white-space:nowrap}nav{display:flex;align-items:center;gap:.75rem}nav a,nav button{color:#fff;background:#ffffff20;border:1px solid #ffffff35;border-radius:999px;padding:.35rem .7rem;text-decoration:none;font:inherit;cursor:pointer}nav a:hover,nav button:hover{background:#ffffff3d}main{max-width:1100px;margin:2rem auto;padding:0 1.25rem}h1{margin:0 0 .3rem;color:#312e81}.muted{color:#64748b}.menu-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;margin-top:2rem}.menu-grid a{position:relative;overflow:hidden;padding:1.6rem;border-radius:1rem;box-shadow:0 10px 24px #4338ca22;color:#fff;text-decoration:none;transition:transform .2s,box-shadow .2s}.menu-grid a:nth-child(1){background:linear-gradient(135deg,#2563eb,#06b6d4)}.menu-grid a:nth-child(2){background:linear-gradient(135deg,#7c3aed,#ec4899)}.menu-grid a:nth-child(3){background:linear-gradient(135deg,#ea580c,#facc15)}.menu-grid a:hover{transform:translateY(-4px);box-shadow:0 16px 28px #4338ca35}.menu-grid strong{font-size:1.1rem}.menu-grid span{display:block;margin-top:.6rem;font-size:.9rem;color:#fff}.page-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.primary,.button{display:inline-block;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;border:0;padding:.65rem 1rem;border-radius:.5rem;text-decoration:none;cursor:pointer;font-weight:700;box-shadow:0 3px 8px #4338ca33}.secondary{background:#fff;color:#4f46e5;border:1px solid #c4b5fd;box-shadow:none}.search{display:flex;gap:.5rem;margin-bottom:1rem}.search input{max-width:320px}.search button{border:0;border-radius:.4rem;background:#0f766e;color:#fff;padding:0 1rem;font-weight:700}.table-wrap{overflow:auto;background:#fff;border-radius:.8rem;box-shadow:0 6px 18px #4338ca18}table{border-collapse:collapse;width:100%}th,td{padding:.75rem;text-align:left;border-bottom:1px solid #e0e7ff}th{background:linear-gradient(90deg,#e0e7ff,#fce7f3);color:#3730a3}td a{color:#4f46e5;font-weight:700}.entry-form,.login-card{max-width:560px;background:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 10px 24px #4338ca22;border-top:4px solid #ec4899}.entry-form label,.login-card label{display:block;margin-bottom:1rem;font-weight:700;color:#3730a3}input{width:100%;padding:.6rem;border:1px solid #c4b5fd;border-radius:.45rem;margin-top:.3rem;background:#fafaff}input:focus{outline:3px solid #bfdbfe;border-color:#6366f1}.checkbox input{width:auto}.field-error,.error{color:#be123c;font-weight:700}.lookup-message{margin:-.5rem 0 1rem;padding:.65rem .75rem;border-radius:.5rem;background:#eef2ff;color:#4338ca}.lookup-message.found{background:#dcfce7;color:#166534}.lookup-message.missing{background:#fff1f2;color:#be123c}.notice{padding:.8rem 1rem;border-radius:.6rem;font-weight:700}.success{background:#dcfce7;color:#166534}.error{background:#ffe4e6}.detail{display:grid;grid-template-columns:180px 1fr;background:#fff;padding:1rem;border-radius:.8rem;box-shadow:0 6px 18px #4338ca18}.detail dt,.detail dd{padding:.65rem;border-bottom:1px solid #e0e7ff;margin:0}.detail dt{font-weight:800;color:#4338ca}.actions{display:flex;gap:1rem;margin-top:1rem}.danger{background:linear-gradient(135deg,#e11d48,#f43f5e);color:#fff;border:0;padding:.65rem 1rem;border-radius:.5rem;cursor:pointer;font-weight:700}@media(max-width:700px){header{padding:.8rem 1rem;align-items:flex-start;flex-direction:column}.brand{min-height:auto;padding:0;font-size:clamp(2rem,10vw,2.75rem)}nav{flex-wrap:wrap}.detail{grid-template-columns:1fr}.page-heading{align-items:flex-start;gap:1rem;flex-direction:column}}
