:root{--background:#fbf7f1;--text:#07101f;--muted:#72757d;--blue:#c7e3f8;--yellow:#ffe580;--border:#07101f1a}*{box-sizing:border-box}html,body,#__next{width:100%;height:100%;margin:0}html{background:var(--background);min-width:320px}body{color:var(--text);background:var(--background);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-family:Arial,Helvetica,sans-serif;overflow:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}
.page{background:var(--background);grid-template-rows:82px minmax(0,1fr) 62px;width:100%;height:100dvh;display:grid;overflow:hidden}.header{z-index:20;border-top:1px solid var(--text);border-bottom:1px solid var(--border);align-items:center;padding:0 clamp(24px,5vw,76px);display:flex;position:relative}.brand{align-items:center;gap:12px;display:inline-flex}.brand-logo{object-fit:contain;flex:none;width:44px;height:44px}.brand-text{color:var(--text);letter-spacing:-.035em;font-size:clamp(19px,1.5vw,25px);font-weight:700}.main{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:center;min-height:0;padding:36px clamp(28px,6.5vw,108px);display:grid;position:relative;overflow:hidden}.hero-copy{z-index:5;max-width:720px;position:relative}.status-pill{background:var(--blue);border-radius:999px;align-items:center;gap:9px;margin-bottom:30px;padding:10px 16px;font-size:13px;font-weight:700;display:inline-flex}.status-dot{background:var(--text);border-radius:50%;flex:none;width:7px;height:7px;animation:1.8s ease-in-out infinite pulse}h1{letter-spacing:-.07em;max-width:700px;margin:0;font-size:clamp(54px,5.5vw,90px);font-weight:800;line-height:.93}.description{max-width:610px;color:var(--muted);margin:34px 0 0;font-size:clamp(15px,1.12vw,19px);line-height:1.65}.launch-indicator{align-items:center;gap:18px;width:min(430px,100%);margin-top:36px;display:flex}.launch-indicator>span{letter-spacing:.045em;text-transform:uppercase;flex:none;font-size:12px;font-weight:800}.launch-track{background:#07101f1f;border-radius:999px;flex:1;height:3px;position:relative;overflow:hidden}.launch-progress{border-radius:inherit;background:var(--text);width:35%;animation:2.8s ease-in-out infinite progress;position:absolute;inset:0 auto 0 0}.hero-visual{z-index:3;width:100%;height:min(60vh,560px);min-height:380px;position:relative}.visual-card{aspect-ratio:1.08;border:1px solid #07101f14;border-radius:13px;width:clamp(225px,21vw,330px);padding:clamp(22px,2.2vw,34px);position:absolute;box-shadow:0 30px 65px #07101f17,0 8px 20px #07101f0d}.requirement-card{z-index:2;background:var(--yellow);animation:6s ease-in-out infinite floatRequirement;top:7%;left:7%;transform:rotate(-5deg)}.match-card{z-index:3;background:var(--blue);animation:7s ease-in-out infinite floatMatch;bottom:7%;right:4%;transform:rotate(4deg)}.visual-card-label{letter-spacing:.07em;text-transform:uppercase;margin:0 0 clamp(19px,2.4vw,32px);font-size:clamp(9px,.76vw,12px);font-weight:800}.visual-card strong{letter-spacing:-.075em;margin-bottom:clamp(19px,2.4vw,30px);font-size:clamp(46px,4.8vw,74px);line-height:.8;display:block}.placeholder-line{background:#07101f24;border-radius:999px;height:clamp(7px,.72vw,11px);margin-top:clamp(9px,1vw,14px)}.placeholder-line-long{width:90%}.placeholder-line-medium{width:65%}.placeholder-line-short{width:48%}.placeholder-tags{gap:9px;margin-top:clamp(22px,2.7vw,36px);display:flex}.placeholder-tags span{background:#ffffffad;border-radius:999px;width:27%;height:clamp(21px,2vw,29px)}.background-orb{pointer-events:none;border-radius:50%;position:absolute}.background-orb-blue{aspect-ratio:1;background:#c7e3f82e;width:min(31vw,470px);top:7%;right:3%}.background-orb-yellow{aspect-ratio:1;background:#ffe58029;width:min(28vw,410px);bottom:-30%;right:25%}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.72)}}@keyframes progress{0%{width:10%;transform:translate(-110%)}50%{width:48%;transform:translate(70%)}to{width:18%;transform:translate(540%)}}@keyframes floatRequirement{0%,to{transform:rotate(-5deg)translateY(0)}50%{transform:rotate(-3.8deg)translateY(-10px)}}@keyframes floatMatch{0%,to{transform:rotate(4deg)translateY(0)}50%{transform:rotate(2.8deg)translateY(10px)}}@media (max-width:1050px){.main{grid-template-columns:minmax(0,1fr) minmax(300px,.78fr);padding-right:34px}h1{font-size:clamp(48px,5.9vw,72px)}.hero-visual{min-height:350px}.visual-card{width:clamp(200px,25vw,275px)}.requirement-card{left:0}.match-card{right:-3%}}@media (max-width:760px){.page{grid-template-rows:66px minmax(0,1fr) 58px}.header{justify-content:center;padding:0 16px}.brand{gap:9px}.brand-logo{width:36px;height:36px}.brand-text{font-size:18px}.main{text-align:center;grid-template-rows:auto 210px;grid-template-columns:1fr;align-content:center;justify-items:center;gap:28px;padding:18px 18px 14px;display:grid}.hero-copy{flex-direction:column;align-items:center;width:100%;max-width:550px;display:flex}.status-pill{margin-bottom:22px;padding:8px 13px;font-size:10px}h1{max-width:520px;font-size:clamp(37px,10vw,50px);line-height:.97}.description{max-width:480px;margin-top:24px;font-size:13px;line-height:1.5}.launch-indicator{justify-content:center;gap:12px;width:min(330px,92%);margin-top:24px}.launch-indicator>span{font-size:9px}.hero-visual{width:min(100%,330px);height:210px;min-height:210px;max-height:210px;margin:0 auto}.visual-card{border-radius:9px;width:148px;padding:14px}.requirement-card{inset:4px auto auto 24px}.match-card{bottom:2px;left:auto;right:21px}.visual-card-label{margin-bottom:13px;font-size:6px}.visual-card strong{margin-bottom:13px;font-size:37px}.placeholder-line{height:5px;margin-top:7px}.placeholder-tags{gap:5px;margin-top:13px}.placeholder-tags span{height:14px}.background-orb-blue{width:330px;top:18%;right:-20%}.background-orb-yellow{width:270px;bottom:-22%;right:50%;transform:translate(50%)}}@media (max-width:430px){.page{grid-template-rows:62px minmax(0,1fr) 56px}.brand-logo{width:33px;height:33px}.brand-text{font-size:17px}.main{grid-template-rows:auto 184px;gap:22px;padding:14px 14px 10px}.status-pill{margin-bottom:18px}h1{max-width:370px;font-size:clamp(33px,9.7vw,42px)}.description{max-width:360px;margin-top:20px;font-size:12px}.launch-indicator{width:min(300px,92%);margin-top:20px}.hero-visual{width:290px;height:184px;min-height:184px;max-height:184px}.visual-card{width:132px;padding:12px}.requirement-card{top:3px;left:16px}.match-card{bottom:0;right:14px}.visual-card-label{margin-bottom:10px;font-size:5.5px}.visual-card strong{margin-bottom:10px;font-size:32px}.placeholder-tags{margin-top:10px}.placeholder-tags span{height:12px}}@media (max-width:760px) and (max-height:720px){.page{grid-template-rows:56px minmax(0,1fr) 52px}.brand-logo{width:30px;height:30px}.brand-text{font-size:15px}.main{grid-template-rows:auto 125px;gap:10px;padding:8px 14px}.status-pill{margin-bottom:10px;padding:6px 10px;font-size:9px}h1{font-size:clamp(28px,8vw,36px)}.description{margin-top:10px;font-size:10px;line-height:1.4}.launch-indicator{margin-top:10px}.hero-visual{width:250px;height:125px;min-height:125px;max-height:125px}.visual-card{width:103px;padding:9px}.requirement-card{left:25px}.match-card{right:24px}.visual-card-label{margin-bottom:7px;font-size:5px}.visual-card strong{margin-bottom:7px;font-size:24px}.placeholder-line{height:3px;margin-top:4px}.placeholder-tags{margin-top:7px}.placeholder-tags span{height:8px}}@media (prefers-reduced-motion:reduce){*,:before,:after{animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (max-width:760px){.page{grid-template-rows:68px minmax(0,1fr) 64px}.header{justify-content:center;padding:0 18px}.brand{gap:10px}.brand-logo{width:38px;height:38px}.brand-text{font-size:19px}.main{text-align:center;flex-direction:column;justify-content:flex-start;align-items:center;gap:38px;min-height:0;padding:38px 20px 24px;display:flex;overflow:hidden}.hero-copy{flex-direction:column;align-items:center;width:100%;max-width:580px;display:flex}.status-pill{margin:0 0 30px;padding:9px 14px;font-size:11px}h1{letter-spacing:-.065em;max-width:540px;margin:0;font-size:clamp(39px,10.7vw,54px);line-height:.96}.description{max-width:510px;margin:30px 0 0;font-size:clamp(13px,3.4vw,16px);line-height:1.55}.launch-indicator{gap:14px;width:min(370px,92%);margin:32px 0 0}.launch-indicator>span{font-size:10px}.hero-visual{flex:none;width:min(100%,370px);height:270px;min-height:270px;max-height:270px;margin:0 auto;position:relative}.visual-card{border-radius:10px;width:178px;padding:17px}.requirement-card{inset:5px auto auto 14px}.match-card{bottom:4px;left:auto;right:12px}.visual-card-label{margin-bottom:16px;font-size:7px}.visual-card strong{margin-bottom:15px;font-size:44px}.placeholder-line{height:5px;margin-top:8px}.placeholder-tags{gap:6px;margin-top:16px}.placeholder-tags span{height:17px}.background-orb-blue{width:340px;top:15%;right:-22%}.background-orb-yellow{width:270px;bottom:-20%;right:50%;transform:translate(50%)}}@media (max-width:430px){.page{grid-template-rows:64px minmax(0,1fr) 60px}.header{padding:0 15px}.brand-logo{width:35px;height:35px}.brand-text{font-size:18px}.main{gap:30px;padding:30px 16px 18px}.status-pill{margin-bottom:25px}h1{max-width:390px;font-size:clamp(35px,10.6vw,46px)}.description{max-width:380px;margin-top:26px;font-size:13px}.launch-indicator{width:min(320px,94%);margin-top:28px}.hero-visual{width:320px;height:230px;min-height:230px;max-height:230px}.visual-card{width:151px;padding:14px}.requirement-card{top:3px;left:11px}.match-card{bottom:2px;right:9px}.visual-card-label{margin-bottom:13px;font-size:6px}.visual-card strong{margin-bottom:12px;font-size:37px}.placeholder-tags{margin-top:13px}.placeholder-tags span{height:14px}}@media (max-width:760px) and (max-height:760px){.page{grid-template-rows:58px minmax(0,1fr) 54px}.brand-logo{width:31px;height:31px}.brand-text{font-size:16px}.main{gap:16px;padding:15px 14px 10px}.status-pill{margin-bottom:14px;padding:7px 11px;font-size:9px}h1{font-size:clamp(30px,8.7vw,39px)}.description{max-width:420px;margin-top:15px;font-size:11px;line-height:1.4}.launch-indicator{margin-top:15px}.hero-visual{width:270px;height:145px;min-height:145px;max-height:145px}.visual-card{width:112px;padding:10px}.requirement-card{left:26px}.match-card{right:24px}.visual-card-label{margin-bottom:8px;font-size:5px}.visual-card strong{margin-bottom:8px;font-size:26px}.placeholder-line{height:3px;margin-top:5px}.placeholder-tags{margin-top:8px}.placeholder-tags span{height:9px}}@media (max-width:760px){.main{gap:0;padding-top:34px;padding-bottom:10px}.launch-indicator{margin-top:34px}.hero-visual{width:min(100%,380px);height:360px;min-height:360px;max-height:360px;margin-top:52px}.visual-card{width:176px}.requirement-card{top:26px;left:18px}.match-card{bottom:28px;right:15px}.background-orb-yellow{bottom:-8%}}@media (max-width:430px){.main{padding-top:28px;padding-bottom:8px}.launch-indicator{margin-top:30px}.hero-visual{width:330px;height:300px;min-height:300px;max-height:300px;margin-top:44px}.visual-card{width:152px}.requirement-card{top:18px;left:12px}.match-card{bottom:20px;right:9px}.background-orb-yellow{bottom:-5%}}@media (max-width:760px) and (max-height:760px){.main{padding-top:12px}.launch-indicator{margin-top:17px}.hero-visual{width:270px;height:160px;min-height:160px;max-height:160px;margin-top:18px}.visual-card{width:112px}.requirement-card{top:7px;left:25px}.match-card{bottom:4px;right:23px}}
.footer{z-index:20;border-top:1px solid var(--border);min-width:0;color:var(--muted);background:var(--background);justify-content:space-between;align-items:center;padding:0 clamp(18px,5vw,76px);font-size:11px;display:flex;position:relative}.copyright{white-space:nowrap;margin:0}.texanium-product{color:var(--text);white-space:nowrap;flex:none;align-items:center;gap:6px;font-weight:700;transition:opacity .18s,transform .18s;display:inline-flex}.texanium-product:hover{opacity:.65;transform:translateY(-1px)}.texanium-logo{object-fit:contain;width:19px;height:19px}@media (max-width:760px){.footer{gap:10px;padding:0 14px;font-size:8px}.copyright{text-overflow:ellipsis;max-width:110px;overflow:hidden}.texanium-product{gap:4px;font-size:8px}.texanium-logo{width:15px;height:15px}}
body.cookie-gate-open{overflow:hidden}.cookie-gate{z-index:9999;-webkit-backdrop-filter:blur(7px);background:#07101f61;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.cookie-gate-content{z-index:2;text-align:left;background:#fbf7f1;border:1px solid #07101f1f;border-radius:22px;width:min(100%,520px);padding:42px;animation:.24s ease-out both cookiePopupEnter;position:relative;overflow:hidden;box-shadow:0 34px 90px #07101f47,0 8px 28px #07101f1f}.cookie-gate-content:before{content:"";pointer-events:none;background:#c7e3f875;border-radius:50%;width:270px;height:270px;position:absolute;top:-120px;right:-110px}.cookie-gate-content:after{content:"";pointer-events:none;background:#ffe58057;border-radius:50%;width:300px;height:300px;position:absolute;bottom:-160px;left:-130px}.cookie-gate-label,.cookie-gate h2,.cookie-gate-description,.cookie-gate-actions,.cookie-gate-note{z-index:2;position:relative}.cookie-gate-label{background:var(--blue);color:var(--text);border-radius:999px;align-items:center;margin:0 0 22px;padding:8px 13px;font-size:11px;font-weight:700;display:inline-flex}.cookie-gate h2{max-width:420px;color:var(--text);letter-spacing:-.06em;margin:0;font-size:clamp(36px,4.2vw,54px);font-weight:800;line-height:.98}.cookie-gate-description{max-width:450px;color:var(--muted);margin:22px 0 0;font-size:15px;line-height:1.6}.cookie-gate-actions{grid-template-columns:1fr 1fr;gap:11px;margin-top:28px;display:grid}.cookie-button{border:1px solid var(--text);min-height:50px;font:inherit;cursor:pointer;border-radius:10px;padding:0 18px;font-size:13px;font-weight:700;transition:transform .16s,background .16s,color .16s,box-shadow .16s}.cookie-button:hover{transform:translateY(-2px)}.cookie-button-primary{color:#fff;background:var(--text);box-shadow:0 12px 25px #07101f29}.cookie-button-primary:hover{box-shadow:0 16px 30px #07101f38}.cookie-button-secondary{color:var(--text);background:#ffffffc7}.cookie-button-secondary:hover{background:#fff}.cookie-gate-note{color:var(--muted);margin:15px 0 0;font-size:10px;line-height:1.4}.cookie-gate-decoration{display:none}@keyframes cookiePopupEnter{0%{opacity:0;transform:translateY(18px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:620px){.cookie-gate{padding:16px}.cookie-gate-content{border-radius:18px;width:min(100%,430px);padding:30px 24px 24px}.cookie-gate-label{margin-bottom:18px;font-size:10px}.cookie-gate h2{max-width:340px;font-size:clamp(32px,9.5vw,43px)}.cookie-gate-description{margin-top:18px;font-size:13px;line-height:1.55}.cookie-gate-actions{grid-template-columns:1fr;margin-top:23px}.cookie-button{min-height:48px}}@media (max-height:650px){.cookie-gate-content{padding-top:25px;padding-bottom:22px}.cookie-gate-label{margin-bottom:13px}.cookie-gate h2{font-size:clamp(29px,7vh,40px)}.cookie-gate-description{margin-top:13px;font-size:12px;line-height:1.45}.cookie-gate-actions{margin-top:17px}.cookie-button{min-height:43px}.cookie-gate-note{margin-top:10px}}@media (prefers-reduced-motion:reduce){.cookie-gate-content{animation:none}}
