.header{z-index:1000;background:color-mix(in srgb, var(--white) 95%, transparent);border-bottom:.5px solid var(--graysecondary);justify-content:space-between;align-items:center;width:100vw;margin:0 auto;padding:1rem 19.5vw;display:flex;position:sticky;top:0}.links{align-items:center;gap:1.5rem;font-size:.9rem;display:flex}.links a{color:var(--black);text-decoration:none;transition:all .2s ease-in-out}.links:hover a:not(:hover){color:var(--textgray);transition:all .2s ease-in-out}.links:hover a:hover{color:var(--black);transition:all .2s ease-in-out}.authActions{gap:1rem;display:flex}.links:hover .authActions button:not(:hover),.authActions:hover button:not(:hover){color:var(--textgray);background-color:var(--white);border:1px solid var(--textgray);transition:all .2s ease-in-out}.authActions button{font:inherit;cursor:pointer;border:1px solid var(--gray);background-color:var(--white);border-radius:10px;justify-content:center;align-items:center;padding:.4rem 1rem;font-size:.9rem;transition:all .2s ease-in-out}.authActions button:hover{border:1px solid var(--black);transition:all .2s ease-in-out}.authActions button+button{background-color:var(--blue);color:var(--white);border:1px solid var(--blue);font-weight:400;transition:all .2s ease-in-out}.authActions button+button:hover{opacity:1.2;transition:all .2s ease-in-out}.hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;width:30px;height:22px;padding:0;display:none;position:relative}.hamburger span{background-color:var(--gray);transform-origin:50%;border-radius:10px;width:30px;height:3px;transition:all .3s;position:absolute;left:0}.hamburger span:first-child{top:5px}.hamburger span:nth-child(2){top:14px}.hamburger span.active:first-child{background-color:var(--blue);top:10px;transform:rotate(45deg)}.hamburger span.active:nth-child(2){background-color:var(--blue);top:10px;transform:rotate(-45deg)}.mobileNav{display:none}@media (max-width:900px){.header{padding:0;display:none}.mobileNav{z-index:1000;width:100%;display:block;position:sticky;top:0}.mobileTop{z-index:2100;background:color-mix(in srgb, var(--white) 99%, transparent);border-bottom:.5px solid var(--graysecondary);-webkit-backdrop-filter:blur(20px)saturate(180%);justify-content:space-between;align-items:center;width:100vw;padding:.9rem 1.25rem;display:flex;position:relative}.mobileTop .brand img{width:auto;height:30px;display:block}.mobileTop.menuOpen{border-bottom:none}.mobileTop.menuOpen .brand{opacity:0;visibility:hidden;pointer-events:none}.hamburger{flex-direction:column;gap:0;display:inline-flex}.mobileMenu{background:var(--white);z-index:2000;opacity:0;pointer-events:none;transition:opacity .3s ease-in-out;display:flex;position:fixed;inset:0}.mobileMenu.open{opacity:1;pointer-events:auto}.mobileMenuLinks{flex-direction:column;align-items:start;gap:1rem;margin-top:10vh;margin-left:12vw;display:flex}.mobileMenuLinks a{color:var(--blue);font-size:1.7rem;font-weight:650;text-decoration:none}.mobileAuthActions{flex-direction:column;align-items:start;gap:1rem;display:flex}.mobileAuthActions button{color:var(--blue);background:0 0;border:none;padding:0;font-size:1.7rem;font-weight:650;text-decoration:none}}
.page-module__sXTv5G__page{background:var(--white);min-height:100vh}.page-module__sXTv5G__shell{flex-direction:column;min-height:100vh;display:flex}.page-module__sXTv5G__canvas{flex-direction:column;flex:1;justify-content:center;width:60vw;margin:10vh auto 3vh;display:flex;position:relative}.page-module__sXTv5G__hero h2{color:var(--textgraysecondary);margin:0;font-size:1.5rem;font-weight:550}.page-module__sXTv5G__hero h1{background:var(--backgroundgradient);color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-size:5rem}.page-module__sXTv5G__hero p{color:var(--textgray);margin:0;font-size:1.1rem}.page-module__sXTv5G__state{border:1px solid var(--graysecondary);color:var(--textgraysecondary);border-radius:10px;margin:2vh 0 0;padding:.8rem;font-size:.9rem;font-weight:400}.page-module__sXTv5G__state h2,.page-module__sXTv5G__state p{margin:0;font-size:.9rem;font-weight:400}.page-module__sXTv5G__panel{animation:.3s ease-out both page-module__sXTv5G__riseIn}.page-module__sXTv5G__result-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:0 1.5rem;display:grid}.page-module__sXTv5G__result-card{background:var(--backgroundgradientsecondary);border-radius:10px;margin-top:5vh;padding:1rem}.page-module__sXTv5G__result-card h2{color:var(--white);margin:.5rem;font-size:1.2rem;font-weight:650}.page-module__sXTv5G__result-card p{color:var(--graysecondary);margin:.5rem;font-size:.8rem;font-weight:400}.page-module__sXTv5G__note{color:var(--white);margin:0;font-size:.8rem;font-weight:700}.page-module__sXTv5G__result-bottom{--action-height:2.4rem;justify-content:space-between;align-items:stretch;gap:.5rem;margin-top:1rem;display:flex}.page-module__sXTv5G__result-bottom button{background:0 0;border:none;margin:0;padding:0;display:flex}.page-module__sXTv5G__result-bottom a{background-color:var(--white);color:var(--blue);min-height:var(--action-height);border-radius:10px;flex:1;justify-content:center;align-items:center;padding:0 1rem;font-size:.9rem;font-weight:500;line-height:1;text-decoration:none;transition:all .1s ease-in-out;display:flex}.page-module__sXTv5G__result-bottom a:hover{filter:brightness(.9)}.page-module__sXTv5G__result-bottom svg{flex:0 0 var(--action-height);background:var(--white);width:var(--action-height);height:var(--action-height);box-sizing:border-box;cursor:pointer;border-radius:99px;padding:.5rem;transition:all .1s ease-in-out}.page-module__sXTv5G__result-bottom svg:hover{filter:brightness(.9)}.page-module__sXTv5G__result-bottom button:disabled{cursor:not-allowed}.page-module__sXTv5G__result-bottom button:disabled svg{opacity:.5}@keyframes page-module__sXTv5G__riseIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.page-module__sXTv5G__canvas{width:90vw;margin-top:8vh}.page-module__sXTv5G__hero h2{font-size:2rem}.page-module__sXTv5G__hero h1{font-size:2.5rem}.page-module__sXTv5G__hero p{font-size:.9rem}.page-module__sXTv5G__result-grid{grid-template-columns:repeat(1,minmax(0,1fr));gap:0;display:grid}.page-module__sXTv5G__result-card{margin-top:3vh;padding:1rem}.page-module__sXTv5G__result-card h2{font-size:1rem}.page-module__sXTv5G__result-card p{font-size:.7rem}.page-module__sXTv5G__result-bottom{gap:.5rem}.page-module__sXTv5G__result-bottom a{font-size:.8rem}.page-module__sXTv5G__state{font-size:.95rem}}@media (max-width:480px){.page-module__sXTv5G__result-card{margin-top:.8rem}.page-module__sXTv5G__canvas{width:90vw;margin-top:5vh}.page-module__sXTv5G__hero h2{font-size:1.2rem}.page-module__sXTv5G__hero h1{font-size:1.8rem}.page-module__sXTv5G__hero p{font-size:.8rem}.page-module__sXTv5G__state{font-size:.9rem}}
.page-module__m-2DdW__page{background:var(--white);min-height:100vh}.page-module__m-2DdW__shell{flex-direction:column;min-height:100vh;display:flex}.page-module__m-2DdW__canvas{flex-direction:column;flex:1;justify-content:center;width:60vw;margin:10vh auto 3vh;display:flex;position:relative}.page-module__m-2DdW__hero h2{color:var(--textgraysecondary);margin:0;font-size:1.5rem;font-weight:550}.page-module__m-2DdW__hero h1{background:var(--backgroundgradient);color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-size:5rem}.page-module__m-2DdW__hero p{color:var(--textgray);margin:0;font-size:1.1rem}.page-module__m-2DdW__state{border:1px solid var(--graysecondary);color:var(--textgraysecondary);border-radius:10px;margin:2vh 0 0;padding:.8rem;font-size:.9rem;font-weight:400}.page-module__m-2DdW__state h2,.page-module__m-2DdW__state p{margin:0;font-size:.9rem;font-weight:400}.page-module__m-2DdW__result-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:0 1.5rem;animation:.3s ease-out both page-module__m-2DdW__riseIn;display:grid}.page-module__m-2DdW__result-card{background:var(--backgroundgradientsecondary);border-radius:10px;margin-top:5vh;padding:1rem}.page-module__m-2DdW__result-card h2{color:var(--white);margin:.5rem;font-size:1.2rem;font-weight:650}.page-module__m-2DdW__result-card p{color:var(--graysecondary);margin:.5rem;font-size:.8rem;font-weight:400}.page-module__m-2DdW__result-bottom{--action-height:2.4rem;justify-content:space-between;align-items:stretch;gap:.5rem;margin-top:1rem;display:flex}.page-module__m-2DdW__result-bottom button{background:0 0;border:none;margin:0;padding:0;display:flex}.page-module__m-2DdW__result-bottom a{background-color:var(--white);color:var(--blue);min-height:var(--action-height);border-radius:10px;flex:1;justify-content:center;align-items:center;padding:0 1rem;font-size:.9rem;font-weight:500;line-height:1;text-decoration:none;transition:all .1s ease-in-out;display:flex}.page-module__m-2DdW__result-bottom a:hover{filter:brightness(.9)}.page-module__m-2DdW__result-bottom svg{flex:0 0 var(--action-height);background:var(--white);width:var(--action-height);height:var(--action-height);box-sizing:border-box;cursor:pointer;border-radius:99px;padding:.5rem;transition:all .1s ease-in-out}.page-module__m-2DdW__result-bottom svg:hover{filter:brightness(.9)}.page-module__m-2DdW__result-bottom button:disabled{cursor:not-allowed}.page-module__m-2DdW__result-bottom button:disabled svg{opacity:.5}@keyframes page-module__m-2DdW__riseIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.page-module__m-2DdW__canvas{width:90vw;margin-top:8vh}.page-module__m-2DdW__hero h2{font-size:2rem}.page-module__m-2DdW__hero h1{font-size:2.5rem}.page-module__m-2DdW__hero p{font-size:.9rem}.page-module__m-2DdW__result-grid{grid-template-columns:repeat(1,minmax(0,1fr));gap:0;display:grid}.page-module__m-2DdW__result-card{margin-top:3vh;padding:1rem}.page-module__m-2DdW__result-card h2{font-size:1rem}.page-module__m-2DdW__result-card p{font-size:.7rem}.page-module__m-2DdW__result-bottom{gap:.5rem}.page-module__m-2DdW__result-bottom a{font-size:.8rem}}@media (max-width:480px){.page-module__m-2DdW__result-card{margin-top:.8rem}.page-module__m-2DdW__canvas{width:90vw;margin-top:5vh}.page-module__m-2DdW__hero h2{font-size:1.2rem}.page-module__m-2DdW__hero h1{font-size:1.8rem}.page-module__m-2DdW__hero p{font-size:.8rem}}
.page-module__tSkdCW__page{isolation:isolate;background:radial-gradient(70rem 35rem at 8% -8%,#68b5ff38,#0000 60%),radial-gradient(60rem 32rem at 92% 0,#38bdf833,#0000 58%),linear-gradient(#162442 0%,#111d35 48%,#0b1221 100%);min-height:100vh;position:relative}.page-module__tSkdCW__shell{flex-direction:column;min-height:100vh;display:flex}.page-module__tSkdCW__canvas{flex-direction:column;flex:1;justify-content:center;gap:1rem;width:60vw;margin:10vh auto 3vh;display:flex;position:relative}.page-module__tSkdCW__hero{flex-direction:column;gap:.35rem;display:flex}.page-module__tSkdCW__hero h2{color:var(--textgraysecondary);margin:0;font-size:1.5rem;font-weight:550}.page-module__tSkdCW__hero h1{background:var(--backgroundgradientreverse);color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-size:5rem}.page-module__tSkdCW__hero p{color:var(--graysecondary);margin:0;font-size:1.1rem}.page-module__tSkdCW__premium{flex-direction:row;gap:2rem;width:100%;display:flex}.page-module__tSkdCW__card{background-color:#fffffff5;border:1px solid #e4e4e7e6;border-radius:14px;flex-direction:column;flex:1;width:50%;margin-top:5vh;padding:1.5rem;transition:all .1s ease-in-out;display:flex;box-shadow:0 24px 44px #04081466,0 0 0 3px #93c5fd38}.page-module__tSkdCW__card:hover{scale:1.01}.page-module__tSkdCW__card h2{color:var(--textgraysecondary);margin:0;font-size:.9rem}.page-module__tSkdCW__card h1{color:var(--blue);margin:0 0 0 0}.page-module__tSkdCW__card p{color:var(--textgraysecondary);margin:1rem 0 0;padding-left:1rem;position:relative}.page-module__tSkdCW__card p:before{content:"•";color:var(--black);position:absolute;left:0}.page-module__tSkdCW__card>a{width:100%;margin-top:auto}.page-module__tSkdCW__card button{background:var(--blue);width:100%;color:var(--white);cursor:pointer;border:none;border-radius:10px;padding:.7rem 1rem;font-size:.9rem;transition:all .1s ease-in-out}.page-module__tSkdCW__card button:hover{filter:brightness(1.1)}.page-module__tSkdCW__card2{background:linear-gradient(135deg,#fffffffc,#f5fafff7);border:1px solid #93c5fdbf;border-radius:10px;flex-direction:column;width:50%;margin-top:5vh;padding:1.5rem;transition:all .1s ease-in-out;display:flex;box-shadow:0 24px 44px #04081466,0 0 0 3px #93c5fd38}.page-module__tSkdCW__card2:hover{scale:1.01}.page-module__tSkdCW__card2 h2{color:var(--lightblue);margin:0;font-size:.9rem}.page-module__tSkdCW__card2 h1{color:#0b1d43;margin:0 0 0 0}.page-module__tSkdCW__card2 h1 span{color:#1e3a8a;font-size:.95rem;font-weight:600}.page-module__tSkdCW__card2 p{color:var(--textgraysecondary);margin:1rem 0 0;padding-left:1rem;position:relative}.page-module__tSkdCW__card2 p:before{content:"•";color:var(--lightblue);position:absolute;left:0}.page-module__tSkdCW__card2>a{width:100%;margin-top:1.5rem}.page-module__tSkdCW__card2 button{width:100%;color:var(--white);cursor:pointer;background:linear-gradient(135deg,#1d4ed8 0%,#0f172a 100%);border:none;border-radius:10px;margin:0;padding:.7rem 1rem;font-size:.9rem;transition:all .1s ease-in-out}.page-module__tSkdCW__card2 button:hover{filter:brightness(1.1)}.page-module__tSkdCW__users{color:var(--graysecondary);flex-direction:row;justify-content:center;align-items:center;gap:1rem;margin-top:3vh;font-size:.9rem;font-weight:400;display:flex}.page-module__tSkdCW__avatar img{width:2.5rem;height:2.5rem;margin-left:-.5rem}@media (max-width:900px){.page-module__tSkdCW__canvas{width:90vw;margin-top:8vh}.page-module__tSkdCW__hero h2{font-size:2rem}.page-module__tSkdCW__hero h1{font-size:2.5rem}.page-module__tSkdCW__hero p{font-size:.9rem}.page-module__tSkdCW__premium{grid-template-columns:1fr;gap:0}.page-module__tSkdCW__card{width:100%;margin-top:3vh}.page-module__tSkdCW__card button{margin:1.5rem 0 0!important}.page-module__tSkdCW__card2{width:100%;margin-top:3vh}.page-module__tSkdCW__premium{flex-direction:column;gap:1rem}}@media (max-width:480px){.page-module__tSkdCW__canvas{width:90vw;margin-top:5vh}.page-module__tSkdCW__hero h2{font-size:1.2rem}.page-module__tSkdCW__hero h1{font-size:1.8rem}.page-module__tSkdCW__hero p{font-size:.8rem}.page-module__tSkdCW__card h1{margin:.2rem 0 0 0}.page-module__tSkdCW__card p{margin-top:.7rem}.page-module__tSkdCW__card:hover{scale:1}.page-module__tSkdCW__card2 h1{margin:.2rem 0 0 0}.page-module__tSkdCW__card2 p{margin-top:.7rem}.page-module__tSkdCW__card2:hover{scale:1}.page-module__tSkdCW__users{gap:.5rem;margin-top:2vh;font-size:.8rem}.page-module__tSkdCW__avatar img{width:2rem;height:2rem}}
.page-module__GIe3Wq__page{min-height:100vh}.page-module__GIe3Wq__shell{flex-direction:column;min-height:100vh;display:flex}.page-module__GIe3Wq__canvas{flex-direction:column;flex:1;justify-content:center;gap:1rem;width:60vw;margin:10vh auto 3vh;display:flex;position:relative}.page-module__GIe3Wq__hero{flex-direction:column;gap:.35rem;display:flex}.page-module__GIe3Wq__hero h2{color:var(--textgraysecondary);margin:0;font-size:1.5rem;font-weight:550}.page-module__GIe3Wq__hero h1{background:var(--backgroundgradient);color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-size:5rem}.page-module__GIe3Wq__hero p{color:var(--textgray);margin:0;font-size:1.1rem}.page-module__GIe3Wq__state{border:1px solid var(--graysecondary);color:var(--textgraysecondary);border-radius:10px;margin:0;padding:.8rem;font-size:.9rem;font-weight:400}.page-module__GIe3Wq__state h2,.page-module__GIe3Wq__state p{margin:0;font-size:.9rem;font-weight:400}.page-module__GIe3Wq__infoStrip{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.page-module__GIe3Wq__infoItem{border:1px solid var(--graysecondary);border-radius:10px;padding:1rem}.page-module__GIe3Wq__note{color:var(--blue);margin:0 0 .4rem;font-size:1rem;font-weight:650}.page-module__GIe3Wq__summary{color:var(--textgraysecondary);margin:0;font-size:.8rem;font-weight:400}.page-module__GIe3Wq__panel{border-radius:10px;animation:.3s ease-out both page-module__GIe3Wq__riseIn}.page-module__GIe3Wq__formTop{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.page-module__GIe3Wq__sectionTitle{color:var(--blue);margin:0;font-size:1rem;font-weight:650}.page-module__GIe3Wq__small{color:var(--textgray);margin:0;font-size:.8rem}.page-module__GIe3Wq__tableWrap{border:1px solid var(--graysecondary);border-radius:10px;overflow:hidden}.page-module__GIe3Wq__table{border-collapse:collapse;width:100%;color:var(--blue)}.page-module__GIe3Wq__table thead th{text-align:left;color:var(--textgraysecondary);background:#efefefe6;padding:1rem;font-size:.8rem;font-weight:650}.page-module__GIe3Wq__table tbody td{border-top:1px solid var(--graysecondary);vertical-align:middle;padding:1rem;font-size:.9rem}.page-module__GIe3Wq__table tbody tr:hover{background:#11182705}.page-module__GIe3Wq__searchRow{grid-template-columns:minmax(120px,1fr) auto;align-items:center;gap:.8rem;display:grid}.page-module__GIe3Wq__scoreBar{background:#10182814;border-radius:999px;width:100%;height:8px;overflow:hidden}.page-module__GIe3Wq__scoreFill{border-radius:inherit;background:var(--blue);height:100%}.page-module__GIe3Wq__badge{border:1px solid var(--graysecondary);min-width:3rem;color:var(--blue);border-radius:999px;justify-content:center;align-items:center;padding:.5rem;font-size:.8rem;font-weight:400;display:inline-flex}.page-module__GIe3Wq__tableAction{color:var(--blue);font-weight:500;text-decoration:none}.page-module__GIe3Wq__tableAction:hover{text-decoration:underline}.page-module__GIe3Wq__error{color:#9f1239;background:#ffebebf2;border:1px solid #f4616147;border-radius:10px;margin-top:.9rem;padding:.8rem .9rem}@keyframes page-module__GIe3Wq__riseIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.page-module__GIe3Wq__canvas{width:90vw;margin-top:8vh}.page-module__GIe3Wq__hero h2{font-size:2rem}.page-module__GIe3Wq__hero h1{font-size:2.5rem}.page-module__GIe3Wq__hero p{font-size:.9rem}.page-module__GIe3Wq__infoStrip{grid-template-columns:1fr}.page-module__GIe3Wq__formTop{flex-direction:column;align-items:flex-start}.page-module__GIe3Wq__tableWrap{overflow-x:auto}.page-module__GIe3Wq__table{min-width:720px}}@media (max-width:480px){.page-module__GIe3Wq__canvas{width:90vw;margin-top:5vh}.page-module__GIe3Wq__hero h2{font-size:1.2rem}.page-module__GIe3Wq__hero h1{font-size:1.8rem}.page-module__GIe3Wq__hero p{font-size:.8rem}.page-module__GIe3Wq__panel{border-radius:10px}.page-module__GIe3Wq__table thead th,.page-module__GIe3Wq__table tbody td{padding-left:.85rem;padding-right:.85rem}}
