:root{--primary:#00c2e8;--primary-dark:#00a5c8;--white:#fff;--slate-50:#f8fafc;--slate-200:#e2e8f0;--slate-400:#94a3b8;--slate-500:#64748b;--slate-900:#0f172a;--slate-950:#020617}.dark .footer-section{background:var(--slate-950);border-top:1px solid var(--slate-800)}@media (min-width:768px){.footer-grid{grid-template-columns:1fr 2fr}}.dark .footer-logo-text{color:var(--white)}.dark .footer-description{color:var(--slate-400)}.dark .link-group h5{color:var(--white)}.link-group ul li{margin:0;padding:0}.link-group a{color:var(--slate-500);cursor:pointer;font-size:14px;text-decoration:none;transition:color .3s;display:inline-block}.dark .link-group a{color:var(--slate-400)}.dark .footer-bottom{border-top:1px solid var(--slate-800)}@media (min-width:640px){.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center}}.dark .copyright{color:var(--slate-400)}.dark .social-icons a{color:var(--slate-400)}:root{--primary:#29abe2;--secondary:#ff9f43;--accent:#4cd137;--background-light:#f0f9ff;--background-dark:#0f172a;--white:#fff;--black:#000;--gray-100:#f8fafc;--gray-200:#e2e8f0;--gray-300:#cbd5e1;--gray-700:#334155;--gray-800:#1e293b;--gray-900:#0f172a}html,body{width:100%;overflow-x:hidden}.landingpage{background:var(--background-light);color:var(--gray-800);scroll-behavior:smooth;width:100%;min-height:100vh;font-family:Nunito,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;transition:background-color .3s,color .3s}.landingpage.dark{background:var(--background-dark);color:var(--gray-100)}.dark-mode-toggle{background:var(--white);cursor:pointer;z-index:100;border:4px solid #29abe233;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .3s;display:flex;position:fixed;bottom:32px;right:32px;box-shadow:0 8px 32px #0000001a}.dark-mode-toggle:hover{transform:scale(1.1)}.dark-mode-toggle:active{transform:scale(.95)}.dark-mode-toggle svg{color:var(--gray-900);font-size:28px}.landingpage.dark .dark-mode-toggle{background:var(--gray-800)}.landingpage.dark .dark-mode-toggle svg{color:gold}.header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:50;background:#fffc;border-bottom:1px solid #fff3;align-items:center;width:100%;height:80px;padding:0;display:flex;position:fixed;top:0;left:0;right:0}.landingpage.dark .header{background:#0f172acc}.header-container{justify-content:space-between;align-items:center;width:100%;padding:0 5%;display:flex}.logo{align-items:center;gap:12px;display:flex}.logo-icon{background:var(--primary);width:40px;height:40px;color:var(--white);border-radius:12px;justify-content:center;align-items:center;font-size:20px;display:flex;box-shadow:0 8px 24px #29abe24d}.logo-text{background:linear-gradient(135deg,var(--primary),#2563eb);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Outfit,sans-serif;font-size:24px;font-weight:700}.nav-desktop{color:var(--gray-600);align-items:center;gap:32px;font-weight:800;display:flex}.landingpage.dark .nav-desktop{color:var(--gray-300)}.nav-desktop a{color:var(--gray-700);padding-bottom:4px;font-weight:600;text-decoration:none;transition:color .3s;position:relative}.landingpage.dark .nav-desktop a{color:var(--gray-300)}.nav-desktop a:hover{color:var(--primary)}.nav-desktop a.active{color:var(--primary);font-weight:700}.cta-nav{background:var(--primary);color:var(--white);cursor:pointer;border:none;border-radius:9999px;padding:10px 24px;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #29abe233}.cta-nav:hover{background:#29abe2e6;transform:translateY(-2px)}.nav-mobile{color:var(--gray-700);cursor:pointer;background:0 0;border:none;font-size:24px;display:none}.landingpage.dark .nav-mobile{color:var(--gray-300)}.hero{background:linear-gradient(#e0f2fe 0%,#bae6fd 50%,#7dd3fc 100%);align-items:center;width:100%;min-height:90vh;padding-top:128px;padding-bottom:80px;display:flex;position:relative;overflow:hidden}.landingpage.dark .hero{background:linear-gradient(180deg,var(--background-dark)0%,var(--gray-800)100%)}.hero-container{z-index:10;grid-template-columns:1fr 1fr;align-items:center;gap:48px;width:100%;padding:0 5%;display:grid;position:relative}.hero-content h1{color:var(--gray-900);margin-bottom:24px;font-family:Outfit,sans-serif;font-size:64px;font-weight:800;line-height:1.1}.landingpage.dark .hero-content h1{color:var(--white)}.highlight{color:var(--primary)}.subtitle{color:var(--gray-700);margin-bottom:16px;font-size:24px;font-weight:800}.landingpage.dark .subtitle{color:var(--gray-300)}.description{color:var(--gray-600);max-width:400px;margin-bottom:40px;font-size:18px;font-weight:600}.landingpage.dark .description{color:var(--gray-400)}.hero-buttons{flex-wrap:wrap;gap:16px;display:flex}.landingpage.dark .app-store-btn{background:var(--white);color:var(--gray-900)}.store-icon{font-size:32px}.learn-more-btn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--primary);cursor:pointer;background:#fffc;border:2px solid #29abe233;border-radius:24px;align-items:center;gap:8px;padding:16px 32px;font-weight:800;transition:all .3s;display:flex}.learn-more-btn:hover{background:var(--primary);color:var(--white)}.hero-images{perspective:1000px;justify-content:center;align-items:center;min-height:500px;display:flex;position:relative}.phone-mockup{border:12px solid var(--gray-900);border-radius:48px;width:256px;position:absolute;overflow:hidden;box-shadow:0 32px 64px -16px #0000004d}.landingpage.dark .phone-mockup{border-color:var(--gray-800)}.phone-mockup img{width:100%;height:auto;display:block}.phone-1{z-index:20;animation:4s ease-in-out infinite floating;left:5%}.phone-2{z-index:10;animation:4s ease-in-out -2s infinite floating-alt;right:5%}@keyframes floating{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes floating-alt{0%{transform:translateY(0)rotate(6deg)}50%{transform:translateY(-20px)rotate(8deg)}to{transform:translateY(0)rotate(6deg)}}.stars{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.star{opacity:.6;color:gold;position:absolute}.star-1{font-size:48px;top:160px;left:5%}.star-2{opacity:.4;color:#ffeb3b;font-size:32px;top:240px;right:10%}.star-3{opacity:.5;font-size:40px;bottom:160px;left:25%}.wave{width:100%;position:absolute;bottom:0;left:0;overflow:hidden}.wave svg{width:100%;height:100px}.wave-light{fill:var(--white);opacity:.3}.landingpage.dark .wave-light{fill:var(--gray-900)}.wave-dark{fill:var(--white)}.landingpage.dark .wave-dark{fill:var(--gray-900)}.features{background:var(--white);width:100%;padding:96px 0}.landingpage.dark .features{background:var(--gray-900)}.container{width:100%;padding:0 5%}.section-header{text-align:center;margin-bottom:64px}.section-header h2{color:var(--gray-900);margin-bottom:16px;font-family:Outfit,sans-serif;font-size:48px;font-weight:800}.landingpage.dark .section-header h2{color:var(--white)}.underline{background:var(--primary);border-radius:3px;width:96px;height:6px;margin:0 auto}.feature-card{text-align:center;background:#e0f2fe;border:4px solid #0000;border-radius:48px;padding:32px;transition:all .3s}.landingpage.dark .feature-card{background:#1e293b80}.feature-card:hover{border-color:#29abe233}.feature-icon-wrapper{aspect-ratio:1;background:var(--white);border:2px solid var(--gray-200);border-radius:40px;justify-content:center;align-items:center;width:100%;margin-bottom:32px;display:flex;overflow:hidden;box-shadow:0 8px 24px #0000001a}.landingpage.dark .feature-icon-wrapper{background:var(--gray-700);border-color:var(--gray-600)}.feature-icon-wrapper img{object-fit:contain;width:100%;height:100%;padding:32px}.feature-card h3{color:var(--gray-900);margin-bottom:16px;font-family:Outfit,sans-serif;font-size:24px;font-weight:800}.landingpage.dark .feature-card h3{color:var(--white)}.feature-card p{color:var(--gray-600);font-weight:500;line-height:1.6}.landingpage.dark .feature-card p{color:var(--gray-400)}.how-it-works{background:var(--background-light);width:100%;padding:96px 0;position:relative;overflow:hidden}.landingpage.dark .how-it-works{background:var(--gray-950)}.steps-grid{grid-template-columns:repeat(3,1fr);gap:64px;display:grid}.step-card-wrapper{position:relative}.step-card{background:var(--white);text-align:center;z-index:1;border-bottom:8px solid #ff9f4333;border-radius:56px;flex-direction:column;align-items:center;height:100%;padding:64px 40px 40px;transition:all .3s;display:flex;position:relative;box-shadow:0 20px 40px #0000001a}.landingpage.dark .step-card{background:var(--gray-800)}.step-card:hover{border-color:var(--secondary);transform:translateY(-5px)}.step-card-wrapper:nth-child(2) .step-card{border-color:#29abe233}.step-card-wrapper:nth-child(2) .step-card:hover{border-color:var(--primary)}.step-card-wrapper:nth-child(3) .step-card{border-color:#4cd13733}.step-card-wrapper:nth-child(3) .step-card:hover{border-color:var(--accent)}.step-number{background:var(--secondary);width:80px;height:80px;color:var(--white);border:8px solid var(--background-light);z-index:2;border-radius:50%;justify-content:center;align-items:center;font-size:32px;font-weight:800;display:flex;position:absolute;top:-40px;left:50%;transform:translate(-50%);box-shadow:0 16px 32px #ff9f4333}.landingpage.dark .step-number{border-color:var(--gray-950)}.step-card-wrapper:nth-child(2) .step-number{background:var(--primary);box-shadow:0 16px 32px #29abe233}.step-card-wrapper:nth-child(3) .step-number{background:var(--accent);box-shadow:0 16px 32px #4cd13733}.step-icon-wrapper{width:96px;height:96px;color:var(--secondary);background:#fff7ed;border-radius:24px;justify-content:center;align-items:center;margin:0 auto 32px;font-size:48px;display:flex}.step-card-wrapper:nth-child(2) .step-icon-wrapper{color:var(--primary);background:#e0f2fe}.step-card-wrapper:nth-child(3) .step-icon-wrapper{color:var(--accent);background:#f0f9f0}.landingpage.dark .step-icon-wrapper{background:#ff9f431a}.landingpage.dark .step-card-wrapper:nth-child(2) .step-icon-wrapper{background:#29abe21a}.landingpage.dark .step-card-wrapper:nth-child(3) .step-icon-wrapper{background:#4cd1371a}.step-card h4{color:var(--gray-900);margin-bottom:16px;font-size:24px;font-weight:800}.landingpage.dark .step-card h4{color:var(--white)}.step-card p{color:var(--gray-600);font-weight:600;line-height:1.6}.landingpage.dark .step-card p{color:var(--gray-400)}.blobs{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.blob{filter:blur(100px);border-radius:50%;position:absolute}.blob-1{background:#29abe21a;width:384px;height:384px;margin-top:-192px;margin-right:-192px;top:0;right:0}.blob-2{background:#ff9f431a;width:384px;height:384px;margin-bottom:-192px;margin-left:-192px;bottom:0;left:0}.cta{background:linear-gradient(#e0f2fe 0%,#bae6fd 50%,#7dd3fc 100%);width:100%;padding:96px 0;position:relative;overflow:hidden}.landingpage.dark .cta{background:linear-gradient(180deg,var(--background-dark)0%,var(--gray-800)100%)}.cta-container{grid-template-columns:1fr 1fr;align-items:center;gap:64px;width:100%;padding:0 5%;display:grid}.cta-content h2{color:var(--gray-900);margin-bottom:32px;font-family:Outfit,sans-serif;font-size:56px;font-weight:800;line-height:1.2}.landingpage.dark .cta-content h2{color:var(--white)}.highlight-underline{color:var(--primary);text-underline-offset:8px;-webkit-text-decoration:underline #ffffff4d;text-decoration:underline #ffffff4d}.cta-buttons{flex-wrap:wrap;gap:16px;display:flex}.app-store-btn.large{border-radius:32px;padding:20px 40px;box-shadow:0 32px 64px -16px #0000004d}.contact-support-btn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--primary);cursor:pointer;background:#ffffffe6;border:4px solid #29abe233;border-radius:32px;padding:20px 40px;font-weight:800;transition:all .3s;box-shadow:0 20px 40px #0000001a}.landingpage.dark .contact-support-btn{background:#1e293be6}.contact-support-btn:hover{background:var(--primary);color:var(--white)}.cta-image{justify-content:center;display:flex;position:relative}.main-image{border:16px solid #fffc;border-radius:64px;width:100%;max-width:500px;animation:4s ease-in-out infinite floating;overflow:hidden;box-shadow:0 32px 64px -16px #0000004d}.main-image img{width:100%;height:auto;display:block}.decoration{background:var(--secondary);width:128px;height:128px;color:var(--white);border:8px solid var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:48px;display:flex;position:absolute;box-shadow:0 16px 32px #0003}.deco-1{background:gold;top:-48px;right:-48px;transform:rotate(12deg)}.deco-2{background:var(--primary);bottom:-32px;left:-32px;transform:rotate(-12deg)}.footer{background:var(--gray-900);color:var(--gray-300);width:100%;padding:64px 0}.footer-top{border-bottom:1px solid var(--gray-800);flex-direction:column;align-items:center;gap:40px;margin-bottom:64px;padding-bottom:64px;display:flex}.footer-logo{align-items:center;gap:12px;display:flex}.footer-logo-icon{background:var(--primary);width:48px;height:48px;color:var(--white);border-radius:16px;justify-content:center;align-items:center;font-size:24px;display:flex;box-shadow:0 8px 24px #29abe233}.footer-logo-text{color:var(--white);font-family:Outfit,sans-serif;font-size:24px;font-weight:700}.footer-links{text-transform:uppercase;letter-spacing:.1em;flex-wrap:wrap;justify-content:center;gap:40px;font-weight:800;display:flex}.footer-links a{color:inherit;text-decoration:none;transition:color .3s}.footer-links a:hover{color:var(--primary)}.footer-email{align-items:center;gap:12px;font-size:18px;font-weight:700;display:flex}.footer-email svg{color:var(--primary)}.footer-email a{color:inherit;text-decoration:none;transition:-webkit-text-decoration .3s,text-decoration .3s}.footer-email a:hover{text-decoration:underline;-webkit-text-decoration-color:var(--primary);text-decoration-color:var(--primary);text-underline-offset:4px}.footer-bottom{text-align:center;opacity:.6;font-size:14px;font-weight:600}@media (max-width:1024px){.hero-container{text-align:center;grid-template-columns:1fr}.hero-images{height:400px;margin-top:40px}.features-grid,.steps-grid,.cta-container{grid-template-columns:1fr;gap:48px}.cta-content{order:2}.cta-image{order:1}.phone-1{left:10%}.phone-2{right:10%}}@media (max-width:768px){.header{height:64px;padding:0 20px}.header-container{padding:0 20px}.nav-desktop{display:none}.nav-mobile{display:block}.hero-content h1{font-size:40px}.subtitle{font-size:20px}.section-header h2{font-size:32px}.cta-content h2{font-size:36px}.phone-mockup{width:200px}.features-grid,.steps-grid{grid-template-columns:1fr}.footer-links{flex-direction:column;align-items:center;gap:20px}.footer-top{gap:32px}.container,.hero-container,.cta-container{padding:0 20px}.phone-1{left:5%}.phone-2{right:5%}}@media (max-width:480px){.phone-mockup{width:150px}.hero-images{min-height:300px}.phone-1,.phone-2{margin:0 auto;position:relative;left:auto;right:auto}.hero-images{flex-direction:column;gap:20px}}:root{--primary:#00c2e8;--primary-dark:#00a5c8;--background-light:#f9fafb;--background-dark:#0f172a;--white:#fff;--black:#000;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-300:#cbd5e1;--gray-400:#94a3b8;--gray-500:#64748b;--gray-600:#475569;--gray-700:#334155;--gray-800:#1e293b;--gray-900:#0f172a;--slate-50:#f8fafc;--slate-100:#f1f5f9;--slate-200:#e2e8f0;--slate-300:#cbd5e1;--slate-400:#94a3b8;--slate-500:#64748b;--slate-600:#475569;--slate-700:#334155;--slate-800:#1e293b;--slate-900:#0f172a}.aboutus-page{background:var(--background-light);color:var(--slate-900);width:100%;min-height:100vh;font-family:Plus Jakarta Sans,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;transition:background-color .3s,color .3s}.aboutus-page.dark{background:var(--background-dark);color:var(--slate-100)}.hero-section{padding-top:160px;padding-bottom:80px;position:relative;overflow:hidden}.aboutus-page.dark .hero-section{background:var(--background-dark)}.hero-container{grid-template-columns:1fr 1fr;align-items:center;gap:64px;max-width:1280px;margin:0 auto;padding:0 24px;display:grid}.hero-content{z-index:10;position:relative}.hero-badge{color:var(--primary);background:#00c2e81a;border-radius:9999px;align-items:center;gap:8px;margin-bottom:32px;padding:8px 16px;font-size:14px;font-weight:700;display:inline-flex}.hero-badge .badge-icon{font-size:16px}.hero-content h1{color:var(--slate-900);margin-bottom:24px;font-size:56px;font-weight:800;line-height:1.1}.aboutus-page.dark .hero-content h1{color:var(--white)}.text-primary{color:var(--primary)}.hero-description{color:var(--slate-600);max-width:540px;margin-bottom:40px;font-size:20px;line-height:1.6}.aboutus-page.dark .hero-description{color:var(--slate-400)}.hero-buttons{flex-wrap:wrap;gap:16px;margin-bottom:40px;display:flex}.app-store-btn{background:var(--slate-900);color:var(--white);cursor:pointer;border:none;border-radius:16px;align-items:center;gap:12px;padding:16px 32px;transition:all .3s;display:flex;box-shadow:0 20px 40px #0000001a}.aboutus-page.dark .app-store-btn{background:var(--white);color:var(--slate-900)}.app-store-btn:hover{transform:scale(1.05)}.app-store-btn .apple-logo{font-size:24px}.aboutus-page.dark .app-store-btn .apple-logo{color:var(--slate-900)}.play-store-btn{color:var(--slate-900);border:2px solid var(--slate-200);cursor:pointer;background:0 0;border-radius:16px;align-items:center;gap:12px;padding:16px 32px;transition:all .3s;display:flex}.aboutus-page.dark .play-store-btn{border-color:var(--slate-800);color:var(--slate-100)}.play-store-btn:hover{transform:scale(1.05)}.play-store-btn .play-logo{font-size:24px}.store-text{text-align:left;flex-direction:column;display:flex}.store-label{opacity:.7;text-transform:uppercase;font-size:12px;font-weight:600;line-height:1}.store-name{font-size:20px;font-weight:800;line-height:1}.hero-stats{align-items:center;gap:16px;display:flex}.user-avatars{margin-right:8px;display:flex}.avatar{border:2px solid var(--white);background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;width:40px;height:40px;margin-left:-8px}.aboutus-page.dark .avatar{border-color:var(--slate-900)}.avatar:nth-child(2){background:linear-gradient(135deg,#f093fb 0%,#f5576c 100%)}.avatar:nth-child(3){background:linear-gradient(135deg,#4facfe 0%,#00f2fe 100%)}.stats-text{color:var(--slate-500);font-size:14px;font-weight:500}.aboutus-page.dark .stats-text{color:var(--slate-400)}.hero-image-container{justify-content:center;align-items:center;display:flex;position:relative}.main-image{background:var(--slate-200);aspect-ratio:16/9;z-index:10;border-radius:24px;width:100%;max-width:600px;position:relative;overflow:hidden;box-shadow:0 32px 64px -16px #0003}.aboutus-page.dark .main-image{background:var(--slate-800)}.image-placeholder{background:linear-gradient(135deg,var(--slate-300),var(--slate-400));opacity:.8;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.aboutus-page.dark .image-placeholder{background:linear-gradient(135deg,var(--slate-700),var(--slate-800))}.play-button{background:var(--primary);width:80px;height:80px;color:var(--white);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:transform .3s;display:flex;box-shadow:0 16px 32px #00c2e866}.play-button:hover{transform:scale(1.1)}.floating-phone{width:160px;height:320px;animation:3s ease-in-out infinite floating;display:none;position:absolute;bottom:-40px;left:-40px}@media (min-width:1280px){.floating-phone{display:block}}.phone-frame{background:var(--slate-900);border:4px solid var(--slate-800);border-radius:48px;width:100%;height:100%;padding:12px;box-shadow:0 32px 64px #0000004d}.aboutus-page.dark .phone-frame{background:var(--slate-800);border-color:var(--slate-700)}.phone-screen{background:var(--slate-100);border-radius:36px;width:100%;height:100%;padding:16px;overflow:hidden}.phone-content{flex-direction:column;justify-content:center;align-items:center;gap:16px;width:100%;height:100%;display:flex}.phone-header{background:#00c2e833;border-radius:12px;width:100%;height:48px;animation:2s infinite pulse}.phone-icon{width:64px;height:64px;color:var(--primary);background:#00c2e84d;border-radius:50%;justify-content:center;align-items:center;font-size:32px;display:flex}.phone-input{background:var(--slate-200);border-radius:8px;width:100%;height:32px}.aboutus-page.dark .phone-input{background:var(--slate-700)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.hero-blob{z-index:1;background:radial-gradient(circle,#00c2e826 0%,#fff0 70%);width:500px;height:500px;position:absolute}.aboutus-page.dark .hero-blob{opacity:.3}.container{max-width:1280px;margin:0 auto;padding:0 24px}.section-header{text-align:center;max-width:768px;margin:0 auto 80px}.section-header h2{color:var(--slate-900);margin-bottom:16px;font-size:48px;font-weight:800}.aboutus-page.dark .section-header h2{color:var(--white)}.section-subtitle{color:var(--slate-600);font-size:18px;line-height:1.6}.aboutus-page.dark .section-subtitle{color:var(--slate-400)}.features-section{background:var(--white);padding:96px 0}.aboutus-page.dark .features-section{background:#1e293b80}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;display:grid}.feature-card{background:var(--background-light);border:1px solid var(--slate-200);border-radius:24px;padding:32px;transition:all .3s}.aboutus-page.dark .feature-card{border-color:var(--slate-700);background:#1e293b80}.feature-card:hover{border-color:var(--primary);transform:translateY(-4px)}.feature-icon{border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:24px;transition:transform .3s;display:flex}.feature-card:hover .feature-icon{transform:scale(1.1)}.feature-icon.blue{color:#3b82f6;background:#3b82f61a}.feature-icon.primary{color:var(--primary);background:#00c2e81a}.feature-icon.green{color:#22c55e;background:#22c55e1a}.feature-svg{width:24px;height:24px}.feature-card h3{color:var(--slate-900);margin-bottom:12px;font-size:20px;font-weight:700}.aboutus-page.dark .feature-card h3{color:var(--white)}.feature-card p{color:var(--slate-600);font-size:16px;line-height:1.6}.aboutus-page.dark .feature-card p{color:var(--slate-400)}.how-it-works-section{background:var(--background-light);padding:96px 0;overflow:hidden}.aboutus-page.dark .how-it-works-section{background:var(--background-dark)}.works-content{flex-direction:column;gap:80px;display:flex}@media (min-width:1024px){.works-content{flex-direction:row;align-items:center;gap:80px}.works-text,.works-images{flex:1}}.works-text h2{color:var(--slate-900);margin-bottom:32px;font-size:48px;font-weight:800;line-height:1.2}.aboutus-page.dark .works-text h2{color:var(--white)}.works-points{flex-direction:column;gap:24px;display:flex}.point{align-items:flex-start;gap:16px;display:flex}.point-icon{width:32px;height:32px;color:var(--primary);background:#00c2e81a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:4px;display:flex}.point-content h4{color:var(--slate-900);margin-bottom:4px;font-size:18px;font-weight:700}.aboutus-page.dark .point-content h4{color:var(--white)}.point-content p{color:var(--slate-600);font-size:16px;line-height:1.5}.aboutus-page.dark .point-content p{color:var(--slate-400)}.works-images{justify-content:center;gap:24px;height:500px;display:flex;position:relative}.phone-mockup{background:var(--slate-900);border:4px solid var(--slate-800);border-radius:48px;width:256px;height:500px;padding:12px;box-shadow:0 32px 64px #0000004d}.aboutus-page.dark .phone-mockup{background:var(--slate-800);border-color:var(--slate-700)}.mockup-1{z-index:2;margin-top:48px}.mockup-2{z-index:1}.phone-screen{background:var(--white);border-radius:36px;width:100%;height:100%;overflow:hidden}.aboutus-page.dark .phone-screen{background:var(--slate-900)}.screen-content{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.screen-placeholder{background:linear-gradient(135deg,var(--slate-200),var(--slate-300));border-radius:16px;width:80%;height:80%}.aboutus-page.dark .screen-placeholder{background:linear-gradient(135deg,var(--slate-700),var(--slate-800))}.cta-section{background:var(--background-light);padding:64px 0 96px}.aboutus-page.dark .cta-section{background:var(--background-dark)}.cta-card{background:var(--primary);text-align:center;border-radius:48px;max-width:896px;margin:0 auto;padding:64px;position:relative;overflow:hidden;box-shadow:0 32px 64px #00c2e84d}.cta-background{opacity:.1;background:radial-gradient(circle,#ffffff1a 0%,#0000 70%);position:absolute;inset:0}.cta-content{z-index:10;position:relative}.cta-content h2{color:var(--white);margin-bottom:16px;font-size:48px;font-weight:800}.cta-content p{color:#ffffffe6;max-width:672px;margin-bottom:32px;margin-left:auto;margin-right:auto;font-size:20px;line-height:1.6}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.cta-primary{background:var(--white);color:var(--primary);cursor:pointer;border:none;border-radius:16px;padding:16px 40px;font-size:18px;font-weight:700;transition:all .3s;box-shadow:0 8px 24px #0000001a}.cta-primary:hover{background:var(--slate-50);transform:translateY(-2px)}.cta-secondary{color:var(--white);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background:#fff3;border:2px solid #ffffff4d;border-radius:16px;padding:16px 40px;font-size:18px;font-weight:700;transition:all .3s}.cta-secondary:hover{background:#ffffff4d;transform:translateY(-2px)}.footer-section{background:var(--slate-50);border-top:1px solid var(--slate-200);padding:64px 0}.aboutus-page.dark .footer-section{background:var(--slate-950);border-top:1px solid var(--slate-800)}.footer-grid{grid-template-columns:1fr;gap:64px;margin-bottom:64px;display:grid}@media (min-width:768px){.footer-grid{grid-template-columns:1fr 2fr}}.footer-brand{flex-direction:column;gap:16px;display:flex}.footer-logo{letter-spacing:-.025em;align-items:center;gap:4px;font-size:24px;font-weight:800;display:flex}.footer-logo-text{color:var(--slate-900)}.aboutus-page.dark .footer-logo-text{color:var(--white)}.footer-logo-primary{color:var(--primary)}.footer-description{color:var(--slate-500);font-size:14px;line-height:1.5}.aboutus-page.dark .footer-description{color:var(--slate-400)}.footer-links{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:48px;display:grid}.link-group h5{color:var(--slate-900);margin-bottom:16px;font-size:16px;font-weight:700}.aboutus-page.dark .link-group h5{color:var(--white)}.link-group ul{flex-direction:column;gap:12px;list-style:none;display:flex}.link-group a{color:var(--slate-500);font-size:14px;text-decoration:none;transition:color .3s}.aboutus-page.dark .link-group a{color:var(--slate-400)}.link-group a:hover{color:var(--primary)}.footer-bottom{border-top:1px solid var(--slate-200);flex-direction:column;gap:24px;padding-top:32px;display:flex}.aboutus-page.dark .footer-bottom{border-top:1px solid var(--slate-800)}@media (min-width:640px){.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center}}.copyright{color:var(--slate-500);font-size:14px}.aboutus-page.dark .copyright{color:var(--slate-400)}.social-icons{gap:24px;display:flex}.social-icons a{color:var(--slate-500);font-size:20px;transition:color .3s}.aboutus-page.dark .social-icons a{color:var(--slate-400)}.social-icons a:hover{color:var(--primary)}@media (max-width:1024px){.hero-container{text-align:center;grid-template-columns:1fr;gap:48px}.hero-description{margin-left:auto;margin-right:auto}.hero-buttons,.hero-stats{justify-content:center}.section-header h2,.works-text h2,.cta-content h2{font-size:36px}}@media (max-width:768px){.hero-content h1{font-size:40px}.hero-description{font-size:18px}.features-grid{grid-template-columns:1fr}.works-images{flex-direction:column;gap:32px;height:auto}.phone-mockup{width:200px;height:400px}.mockup-1{margin-top:0}.cta-card{padding:48px 24px}.cta-content h2{font-size:28px}.cta-content p{font-size:18px}.cta-buttons{flex-direction:column;align-items:center}.cta-primary,.cta-secondary{width:100%;max-width:300px}}.video-container{background:var(--slate-200);border-radius:24px;width:100%;height:100%;position:relative;overflow:hidden}.aboutus-page.dark .video-container{background:var(--slate-800)}.hero-video{object-fit:cover;width:100%;height:100%;display:block}.play-button{background:var(--primary);width:80px;height:80px;color:var(--white);cursor:pointer;z-index:10;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 16px #0003}.play-button:hover{background:var(--primary-dark);transform:translate(-50%,-50%)scale(1.1)}.play-icon{width:32px;height:32px;margin-left:4px}.pause-button{width:80px;height:80px;color:var(--white);cursor:pointer;z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;border:2px solid #fffc;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pause-button:hover{background:#000c;transform:translate(-50%,-50%)scale(1.05)}.pause-icon{width:32px;height:32px}.video-overlay,.video-placeholder,.placeholder-text{display:none}.main-image{aspect-ratio:16/9;z-index:10;background:0 0;border-radius:24px;width:100%;max-width:600px;position:relative;overflow:hidden;box-shadow:0 32px 64px -16px #0003}:root{--primary:#06b6d4;--primary-dark:#0891b2;--background-light:#f9fafb;--background-dark:#0f172a;--white:#fff;--black:#000;--slate-50:#f8fafc;--slate-100:#f1f5f9;--slate-200:#e2e8f0;--slate-300:#cbd5e1;--slate-400:#94a3b8;--slate-500:#64748b;--slate-600:#475569;--slate-700:#334155;--slate-800:#1e293b;--slate-900:#0f172a;--slate-950:#020617}html,body{scroll-behavior:smooth;width:100%;overflow-x:hidden}.support-page{background:var(--background-light);color:var(--slate-900);width:100%;min-height:100vh;font-family:Plus Jakarta Sans,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;transition:background-color .3s,color .3s}.support-page.dark{background:var(--background-dark);color:var(--slate-100)}.support-main{max-width:1280px;margin:0 auto;padding:48px 24px}.support-container{width:100%}.support-hero{text-align:center;margin-top:40px;margin-bottom:64px}.hero-icon-wrapper{background:#06b6d41a;border-radius:50%;justify-content:center;align-items:center;margin-bottom:24px;padding:16px;display:inline-flex}.hero-icon{color:var(--primary);font-size:48px}.support-title{color:var(--slate-900);margin-bottom:16px;font-size:48px;font-weight:800}.support-page.dark .support-title{color:var(--white)}.support-subtitle{color:var(--slate-600);max-width:672px;margin:0 auto;font-size:18px;line-height:1.6}.support-page.dark .support-subtitle{color:var(--slate-400)}.support-grid{grid-template-columns:1fr;gap:32px;display:grid}@media (min-width:1024px){.support-grid{grid-template-columns:2fr 1fr}}.contact-form-section{flex-direction:column;gap:32px;display:flex}.contact-form-card{background:var(--white);border:1px solid var(--slate-100);border-radius:24px;padding:32px;box-shadow:0 20px 40px -12px #0000000d}.support-page.dark .contact-form-card{background:var(--slate-800);border-color:var(--slate-700);box-shadow:none}.form-title{color:var(--slate-900);align-items:center;gap:8px;margin-bottom:24px;font-size:24px;font-weight:700;display:flex}.support-page.dark .form-title{color:var(--white)}.form-title-icon{color:var(--primary);font-size:24px}.contact-form{flex-direction:column;gap:20px;display:flex}.form-row{grid-template-columns:1fr;gap:20px;display:grid}@media (min-width:768px){.form-row{grid-template-columns:1fr 1fr}}.form-group{flex-direction:column;gap:8px;display:flex}.form-label{color:var(--slate-700);font-size:14px;font-weight:600}.support-page.dark .form-label{color:var(--slate-300)}.form-input,.form-select,.form-textarea{border:1px solid var(--slate-200);background:var(--slate-50);width:100%;color:var(--slate-900);border-radius:12px;padding:12px 16px;font-size:14px;transition:all .3s}.support-page.dark .form-input,.support-page.dark .form-select,.support-page.dark .form-textarea{border-color:var(--slate-700);color:var(--white);background:#0f172a80}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary);outline:none}.form-textarea{resize:vertical;min-height:120px}.submit-btn{background:var(--primary);color:var(--white);cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;margin-top:8px;padding:16px 24px;font-size:16px;font-weight:700;transition:all .3s;display:flex;box-shadow:0 8px 24px #06b6d440}.submit-btn:hover{background:var(--primary-dark);opacity:.9;transform:translateY(-2px)}.submit-icon{font-size:18px}.office-grid{grid-template-columns:1fr;gap:24px;display:grid}@media (min-width:768px){.office-grid{grid-template-columns:1fr 1fr}}.office-card{background:var(--white);border:1px solid var(--slate-100);border-radius:24px;padding:32px;box-shadow:0 20px 40px -12px #0000000d}.support-page.dark .office-card{background:var(--slate-800);border-color:var(--slate-700)}.office-header{color:var(--primary);align-items:center;gap:8px;margin-bottom:16px;display:flex}.office-icon{font-size:20px}.office-title{color:var(--slate-900);font-size:18px;font-weight:700}.support-page.dark .office-title{color:var(--white)}.office-content{flex-direction:column;gap:16px;display:flex}.office-company{color:var(--slate-800);font-size:14px;font-weight:700}.support-page.dark .office-company{color:var(--slate-200)}.office-address{color:var(--slate-600);font-size:14px;line-height:1.6}.support-page.dark .office-address{color:var(--slate-400)}.office-contact{flex-direction:column;gap:2px;display:flex}.contact-label{color:var(--slate-400);text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:700}.contact-link{color:var(--primary);font-size:14px;font-weight:500;text-decoration:none;transition:-webkit-text-decoration .3s,text-decoration .3s}.contact-link:hover{text-decoration:underline}.support-channels-section{flex-direction:column;gap:32px;display:flex}.channels-card{background:var(--white);border:1px solid var(--slate-100);border-radius:24px;padding:32px;box-shadow:0 20px 40px -12px #0000000d}.support-page.dark .channels-card{background:var(--slate-800);border-color:var(--slate-700)}.channels-title{color:var(--slate-900);margin-bottom:24px;font-size:20px;font-weight:700}.support-page.dark .channels-title{color:var(--white)}.channels-list{flex-direction:column;gap:20px;margin-bottom:24px;display:flex}.channel-item{align-items:flex-start;gap:16px;display:flex}.channel-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;display:flex}.channel-icon.blue{color:#3b82f6;background:#3b82f61a}.channel-icon.purple{color:#9333ea;background:#9333ea1a}.channel-details{flex-direction:column;gap:4px;display:flex}.channel-label{color:var(--slate-900);font-size:14px;font-weight:700}.support-page.dark .channel-label{color:var(--white)}.channel-email{color:var(--primary);font-size:14px;font-weight:500;text-decoration:none}.channel-email:hover{text-decoration:underline}.channel-divider{border:none;border-top:1px solid var(--slate-100);margin:24px 0}.support-page.dark .channel-divider{border-color:var(--slate-700)}.social-title{color:var(--slate-900);margin-bottom:16px;font-size:18px;font-weight:700}.support-page.dark .social-title{color:var(--white)}.social-links{gap:12px;display:flex}.social-link{background:var(--slate-100);width:44px;height:44px;color:var(--slate-600);border-radius:50%;justify-content:center;align-items:center;font-size:20px;transition:all .3s;display:flex}.support-page.dark .social-link{background:var(--slate-700);color:var(--slate-300)}.social-link:hover{background:var(--primary);color:var(--white);transform:translateY(-2px)}.help-center-card{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:var(--white);border-radius:24px;padding:32px;box-shadow:0 20px 40px -12px #06b6d44d}.help-center-title{margin-bottom:8px;font-size:20px;font-weight:700}.help-center-description{color:#ffffffe6;margin-bottom:24px;font-size:14px;line-height:1.6}.help-links{flex-direction:column;gap:16px;list-style:none;display:flex}.help-link{color:var(--white);justify-content:space-between;align-items:center;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.help-link:hover{transform:translate(4px)}.link-arrow{font-size:16px;transition:transform .3s}.help-link:hover .link-arrow{transform:translate(4px)}.faq-section{margin-top:96px;margin-bottom:80px}.faq-title{color:var(--slate-900);text-align:center;margin-bottom:48px;font-size:36px;font-weight:800}.support-page.dark .faq-title{color:var(--white)}.faq-grid{grid-template-columns:1fr;gap:24px;display:grid}@media (min-width:768px){.faq-grid{grid-template-columns:1fr 1fr}}.faq-card{background:var(--white);border:1px solid var(--slate-100);border-radius:16px;padding:24px}.support-page.dark .faq-card{background:var(--slate-800);border-color:var(--slate-700)}.faq-question{color:var(--slate-900);margin-bottom:12px;font-size:16px;font-weight:700}.support-page.dark .faq-question{color:var(--white)}.faq-answer{color:var(--slate-600);font-size:14px;line-height:1.6}.support-page.dark .faq-answer{color:var(--slate-400)}.help-section{margin-top:80px;margin-bottom:40px}.help-card{background:var(--slate-50);text-align:center;border:2px dashed var(--slate-200);border-radius:48px;padding:48px}.support-page.dark .help-card{border-color:var(--slate-700);background:#0f172a80}.help-card-content{max-width:448px;margin:0 auto}.help-image-wrapper{justify-content:center;margin-bottom:32px;display:flex}.help-image{object-fit:cover;border:4px solid var(--white);border-radius:50%;width:192px;height:192px;box-shadow:0 20px 40px -12px #0003}.support-page.dark .help-image{border-color:var(--slate-800)}.help-card-title{color:var(--slate-900);margin-bottom:16px;font-size:24px;font-weight:800}.support-page.dark .help-card-title{color:var(--white)}.help-card-description{color:var(--slate-600);margin-bottom:32px;font-size:16px;line-height:1.6}.support-page.dark .help-card-description{color:var(--slate-400)}.help-buttons{flex-direction:column;justify-content:center;gap:16px;display:flex}@media (min-width:640px){.help-buttons{flex-direction:row}}.chat-btn,.schedule-btn{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:12px 32px;font-size:16px;font-weight:700;transition:all .3s;display:flex}.chat-btn{background:var(--slate-900);color:var(--white)}.support-page.dark .chat-btn{background:var(--white);color:var(--slate-900)}.chat-btn:hover{opacity:.9;transform:translateY(-2px)}.schedule-btn{color:var(--slate-900);border:2px solid var(--slate-200);background:0 0}.support-page.dark .schedule-btn{color:var(--slate-100);border-color:var(--slate-700)}.schedule-btn:hover{background:var(--slate-100)}.support-page.dark .schedule-btn:hover{background:var(--slate-800)}.chat-icon,.schedule-icon{font-size:18px}@media (max-width:768px){.help-card{padding:32px 24px}.help-image{width:160px;height:160px}}@media (max-width:480px){.help-image{width:144px;height:144px}}body{margin:0;font-family:Arial,sans-serif}button{cursor:pointer}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;overflow-x:hidden}@keyframes blob{0%{transform:translate(0)scale(1)}33%{transform:translate(30px,-50px)scale(1.1)}66%{transform:translate(-20px,20px)scale(.9)}to{transform:translate(0)scale(1)}}.animate-blob{animation:7s infinite blob}.animation-delay-2000{animation-delay:2s}.animation-delay-4000{animation-delay:4s}.backdrop-blur-sm{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.text-transparent{color:#0000}.leading-relaxed{line-height:1.625}.mix-blend-multiply{mix-blend-mode:multiply}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow{box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.shadow-2xl{box-shadow:0 25px 50px -12px #00000040}.hover\:shadow-md:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.hover\:shadow-xl:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.transition-all{transition:all .3s}.transition-shadow{transition:box-shadow .3s}.transition-colors{transition:color .3s,background-color .3s,border-color .3s}.duration-300{transition-duration:.3s}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.hover\:-translate-y-0\.5:hover{transform:translateY(-.125rem)}.-translate-x-1\/2{transform:translate(-50%)}.-translate-y-1\/2{transform:translateY(-50%)}.-rotate-12{transform:rotate(-12deg)}.rotate-12{transform:rotate(12deg)}.filter{filter:var(--tw-blur)var(--tw-brightness)var(--tw-contrast)var(--tw-grayscale)var(--tw-hue-rotate)var(--tw-invert)var(--tw-saturate)var(--tw-sepia)var(--tw-drop-shadow)}.blur-xl{--tw-blur:blur(24px);filter:var(--tw-blur)var(--tw-brightness)var(--tw-contrast)var(--tw-grayscale)var(--tw-hue-rotate)var(--tw-invert)var(--tw-saturate)var(--tw-sepia)var(--tw-drop-shadow)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-8>*+*{margin-top:2rem}.space-x-2>*+*{margin-left:.5rem}.space-x-3>*+*{margin-left:.75rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mt-20{margin-top:5rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-16{margin-bottom:4rem}.ml-5{margin-left:1.25rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-20{width:5rem}.w-24{width:6rem}.w-80{width:20rem}.w-full{width:100%}.w-1\/2,.w-2\/4{width:50%}.w-3\/4{width:75%}.max-w-md{max-width:28rem}.max-w-lg{max-width:32rem}.max-w-6xl{max-width:72rem}.h-2{height:.5rem}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-20{height:5rem}.h-24{height:6rem}.h-80{height:20rem}.h-screen{height:100vh}.min-h-screen{min-height:100vh}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.text-6xl{font-size:3.75rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.leading-tight{line-height:1.25}.text-white{color:#fff}.text-gray-50{color:#f9fafb}.text-gray-100{color:#f3f4f6}.text-gray-200{color:#e5e7eb}.text-gray-300{color:#d1d5db}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-800{color:#1f2937}.text-gray-900{color:#111827}.text-blue-50{color:#eff6ff}.text-blue-100{color:#dbeafe}.text-blue-200{color:#bfdbfe}.text-blue-300{color:#93c5fd}.text-blue-400{color:#60a5fa}.text-blue-500{color:#3b82f6}.text-blue-600{color:#2563eb}.text-blue-700{color:#1d4ed8}.text-purple-50{color:#faf5ff}.text-purple-100{color:#f3e8ff}.text-purple-200{color:#e9d5ff}.text-purple-300{color:#d8b4fe}.text-purple-400{color:#c084fc}.text-purple-500{color:#a855f7}.text-purple-600{color:#9333ea}.text-purple-700{color:#7e22ce}.text-indigo-50{color:#eef2ff}.text-indigo-100{color:#e0e7ff}.text-indigo-300{color:#a5b4fc}.text-green-100{color:#dcfce7}.text-green-500{color:#22c55e}.text-red-800{color:#991b1b}.text-yellow-800{color:#92400e}.bg-white{background-color:#fff}.bg-gray-50{background-color:#f9fafb}.bg-gray-100{background-color:#f3f4f6}.bg-gray-200{background-color:#e5e7eb}.bg-gray-800{background-color:#1f2937}.bg-blue-50{background-color:#eff6ff}.bg-blue-100{background-color:#dbeafe}.bg-blue-300{background-color:#93c5fd}.bg-blue-400{background-color:#60a5fa}.bg-blue-500{background-color:#3b82f6}.bg-blue-600{background-color:#2563eb}.bg-purple-50{background-color:#faf5ff}.bg-purple-100{background-color:#f3e8ff}.bg-purple-300{background-color:#d8b4fe}.bg-purple-400{background-color:#c084fc}.bg-purple-500{background-color:#a855f7}.bg-purple-600{background-color:#9333ea}.bg-indigo-50{background-color:#eef2ff}.bg-indigo-300{background-color:#a5b4fc}.bg-green-100{background-color:#dcfce7}.bg-green-500{background-color:#22c55e}.bg-red-50{background-color:#fef2f2}.bg-yellow-50{background-color:#fffbeb}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.from-blue-400{--tw-gradient-from:#60a5fa;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,#60a5fa00)}.from-blue-500{--tw-gradient-from:#3b82f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,#3b82f600)}.from-blue-600{--tw-gradient-from:#2563eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,#2563eb00)}.from-purple-400{--tw-gradient-from:#c084fc;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,#c084fc00)}.from-purple-500{--tw-gradient-from:#a855f7;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,#a855f700)}.from-purple-600{--tw-gradient-from:#9333ea;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,#9333ea00)}.from-indigo-50{--tw-gradient-from:#eef2ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,#eef2ff00)}.from-indigo-300{--tw-gradient-from:#a5b4fc;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,#a5b4fc00)}.to-purple-400{--tw-gradient-to:#c084fc}.to-purple-500{--tw-gradient-to:#a855f7}.to-purple-600{--tw-gradient-to:#9333ea}.to-purple-50{--tw-gradient-to:#faf5ff}.to-purple-300{--tw-gradient-to:#d8b4fe}.to-blue-300{--tw-gradient-to:#93c5fd}.to-blue-400{--tw-gradient-to:#60a5fa}.to-blue-500{--tw-gradient-to:#3b82f6}.to-blue-600{--tw-gradient-to:#2563eb}.to-gray-50{--tw-gradient-to:#f9fafb}.to-white{--tw-gradient-to:#fff}.via-white{--tw-gradient-stops:var(--tw-gradient-from),#fff,var(--tw-gradient-to,#fff0)}.border{border-width:1px}.border-gray-100{border-color:#f3f4f6}.border-gray-200{border-color:#e5e7eb}.border-yellow-200{border-color:#fde68a}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.-top-4{top:-1rem}.-right-4{right:-1rem}.-bottom-4{bottom:-1rem}.-left-4{left:-1rem}.-top-40{top:-10rem}.-right-40{right:-10rem}.-bottom-40{bottom:-10rem}.-left-40{left:-10rem}.top-1\/2{top:50%}.left-1\/2{left:50%}.z-10{z-index:10}.overflow-hidden{overflow:hidden}.opacity-25{opacity:.25}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.list-decimal{list-style-type:decimal}.whitespace-pre-wrap{white-space:pre-wrap}.cursor-pointer{cursor:pointer}@media (min-width:640px){.sm\:flex-row{flex-direction:row}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.lg\:flex-row{flex-direction:row}.lg\:w-1\/2{width:50%}}
