@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_b006827b-module__8phXqa__className{font-family:Inter,Inter Fallback;font-style:normal}
:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body{background:var(--background);color:var(--foreground);margin:0;padding:0;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box}
*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif}.floating-chat-container{z-index:9999;font-family:Inter,sans-serif;position:fixed;bottom:32px;right:32px}.chat-button:hover{background:#5e3190;transform:translateY(-3px);box-shadow:0 12px 32px #4e278066}.chat-button:active{transform:translateY(-1px)}.chat-button-content{z-index:1;align-items:center;gap:10px;display:flex}.chat-button-icon{justify-content:center;align-items:center;width:24px;height:24px;display:flex}.chat-button-text{color:#fff;letter-spacing:-.2px;white-space:nowrap;font-size:16px;font-weight:600}.chat-window{background:#faf9fc;border:1px solid #a78bfa26;border-radius:24px;flex-direction:column;width:420px;height:650px;animation:.5s cubic-bezier(.16,1,.3,1) slideUp;display:flex;position:fixed;bottom:32px;right:32px;overflow:hidden;box-shadow:0 24px 80px #8b5cf633,0 0 1px #0000001a}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)scale(.92)}to{opacity:1;transform:translateY(0)scale(1)}}.chat-header{background:linear-gradient(135deg,#6b4b9a 0%,#4e2780 100%);border-bottom:none;justify-content:space-between;align-items:center;padding:24px 28px;display:flex}.chat-header-content{align-items:center;gap:14px;display:flex}.chat-avatar{background:#fff;border:3px solid #fff6;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;display:flex;overflow:hidden;box-shadow:0 4px 12px #0000001a}.chat-avatar img{object-fit:cover;width:100%;height:100%}.chat-header-text h3{color:#fff;letter-spacing:-.4px;margin:0;font-size:18px;font-weight:700}.chat-header-text p{color:#ffffffe6;margin:3px 0 0;font-size:13px;font-weight:500}.close-button{cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex;position:relative}.close-button:before,.close-button:after{content:"";background-color:#fff;border-radius:2px;width:18px;height:2.5px;position:absolute}.close-button:before{transform:rotate(45deg)}.close-button:after{transform:rotate(-45deg)}.close-button:hover{background:#ffffff4d;transform:scale(1.1);box-shadow:0 4px 12px #0003}.close-button:hover:before,.close-button:hover:after{background-color:#fff}.chat-messages{background:linear-gradient(#faf9fc 0%,#f5f3f8 100%);flex-direction:column;flex:1;gap:20px;padding:28px;display:flex;overflow-y:auto}.chat-messages::-webkit-scrollbar{width:8px}.chat-messages::-webkit-scrollbar-track{background:0 0}.chat-messages::-webkit-scrollbar-thumb{background:#8a6bb5;border-radius:4px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#4e2780}.message{gap:14px;animation:.4s messageSlide;display:flex}@keyframes messageSlide{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.message.user{flex-direction:row-reverse}.message-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin-top:4px;font-size:18px;display:flex;overflow:hidden;box-shadow:0 2px 8px #00000014}.message-avatar img{object-fit:cover;width:100%;height:100%}.message.model .message-avatar{color:#fff;background:linear-gradient(135deg,#6b4b9a 0%,#4e2780 100%)}.message.user .message-avatar{color:#4e2780;background:linear-gradient(135deg,#b8a5d6 0%,#9b86c3 100%);font-size:20px}.message-content{word-wrap:break-word;border-radius:18px;max-width:70%;padding:16px 20px;font-size:15px;font-weight:400;line-height:1.6;position:relative}.message.model .message-content{color:#1e1b4b;background:#fff;border:1px solid #a78bfa33;border-bottom-left-radius:6px;box-shadow:0 2px 8px #8b5cf614}.message.user .message-content{color:#fff;background:linear-gradient(135deg,#6b4b9a 0%,#4e2780 100%);border-bottom-right-radius:6px;box-shadow:0 2px 12px #4e278040}.typing-indicator{background:#fff;border:1px solid #a78bfa33;border-radius:18px;gap:7px;width:fit-content;padding:16px 20px;display:flex;box-shadow:0 2px 8px #8b5cf614}.typing-dot{background:#4e2780;border-radius:50%;width:9px;height:9px;animation:1.4s infinite typing}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-10px)}}.chat-input-container{background:#fff;border-top:1px solid #a78bfa26;padding:24px 28px}.chat-input-wrapper{align-items:center;gap:14px;display:flex}.chat-input{resize:none;color:#1e1b4b;background:#faf9fc;border:2px solid #a78bfa4d;border-radius:16px;outline:none;flex:1;min-height:48px;max-height:120px;padding:14px 18px;font-family:Inter,sans-serif;font-size:15px;line-height:1.5;transition:all .3s}.chat-input:focus{background:#fff;border-color:#4e2780;box-shadow:0 0 0 4px #4e27801f}.chat-input::placeholder{color:#8a6bb5;font-weight:400}.send-button{cursor:pointer;background:linear-gradient(135deg,#6b4b9a 0%,#4e2780 100%);border:none;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;box-shadow:0 2px 12px #4e278040}.send-button:hover:not(:disabled){background:linear-gradient(135deg,#7d5baa 0%,#5e3190 100%);transform:translateY(-1px);box-shadow:0 4px 16px #4e278059}.send-button:active:not(:disabled){transform:translateY(0)}.send-button:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}@media (max-width:480px){.floating-chat-container{bottom:16px;left:16px;right:16px}.chat-button{width:100%;min-width:auto;height:56px;padding:0 20px}.chat-button-logo{width:28px;height:28px}.chat-button-text{font-size:15px}.chat-window{border-radius:0;width:100%;height:100%;max-height:100vh;margin:0;position:fixed;inset:0}.chat-header{padding:20px 16px}.chat-avatar{width:40px;height:40px}.chat-header-text h3{font-size:16px}.chat-header-text p{font-size:12px}.chat-messages{gap:16px;padding:16px}.message-content{max-width:85%;padding:12px 16px;font-size:14px}.message-avatar{width:32px;height:32px;font-size:16px}.chat-input-container{padding:16px}.chat-input{padding:12px 16px;font-size:16px}.send-button{width:44px;height:44px}.close-button{width:32px;height:32px}}@media (min-width:481px) and (max-width:768px){.floating-chat-container{bottom:20px;right:20px}.chat-button{min-width:200px;height:58px}.chat-window{width:100%;max-width:400px;height:90vh;max-height:600px;bottom:20px;right:20px}}@media (min-width:769px) and (max-width:1024px){.floating-chat-container{bottom:24px;right:24px}.chat-button{min-width:200px;height:60px}.chat-window{width:420px;height:650px;bottom:24px;right:24px}}@media (min-width:1025px) and (max-width:1440px){.floating-chat-container{bottom:32px;right:32px}.chat-button{min-width:180px;height:60px}.chat-window{width:420px;height:650px;bottom:32px;right:32px}}@media (min-width:1441px) and (max-width:1920px){.floating-chat-container{bottom:40px;right:40px}.chat-button{min-width:200px;height:64px}.chat-window{width:450px;height:700px;bottom:40px;right:40px}.chat-messages{padding:32px}.message-content{font-size:16px}}@media (min-width:1921px){.floating-chat-container{bottom:48px;right:48px}.chat-button{min-width:220px;height:68px}.chat-button-logo{width:36px;height:36px}.chat-button-text{font-size:17px}.chat-window{width:480px;height:750px;bottom:48px;right:48px}.chat-header{padding:28px 32px}.chat-avatar{width:52px;height:52px}.chat-header-text h3{font-size:20px}.chat-messages{padding:32px}.message-content{padding:18px 22px;font-size:16px}.message-avatar{width:40px;height:40px}.chat-input{font-size:16px}.send-button{width:52px;height:52px}}@media (max-width:768px) and (orientation:landscape){.chat-window{height:100vh;max-height:100vh}.chat-messages{padding:12px 16px}}@media (hover:none) and (pointer:coarse){.chat-button{min-height:48px}.send-button{min-width:48px;min-height:48px}.close-button{min-width:40px;min-height:40px}.chat-input{font-size:16px}}@media print{.floating-chat-container{display:none}}.chat-button{cursor:pointer;background:#4e2780;border:none;border-radius:30px;justify-content:center;align-items:center;width:auto;min-width:180px;height:60px;padding:0 24px;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 8px 24px #4e27804d}.chat-button-content{z-index:2;align-items:center;gap:10px;display:flex;position:relative}.chat-button-shine{z-index:1;pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:50%;height:100%;position:absolute;top:0;left:0}
.navbar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;background:#fffffff2;border-bottom:1px solid #e5e5e54d;padding:0;transition:all .3s;position:fixed;top:0;left:0;right:0;overflow:visible;box-shadow:0 4px 30px #0000000d}.navbar-rainbow-border{background:linear-gradient(90deg,#667eea 0%,#764ba2 15%,#f093fb 30%,#4facfe 45%,#00f2fe 60%,#43e97b 75%,#667eea 100%) 0 0/200% 100%;height:2px;animation:3s linear infinite rainbowFlow;position:absolute;top:0;left:0;right:0}@keyframes rainbowFlow{0%{background-position:0 0}to{background-position:200% 0}}.navbar-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:18px 40px;transition:padding .3s;display:flex;position:relative}.navbar-logo-link{z-index:2;align-items:center;gap:12px;text-decoration:none;display:flex;position:relative}.navbar-logo-image{object-fit:cover;border:2px solid #667eea26;border-radius:50%;width:40px;height:40px;transition:all .3s;display:block;overflow:hidden;box-shadow:0 3px 10px #4e278040}.navbar-logo-link:hover .navbar-logo-image{border-color:#667eea4d;box-shadow:0 4px 15px #4e278059}.navbar-logo-text{color:#000;letter-spacing:.5px;font-size:20px;font-weight:700;transition:color .3s}.navbar-menu{z-index:2;align-items:center;gap:48px;display:flex;position:relative}.navbar-link{color:#000;letter-spacing:.3px;padding:8px 0;font-size:15px;font-weight:600;text-decoration:none;transition:color .3s;position:relative}.navbar-link span{display:inline-block}.navbar-link:hover{color:#4e2780}.navbar-link:after{content:"";background:linear-gradient(90deg,#667eea 0%,#764ba2 100%);width:0;height:2px;transition:width .4s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0}.navbar-link:hover:after{width:100%}.navbar-cta-button{color:#fff;cursor:pointer;z-index:2;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:30px;align-items:center;gap:4px;padding:12px 32px;font-size:14px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #667eea66}.navbar-cta-button span:first-child{z-index:2;position:relative}.cta-shine{z-index:1;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:50%;height:100%;position:absolute;top:0;left:0}.navbar-cta-button:hover{transform:translateY(-1px);box-shadow:0 6px 20px #667eea80}.navbar-cta-button svg{z-index:2;transition:transform .3s;position:relative}.app-dropdown-wrapper{position:relative}.app-dropdown-menu{z-index:1001;background:#fff;border:1px solid #e5e5e580;border-radius:16px;min-width:280px;padding:8px;position:absolute;top:calc(100% + 12px);right:0;box-shadow:0 10px 40px #00000026}.store-option-wrapper{margin-bottom:4px}.store-option-wrapper:last-child{margin-bottom:0}.app-dropdown-item{color:#000;cursor:pointer;border-radius:12px;align-items:center;gap:12px;padding:12px 16px;text-decoration:none;transition:all .3s;display:flex}.app-dropdown-item:hover{background:linear-gradient(135deg,#667eea1a,#764ba21a)}.dropdown-item-icon{background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:24px;display:flex}.dropdown-item-title{color:#000;margin-bottom:2px;font-size:15px;font-weight:700}.dropdown-item-subtitle{color:#6b7280;font-size:12px;font-weight:500}.store-submenu{padding:4px 8px 8px;overflow:hidden}.store-link{color:#000;background:#f9fafb80;border-radius:10px;align-items:center;gap:10px;margin:4px 0;padding:10px 16px;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.store-link:hover{background:linear-gradient(135deg,#667eea26,#764ba226);transform:translate(4px)}.store-icon{background:#fff;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:20px;display:flex;box-shadow:0 2px 8px #00000014}.mobile-menu-toggle{cursor:pointer;z-index:1001;background:0 0;border:none;padding:8px;display:none}.hamburger{background:#4e2780;width:28px;height:2px;transition:all .3s;display:block;position:relative}.hamburger:before,.hamburger:after{content:"";background:#4e2780;width:28px;height:2px;transition:all .3s;position:absolute}.hamburger:before{top:-8px}.hamburger:after{bottom:-8px}.hamburger.open{background:0 0}.hamburger.open:before{top:0;transform:rotate(45deg)}.hamburger.open:after{bottom:0;transform:rotate(-45deg)}.mobile-menu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:999;background:#fffffffa;border-top:1px solid #e5e5e54d;max-height:calc(100vh - 70px);padding:20px 20px 100px;position:fixed;top:70px;left:0;right:0;overflow-y:auto;box-shadow:0 8px 30px #0000001a}.mobile-menu-link{color:#000;border-radius:8px;margin-bottom:8px;padding:16px 20px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s;display:block}.mobile-menu-link:hover{color:#4e2780;background:#667eea1a;transform:translate(8px)}.mobile-app-section{border-top:2px solid #e5e5e580;margin-top:24px;padding-top:24px}.mobile-app-toggle{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:16px;justify-content:space-between;align-items:center;width:100%;margin-bottom:16px;padding:18px 20px;font-size:16px;font-weight:700;transition:all .3s;display:flex;box-shadow:0 4px 15px #667eea66}.mobile-app-toggle:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea80}.mobile-app-toggle span{letter-spacing:.5px;font-size:16px}.mobile-app-toggle svg{color:#fff}.mobile-app-options{margin-top:12px;overflow:hidden}.mobile-store-section{margin-bottom:12px}.mobile-store-section:last-child{margin-bottom:0}.mobile-option-header{cursor:pointer;background:#f9fafbcc;border:2px solid #e5e5e580;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:8px;padding:16px 20px;transition:all .3s;display:flex}.mobile-option-header:hover{background:linear-gradient(135deg,#667eea1a,#764ba21a);border-color:#667eea4d}.mobile-option-content{flex:1;align-items:center;gap:12px;display:flex}.mobile-option-icon{background:linear-gradient(135deg,#667eea26,#764ba226);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:28px;display:flex}.mobile-option-text{flex:1}.mobile-option-title{color:#000;letter-spacing:.3px;margin-bottom:4px;font-size:16px;font-weight:700}.mobile-option-subtitle{color:#6b7280;font-size:13px;font-weight:500}.mobile-option-header svg{color:#4e2780;flex-shrink:0}.mobile-store-links{padding:0 8px;overflow:hidden}.mobile-cta-button{color:#fff;text-align:center;letter-spacing:.3px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:30px;margin-bottom:12px;padding:16px 28px;font-size:15px;font-weight:700;text-decoration:none;transition:all .3s;display:block;box-shadow:0 4px 15px #667eea66}.mobile-cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea80}.mobile-cta-button:last-child{margin-bottom:0}.mobile-cta-button-secondary{background:linear-gradient(135deg,#4facfe 0%,#00f2fe 100%);box-shadow:0 4px 15px #4facfe66}.mobile-cta-button-secondary:hover{box-shadow:0 6px 20px #4facfe80}@media (max-width:768px){.navbar-menu{display:none}.mobile-menu-toggle{display:block}.navbar-container{padding:16px 20px}.navbar-logo-text{font-size:18px}.navbar-logo-image{width:36px;height:36px}}@media (max-width:480px){.navbar-logo-text{font-size:16px}.navbar-logo-image{width:32px;height:32px}.mobile-option-title{font-size:15px}.mobile-option-subtitle{font-size:12px}.mobile-cta-button{padding:14px 24px;font-size:14px}}
