@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&family=Space+Mono:wght@400;700&family=Orbitron:wght@400;700;900&family=DM+Sans:wght@400;500;600&display=swap");.JourneySection_container__5l9KU{width:100%;position:relative;-webkit-overflow-scrolling:touch;touch-action:auto}.JourneySection_bgGlow__GZsl9{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1;opacity:.3;pointer-events:none}.JourneySection_bgGlow__GZsl9:after,.JourneySection_bgGlow__GZsl9:before{content:"";position:absolute;border-radius:50%;filter:blur(80px)}.JourneySection_bgGlow__GZsl9:before{top:-200px;left:-200px;width:600px;height:600px;background:var(--neon-cyan);animation:JourneySection_float1__bCjBT 20s ease-in-out infinite}.JourneySection_bgGlow__GZsl9:after{bottom:-200px;right:-200px;width:800px;height:800px;background:var(--hot-magenta);animation:JourneySection_float2__1s6xF 25s ease-in-out infinite}@keyframes JourneySection_float1__bCjBT{0%,to{transform:translate(0)}50%{transform:translate(100px,50px)}}@keyframes JourneySection_float2__1s6xF{0%,to{transform:translate(0)}50%{transform:translate(-80px,-60px)}}.JourneySection_journeySection__QnM1N{position:relative;z-index:2}.JourneySection_browseInputContainer__EF0WQ{position:fixed;bottom:0;left:0;right:0;width:100%;padding:12px 16px calc(16px + env(safe-area-inset-bottom, 0px));background:#f5f5f4;z-index:98;height:auto;overflow:visible;contain:layout;isolation:isolate;transform:translateZ(0);-webkit-transform:translateZ(0);transition:transform .3s ease-in-out}.JourneySection_browseInputContainerHidden__NKYsX{transform:translateY(100%)}.JourneySection_suggestedRepliesWrapper__Fd6D1{position:relative;max-width:700px;width:min(700px,calc(100vw - 32px));margin:0 auto 8px;z-index:1001}.JourneySection_suggestedRepliesWrapper__Fd6D1:after,.JourneySection_suggestedRepliesWrapper__Fd6D1:before{content:"";position:absolute;top:0;bottom:0;width:24px;pointer-events:none;z-index:2;opacity:0;transition:opacity .2s ease}.JourneySection_suggestedRepliesWrapper__Fd6D1:before{left:0;background:linear-gradient(90deg,#f5f5f4 0,transparent)}.JourneySection_suggestedRepliesWrapper__Fd6D1:after{right:0;background:linear-gradient(270deg,#f5f5f4 0,transparent)}.JourneySection_suggestedRepliesWrapper__Fd6D1.JourneySection_showLeftFade__kK_Fa:before,.JourneySection_suggestedRepliesWrapper__Fd6D1.JourneySection_showRightFade__zK8_u:after{opacity:1}.dark .JourneySection_suggestedRepliesWrapper__Fd6D1:before,body.dark .JourneySection_suggestedRepliesWrapper__Fd6D1:before{background:linear-gradient(90deg,#0a0a0f 0,transparent)}.dark .JourneySection_suggestedRepliesWrapper__Fd6D1:after,body.dark .JourneySection_suggestedRepliesWrapper__Fd6D1:after{background:linear-gradient(270deg,#0a0a0f 0,transparent)}.JourneySection_suggestedRepliesRow__Tg22N{display:flex;gap:8px;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:0 2px;mask-image:linear-gradient(90deg,transparent 0,#000 16px,#000 calc(100% - 16px),transparent);-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 16px,#000 calc(100% - 16px),transparent)}.JourneySection_suggestedRepliesRow__Tg22N::-webkit-scrollbar{display:none}.JourneySection_suggestedReplyChip__rawXT{border:1px solid #e4e4e7;background:#fff;border-radius:999px;padding:6px 12px;font-size:.85rem;color:#18181b;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:background .15s ease,border-color .15s ease,transform .1s ease}.JourneySection_suggestedReplyChip__rawXT:hover{background:#ecfeff;border-color:#0d9488}.JourneySection_suggestedReplyChip__rawXT:active{transform:scale(.97)}.JourneySection_suggestedReplyChip__rawXT:disabled{opacity:.6;cursor:not-allowed}.dark .JourneySection_browseInputContainer__EF0WQ,body.dark .JourneySection_browseInputContainer__EF0WQ{background:linear-gradient(0deg,#0a0a0f 80%,transparent)}.JourneySection_inputWrapper__AGwEI{display:flex;gap:8px;align-items:center;max-width:700px;position:relative;margin:0 auto;width:min(700px,calc(100vw - 32px));z-index:1001;box-sizing:border-box}.JourneySection_browseInput__h4IbB{flex:1;padding:14px 100px 14px 16px;background:#fff;border:1px solid #e4e4e7;border-radius:12px;color:#18181b;font-family:DM Sans,-apple-system,sans-serif;font-size:16px;transition:all .15s;outline:none}.dark .JourneySection_browseInput__h4IbB,body.dark .JourneySection_browseInput__h4IbB{background:#18181b;border-color:#3f3f46;color:#fafafa}.JourneySection_browseInput__h4IbB::-moz-placeholder{color:#a1a1aa;font-size:16px}.JourneySection_browseInput__h4IbB::placeholder{color:#a1a1aa;font-size:16px}.dark .JourneySection_browseInput__h4IbB::-moz-placeholder,body.dark .JourneySection_browseInput__h4IbB::-moz-placeholder{color:#71717a}.dark .JourneySection_browseInput__h4IbB::placeholder,body.dark .JourneySection_browseInput__h4IbB::placeholder{color:#71717a}.JourneySection_browseInput__h4IbB:focus{outline:none;border-color:#0d9488;box-shadow:0 0 0 3px rgba(13,148,136,.1)}.JourneySection_browseInput__h4IbB:hover:not(:focus){border-color:#d4d4d8}.dark .JourneySection_browseInput__h4IbB:hover:not(:focus),body.dark .JourneySection_browseInput__h4IbB:hover:not(:focus){border-color:#52525b}.JourneySection_browseInput__h4IbB.JourneySection_browseInputDisabled__PhkKv,.JourneySection_browseInput__h4IbB:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.JourneySection_inputActions__fp_pC{position:absolute;right:6px;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.JourneySection_moduleMenuBtn__2tt_O{position:relative;width:36px;height:38px;min-width:36px;min-height:38px;padding:0;border-radius:8px;border:none;background:#0d9488;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s,transform .1s}.JourneySection_moduleMenuBtn__2tt_O:hover:not(:disabled){background:#0f766e}.JourneySection_moduleMenuBtn__2tt_O:active:not(:disabled){transform:scale(.97)}.JourneySection_moduleMenuBtn__2tt_O:disabled{opacity:.5;cursor:not-allowed}.JourneySection_moduleMenuBtnActive__cQBQ4{background:#0f766e;box-shadow:0 0 0 2px rgba(13,148,136,.25)}.JourneySection_moduleMenuBtn__2tt_O svg{width:18px;height:18px}.JourneySection_moduleMenuBadge__Yc7nK{position:absolute;top:-4px;right:-4px;background:#d4873e;color:#fff;font-size:9px;font-weight:700;min-width:14px;height:14px;border-radius:7px;display:flex;align-items:center;justify-content:center;padding:0 3px}.JourneySection_sendBtn__U0CrW{width:38px;height:38px;background:#0d9488;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s;flex-shrink:0}.JourneySection_sendBtn__U0CrW:hover{background:#0f766e}.JourneySection_sendBtn__U0CrW:active{transform:scale(.95)}.JourneySection_sendBtn__U0CrW:disabled{opacity:.5;cursor:not-allowed;transform:none}.JourneySection_sendBtn__U0CrW svg{width:18px;height:18px}.JourneySection_sendSpinner__qO8j5{width:18px;height:18px;border:2px solid hsla(0,0%,100%,.35);border-top-color:#fff;border-radius:50%;animation:JourneySection_spin__gGKmx 1s linear infinite;display:inline-block}@media (max-width:767px){.JourneySection_browseInputContainer__EF0WQ{padding:12px 12px calc(16px + env(safe-area-inset-bottom, 0px));left:0!important;width:100%!important}.JourneySection_browseInput__h4IbB{padding:12px 96px 12px 14px;font-size:16px}.JourneySection_sendBtn__U0CrW svg{width:16px;height:16px}}.JourneySection_sectionHeader__lGYe3{text-align:center;margin-bottom:40px}.JourneySection_sectionTitle__wt0pH{font-family:Archivo Black,sans-serif;font-size:3vw;font-weight:600;text-transform:uppercase;text-align:center;line-height:5vw;margin:32px 0;background:linear-gradient(45deg,#0ff,#f0f,#8a2be2,#32cd32);background-size:400% 400%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:JourneySection_gradientShift__nnPkx 4s ease infinite}@keyframes JourneySection_gradientShift__nnPkx{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.JourneySection_dropdownSection__7NaoI{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:30px;font-family:Space Mono,monospace;font-size:16px;color:#fff}.JourneySection_dropdownWrapper__yQ04j{display:inline-block;position:relative}.JourneySection_dropdown__x8d_P{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:8px;padding:10px 40px 10px 16px;color:#0ff;font-family:Space Mono,monospace;font-size:14px;cursor:pointer;outline:none;min-width:140px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2300FFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 16px center;background-size:12px}.JourneySection_dropdown__x8d_P:hover{border-color:rgba(0,255,255,.5)}.JourneySection_dropdown__x8d_P option{background:#0a0a0f;color:#0ff}.JourneySection_dropdownLoader__mqiry{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:8px;padding:10px 40px 10px 16px;min-width:140px;height:40px;display:flex;align-items:center;justify-content:center}.JourneySection_spinner__EX_u9{width:20px;height:20px;border:2px solid rgba(0,255,255,.3);border-top-color:#0ff;border-radius:50%;animation:JourneySection_spin__gGKmx 1s linear infinite}@keyframes JourneySection_spin__gGKmx{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.JourneySection_commitButton__fcbUJ{padding:12px 32px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.2);border-radius:8px;color:hsla(0,0%,100%,.8);font-size:14px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px;margin:0 auto 40px;font-family:Space Mono,monospace}.JourneySection_commitButton__fcbUJ:hover{background:hsla(0,0%,100%,.1);border-color:#32cd32;color:#32cd32;transform:translateY(-2px)}.JourneySection_moduleRow__9xdOM{position:relative}.JourneySection_gameBoard___jlzW{position:relative;max-width:1200px;margin:0 auto;padding:0 32px calc(115px + env(safe-area-inset-bottom, 0px));display:flex;flex-direction:column}.JourneySection_conversationThread__zIb7C{display:flex;flex-direction:column;gap:24px;margin-top:16px;padding-left:20px}.JourneySection_conversationThread__zIb7C:empty{display:none}.JourneySection_contentSection__W1mrn{position:relative;margin-bottom:32px;margin-top:0;padding-top:0;display:flex;flex-direction:column;touch-action:pan-y pan-x pinch-zoom;-webkit-overflow-scrolling:touch}.JourneySection_stickyHeader___BfRx{position:relative;z-index:50;display:flex;justify-content:flex-end;padding:12px 16px;margin-top:0}.JourneySection_stickyHeader___BfRx>*{pointer-events:auto}.JourneySection_topicQueryBubble__cOXfR,.JourneySection_userMessageBubble__6hmat{display:inline-block;background:#18181b;color:#fff;padding:10px 16px;border-radius:16px 16px 4px 16px;font-size:.95rem;text-align:right;max-width:80%;box-shadow:0 4px 12px rgba(0,0,0,.15)}.dark .JourneySection_topicQueryBubble__cOXfR,.dark .JourneySection_userMessageBubble__6hmat,body.dark .JourneySection_topicQueryBubble__cOXfR,body.dark .JourneySection_userMessageBubble__6hmat{background:#27272a;box-shadow:0 4px 12px rgba(0,0,0,.3)}@media (max-width:767px){.JourneySection_stickyHeader___BfRx{padding:10px 12px}.JourneySection_topicQueryBubble__cOXfR,.JourneySection_userMessageBubble__6hmat{font-size:.9rem;padding:8px 14px;max-width:85%}}.JourneySection_conversationTurn__cZlN_{display:flex;flex-direction:column;gap:16px;position:relative}.JourneySection_conversationTurn__cZlN_.JourneySection_inherited__6m8Td{opacity:.7}.JourneySection_conversationTurn__cZlN_.JourneySection_inherited__6m8Td:before{content:"";position:absolute;left:-16px;top:0;bottom:0;width:3px;background:#e4e4e7;border-radius:2px}.JourneySection_modulesGrid__Hk7qR{display:flex;gap:16px;overflow-x:auto;overflow-y:visible;padding-bottom:12px;margin-top:8px;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#e4e4e7 transparent;overscroll-behavior-x:contain;touch-action:auto;transform:translateZ(0);backface-visibility:hidden;min-height:200px}.JourneySection_modulesGrid__Hk7qR::-webkit-scrollbar{height:6px}.JourneySection_modulesGrid__Hk7qR::-webkit-scrollbar-track{background:#fafaf9;border-radius:3px}.JourneySection_modulesGrid__Hk7qR::-webkit-scrollbar-thumb{background:#e4e4e7;border-radius:3px}.JourneySection_modulesGrid__Hk7qR::-webkit-scrollbar-thumb:hover{background:#a1a1aa}@supports (scrollbar-width:thin){.JourneySection_modulesGrid__Hk7qR{scrollbar-width:thin;scrollbar-color:#e4e4e7 #fafaf9}}.JourneySection_branchDivider__Mk8l7{display:flex;align-items:center;gap:22px;margin:20px 0;padding:6px 0;color:#a1a1aa;font-size:.75rem}.JourneySection_branchDivider__Mk8l7:after,.JourneySection_branchDivider__Mk8l7:before{content:"";flex:1;height:1px;background:#e4e4e7}.JourneySection_branchDividerText__h0PfK{display:flex;align-items:center;gap:6px;padding:0 6px;white-space:nowrap}.JourneySection_modulesGrid__Hk7qR+.JourneySection_branchDivider__Mk8l7{margin-top:28px}.JourneySection_branchDivider__Mk8l7+.JourneySection_modulesGrid__Hk7qR{margin-top:20px}::global(.JourneySection_dark__9B78O) .JourneySection_branchDivider__Mk8l7,::global(body.JourneySection_dark__9B78O) .JourneySection_branchDivider__Mk8l7{color:#71717a}::global(.JourneySection_dark__9B78O) .JourneySection_branchDivider__Mk8l7:after,::global(.JourneySection_dark__9B78O) .JourneySection_branchDivider__Mk8l7:before,::global(body.JourneySection_dark__9B78O) .JourneySection_branchDivider__Mk8l7:after,::global(body.JourneySection_dark__9B78O) .JourneySection_branchDivider__Mk8l7:before{background:#27272a}@media (max-width:767px){.JourneySection_branchDivider__Mk8l7{margin:14px 0;padding:4px 0}.JourneySection_gameBoard___jlzW{padding:16px 16px calc(90px + env(safe-area-inset-bottom, 0px))}.JourneySection_modulesGrid__Hk7qR{gap:12px;padding-bottom:12px}.JourneySection_conversationThread__zIb7C{padding-left:16px}}@media (max-width:640px){.JourneySection_modulesGrid__Hk7qR{gap:12px}.JourneySection_gameBoard___jlzW{padding:0 16px calc(90px + env(safe-area-inset-bottom, 0px))}}.JourneySection_userMessageContainer__lY1DN{display:flex;flex-direction:column;align-items:flex-end;animation:JourneySection_messageIn__vfKcg .3s ease-out}@keyframes JourneySection_messageIn__vfKcg{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.JourneySection_userMessageBubble__6hmat{display:inline-block;max-width:85%;background:#18181b;border-radius:16px 16px 4px 16px;padding:12px 16px;position:relative}body.dark .JourneySection_userMessageBubble__6hmat{background:#3f3f46}.JourneySection_userMessageText__QoVeY{color:#fff;font-family:DM Sans,-apple-system,sans-serif;font-size:.95rem;line-height:1.5;word-wrap:break-word}.JourneySection_userMessageTime__HVbno{font-size:.7rem;color:#a1a1aa;margin-top:4px;padding:0 4px;text-align:right}@media (max-width:600px){.JourneySection_userMessageBubble__6hmat{max-width:90%;padding:10px 14px}.JourneySection_userMessageText__QoVeY{font-size:.9rem}}.JourneySection_pathSvg___9Rh_{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:5}.JourneySection_pathLine__onSn2{stroke:hsla(0,0%,100%,.3);stroke-width:3;fill:none;stroke-dasharray:8 4;stroke-linecap:round}.JourneySection_pathLine__onSn2.JourneySection_active__0BWT3{stroke:#32cd32;stroke-width:4;filter:drop-shadow(0 0 10px #32CD32);animation:JourneySection_pathFlow__VYun5 1s linear infinite}@keyframes JourneySection_pathFlow__VYun5{to{stroke-dashoffset:-12}}.JourneySection_progressBar__36_sl{position:fixed;bottom:0;left:0;right:0;background:rgba(10,10,15,.95);backdrop-filter:blur(20px);border-top:1px solid hsla(0,0%,100%,.1);padding:20px;z-index:90}.JourneySection_progressContent__inZ3_{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:40px}.JourneySection_progressTrack__qKRp7{flex:1;height:8px;background:hsla(0,0%,100%,.1);border-radius:4px;overflow:hidden}.JourneySection_progressFill__gGNvE{height:100%;background:linear-gradient(90deg,#0ff,#f0f,#8a2be2);width:0;transition:width 1s ease-out}.JourneySection_progressStats___IDdn{display:flex;gap:24px;font-size:14px;color:hsla(0,0%,100%,.6);font-family:Space Mono,monospace}.JourneySection_progressStat__5zcNg strong{color:#0ff;font-family:Orbitron,monospace}.JourneySection_continueBtn__eX0jd{padding:16px 32px;background:linear-gradient(135deg,#0ff,#f0f);color:#0a0a0f;border:none;border-radius:12px;font-size:14px;font-weight:700;cursor:pointer;text-transform:uppercase;letter-spacing:2px;font-family:Orbitron,monospace;transition:all .3s ease}.JourneySection_continueBtn__eX0jd:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,255,255,.5)}@media (max-width:768px){.JourneySection_progressContent__inZ3_{flex-direction:column;gap:20px}.JourneySection_progressStats___IDdn{order:-1}.JourneySection_sectionTitle__wt0pH{font-size:7vw;line-height:7vw}.JourneySection_dropdownSection__7NaoI{flex-direction:column;gap:12px}}.JourneySection_scrollCardContainer__GN6xZ{height:100vh;overflow:auto;display:flex;flex-direction:column;max-width:50vw;-webkit-overflow-scrolling:touch;touch-action:auto;position:relative}.JourneySection_scrollCardJourneySection__m6x5h{height:100%;display:flex;flex-direction:column;padding:0}.JourneySection_scrollCardModuleRow__3a7mD{flex:1;overflow-x:auto;overflow-y:scroll;padding:20px;display:flex;align-items:flex-start;scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.3) transparent;-webkit-overflow-scrolling:touch;touch-action:auto;-ms-overflow-style:-ms-autohiding-scrollbar}.JourneySection_scrollCardModuleRow__3a7mD::-webkit-scrollbar{height:8px}.JourneySection_scrollCardModuleRow__3a7mD::-webkit-scrollbar-track{background:transparent}.JourneySection_scrollCardModuleRow__3a7mD::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.3);border-radius:4px}.JourneySection_scrollCardModuleRow__3a7mD::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.5)}.JourneySection_scrollCardGameBoard__HdsAy{min-width:-moz-max-content;min-width:max-content;min-height:-moz-min-content;min-height:min-content;height:auto;display:flex;align-items:flex-start;gap:20px;padding:0 20px;overflow-y:visible;overflow-x:visible;touch-action:auto;pointer-events:auto}.JourneySection_scrollCardGameBoard__HdsAy::-webkit-scrollbar{width:6px}.JourneySection_scrollCardGameBoard__HdsAy::-webkit-scrollbar-track{background:transparent}.JourneySection_scrollCardGameBoard__HdsAy::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.3);border-radius:3px}.JourneySection_scrollCardGameBoard__HdsAy::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.5)}.JourneySection_scrollCardGameBoard__HdsAy .JourneySection_modulesGrid__Hk7qR{display:flex;flex-direction:row;gap:20px;align-items:center;min-width:-moz-max-content;min-width:max-content}@media only screen and (max-width:640px){.JourneySection_scrollCardContainer__GN6xZ,.JourneySection_scrollCardGameBoard__HdsAy,.JourneySection_scrollCardModuleRow__3a7mD{overflow-y:auto!important;overflow-x:hidden!important;height:auto!important;-webkit-overflow-scrolling:touch!important;touch-action:pan-y pan-x pinch-zoom!important}.JourneySection_modulesGrid__Hk7qR{touch-action:pan-x pan-y pinch-zoom!important;-webkit-overflow-scrolling:touch!important;overflow-y:visible!important;height:auto!important}.JourneySection_container__5l9KU,.JourneySection_gameBoard___jlzW,.JourneySection_journeySection__QnM1N,.JourneySection_moduleRow__9xdOM{touch-action:pan-y pan-x pinch-zoom!important;overflow-y:visible!important;overflow-x:hidden!important;height:auto!important;-webkit-overflow-scrolling:touch!important}.JourneySection_contentSection__W1mrn,.JourneySection_conversationThread__zIb7C,.JourneySection_conversationTurn__cZlN_{touch-action:pan-y pan-x pinch-zoom!important;-webkit-overflow-scrolling:touch!important}}body:has(.JourneySection_scrollCardGameBoard__HdsAy),html:has(.JourneySection_scrollCardGameBoard__HdsAy){overflow:auto!important;touch-action:auto!important}.JourneySection_scrollCardGameBoard__HdsAy .JourneySection_pathSvg___9Rh_{display:none}.JourneySection_moduleSkeletonCard__njwx9{flex-shrink:0;width:280px;min-height:320px;background:#fff;border:1px dashed #e4e4e7;border-radius:12px;display:flex;flex-direction:column;overflow:hidden;scroll-snap-align:start;animation:JourneySection_skeletonPulse__E5Btw 1.5s ease-in-out infinite}body.dark .JourneySection_moduleSkeletonCard__njwx9{background:#18181b;border-color:#3f3f46}.JourneySection_moduleSkeletonHeader__1dIxq{padding:16px;display:flex;flex-direction:column;gap:8px}.JourneySection_moduleSkeletonTitle__XTWtb{height:20px;width:70%;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%);background-size:200% 100%;animation:JourneySection_shimmer__NmdQX 1.5s infinite;border-radius:4px}body.dark .JourneySection_moduleSkeletonTitle__XTWtb{background:linear-gradient(90deg,#27272a 25%,#3f3f46 50%,#27272a 75%);background-size:200% 100%}.JourneySection_moduleSkeletonTag__QHU9C{position:absolute;top:12px;right:8px;height:18px;width:60px;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%);background-size:200% 100%;animation:JourneySection_shimmer__NmdQX 1.5s infinite;border-radius:3px}body.dark .JourneySection_moduleSkeletonTag__QHU9C{background:linear-gradient(90deg,#27272a 25%,#3f3f46 50%,#27272a 75%);background-size:200% 100%}.JourneySection_moduleSkeletonBody__94uBl{flex:1;padding:0 16px 16px;display:flex;flex-direction:column;gap:10px}.JourneySection_moduleSkeletonPreview___X062{background:linear-gradient(90deg,#f5f5f5 25%,#ebebeb 50%,#f5f5f5 75%);background-size:200% 100%;animation:JourneySection_shimmer__NmdQX 1.5s infinite;border-radius:8px;height:100px;width:100%}body.dark .JourneySection_moduleSkeletonPreview___X062{background:linear-gradient(90deg,#1f1f23 25%,#2a2a2e 50%,#1f1f23 75%);background-size:200% 100%}.JourneySection_moduleSkeletonLine__KTRR7{height:14px;width:100%;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%);background-size:200% 100%;animation:JourneySection_shimmer__NmdQX 1.5s infinite;border-radius:4px}body.dark .JourneySection_moduleSkeletonLine__KTRR7{background:linear-gradient(90deg,#27272a 25%,#3f3f46 50%,#27272a 75%);background-size:200% 100%}.JourneySection_moduleSkeletonLineShort__3sLAs{height:14px;width:60%;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%);background-size:200% 100%;animation:JourneySection_shimmer__NmdQX 1.5s infinite;border-radius:4px}body.dark .JourneySection_moduleSkeletonLineShort__3sLAs{background:linear-gradient(90deg,#27272a 25%,#3f3f46 50%,#27272a 75%);background-size:200% 100%}.JourneySection_moduleSkeletonFooter__oZ83W{padding:16px;border-top:1px solid #e4e4e7}body.dark .JourneySection_moduleSkeletonFooter__oZ83W{border-top-color:#3f3f46}.JourneySection_moduleSkeletonButton___0R1U{height:36px;width:100%;background:linear-gradient(90deg,#d1fae5 25%,#a7f3d0 50%,#d1fae5 75%);background-size:200% 100%;animation:JourneySection_shimmer__NmdQX 1.5s infinite;border-radius:8px}body.dark .JourneySection_moduleSkeletonButton___0R1U{background:linear-gradient(90deg,#064e3b 25%,#065f46 50%,#064e3b 75%);background-size:200% 100%}@keyframes JourneySection_skeletonPulse__E5Btw{0%,to{opacity:.7}50%{opacity:1}}@keyframes JourneySection_shimmer__NmdQX{0%{background-position:-200% 0}to{background-position:200% 0}}@media (max-width:600px){.JourneySection_moduleSkeletonCard__njwx9{width:260px}}.JourneySection_browseInput__h4IbB:empty:before{content:attr(data-placeholder);color:#999;pointer-events:none}body.keyboard-open .JourneySection_browseInputContainer__EF0WQ{position:fixed;bottom:var(--keyboard-offset,0)!important;left:0;right:0;padding:8px 12px;padding-bottom:8px!important;box-sizing:border-box;background:#f5f5f4;height:auto;z-index:9999;transition:none;transform:translateZ(0);-webkit-transform:translateZ(0)}body.dark.keyboard-open .JourneySection_browseInputContainer__EF0WQ{background:#0a0a0f}body.keyboard-open .JourneySection_inputWrapper__AGwEI{position:relative;bottom:auto!important;left:auto;transform:none;width:100%;max-width:700px;margin:0 auto;transition:none}body.keyboard-open .JourneySection_suggestedRepliesWrapper__Fd6D1{position:relative;bottom:auto!important;left:auto;transform:none;width:100%;max-width:700px;margin:0 auto 8px}.RejectTopicModal_modalOverlay__sGvRR{position:fixed;bottom:0;left:0;right:0;top:0;background:rgba(0,0,0,.5);display:flex;align-items:flex-end;justify-content:center;z-index:2000;padding:20px;padding-bottom:calc(110px + max(12px, env(safe-area-inset-bottom)) + var(--viewport-offset, 0px));pointer-events:all}@media (max-width:768px){.RejectTopicModal_modalOverlay__sGvRR{padding-bottom:calc(100px + max(12px, env(safe-area-inset-bottom)) + var(--viewport-offset, 0px))}}.RejectTopicModal_modalContent__S0ug5{background:#fff;border-radius:16px;padding:24px;max-width:500px;width:100%;position:relative;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);border:1px solid #fb923c}.RejectTopicModal_modalMessage__zppsE{font-size:1rem;font-weight:400;color:#18181b;margin:0 0 20px;line-height:1.5;text-align:center}.RejectTopicModal_topicHighlight__nKzdy{font-weight:600;color:#18181b}.RejectTopicModal_topicSuggestionSection__fk27B{margin:20px 0;padding:16px;background:#f5f5f4;border-radius:12px;border:1px solid #e4e4e7}.RejectTopicModal_topicSuggestionLabel__u_raw{font-size:.875rem;font-weight:500;color:#71717a;margin:0 0 8px;text-align:left}.RejectTopicModal_topicSuggestionButton__i7KBO{width:100%;padding:12px 16px;background:#fff;border:1px solid #d4d4d8;border-radius:8px;font-size:.95rem;font-weight:400;color:#18181b;cursor:pointer;transition:all .15s ease;text-align:left;word-wrap:break-word;line-height:1.4}.RejectTopicModal_topicSuggestionButton__i7KBO:hover{background:#fafafa;border-color:#14b8a6;color:#14b8a6}.RejectTopicModal_topicSuggestionButton__i7KBO:active{transform:scale(.98)}.RejectTopicModal_modalActions__PF0Qr{display:flex;gap:12px;justify-content:center;margin-top:20px}.RejectTopicModal_stayHereButton__K1at8{padding:10px 20px;background:#fff;border:1px solid #e4e4e7;border-radius:8px;font-size:.95rem;font-weight:500;color:#18181b;cursor:pointer;transition:all .15s ease;min-width:100px}.RejectTopicModal_stayHereButton__K1at8:hover{background:#f5f5f4;border-color:#d4d4d8}.RejectTopicModal_stayHereButton__K1at8:active{transform:scale(.98)}.RejectTopicModal_newTopicButton__F_guC{padding:10px 20px;background:#14b8a6;border:none;border-radius:8px;font-size:.95rem;font-weight:500;color:#fff;cursor:pointer;transition:all .15s ease;min-width:100px}.RejectTopicModal_newTopicButton__F_guC:hover{background:#0d9488}.RejectTopicModal_newTopicButton__F_guC:active{transform:scale(.98)}@media (max-width:768px){.RejectTopicModal_modalContent__S0ug5{padding:20px;margin:20px}.RejectTopicModal_modalMessage__zppsE{font-size:.95rem}.RejectTopicModal_modalActions__PF0Qr{flex-direction:column}.RejectTopicModal_newTopicButton__F_guC,.RejectTopicModal_stayHereButton__K1at8{width:100%}}