@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";
:root{--color-primary:#1a1a1a;--color-secondary:#ffd1dc;--color-accent:#b2d8b2;--color-accent-light:#bfe6ff;--color-warning:#fdfd96;--color-success:#b2d8b2;--bg-primary:#fafafa;--bg-secondary:#fff;--bg-surface:#fff;--bg-surface-hover:#f0f0f0;--bg-glass:#fffffff2;--bg-pink:#ffd1dc;--bg-blue:#bfe6ff;--bg-green:#b2d8b2;--bg-yellow:#fdfd96;--text-primary:#1a1a1a;--text-secondary:#4a4a4a;--text-tertiary:#6b6b6b;--text-muted:#999;--border-color:#1a1a1a;--border-color-hover:#000;--border-glow:#ffd1dc;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--space-4xl:6rem;--font-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-heading:"Playfair Display", serif;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:3.75rem;--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--radius-2xl:1.5rem;--radius-full:9999px;--shadow-sm:none;--shadow-md:none;--shadow-lg:none;--shadow-xl:none;--shadow-glow:none;--shadow-glow-lg:none;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.4s ease;--transition-spring:.4s cubic-bezier(.34, 1.56, .64, 1);--max-width:1200px;--header-height:72px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-primary);font-weight:800}body{font-family:var(--font-family);background:var(--bg-primary);color:var(--text-primary);min-height:100vh;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}ul,ol{list-style:none}.container{max-width:var(--max-width);padding:0 var(--space-lg);margin:0 auto}.section{padding:var(--space-4xl) 0}.gradient-text{color:var(--color-primary);-webkit-text-fill-color:initial;background:0 0}.glass{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-color)}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.btn{justify-content:center;align-items:center;gap:var(--space-sm);font-size:var(--font-size-base);border-radius:var(--radius-full);white-space:nowrap;border:1px solid var(--border-color);color:var(--text-primary);background:#fff;padding:.75rem 1.5rem;font-weight:700;transition:all .2s cubic-bezier(.25,1,.5,1);display:inline-flex;position:relative;overflow:hidden}.btn:before{content:"";background:var(--bg-pink);border-radius:50%;width:10px;height:10px;display:inline-block}.btn-primary{background:#fff}.btn-primary:hover{box-shadow:2px 2px 0px var(--border-color);transform:translateY(-2px)}.btn-primary:active{box-shadow:0px 0px 0px var(--border-color);transform:translateY(0)}.btn-secondary{background:var(--bg-surface)}.btn-secondary:hover{background:var(--bg-surface-hover);box-shadow:2px 2px 0px var(--border-color);transform:translateY(-2px)}.btn-lg{font-size:var(--font-size-lg);border-radius:var(--radius-xl);padding:1rem 2rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes spin{to{transform:rotate(360deg)}}.animate-fade-in-up{animation:.6s forwards fadeInUp}.animate-fade-in{animation:.4s forwards fadeIn}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}.delay-5{animation-delay:.5s}.delay-6{animation-delay:.6s}.delay-7{animation-delay:.7s}.delay-8{animation-delay:.8s}@media (max-width:768px){:root{--space-4xl:3rem;--font-size-6xl:2.25rem;--font-size-5xl:2rem;--font-size-4xl:1.75rem}.container{padding:0 var(--space-md)}}@media (max-width:480px){:root{--font-size-6xl:1.875rem;--font-size-5xl:1.5rem}}
.SmartAppBanner-module__o4KphG__bannerContainer{-webkit-backdrop-filter:blur(10px);border-top:1px solid var(--border-color);z-index:9999;background:#fffffff2;padding:12px 16px;animation:.4s ease-out SmartAppBanner-module__o4KphG__slideUp;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0000004d}@keyframes SmartAppBanner-module__o4KphG__slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.SmartAppBanner-module__o4KphG__bannerContent{align-items:center;gap:12px;max-width:600px;margin:0 auto;display:flex}.SmartAppBanner-module__o4KphG__closeButton{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:24px;line-height:1}.SmartAppBanner-module__o4KphG__closeButton:hover{color:#fff}.SmartAppBanner-module__o4KphG__appIcon{background:linear-gradient(135deg,#00f2fe 0%,#4facfe 100%);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:24px;display:flex;box-shadow:0 2px 10px #4facfe4d}.SmartAppBanner-module__o4KphG__appInfo{flex-direction:column;flex-grow:1;justify-content:center;display:flex}.SmartAppBanner-module__o4KphG__appTitle{color:#fff;font-size:15px;font-weight:700;line-height:1.2}.SmartAppBanner-module__o4KphG__appSubtitle{color:var(--text-tertiary);margin-top:2px;font-size:12px}.SmartAppBanner-module__o4KphG__appRating{color:#ffc107;letter-spacing:1px;margin-top:2px;font-size:11px}.SmartAppBanner-module__o4KphG__installButton{color:#0b0f1a;white-space:nowrap;background:#fff;border-radius:20px;padding:8px 16px;font-size:14px;font-weight:700;text-decoration:none;transition:all .2s}.SmartAppBanner-module__o4KphG__installButton:hover{background:#f0f0f0;transform:scale(1.05)}@media (min-width:769px){.SmartAppBanner-module__o4KphG__bannerContainer{display:none!important}}
