:root{--font-sans: "Inter", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif}*{box-sizing:border-box}html{font-family:var(--font-sans)}body{margin:0;background-color:#f8fafc;color:#334155;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}a:hover{text-decoration:none}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.flex-1{flex:1 1 0%}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.text-left{text-align:left}.text-center{text-align:center}.min-h-screen{min-height:100vh}.mx-auto{margin-left:auto;margin-right:auto}.mt-auto{margin-top:auto}.max-w-6xl{max-width:72rem}.max-w-2xl{max-width:42rem}.w-full{width:100%}.min-w-480{min-width:480px}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-12{margin-top:3rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.p-10{padding:2.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.pb-10{padding-bottom:2.5rem}.pt-12{padding-top:3rem}.p-6{padding:1.5rem}.gap-4{gap:1rem}.gap-1{gap:.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-12{gap:3rem}.space-y-6>*+*{margin-top:1.5rem}.font-sans{font-family:var(--font-sans)}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.leading-tight{line-height:1.25}.tracking-\[0\.12em\]{letter-spacing:.12em}.text-slate-900{color:#0f172a}.text-slate-700{color:#334155}.text-slate-600{color:#475569}.text-slate-500{color:#64748b}.text-slate-400{color:#94a3b8}.text-blue-600{color:#2563eb}.text-red-600{color:#dc2626}.text-white{color:#fff}.italic{font-style:italic}.bg-white{background-color:#fff}.bg-slate-50{background-color:#f8fafc}.bg-blue-600{background-color:#2563eb;color:#fff}.bg-blue-500\/15{background-color:#3b82f626}.bg-blue-500\/10{background-color:#3b82f61a}.bg-blue-500\/5{background-color:#3b82f60d}.bg-cyan-500\/10{background-color:#06b6d41a}.bg-slate-100{background-color:#f1f5f9}.bg-slate-100:hover{background-color:#e2e8f0}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,#3b82f61a,#3b82f60d,#06b6d41a)}.border{border-width:1px;border-style:solid;border-color:#e2e8f0}.border-b{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#e2e8f0}.border-t{border-top-width:1px;border-top-style:solid;border-top-color:#e2e8f0}.border-slate-200\/80{border-color:#e2e8f0cc}.border-slate-100{border-color:#f1f5f9}.border-blue-500\/20{border-color:#3b82f633}.rounded-full{border-radius:9999px}.rounded-xl{border-radius:.75rem}.rounded-3xl{border-radius:1.5rem}.shadow-lg{box-shadow:0 20px 45px #0f172a14}.shadow-xl,.shadow-xl.shadow-slate-900\/10{box-shadow:0 25px 60px #0f172a1f}.shadow-slate-900\/10{box-shadow:0 25px 50px -12px #0f172a1a}.shadow-slate-900\/5{box-shadow:0 20px 40px #0f172a0d}.shadow-blue-500\/30{box-shadow:0 15px 30px #3b82f64d}.shadow-blue-500\/40{box-shadow:0 18px 35px #3b82f666}.shadow-lg.shadow-slate-900\/5{box-shadow:0 20px 45px #0f172a0d}.shadow-lg.shadow-blue-500\/30{box-shadow:0 20px 45px #3b82f64d}.border-collapse{border-collapse:collapse}.table-status{border-top:1px solid rgba(226,232,240,.8);padding:.75rem 1rem;font-size:.875rem;color:#64748b}.table-status strong{color:#0f172a}tbody tr{transition:background-color .15s ease,transform .15s ease}.hover\:-translate-y-0\.5:hover{transform:translateY(-.125rem)}.hover\:-translate-y-1:hover,.focus-within\:-translate-y-1:focus-within{transform:translateY(-.25rem)}.hover\:bg-blue-700:hover{background-color:#1d4ed8}.hover\:bg-slate-50\/80:hover{background-color:#f8fafccc}.hover\:shadow-blue-500\/40:hover{box-shadow:0 18px 35px #3b82f666}.hover\:shadow-xl:hover,.focus-within\:shadow-xl:focus-within{box-shadow:0 25px 60px #0f172a1f}.focus-visible\:outline:focus-visible{outline-style:solid}.focus-visible\:outline-2:focus-visible{outline-width:2px}.focus-visible\:outline-offset-2:focus-visible{outline-offset:2px}.focus-visible\:outline-blue-600:focus-visible{outline-color:#2563eb}.focus-visible\:ring-4:focus-visible{box-shadow:0 0 0 4px #3b82f64d}.focus-visible\:ring-blue-500\/30:focus-visible{box-shadow:0 0 0 4px #3b82f64d}summary{cursor:pointer}summary::-webkit-details-marker{display:none}.group[open] .details-chevron{transform:rotate(180deg)}.transition{transition:all .2s ease}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}@media(min-width:640px){.sm\:py-16{padding-top:4rem;padding-bottom:4rem}.sm\:p-14{padding:3.5rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}.bg-radial-hero{background-image:radial-gradient(circle at top,rgba(37,99,235,.08),transparent 55%)}tbody tr:last-child{border-bottom:none}.site-header[data-astro-cid-ctg3m53h]{position:sticky;top:0;z-index:30;backdrop-filter:blur(18px);background:linear-gradient(180deg,#f8fafcf2,#f8fafce0);border-bottom:1px solid rgba(148,163,184,.28);box-shadow:0 18px 40px #0f172a14}@supports not ((-webkit-backdrop-filter: blur(18px)) or (backdrop-filter: blur(18px))){.site-header[data-astro-cid-ctg3m53h]{background:#f8fafcfa}}.site-header__inner[data-astro-cid-ctg3m53h]{margin:0 auto;max-width:72rem;display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;min-height:4.5rem}.site-header__brand[data-astro-cid-ctg3m53h]{font-size:1rem;font-weight:600;letter-spacing:-.01em;color:#0f172a;text-decoration:none;transition:color .15s ease;border-radius:.75rem;padding:.25rem .4rem}.site-header__brand[data-astro-cid-ctg3m53h]:focus-visible,.site-header__nav-button[data-astro-cid-ctg3m53h]:focus-visible,.site-header__panel-link[data-astro-cid-ctg3m53h]:focus-visible{outline:2px solid rgba(59,130,246,.45);outline-offset:3px}.site-header__brand[data-astro-cid-ctg3m53h]:hover{color:#1d4ed8}.site-header__nav[data-astro-cid-ctg3m53h]{position:relative}.site-header__nav-list[data-astro-cid-ctg3m53h]{display:flex;align-items:center;gap:1.5rem;list-style:none;margin:0;padding:0}.site-header__nav-item[data-astro-cid-ctg3m53h]{position:relative}.site-header__nav-button[data-astro-cid-ctg3m53h]{display:inline-flex;align-items:center;gap:.4rem;font-size:.9375rem;font-weight:600;color:#334155;background:transparent;border:none;border-radius:.65rem;padding:.35rem .6rem;cursor:pointer;transition:color .15s ease,background-color .15s ease}.site-header__nav-button[data-astro-cid-ctg3m53h]:hover,.site-header__nav-item[data-astro-cid-ctg3m53h].is-open .site-header__nav-button[data-astro-cid-ctg3m53h]{color:#1d4ed8;background-color:#3b82f614}.site-header__caret[data-astro-cid-ctg3m53h]{width:12px;height:12px;color:#94a3b8;transition:transform .15s ease}.site-header__nav-item[data-astro-cid-ctg3m53h].is-open .site-header__caret[data-astro-cid-ctg3m53h]{transform:rotate(180deg)}.site-header__panel[data-astro-cid-ctg3m53h]{position:absolute;left:50%;top:calc(100% + 12px);transform:translate(-50%);width:16rem;padding:1.25rem;border-radius:1.25rem;border:1px solid rgba(148,163,184,.28);background:#fff;box-shadow:0 30px 65px #0f172a2e}.site-header__panel--wide[data-astro-cid-ctg3m53h]{width:32rem;max-height:70vh;overflow:hidden}.site-header__panel-heading[data-astro-cid-ctg3m53h]{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#94a3b8;margin-bottom:.75rem}.site-header__panel-description[data-astro-cid-ctg3m53h]{font-size:.75rem;color:#64748b;margin:0 0 1rem;line-height:1.4}.site-header__panel-links[data-astro-cid-ctg3m53h]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.site-header__panel-links--columns[data-astro-cid-ctg3m53h]{display:grid;grid-template-columns:repeat(auto-fill,minmax(13rem,1fr));gap:.4rem .75rem;padding-right:.25rem;max-height:60vh;overflow-y:auto}.site-header__panel-link[data-astro-cid-ctg3m53h]{display:flex;align-items:flex-start;gap:.6rem;padding:.65rem .75rem;border-radius:.9rem;color:#475569;text-decoration:none;transition:background-color .15s ease,color .15s ease,transform .15s ease}.site-header__panel-link[data-astro-cid-ctg3m53h]:hover{background:#3b82f614;color:#1d4ed8;transform:translate(2px)}.site-header__panel-dot[data-astro-cid-ctg3m53h]{margin-top:.35rem;width:.45rem;height:.45rem;border-radius:999px;background:#3b82f659;flex:none}.site-header__panel-text[data-astro-cid-ctg3m53h]{display:flex;flex-direction:column;gap:.25rem;font-size:.875rem;line-height:1.35}.site-header__panel-status[data-astro-cid-ctg3m53h]{display:block;font-size:.68rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#cbd5f5;margin-top:.25rem}@media(max-width:900px){.site-header__inner[data-astro-cid-ctg3m53h]{gap:1.5rem}.site-header__nav-list[data-astro-cid-ctg3m53h]{gap:1rem}}@media(max-width:720px){.site-header__inner[data-astro-cid-ctg3m53h]{flex-direction:column;align-items:stretch;padding:.75rem 1.25rem 1.1rem;gap:.75rem}.site-header__nav-list[data-astro-cid-ctg3m53h]{justify-content:space-between}.site-header__panel[data-astro-cid-ctg3m53h]{left:0;transform:none;min-width:100%}}
