@import url("fix.css");
@import url("app-extra.css");
:root{--navy:#0b3a64;--blue:#116fa9;--cyan:#11a1c8;--bg:#eef5f9;--ink:#183047;--muted:#708092}body{background:var(--bg);color:var(--ink);font-family:Inter,system-ui,"Segoe UI",sans-serif}.app-nav{background:linear-gradient(100deg,#08345b,#107b9d);min-height:68px}.navbar-brand small{font-size:.55rem;letter-spacing:.12em;color:#ffcf3c}.role-badge{font-size:.55rem;letter-spacing:.1em;background:#ffffff26;padding:6px 9px;border-radius:12px}.page-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:20px}.page-head h1{font-size:1.65rem;font-weight:850;margin:7px 0 2px}.page-head p{color:var(--muted);margin:0}.page-head a{text-decoration:none;font-size:.75rem}.panel{background:#fff;border:1px solid #d9e5eb;border-radius:17px;padding:22px;box-shadow:0 5px 20px #183d590c}.panel h2{font-size:1.05rem;font-weight:800}.action-card{height:100%;background:#fff;border:1px solid #d8e5ec;border-radius:17px;padding:25px;display:grid;grid-template-columns:58px 1fr auto;gap:16px;align-items:center;text-decoration:none;color:var(--ink);box-shadow:0 6px 20px #183d5910}.action-card>i:first-child{width:58px;height:58px;border-radius:15px;background:#e3f3fa;color:var(--blue);display:grid;place-items:center;font-size:1.45rem}.action-card span{font-size:.56rem;letter-spacing:.12em;color:#158eb9;font-weight:850}.action-card h2{font-size:1.15rem;font-weight:800;margin:4px 0}.action-card p{font-size:.74rem;color:var(--muted);margin:0}.savebar{position:sticky;bottom:10px;background:#fffffff2;border:1px solid #d6e4eb;border-radius:13px;padding:12px;display:flex;justify-content:flex-end;align-items:center;gap:9px;box-shadow:0 8px 28px #163b571f;z-index:5}.savebar span{margin-right:auto;font-size:.72rem;font-weight:800}table{font-size:.72rem}@media(max-width:800px){.page-head{align-items:start;gap:12px;flex-direction:column}}
