@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
:root{--background:#fff;--foreground:#000;--primary-blue:#1d4f91;--primary-blue-hover:#163f74;--institutional-blue:#3f448c;--secondary-accent:#eef2f8;--secondary-accent-hover:#e0e7f1;--accent-soft:#8ba2c4;--surface:#fff;--border:#3f448c1a;--text-muted:#475569;--radius-sm:.5rem;--radius-md:1rem;--radius-lg:1.5rem;--shadow-sm:0 2px 4px #3f448c08;--shadow-md:0 8px 16px #3f448c0f;--shadow-lg:0 16px 32px #3f448c14}[data-theme=dark]{--background:#090e17;--foreground:#f1f5f9;--primary-blue:#6f8fc0;--primary-blue-hover:#8ca8d2;--institutional-blue:#1e293b;--secondary-accent:#6f8fc026;--secondary-accent-hover:#6f8fc040;--surface:#111827;--border:#ffffff1a;--text-muted:#94a3b8}*{box-sizing:border-box;margin:0;padding:0}html,body{min-height:100%}body{background-color:var(--background);color:var(--foreground);min-height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6;transition:background-color .4s cubic-bezier(.4,0,.2,1),color .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden auto}body:before{content:"";z-index:-2;opacity:.9;pointer-events:none;background-image:linear-gradient(#64748b0d 1px,#0000 1px),linear-gradient(90deg,#64748b0d 1px,#0000 1px);background-position:50%;background-size:40px 40px;position:fixed;inset:0}body:after{content:"";z-index:-3;filter:blur(48px);opacity:.1;background:var(--secondary-accent);pointer-events:none;border-radius:50%;width:46vw;height:34vw;position:fixed;bottom:-20%;right:-10%}[data-theme=dark] body:before{opacity:.35}[data-theme=dark] body:after{opacity:.08}.blobContainer{z-index:-1;pointer-events:none;position:fixed;inset:0;overflow:hidden}.blob{filter:blur(56px);opacity:.1;mix-blend-mode:normal;border-radius:50%;animation:none;position:absolute}[data-theme=dark] .blob{opacity:.08;mix-blend-mode:normal}.blob1{background:var(--primary-blue);width:46vw;height:46vw;top:-12%;left:-10%}.blob2{background:#29a0d6;width:50vw;height:40vw;animation-delay:-6s;bottom:-18%;right:-8%}.blob3{opacity:.11;background:#facc15;width:28vw;height:28vw;animation-delay:-12s;top:35%;right:-10%}@keyframes blobFloat{0%,to{transform:translate(0)scale(1)}33%{transform:translate(2vw,3vh)scale(1.06)}66%{transform:translate(-1.5vw,-2vh)scale(.95)}}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}input[type=text],input[type=email],input[type=password],input[type=date],input[type=number],input[type=file],select,textarea{border-radius:var(--radius-sm);border:1px solid var(--border);background-color:var(--surface);width:100%;color:var(--foreground);appearance:none;padding:.65rem .85rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}input[type=date]{appearance:auto}select{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1rem;padding-right:2.5rem}[data-theme=dark] select{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f1f5f9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1rem}select option{background-color:var(--surface);color:var(--foreground)}html,body{scrollbar-width:thin;scrollbar-color:#3f448c59 #3f448c1f}[data-theme=dark] html,[data-theme=dark] body,[data-theme=dark] *{scrollbar-width:thin;scrollbar-color:#94a3b873 #0f172a8c}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#3f448c14;border-radius:999px}::-webkit-scrollbar-thumb{background:#3f448c59 padding-box padding-box;border:2px solid #0000;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#3f448c8c}[data-theme=dark] ::-webkit-scrollbar-track{background:#0f172a99}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#94a3b873;border:2px solid #0f172a99}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#94a3b8a6}input:focus,select:focus,textarea:focus{border-color:var(--primary-blue);outline:none;box-shadow:0 0 0 3px #3f448c26}[data-theme=dark] input:focus,[data-theme=dark] select:focus,[data-theme=dark] textarea:focus{box-shadow:0 0 0 3px #6f8fc040}button{cursor:pointer;background:0 0;border:none}.btn{white-space:nowrap;border-radius:var(--radius-md);letter-spacing:.01em;justify-content:center;align-items:center;padding:.6rem 1.25rem;font-weight:600;transition:all .3s cubic-bezier(.25,1,.5,1);display:inline-flex}.btn-primary{background-color:var(--institutional-blue);color:#fff;border:1px solid #ffffff1a;box-shadow:0 4px 12px #3f448c33}.btn-primary:hover{background-color:var(--primary-blue);transform:translateY(-2px);box-shadow:0 6px 16px #1d4f914d}.btn-secondary{background-color:var(--secondary-accent);color:var(--primary-blue);box-shadow:var(--shadow-sm);border:1px solid #6f8fc033}[data-theme=dark] .btn-secondary{color:#f1f5f9}.btn-secondary:hover{background-color:var(--secondary-accent-hover);box-shadow:var(--shadow-md);transform:translateY(-2px)}.card{border-radius:var(--radius-lg);background:linear-gradient(145deg,#ffffffc2,#ffffff80);border:1px solid #ffffffb8;padding:1.75rem;transition:transform .3s,box-shadow .3s,border-color .3s;box-shadow:0 12px 26px #0f2b5c14,inset 0 1px #fff9}[data-theme=dark] .card{background:linear-gradient(145deg,#1118279e,#11182775);border:1px solid #7f8aa13d}.card:hover{border-color:#6f7c9680;transform:translateY(-3px);box-shadow:0 24px 48px #0f2b5c24,inset 0 1px #ffffffb3}.glass{background:linear-gradient(145deg,#ffffffad,#ffffff73);border:1px solid #ffffffbf;box-shadow:0 10px 22px #0f2b5c14,inset 0 1px #fff9}[data-theme=dark] .glass{background:#090e17a6;border:1px solid #ffffff0d}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.6s cubic-bezier(.2,.8,.2,1) forwards fadeIn}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}@media (max-width:900px){.blobContainer{display:none}body:after{filter:blur(40px);opacity:.08;width:42vw;height:28vw}}@media (max-width:480px){.btn{white-space:normal;text-align:center}}
.layout-module__L5FxyW__pageShell{flex-direction:column;min-height:100svh;display:flex}.layout-module__L5FxyW__header{z-index:100;background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;box-shadow:0 6px 16px #0f2b5c0f}.layout-module__L5FxyW__container{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;min-height:4.5rem;margin:0 auto;padding:0 2rem;display:flex}.layout-module__L5FxyW__logoArea{flex-shrink:0;align-items:center;gap:1rem;display:flex}.layout-module__L5FxyW__logoText{color:var(--primary-blue);letter-spacing:-.02em;white-space:nowrap;align-items:center;gap:.5rem;font-size:1.35rem;font-weight:800;display:flex}.layout-module__L5FxyW__logoText strong{white-space:nowrap;word-break:keep-all;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none}.layout-module__L5FxyW__tagline{color:var(--text-muted);border-left:1px solid var(--border);white-space:nowrap;padding-left:.75rem;font-size:.85rem;font-weight:500}.layout-module__L5FxyW__nav{flex:1;justify-content:center;align-items:center;gap:1.75rem;display:flex}.layout-module__L5FxyW__navLink{color:var(--text-muted);white-space:nowrap;font-size:.95rem;font-weight:500;transition:color .3s;position:relative}.layout-module__L5FxyW__navLink:hover{color:var(--primary-blue)}.layout-module__L5FxyW__externalLink{color:var(--primary-blue);font-weight:600}.layout-module__L5FxyW__externalLink:hover{color:var(--primary-blue-hover)}.layout-module__L5FxyW__authActions{flex-shrink:0;align-items:center;gap:1rem;display:flex}.layout-module__L5FxyW__mainContent{flex:1 0 auto;padding:3rem 0 1.5rem}.layout-module__L5FxyW__footer{border-top:1px solid var(--border);text-align:center;color:var(--text-muted);flex-shrink:0;padding:1.25rem 0;font-size:.9rem}@media (max-width:1024px){.layout-module__L5FxyW__nav{display:none}.layout-module__L5FxyW__navOpen{background:var(--background);z-index:1000;flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:2rem;animation:.3s ease-out layout-module__L5FxyW__fadeIn;position:fixed;inset:0;overflow-y:auto;display:flex!important}.layout-module__L5FxyW__navOpen .layout-module__L5FxyW__navLink{font-size:1.5rem}.layout-module__L5FxyW__menuToggle{z-index:1001;cursor:pointer;background:0 0;border:none;padding:.5rem;display:block}.layout-module__L5FxyW__hamburger{flex-direction:column;justify-content:space-between;width:24px;height:18px;display:flex;position:relative}.layout-module__L5FxyW__hamburger span{background:var(--primary-blue);border-radius:2px;width:100%;height:2px;transition:all .3s;display:block}.layout-module__L5FxyW__hamburger.layout-module__L5FxyW__open span:first-child{transform:translateY(8px)rotate(45deg)}.layout-module__L5FxyW__hamburger.layout-module__L5FxyW__open span:nth-child(2){opacity:0}.layout-module__L5FxyW__hamburger.layout-module__L5FxyW__open span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.layout-module__L5FxyW__mobileAuthActions{flex-direction:column;gap:1rem;width:100%;max-width:300px;margin-top:2rem;display:flex}.layout-module__L5FxyW__headerActions,.layout-module__L5FxyW__desktopAuth,.layout-module__L5FxyW__desktopThemeToggle{display:none}.layout-module__L5FxyW__logoText{font-size:1.1rem}.layout-module__L5FxyW__tagline{display:none}.layout-module__L5FxyW__container{justify-content:space-between;height:4rem;min-height:auto;padding:0 1rem}}@media (min-width:1025px){.layout-module__L5FxyW__menuToggle,.layout-module__L5FxyW__mobileAuthActions{display:none}.layout-module__L5FxyW__headerActions{align-items:center;gap:1rem;display:flex}.layout-module__L5FxyW__desktopAuth{align-items:center;gap:.75rem;display:flex}}@keyframes layout-module__L5FxyW__fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.layout-module__L5FxyW__logoText{font-size:1rem}.layout-module__L5FxyW__tagline{display:none}.layout-module__L5FxyW__container{height:4rem;padding:0 1rem}.layout-module__L5FxyW__navOpen .layout-module__L5FxyW__navLink{text-align:center;font-size:1.2rem}.layout-module__L5FxyW__mobileAuthActions{max-width:100%}}
