.AnimatedChatDemo_demoWrap__2MTyE{width:100%;max-width:420px}.AnimatedChatDemo_demoLabel___3ciS{font-size:.67rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--accent);margin:0 0 10px;text-align:left}.AnimatedChatDemo_chatWidget__biNt6{width:100%;background:#ffffff;border:1.5px solid var(--border);border-radius:14px;box-shadow:0 4px 24px rgba(0,0,0,.07);overflow:hidden}.AnimatedChatDemo_chatHeader__MlLBr{display:flex;align-items:center;gap:10px;padding:16px 18px;border-bottom:1px solid var(--border);background:#ffffff}.AnimatedChatDemo_avatar__xOHxq{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:var(--accent);color:#1a1a1a;font-size:.72rem;font-weight:800;flex-shrink:0}.AnimatedChatDemo_headerText__jHT9G{display:flex;flex-direction:column;gap:2px;min-width:0}.AnimatedChatDemo_botName__d6Wvz{font-size:.92rem;font-weight:800;color:var(--text)}.AnimatedChatDemo_onlineLine__iQ2Ma{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:.78rem}.AnimatedChatDemo_onlineDot__GjDbO{width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 3px rgba(34,197,94,.13)}.AnimatedChatDemo_messages__v1DXI{min-height:342px;max-height:342px;overflow:hidden;display:flex;flex-direction:column;gap:10px;padding:16px;background:#ffffff;transition:opacity .45s ease,transform .45s ease}.AnimatedChatDemo_messagesFading__vbAMc{opacity:0;transform:translateY(8px)}.AnimatedChatDemo_messageRow__VZRSZ{display:flex;width:100%}.AnimatedChatDemo_botRow__etF8c{justify-content:flex-start}.AnimatedChatDemo_userRow__8gMBI{justify-content:flex-end}.AnimatedChatDemo_chatMessage__v_koe{max-width:82%;border-radius:12px;padding:10px 12px;font-size:.82rem;line-height:1.45;animation:AnimatedChatDemo_message-in__P1wYt .3s ease-out forwards;text-align:left}.AnimatedChatDemo_botMessage__fnL7B{background:var(--demo-soft,#f3ece2);color:var(--text);border-bottom-left-radius:5px}.AnimatedChatDemo_userMessage__E3SN_{background:var(--accent);color:#ffffff;border-bottom-right-radius:5px}.AnimatedChatDemo_typingMessage__9jPAG{min-width:58px;display:inline-flex;align-items:center;justify-content:center;gap:0}.AnimatedChatDemo_typingDot__n4vL8{animation:AnimatedChatDemo_typing-bounce__TVCc_ 1.2s ease-in-out infinite;background:#6b6b6b;border-radius:50%;width:6px;height:6px;display:inline-block;margin:0 2px}.AnimatedChatDemo_typingDot__n4vL8:nth-child(2){animation-delay:.2s}.AnimatedChatDemo_typingDot__n4vL8:nth-child(3){animation-delay:.4s}.AnimatedChatDemo_chatInput__PnUcH{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:50px;padding:12px 16px;border-top:1px solid var(--border);color:var(--muted);font-size:.78rem;background:#ffffff}.AnimatedChatDemo_sendButton__C1t8D{color:var(--accent);font-weight:800}@keyframes AnimatedChatDemo_typing-bounce__TVCc_{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}@keyframes AnimatedChatDemo_message-in__P1wYt{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.AnimatedChatDemo_demoWrap__2MTyE{max-width:100%}.AnimatedChatDemo_messages__v1DXI{min-height:318px;max-height:318px}.AnimatedChatDemo_chatMessage__v_koe{max-width:88%}}.AnimatedChatDemo_messages__v1DXI{cursor:pointer}.AnimatedChatDemo_confirm__oQfmC{display:inline-flex;align-items:center;gap:7px;max-width:92%;padding:9px 12px;border-radius:12px;background:rgba(22,163,74,.12);border:1px solid rgba(22,163,74,.35);color:#15803d;font-size:.8rem;font-weight:700;line-height:1.4;text-align:left;animation:AnimatedChatDemo_message-in__P1wYt .3s ease-out forwards}.AnimatedChatDemo_confirmCheck__yDodG{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#16a34a;color:#fff;flex-shrink:0}.AnimatedChatDemo_cards__j0Nw4{display:flex;gap:8px;width:100%;animation:AnimatedChatDemo_message-in__P1wYt .3s ease-out forwards}.AnimatedChatDemo_productCard__Nw1AA{flex:1 1;min-width:0;border:1px solid var(--border);border-radius:12px;background:#fff;padding:10px;display:flex;flex-direction:column;align-items:center;gap:4px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.AnimatedChatDemo_productImg__erlHd{width:100%;height:66px;display:grid;place-items:center;background:var(--demo-soft,#f3ece2);border-radius:8px}.AnimatedChatDemo_productName__zQYCe{font-size:.72rem;font-weight:700;color:var(--text);text-align:center;line-height:1.25}.AnimatedChatDemo_productPrice__24H1v{font-size:.82rem;font-weight:800;color:var(--accent)}.AnimatedChatDemo_addBtn__4ZLth{margin-top:2px;width:100%;text-align:center;padding:6px 8px;border-radius:7px;background:var(--accent);color:#1a1a1a;font-size:.7rem;font-weight:800}.AnimatedChatDemo_productCardLead__BMSDD .AnimatedChatDemo_addBtn__4ZLth{animation:AnimatedChatDemo_add-pulse__9oEze 1.3s ease-in-out .4s 2}@keyframes AnimatedChatDemo_add-pulse__9oEze{0%,to{box-shadow:0 0 0 0 rgba(var(--accent-rgb),.55)}50%{box-shadow:0 0 0 6px rgba(var(--accent-rgb),0)}}.AnimatedChatDemo_featuresMsg__CW___{max-width:92%}.AnimatedChatDemo_featuresTitle__vT27w{display:block;font-size:.8rem;margin-bottom:6px}.AnimatedChatDemo_featureList__LOaGn{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:5px}.AnimatedChatDemo_featureList__LOaGn li{display:flex;align-items:center;gap:7px;font-size:.77rem;line-height:1.3}.AnimatedChatDemo_featureCheck__KxssX{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:#16a34a;color:#fff;flex-shrink:0}.AnimatedChatDemo_dots__w5cry{display:flex;justify-content:center;gap:6px;padding:8px 0 2px;background:#fff}.AnimatedChatDemo_dot___LVmo{width:6px;height:6px;border-radius:50%;background:var(--border);transition:width .2s,background .2s}.AnimatedChatDemo_dotActive__uFwEK{width:16px;border-radius:99px;background:var(--accent)}.AnimatedChatDemo_brandMark__BbcOX{width:36px;height:36px;display:grid;place-items:center;flex-shrink:0}.AnimatedWebsiteDemo_demoSection__DU9Ya{padding:45px 24px;border-top:1px solid var(--border);background:#f3ece2}.AnimatedWebsiteDemo_demoInner__xMAFN{max-width:1100px;margin:0 auto}.AnimatedWebsiteDemo_demoIntro__xGyVt{max-width:560px;margin-bottom:28px}.AnimatedWebsiteDemo_demoIntro__xGyVt p:last-child{color:var(--muted);font-size:.95rem;line-height:1.65;margin:0}.AnimatedWebsiteDemo_browser__SKuWT{width:100%;background:#ffffff;border:1.5px solid var(--border);border-radius:14px;box-shadow:0 16px 44px rgba(26,26,26,.1);overflow:hidden}.AnimatedWebsiteDemo_browserTop__UPbKR{min-height:46px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:12px;gap:12px;padding:10px 14px;border-bottom:1px solid var(--border);background:#f3ece2}.AnimatedWebsiteDemo_browserControls__QSoRN,.AnimatedWebsiteDemo_windowControls__OIrF_{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:.82rem;font-weight:700}.AnimatedWebsiteDemo_addressBar__ZHQdT{min-width:0;padding:8px 12px;border:1px solid var(--border);border-radius:8px;background:#ffffff;color:var(--muted);font-size:.78rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.AnimatedWebsiteDemo_viewport__Wjb3U{position:relative;height:440px;overflow:hidden;background:#ffffff}.AnimatedWebsiteDemo_stage__PzOiL{height:100%;animation:AnimatedWebsiteDemo_step-in__xwpN9 .45s ease-out both}.AnimatedWebsiteDemo_stageLeaving__Ac8Dp{animation:AnimatedWebsiteDemo_step-out__S91E1 .45s ease-in both}.AnimatedWebsiteDemo_siteContent__zWD7N{padding:20px 22px 60px;animation:AnimatedWebsiteDemo_site-scroll__UW6_W 6s linear forwards;animation-play-state:paused}.AnimatedWebsiteDemo_siteScrolling__PdE5G{animation-play-state:running}.AnimatedWebsiteDemo_siteNav__vDSv9{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:14px;border-bottom:1px solid var(--border)}.AnimatedWebsiteDemo_siteLogo__PUk2T{font-size:.95rem;font-weight:900;letter-spacing:.04em;color:var(--text)}.AnimatedWebsiteDemo_siteLinks__B_skG{display:flex;gap:16px;color:var(--muted);font-size:.8rem;font-weight:600}.AnimatedWebsiteDemo_siteHead__XhfKM{margin:20px 0 18px}.AnimatedWebsiteDemo_siteHead__XhfKM h4{margin:0 0 6px;font-size:1.5rem;line-height:1.1;color:var(--text)}.AnimatedWebsiteDemo_siteHead__XhfKM p{margin:0;color:var(--muted);font-size:.85rem}.AnimatedWebsiteDemo_lineLg__CXAZr,.AnimatedWebsiteDemo_lineMd__ST65_,.AnimatedWebsiteDemo_lineSm__S6qeL{display:block;height:9px;border-radius:5px;background:#e6ddcd}.AnimatedWebsiteDemo_lineSm__S6qeL{width:60%}.AnimatedWebsiteDemo_lineMd__ST65_{width:78%;margin:12px 0}.AnimatedWebsiteDemo_lineLg__CXAZr{width:94%;margin:12px 0}.AnimatedWebsiteDemo_productGrid__zFaSc{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.AnimatedWebsiteDemo_productCard__J_pz9{display:grid;grid-gap:9px;gap:9px}.AnimatedWebsiteDemo_productImg__8tZWZ{height:120px;border-radius:10px;background:linear-gradient(135deg,#efe7d8,#e4d8c4)}.AnimatedWebsiteDemo_productPrice___vosJ{font-size:.82rem;font-weight:800;color:var(--text)}.AnimatedWebsiteDemo_planRow__Bx6iR{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.AnimatedWebsiteDemo_planCard__Z36VY{border:1.5px solid var(--border);border-radius:12px;background:#fbfaf7;padding:18px 16px;display:grid;grid-gap:10px;gap:10px;align-content:start}.AnimatedWebsiteDemo_planCardActive__TA3Bn{border-color:var(--accent);background:rgba(var(--accent-rgb),.08);box-shadow:0 0 0 1px var(--accent)}.AnimatedWebsiteDemo_planName__UVmmJ{font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.AnimatedWebsiteDemo_planPrice__9_c0X{font-size:1.7rem;font-weight:900;color:var(--text)}.AnimatedWebsiteDemo_planFeatures__vQkM6{display:grid;grid-gap:10px;gap:10px;margin-top:4px}.AnimatedWebsiteDemo_menuList__XrvYA{display:grid;grid-gap:14px;gap:14px}.AnimatedWebsiteDemo_menuRow__CV8iH{display:grid;grid-template-columns:64px minmax(0,1fr) auto;align-items:center;grid-gap:14px;gap:14px}.AnimatedWebsiteDemo_menuPhoto__L2m_O{width:64px;height:64px;border-radius:10px;background:linear-gradient(135deg,#efe7d8,#e4d8c4)}.AnimatedWebsiteDemo_menuInfo__9LIqO{display:grid;grid-gap:9px;gap:9px;min-width:0}.AnimatedWebsiteDemo_menuName__f_MQJ{font-size:.9rem;font-weight:800;color:var(--text)}.AnimatedWebsiteDemo_menuPrice__HTkp4{font-size:.95rem;font-weight:900;color:var(--accent)}.AnimatedWebsiteDemo_destGrid__Cyrp3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.AnimatedWebsiteDemo_destCard__CWLtE{border:1.5px solid var(--border);border-radius:12px;overflow:hidden;background:#fbfaf7;padding-bottom:12px;display:grid;grid-gap:8px;gap:8px}.AnimatedWebsiteDemo_destCardActive__FTjgJ{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.AnimatedWebsiteDemo_destImg__TzYm5{height:96px;background:linear-gradient(135deg,#efe7d8,#e4d8c4)}.AnimatedWebsiteDemo_destName__ZVB5b{padding:0 12px;font-size:.95rem;font-weight:800;color:var(--text)}.AnimatedWebsiteDemo_destMeta__Zz3ok{padding:0 12px;font-size:.78rem;color:var(--muted)}.AnimatedWebsiteDemo_docsLayout__OF3Y3{display:grid;grid-template-columns:150px minmax(0,1fr);grid-gap:20px;gap:20px;margin-top:18px}.AnimatedWebsiteDemo_docsSide__Xpy_B{display:grid;grid-gap:6px;gap:6px;align-content:start;border-right:1px solid var(--border);padding-right:14px}.AnimatedWebsiteDemo_docsSideItem__eVV5j{padding:8px 10px;border-radius:8px;color:#4a4036;font-size:.8rem;font-weight:700}.AnimatedWebsiteDemo_docsSideActive__d47J6{background:var(--accent);color:#1a1a1a}.AnimatedWebsiteDemo_docsMain__47Ewq{min-width:0}.AnimatedWebsiteDemo_docsCrumb__BVd1p{display:block;font-size:.74rem;color:var(--muted);font-weight:700;margin-bottom:10px}.AnimatedWebsiteDemo_docsMain__47Ewq h4{margin:0 0 16px;font-size:1.4rem;color:var(--text)}.AnimatedWebsiteDemo_docsCode__h6Hg7{display:grid;grid-gap:9px;gap:9px;background:#1f1a15;border-radius:10px;padding:14px;margin:16px 0}.AnimatedWebsiteDemo_codeLineShort__Cj3NT,.AnimatedWebsiteDemo_codeLine__1kxS4{height:8px;border-radius:5px;background:#4a4138}.AnimatedWebsiteDemo_codeLineShort__Cj3NT{width:52%}.AnimatedWebsiteDemo_widgetLayer__67Cak{position:absolute;right:18px;bottom:18px;z-index:5;display:flex;flex-direction:column;align-items:flex-end}.AnimatedWebsiteDemo_bubble__4fgyo{width:54px;height:54px;border:none;border-radius:50%;background:var(--accent);color:#1a1a1a;font-size:.8rem;font-weight:900;cursor:pointer;display:grid;place-items:center;box-shadow:0 8px 22px rgba(var(--accent-rgb),.4);transform:scale(0);animation:AnimatedWebsiteDemo_bubble-pop__aRryv .45s cubic-bezier(.34,1.56,.64,1) forwards,AnimatedWebsiteDemo_pulse-gold__UOTIl 2.4s ease-in-out .5s infinite}.AnimatedWebsiteDemo_chatWindow__fdCkt{width:min(290px,calc(100vw - 56px));height:360px;background:#ffffff;border:1.5px solid var(--border);border-radius:14px;box-shadow:0 18px 48px rgba(26,26,26,.22);overflow:hidden;display:flex;flex-direction:column;transform-origin:bottom right;animation:AnimatedWebsiteDemo_window-open__7XWH6 .4s cubic-bezier(.34,1.4,.64,1) forwards}.AnimatedWebsiteDemo_chatHeader__H9a6a{display:flex;align-items:center;gap:9px;padding:12px 14px;border-bottom:1px solid var(--border);background:#ffffff}.AnimatedWebsiteDemo_chatAvatar__9xyOK{width:32px;height:32px;border-radius:50%;background:url(/chat-icon.svg?v=2) 50%/cover no-repeat;color:transparent;font-size:0;font-weight:900;display:grid;place-items:center;flex-shrink:0}.AnimatedWebsiteDemo_chatHeaderText__1LmPh{display:flex;flex-direction:column;gap:1px;min-width:0;flex:1 1}.AnimatedWebsiteDemo_chatHeaderText__1LmPh strong{font-size:.82rem;font-weight:800;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.AnimatedWebsiteDemo_onlineLine__QICBI{display:flex;align-items:center;gap:5px;color:var(--muted);font-size:.72rem}.AnimatedWebsiteDemo_onlineDot__uJBUX{width:7px;height:7px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 3px rgba(34,197,94,.13)}.AnimatedWebsiteDemo_chatClose__xTdCq{color:var(--muted);font-size:1.1rem;font-weight:700;flex-shrink:0}.AnimatedWebsiteDemo_chatBody__KPR7z{flex:1 1;min-height:0;display:flex;flex-direction:column;justify-content:flex-end;gap:8px;padding:14px;background:#ffffff;overflow:hidden}.AnimatedWebsiteDemo_row__HzD3Z{display:flex;width:100%}.AnimatedWebsiteDemo_botRow__raVUZ{justify-content:flex-start}.AnimatedWebsiteDemo_userRow__ksZBO{justify-content:flex-end}.AnimatedWebsiteDemo_bubbleMsg__Bho8A{max-width:84%;border-radius:12px;padding:9px 11px;font-size:.78rem;line-height:1.45;text-align:left;animation:AnimatedWebsiteDemo_message-in__MUd3N .3s ease-out forwards}.AnimatedWebsiteDemo_botMsg__yeuRN{background:#f3ece2;color:var(--text);border-bottom-left-radius:5px}.AnimatedWebsiteDemo_userMsg__B1pqF{background:var(--accent);color:#1a1a1a;border-bottom-right-radius:5px}.AnimatedWebsiteDemo_typingMsg__pBb8l{min-width:52px;display:inline-flex;align-items:center;justify-content:center}.AnimatedWebsiteDemo_typingDot__jzrFh{width:6px;height:6px;margin:0 2px;border-radius:50%;background:#6b6b6b;display:inline-block;animation:AnimatedWebsiteDemo_typing-bounce__vnOzj 1.2s ease-in-out infinite}.AnimatedWebsiteDemo_typingDot__jzrFh:nth-child(2){animation-delay:.2s}.AnimatedWebsiteDemo_typingDot__jzrFh:nth-child(3){animation-delay:.4s}.AnimatedWebsiteDemo_chatInputBar__pFs1X{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:44px;padding:10px 14px;border-top:1px solid var(--border);color:var(--muted);font-size:.76rem;background:#ffffff}.AnimatedWebsiteDemo_sendBtn__gRnpJ{color:var(--accent);font-weight:800}.AnimatedWebsiteDemo_dots__kdrtz{display:flex;flex-wrap:wrap;justify-content:center;gap:18px;margin-top:22px}.AnimatedWebsiteDemo_dot__kZDC6{display:inline-flex;flex-direction:column;align-items:center;gap:7px;border:none;background:transparent;padding:0;cursor:pointer;color:var(--muted);font-size:.74rem;font-weight:700}.AnimatedWebsiteDemo_dotMark____cnS{width:12px;height:12px;border:1.5px solid var(--accent);border-radius:50%;background:transparent}.AnimatedWebsiteDemo_dotActive__E493x .AnimatedWebsiteDemo_dotMark____cnS{background:var(--accent)}.AnimatedWebsiteDemo_dotActive__E493x .AnimatedWebsiteDemo_dotLabel__MGEFg{color:var(--text)}@keyframes AnimatedWebsiteDemo_site-scroll__UW6_W{0%{transform:translateY(0)}to{transform:translateY(-78px)}}@keyframes AnimatedWebsiteDemo_step-in__xwpN9{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes AnimatedWebsiteDemo_step-out__S91E1{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@keyframes AnimatedWebsiteDemo_bubble-pop__aRryv{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes AnimatedWebsiteDemo_window-open__7XWH6{0%{opacity:0;transform:translateY(16px) scale(.85)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes AnimatedWebsiteDemo_pulse-gold__UOTIl{0%,to{box-shadow:0 8px 22px rgba(var(--accent-rgb),.4),0 0 0 0 rgba(var(--accent-rgb),.35)}50%{box-shadow:0 8px 22px rgba(var(--accent-rgb),.4),0 0 0 10px rgba(var(--accent-rgb),0)}}@keyframes AnimatedWebsiteDemo_message-in__MUd3N{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes AnimatedWebsiteDemo_typing-bounce__vnOzj{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}@media (max-width:900px){.AnimatedWebsiteDemo_destGrid__Cyrp3,.AnimatedWebsiteDemo_planRow__Bx6iR{grid-template-columns:1fr}.AnimatedWebsiteDemo_productGrid__zFaSc{grid-template-columns:repeat(2,minmax(0,1fr))}.AnimatedWebsiteDemo_docsLayout__OF3Y3{grid-template-columns:120px minmax(0,1fr);gap:14px}}@media (max-width:560px){.AnimatedWebsiteDemo_demoSection__DU9Ya{padding:48px 20px}.AnimatedWebsiteDemo_browserTop__UPbKR{grid-template-columns:1fr;gap:8px}.AnimatedWebsiteDemo_browserControls__QSoRN,.AnimatedWebsiteDemo_windowControls__OIrF_{display:none}.AnimatedWebsiteDemo_viewport__Wjb3U{height:420px}.AnimatedWebsiteDemo_siteContent__zWD7N{padding:16px 16px 56px}.AnimatedWebsiteDemo_siteLinks__B_skG{gap:10px;font-size:.74rem}.AnimatedWebsiteDemo_docsLayout__OF3Y3{grid-template-columns:1fr}.AnimatedWebsiteDemo_docsSide__Xpy_B{grid-template-columns:repeat(3,minmax(0,1fr));border-right:0;border-bottom:1px solid var(--border);padding-right:0;padding-bottom:12px}.AnimatedWebsiteDemo_widgetLayer__67Cak{right:12px;bottom:12px}.AnimatedWebsiteDemo_dots__kdrtz{gap:12px}}.AppsFooter_footer__vmKzK{border-top:1px solid var(--footer-border,#e5e1d8);background:var(--footer-bg,#f0e8d8);margin-top:auto;padding:40px 24px 28px}.AppsFooter_inner___4iiA{max-width:1100px;margin:0 auto}.AppsFooter_brand__6xgD7{display:flex;align-items:center;gap:12px;margin-bottom:28px}.AppsFooter_brand__6xgD7 strong{display:block;font-size:.95rem;font-weight:700;color:#1a1a1a}.AppsFooter_brand__6xgD7 span{display:block;font-size:.8rem;color:#6b6b6b;margin-top:2px}.AppsFooter_grid__wEaxL{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;padding-bottom:28px;border-bottom:1px solid #e5e1d8;margin-bottom:20px}.AppsFooter_col__2Wf6J{display:flex;flex-direction:column;gap:6px}.AppsFooter_col__2Wf6J h2{font-size:.78rem;font-weight:700;color:#999;text-transform:uppercase;letter-spacing:.06em;margin:0 0 6px}.AppsFooter_col__2Wf6J a{font-size:.85rem;color:#3a3a3a;text-decoration:none;transition:color .12s}.AppsFooter_col__2Wf6J a:hover{color:var(--accent)}.AppsFooter_viewAll__XCUkk{font-weight:600;color:var(--accent)!important;margin-top:4px}.AppsFooter_bottom__HQfIu{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;font-size:.8rem;color:#999}.AppsFooter_bottom__HQfIu span:last-child{display:flex;gap:16px}.AppsFooter_bottom__HQfIu a{color:#999;text-decoration:none}.AppsFooter_bottom__HQfIu a:hover{color:var(--accent)}@media (max-width:640px){.AppsFooter_grid__wEaxL{grid-template-columns:1fr 1fr}.AppsFooter_col__2Wf6J:last-child{grid-column:span 2}}@media (max-width:400px){.AppsFooter_grid__wEaxL{grid-template-columns:1fr}.AppsFooter_col__2Wf6J:last-child{grid-column:span 1}}.AppsNav_nav__ctX04{position:-webkit-sticky;position:sticky;top:0;z-index:100;height:60px;background:var(--nav-bg,rgba(250,247,242,.95));backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid var(--nav-border,#e5e1d8)}.AppsNav_inner__uHFwR{max-width:1280px;margin:0 auto;padding:0 24px;height:100%;display:flex;align-items:center;gap:0}.AppsNav_brand__B6mLR{display:flex;align-items:center;gap:9px;text-decoration:none;color:#1a1a1a;font-weight:700;font-size:.95rem;white-space:nowrap;margin-right:28px;flex-shrink:0}.AppsNav_brand__B6mLR:hover{color:var(--accent)}.AppsNav_brandLogo__BzJe1{display:block;flex-shrink:0}.AppsNav_links__ayRFB{display:flex;align-items:center;flex:1 1;gap:0;list-style:none;margin:0;padding:0}.AppsNav_dropItem__huGb1{position:relative}.AppsNav_dropItem__huGb1:focus-within .AppsNav_dropdown__JX67D,.AppsNav_dropItem__huGb1:hover .AppsNav_dropdown__JX67D{opacity:1;pointer-events:auto;transform:translateY(0)}.AppsNav_dropTrigger__j2otz,.AppsNav_navLink__N5qjy{display:flex;align-items:center;gap:4px;padding:0 14px;height:60px;font-size:.88rem;font-weight:600;color:#3a3a3a;text-decoration:none;background:none;cursor:pointer;white-space:nowrap;font-family:Inter,DM Sans,Segoe UI,Arial,sans-serif;border:none;border-bottom:2px solid transparent;transition:color .15s,border-color .15s}.AppsNav_dropTrigger__j2otz:hover,.AppsNav_navLink__N5qjy:hover{color:var(--accent)}.AppsNav_dropTrigger__j2otz.AppsNav_active__FJSRP,.AppsNav_navLink__N5qjy.AppsNav_active__FJSRP{color:var(--accent);border-bottom-color:var(--accent)}.AppsNav_chevron__sPBWk{display:inline-block;width:6px;height:6px;border-right:1.5px solid;border-bottom:1.5px solid;transform:rotate(45deg);transition:transform .18s;flex-shrink:0;margin-top:-1px}.AppsNav_dropItem__huGb1:focus-within .AppsNav_chevron__sPBWk,.AppsNav_dropItem__huGb1:hover .AppsNav_chevron__sPBWk{transform:rotate(-135deg)}.AppsNav_dropdown__JX67D{position:absolute;top:calc(100% + 2px);left:0;background:#fff;border:1px solid #e5e1d8;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.12);padding:8px;min-width:200px;opacity:0;pointer-events:none;transform:translateY(-4px);transition:opacity .15s,transform .15s;display:flex;gap:0}.AppsNav_dropRight__Yuptz{left:auto;right:0}.AppsNav_dropCol___7vpA{min-width:180px;display:flex;flex-direction:column}.AppsNav_dropCol___7vpA+.AppsNav_dropCol___7vpA{border-left:1px solid #e5e1d8;margin-left:4px;padding-left:4px}.AppsNav_dropGroup__Qd6fw{padding:4px 0}.AppsNav_dropGroup__Qd6fw+.AppsNav_dropGroup__Qd6fw{border-top:1px solid #f0ece6;margin-top:4px;padding-top:8px}.AppsNav_dropLabel__HByMv{display:block;font-size:.72rem;font-weight:700;color:#999;text-transform:uppercase;letter-spacing:.06em;padding:2px 10px 6px}.AppsNav_dropLink__wJRwv{display:block;padding:5px 10px;font-size:.83rem;color:#3a3a3a;text-decoration:none;border-radius:6px;white-space:nowrap;transition:background .12s,color .12s}.AppsNav_dropLink__wJRwv:hover{background:rgba(var(--accent-rgb),.1);color:var(--accent)}.AppsNav_dropLink__wJRwv.AppsNav_ai__F0hfI{color:#6b6b6b}.AppsNav_dropViewAll__WJbSU{display:block;font-size:.8rem;font-weight:600;color:var(--accent);text-decoration:none;border-top:1px solid #f0ece6;margin-top:4px;padding:8px 10px 6px}.AppsNav_dropViewAll__WJbSU:hover{color:var(--accent-hover)}.AppsNav_navSearch__CnKc4{position:relative;flex-shrink:0}.AppsNav_right__Mm6zD{display:flex;align-items:center;gap:8px;margin-left:auto;flex-shrink:0}.AppsNav_btnPremium__r5z29{display:flex;align-items:center;gap:5px;padding:6px 14px;border-radius:8px;border:1.5px solid var(--accent);background:var(--accent);color:#1a1a1a;font-size:.83rem;font-weight:700;text-decoration:none;white-space:nowrap;transition:background .15s,border-color .15s,color .15s;font-family:Inter,DM Sans,Segoe UI,Arial,sans-serif}.AppsNav_btnPremium__r5z29:hover{background:var(--accent-hover);border-color:var(--accent-hover);color:#1a1a1a}.AppsNav_btnDonate__R3Vnw{display:flex;align-items:center;gap:6px;padding:6px 14px;border-radius:8px;border:1.5px solid #c9bfb0;background:transparent;color:#4a4036;font-size:.83rem;font-weight:700;text-decoration:none;white-space:nowrap;transition:background .15s,border-color .15s,color .15s;font-family:Inter,DM Sans,Segoe UI,Arial,sans-serif}.AppsNav_btnDonate__R3Vnw:hover{background:rgba(120,96,72,.08);border-color:#9c8f7c;color:#1f1a15}.AppsNav_heartIcon__r1XDM{width:15px;height:15px;fill:currentColor;flex-shrink:0}.AppsNav_searchIcon__Ub9vZ{width:17px;height:17px;fill:currentColor;flex-shrink:0}.AppsNav_btnSearch__ytctA{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;border:1.5px solid #e5e1d8;background:#fff;color:#4a4036;text-decoration:none;transition:background .15s,border-color .15s,color .15s}.AppsNav_btnSearch__ytctA:hover{background:rgba(var(--accent-rgb),.12);border-color:var(--accent);color:#c47d00}.AppsNav_btnSearchMobile__fuBEm{display:flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:8px 14px;border-radius:8px;border:1.5px solid var(--accent);background:rgba(var(--accent-rgb),.12);color:#1a1a1a;font-size:.9rem;font-weight:700;text-decoration:none}.AppsNav_btnLogin__YuznZ{display:flex;align-items:center;padding:6px 14px;border-radius:8px;border:1.5px solid #e5e1d8;background:transparent;color:#3a3a3a;font-size:.83rem;font-weight:600;text-decoration:none;white-space:nowrap;transition:border-color .15s,color .15s;font-family:inherit}.AppsNav_btnLogin__YuznZ:hover{border-color:var(--accent);color:var(--accent)}.AppsNav_btnSignup__hL397{display:flex;align-items:center;padding:6px 14px;border-radius:8px;border:1.5px solid var(--accent);background:var(--accent);color:var(--btn-on-accent,#1a1a1a);font-size:.83rem;font-weight:700;text-decoration:none;white-space:nowrap;transition:background .15s,border-color .15s;font-family:inherit}.AppsNav_btnSignup__hL397:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.AppsNav_userMenu__OoDS9{position:relative}.AppsNav_userMenu__OoDS9:focus-within .AppsNav_userDropdown__9nVSj,.AppsNav_userMenu__OoDS9:hover .AppsNav_userDropdown__9nVSj{opacity:1;pointer-events:auto;transform:translateY(0)}.AppsNav_userBtn__k8rgM{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;border:1.5px solid #e5e1d8;background:rgba(var(--accent-rgb),.12);cursor:pointer;padding:0;font-family:inherit;transition:border-color .15s}.AppsNav_userBtn__k8rgM:hover{border-color:var(--accent)}.AppsNav_userInitials__M5hJM{font-size:.75rem;font-weight:700;color:#c47d00;line-height:1;letter-spacing:.02em}.AppsNav_userDropdown__9nVSj{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid #e5e1d8;border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.1);padding:4px;min-width:160px;opacity:0;pointer-events:none;transform:translateY(-4px);transition:opacity .15s,transform .15s;z-index:101}.AppsNav_userDropLink__YlH27{display:block;padding:8px 12px;font-size:.84rem;color:#3a3a3a;text-decoration:none;border-radius:6px;white-space:nowrap;transition:background .12s,color .12s}.AppsNav_userDropLink__YlH27:hover{background:rgba(var(--accent-rgb),.1);color:var(--accent)}.AppsNav_hamburger__uOX9H{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;border:none;background:none;cursor:pointer;padding:4px;margin-left:auto}.AppsNav_hamburger__uOX9H span{display:block;height:2px;width:100%;background:#3a3a3a;border-radius:2px;transition:transform .2s,opacity .2s}.AppsNav_hamburger__uOX9H.AppsNav_open__iokYf span:first-child{transform:translateY(7px) rotate(45deg)}.AppsNav_hamburger__uOX9H.AppsNav_open__iokYf span:nth-child(2){opacity:0}.AppsNav_hamburger__uOX9H.AppsNav_open__iokYf span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.AppsNav_mobileMenu__ZkeuW{display:none;position:fixed;top:60px;left:0;right:0;bottom:0;background:var(--surface-warm,#faf7f2);overflow-y:auto;padding:12px 20px 40px;z-index:99;border-top:1px solid var(--nav-border,#e5e1d8)}.AppsNav_mobileMenu__ZkeuW.AppsNav_open__iokYf{display:block}.AppsNav_mobileSearchWrap__H0Ejn{margin-bottom:16px;max-width:100%}.AppsNav_mobileSection__XP3eJ{margin-bottom:20px}.AppsNav_mobileSectionTitle__KZ4ya{display:block;font-size:.72rem;font-weight:700;color:#999;text-transform:uppercase;letter-spacing:.07em;padding:8px 0 4px;border-bottom:1px solid #e5e1d8;margin-bottom:4px}.AppsNav_mobileLink__0GtLg{display:block;padding:8px 4px;font-size:.9rem;color:#3a3a3a;text-decoration:none;border-bottom:1px solid #f0ece6}.AppsNav_mobileLink__0GtLg:hover{color:var(--accent)}.AppsNav_mobileCtas__Im8ar{display:flex;flex-direction:column;gap:10px;margin-top:20px}@media (max-width:900px){.AppsNav_links__ayRFB,.AppsNav_right__Mm6zD{display:none}.AppsNav_hamburger__uOX9H{display:flex}}@media (max-width:430px){.AppsNav_inner__uHFwR{padding:0 14px;gap:8px}.AppsNav_brand__B6mLR{min-width:0;margin-right:auto;font-size:.88rem}.AppsNav_brand__B6mLR span{overflow:hidden;text-overflow:ellipsis}.AppsNav_hamburger__uOX9H{width:44px;height:44px;min-width:44px}.AppsNav_mobileMenu__ZkeuW{max-width:100vw;padding:12px 16px calc(40px + env(safe-area-inset-bottom))}.AppsNav_mobileLink__0GtLg{display:flex;align-items:center;min-height:44px}}.ChannelGrid_wrap__CHtGB{margin:60px auto 0;max-width:760px}.ChannelGrid_hub__Pi_BA{position:relative;width:100%;aspect-ratio:1/1;margin:0 auto}.ChannelGrid_wires__SoSPP{position:absolute;inset:0;width:100%;height:100%;overflow:visible}.ChannelGrid_ring__jChWl{fill:none;stroke:rgba(var(--accent-rgb),.22);stroke-width:.4;stroke-dasharray:1.6 2.4;animation:ChannelGrid_spin__Ss_qh 60s linear infinite;transform-origin:50% 50%}.ChannelGrid_wireBase__mCXX4{stroke:rgba(26,26,46,.1);stroke-width:.4}.ChannelGrid_wirePulse__3BCQc{stroke:rgba(var(--accent-rgb),.85);stroke-width:.7;stroke-linecap:round;stroke-dasharray:3 13;stroke-dashoffset:16;animation:ChannelGrid_flow__1rF_e 2.6s linear infinite}.ChannelGrid_center__YWtbG{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:clamp(94px,22%,132px);height:clamp(94px,22%,132px);border-radius:50%;background:#fff;border:2px solid rgba(var(--accent-rgb),.6);box-shadow:0 0 0 6px rgba(var(--accent-rgb),.1),0 18px 40px -12px rgba(26,26,46,.45);display:grid;place-items:center;z-index:3;animation:ChannelGrid_glow__W_23q 3.2s ease-in-out infinite}.ChannelGrid_centerInner__5u00c{display:grid;justify-items:center;grid-gap:4px;gap:4px;text-align:center}.ChannelGrid_centerLogo__Lnr2Y{width:clamp(44px,10.5vw,58px);height:clamp(44px,10.5vw,58px);border-radius:14px;background:url(/chat-icon.svg?v=2) 50%/cover no-repeat}.ChannelGrid_centerLabel__pds3V{font-size:clamp(.6rem,1.5vw,.74rem);font-weight:800;color:#1a1a2e;letter-spacing:.01em}.ChannelGrid_node__6cRIq{position:absolute;transform:translate(-50%,-50%);display:grid;justify-items:center;grid-gap:6px;gap:6px;width:clamp(74px,17%,96px);z-index:2;animation:ChannelGrid_pop__bf4z6 .5s ease-out both}.ChannelGrid_chip__SPXch{display:grid;place-items:center;line-height:0;font-size:clamp(32px,7.5vw,46px);filter:drop-shadow(0 4px 8px rgba(26,26,46,.16));transition:transform .2s ease,filter .2s ease}.ChannelGrid_chip__SPXch svg{display:block}.ChannelGrid_node__6cRIq:hover .ChannelGrid_chip__SPXch{transform:translateY(-2px) scale(1.12);filter:drop-shadow(0 8px 14px rgba(26,26,46,.26))}@keyframes ChannelGrid_flow__1rF_e{to{stroke-dashoffset:0}}@keyframes ChannelGrid_spin__Ss_qh{to{transform:rotate(1turn)}}@keyframes ChannelGrid_glow__W_23q{0%,to{box-shadow:0 0 0 6px rgba(var(--accent-rgb),.08),0 18px 40px -12px rgba(26,26,46,.5)}50%{box-shadow:0 0 0 11px rgba(var(--accent-rgb),.14),0 18px 40px -12px rgba(26,26,46,.5)}}@keyframes ChannelGrid_pop__bf4z6{0%{opacity:0;transform:translate(-50%,-50%) scale(.6)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.ChannelGrid_chatter__R3EqE{position:absolute;inset:0;pointer-events:none;z-index:6}.ChannelGrid_bubble__J4ZyQ{position:absolute;transform:translate(-50%,-50%);max-width:clamp(56px,12vw,84px);padding:4px 7px;border-radius:11px;font-size:clamp(.5rem,1.15vw,.62rem);font-weight:700;line-height:1.2;text-align:center;box-shadow:0 8px 18px -8px rgba(26,26,46,.42);transition:left 1.1s cubic-bezier(.4,0,.2,1),top 1.1s cubic-bezier(.4,0,.2,1),opacity .45s ease;will-change:left,top,opacity}.ChannelGrid_bubbleQ__CwIxI{background:#fff;color:#1a1a2e;border:1px solid #e5e1d8;border-bottom-left-radius:4px}.ChannelGrid_bubbleA__SvfCb{background:var(--accent);color:#1a1a2e;border:1px solid var(--accent-hover);border-bottom-right-radius:4px}.ChannelGrid_centerThinking__i8Qwg{border-color:rgba(var(--accent-rgb),.9)}.ChannelGrid_thinkRing__M2y_0{position:absolute;left:50%;top:50%;width:clamp(94px,22%,132px);height:clamp(94px,22%,132px);border-radius:50%;border:2px solid rgba(var(--accent-rgb),.55);transform:translate(-50%,-50%);animation:ChannelGrid_thinkPulse__I5d3A .85s ease-out infinite}@keyframes ChannelGrid_thinkPulse__I5d3A{0%{transform:translate(-50%,-50%) scale(1);opacity:.7}70%{opacity:0}to{transform:translate(-50%,-50%) scale(1.4);opacity:0}}@media (prefers-reduced-motion:reduce){.ChannelGrid_center__YWtbG,.ChannelGrid_node__6cRIq,.ChannelGrid_ring__jChWl,.ChannelGrid_thinkRing__M2y_0,.ChannelGrid_wirePulse__3BCQc{animation:none}.ChannelGrid_wirePulse__3BCQc{stroke-dashoffset:0}.ChannelGrid_chatter__R3EqE{display:none}}@media (max-width:560px){.ChannelGrid_wrap__CHtGB{max-width:400px}}.DashboardShowcase_section__9zkef{padding:64px 24px;border-top:1px solid var(--border);background:#faf7f2}.DashboardShowcase_inner__wqnth{max-width:1180px;margin:0 auto}.DashboardShowcase_intro__Nbmcv{max-width:680px;margin:0 auto 30px;text-align:center}.DashboardShowcase_intro__Nbmcv p{color:var(--muted);font-size:.98rem;line-height:1.6;margin:10px 0 0}.DashboardShowcase_browser__RRgE6{width:100%;background:#fff;border:1.5px solid #e7e1d6;border-radius:16px;box-shadow:0 30px 70px -34px rgba(26,26,46,.55);overflow:hidden}.DashboardShowcase_browserTop__pUxA1{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:12px;gap:12px;padding:11px 15px;border-bottom:1px solid #efe9dd;background:#f3ece2}.DashboardShowcase_dots3__bCPos{display:flex;gap:6px}.DashboardShowcase_dots3__bCPos span{width:11px;height:11px;border-radius:50%;background:#d7d0c4}.DashboardShowcase_dots3__bCPos span:first-child{background:#f0817a}.DashboardShowcase_dots3__bCPos span:nth-child(2){background:#f3c969}.DashboardShowcase_dots3__bCPos span:nth-child(3){background:#6fc98a}.DashboardShowcase_addressBar__aMlrL{min-width:0;padding:7px 14px;border:1px solid #e5ddcf;border-radius:999px;background:#fff;color:#6b6b6b;font-size:.78rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.DashboardShowcase_winCtrl__PZ2gB{display:flex;gap:10px;color:#b9b09e;font-size:.85rem;font-weight:800}.DashboardShowcase_body__nIZRK{display:grid;grid-template-columns:224px minmax(0,1fr);min-height:580px}.DashboardShowcase_sidebar__4tUJ0{border-right:1px solid #efe9dd;background:#fbfaf6;padding:16px 12px;overflow:hidden}.DashboardShowcase_brand__vl2yL{display:flex;align-items:center;gap:9px;padding:0 6px 12px;color:#1a1a2e;font-weight:800;font-size:.92rem;border-bottom:1px solid #efe9dd;margin-bottom:10px}.DashboardShowcase_brandMark__6aelb{width:26px;height:26px;border-radius:7px;background:url(/chat-icon.svg?v=2) 50%/cover no-repeat;color:transparent;font-size:0;flex-shrink:0}.DashboardShowcase_botSwitch__0_Oum{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:0 4px 12px;padding:8px 10px;border:1px solid #e7e1d6;border-radius:9px;background:#fff;font-size:.82rem;font-weight:800;color:#1a1a2e}.DashboardShowcase_botSwitch__0_Oum span:last-child{color:#b9b09e}.DashboardShowcase_group__N_65u{margin-bottom:11px}.DashboardShowcase_groupLabel__10QhW{margin:0 0 5px 8px;font-size:.62rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:#b1a892}.DashboardShowcase_navList__bcHQk{display:grid;grid-gap:2px;gap:2px}.DashboardShowcase_navItem__AH7D5{display:flex;align-items:center;gap:8px;padding:7px 10px;border-radius:8px;color:#4b4b57;font-size:.8rem;font-weight:700}.DashboardShowcase_navDot__MPpaO{width:6px;height:6px;border-radius:50%;background:#cfc7b6;flex-shrink:0}.DashboardShowcase_navItemActive__CKSgn{background:#1a1a2e;color:#fff}.DashboardShowcase_navItemActive__CKSgn .DashboardShowcase_navDot__MPpaO{background:var(--accent)}.DashboardShowcase_main__MDkBY{min-width:0;padding:20px 22px;background:#fff}.DashboardShowcase_stage__toBGe{animation:DashboardShowcase_stepIn__pde25 .45s ease-out both}.DashboardShowcase_stageLeaving__sygof{animation:DashboardShowcase_stepOut__xkH2P .35s ease-in both}.DashboardShowcase_crumb__VBhki{display:inline-block;color:#1a1a2e;font-weight:700;font-size:.8rem;margin-bottom:8px}.DashboardShowcase_pageHead__R9WhL{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}.DashboardShowcase_pageTitle__U_veg{margin:0;font-size:1.6rem;line-height:1.1;color:#1a1a2e}.DashboardShowcase_pageSub__o10QP{color:#6b6b6b;font-size:.85rem;margin:4px 0 0}.DashboardShowcase_tabNav__iqu6c{display:flex;gap:2px;flex-wrap:wrap;border-bottom:1px solid #ece6da;margin-bottom:16px}.DashboardShowcase_tab__0shYD{padding:8px 11px;font-weight:700;font-size:.82rem;color:#6b6b6b;border-bottom:2px solid transparent;white-space:nowrap}.DashboardShowcase_tabActive__bMVI6{color:#1a1a2e;border-bottom-color:var(--accent)}.DashboardShowcase_goldBtn__kA_0C{padding:0 13px;background:var(--accent);color:#1a1a2e;font-size:.8rem;font-weight:800}.DashboardShowcase_ghostBtn___TBsc,.DashboardShowcase_goldBtn__kA_0C{display:inline-flex;align-items:center;min-height:32px;border-radius:8px;white-space:nowrap}.DashboardShowcase_ghostBtn___TBsc{padding:0 11px;border:1px solid #e0d8c8;background:#fff;color:#4b4b57;font-size:.78rem;font-weight:700}.DashboardShowcase_badge__yMKUZ{display:inline-block;padding:2px 9px;border-radius:999px;font-size:.7rem;font-weight:800;white-space:nowrap}.DashboardShowcase_bGreen__u60NZ{background:#dcfce7;color:#15803d}.DashboardShowcase_bBlue__hpKIA{background:#dbeafe;color:#1d4ed8}.DashboardShowcase_bYellow__eZIJk{background:#fef3c7;color:#92400e}.DashboardShowcase_bPurple__vS4_r{background:#ede9fe;color:#6d28d9}.DashboardShowcase_bRed__SGNzU{background:#fee2e2;color:#b91c1c}.DashboardShowcase_bGray__cceu_{background:#eef0f3;color:#475569}.DashboardShowcase_bGold__JejP_{background:#fdf1d8;color:#92660a}.DashboardShowcase_panel__z4vlS{border:1px solid #ece6da;border-radius:12px;background:#fff;padding:15px;box-shadow:0 1px 2px rgba(26,26,46,.04)}.DashboardShowcase_panelTitle__8p_b9{margin:0 0 11px;font-size:.92rem;font-weight:800;color:#1a1a2e}.DashboardShowcase_two__Uerir{display:grid;grid-template-columns:minmax(0,1fr) minmax(210px,.72fr);grid-gap:14px;gap:14px;align-items:start}.DashboardShowcase_metricStack__slU_8{display:grid;grid-gap:11px;gap:11px}.DashboardShowcase_metric__uC6cS{border:1px solid #ece6da;border-radius:12px;padding:13px;background:#fff}.DashboardShowcase_metric__uC6cS strong{display:block;font-size:1.45rem;color:#1a1a2e;line-height:1;margin-bottom:4px}.DashboardShowcase_metric__uC6cS span{color:#6b6b6b;font-size:.78rem}.DashboardShowcase_botGrid__kwiFB{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:13px;gap:13px}.DashboardShowcase_botCard__yW3Aw{border:1px solid #ece6da;border-radius:12px;padding:15px;display:grid;grid-gap:9px;gap:9px;animation:DashboardShowcase_fadeUp__ImRma .4s ease-out both}.DashboardShowcase_botCard__yW3Aw:nth-child(2){animation-delay:.08s}.DashboardShowcase_botCard__yW3Aw:nth-child(3){animation-delay:.16s}.DashboardShowcase_rowBetween__Paq_N{display:flex;align-items:center;justify-content:space-between;gap:10px}.DashboardShowcase_botCard__yW3Aw strong{font-size:1.02rem;color:#1a1a2e}.DashboardShowcase_botMeta__ZwBeN{display:grid;grid-gap:3px;gap:3px;color:#6b6b6b;font-size:.81rem}.DashboardShowcase_btnRow__uj_LF{display:flex;gap:7px;flex-wrap:wrap}.DashboardShowcase_srcList__0HVEI{display:grid;grid-gap:9px;gap:9px}.DashboardShowcase_srcRow__edCFA{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:12px;gap:12px;border:1px solid #ece6da;border-radius:10px;padding:11px 13px;animation:DashboardShowcase_fadeUp__ImRma .35s ease-out both}.DashboardShowcase_srcRow__edCFA:nth-child(2){animation-delay:.05s}.DashboardShowcase_srcRow__edCFA:nth-child(3){animation-delay:.1s}.DashboardShowcase_srcRow__edCFA:nth-child(4){animation-delay:.15s}.DashboardShowcase_srcRow__edCFA:nth-child(5){animation-delay:.2s}.DashboardShowcase_srcRow__edCFA:nth-child(6){animation-delay:.25s}.DashboardShowcase_srcIcon__FEqK4{width:34px;height:34px;border-radius:8px;display:grid;place-items:center;font-size:.95rem;background:#fdf1d8}.DashboardShowcase_srcName__oXs_l{color:#1a1a2e;font-weight:700;font-size:.85rem}.DashboardShowcase_srcMeta__EodxH{color:#94a3b8;font-size:.74rem}.DashboardShowcase_convList__3AUWZ{display:grid;grid-gap:9px;gap:9px}.DashboardShowcase_filterRow__YGLWV{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:12px}.DashboardShowcase_convRow__6qajh{border:1px solid #ece6da;border-radius:10px;padding:11px 13px;display:grid;grid-template-columns:1fr auto;grid-gap:5px;gap:5px;animation:DashboardShowcase_fadeUp__ImRma .4s ease-out both}.DashboardShowcase_convRow__6qajh:nth-child(2){animation-delay:.1s}.DashboardShowcase_convRow__6qajh:nth-child(3){animation-delay:.2s}.DashboardShowcase_convRow__6qajh:nth-child(4){animation-delay:.3s}.DashboardShowcase_convHi__AcWj_{border-color:rgba(var(--accent-rgb),.55);background:#fffdf6}.DashboardShowcase_convQ__qxAyw{margin:0;color:#1a1a2e;font-size:.85rem;font-weight:800}.DashboardShowcase_convA__eZfL8{grid-column:1/-1;margin:0;color:#6b6b6b;font-size:.78rem}.DashboardShowcase_convT__zxc6Y{color:#94a3b8;font-size:.72rem;white-space:nowrap}.DashboardShowcase_ticketWrap__5i16Q{display:grid;grid-template-columns:150px minmax(0,1fr);grid-gap:14px;gap:14px;align-items:start}.DashboardShowcase_tkSide__DvslD{display:grid;grid-gap:2px;gap:2px}.DashboardShowcase_tkSideItem__BgHZL{display:flex;justify-content:space-between;padding:6px 9px;border-radius:7px;font-size:.78rem;font-weight:700;color:#4b4b57}.DashboardShowcase_tkSideItem__BgHZL span:last-child{color:#94a3b8;font-size:.72rem}.DashboardShowcase_tkSideActive__F_BfG{background:#1a1a2e;color:#fff}.DashboardShowcase_tkSideActive__F_BfG span:last-child{color:var(--accent)}.DashboardShowcase_table__k9vdR{width:100%;border-collapse:collapse;font-size:.8rem}.DashboardShowcase_table__k9vdR thead th{text-align:left;padding:7px 9px;color:#b1a892;font-size:.66rem;text-transform:uppercase;letter-spacing:.04em;font-weight:800}.DashboardShowcase_table__k9vdR tbody tr{border-top:1px solid #f0ece3}.DashboardShowcase_table__k9vdR td{padding:9px;color:#334155}.DashboardShowcase_tdName__cDUj3{font-weight:700;color:#1a1a2e}.DashboardShowcase_ruleCard__wuo26{border:1px solid #ece6da;border-radius:11px;padding:13px;margin-bottom:10px;animation:DashboardShowcase_fadeUp__ImRma .4s ease-out both}.DashboardShowcase_ruleCard__wuo26:nth-child(2){animation-delay:.1s}.DashboardShowcase_ruleCard__wuo26:nth-child(3){animation-delay:.2s}.DashboardShowcase_ruleHead__STFok{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.DashboardShowcase_ruleName__VXxi0{font-weight:800;color:#1a1a2e;font-size:.9rem}.DashboardShowcase_pill__OZ3Hc{display:inline-block;padding:3px 9px;border-radius:7px;font-size:.74rem;font-weight:700;background:#f5f1e8;color:#4b4b57}.DashboardShowcase_pillGold__RHCf4{background:#fdf1d8;color:#92660a}.DashboardShowcase_ruleFlow__rbYqT{display:flex;align-items:center;gap:7px;flex-wrap:wrap;font-size:.78rem;color:#4b4b57}.DashboardShowcase_arrow__XV6nK{color:#b1a892;font-weight:900}.DashboardShowcase_visRow__M19xe{display:grid;grid-template-columns:1fr auto;grid-gap:8px;gap:8px;align-items:center;border:1px solid #ece6da;border-radius:10px;padding:11px 13px;margin-bottom:9px;animation:DashboardShowcase_fadeUp__ImRma .4s ease-out both}.DashboardShowcase_visRow__M19xe:nth-child(2){animation-delay:.1s}.DashboardShowcase_visRow__M19xe:nth-child(3){animation-delay:.2s}.DashboardShowcase_visName__fUCV6{font-weight:800;color:#1a1a2e;font-size:.86rem}.DashboardShowcase_visMeta__qEpsU{color:#6b6b6b;font-size:.76rem}.DashboardShowcase_score__Me3CQ{font-size:.78rem;font-weight:900;border-radius:999px;padding:4px 11px}.DashboardShowcase_scoreHot__4QH6X{background:#fee2e2;color:#b91c1c}.DashboardShowcase_scoreWarm__NVRQ2{background:#fef3c7;color:#92400e}.DashboardShowcase_scoreCool__6ELb0{background:#e0f2fe;color:#075985}.DashboardShowcase_statGrid__I691D{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:11px;gap:11px;margin-bottom:14px}.DashboardShowcase_statCard__XKBHH{border:1px solid #ece6da;border-radius:12px;padding:13px 15px;animation:DashboardShowcase_fadeUp__ImRma .4s ease-out both}.DashboardShowcase_statCard__XKBHH:nth-child(2){animation-delay:.07s}.DashboardShowcase_statCard__XKBHH:nth-child(3){animation-delay:.14s}.DashboardShowcase_statCard__XKBHH:nth-child(4){animation-delay:.21s}.DashboardShowcase_statCard__XKBHH strong{display:block;font-size:1.5rem;font-weight:900;color:#1a1a2e;line-height:1;margin-bottom:5px}.DashboardShowcase_statCard__XKBHH span{color:#6b6b6b;font-size:.76rem}.DashboardShowcase_lineChart__Pg9x5{width:100%;height:140px;display:block}.DashboardShowcase_lineArea__1YzFi{fill:rgba(var(--accent-rgb),.14);opacity:0;animation:DashboardShowcase_fadeIn__gRicQ .6s ease-out .7s forwards}.DashboardShowcase_linePath__zGJHj{fill:none;stroke:var(--accent);stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1;stroke-dashoffset:1;animation:DashboardShowcase_draw__JWWEd 1.2s ease-out .2s forwards;vector-effect:non-scaling-stroke}.DashboardShowcase_aRow__FJrLE{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px;margin-top:14px}.DashboardShowcase_donutBlock__PUEa9{display:flex;align-items:center;gap:16px}.DashboardShowcase_donut__f6vco{width:108px;height:108px;border-radius:50%;flex-shrink:0;background:conic-gradient(var(--accent) 0 84%,#1a1a2e 84% 100%);mask:radial-gradient(circle,transparent 35px,#000 36px);-webkit-mask:radial-gradient(circle,transparent 35px,#000 36px);animation:DashboardShowcase_donutIn__tf8hP .8s ease-out .3s both}.DashboardShowcase_legend__EFBxP{display:grid;grid-gap:9px;gap:9px;font-size:.8rem;color:#4b4b57}.DashboardShowcase_legend__EFBxP span{display:flex;align-items:center;gap:8px}.DashboardShowcase_lDot__xSKsG{width:10px;height:10px;border-radius:50%;flex-shrink:0}.DashboardShowcase_qRow__R06W2{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 0;border-bottom:1px solid #f0ece3;font-size:.82rem;color:#1a1a2e}.DashboardShowcase_qRow__R06W2:last-child{border-bottom:none}.DashboardShowcase_qCount__hb4bx{color:#92660a;font-weight:800}.DashboardShowcase_cardGrid___VqO7{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.DashboardShowcase_featCard__7YBlV{border:1px solid #ece6da;border-radius:12px;padding:14px;display:grid;grid-gap:7px;gap:7px;animation:DashboardShowcase_fadeUp__ImRma .4s ease-out both}.DashboardShowcase_featCard__7YBlV:nth-child(2){animation-delay:.06s}.DashboardShowcase_featCard__7YBlV:nth-child(3){animation-delay:.12s}.DashboardShowcase_featCard__7YBlV:nth-child(4){animation-delay:.18s}.DashboardShowcase_featCard__7YBlV:nth-child(5){animation-delay:.24s}.DashboardShowcase_featCard__7YBlV:nth-child(6){animation-delay:.3s}.DashboardShowcase_featIcon__b6TX_{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;background:#fdf1d8;font-size:1rem}.DashboardShowcase_featName__ldw3h{font-weight:800;color:#1a1a2e;font-size:.86rem}.DashboardShowcase_featDesc__q4S76{color:#6b6b6b;font-size:.77rem;line-height:1.4}.DashboardShowcase_intgState__itO7S{font-size:.72rem;font-weight:800}.DashboardShowcase_abGrid__nnVaP{display:grid;grid-template-columns:1fr 1fr;grid-gap:13px;gap:13px}.DashboardShowcase_abCard__3c9Np{border:1px solid #ece6da;border-radius:12px;padding:14px}.DashboardShowcase_abWin__FrfIk{border-color:rgba(var(--accent-rgb),.6);background:#fffdf6}.DashboardShowcase_bar__vC6ve{height:9px;border-radius:999px;background:#f0ece3;overflow:hidden;margin-top:8px}.DashboardShowcase_barFill__jYvte{height:100%;background:var(--accent);border-radius:inherit;animation:DashboardShowcase_grow__yHOBL 1s ease-out .2s both}.DashboardShowcase_flowWrap__JwUkt{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:8px 0}.DashboardShowcase_flowNode__AWlAi{border:1.5px solid #e0d8c8;border-radius:11px;padding:11px 13px;background:#fff;min-width:120px;animation:DashboardShowcase_fadeUp__ImRma .4s ease-out both}.DashboardShowcase_flowNode__AWlAi:nth-child(3){animation-delay:.12s}.DashboardShowcase_flowNode__AWlAi:nth-child(5){animation-delay:.24s}.DashboardShowcase_flowNode__AWlAi:nth-child(7){animation-delay:.36s}.DashboardShowcase_flowNodeGold__yGLmf{border-color:var(--accent);background:#fffdf6}.DashboardShowcase_flowKind__nfJSk{font-size:.66rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:#92660a}.DashboardShowcase_flowText__rZ9Tj{font-size:.82rem;color:#1a1a2e;font-weight:600;margin-top:2px}.DashboardShowcase_flowArrow__weBQH{color:#cfc7b6;font-size:1.1rem;font-weight:900}.DashboardShowcase_dots__pYXam{display:flex;justify-content:center;gap:8px;margin-top:18px;flex-wrap:wrap}.DashboardShowcase_dot__SLCUe{width:10px;height:10px;border:1.5px solid var(--accent);border-radius:50%;background:transparent;padding:0;cursor:pointer}.DashboardShowcase_dotActive__zELw9{background:var(--accent)}@keyframes DashboardShowcase_stepIn__pde25{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes DashboardShowcase_stepOut__xkH2P{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@keyframes DashboardShowcase_fadeIn__gRicQ{0%{opacity:0}to{opacity:1}}@keyframes DashboardShowcase_fadeUp__ImRma{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes DashboardShowcase_draw__JWWEd{to{stroke-dashoffset:0}}@keyframes DashboardShowcase_donutIn__tf8hP{0%{transform:rotate(-90deg) scale(.92);opacity:0}to{transform:rotate(0) scale(1);opacity:1}}@keyframes DashboardShowcase_grow__yHOBL{0%{width:0}}@media (prefers-reduced-motion:reduce){.DashboardShowcase_barFill__jYvte,.DashboardShowcase_botCard__yW3Aw,.DashboardShowcase_convRow__6qajh,.DashboardShowcase_donut__f6vco,.DashboardShowcase_featCard__7YBlV,.DashboardShowcase_flowNode__AWlAi,.DashboardShowcase_lineArea__1YzFi,.DashboardShowcase_linePath__zGJHj,.DashboardShowcase_ruleCard__wuo26,.DashboardShowcase_srcRow__edCFA,.DashboardShowcase_stage__toBGe,.DashboardShowcase_statCard__XKBHH,.DashboardShowcase_visRow__M19xe{animation:none!important;opacity:1!important}.DashboardShowcase_linePath__zGJHj{stroke-dashoffset:0}}@media (max-width:900px){.DashboardShowcase_body__nIZRK{grid-template-columns:1fr;min-height:auto}.DashboardShowcase_sidebar__4tUJ0{border-right:0;border-bottom:1px solid #efe9dd}.DashboardShowcase_group__N_65u{margin-bottom:6px}.DashboardShowcase_groupLabel__10QhW{display:none}.DashboardShowcase_navList__bcHQk{display:flex;flex-wrap:wrap;gap:6px}.DashboardShowcase_navItem__AH7D5{font-size:.72rem;padding:6px 9px;border:1px solid #efe9dd}.DashboardShowcase_navItem__AH7D5 .DashboardShowcase_navDot__MPpaO{display:none}.DashboardShowcase_aRow__FJrLE,.DashboardShowcase_abGrid__nnVaP,.DashboardShowcase_botGrid__kwiFB,.DashboardShowcase_ticketWrap__5i16Q,.DashboardShowcase_two__Uerir{grid-template-columns:1fr}.DashboardShowcase_cardGrid___VqO7,.DashboardShowcase_statGrid__I691D{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.DashboardShowcase_section__9zkef{padding:44px 16px}.DashboardShowcase_browserTop__pUxA1{grid-template-columns:auto 1fr}.DashboardShowcase_winCtrl__PZ2gB{display:none}.DashboardShowcase_main__MDkBY{padding:16px}.DashboardShowcase_cardGrid___VqO7{grid-template-columns:1fr}.DashboardShowcase_donutBlock__PUEa9,.DashboardShowcase_pageHead__R9WhL{flex-direction:column;align-items:flex-start}.DashboardShowcase_tableScroll__fmHdI{overflow-x:auto}}.FeatureDemos_frame__oFB_0{position:relative;height:116px;margin-bottom:12px;border:1px solid var(--demo-frame-border,#efe9dd);border-radius:10px;background:var(--surface-warm,#faf7f2);overflow:hidden;padding:10px}.FeatureDemos_check__z37Qd{display:inline-grid;place-items:center;width:15px;height:15px;border-radius:50%;background:#16a34a;color:#fff;flex-shrink:0}.FeatureDemos_acUser__SstO3{align-self:flex-end;background:var(--accent);color:#1a1a1a;font-size:.66rem;font-weight:700;padding:5px 8px;border-radius:9px;border-bottom-right-radius:3px;width:-moz-fit-content;width:fit-content;margin:0 0 6px auto}.FeatureDemos_acBot___WabL{position:relative;min-height:40px}.FeatureDemos_acDots__2KQ9q{display:inline-flex;gap:4px;background:#fff;border:1px solid #ece6da;padding:8px 10px;border-radius:9px;border-bottom-left-radius:3px;animation:FeatureDemos_acType__2ylrU 5s ease-in-out var(--d,0s) infinite}.FeatureDemos_acDots__2KQ9q i{width:5px;height:5px;border-radius:50%;background:#c9c0ad;animation:FeatureDemos_acDot___9iz3 1s ease-in-out infinite}.FeatureDemos_acDots__2KQ9q i:nth-child(2){animation-delay:.15s}.FeatureDemos_acDots__2KQ9q i:nth-child(3){animation-delay:.3s}.FeatureDemos_acAnsWrap__Nslb9{position:absolute;inset:0;display:flex;flex-direction:column;gap:5px;opacity:0;animation:FeatureDemos_acAns__fMwoh 5s ease-in-out var(--d,0s) infinite}.FeatureDemos_acAns__fMwoh{background:#fff;border:1px solid #ece6da;color:#1a1a2e;font-size:.66rem;font-weight:600;padding:6px 9px;border-radius:9px;border-bottom-left-radius:3px;width:-moz-fit-content;width:fit-content;max-width:92%}.FeatureDemos_acTag__k7TiV{display:inline-flex;align-items:center;gap:4px;width:-moz-fit-content;width:fit-content;font-size:.58rem;font-weight:800;color:#92660a;background:#fdf1d8;border-radius:99px;padding:2px 7px}.FeatureDemos_acSearch__av376{display:inline-flex;align-items:center;gap:5px;background:#fff;border:1px solid #ece6da;color:#8a8472;font-size:.6rem;font-weight:700;padding:7px 9px;border-radius:9px;border-bottom-left-radius:3px;animation:FeatureDemos_acType__2ylrU 5s ease-in-out var(--d,0s) infinite}.FeatureDemos_acSearch__av376 svg{color:var(--accent);flex-shrink:0}@keyframes FeatureDemos_acType__2ylrU{0%,16%{opacity:1}30%,to{opacity:0}}@keyframes FeatureDemos_acAns__fMwoh{0%,30%{opacity:0;transform:translateY(5px)}44%,90%{opacity:1;transform:none}to{opacity:0}}@keyframes FeatureDemos_acDot___9iz3{0%,to{transform:translateY(0);opacity:.5}50%{transform:translateY(-3px);opacity:1}}.FeatureDemos_flow2__ne2vw{display:flex;align-items:center;justify-content:center;height:100%}.FeatureDemos_fN__Zh4h6{flex:0 0 auto;text-align:center;font-size:.58rem;font-weight:800;color:#94a3b8;background:#fff;border:1.5px solid #e5dcc9;border-radius:8px;padding:7px 6px;animation:FeatureDemos_fNode__0sL76 5.4s ease-in-out var(--d,0s) infinite}.FeatureDemos_fN2__81xGI{animation-delay:calc(var(--d, 0s) + 1.2s)}.FeatureDemos_fN3__kuNO_{animation-delay:calc(var(--d, 0s) + 2.4s)}.FeatureDemos_fConn__CweYn{flex:1 1;height:2px;background:#e6ddca;position:relative;min-width:12px}.FeatureDemos_fConnFill__nVRuN{position:absolute;inset:0;width:0;background:var(--accent);animation:FeatureDemos_fFill__Dn4C_ 5.4s ease-in-out var(--d,0s) infinite;animation-delay:calc(var(--d, 0s) + .7s)}.FeatureDemos_fConnFillB__x24I6{animation-delay:calc(var(--d, 0s) + 1.9s)}@keyframes FeatureDemos_fNode__0sL76{0%,6%{color:#94a3b8;border-color:#e5dcc9;background:#fff}14%,88%{color:#92660a;border-color:var(--accent);background:#fffdf6}to{color:#94a3b8;border-color:#e5dcc9;background:#fff}}@keyframes FeatureDemos_fFill__Dn4C_{0%{width:0}14%,to{width:100%}}.FeatureDemos_rules__qKArq{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;height:100%}.FeatureDemos_rBlock__YKntq{font-size:.64rem;font-weight:700;color:#334155;background:#fff;border:1px solid #e5dcc9;border-radius:8px;padding:6px 10px;animation:FeatureDemos_rIn__Y8PuP 6s ease-in-out var(--d,0s) infinite}.FeatureDemos_rBlock__YKntq b{color:#1a1a2e}.FeatureDemos_rThen__A4JUX{color:#92660a;background:#fdf1d8;border-color:#f3d79a;animation-name:FeatureDemos_rIn2__XtOkg}.FeatureDemos_rArrow__s7P99{color:var(--demo-arrow,#c9b88a);font-weight:900;font-size:.8rem;line-height:0;animation:FeatureDemos_rPulse___RMpd 6s ease-in-out var(--d,0s) infinite}@keyframes FeatureDemos_rIn__Y8PuP{0%{opacity:0;transform:translateY(7px) scale(.96)}9%{opacity:1;transform:translateY(0) scale(1.04)}16%,92%{opacity:1;transform:scale(1)}to{opacity:0}}@keyframes FeatureDemos_rIn2__XtOkg{0%,18%{opacity:0;transform:translateY(7px) scale(.96)}28%{opacity:1;transform:translateY(0) scale(1.05)}34%,92%{opacity:1;transform:scale(1)}to{opacity:0}}@keyframes FeatureDemos_rPulse___RMpd{0%,20%{opacity:.3}30%{opacity:1}92%{opacity:.6}to{opacity:.2}}.FeatureDemos_lang__JwnUx{display:flex;align-items:center;justify-content:center;gap:8px;height:100%}.FeatureDemos_langGlobe__gTlp5{color:var(--accent);flex-shrink:0}.FeatureDemos_langBubble__kSFmW{position:relative;min-width:96px;height:38px;background:#fff;border:1px solid #ece6da;border-radius:11px;border-bottom-left-radius:3px}.FeatureDemos_langBubble__kSFmW span{position:absolute;inset:0;display:grid;place-items:center;font-size:.84rem;font-weight:800;color:#1a1a2e;opacity:0;animation:FeatureDemos_langSwap__ADyyY 6.4s ease-in-out var(--d,0s) infinite}.FeatureDemos_langBubble__kSFmW span:nth-child(2){animation-delay:calc(var(--d, 0s) + 1.6s)}.FeatureDemos_langBubble__kSFmW span:nth-child(3){animation-delay:calc(var(--d, 0s) + 3.2s)}.FeatureDemos_langBubble__kSFmW span:nth-child(4){animation-delay:calc(var(--d, 0s) + 4.8s)}@keyframes FeatureDemos_langSwap__ADyyY{0%{opacity:0;transform:translateY(4px)}4%{opacity:1;transform:none}22%{opacity:1}26%,to{opacity:0}}.FeatureDemos_sent2__aF71S{display:flex;flex-direction:column;justify-content:center;gap:7px;height:100%}.FeatureDemos_sBubble__7Z6Eg{align-self:flex-start;max-width:92%;background:#fee2e2;border:1px solid #f6b9b9;color:#b91c1c;font-size:.64rem;font-weight:800;padding:6px 9px;border-radius:9px;border-bottom-left-radius:3px;animation:FeatureDemos_sShake__RzdVZ 5.5s ease-in-out var(--d,0s) infinite}.FeatureDemos_sPill__13OlT{align-self:center;font-size:.6rem;font-weight:800;color:#92660a;background:#fdf1d8;border:1px solid #f3d79a;border-radius:99px;padding:3px 10px;opacity:0;animation:FeatureDemos_sPill__13OlT 5.5s ease-in-out var(--d,0s) infinite}.FeatureDemos_sAgent__L1deD{align-self:flex-end;display:inline-flex;align-items:center;gap:6px;font-size:.62rem;font-weight:800;color:#15803d;background:rgba(22,163,74,.1);border:1px solid rgba(22,163,74,.3);border-radius:99px;padding:3px 9px 3px 3px;opacity:0;animation:FeatureDemos_sAgent__L1deD 5.5s ease-in-out var(--d,0s) infinite}.FeatureDemos_sAgentAv__jZkI3{display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:#16a34a;color:#fff;font-size:.6rem;font-weight:900}@keyframes FeatureDemos_sShake__RzdVZ{0%,5%{transform:translateX(0)}8%{transform:translateX(-2px)}11%{transform:translateX(2px)}14%{transform:translateX(-2px)}17%{transform:translateX(0)}to{transform:translateX(0)}}@keyframes FeatureDemos_sPill__13OlT{0%,30%{opacity:0;transform:translateY(4px);box-shadow:none}40%{opacity:1;transform:none;box-shadow:0 0 0 4px rgba(var(--accent-rgb),.28)}55%,92%{opacity:1;transform:none;box-shadow:0 0 0 0 rgba(var(--accent-rgb),0)}to{opacity:0}}@keyframes FeatureDemos_sAgent__L1deD{0%,58%{opacity:0;transform:translateX(8px)}68%,92%{opacity:1;transform:none}to{opacity:0}}.FeatureDemos_prod___s08o{display:grid;place-items:center;height:100%}.FeatureDemos_pCard__Nd5nc{display:grid;grid-template-columns:36px 1fr;grid-gap:8px;gap:8px;align-items:center;width:90%;background:#fff;border:1px solid #e5dcc9;border-radius:10px;padding:8px;animation:FeatureDemos_pIn__nBlIa 5s ease-in-out var(--d,0s) infinite}.FeatureDemos_pThumb__yrkQ9{width:36px;height:36px;border-radius:7px;background:linear-gradient(135deg,#c2785a,#8a4f38)}.FeatureDemos_pName__xoIH9{font-size:.66rem;font-weight:800;color:#1a1a2e;display:block}.FeatureDemos_pPrice__Sj_bG{font-size:.64rem;font-weight:800;color:#92660a}.FeatureDemos_pAddWrap__bONFu{position:relative;grid-column:1/-1;height:22px}.FeatureDemos_pAdd__kc3Ui,.FeatureDemos_pAdded__HZbvv{position:absolute;inset:0;display:inline-flex;align-items:center;justify-content:center;gap:5px;border-radius:6px;font-size:.62rem;font-weight:800}.FeatureDemos_pAdd__kc3Ui{background:var(--accent);color:#1a1a1a;animation:FeatureDemos_acType__2ylrU 5s ease-in-out var(--d,0s) infinite}.FeatureDemos_pAdded__HZbvv{background:rgba(22,163,74,.12);border:1px solid rgba(22,163,74,.35);color:#15803d;opacity:0;animation:FeatureDemos_acAns__fMwoh 5s ease-in-out var(--d,0s) infinite}@keyframes FeatureDemos_pIn__nBlIa{0%{opacity:0;transform:translateY(7px)}10%,to{opacity:1;transform:none}}.FeatureDemos_lead__xIw4B{display:flex;flex-direction:column;justify-content:center;gap:7px;height:100%}.FeatureDemos_lField__lqM4j{display:flex;align-items:center;gap:6px;font-size:.6rem;font-weight:800;color:#94a3b8;background:#fff;border:1px solid #e5dcc9;border-radius:7px;padding:6px 8px}.FeatureDemos_lVal___vPCX{font-weight:700;color:#1a1a2e;opacity:0;animation:FeatureDemos_lVal___vPCX 5.5s ease-in-out var(--d,0s) infinite}.FeatureDemos_lField__lqM4j:nth-child(2) .FeatureDemos_lVal___vPCX{animation-delay:calc(var(--d, 0s) + .8s)}.FeatureDemos_lSubmit__p7e6Y{display:inline-flex;align-items:center;justify-content:center;gap:6px;background:var(--accent);color:#1a1a1a;font-size:.62rem;font-weight:800;border-radius:7px;padding:6px}.FeatureDemos_lSubmit__p7e6Y .FeatureDemos_check__z37Qd{opacity:0;animation:FeatureDemos_lCheck__3VaJh 5.5s ease-in-out var(--d,0s) infinite}@keyframes FeatureDemos_lVal___vPCX{0%,12%{opacity:0}24%,to{opacity:1}}@keyframes FeatureDemos_lCheck__3VaJh{0%,55%{opacity:0;transform:scale(.4)}65%,to{opacity:1;transform:scale(1)}}.FeatureDemos_trig__37SDq{position:relative;height:100%;background:#fff;border:1px solid #ece6da;border-radius:8px;overflow:hidden;padding:10px}.FeatureDemos_tLine__UxLkP{height:6px;border-radius:99px;background:#eef0f3;margin-bottom:6px}.FeatureDemos_tLine__UxLkP:first-child{width:70%}.FeatureDemos_tLine__UxLkP:nth-child(2){width:90%}.FeatureDemos_tLine__UxLkP:nth-child(3){width:55%}.FeatureDemos_tBubble___E2Lg{position:absolute;right:9px;bottom:9px;width:22px;height:22px;border-radius:50%;background:#1a1a2e;display:grid;place-items:center;color:var(--accent)}.FeatureDemos_tPopup__O_5sS{position:absolute;right:9px;bottom:38px;background:#1a1a2e;color:#fff;font-size:.62rem;font-weight:700;padding:6px 9px;border-radius:9px;border-bottom-right-radius:3px;transform-origin:bottom right;animation:FeatureDemos_tPop__dNwCy 4.5s ease-in-out var(--d,0s) infinite}@keyframes FeatureDemos_tPop__dNwCy{0%,22%{opacity:0;transform:scale(.5)}34%,80%{opacity:1;transform:scale(1)}92%,to{opacity:0;transform:scale(.5)}}.FeatureDemos_ab__hQlhI{display:flex;flex-direction:column;justify-content:center;gap:7px;height:100%}.FeatureDemos_abHead__mJMN2{margin:0 0 1px;font-size:.56rem;font-weight:800;color:#94a3b8}.FeatureDemos_abRow__VHRRx{display:flex;align-items:center;gap:7px;font-size:.62rem;font-weight:800;color:#1a1a2e}.FeatureDemos_abWin__3S9F0{font-size:.5rem;font-weight:900;text-transform:uppercase;letter-spacing:.04em;color:#15803d;background:rgba(22,163,74,.12);border:1px solid rgba(22,163,74,.3);border-radius:99px;padding:1px 6px;flex-shrink:0;opacity:0;animation:FeatureDemos_abWin__3S9F0 5s ease-out var(--d,0s) infinite}@keyframes FeatureDemos_abWin__3S9F0{0%,46%{opacity:0;transform:scale(.6)}58%,to{opacity:1;transform:scale(1)}}.FeatureDemos_abLbl__X9rzK{width:12px;flex-shrink:0}.FeatureDemos_abTrack__U85F2{flex:1 1;height:9px;border-radius:99px;background:#eef0f3;overflow:hidden}.FeatureDemos_abFill__3h9Bt{display:block;height:100%;border-radius:99px;background:var(--accent);width:0;animation:FeatureDemos_abA__fWKh0 5s ease-out var(--d,0s) infinite}.FeatureDemos_abFillB__oANgJ{background:#cdbf9f;animation-name:FeatureDemos_abB__p6c1T}.FeatureDemos_abPct__ZKPDe{width:26px;text-align:right;color:#64748b;flex-shrink:0}@keyframes FeatureDemos_abA__fWKh0{0%{width:0}40%,to{width:64%}}@keyframes FeatureDemos_abB__p6c1T{0%{width:0}40%,to{width:36%}}.FeatureDemos_score__D_iqZ{display:flex;align-items:center;justify-content:center;gap:12px;height:100%}.FeatureDemos_ring__YaYic{position:relative;width:64px;height:64px}.FeatureDemos_ring__YaYic svg{transform:rotate(-90deg)}.FeatureDemos_ringTrack__UPFhx{fill:none;stroke:#eef0f3;stroke-width:6}.FeatureDemos_ringFill__tQ1L4{fill:none;stroke:#16a34a;stroke-width:6;stroke-linecap:round;stroke-dasharray:176;stroke-dashoffset:176;animation:FeatureDemos_ring__YaYic 4.5s ease-out var(--d,0s) infinite}.FeatureDemos_ringNum__iB7Q4{position:absolute;inset:0;display:grid;place-items:center;font-size:1rem;font-weight:900;color:#1a1a2e}.FeatureDemos_scoreHot__gPC9d{font-size:.62rem;font-weight:800;color:#15803d;background:rgba(22,163,74,.12);border:1px solid rgba(22,163,74,.3);border-radius:99px;padding:3px 9px}@keyframes FeatureDemos_ring__YaYic{0%{stroke-dashoffset:176}45%,to{stroke-dashoffset:26}}.FeatureDemos_acts__ymaDr{display:flex;align-items:center;justify-content:center;gap:6px;height:100%}.FeatureDemos_actStep__h3wXD{font-size:.6rem;font-weight:800;color:#94a3b8;background:#fff;border:1px solid #e5dcc9;border-radius:7px;padding:6px 7px;animation:FeatureDemos_actStep__h3wXD 5s ease-in-out var(--d,0s) infinite}.FeatureDemos_actStep__h3wXD:nth-child(3){animation-delay:calc(var(--d, 0s) + .6s)}.FeatureDemos_actDone__nnwOE{animation-delay:calc(var(--d, 0s) + 1.2s)!important}.FeatureDemos_actDone__nnwOE.FeatureDemos_actLit__iyW9M{color:#15803d;background:rgba(22,163,74,.12);border-color:rgba(22,163,74,.35)}.FeatureDemos_actArrow__W3gtq{color:var(--demo-arrow,#c9b88a);font-weight:900}@keyframes FeatureDemos_actStep__h3wXD{0%,8%{color:#94a3b8;border-color:#e5dcc9}20%{color:#92660a;border-color:#f3d79a;background:#fdf1d8}92%{color:#92660a}to{color:#94a3b8;background:#fff;border-color:#e5dcc9}}.FeatureDemos_chan__AIdRI{display:grid;place-items:center;height:100%}.FeatureDemos_chInbox__0Q0tI{width:92%}.FeatureDemos_chHead__xr3oG{font-size:.56rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:#94a3b8;margin:0 0 6px 2px}.FeatureDemos_chRow__HVryT{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #ece6da;border-radius:9px;padding:7px 9px;animation:FeatureDemos_chIn__8Yi59 4.5s ease-in-out var(--d,0s) infinite}.FeatureDemos_chIco__HHcdV{width:24px;height:24px;border-radius:7px;display:grid;place-items:center;background:#f6f1ea;flex-shrink:0}.FeatureDemos_chMsg___gKL9{flex:1 1;min-width:0;font-size:.64rem;font-weight:700;color:#1a1a2e;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.FeatureDemos_chCheck__QGtwm{opacity:0;animation:FeatureDemos_chCheck__QGtwm 4.5s ease-in-out var(--d,0s) infinite}@keyframes FeatureDemos_chIn__8Yi59{0%{opacity:0;transform:translateX(-10px)}14%,to{opacity:1;transform:none}}@keyframes FeatureDemos_chCheck__QGtwm{0%,45%{opacity:0;transform:scale(.4)}58%,to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.FeatureDemos_frame__oFB_0 *{animation:none!important}.FeatureDemos_acDots__2KQ9q,.FeatureDemos_acSearch__av376,.FeatureDemos_pAdd__kc3Ui{opacity:0!important}.FeatureDemos_abWin__3S9F0,.FeatureDemos_acAnsWrap__Nslb9,.FeatureDemos_acAns__fMwoh,.FeatureDemos_chCheck__QGtwm,.FeatureDemos_lSubmit__p7e6Y .FeatureDemos_check__z37Qd,.FeatureDemos_lVal___vPCX,.FeatureDemos_pAdded__HZbvv,.FeatureDemos_sAgent__L1deD,.FeatureDemos_sPill__13OlT{opacity:1!important;transform:none!important;box-shadow:none!important}.FeatureDemos_langBubble__kSFmW span:first-child{opacity:1!important}.FeatureDemos_langBubble__kSFmW span:nth-child(2),.FeatureDemos_langBubble__kSFmW span:nth-child(3),.FeatureDemos_langBubble__kSFmW span:nth-child(4){opacity:0!important}.FeatureDemos_abFill__3h9Bt{width:64%!important}.FeatureDemos_abFillB__oANgJ{width:36%!important}.FeatureDemos_ringFill__tQ1L4{stroke-dashoffset:26!important}.FeatureDemos_tPopup__O_5sS{opacity:1!important;transform:none!important}.FeatureDemos_fConnFill__nVRuN{width:100%!important}.FeatureDemos_fN__Zh4h6{color:#92660a!important;border-color:var(--accent)!important;background:#fffdf6!important}}@media (max-width:560px){.FeatureDemos_frame__oFB_0{height:104px}}.FeatureCategories_wrap__NUQhc{margin-top:18px}.FeatureCategories_tabs__ujvdH{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:22px}.FeatureCategories_tab__a0toO{padding:10px 18px;min-height:44px;border:1px solid var(--border,#e5e1d8);border-radius:99px;background:#fff;color:#475569;font-size:.9rem;font-weight:700;cursor:pointer;transition:border-color .15s,color .15s,background .15s}.FeatureCategories_tabActive__N675t,.FeatureCategories_tab__a0toO:hover{border-color:var(--accent,var(--accent))}.FeatureCategories_tabActive__N675t{background:var(--accent,var(--accent));color:#1a1a2e}.FeatureCategories_grid__p0qj4{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:14px;gap:14px}.FeatureCategories_item__dNJSy{display:flex;flex-direction:column;background:#fff;border:1px solid var(--border,#e5e1d8);border-radius:12px;padding:14px;transition:border-color .15s,box-shadow .15s,transform .15s}.FeatureCategories_item__dNJSy:hover{border-color:var(--accent,var(--accent));box-shadow:0 6px 18px rgba(15,23,42,.07);transform:translateY(-2px)}.FeatureCategories_head__4L9Oi{display:flex;align-items:center;gap:10px;margin-bottom:5px}.FeatureCategories_icon__yqwYz{flex-shrink:0;width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:#f1f5f9}.FeatureCategories_itemName__vuyez{margin:0;font-size:.9rem;font-weight:800;color:#1a1a2e;line-height:1.25}.FeatureCategories_itemDesc__0zkZr{margin:0;font-size:.82rem;color:#64748b;line-height:1.5}.FeatureShowcase_wrap__cioXF{background:var(--surface,#ffffff);padding:72px 24px 64px;border-top:1px solid var(--border,#e5e1d8);border-bottom:1px solid var(--border,#e5e1d8)}.FeatureShowcase_inner__kh8qf{max-width:1180px;margin:0 auto;display:flex;flex-direction:column;gap:32px}.FeatureShowcase_header__w19p_{text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px}.FeatureShowcase_eyebrow__NCps5{font-size:.72rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--accent,var(--accent));margin:0}.FeatureShowcase_title__HWZRj{font-family:Caveat,cursive;font-size:clamp(36px,5.5vw,52px);font-weight:700;margin:0;line-height:1.05;color:var(--text,#1a1a2e)}.FeatureShowcase_sub__TIqjH{font-family:Inter,sans-serif;font-size:1rem;line-height:1.6;color:var(--muted,#475569);margin:0;max-width:640px}.FeatureShowcase_grid__hvI1X{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.FeatureShowcase_card__cTidF{background:var(--bg,#faf7f2);border:1.5px solid var(--border,#e5e1d8);border-radius:16px;padding:22px;display:flex;flex-direction:column;gap:14px;min-height:280px;position:relative}.FeatureShowcase_cardWide__HyVDW{grid-column:span 2}.FeatureShowcase_cardHead__INQEg{display:flex;align-items:center;gap:10px}.FeatureShowcase_cardIcon__r3YUl{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:rgba(var(--accent-rgb),.14);color:var(--accent,var(--accent));flex-shrink:0}.FeatureShowcase_cardTitle__0T3Id{font-family:Inter,sans-serif;font-size:.96rem;font-weight:800;color:var(--text,#1a1a2e);margin:0}.FeatureShowcase_cardDesc__Y2CQ1{font-family:Inter,sans-serif;font-size:.86rem;line-height:1.55;color:var(--muted,#475569);margin:0}.FeatureShowcase_mockup__HWDgg{background:#ffffff;border:1px solid var(--border,#e5e1d8);border-radius:12px;padding:12px;flex:1 1;display:flex;flex-direction:column;gap:8px;box-shadow:0 2px 12px rgba(0,0,0,.05);min-height:120px;font-family:Inter,sans-serif;color:var(--text,#1a1a2e);overflow:hidden}.FeatureShowcase_slackRow__iIupN{display:flex;gap:8px;align-items:flex-start}.FeatureShowcase_slackAvatar__Dbfa9{width:28px;height:28px;border-radius:6px;background:linear-gradient(135deg,#4a154b,#8e44ad);color:#ffffff;display:grid;place-items:center;font-weight:800;font-size:.74rem;flex-shrink:0}.FeatureShowcase_slackBody__4Alt_{flex:1 1}.FeatureShowcase_slackName__aB7FY{font-size:.78rem;font-weight:800;color:var(--text,#1a1a2e)}.FeatureShowcase_slackText__bcPc1{font-size:.78rem;line-height:1.45;color:var(--muted,#475569);margin-top:2px}.FeatureShowcase_emailHeader__v_8Zs{font-size:.74rem;color:var(--muted,#475569);border-bottom:1px solid var(--border,#e5e1d8);padding-bottom:6px}.FeatureShowcase_emailSubject__XL0d_{font-size:.84rem;font-weight:800;color:var(--text,#1a1a2e)}.FeatureShowcase_emailDraft__e_VZC{background:var(--bg,#faf7f2);border-left:3px solid var(--accent,var(--accent));padding:8px 10px;border-radius:4px;font-size:.78rem;line-height:1.5;color:var(--text,#1a1a2e)}.FeatureShowcase_inboxChips__QMq6i{display:flex;flex-wrap:wrap;gap:6px}.FeatureShowcase_inboxChip__zBuz_{padding:5px 10px;border-radius:999px;background:var(--bg,#faf7f2);border:1px solid var(--border,#e5e1d8);font-size:.74rem;font-weight:700;display:inline-flex;align-items:center;gap:5px}.FeatureShowcase_inboxDot__Ae2qk{width:6px;height:6px;border-radius:50%;background:#22c55e}.FeatureShowcase_funnelRow__kni7x{display:flex;flex-direction:column;gap:8px}.FeatureShowcase_funnelStep__UXM9m{display:flex;align-items:center;gap:8px;font-size:.78rem}.FeatureShowcase_funnelLabel__ZmMAu{flex:1 1;font-weight:700;color:var(--text,#1a1a2e)}.FeatureShowcase_funnelBar__RaEld{height:6px;background:var(--accent,var(--accent));border-radius:999px}.FeatureShowcase_funnelValue__wOcGn{font-weight:800;color:var(--text,#1a1a2e);min-width:44px;text-align:right}.FeatureShowcase_chartFrame__Lb_3b{height:70px;position:relative;margin-top:6px}.FeatureShowcase_chartSvg__KvmAq{width:100%;height:100%}.FeatureShowcase_csatLegend__EWPhA{display:flex;justify-content:space-between;font-size:.72rem;color:var(--muted,#475569);margin-top:4px}.FeatureShowcase_crawlerRow__ezWMc{display:flex;align-items:center;gap:10px;font-size:.78rem}.FeatureShowcase_crawlerStat__N7dV0{display:flex;flex-direction:column;gap:2px;padding:6px 10px;background:var(--bg,#faf7f2);border:1px solid var(--border,#e5e1d8);border-radius:8px;flex:1 1}.FeatureShowcase_crawlerValue__ie6nd{font-size:1rem;font-weight:800;color:var(--text,#1a1a2e)}.FeatureShowcase_crawlerLabel__nmT50{font-size:.7rem;color:var(--muted,#475569)}.FeatureShowcase_codeBox__aWqME{background:#1a1a2e;color:#f8fafc;border-radius:8px;padding:11px 12px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.74rem;line-height:1.55;overflow-x:auto;white-space:pre}.FeatureShowcase_codeKeyword__f9_hs{color:var(--accent)}.FeatureShowcase_codeString__x1d2y{color:#86efac}.FeatureShowcase_codeKey__ZmbbV{color:#93c5fd}.FeatureShowcase_abRow__KKUFw{display:flex;gap:8px}.FeatureShowcase_abCard__jhbWD{flex:1 1;background:var(--bg,#faf7f2);border:1px solid var(--border,#e5e1d8);border-radius:8px;padding:8px;text-align:center}.FeatureShowcase_abCardWin__uYSMM{background:rgba(45,122,79,.12);border-color:rgba(45,122,79,.45)}.FeatureShowcase_abLabel__NLq5w{font-size:.7rem;font-weight:800;color:var(--muted,#475569);letter-spacing:.05em;text-transform:uppercase}.FeatureShowcase_abValue__JBute{font-size:1.1rem;font-weight:800;color:var(--text,#1a1a2e)}.FeatureShowcase_abWinBadge__66uJM{display:inline-block;margin-top:4px;padding:2px 7px;background:#166534;color:#ffffff;font-size:.65rem;border-radius:999px;font-weight:800}.FeatureShowcase_customizerRow__U62yf{display:grid;grid-template-columns:80px 1fr;grid-gap:10px;gap:10px;align-items:center;font-size:.78rem}.FeatureShowcase_swatchRow__gg2hO{display:flex;gap:5px}.FeatureShowcase_swatch__qNTD_{width:18px;height:18px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px var(--border,#e5e1d8)}.FeatureShowcase_swatchActive__EgOMC{box-shadow:0 0 0 2px var(--accent,var(--accent))}.FeatureShowcase_memoryRow__EuIGj{display:flex;flex-direction:column;gap:6px;font-size:.78rem}.FeatureShowcase_memoryItem__IGwyJ{display:flex;align-items:center;gap:7px;background:var(--bg,#faf7f2);border:1px solid var(--border,#e5e1d8);border-radius:8px;padding:7px 10px}.FeatureShowcase_memoryIcon__Pnwh8{width:14px;height:14px;flex-shrink:0;color:var(--accent,var(--accent))}.FeatureShowcase_ticketStrip__ZpZML{background:var(--bg,#faf7f2);border:1px solid var(--border,#e5e1d8);border-radius:8px;padding:9px 11px}.FeatureShowcase_ticketSubject__mGUaP{font-size:.84rem;font-weight:800;color:var(--text,#1a1a2e)}.FeatureShowcase_ticketSummary__w_VOz{margin-top:5px;font-size:.78rem;color:var(--muted,#475569);line-height:1.45}.FeatureShowcase_ticketBullets__bcnP9{margin:4px 0 0;padding-left:16px}.FeatureShowcase_ticketBullets__bcnP9 li{margin:2px 0}@media (max-width:980px){.FeatureShowcase_grid__hvI1X{grid-template-columns:repeat(2,minmax(0,1fr))}.FeatureShowcase_cardWide__HyVDW{grid-column:span 2}}@media (max-width:620px){.FeatureShowcase_grid__hvI1X{grid-template-columns:1fr}.FeatureShowcase_cardWide__HyVDW{grid-column:span 1}.FeatureShowcase_wrap__cioXF{padding:56px 16px 48px}}.EuTrustSection_wrap__HRIn_{background:radial-gradient(ellipse at 50% -20%,rgba(0,51,153,.06),transparent 55%),var(--surface,#ffffff);padding:72px 24px 64px;border-top:1px solid var(--border,#e5e1d8);border-bottom:1px solid var(--border,#e5e1d8)}.EuTrustSection_inner__thAS9{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:36px}.EuTrustSection_headerRow__CrcPZ{display:flex;gap:32px;align-items:flex-start;flex-wrap:wrap}.EuTrustSection_headerText__7Vpwg{flex:1 1;min-width:260px;display:flex;flex-direction:column;gap:12px}.EuTrustSection_eyebrow__8rb8v{font-size:.72rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#003399;margin:0}.EuTrustSection_title__ntAX3{font-family:Caveat,cursive;font-size:clamp(36px,5.5vw,52px);font-weight:700;margin:0;color:var(--text,#1a1a2e);line-height:1.05}.EuTrustSection_titleAccent__YC12U{color:#003399}.EuTrustSection_sub__3oL2r{font-family:Inter,sans-serif;font-size:1rem;line-height:1.6;color:var(--muted,#475569);margin:0;max-width:540px}.EuTrustSection_headerFlag__iUZMv{flex-shrink:0;width:220px;max-width:100%;height:auto;border-radius:12px;box-shadow:0 6px 20px rgba(0,51,153,.14)}.EuTrustSection_grid__sZkcV{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.EuTrustSection_card__hQkMh{background:var(--bg,#faf7f2);border:1.5px solid var(--border,#e5e1d8);border-radius:14px;padding:18px;display:flex;flex-direction:column;gap:8px}.EuTrustSection_cardIcon__q4cVX{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:rgba(0,51,153,.08);color:#003399;margin-bottom:4px}.EuTrustSection_cardTitle__i2meo{font-family:Inter,sans-serif;font-size:.92rem;font-weight:800;color:var(--text,#1a1a2e);margin:0}.EuTrustSection_cardBody__UAKRd{font-family:Inter,sans-serif;font-size:.84rem;line-height:1.55;color:var(--muted,#475569);margin:0}.EuTrustSection_rightsBox__ckevp{background:var(--bg,#faf7f2);border:1.5px solid var(--border,#e5e1d8);border-radius:14px;padding:22px 24px;display:flex;align-items:center;gap:22px;flex-wrap:wrap;justify-content:space-between}.EuTrustSection_rightsText__O1_Vv{flex:1 1;min-width:260px;display:flex;flex-direction:column;gap:6px}.EuTrustSection_rightsTitle__q_uuJ{font-family:Inter,sans-serif;font-size:1rem;font-weight:800;color:var(--text,#1a1a2e);margin:0}.EuTrustSection_rightsBody__j0VtE{font-family:Inter,sans-serif;font-size:.88rem;line-height:1.55;color:var(--muted,#475569);margin:0}.EuTrustSection_rightsLinks__Jr670{display:flex;gap:10px;flex-wrap:wrap}.EuTrustSection_rightsLink__Jg3Sg{padding:9px 16px;border-radius:8px;font-family:Inter,sans-serif;font-size:.86rem;font-weight:700;text-decoration:none;border:1.5px solid #003399;color:#003399;background:#ffffff;transition:background .15s}.EuTrustSection_rightsLink__Jg3Sg:hover{background:rgba(0,51,153,.06)}@media (max-width:880px){.EuTrustSection_grid__sZkcV{grid-template-columns:repeat(2,minmax(0,1fr))}.EuTrustSection_headerFlag__iUZMv{width:160px}}@media (max-width:520px){.EuTrustSection_grid__sZkcV{grid-template-columns:1fr}.EuTrustSection_wrap__HRIn_{padding:56px 16px 48px}}