:root{color-scheme:light;font-family:"Inter","Segoe UI",system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.6;background-color:#f8fafc;color:#111827}*{box-sizing:border-box}body{margin:0;background:#f8fafc;color:#111827}a{color:#004080;text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4,h5,h6{margin:0 0 12px 0;font-weight:700}p{margin:0 0 12px 0;color:#6b7280}.container{width:min(1200px,100% - 32px);margin:0 auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border-radius:8px;border:1px solid rgba(0,0,0,0);font-weight:600;cursor:pointer;transition:all .2s ease}.btn-primary{background:#004080;border-color:#004080;color:#fff}.btn-primary:hover{filter:brightness(0.95)}.btn-ghost{background:rgba(0,0,0,0);color:#004080;border-color:rgba(0,64,128,.2)}.btn-ghost:hover{background:rgba(0,64,128,.06)}.card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 6px rgba(0,0,0,.06);padding:24px}.navbar{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background:#004080;color:#fff}.navbar a{color:#fff;font-weight:600}.footer{background:#0f172a;color:#e2e8f0;padding:32px 0}.footer a{color:#cbd5e1}.badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:4px;font-weight:600;font-size:.85rem}.badge-primary{background:rgba(0,64,128,.1);color:#004080}.list-group{display:flex;flex-direction:column;gap:12px}.list-group-item{padding:16px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;display:flex;justify-content:space-between;align-items:center}.flex{display:flex}.flex-between{display:flex;justify-content:space-between;align-items:center}.text-muted{color:#6b7280}.mt-3{margin-top:12px}.mb-3{margin-bottom:12px}.p-4{padding:16px}