*{box-sizing:border-box;margin:0;padding:0}:root{--color-primary-navy:#1b2a4a;--color-accent-blue:#2563eb;--color-text-main:#1f2937;--color-text-secondary:#6b7280;--color-border-card:#e5e7eb;--color-pill-blue:#dbeafe;--color-pill-blue-text:#1e40af;--color-pill-green:#d1fae5;--color-pill-green-text:#065f46;--color-pill-purple:#f3e8ff;--color-pill-purple-text:#6b21a8;--color-pill-gray:#f3f4f6;--color-pill-gray-text:#374151;--color-status-amber:#f59e0b;--color-status-green:#10b981}#root,body,html{height:100%}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px}body{background-color:#f9fafb;color:#1f2937;color:var(--color-text-main);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.card-shadow{box-shadow:0 2px 8px #00000014}.btn-base{align-items:center;border:none;border-radius:50px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:500;justify-content:center;min-height:48px;padding:0 1.5rem;transition:all .2s}.btn-base:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 4px #2563eb;box-shadow:0 0 0 2px #fff,0 0 0 4px var(--color-accent-blue);outline:none}.btn-primary{background-color:#1b2a4a;background-color:var(--color-primary-navy);border:none;color:#fff}.btn-primary:hover{background-color:#15203a}.btn-secondary{background-color:#2563eb;background-color:var(--color-accent-blue);border:none;color:#fff}.btn-secondary:hover{background-color:#1d4ed8}.btn-tertiary{background-color:#fff;border:1px solid #e5e7eb;border:1px solid var(--color-border-card);color:#1f2937;color:var(--color-text-main)}.btn-tertiary:hover{background-color:#f9fafb}.input-base{border:1px solid #d1d5db;border-radius:12px;font-size:1rem;padding:.75rem 1rem;transition:all .2s;width:100%}.input-base:focus{border-color:#2563eb;border-color:var(--color-accent-blue);box-shadow:0 0 0 3px #2563eb1a;outline:none}.input-base::placeholder{color:#9ca3af}label{color:#6b7280;color:var(--color-text-secondary);display:block;font-size:.95rem;font-weight:500;margin-bottom:.5rem}a{color:#2563eb;color:var(--color-accent-blue);text-decoration:none}a:hover{text-decoration:underline}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-1{flex:1 1}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.w-full{width:100%}.w-auto{width:auto}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-20{width:5rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.min-h-\[48px\]{min-height:48px}.min-h-\[64px\]{min-height:64px}.min-h-\[400px\]{min-height:400px}.max-w-7xl{max-width:80rem}.max-w-2xl{max-width:42rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.py-8{padding-bottom:2rem;padding-top:2rem}.pt-3{padding-top:.75rem}.pb-20{padding-bottom:5rem}.m-0{margin:0}.mx-auto{margin-left:auto;margin-right:auto}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-center{text-align:center}.text-white{color:#fff}.text-\[\#1F2937\]{color:#1f2937}.text-\[\#6B7280\]{color:#6b7280}.text-\[\#1B2A4A\]{color:#1b2a4a}.text-red-600{color:#dc2626}.text-amber-600{color:#d97706}.text-green-700{color:#15803d}.bg-white{background-color:#fff}.bg-gray-50{background-color:#f9fafb}.bg-gray-100{background-color:#f3f4f6}.bg-\[\#1B2A4A\]{background-color:#1b2a4a}.bg-\[\#F3F4F6\]{background-color:#f3f4f6}.bg-amber-50{background-color:#fffbeb}.bg-green-50{background-color:#f0fdf4}.bg-red-50{background-color:#fef2f2}.border{border-width:1px}.border-t{border-top-width:1px}.border-b{border-bottom-width:1px}.border-\[\#E5E7EB\],.border-gray-200{border-color:#e5e7eb}.border-amber-200{border-color:#fde68a}.border-green-200{border-color:#bbf7d0}.border-red-200{border-color:#fecaca}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-full{border-radius:9999px}.rounded-md{border-radius:.375rem}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.top-0{top:0}.bottom-0{bottom:0}.left-0{left:0}.right-4{right:1rem}.bottom-24{bottom:6rem}.z-50{z-index:50}.z-0{z-index:0}.hidden{display:none}.block{display:block}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.opacity-10{opacity:.1}.opacity-20{opacity:.2}.cursor-pointer{cursor:pointer}.transition-colors{transition-duration:.2s;transition-property:color,background-color,border-color}.transition-all{transition-duration:.2s;transition-property:all}.hover\:bg-gray-50:hover{background-color:#f9fafb}.hover\:bg-gray-100:hover{background-color:#f3f4f6}.hover\:bg-white\/10:hover{background-color:#ffffff1a}.hover\:text-red-600:hover{color:#dc2626}.hover\:underline:hover{text-decoration:underline}@media (min-width:768px){.md\:flex{display:flex}.md\:hidden{display:none}.md\:flex-row{flex-direction:row}.md\:w-5\/12{width:41.666667%}.md\:w-7\/12{width:58.333333%}.md\:gap-8{gap:2rem}.md\:py-6{padding-bottom:1.5rem;padding-top:1.5rem}.md\:py-8{padding-bottom:2rem;padding-top:2rem}.md\:pb-0{padding-bottom:0}.md\:text-base{font-size:1rem}.md\:text-2xl{font-size:1.5rem}}@media (min-width:1024px){.lg\:w-1\/3{width:33.333333%}.lg\:w-2\/3{width:66.666667%}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.shrink-0{flex-shrink:0}.line-clamp-3{-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;display:-webkit-box;overflow:hidden}.shadow-sm{box-shadow:0 1px 2px 0 #0000000d}.shadow-md{box-shadow:0 4px 6px -1px #0000001a}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a}.min-w-\[48px\]{min-width:48px}@media (max-width:768px){html{font-size:16px}}@media (min-width:768px){.auth-left{display:flex!important}.auth-right{box-shadow:-4px 0 32px #00000014!important;margin:0!important;max-width:440px!important}}@media (max-width:767px){.auth-right{box-shadow:none!important;padding:32px 24px!important}}.mobile-nav-spacer{height:64px}@media (min-width:641px){.bottom-nav{display:none!important}.main-content{padding-bottom:2rem!important}.banner-img{max-height:none!important;object-fit:fill!important}.qso-sidebar{width:300px!important}.qso-sidebar .qso-main-card{padding:28px!important}}@media (max-width:640px){.desktop-nav{display:none!important}.banner-img{max-height:52px!important;object-fit:cover;object-position:center}.main-content{padding-bottom:6rem!important}.page-padding{box-sizing:border-box!important;margin:0!important;max-width:100%!important;padding:12px 14px!important;width:100%!important}.qso-layout{flex-direction:column!important;gap:12px!important;width:100%!important}.qso-sidebar{flex-shrink:0!important;max-width:100%!important;width:100%!important}.qso-leaderboard{display:none!important}.qso-card-row{gap:10px!important}.toolbar-wrap{flex-wrap:wrap!important;gap:8px!important}}
/*# sourceMappingURL=main.268946d7.css.map*/