.geo-gate{background:var(--cream-100);min-height:100dvh;color:var(--ink);flex-direction:column;font-family:Plus Jakarta Sans,sans-serif;display:flex;position:relative;overflow:hidden}.geo-gate-bg{z-index:0;pointer-events:none;background:radial-gradient(500px 400px at 50% -60px,#66333329,#0000 70%),radial-gradient(420px 320px at 100% 40%,#a8b4782e,#0000 70%),radial-gradient(420px 320px at 0 95%,#66333317,#0000 70%);position:absolute;inset:0}.geo-gate-grain{z-index:0;opacity:.05;pointer-events:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.5 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");position:absolute;inset:0}.geo-gate-header{z-index:10;width:100%;max-width:480px;padding:max(28px,env(safe-area-inset-top))24px 0;justify-content:space-between;align-items:center;margin:0 auto;display:flex;position:relative}.geo-gate-back{background:var(--cream-200);cursor:pointer;width:36px;height:36px;color:var(--terracotta-700);border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .15s;display:flex}.geo-gate-back:hover{background:var(--cream-300)}.geo-gate-brand{color:var(--terracotta-700);letter-spacing:.3px;font-family:Fraunces,serif;font-size:14px;font-style:italic;font-weight:400}.geo-gate-content{z-index:10;flex-direction:column;flex:1;justify-content:center;width:100%;max-width:480px;margin:0 auto;padding:24px 32px;display:flex;position:relative}.geo-gate-illustration{width:120px;height:120px;margin:0 auto 32px;animation:.9s cubic-bezier(.2,.8,.2,1) .1s backwards geoFloatIn;position:relative}.geo-gate-illustration:before,.geo-gate-illustration:after{content:"";border:1.5px solid var(--terracotta-300);opacity:0;border-radius:50%;width:100%;height:100%;animation:2.8s ease-out infinite geoPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.geo-gate-illustration.is-checking:before,.geo-gate-illustration.is-checking:after{display:none}.geo-gate-illustration:after{animation-delay:1.4s}.geo-gate-icon{z-index:2;background:var(--cream-100);border:2px solid var(--terracotta-700);border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;box-shadow:0 8px 24px #66333326}.geo-gate-illustration.is-blocked .geo-gate-icon:after{content:"";background:var(--terracotta-700);transform-origin:50%;width:2.5px;height:80%;box-shadow:-2px 2px 0 var(--cream-100);border-radius:2px;position:absolute;top:10%;left:50%;transform:translate(-50%)rotate(45deg)}.geo-gate-illustration.is-out-of-zone .geo-gate-icon{border-color:var(--terracotta-500)}.geo-gate-spinner{border:3px solid var(--cream-300);border-top-color:var(--terracotta-700);border-radius:50%;width:56px;height:56px;margin:-28px 0 0 -28px;animation:.9s linear infinite geoSpin;position:absolute;top:50%;left:50%}.geo-gate-title{letter-spacing:-.01em;color:var(--ink);text-align:center;margin-bottom:14px;font-family:Fraunces,serif;font-size:28px;font-weight:600;line-height:1.15;animation:.9s cubic-bezier(.2,.8,.2,1) .25s backwards geoFadeInUp}.geo-gate-title em{color:var(--terracotta-700);font-style:italic;font-weight:400}.geo-gate-desc{color:var(--ink-soft);text-align:center;max-width:300px;margin:0 auto 28px;font-size:14.5px;line-height:1.55;animation:.9s cubic-bezier(.2,.8,.2,1) .4s backwards geoFadeInUp}.geo-gate-teaser{border:1px solid var(--cream-300);background:#fff;border-radius:18px;margin-bottom:28px;padding:18px 18px 20px;animation:.9s cubic-bezier(.2,.8,.2,1) .55s backwards geoFadeInUp;box-shadow:0 4px 16px #6633330f}.geo-gate-teaser-label{letter-spacing:1.5px;text-transform:uppercase;color:var(--terracotta-500);margin-bottom:8px;font-size:10px;font-weight:700}.geo-gate-teaser-title{color:var(--ink);margin-bottom:6px;font-family:Fraunces,serif;font-size:18px;font-weight:600;line-height:1.2}.geo-gate-teaser-place{color:var(--ink-soft);align-items:center;gap:5px;font-size:12.5px;display:flex}.geo-gate-teaser-place svg{stroke:var(--terracotta-500);flex-shrink:0}.geo-gate-actions{flex-direction:column;gap:10px;animation:.9s cubic-bezier(.2,.8,.2,1) .7s backwards geoFadeInUp;display:flex}.geo-btn{letter-spacing:.2px;cursor:pointer;border:none;border-radius:100px;justify-content:center;align-items:center;gap:8px;width:100%;padding:16px 22px;font-family:Plus Jakarta Sans,sans-serif;font-size:14.5px;font-weight:700;text-decoration:none;transition:transform .15s,background .15s,border-color .15s;display:flex}.geo-btn-primary{background:var(--terracotta-700);color:#fff;box-shadow:0 6px 20px #66333340}.geo-btn-primary:hover{background:var(--terracotta-800);transform:translateY(-1px)}.geo-btn-primary:active{transform:translateY(0)scale(.98)}.geo-btn-secondary{color:var(--terracotta-700);border:1.5px solid var(--cream-300);background:0 0}.geo-btn-secondary:hover{background:var(--cream-200);border-color:var(--terracotta-300)}.geo-gate-howto{background:var(--cream-50);border:1px solid var(--cream-200);color:var(--ink-soft);border-radius:14px;margin-top:14px;padding:14px 16px;font-size:13px;line-height:1.5;animation:.4s cubic-bezier(.2,.8,.2,1) backwards geoFadeInUp}.geo-gate-howto-title{color:var(--ink);margin-bottom:8px;font-weight:700}.geo-gate-howto ul{flex-direction:column;gap:5px;margin:0;padding:0;list-style:none;display:flex}.geo-gate-footer{z-index:10;width:100%;max-width:480px;padding:0 32px max(36px,env(safe-area-inset-bottom));text-align:center;color:var(--ink-soft);opacity:.78;margin:0 auto;font-size:12px;line-height:1.5;animation:.9s cubic-bezier(.2,.8,.2,1) .85s backwards geoFadeInUp;position:relative}.geo-gate-footer em{color:var(--terracotta-700);font-style:normal;font-weight:700}.geo-gate-footer a,.geo-gate-footer-link{color:var(--terracotta-700);border:none;border-bottom:1px solid var(--terracotta-300);font:inherit;cursor:pointer;background:0 0;padding:0 0 1px;text-decoration:none;transition:color .15s}.geo-gate-footer a:hover,.geo-gate-footer-link:hover{color:var(--terracotta-800)}@keyframes geoFadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes geoFloatIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@keyframes geoPulse{0%{opacity:.5;transform:translate(-50%,-50%)scale(.5)}to{opacity:0;transform:translate(-50%,-50%)scale(1.4)}}@keyframes geoSpin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.geo-gate-illustration,.geo-gate-illustration:before,.geo-gate-illustration:after,.geo-gate-title,.geo-gate-desc,.geo-gate-teaser,.geo-gate-actions,.geo-gate-howto,.geo-gate-footer{animation:none!important}.geo-gate-spinner{animation-duration:2s}}
