@import "https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap";
*{box-sizing:border-box;margin:0;padding:0}:root{--navy:#141f3e;--navy-light:#1e2f5e;--blue:#2563eb;--blue-hover:#1d4ed8;--white:#fff;--grey:#f7f8fa;--border:#e5e7eb;--text:#111827;--text-muted:#6b7280;--text-light:#9ca3af;--green:#16a34a}body{background:var(--white);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Roboto,-apple-system,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}.btn-primary{background:var(--blue);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;align-items:center;gap:8px;padding:13px 28px;font-size:15px;font-weight:500;transition:background .15s;display:inline-flex}.btn-primary:hover{background:var(--blue-hover)}.btn-navy{background:var(--navy);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:13px 28px;font-size:15px;font-weight:500;display:inline-flex}.btn-white{color:var(--navy);cursor:pointer;background:#fff;border:none;border-radius:8px;align-items:center;gap:8px;padding:13px 28px;font-size:15px;font-weight:500;display:inline-flex}.btn-ghost{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff40;border-radius:8px;align-items:center;gap:8px;padding:13px 28px;font-size:15px;font-weight:500;display:inline-flex}input,select,textarea{border:1.5px solid var(--border);color:var(--text);appearance:none;background:#fff;border-radius:8px;outline:none;width:100%;padding:11px 14px;font-family:Roboto,sans-serif;font-size:15px}input:focus,select:focus,textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2563eb1a}.card{border:1px solid var(--border);background:#fff;border-radius:12px;padding:28px}.badge{border-radius:20px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:500;display:inline-flex}.badge-green{color:#15803d;background:#dcfce7}.badge-blue{color:#1d4ed8;background:#dbeafe}select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236B7280' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:36px}@media (max-width:768px){html,body{overflow-x:hidden!important}nav>div{height:60px!important;padding:0 16px!important}.desktop-links{display:none!important}.mobile-menu-btn{display:flex!important}section{padding-left:20px!important;padding-right:20px!important}div[style*=grid-template-columns]{grid-template-columns:1fr!important}div[style*="repeat(4, 1fr)"]{grid-template-columns:repeat(2,1fr)!important}.btn-primary,.btn-navy,.btn-ghost,.btn-white{justify-content:center!important;width:100%!important}.card{padding:16px!important}aside[style*="0a1228"]{z-index:100!important;flex-direction:row!important;flex-shrink:0!important;gap:8px!important;width:100%!important;height:auto!important;padding:12px 16px!important;position:sticky!important;top:0!important;overflow-x:auto!important}aside[style*="0a1228"]>div:first-child{flex-shrink:0!important;margin-bottom:0!important}aside[style*="0a1228"] nav{-webkit-overflow-scrolling:touch!important;flex-direction:row!important;flex:1!important;gap:4px!important;padding-bottom:0!important;overflow-x:auto!important}aside[style*="0a1228"] nav a{white-space:nowrap!important;flex-shrink:0!important;padding:8px 12px!important;font-size:13px!important}aside[style*="0a1228"]>div:last-child{display:none!important}main[style*="flex: 1"]{width:100%!important;min-width:0!important}main header{padding:16px 20px!important}main header h1{font-size:18px!important}main>div{padding:16px!important}body>div>div[style*="display: flex"][style*=minHeight]{flex-direction:column!important}[style*="grid-template-columns: repeat(4"],[style*="grid-template-columns: repeat(3"],[style*="grid-template-columns: repeat(2"],[style*="grid-template-columns: '2fr 1fr'"],[style*="grid-template-columns: \"2fr 1fr\""],[style*="grid-template-columns: 2fr 1fr"]{grid-template-columns:1fr!important}div[style*="border-radius: 12"][style*="padding: 24"],div[style*="border-radius: 12"][style*="padding: 32"]{padding:16px!important}input,select,textarea{font-size:16px!important}table{white-space:nowrap!important;-webkit-overflow-scrolling:touch!important;display:block!important;overflow-x:auto!important}div[style*="display: flex"][style*="gap: 12"]{flex-direction:column}div[style*="flex-wrap: wrap"]{flex-direction:row!important}button[style*="padding: 12px 24px"],button[style*="padding: 12px 20px"]{width:100%!important}table thead{display:none!important}table tbody tr{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:12px!important;margin-bottom:12px!important;padding:12px!important;display:block!important}table tbody td{border:none!important;padding:6px 0!important;display:block!important}table tbody td:first-child{font-weight:600;font-size:15px!important}div[style*="grid-template-columns: 2fr 1fr"]{grid-template-columns:1fr!important}div[style*="font-size: 24"][style*="font-weight: 700"]{font-size:22px!important}a[style*="padding: 10px 16px"]{padding:8px 12px!important;font-size:13px!important}div[style*="gap: 8"][style*="margin-bottom: 12"]{flex-wrap:wrap!important;gap:6px!important}h1{font-size:22px!important;line-height:1.2!important}h2{font-size:16px!important}}@media (max-width:380px){main>div,div[style*="border-radius: 12"][style*="padding: 16"]{padding:12px!important}}
