@tailwind base;@tailwind components;@tailwind utilities;@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");:root{--primary-color:#101624;--secondary-color:#232b3b;--accent-color:#fff200;--text-color:#f3f6fa;--background-color:#181f2a;--card-background:rgba(30,36,54,0.95);--transition-speed:0.3s;--hero-gradient:linear-gradient(120deg,#181f2a,#232b3b 50%,#101624);--glass-bg:rgba(24,31,42,0.7);--glass-blur:blur(12px);--cta-primary:#4ade80;--cta-primary-text:#101624;--cta-secondary:rgba(255,255,255,0.1);--cta-secondary-text:#f3f6fa;--highlight-bg:rgba(255,242,0,0.15);--highlight-shadow:0 2px 16px 0 rgba(255,242,0,0.12);--hero-title-font:"Inter","Lora",sans-serif;--hero-sub-font:"Lora",serif;--chat-accent-color:#3b82f6}*{box-sizing:border-box}*,body{margin:0;padding:0}body{background:var(--background-color);color:var(--text-color);font-family:Inter,sans-serif;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--background-color)}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:4px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{transform:translateX(-100px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}.modern-button{background:linear-gradient(45deg,var(--primary-color),var(--secondary-color));color:var(--text-color);border:none;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all var(--transition-speed) ease;position:relative;overflow:hidden}.modern-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(0,0,0,.2)}.modern-button:active{transform:translateY(0)}.explore-place-card{background:rgba(30,36,54,.97)!important;border-radius:24px!important;box-shadow:0 8px 32px rgba(10,23,78,.18)!important;border:1.5px solid rgba(255,255,255,.09)!important;color:#f3f6fa!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important;transition:all .3s cubic-bezier(.39,.575,.565,1);animation:fadeIn .7s cubic-bezier(.39,.575,.565,1);max-width:480px;margin:0 auto;padding:2.2rem 2.2rem 1.4rem;display:flex;flex-direction:column;align-items:center;gap:18px}.explore-place-card h2{font-size:2rem;font-weight:700;background:linear-gradient(90deg,#fff200,#4ade80 90%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.7rem}.explore-place-card .explore-gallery{display:flex;gap:10px;margin:14px 0 0;overflow-x:auto;width:100%;justify-content:center}.explore-place-card .explore-gallery img{height:104px;width:104px;object-fit:cover;border-radius:14px;box-shadow:0 2px 10px rgba(0,0,0,.15);transition:transform .22s cubic-bezier(.39,.575,.565,1)}.explore-place-card .explore-gallery img:hover{transform:scale(1.05) rotate(-2deg)}@media (max-width:600px){.explore-place-card{max-width:98vw;padding:1.3rem .5rem 1.1rem}.explore-place-card .explore-gallery img{height:64px;width:64px}}.feature-flip-back,.feature-flip-front{background:rgba(30,36,54,.98)!important;color:#f3f6fa!important}.feature-icon svg{color:var(--accent-color)!important;fill:var(--accent-color)!important}.feature-flip-back h3,.feature-flip-front h3,.modern-card h3{color:#f3f6fa!important}.feature-flip-back p,.feature-flip-front p,.modern-card p{color:#b0b8c9!important}.modern-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.45)}.navbar{position:fixed;top:0;left:50%;transform:translateX(-50%);width:100vw;z-index:1000;background:#181f2a;border-radius:0;box-shadow:0 2px 16px 0 rgba(10,23,78,.08);transition:background .35s cubic-bezier(.4,0,.2,1),border-radius .35s cubic-bezier(.4,0,.2,1),margin .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1);margin:0 auto;padding:.7rem 0;display:flex;justify-content:center}.navbar.scrolled{background:rgba(255,255,255,.82);border-radius:2.5rem;width:96vw;margin:28px auto 0;box-shadow:0 4px 32px 0 rgba(0,0,0,.1),0 0 0 2.5px #fff;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.navbar-inner{max-width:1400px;width:100%;display:flex;align-items:center;justify-content:space-between;padding:0 2.5rem}.navbar-links a{color:var(--text-color);text-decoration:none;padding:10px 20px;border-radius:20px;transition:all var(--transition-speed) ease}.navbar-links a:hover{background:var(--primary-color);color:var(--text-color)}.navbar.scrolled .world-navbar-links a{color:#101624!important}.hero-section{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero-content{text-align:center;animation:fadeIn 1s ease-out}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:24px;gap:24px;padding:40px 0}@media (max-width:768px){.feature-grid{grid-template-columns:1fr}.modern-button{width:100%}}.loading-spinner{border:4px solid rgba(255,255,255,.1);border-left:4px solid var(--accent-color);border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}.cursor-dot{width:8px;height:8px;background:var(--accent-color);border-radius:50%;z-index:9999}.cursor-dot,.cursor-ring{position:fixed;pointer-events:none;transition:transform .2s ease}.cursor-ring{width:30px;height:30px;border:2px solid var(--accent-color);border-radius:50%;z-index:9998}.App{text-align:center;background-color:white;font-family:Inter,serif;color:black}.waitlist-container{max-width:1200px;margin:40px auto;padding:20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.waitlist-title{text-align:center;font-size:1.8rem;margin-bottom:20px;font-weight:600;color:#193623}.waitlist-table{width:100%;border-collapse:collapse;border-spacing:0}.waitlist-table td,.waitlist-table th{padding:12px 15px;text-align:left;font-size:.95rem;border-bottom:1px solid #e0e0e0}.waitlist-table th{background-color:#193623;color:#f2f1e9;font-weight:500}.waitlist-table td{background-color:transparent;color:#333}.waitlist-table tr:hover td{background-color:rgba(242,241,233,.7)}@media (max-width:1024px){.waitlist-table{display:block;overflow-x:auto}}.world-hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:url(/assets/beach_sunset.png) no-repeat 50%;background-size:cover;padding:0 2rem;color:var(--text-color)}.world-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);z-index:0;pointer-events:none}@keyframes clueyGradientMove{0%{background-position:0 50%}to{background-position:100% 50%}}.world-hero-content{position:relative;z-index:1;max-width:900px;margin:0 auto;text-align:center;color:#ffffff;animation:fadeInUp 1.2s cubic-bezier(.39,.575,.565,1) both}.world-hero-title{font-size:4rem;font-family:var(--hero-title-font);font-weight:900;margin-bottom:1.5rem;color:#ffffff;line-height:1.1;letter-spacing:-1px;animation:fadeInUp 1.2s .1s both;text-shadow:0 2px 32px rgba(0,0,0,.5),0 1px 0 #000000}.world-highlight{background:rgba(255,242,0,.9);border-radius:18px;padding:.2em .7em;display:inline-block;color:#000000;font-weight:900;box-shadow:0 2px 16px 0 rgba(255,242,0,.3)}.world-hero-subtext{font-size:1.5rem;font-family:var(--hero-sub-font);color:#ffffff;margin-bottom:2.5rem;line-height:1.6;animation:fadeInUp 1.2s .3s both;text-shadow:0 1px 16px rgba(0,0,0,.4)}.world-hero-buttons{display:flex;gap:1.5rem;justify-content:center;margin-top:2rem;animation:fadeInUp 1.2s .5s both}.world-button{background:var(--cta-secondary);color:var(--cta-secondary-text);border:1.5px solid rgba(255,255,255,.25);padding:1.1rem 2.7rem;border-radius:999px;font-weight:700;font-size:1.15rem;cursor:pointer;box-shadow:0 2px 16px 0 rgba(10,23,78,.1);transition:background .2s,color .2s,box-shadow .2s;display:flex;align-items:center;gap:.5rem;text-decoration:none;font-family:var(--hero-title-font)}.world-button.primary{background:#4ade80;color:#000000;border:none;box-shadow:0 4px 24px 0 rgba(74,222,128,.3)}.world-button.secondary{background:rgba(255,255,255,.2);color:#ffffff;border:1.5px solid rgba(255,255,255,.4);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.world-button:hover{background:rgba(255,255,255,.3);color:#ffffff;box-shadow:0 4px 24px 0 rgba(255,255,255,.2);transform:translateY(-2px)}.world-navbar{width:100vw;background:var(--secondary-color);color:var(--text-color);box-shadow:0 2px 16px 0 rgba(10,23,78,.1);padding:.5rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.world-navbar-inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 2rem}.world-navbar-logo{color:#fff!important;font-weight:800;font-size:1.5rem;line-height:1.3;display:flex;align-items:center;gap:.7rem}.world-navbar-links a{color:var(--text-color);text-decoration:none;margin:0 1.2rem;font-size:1.1rem;font-weight:500;transition:color .2s}.world-navbar-links a:hover{color:var(--accent-color)}.world-navbar-ctas a.world-button{margin-left:.7rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.world-hero-particles{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:1}.world-hero-particle{position:absolute;font-size:3.5rem;opacity:.8;animation:float 7s ease-in-out infinite;filter:drop-shadow(0 4px 12px rgba(0,0,0,.4));transition:all .3s ease}.world-hero-particle:first-child{left:10%;top:30%;animation-duration:8s;filter:drop-shadow(0 4px 12px rgba(255,165,0,.4))}.world-hero-particle:nth-child(2){right:12%;top:50%;animation-duration:10s;filter:drop-shadow(0 4px 12px rgba(255,255,0,.4))}.world-hero-particle:nth-child(3){left:25%;bottom:18%;animation-duration:9s;filter:drop-shadow(0 4px 12px rgba(255,215,0,.4))}.world-hero-particle:hover{transform:scale(1.2);opacity:1;filter:drop-shadow(0 6px 16px rgba(0,0,0,.6))}@media (max-width:900px){.world-hero-title{font-size:2.2rem}.world-hero-content{max-width:98vw}.world-navbar-inner{padding:0 1rem}}.world-main-bg{background:#f4f8fb;min-height:100vh;width:100%;padding-top:0}.world-hero-pills{display:flex;justify-content:center;gap:1rem;margin-top:1.5rem;margin-bottom:1.5rem;animation:fadeInUp 1.2s .4s both}.world-hero-pill{background:rgba(255,255,255,.12);color:#fff;font-weight:600;border-radius:999px;padding:.5rem 1.5rem;font-size:1.05rem;box-shadow:0 2px 12px 0 rgba(10,23,78,.08);letter-spacing:.01em;border:1px solid rgba(255,255,255,.18);transition:background .2s,color .2s,box-shadow .2s;cursor:pointer}.world-hero-pill:focus,.world-hero-pill:hover{background:#fff;color:#19398a;box-shadow:0 4px 24px 0 rgba(10,23,78,.18);outline:none}.language-carousel-section{scrollbar-width:none;-ms-overflow-style:none}.language-carousel-section::-webkit-scrollbar{display:none}.world-hero-scroll{position:absolute;left:50%;bottom:32px;transform:translateX(-50%);z-index:2;animation:bounceDown 1.6s infinite;font-size:2.2rem;color:#ffffff;opacity:.9;cursor:pointer;text-shadow:0 2px 16px rgba(0,0,0,.5)}@keyframes bounceDown{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,18px)}}.world-button:active{transform:scale(.97)}.world-button:focus,.world-navbar-links a:focus{outline:2px solid #4ade80;outline-offset:2px}.animated-feature-card{opacity:0;transform:translateY(40px);transition:opacity .7s cubic-bezier(.39,.575,.565,1),transform .7s cubic-bezier(.39,.575,.565,1)}.animated-feature-card.visible{opacity:1;transform:translateY(0)}.testimonial-carousel{display:flex;overflow-x:auto;gap:2rem;padding:2rem 0;scroll-snap-type:x mandatory}.testimonial-card{min-width:320px;background:#fff;color:#1db954;border-radius:18px;box-shadow:0 4px 24px 0 rgba(10,23,78,.08);padding:2rem 1.5rem;scroll-snap-align:start;display:flex;flex-direction:column;align-items:center;transition:box-shadow .2s}.testimonial-card:hover{box-shadow:0 8px 32px 0 rgba(10,23,78,.16)}.testimonial-avatar{width:64px;height:64px;margin-bottom:1rem}.testimonial-quote{margin-top:0!important;color:#1db954!important;height:120px;display:flex;align-items:center;justify-content:center;text-align:center}.testimonial-author{color:#1db954!important;font-weight:700;font-size:1.08rem;letter-spacing:.01em;text-shadow:0 1px 6px rgba(29,185,84,.1);transition:color .2s}.world-footer{background:#101624;color:var(--text-color);padding:3rem 0 2rem;text-align:center}.world-footer-socials{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1.2rem}.world-footer-socials a{color:#fff;font-size:1.7rem;transition:color .2s}.world-footer-socials a:hover{color:#4ade80}.world-footer-newsletter{margin:1.5rem auto 0;max-width:400px}.world-footer-newsletter input[type=email]{padding:.7rem 1.2rem;border-radius:999px;border:none;margin-right:.5rem;font-size:1rem}.world-footer-newsletter button{padding:.7rem 1.5rem;border-radius:999px;border:none;background:#4ade80;color:#19398a;font-weight:700;font-size:1rem;cursor:pointer;transition:background .2s}.world-footer-newsletter button:hover{background:#fff200}.world-pulse-btn{animation:pulseGlow 1.2s infinite alternate;box-shadow:0 0 0 0 rgba(255,242,0,.3)}@keyframes pulseGlow{0%{box-shadow:0 0 0 0 rgba(255,242,0,.3);transform:scale(1)}to{box-shadow:0 0 16px 8px rgba(255,242,0,.18);transform:scale(1.04)}}.world-hero-pill-tooltip{display:none!important}.feature-flip-card{perspective:1200px;cursor:pointer;min-height:340px;position:relative;background:transparent;box-shadow:none;border:none}.feature-flip-inner{position:relative;width:100%;height:100%;transition:transform .7s cubic-bezier(.39,.575,.565,1);transform-style:preserve-3d}.feature-flip-card.flipped .feature-flip-inner{transform:rotateY(180deg)}.feature-flip-back,.feature-flip-front{position:absolute;width:100%;height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;background:#2b1a1a;border-radius:16px;box-shadow:0 4px 16px 0 rgba(10,23,78,.06);padding:2.5rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;transition:box-shadow .2s}.feature-flip-front{z-index:2}.feature-flip-back{transform:rotateY(180deg);z-index:3}.feature-flip-card:hover .feature-flip-front .feature-icon svg{filter:drop-shadow(0 0 12px #4ade80);transform:scale(1.1) rotate(-8deg);transition:filter .3s,transform .3s}.feature-icon svg{transition:filter .3s,transform .3s}.features-section{background:linear-gradient(120deg,#181f2a,#232b3b)!important;position:relative;overflow:hidden}.features-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 40%,#4ade80 0,transparent 60%),radial-gradient(circle at 80% 60%,#19398a 0,transparent 70%);opacity:.08;z-index:0;pointer-events:none}.feature-grid{position:relative;z-index:1}.testimonial-pro-card{position:relative;padding-top:3.5rem!important;overflow:visible!important;background:var(--card-background)!important;color:var(--text-color);border:1.5px solid rgba(74,222,128,.13)}.testimonial-avatar-container{position:absolute;left:50%;top:-32px;transform:translateX(-50%);background:#fff;border-radius:50%;box-shadow:0 2px 8px rgba(10,23,78,.1);border:2.5px solid #4ade80;z-index:2;width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:0;padding:4px 4px 0}.testimonial-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;display:block}@media (max-width:600px){.testimonial-pro-card{min-width:90vw!important;max-width:98vw!important;padding-left:1rem!important;padding-right:1rem!important}.testimonial-avatar-container{width:56px;height:56px;top:-36px;padding:2px}.testimonial-avatar{width:48px;height:48px}}.testimonials-pro-section{padding-top:5.5rem!important;overflow:visible!important;background:#FFD54F!important}.testimonials-cards-row{overflow:visible!important;padding-top:1.5rem!important;position:relative;z-index:1}.section-animate{opacity:0;transform:translateY(40px);transition:opacity .8s cubic-bezier(.39,.575,.565,1),transform .8s cubic-bezier(.39,.575,.565,1);will-change:opacity,transform}.section-animate.visible{opacity:1;transform:none}.section-slide-left{opacity:0;transform:translateX(-60px);transition:opacity .8s cubic-bezier(.39,.575,.565,1),transform .8s cubic-bezier(.39,.575,.565,1);will-change:opacity,transform}.section-slide-left.visible{opacity:1;transform:none}.section-slide-right{opacity:0;transform:translateX(60px);transition:opacity .8s cubic-bezier(.39,.575,.565,1),transform .8s cubic-bezier(.39,.575,.565,1);will-change:opacity,transform}.section-slide-right.visible{opacity:1;transform:none}.parallax-bg{background-attachment:fixed;background-size:cover;background-position:50%}.about-section,.faq-section,.features-section,.testimonials-pro-section,.waitlist-section{background:linear-gradient(120deg,#181f2a,#232b3b)!important;color:var(--text-color)}input,textarea{background:#232b3b;color:var(--text-color);border:1px solid #232b3b}input::placeholder,textarea::placeholder{color:#b0b8c9}hr{border-color:#232b3b}.explore-section{min-height:100vh;background:linear-gradient(135deg,#0a0f1c,#1a1f2e);padding:4rem 2rem;color:#fff}.explore-container{max-width:1400px;margin:0 auto}.explore-header{text-align:center;margin-bottom:3rem}.explore-title{font-family:Lora,serif;font-size:3.5rem;margin-bottom:1rem;background:linear-gradient(135deg,#4ade80,#fff200);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.explore-subtitle{font-size:1.2rem;color:rgba(255,255,255,.7);max-width:600px;margin:0 auto}.explore-search-container{max-width:600px;margin:0 auto 3rem;position:relative}.explore-search-form{width:100%}.search-input-wrapper{display:flex;gap:1rem;background:rgba(255,255,255,.05);padding:.5rem;border-radius:12px;border:1px solid rgba(74,222,128,.2);transition:all .3s ease}.search-input-wrapper:focus-within{border-color:#4ade80;box-shadow:0 0 0 2px rgba(74,222,128,.2)}.explore-search-input{flex:1 1;background:transparent;border:none;padding:1rem;color:#fff;font-size:1.1rem}.explore-search-input::placeholder{color:rgba(255,255,255,.5)}.explore-search-input:focus{outline:none}.explore-search-button{background:#4ade80;border:none;padding:.75rem 1.5rem;border-radius:8px;color:#0a0f1c;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.explore-search-button:hover{background:#fff200;transform:translateY(-1px)}.explore-search-button:disabled{opacity:.7;cursor:not-allowed}.search-spinner{width:20px;height:20px;border:2px solid #0a0f1c;border-top-color:transparent;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.search-suggestions{position:absolute;top:100%;left:0;right:0;background:rgba(26,31,46,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;margin-top:.5rem;border:1px solid rgba(74,222,128,.2);overflow:hidden;z-index:1000}.suggestion-item{padding:1rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .2s ease}.suggestion-name{font-weight:500;color:#fff}.suggestion-details{color:rgba(255,255,255,.5);font-size:.9rem}.explore-content{display:grid;grid-template-columns:1fr 400px;grid-gap:2rem;gap:2rem;align-items:start}.globe-container{background:rgba(255,255,255,.02);border-radius:24px;padding:1rem;border:1px solid rgba(74,222,128,.1);box-shadow:0 8px 32px rgba(0,0,0,.2)}.globe-loading{width:800px;height:600px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:#4ade80}.globe-loading-spinner{width:40px;height:40px;border:3px solid rgba(255,242,0,.3);border-top-color:#4ade80;border-radius:50%;animation:spin 1s linear infinite}.location-details-card{background:rgba(255,255,255,.02);border-radius:24px;overflow:hidden;border:1px solid rgba(74,222,128,.1);box-shadow:0 8px 32px rgba(0,0,0,.2)}.location-image{height:200px;background-size:cover;background-position:50%;position:relative}.location-image:after{content:"";position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(0deg,rgba(10,15,28,.9),transparent)}.location-content{padding:1.5rem}.location-content h2{font-size:1.8rem;margin-bottom:.5rem;color:#4ade80}.location-subtitle{color:rgba(255,255,255,.7);margin-bottom:1rem}.location-description{color:rgba(255,255,255,.8);line-height:1.6;margin-bottom:1.5rem}.location-languages h3{font-size:1.2rem;margin-bottom:1rem;color:rgba(255,255,255,.9)}.language-tags{display:flex;flex-wrap:wrap;gap:.5rem}.language-tag{background:rgba(74,222,128,.1);color:#4ade80;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;border:1px solid rgba(74,222,128,.2)}@media (max-width:1200px){.explore-content{grid-template-columns:1fr}.globe-container{width:100%;overflow:hidden}.globe-loading{width:100%}}@media (max-width:768px){.explore-section{padding:2rem 1rem}.explore-title{font-size:2.5rem}.explore-subtitle{font-size:1rem}.location-details-card{margin-top:2rem}}.explore-earth-section{min-height:100vh;width:100vw;background:#0a0f1c;position:relative;overflow:hidden}.earth-globe-fullscreen{position:fixed;top:7rem;left:0;right:0;bottom:0;width:100vw;height:calc(100vh - 7rem);z-index:1;background:#0a0f1c}.earth-globe-fullscreen canvas{width:100vw!important;height:100vh!important;display:block}.earth-search-bar{position:absolute;top:5.5rem;left:50%;transform:translateX(-50%);z-index:120;width:100%;max-width:480px;display:flex;justify-content:center;pointer-events:none}.earth-search-bar-visible{pointer-events:auto}.earth-search-form{width:100%}.earth-search-input-wrapper{display:flex;gap:1rem;background:rgba(24,31,42,.98);padding:.9rem 1.5rem;border-radius:18px;border:2px solid #4ade80;box-shadow:0 8px 32px 0 rgba(10,23,78,.28);align-items:center;filter:drop-shadow(0 4px 24px #0a0f1c88)}.earth-search-input{flex:1 1;background:transparent;border:none;color:#fff;font-size:1.15rem;padding:.5rem 0}.earth-search-input::placeholder{color:rgba(255,255,255,.5)}.earth-search-input:focus{outline:none}.earth-search-button{background:#4ade80;border:none;padding:.6rem 1.3rem;border-radius:10px;color:#0a0f1c;font-weight:600;cursor:pointer;font-size:1.1rem;transition:background .2s;display:flex;align-items:center;justify-content:center}.earth-search-button:hover{background:#fff200}.earth-search-button:disabled{opacity:.7;cursor:not-allowed}.earth-search-suggestions{position:absolute;top:110%;left:0;right:0;background:rgba(24,31,42,.98);border-radius:0 0 16px 16px;border:1.5px solid rgba(255,242,0,.18);box-shadow:0 4px 24px 0 rgba(10,23,78,.18);z-index:130;overflow:hidden}.earth-suggestion-item{padding:1rem 1.2rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .2s}.earth-suggestion-name{font-weight:500;color:#fff}.earth-suggestion-details{color:rgba(255,255,255,.5);font-size:.95rem}.earth-location-details-overlay{position:absolute;right:3vw;top:7vh;width:370px;max-width:95vw;background:rgba(24,31,42,.98);border-radius:22px;box-shadow:0 8px 32px rgba(0,0,0,.28);border:1.5px solid rgba(255,242,0,.18);z-index:20;overflow:hidden;animation:fadeIn .7s cubic-bezier(.39,.575,.565,1)}.earth-details-close{position:absolute;top:1rem;right:1rem;background:rgba(74,222,128,.12);border:none;color:#4ade80;font-size:1.2rem;border-radius:50%;width:2.2rem;height:2.2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:background .2s}.earth-details-close:hover{background:#4ade80;color:#0a0f1c}.earth-location-image{height:160px;background-size:cover;background-position:50%;position:relative}.earth-location-image:after{content:"";position:absolute;bottom:0;left:0;right:0;height:80px;background:linear-gradient(0deg,rgba(10,15,28,.92),transparent)}.earth-location-content{padding:1.3rem 1.3rem 1.7rem}.earth-location-content h2{font-size:1.5rem;margin-bottom:.3rem;color:#4ade80}.earth-location-subtitle{color:rgba(255,255,255,.7);margin-bottom:.7rem}.earth-location-description{color:rgba(255,255,255,.85);line-height:1.5;margin-bottom:1.1rem}.earth-location-languages h3{font-size:1.1rem;margin-bottom:.7rem;color:#4ade80}.earth-language-tags{display:flex;flex-wrap:wrap;gap:.5rem}.earth-language-tag{background:rgba(74,222,128,.13);color:#4ade80;padding:.4rem 1rem;border-radius:20px;font-size:.92rem;border:1px solid rgba(255,242,0,.18)}@media (max-width:900px){.earth-location-details-overlay{right:2vw;top:5vh;width:90vw;max-width:98vw}.earth-search-bar{top:5rem;max-width:98vw}.earth-globe-tooltip{top:10.5rem;max-width:98vw;font-size:.98rem;padding:.7rem 1.2rem .7rem 1rem}.earth-globe-fullscreen{top:6rem;height:calc(100vh - 6rem)}}@media (max-width:600px){.earth-location-details-overlay{right:1vw;top:2vh;width:98vw;max-width:99vw;border-radius:14px}.earth-location-image{height:110px}.earth-search-bar{top:3.5rem;max-width:99vw}.earth-globe-tooltip{top:8.5rem;max-width:99vw;border-radius:10px;font-size:.92rem;padding:.5rem .7rem}.earth-globe-fullscreen{top:3.5rem;height:calc(100vh - 3.5rem)}}.earth-globe-loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;background:rgba(10,15,28,.92);z-index:100;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.earth-globe-spinner{width:60px;height:60px;border:6px solid #232b3b;border-top-color:#4ade80;border-radius:50%;animation:spin 1s linear infinite}.earth-globe-loading-text{color:#fff;font-size:1.3rem;font-weight:600;letter-spacing:.02em;text-align:center}.earth-globe-tooltip{position:absolute;top:13rem;left:50%;transform:translateX(-50%);background:rgba(24,31,42,.98);color:#fff;border-radius:16px;box-shadow:0 4px 24px 0 rgba(10,23,78,.18);padding:1.1rem 2rem 1.1rem 1.5rem;font-size:1.08rem;z-index:110;display:flex;align-items:center;gap:1rem;border:1.5px solid rgba(255,242,0,.18);animation:fadeIn .7s cubic-bezier(.39,.575,.565,1)}.earth-globe-tooltip button{background:#4ade80;color:#0a0f1c;border:none;border-radius:8px;padding:.4rem 1.1rem;font-weight:600;margin-left:1rem;cursor:pointer;transition:background .2s}.earth-globe-tooltip button:hover{background:#fff200}.faq-section{min-height:100vh;background:linear-gradient(135deg,#0a0f1c,#1a1f2e);padding:6rem 0;position:relative;overflow:hidden}.faq-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 40%,#4ade80 0,transparent 60%),radial-gradient(circle at 80% 60%,#19398a 0,transparent 70%);opacity:.08;z-index:0;pointer-events:none}.faq-title{font-size:3.5rem;font-weight:800;color:#fff;margin-bottom:1.5rem;background:linear-gradient(135deg,#4ade80,#fff200);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-family:var(--hero-title-font)}.faq-subtitle{font-size:1.2rem;color:rgba(255,255,255,.7);max-width:800px;margin:0 auto;line-height:1.6}.faq-container{max-width:900px;margin:4rem auto 0;position:relative;z-index:1}.faq-item{background:rgba(255,255,255,.02);border:1px solid rgba(74,222,128,.1);border-radius:16px;margin-bottom:1rem;overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:rgba(74,222,128,.2);transform:translateY(-2px);box-shadow:0 8px 32px rgba(0,0,0,.2)}.faq-question{width:100%;padding:1.5rem;background:transparent;border:none;color:#fff;font-size:1.2rem;font-weight:600;text-align:left;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .3s ease}.faq-question:hover{color:#4ade80}.faq-question svg{color:#4ade80;transition:transform .3s ease}.faq-answer{padding:0 1.5rem 1.5rem;color:rgba(255,255,255,.8);line-height:1.6;font-size:1.1rem}.faq-answer p{margin:0}@media (max-width:768px){.faq-section{padding:4rem 1rem}.faq-title{font-size:2.5rem}.faq-question,.faq-subtitle{font-size:1.1rem}.faq-question{padding:1.2rem}.faq-answer{padding:0 1.2rem 1.2rem;font-size:1rem}}.about-section-modern{min-height:100vh;background:#FFC300!important;position:relative;overflow:hidden;color:#000}.about-bg-animation{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;z-index:0}.gradient-orb{position:absolute;border-radius:50%;filter:blur(40px);opacity:.3;animation:float 6s ease-in-out infinite}.gradient-orb-1{width:300px;height:300px;background:radial-gradient(circle,#FF8C42 0,transparent 70%);top:10%;left:10%;animation-delay:0s}.gradient-orb-2{width:200px;height:200px;background:radial-gradient(circle,#FDB813 0,transparent 70%);top:60%;right:15%;animation-delay:2s}.gradient-orb-3{width:250px;height:250px;background:radial-gradient(circle,#8BC34A 0,transparent 70%);bottom:20%;left:20%;animation-delay:4s}.floating-particle{position:absolute;width:4px;height:4px;background:rgba(78,52,46,.6);border-radius:50%;pointer-events:none}.about-progress-bar{position:fixed;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#FF8C42,#FDB813,#8BC34A);transform-origin:0;z-index:1000}.about-nav-dots{position:fixed;right:2rem;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:1rem;z-index:100}.nav-dot{width:12px;height:12px;border-radius:50%;background:rgba(78,52,46,.3);border:2px solid rgba(78,52,46,.1);cursor:pointer;transition:all .3s ease}.nav-dot.active{background:#8BC34A;border-color:#8BC34A;box-shadow:0 0 20px rgba(139,195,74,.5)}.about-hero{text-align:center;padding:6rem 0 4rem;position:relative;z-index:1}.about-hero-content{max-width:800px;margin:0 auto}.about-hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.4);border-radius:50px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;margin-bottom:2rem;color:#4E342E}.about-hero-title{font-size:4rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2}.gradient-text{background:linear-gradient(135deg,#FF8C42,#FDB813 50%,#8BC34A);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-hero-subtitle{font-size:1.3rem;color:rgba(78,52,46,.9);line-height:1.6;margin-bottom:3rem}.about-hero-stats{display:flex;justify-content:center;gap:3rem;margin-top:3rem}.stat-item{text-align:center}.stat-number{font-size:2.5rem;font-weight:800;color:#FF8C4f;margin-bottom:.5rem}.stat-label{font-size:.9rem;color:rgba(78,52,46,.8);font-weight:500}.about-content-modern{display:flex;flex-direction:column;max-width:800px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.about-image-section{margin-bottom:3rem;text-align:center}.about-image-container-modern{position:relative;max-width:500px;margin:0 auto}.image-frame{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px rgba(78,52,46,.3);border:2px solid rgba(255,140,66,.3)}.about-image-modern{width:100%;height:auto;display:block;transition:transform .5s ease}.image-frame:hover .about-image-modern{transform:scale(1.05)}.image-overlay-modern{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,.8));padding:2rem;color:white}.overlay-content{text-align:center}.overlay-icon{font-size:2rem;margin-bottom:.5rem}.overlay-text{font-size:1.1rem;font-weight:600}.image-decoration{position:absolute;top:-20px;right:-20px;z-index:-1}.decoration-circle{width:100px;height:100px;border:2px solid rgba(255,140,66,.4);border-radius:50%;animation:rotate 20s linear infinite}.decoration-line{position:absolute;top:50%;right:50%;width:200px;height:2px;background:linear-gradient(90deg,transparent,rgba(255,140,66,.6));transform:translateY(-50%)}.about-text-section{width:100%}.about-story-sections{display:flex;flex-direction:column;gap:4rem}.story-section{background:linear-gradient(135deg,#F8F9FA,#E9ECEF);border:2px solid #dee2e6;box-shadow:0 4px 20px rgba(0,0,0,.05);border-radius:1.5rem;padding:3.5rem 3rem;max-width:900px;margin:2.5rem auto;font-size:1.15rem;transition:transform .3s cubic-bezier(.39,.575,.565,1),box-shadow .3s cubic-bezier(.39,.575,.565,1)}.story-section:hover{transform:scale(1.03);box-shadow:0 8px 32px rgba(255,159,69,.15)}.section-number{background-color:#6C757D;padding:.25rem .75rem;border-radius:9999px;font-weight:700;color:#FFFFFF;font-size:1.1rem;margin-right:1rem;display:inline-block}.story-quote blockquote{background:#FFF8EB;border-left:5px solid #ff9f45;padding:1rem 1.5rem;box-shadow:0 2px 8px rgba(255,193,68,.15);border-radius:1rem;color:#FF8C42;margin:1.5rem 0}.story-text{font-size:1.1rem;line-height:1.8;color:rgba(78,52,46,.95);margin-bottom:1.5rem}.story-highlight{background:rgba(108,117,125,.1);border:1px solid rgba(108,117,125,.3);border-radius:12px;padding:1.5rem;display:flex;align-items:center;gap:1rem}.highlight-icon{font-size:1.5rem}.story-quote{margin:1.5rem 0}.story-quote blockquote{font-size:1.2rem;font-style:italic;color:#FDB813;border-left:4px solid #fdb813;padding-left:1.5rem;margin:0}.story-insight{background:rgba(253,184,19,.2);border:1px solid rgba(253,184,19,.4);border-radius:12px;padding:1.5rem;display:flex;align-items:center;gap:1rem;margin-top:1.5rem}.insight-icon{font-size:1.5rem}.insight-text{font-weight:600;color:#FDB813}.mission-section{background:linear-gradient(135deg,rgba(255,140,66,.15),rgba(139,195,74,.15));border:1px solid rgba(255,140,66,.4);border-radius:24px}.mission-header{text-align:center;margin-bottom:2rem}.mission-title{font-size:2rem;font-weight:800;color:#4E342E;margin-bottom:.5rem}.mission-badge{display:inline-block;background:linear-gradient(135deg,#FF8C42,#8BC34A);color:#4E342E;font-weight:600;padding:.5rem 1rem;border-radius:20px;font-size:.9rem}.mission-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}.mission-item{text-align:center;padding:1.5rem;margin:1rem;background:rgba(255,255,255,.2);border-radius:24px;border:1px solid #000000;transition:all .3s ease}.mission-item:hover{background:rgba(255,255,255,.3);transform:translateY(-3px)}.mission-icon{font-size:2rem;margin-bottom:.5rem}.mission-item h4{font-size:1rem;font-weight:600;color:#4E342E;margin:0}.mission-description{text-align:center}.mission-description p{font-size:1.1rem;line-height:1.7;color:rgba(78,52,46,.95)}.cta-section{background:linear-gradient(135deg,rgba(139,195,74,.15),rgba(255,140,66,.15));border:1px solid rgba(139,195,74,.4);text-align:center}.cta-title{font-size:2rem;font-weight:800;color:#4E342E;margin-bottom:1rem}.cta-text{font-size:1.1rem;line-height:1.7;color:rgba(78,52,46,.95);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-button{padding:1rem 2rem;border-radius:12px;font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:all .3s ease}.cta-button.primary{background:linear-gradient(135deg,#FF8C42,#FDB813);color:#4E342E}.cta-button.secondary{background:rgba(255,255,255,.3);color:#4E342E;border:1px solid rgba(255,255,255,.4)}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(78,52,46,.3)}.about-signature-modern{text-align:center;margin-top:4rem;padding:2rem;background:rgba(255,255,255,.3);border-radius:20px;border:1px solid rgba(255,255,255,.4)}.signature-line{width:100px;height:2px;background:linear-gradient(90deg,transparent,#FF8C42,transparent);margin:0 auto 1.5rem}.signature-name{font-size:1.3rem;font-weight:700;color:#4E342E;margin-bottom:.5rem}.signature-title{font-size:1rem;color:rgba(78,52,46,.8);font-weight:500}.about-interactive{margin-top:4rem;text-align:center}.interactive-card{background:rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.4);border-radius:20px;padding:2rem;max-width:500px;margin:0 auto}.interactive-card h4{font-size:1.3rem;font-weight:600;color:#4E342E;margin-bottom:1.5rem}.clap-section{display:flex;flex-direction:column;align-items:center;gap:1rem}.clap-button-modern{background:linear-gradient(135deg,#FF8C42,#FDB813);border:none;border-radius:50px;padding:1rem 2rem;color:#4E342E;font-weight:600;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;box-shadow:0 5px 20px rgba(255,140,66,.3)}.clap-button-modern:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(255,140,66,.5)}.clap-button-modern.burst{animation:clap-burst .4s ease-out}.clap-emoji{font-size:1.2rem}.clap-count{font-weight:800}.clap-text{font-size:.9rem;color:rgba(78,52,46,.8)}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:1024px){.about-content-modern{max-width:700px}.about-nav-dots{right:1rem}.mission-grid{grid-template-columns:1fr}}@media (max-width:768px){.about-section-modern{padding:2rem 1rem}.about-content-modern{max-width:100%;padding:0 1rem}.about-hero-title{font-size:2.5rem}.about-hero-subtitle{font-size:1.1rem}.about-hero-stats{flex-direction:column;gap:2rem}.about-image-container-modern{max-width:100%}.story-section{padding:1.5rem}.section-title{font-size:1.3rem}.story-text{font-size:1rem}.cta-buttons{flex-direction:column;align-items:center}.cta-button{width:100%;max-width:300px}.about-nav-dots{display:none}}@media (max-width:480px){.about-hero-title{font-size:2rem}.about-hero-badge{font-size:.8rem;padding:.5rem 1rem}.stat-number{font-size:2rem}.mission-item,.story-section{padding:1rem}}.clap-btn{background:#fff;color:#19398a;border:none;border-radius:50%;width:64px;height:64px;box-shadow:0 4px 24px 0 rgba(10,23,78,.13);display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:2rem;cursor:pointer;transition:transform .18s cubic-bezier(.39,.575,.565,1),box-shadow .18s;outline:none;position:fixed;right:32px;bottom:32px;z-index:9999}.clap-btn:active{transform:scale(.93);box-shadow:0 2px 8px 0 rgba(10,23,78,.18)}.clap-btn .clap-emoji{font-size:2.1rem;line-height:1;margin-bottom:.1rem;transition:transform .18s}.clap-btn .clap-count{font-size:1.1rem;font-weight:700;color:#4ade80;margin-top:.1rem}.clap-btn.burst{animation:clap-burst .4s cubic-bezier(.39,.575,.565,1)}@keyframes clap-burst{0%{transform:scale(1)}30%{transform:scale(1.25) rotate(-8deg)}60%{transform:scale(1.1) rotate(8deg)}to{transform:scale(1)}}.chat-container-gradient{background:#0f172a;background:radial-gradient(ellipse at top,#1e293b 0,#0f172a 100%)}.chat-input-glass{background:rgba(30,41,59,.5);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid rgba(255,255,255,.1)}.chat-bubble{animation:fadeInSlideUp .4s ease-out forwards}@keyframes fadeInSlideUp{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:768px){.world-navbar{padding:.5rem 1rem}.world-navbar-inner{flex-direction:column;gap:1rem;align-items:center}.world-navbar-links{display:none;flex-direction:column;width:100%;gap:.5rem}.world-navbar-links.active{display:flex}.world-navbar-links a{padding:.75rem 1rem;border-radius:8px;text-align:center;background:rgba(255,255,255,.05)}.world-navbar-ctas{display:none!important}.world-navbar-ctas a,.world-navbar-ctas button{width:100%;justify-content:center}}@media (max-width:480px){.world-hero-title{font-size:2rem!important;line-height:1.2}.world-hero-subtext{font-size:1rem!important}.world-hero-buttons{flex-direction:column;gap:1rem}.world-button{width:100%;padding:1rem 2rem}}@media (hover:none) and (pointer:coarse){.modern-button,.world-button,.world-hero-pill,.world-navbar-links a{min-height:44px;padding:.75rem 1.5rem}}.mobile-nav{display:none}@media (max-width:768px){.mobile-nav{display:block}.mobile-nav-toggle{background:none;border:none;color:var(--text-color);cursor:pointer;padding:.5rem;border-radius:8px;transition:background-color .2s}.mobile-nav-toggle:hover{background:rgba(255,255,255,.1)}.mobile-nav-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.mobile-nav-menu{position:fixed;top:0;right:0;width:80%;max-width:320px;height:100vh;background:var(--background-color);border-left:1px solid rgba(255,255,255,.1);padding:2rem 1.5rem;display:flex;flex-direction:column;gap:2rem;animation:slideInRight .3s ease-out}.mobile-nav-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-nav-header h3{color:var(--text-color);font-size:1.25rem;font-weight:600}.mobile-nav-close{background:none;border:none;color:var(--text-color);cursor:pointer;padding:.5rem;border-radius:8px;transition:background-color .2s}.mobile-nav-close:hover{background:rgba(255,255,255,.1)}.mobile-nav-links{display:flex;flex-direction:column;gap:.5rem}.mobile-nav-links a{color:var(--text-color);text-decoration:none;padding:1rem;border-radius:8px;transition:background-color .2s;font-weight:500}.mobile-nav-links a:hover{background:rgba(255,255,255,.1)}.mobile-nav-actions{display:flex;flex-direction:column;gap:1rem;margin-top:auto}.mobile-nav-btn{padding:1rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none;text-align:center}.mobile-nav-btn-primary{background:var(--cta-primary);color:var(--cta-primary-text)}.mobile-nav-btn-secondary{background:rgba(255,255,255,.1);color:var(--text-color)}.mobile-nav-btn-danger{background:#ef4444;color:white}.mobile-nav-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}}@keyframes slideInRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}@media (max-width:768px){body{font-size:16px;line-height:1.6}.world-main-bg{padding:1rem}input,select,textarea{font-size:16px;padding:.75rem}button{min-height:44px;padding:.75rem 1.5rem}.feature-flip-card,.modern-card{margin:1rem 0;padding:1.5rem}img{max-width:100%;height:auto}}@media (max-width:768px) and (orientation:landscape){.world-hero{min-height:100vh;padding:2rem 0}.world-hero-title{font-size:2.5rem!important}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.world-navbar-logo img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}.navbar.scrolled .world-navbar-logo{color:#101624!important;font-weight:800;font-size:1.5rem;line-height:1.3}.cesium-credit-expand-link,.cesium-credit-lightbox,.cesium-viewer .cesium-widget-credits{display:none!important}.lonechat-auth-bg{min-height:100vh;width:100vw;background:linear-gradient(135deg,rgb(25,54,35),rgb(255,195,36));display:flex;align-items:flex-start;justify-content:center;padding:20px}.lonechat-auth-card{background:rgba(255,255,255,.95);border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,.1);padding:40px;max-width:500px;width:100%;margin:4.5rem auto 3rem;min-height:0;display:flex;flex-direction:column;align-items:center;text-align:center}@media (max-width:600px){.lonechat-auth-card{margin:2rem 1rem;padding:24px 8px;max-width:98vw}}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8d697b304b401681-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba015fad6dcf6784-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/4cf2300e9c8272f7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Fallback;src:local("Arial");ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.00%;size-adjust:104.76%}.__className_188709{font-family:Geist,Geist Fallback;font-style:normal}.__variable_188709{--font-geist-sans:"Geist","Geist Fallback"}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/9610d9e46709d722-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/747892c23ea88013-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/93f479601ee12b01-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Mono Fallback;src:local("Arial");ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.00%;size-adjust:134.59%}.__className_9a8899{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.__variable_9a8899{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}