*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;margin:0}*,:after,:before{border-radius:0!important}.app{align-items:center;background:#0f1923;color:#e2e8f0;display:flex;flex-direction:column;min-height:100vh}.top-header{background:#111c2a;border-bottom:1px solid #ffffff14;width:100%;z-index:100}.top-header-content{grid-column-gap:12px;align-items:center;column-gap:12px;display:grid;grid-template-columns:1fr auto 1fr;margin:0 auto;max-width:980px;min-height:78px;padding:20px 40px}.top-header-content>:first-child{justify-self:start}.top-header-left-icons{align-items:center;display:flex;gap:4px}.top-header-content>:last-child{justify-self:end;min-width:0}.top-header-brand{align-items:center;display:flex;flex-direction:column;grid-column:2;justify-content:center;justify-self:center;line-height:1;max-width:100%;min-width:0}.top-header-title-link{color:inherit;text-decoration:none}.top-header-title{color:#fff;font-family:Chakra Petch,Inter,sans-serif;font-size:clamp(1.55rem,4vw,2.5rem);font-style:italic;font-weight:700;letter-spacing:.06em;text-align:center;text-transform:uppercase}.top-header-subtitle{color:#fff;font-family:Inter,sans-serif;font-size:clamp(.74rem,2.2vw,1rem);font-weight:400;letter-spacing:.01em;margin-top:2px;text-align:center}.top-header-icon-button{align-items:center;background:#0000;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;height:40px;justify-content:center;padding:0;text-decoration:none;transition:background-color .15s ease,opacity .15s ease;width:40px}.top-header-icon-button svg{height:24px;width:24px}.top-header-howtoplay-btn svg{stroke-width:2.4;height:30px;width:30px}.top-header-icon-button:hover{background-color:#ffffff14}.top-header-icon-button:focus-visible{outline:2px solid #ffffff80;outline-offset:2px}.top-header-user-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative}.top-header-user-wrapper .top-header-icon-button{height:42px;width:42px}.top-header-user-wrapper .top-header-icon-button svg{height:28px;width:28px}.top-header-username-label{color:#fff;font-family:Inter,sans-serif;font-size:.8rem;font-weight:400;line-height:1;margin-top:3px;max-width:100px;opacity:.9;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.top-header-dropdown{background:#1a2634;border:1px solid #ffffff1a;border-radius:10px;box-shadow:0 8px 24px #0006;min-width:128px;overflow:hidden;position:absolute;right:0;top:calc(100% + 8px);z-index:220}.top-header-dropdown-item{background:#0000;border:none;color:#e2e8f0e6;cursor:pointer;font-family:Inter,sans-serif;font-size:.9rem;padding:12px 14px;text-align:left;transition:background .15s ease,color .15s ease;width:100%}.top-header-dropdown-item:hover{background:#3b82f626;color:#60a5fa}.header{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#0f1923cc;border-bottom:1px solid #ffffff0f;transition:all .3s ease;width:100%;z-index:100}.header-content{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin:0 auto;max-width:900px;padding:15px 20px}.header-logo{cursor:pointer;height:50px;transition:transform .2s ease,filter .2s ease;width:auto}.header-logo:hover{filter:brightness(1.1);transform:scale(1.05)}.hamburger{cursor:pointer;display:none;flex-direction:column;gap:5px;padding:8px}.hamburger-line{background-color:#e2e8f0;border-radius:2px;height:2px;transition:all .3s ease;width:24px}.header-nav{align-items:center;display:flex;gap:30px}.header-item{color:#e2e8f0cc;cursor:pointer;font-size:clamp(.9rem,2.5vw,1rem);font-weight:500;letter-spacing:.01em;transition:color .2s ease;white-space:nowrap}.header-item:hover{color:#60a5fa}.header-x-link{align-items:center;display:inline-flex;justify-content:center;text-decoration:none}.header-x-link svg{height:20px;width:20px}.header-login-link{text-decoration:none}.header-user-wrapper{position:relative}.header-username{align-items:center;display:inline-flex;gap:5px;-webkit-user-select:none;user-select:none}.header-arrow{transition:transform .2s ease}.header-arrow.open{transform:rotate(180deg)}.header-dropdown{animation:fadeIn .15s ease;background:#1a2634;border:1px solid #ffffff1a;border-radius:10px;box-shadow:0 8px 24px #0006;min-width:120px;overflow:hidden;position:absolute;right:0;top:calc(100% + 8px);z-index:200}.header-dropdown-item{color:#e2e8f0cc;cursor:pointer;font-size:.9rem;padding:12px 16px;transition:background .15s ease,color .15s ease;white-space:nowrap}.header-dropdown-item:hover{background:#3b82f626;color:#60a5fa}.modal{animation:fadeIn .3s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background-color:#0009;display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:1000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{animation:slideIn .3s ease;background-color:#1a2634;border:1px solid #ffffff14;border-radius:20px;box-shadow:0 16px 48px #0006;margin:5% auto;max-height:80vh;max-width:600px;overflow-y:auto;padding:30px;width:90%}@keyframes slideIn{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.close{color:#e2e8f080;cursor:pointer;float:right;font-size:28px;font-weight:500;line-height:1;transition:color .2s ease}.close:hover{color:#60a5fa}.modal h2{color:#e2e8f0;font-size:clamp(1.3rem,4vw,1.8rem);font-weight:700;margin-bottom:20px;margin-top:0}.modal li,.modal p{color:#e2e8f0bf;font-size:clamp(.9rem,2.5vw,1rem);line-height:1.7}.social-links{display:flex;flex-direction:column;gap:12px;margin-top:20px}.social-link{align-items:center;background:#3b82f61a;border:1px solid #3b82f633;border-radius:12px;color:#60a5fa;display:flex;font-weight:600;gap:12px;padding:14px 16px;text-decoration:none;transition:all .2s ease}.social-link:hover{background:#3b82f633;border-color:#3b82f666;box-shadow:0 0 20px #3b82f626}.stats-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,1fr);margin-top:8px}.stat-box{align-items:center;background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;display:flex;flex-direction:column;gap:6px;padding:20px 8px}.stat-value{color:#e2e8f0;font-size:clamp(1.6rem,5vw,2.2rem);font-weight:700;line-height:1}.stat-label{color:#e2e8f080;font-size:clamp(.7rem,2vw,.8rem);font-weight:600;letter-spacing:.04em;text-align:center;text-transform:uppercase}@media (max-width:480px){.stats-grid{grid-template-columns:repeat(2,1fr)}}.main-content{align-items:center;display:flex;flex:1 1;justify-content:center;padding:20px 10px;width:100%}.game-container{background-color:#1a2634;border:1px solid #ffffff0f;border-radius:20px;box-shadow:0 4px 24px #0000004d;max-width:900px;padding:24px;width:100%}.puzzle-meta-row{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:12px;margin-top:-6px;padding:0 2px}.puzzle-meta-left{align-items:center;display:flex;flex-direction:column;gap:1px;padding-left:20px}.puzzle-meta-number{font-size:clamp(.95rem,2.5vw,1.1rem);font-weight:700}.puzzle-meta-date,.puzzle-meta-number{color:#e2e8f0;font-family:Chakra Petch,sans-serif;line-height:1.2}.puzzle-meta-date{font-size:clamp(.78rem,2vw,.9rem);font-weight:600;text-decoration:underline;text-underline-offset:3px}.puzzle-meta-right{align-items:flex-end;display:flex;flex-direction:column;padding-right:20px;position:relative}.give-up-btn{align-items:center;background:none;border:none;cursor:pointer;display:inline-flex;font-family:Chakra Petch,sans-serif;font-size:clamp(.9rem,2.5vw,1.05rem);font-weight:700;gap:6px;padding:6px 0;transition:color .2s ease}.give-up-btn,.give-up-btn:hover{color:#e2e8f0}.give-up-btn.give-up-confirm{color:#f87171}.give-up-btn.give-up-confirm:hover,.give-up-x{color:#ef4444}.give-up-x{font-size:2em;font-weight:700;line-height:.5}.give-up-tooltip{animation:fadeIn .15s ease;background:#f5f5f5;border:none;border-radius:12px;box-shadow:0 8px 24px #00000047;font-family:Chakra Petch,sans-serif;overflow:hidden;position:absolute;right:0;text-align:left;top:calc(100% + 8px);width:min(300px,82vw);z-index:100}.give-up-tooltip-title{background:#ef4444;color:#fff;font-size:clamp(1.05rem,3.2vw,1.2rem);font-weight:700;line-height:1.1;padding:12px 14px}.give-up-tooltip-body{color:#1f2937;font-size:clamp(.9rem,2.6vw,1.02rem);font-weight:600;line-height:1.4;padding:14px}.video-stage{background:#0f1923;border:1px solid #ffffff14;border-radius:16px;box-shadow:0 4px 16px #00000040;margin-bottom:20px;overflow:hidden;position:relative;width:100%}.video-stage video{display:block;height:auto;width:100%}.video-loading{align-items:center;background:#0f1923;display:flex;inset:0;justify-content:center;position:absolute}.video-loading-text{color:#e2e8f0;font-size:1.2rem;font-weight:600;margin-bottom:10px}.video-loading-sub{color:#e2e8f080;font-size:.9rem}.video-disclaimer{color:#e2e8f066;font-size:clamp(.7rem,2vw,.85rem);margin-bottom:20px;padding:0 10px;text-align:center}.video-disclaimer a{color:#60a5fa;font-weight:500;text-decoration:none}.video-disclaimer a:hover{text-decoration:underline}.input-area{display:flex;justify-content:center;margin-bottom:20px;padding:0 10px;position:relative}.input-wrapper{max-width:400px;position:relative;width:100%}.suggestions-list{-ms-overflow-style:none;background-color:#1e2d3d;border:1px solid #ffffff1a;border-radius:0 0 12px 12px;border-top:none;box-shadow:0 8px 24px #0000004d;left:0;max-height:200px;overflow-y:auto;position:absolute;right:0;scrollbar-width:none;top:100%;z-index:10}.suggestions-list::-webkit-scrollbar{display:none}.suggestion-item{-webkit-tap-highlight-color:transparent;border-bottom:1px solid #ffffff0a;color:#e2e8f0d9;cursor:pointer;font-family:Chakra Petch,sans-serif;font-size:clamp(.9rem,3vw,1rem);font-weight:700;padding:14px 16px;text-align:center;transition:all .15s ease}.suggestion-item.highlighted,.suggestion-item:hover{background:#3b82f626;color:#60a5fa}.guess-input{-webkit-appearance:none;appearance:none;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:12px;color:#e2e8f0;font-family:Chakra Petch,sans-serif;font-size:clamp(.95rem,3.5vw,16px);font-weight:700;padding:14px;text-align:center;transition:all .3s ease;width:100%}.guess-input::placeholder{color:#e2e8f059}.guess-input:focus{background:#ffffff12;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f640;outline:none}.guess-input:disabled{cursor:not-allowed;opacity:.7}.text-banner{-webkit-text-stroke:2px #ffffff26;display:block;font-family:Luckiest Guy,cursive;font-size:clamp(1.25rem,8vw,56px);letter-spacing:1.5px;line-height:1.1;margin:10px auto;text-align:center}.text-banner .goal{color:#5bc6eb}.text-banner .guesser{color:#e2e8f0}.guess-grid{grid-gap:6px;display:grid;gap:6px;grid-template-columns:repeat(6,1fr);margin-bottom:20px;margin-left:auto;margin-right:auto;max-width:650px}.grid-row{display:contents}.grid-header{align-items:center;background:#3b82f626;border:1px solid #3b82f61f;border-radius:8px;color:#e2e8f0e6;cursor:help;display:flex;font-family:Chakra Petch,sans-serif;font-size:clamp(.65rem,2vw,.8rem);font-weight:700;justify-content:center;letter-spacing:.03em;margin-bottom:8px;min-height:32px;padding:6px 2px;position:relative;text-align:center;text-transform:uppercase;transition:background .2s ease}.grid-header:hover{background:#3b82f640}.grid-header .tooltip{background-color:#243447;border:1px solid #ffffff14;border-radius:12px;bottom:calc(100% + 12px);box-shadow:0 8px 32px #00000080;color:#e2e8f0d9;font-family:Chakra Petch,sans-serif;font-size:clamp(.78rem,2.5vw,.95rem);font-weight:700;letter-spacing:normal;line-height:1.5;opacity:0;padding:14px;pointer-events:none;text-align:left;text-transform:none;transition:opacity .3s,visibility .3s;visibility:hidden;white-space:normal;width:min(260px,90vw);z-index:100}.grid-header .tooltip,.grid-header .tooltip:after{left:50%;position:absolute;transform:translateX(-50%)}.grid-header .tooltip:after{border:8px solid #0000;border-top-color:#243447;content:"";top:100%}.grid-header:hover .tooltip{opacity:1;visibility:visible}@media (hover:none){.grid-header .tooltip{display:none}.grid-header{cursor:default}}.grid-cell{word-wrap:break-word;align-items:center;background-color:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;color:#e2e8f0;display:flex;font-size:clamp(.65rem,2.2vw,.85rem);height:clamp(35px,10vw,45px);-webkit-hyphens:none;hyphens:none;justify-content:center;margin-bottom:12px;overflow:hidden;overflow-wrap:break-word;padding:3px;transition:all .3s ease}.grid-cell,.player-label{font-family:Chakra Petch,sans-serif;font-weight:700;text-align:center}.player-label{background:none;color:#e2e8f0e6;font-size:clamp(.95rem,3vw,1.1rem);grid-column:span 6;margin-bottom:5px;margin-top:12px}.cell-correct{background:#22c55e;border-color:#22c55e66;box-shadow:0 0 12px #22c55e40;color:#fff}.cell-incorrect{background:#ffffff0f;border-color:#ffffff1a;color:#e2e8f0b3}.cell-partial{background:#eab308;border-color:#eab30866;box-shadow:0 0 12px #eab30833;color:#1a1a1a}@keyframes flip{0%{transform:rotateX(0) scale(1)}50%{transform:rotateX(90deg) scale(1.03)}to{transform:rotateX(0) scale(1)}}.cell-flip{animation:flip .6s ease forwards}.message-area{border-radius:12px;box-shadow:0 4px 16px #0003;color:#e2e8f0;font-size:clamp(.95rem,3vw,1.1rem);line-height:1.6;margin:0 auto 20px;max-width:650px;padding:20px;text-align:center}.message-area.game-message-win{background:#22c55e1f;border:1px solid #22c55e4d}.message-area.game-message-lose{background:#ef44441f;border:1px solid #ef44444d}.game-message-heading{font-size:1.2em;font-weight:700;margin-bottom:8px}.game-message-heading.win{color:#4ade80}.game-message-heading.lose{color:#f87171}.goal-details{color:#e2e8f08c;font-size:clamp(.85rem,2.5vw,.95rem);font-style:italic}.game-message-comeback,.goal-details{margin-top:8px}.site-footer{background:#111c27;border-top:1px solid #ffffff0f;color:#e2e8f0b3;font-family:Chakra Petch,sans-serif;margin-top:40px;padding:40px 20px;width:100%}.footer-inner{margin:0 auto;max-width:900px;text-align:center}.footer-brand{margin-bottom:24px}.footer-brand h3{color:#e2e8f0;font-size:1.28rem;font-weight:700;margin:0 0 12px}.footer-brand p{color:#e2e8f080;font-size:.95rem;margin:0 0 8px}.footer-email{color:#60a5fa;font-size:.95rem;text-decoration:none;transition:color .2s ease}.footer-email:hover{color:#93bbfd;text-decoration:underline}.footer-links{display:flex;flex-wrap:wrap;font-size:.95rem;gap:24px;justify-content:center;margin-bottom:24px}.footer-links a{color:#e2e8f099;text-decoration:none;transition:color .2s ease}.footer-links a:hover{color:#60a5fa}.footer-separator{color:#ffffff26}.footer-legal{border-top:1px solid #ffffff0f;margin-top:24px;padding-top:24px}.footer-legal p{color:#e2e8f059;font-size:.9rem;line-height:1.7;margin:0 0 10px}.footer-legal p.footer-copyright{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.footer-legal a{color:#60a5fa;text-decoration:none}.footer-legal a:hover{text-decoration:underline}.auth-page{align-items:center;display:flex;flex:1 1;font-family:Chakra Petch,sans-serif;font-weight:700;justify-content:center;padding:40px 20px;width:100%}.auth-card{background:#1a2634;border:1px solid #ffffff0f;border-radius:20px;box-shadow:0 4px 24px #0000004d;max-width:420px;padding:40px 32px;width:100%}.auth-title{color:#e2e8f0;font-size:1.6rem;font-weight:700;margin:0 0 6px;text-align:center}.auth-subtitle{color:#e2e8f080;font-size:.95rem;margin:0 0 28px;text-align:center}.auth-error{background:#ef44441f;border:1px solid #ef44444d;border-radius:10px;color:#f87171;font-size:.9rem;margin-bottom:20px;padding:12px 16px;text-align:center}.auth-form{display:flex;flex-direction:column;gap:18px}.auth-field label{color:#e2e8f0b3;display:block;font-size:.85rem;font-weight:700;margin-bottom:6px}.auth-field input{background:#ffffff0d;border:1px solid #ffffff1f;border-radius:10px;box-sizing:border-box;color:#e2e8f0;font-family:inherit;font-size:.95rem;padding:12px 14px;transition:all .2s ease;width:100%}.auth-field input::placeholder{color:#e2e8f04d}.auth-field input:focus{background:#ffffff12;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f640;outline:none}.auth-field input:disabled{cursor:not-allowed;opacity:.6}.auth-button{background:#3b82f6;border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:inherit;font-size:1rem;font-weight:700;margin-top:4px;padding:13px;transition:background .2s ease,transform .1s ease;width:100%}.auth-button:hover:not(:disabled){background:#2563eb}.auth-button:active:not(:disabled){transform:scale(.98)}.auth-button:disabled{cursor:not-allowed;opacity:.6}.auth-switch{color:#e2e8f080;font-size:.9rem;margin-top:24px;text-align:center}.auth-switch a{color:#60a5fa;font-weight:700;text-decoration:none}.auth-switch a:hover{text-decoration:underline}.header-user{color:#60a5fa;font-size:clamp(.8rem,2.5vw,.9rem);max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-signup{background:#3b82f626;border:1px solid #3b82f64d;border-radius:8px;padding:8px 16px!important;text-decoration:none}.header-signup:hover{background:#3b82f640}@media screen and (max-width:768px){.top-header-content{column-gap:8px;grid-template-columns:1fr auto 1fr;min-height:72px;padding:8px 12px}.top-header-icon-button{height:34px;width:34px}.top-header-icon-button svg{height:20px;width:20px}.top-header-howtoplay-btn svg{height:26px;width:26px}.top-header-user-wrapper .top-header-icon-button{height:38px;width:38px}.top-header-user-wrapper .top-header-icon-button svg{height:24px;width:24px}.top-header-title{letter-spacing:.045em}.top-header-subtitle{margin-top:3px}.top-header-dropdown{right:-4px}.top-header-username-label{font-size:.7rem;max-width:min(7.5rem,calc(100vw - 9rem))}.header-content{padding:12px 15px;row-gap:0}.header-logo{height:40px}.hamburger{display:flex}.header-nav{align-items:stretch;flex-direction:column;gap:0;max-height:0;order:3;overflow:hidden;transition:max-height .4s ease;width:100%}.header-nav.active{max-height:300px;padding-top:10px}.header-item{border-top:1px solid #ffffff0f;padding:15px 20px;text-align:center;transition:background-color .2s ease}.header-item:hover{background-color:#ffffff0d}.header-user-wrapper{position:static}.header-username{border-top:1px solid #ffffff0f;justify-content:center;padding:15px 20px;width:100%}.header-x-link{width:100%}.header-dropdown{background:#0000;border:none;border-radius:0;box-shadow:none;min-width:0;min-width:auto;position:static}.header-dropdown-item{border-top:1px solid #ffffff0f;padding:15px 20px;text-align:center}}@media (max-width:600px){.main-content{padding:15px 5px}.game-container{padding:15px}.guess-grid{gap:4px}.grid-cell{margin-bottom:12px;padding:2px}.grid-header{margin-bottom:8px;padding:5px 1px}.player-label{margin-bottom:3px;margin-top:8px}.input-area,.video-stage{margin-bottom:15px}.input-area{padding:0 5px}.message-area{margin-bottom:15px;padding:15px}.site-footer{padding:30px 15px}.footer-links{flex-direction:column;gap:12px}.footer-separator{display:none}.footer-links a{border:1px solid #ffffff1f;border-radius:10px;color:#e2e8f0cc;display:block;padding:12px 20px;text-align:center}}@media (max-width:400px){.top-header-title{font-size:clamp(1.2rem,7vw,1.45rem)}.top-header-subtitle{font-size:clamp(.62rem,3vw,.72rem)}.game-container{padding:12px}.guess-grid{gap:3px}.header-content{gap:10px;padding:10px}.header-logo{height:35px}.auth-card{padding:28px 20px}}.nudge-overlay{align-items:center;animation:fadeIn .3s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#0009;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.nudge-modal{animation:slideIn .3s ease;background:#1a2634;border:1px solid #ffffff14;border-radius:20px;box-shadow:0 16px 48px #00000073;font-family:Chakra Petch,sans-serif;font-style:italic;font-weight:700;max-height:85vh;max-width:440px;overflow-y:auto;padding:36px 32px 28px;position:relative;text-align:center;width:100%}.nudge-close{background:none;border:none;color:#e2e8f073;cursor:pointer;font-size:26px;line-height:1;padding:4px;position:absolute;right:18px;top:14px;transition:color .2s ease}.nudge-close:hover{color:#e2e8f0}.nudge-title{color:#ff2727;font-size:1.5rem;font-weight:700;margin:0 0 24px;text-transform:uppercase}.nudge-perks{gap:20px;list-style:none;margin:0 0 28px;padding:0}.nudge-perks,.nudge-perks li{display:flex;flex-direction:column}.nudge-perks li{align-items:center;gap:2px}.nudge-perks li strong{color:#e2e8f0;display:block;font-size:1.05rem;margin-bottom:2px}.nudge-perks li span{color:#e2e8f080;font-size:.9rem;line-height:1.4}.nudge-actions{display:flex;flex-direction:column;gap:10px}.nudge-btn-primary{background:#3b82f6;border:none;border-radius:12px;color:#fff;cursor:pointer;font-family:Chakra Petch,sans-serif;font-size:1.05rem;font-style:italic;font-weight:700;letter-spacing:.04em;padding:14px;transition:background .2s ease,transform .1s ease;width:100%}.nudge-btn-primary:hover{background:#2563eb}.nudge-btn-primary:active{transform:scale(.98)}.nudge-disclaimer{color:#e2e8f073;font-size:.9rem;margin:0}.nudge-btn-ghost{background:none;border:none;border-radius:12px;color:#e2e8f080;cursor:pointer;font-family:Chakra Petch,sans-serif;font-size:.9rem;font-style:italic;font-weight:700;padding:12px;text-decoration:underline;text-underline-offset:3px;transition:color .2s ease;width:100%}.nudge-btn-ghost:hover{color:#e2e8f0cc}@media (max-width:480px){.nudge-overlay{padding:12px}.nudge-modal{max-width:100%;padding:28px 20px 22px}.nudge-title{font-size:1.25rem}.nudge-perks li strong{font-size:.95rem}.nudge-perks li span{font-size:.82rem}.nudge-btn-primary{font-size:.95rem;padding:12px}}.htp-overlay{align-items:flex-start;animation:fadeIn .3s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#0009;display:flex;inset:0;justify-content:center;overflow-y:auto;padding:20px;position:fixed;z-index:1000}.htp-modal{animation:slideIn .3s ease;background:#1a2634;border:1px solid #ffffff14;border-radius:20px;box-shadow:0 16px 48px #00000073;flex-shrink:0;font-family:Chakra Petch,sans-serif;margin:auto 0;max-width:440px;overflow:visible;position:relative;width:100%}.htp-close{background:none;border:none;color:#e2e8f073;cursor:pointer;font-size:28px;line-height:1;padding:4px;position:absolute;right:18px;top:14px;transition:color .2s ease;z-index:1}.htp-close:hover{color:#e2e8f0}.htp-title{background:#111c2a;border-radius:20px 20px 0 0;color:#fff;font-size:1.5rem;font-style:italic;font-weight:700;margin:0;padding:24px 32px;text-transform:uppercase}.htp-body{padding:20px 28px 8px}.htp-section-heading{color:#e2e8f0;font-size:1.1rem;font-style:italic;font-weight:700;margin:0 0 12px}.htp-rules{list-style:disc;margin:0 0 20px;padding-left:20px}.htp-rules li{color:#e2e8f0cc;font-size:.92rem;font-weight:500;line-height:1.6;margin-bottom:10px}.htp-active-badge{background:#dc2626;border-radius:4px;color:#fff;display:inline-block;font-size:.78rem;font-style:italic;font-weight:700;letter-spacing:.02em;padding:2px 8px;vertical-align:middle}.htp-example-row{gap:5px;margin-bottom:20px}.htp-example-row,.htp-example-tile{display:flex;justify-content:center}.htp-example-tile{align-items:center;border-radius:8px;cursor:help;flex:1 1;font-size:clamp(.62rem,2vw,.78rem);font-weight:700;height:36px;letter-spacing:.03em;max-width:68px;padding:0 4px;position:relative;text-transform:uppercase;transition:filter .2s ease}.htp-example-tile:hover{filter:brightness(1.15)}.htp-example-tile .tooltip{background-color:#243447;border:1px solid #ffffff14;border-radius:12px;bottom:calc(100% + 12px);box-shadow:0 8px 32px #00000080;color:#e2e8f0d9;font-family:Chakra Petch,sans-serif;font-size:clamp(.78rem,2.5vw,.95rem);font-weight:700;left:50%;letter-spacing:normal;line-height:1.5;opacity:0;padding:14px;pointer-events:none;position:absolute;text-align:left;text-transform:none;transform:translateX(-50%);transition:opacity .3s,visibility .3s;visibility:hidden;white-space:normal;width:min(260px,90vw);z-index:100}.htp-example-tile .tooltip:after{border:8px solid #0000;border-top-color:#243447;content:"";left:50%;position:absolute;top:100%;transform:translateX(-50%)}.htp-example-tile:first-child .tooltip,.htp-example-tile:nth-child(2) .tooltip{left:0;transform:none}.htp-example-tile:first-child .tooltip:after,.htp-example-tile:nth-child(2) .tooltip:after{left:24px;transform:none}.htp-example-tile:nth-child(5) .tooltip,.htp-example-tile:nth-child(6) .tooltip{left:auto;right:0;transform:none}.htp-example-tile:nth-child(5) .tooltip:after,.htp-example-tile:nth-child(6) .tooltip:after{left:auto;right:16px;transform:none}.htp-example-tile:hover .tooltip{opacity:1;visibility:visible}@media (hover:none){.htp-example-tile .tooltip{display:none}.htp-example-tile{cursor:default}}.htp-green{color:#22c55e}.htp-yellow{color:#eab308}.htp-close-btn{background:#dc2626;border:none;border-radius:8px;color:#fff;cursor:pointer;display:block;font-family:Chakra Petch,sans-serif;font-size:.95rem;font-style:italic;font-weight:700;margin:0 28px 20px;padding:10px 24px;transition:background .2s ease,transform .1s ease}.htp-close-btn:hover{background:#b91c1c}.htp-close-btn:active{transform:scale(.97)}@media (max-width:480px){.htp-overlay{padding:12px}.htp-modal{max-width:100%}.htp-title{font-size:1.25rem;padding:20px}.htp-body{padding:16px 20px 6px}.htp-rules li{font-size:.84rem}.htp-example-row{gap:4px}.htp-close-btn{margin:0 20px 16px}}
/*# sourceMappingURL=main.a6a194c7.css.map*/