*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#f5f7fb;color:#182033}.app{display:flex;min-height:100vh}.sidebar{width:250px;background:#0f3d8a;color:#fff;padding:22px;position:fixed;height:100vh}.brand{font-size:28px;font-weight:800;margin-bottom:25px}.sidebar a{display:block;color:#eaf2ff;text-decoration:none;padding:13px 14px;border-radius:12px;margin:5px 0}.sidebar a:hover{background:rgba(255,255,255,.14)}.main{margin-left:250px;width:calc(100% - 250px)}.topbar{height:72px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 24px;box-shadow:0 6px 20px rgba(0,0,0,.06);position:sticky;top:0;z-index:5}.topbar input{width:42%;padding:13px;border:1px solid #dde5f2;border-radius:12px}.content{padding:26px}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:18px}.card,.panel{background:#fff;border-radius:18px;padding:20px;box-shadow:0 10px 30px rgba(13,44,94,.08);border:1px solid #edf1f7}.card span{display:block;color:#667085}.card strong{font-size:34px;color:#0f58c7}table{width:100%;border-collapse:collapse;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px rgba(13,44,94,.06);margin-top:18px}th,td{padding:13px;border-bottom:1px solid #eef2f7;text-align:left;font-size:14px}th{background:#f1f6ff;color:#0f3d8a}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}label{display:block;font-weight:700;font-size:13px;color:#344054}input,select,textarea{width:100%;padding:12px;margin-top:6px;border:1px solid #d8e0ee;border-radius:11px;background:#fff}textarea{min-height:80px}button,.btn{background:#0f58c7;color:#fff;border:0;border-radius:12px;padding:12px 18px;text-decoration:none;cursor:pointer;margin:6px 4px 0 0}button:hover,.btn:hover{background:#0b48a5}.hidden{display:none}.floating{position:fixed;right:32px;bottom:32px;border-radius:999px;box-shadow:0 14px 30px rgba(15,88,199,.3)}.progress div{height:12px;background:#e5eaf3;border-radius:20px;overflow:hidden}.progress span{display:block;height:100%;width:0;background:#0f58c7}.tree{display:flex;gap:10px;flex-wrap:wrap;margin:15px 0}.tree .done{background:#e7f8ef;color:#087443}.tree .current{background:#eaf2ff;color:#0f58c7}.tree div{padding:10px 12px;border-radius:999px;background:#eef1f6}.avatar{width:42px;height:42px;border-radius:50%;object-fit:cover}.badge{background:#eaf2ff;color:#0f58c7;padding:5px 9px;border-radius:99px}.login-bg{display:grid;place-items:center;min-height:100vh;background:linear-gradient(135deg,#edf5ff,#fff)}.login-card{width:min(420px,92vw);background:#fff;border-radius:24px;padding:34px;box-shadow:0 25px 70px rgba(15,61,138,.15)}.login-card h1{margin:0}.login-card button{width:100%;margin-top:18px}.alert{background:#fff1f1;color:#b42318;padding:12px;border-radius:10px}.success{background:#ecfdf3;color:#067647;padding:12px;border-radius:10px}.exit{display:block;text-align:center;margin-top:12px;color:#667085}#toast{position:fixed;right:20px;top:90px;background:#111827;color:white;padding:14px 18px;border-radius:12px;display:none}@media(max-width:800px){.sidebar{position:static;width:100%;height:auto}.app{display:block}.main{margin-left:0;width:100%}.topbar{gap:10px;flex-wrap:wrap;height:auto;padding:14px}.topbar input{width:100%}}
