@import "https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&family=PT+Sans+Narrow:wght@700&display=swap";.notFoundPage{--not-found-bg:#eef1ff;--not-found-card:#fff;--not-found-primary:#233579;--not-found-primary-dark:#18275f;--not-found-muted:#667085;--not-found-border:#233579;z-index:9999;background:radial-gradient(circle at 8% 12%, #2335790f 0 110px, transparent 111px), radial-gradient(circle at 90% 88%, #2335790d 0 180px, transparent 181px), var(--not-found-bg);min-height:100svh;color:var(--not-found-primary);-webkit-font-smoothing:antialiased;place-items:center;padding:32px;font-family:Open Sans,Arial,sans-serif;display:grid;position:fixed;inset:0;overflow:hidden}.notFoundPage,.notFoundPage *,.notFoundPage :before,.notFoundPage :after{box-sizing:border-box}.notFoundPage button{font:inherit}.notFoundCard{border:2px solid var(--not-found-border);background:var(--not-found-card);width:min(760px,100%);box-shadow:0 8px 0 var(--not-found-primary), 0 28px 70px #23357924;text-align:center;border-radius:24px;padding:clamp(44px,7vw,76px) clamp(24px,7vw,72px) clamp(38px,6vw,60px);position:relative}.notFoundErrorLabel{color:var(--not-found-primary);letter-spacing:-.03em;margin-bottom:18px;font-family:PT Sans Narrow,Arial Narrow,sans-serif;font-size:clamp(34px,5vw,54px);font-weight:700;line-height:1;display:inline-block}.notFoundCloseButton{cursor:pointer;background:0 0;border:0;border-radius:50%;width:42px;height:42px;padding:0;transition:background-color .16s,transform .16s;position:absolute;top:20px;right:20px}.notFoundCloseButton span{background:var(--not-found-primary);border-radius:999px;width:24px;height:3px;position:absolute;top:50%;left:50%}.notFoundCloseButton span:first-child{transform:translate(-50%,-50%)rotate(45deg)}.notFoundCloseButton span:last-child{transform:translate(-50%,-50%)rotate(-45deg)}.notFoundCloseButton:hover{background:#23357914;transform:rotate(4deg)}.notFoundCloseButton:focus-visible,.notFoundPrimaryButton:focus-visible,.notFoundSecondaryButton:focus-visible{outline-offset:3px;outline:3px solid #2335794d}.notFoundCode{color:var(--not-found-primary);letter-spacing:-.08em;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;gap:clamp(8px,2vw,22px);font-family:PT Sans Narrow,Arial Narrow,sans-serif;font-size:clamp(125px,24vw,245px);font-weight:700;line-height:.78;display:flex}.notFoundCode>span{display:block}.notFoundGhost{border:clamp(7px, 1vw, 11px) solid var(--not-found-primary);background:#f4f6ff;border-bottom:0;border-radius:999px 999px 16px 16px;flex:none;width:clamp(82px,14vw,142px);height:clamp(112px,18vw,180px);margin:0 clamp(-5px,-.5vw,0px);animation:3.5s ease-in-out infinite notFoundGhostFloat;position:relative}.notFoundGhostEye{aspect-ratio:1;border:3px solid var(--not-found-primary);background:#fff;border-radius:50%;width:clamp(14px,2vw,21px);position:absolute;top:36%}.notFoundGhostEye:after{aspect-ratio:1;background:var(--not-found-primary);content:"";border-radius:50%;width:4px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.notFoundGhostEyeLeft{left:23%}.notFoundGhostEyeRight{right:23%}.notFoundGhostBottom{height:32%;display:flex;position:absolute;bottom:-2px;left:calc(-1*clamp(7px,1vw,11px));right:calc(-1*clamp(7px,1vw,11px));overflow:hidden}.notFoundGhostBottom span{background:var(--not-found-primary);clip-path:polygon(0 0,100% 0,100% 100%,50% 66%,0 100%);flex:1}.notFoundCard h1{color:var(--not-found-primary);letter-spacing:-.035em;margin:clamp(22px,3vw,34px) 0 0;font-family:PT Sans Narrow,Arial Narrow,sans-serif;font-size:clamp(36px,7vw,66px);font-weight:700;line-height:1}.notFoundDescription{max-width:500px;color:var(--not-found-muted);margin:18px auto 0;font-size:clamp(14px,1.7vw,17px);line-height:1.7}.notFoundActions{justify-content:center;align-items:center;gap:12px;margin-top:30px;display:flex}.notFoundPrimaryButton,.notFoundSecondaryButton{cursor:pointer;border-radius:10px;justify-content:center;align-items:center;min-width:128px;min-height:48px;padding:0 22px;font-size:14px;font-weight:700;transition:transform .16s,background-color .16s,border-color .16s,box-shadow .16s;display:inline-flex}.notFoundPrimaryButton{border:1px solid var(--not-found-primary);background:var(--not-found-primary);color:#fff;box-shadow:0 10px 24px #23357933}.notFoundPrimaryButton:hover{background:var(--not-found-primary-dark);transform:translateY(-2px)}.notFoundSecondaryButton{color:var(--not-found-primary);background:#fff;border:1px solid #2335793d}.notFoundSecondaryButton:hover{border-color:var(--not-found-primary);background:#f7f8ff;transform:translateY(-2px)}.notFoundPrimaryButton:active,.notFoundSecondaryButton:active{transform:translateY(0)scale(.98)}@keyframes notFoundGhostFloat{0%,to{transform:translateY(-4px)}50%{transform:translateY(7px)}}@media (width<=640px){.notFoundPage{padding:18px}.notFoundCard{box-shadow:0 6px 0 var(--not-found-primary), 0 22px 45px #2335791f;border-radius:18px;padding:54px 18px 34px}.notFoundCloseButton{top:12px;right:12px}.notFoundErrorLabel{margin-bottom:12px}.notFoundCode{gap:6px;font-size:clamp(105px,36vw,155px)}.notFoundGhost{border-width:7px;width:clamp(72px,21vw,94px);height:clamp(98px,28vw,128px)}.notFoundGhostBottom{left:-7px;right:-7px}.notFoundActions{width:min(100%,340px);margin-left:auto;margin-right:auto}.notFoundPrimaryButton,.notFoundSecondaryButton{flex:1;min-width:0;min-height:46px}}@media (width<=380px){.notFoundCard h1{font-size:34px}.notFoundDescription{font-size:13px}.notFoundActions{flex-direction:column}.notFoundPrimaryButton,.notFoundSecondaryButton{width:100%}}@media (prefers-reduced-motion:reduce){.notFoundGhost{animation:none}.notFoundCloseButton,.notFoundPrimaryButton,.notFoundSecondaryButton{transition-duration:.01ms}}.footer{background:#f8fafc;border-top:1px solid #e6e9f0;padding:52px 24px 38px}.footer-in{width:100%;max-width:1180px;margin:0 auto}.footer-navigation{grid-template-columns:minmax(240px,1.35fr) repeat(3,minmax(150px,1fr));align-items:flex-start;gap:42px;display:grid}.footer-nav-brand{max-width:300px}.footer-logo-block{flex-direction:column;align-items:flex-start;gap:6px;display:flex}.footer-logo-block .brand-mark{background:#fff;border:1px solid #e8ebf1;border-radius:12px;width:46px;height:46px;overflow:hidden;box-shadow:0 4px 14px #0f172a0d}.footer-logo-block .brand-mark img{object-fit:contain;width:100%;height:100%}.footer-logo-block strong{color:#10131a;letter-spacing:-.04em;font-size:16px;font-weight:900}.footer-logo-block span{color:#687182;font-size:11.5px;font-weight:700}.footer-brand-description{color:#687182;word-break:keep-all;max-width:270px;margin:14px 0 0;font-size:12.5px;line-height:1.65}.footer-nav-group{min-width:0}.footer-nav-group h3{color:#111827;letter-spacing:-.02em;margin:0 0 16px;font-size:13px;font-weight:900}.footer-nav-links{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.footer-nav-links a{color:#687182;align-items:center;font-size:12.5px;line-height:1.45;text-decoration:none;transition:color .16s,transform .16s;display:inline-flex}.footer-nav-links a:hover{color:#2563eb;transform:translate(2px)}.footer-divider{background:#e5e9f0;width:100%;height:1px;margin:38px 0 28px}.footer-company{width:100%}.footer-info{min-width:0}.footer-info h4{color:#10131a;margin:0 0 10px;font-size:14px;font-weight:900}.footer-row{color:#687182;flex-wrap:wrap;align-items:center;gap:5px 9px;margin-bottom:5px;font-size:12px;line-height:1.5;display:flex}.footer-row span{min-width:0}.footer-row i{background:#c9d0dc;flex-shrink:0;width:1px;height:10px}.footer-links{flex-wrap:wrap;gap:14px;margin-top:14px;display:flex}.footer-links a,.footer-link-btn{color:#4b5565;cursor:pointer;background:0 0;border:0;padding:0;font-family:inherit;font-size:12px;font-weight:800;text-decoration:none;transition:color .15s}.footer-links a:hover,.footer-link-btn:hover{color:#2447d8}.footer-copy{color:#9aa3b4;letter-spacing:-.02em;margin:14px 0 0;font-size:11px;line-height:1.5}.terms-overlay,.policy-overlay{z-index:9999;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f172a9e;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.terms-modal,.policy-modal{background:#fff;border:1px solid #e5e7eb;border-radius:14px;flex-direction:column;width:min(800px,92vw);max-height:92vh;padding:42px 50px 46px;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 70px #0f172a47}.terms-close,.policy-close{color:#6b7280;cursor:pointer;background:0 0;border:0;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;font-size:32px;line-height:1;transition:background .15s,color .15s;display:inline-flex;position:absolute;top:16px;right:22px}.terms-close:hover,.policy-close:hover{color:#111827;background:#f3f4f6}.terms-logo,.policy-logo{align-items:center;gap:10px;margin-bottom:30px;display:flex}.terms-logo .brand-mark,.policy-logo .brand-mark{background:#fff;border:1px solid #e8ebf1;border-radius:12px;width:48px;height:48px;overflow:hidden}.terms-logo .brand-mark img,.policy-logo .brand-mark img{object-fit:contain;width:100%;height:100%}.terms-logo strong,.policy-logo strong{color:#111827;letter-spacing:-.04em;font-size:15px;font-weight:900}.terms-modal h2,.policy-modal h2{color:#111827;letter-spacing:-1.2px;margin:0 0 24px;font-size:34px;font-weight:900;line-height:1.15}.terms-date,.policy-date{color:#111827;background:#fafbfc;border:1px solid #d8dde6;border-radius:8px;justify-content:space-between;align-items:center;min-height:64px;margin-bottom:20px;padding:0 24px;font-size:17px;font-weight:700;display:flex}.terms-date span,.policy-date span{color:#6b7280;font-size:22px}.terms-content,.policy-content{color:#1f2937;word-break:keep-all;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;border-bottom:1px solid #eef0f3;height:440px;padding:4px 24px 18px;font-size:16px;line-height:1.75;overflow-y:auto}.terms-content::-webkit-scrollbar{width:8px}.policy-content::-webkit-scrollbar{width:8px}.terms-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.policy-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.terms-content h3,.policy-content h3{color:#111827;margin:26px 0 8px;font-size:18px;font-weight:900}.terms-content p,.policy-content p,.policy-content li{margin:0 0 10px}.policy-content ul{padding-left:20px}.terms-confirm,.policy-confirm{color:#fff;cursor:pointer;background:#2447d8;border:0;border-radius:8px;height:56px;margin-top:30px;font-size:17px;font-weight:800;transition:background .15s,transform .15s}.terms-confirm:hover,.policy-confirm:hover{background:#1d4ed8}.terms-confirm:active,.policy-confirm:active{transform:translateY(1px)}@media (width<=980px){.footer-navigation{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 28px}.footer-nav-brand{max-width:none}.footer-brand-description{max-width:420px}}@media (width<=640px){.footer{padding:38px 18px 30px}.footer-navigation{grid-template-columns:1fr;gap:28px}.footer-nav-brand,.footer-brand-description{max-width:none}.footer-nav-group h3{margin-bottom:12px}.footer-nav-links{gap:9px}.footer-divider{margin:30px 0 24px}.footer-row{align-items:flex-start;gap:4px}.footer-row span{white-space:normal;width:100%}.footer-row i{display:none}.footer-links{gap:12px}.terms-overlay,.policy-overlay{align-items:flex-end;padding:0}.terms-modal,.policy-modal{border-radius:18px 18px 0 0;width:100%;max-height:94vh;padding:30px 20px 24px}.terms-close,.policy-close{top:12px;right:14px}.terms-logo,.policy-logo{margin-bottom:24px}.terms-modal h2,.policy-modal h2{letter-spacing:-.8px;margin-bottom:20px;padding-right:40px;font-size:28px}.terms-date,.policy-date{min-height:56px;padding:0 16px;font-size:14px}.terms-date span,.policy-date span{font-size:18px}.terms-content,.policy-content{height:430px;padding:4px 8px 16px;font-size:14.5px;line-height:1.7}.terms-content h3,.policy-content h3{font-size:17px}.terms-confirm,.policy-confirm{height:54px;margin-top:22px;font-size:16px}}
