.VibeFilter_container__Ztm4q{position:relative;margin-bottom:2rem}.VibeFilter_filterButton__AFUhL{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);border-radius:50px;color:var(--vibe-text,#f0f0f0);cursor:pointer;transition:all var(--transition-speed) var(--transition-ease);font-size:1rem}.VibeFilter_filterButton__AFUhL:hover{background:hsla(0,0%,100%,.15);transform:translateY(-2px)}.VibeFilter_badge__DChNB{background:var(--vibe-primary,#4a90e2);color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600}.VibeFilter_filterPanel__uNTLu{position:absolute;top:calc(100% + 1rem);left:0;width:500px;max-height:calc(100vh - 200px);background:rgba(0,0,0,.9);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.1);border-radius:15px;padding:1.5rem;z-index:1000;box-shadow:0 20px 60px rgba(0,0,0,.5);animation:VibeFilter_filterIn__8VcUK .34s cubic-bezier(.22,1,.36,1);transform-origin:top left;overflow-y:auto;overflow-x:hidden}.VibeFilter_filterPanel__uNTLu.VibeFilter_closing__XLfHd{animation:VibeFilter_filterOut__OyD82 .26s cubic-bezier(.4,0,1,1) forwards;pointer-events:none}@keyframes VibeFilter_filterIn__8VcUK{0%{opacity:0;transform:translateY(-10px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes VibeFilter_filterOut__OyD82{to{opacity:0;transform:translateY(-10px) scale(.97)}}.VibeFilter_filterPanel__uNTLu::-webkit-scrollbar{width:8px}.VibeFilter_filterPanel__uNTLu::-webkit-scrollbar-track{background:hsla(0,0%,100%,.05);border-radius:10px}.VibeFilter_filterPanel__uNTLu::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:10px}.VibeFilter_filterPanel__uNTLu::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.3)}@keyframes VibeFilter_slideDown__7Rh9C{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.VibeFilter_filterHeader__O9ioM{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.VibeFilter_filterHeaderLeft__1Yihe{display:flex;align-items:center;gap:1rem}.VibeFilter_clearFiltersLink__E770N{background:transparent;border:none;color:hsla(0,0%,100%,.7);cursor:pointer;font-size:.9rem;text-decoration:underline;text-underline-offset:4px;transition:all var(--transition-speed) var(--transition-ease);padding:0}.VibeFilter_clearFiltersLink__E770N:hover{color:var(--vibe-accent,#fff)}.VibeFilter_filterHeader__O9ioM h3{font-size:1.5rem;color:var(--vibe-accent,#fff)}.VibeFilter_closeButton___kTMC{background:transparent;border:none;color:var(--vibe-text,#f0f0f0);cursor:pointer;padding:.5rem;border-radius:50%;transition:all var(--transition-speed) var(--transition-ease)}.VibeFilter_closeButton___kTMC:hover{background:hsla(0,0%,100%,.1)}.VibeFilter_filterSection__04J1P{margin-bottom:2rem}.VibeFilter_filterSection__04J1P h4{font-size:1rem;margin-bottom:1rem;color:hsla(0,0%,100%,.8);font-weight:600}.VibeFilter_categoryButtons__SB2H5,.VibeFilter_tagButtons__jVfBe{display:flex;flex-wrap:wrap;gap:.75rem}.VibeFilter_categoryButton__ganct,.VibeFilter_tagButton__CuViR{padding:.5rem 1rem;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:20px;color:var(--vibe-text,#f0f0f0);cursor:pointer;transition:all var(--transition-speed) var(--transition-ease);font-size:.9rem}.VibeFilter_categoryButton__ganct:hover,.VibeFilter_tagButton__CuViR:hover{background:hsla(0,0%,100%,.1);transform:translateY(-2px)}.VibeFilter_categoryButton__ganct.VibeFilter_active__eQU0g,.VibeFilter_tagButton__CuViR.VibeFilter_active__eQU0g{background:var(--vibe-primary,#4a90e2);border-color:var(--vibe-accent,#fff);color:#fff}.VibeFilter_clearButton__gzMwT{width:100%;padding:.75rem;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:10px;color:var(--vibe-text,#f0f0f0);cursor:pointer;transition:all var(--transition-speed) var(--transition-ease);font-size:1rem;margin-top:1rem}.VibeFilter_clearButton__gzMwT:hover{background:hsla(0,0%,100%,.15)}@media (max-width:768px){.VibeFilter_filterPanel__uNTLu{position:fixed;top:0;left:0;right:0;width:100%;bottom:0;border-radius:0;overflow-y:auto;padding-top:max(2.5rem,calc(env(safe-area-inset-top) + 1.25rem))}}.MoodChat_chatContainer__f29m1{position:fixed;bottom:2rem;right:2rem;width:380px;max-height:500px;background:rgba(0,0,0,.9);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.1);border-radius:20px;z-index:1000;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.5);transition:width .4s cubic-bezier(.4,0,.2,1),height .4s cubic-bezier(.4,0,.2,1),max-height .4s cubic-bezier(.4,0,.2,1);overflow:hidden;animation:MoodChat_moodIn__CX2H9 .42s cubic-bezier(.22,1,.36,1);transform-origin:bottom right}.MoodChat_chatContainer__f29m1.MoodChat_closing__96Uza{animation:MoodChat_moodOut__jRgqk .3s cubic-bezier(.4,0,1,1) forwards;pointer-events:none}@keyframes MoodChat_moodIn__CX2H9{0%{opacity:0;transform:translateY(24px) scale(.94)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes MoodChat_moodOut__jRgqk{to{opacity:0;transform:translateY(24px) scale(.94)}}.MoodChat_chatContainer__f29m1.MoodChat_expanded__OuBcR{width:600px;max-height:80vh;height:80vh}.MoodChat_chatHeader__U8K5k{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.05)}.MoodChat_headerContent__QQoyd{display:flex;align-items:center;gap:.75rem;color:#fff;font-weight:600;font-size:1rem}.MoodChat_closeButton__QlbqH{background:transparent;border:none;color:hsla(0,0%,100%,.7);cursor:pointer;padding:.5rem;border-radius:50%;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.MoodChat_closeButton__QlbqH:hover{background:hsla(0,0%,100%,.1);color:#fff}.MoodChat_messagesContainer__U51yG{flex:1 1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;min-height:200px}.MoodChat_messagesContainer__U51yG::-webkit-scrollbar{width:6px}.MoodChat_messagesContainer__U51yG::-webkit-scrollbar-track{background:transparent}.MoodChat_messagesContainer__U51yG::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:3px}.MoodChat_message__vpwc2{padding:.75rem 1rem;border-radius:15px;max-width:80%;animation:MoodChat_fadeInUp__kaxGr .3s ease}@keyframes MoodChat_fadeInUp__kaxGr{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.MoodChat_message__vpwc2.MoodChat_bot__1zn1W{background:hsla(0,0%,100%,.1);color:#fff;align-self:flex-start;border-bottom-left-radius:4px}.MoodChat_message__vpwc2.MoodChat_user__sSZGt{background:var(--brand-grad);color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.MoodChat_message__vpwc2 p{margin:0;line-height:1.5;font-size:.95rem}.MoodChat_suggestions__sz_2C{display:grid;grid-gap:1rem;gap:1rem;margin-top:.5rem;animation:MoodChat_fadeInUp__kaxGr .4s ease}.MoodChat_suggestionCard__um9ox{padding:1rem;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;text-align:left;cursor:pointer;transition:all .3s ease;color:inherit}.MoodChat_suggestionCard__um9ox:hover{background:hsla(0,0%,100%,.1);transform:translateY(-2px);border-color:hsla(0,0%,100%,.3)}.MoodChat_suggestionCard__um9ox h3{font-size:1.1rem;margin-bottom:.5rem;color:#fff;font-weight:600}.MoodChat_suggestionCard__um9ox p{font-size:.85rem;color:hsla(0,0%,100%,.7);margin-bottom:.75rem;line-height:1.4}.MoodChat_tags__UjWLa{display:flex;gap:.5rem;flex-wrap:wrap}.MoodChat_tag__3TQkc{font-size:.75rem;padding:.25rem .75rem;background:hsla(0,0%,100%,.1);border-radius:12px;color:hsla(0,0%,100%,.8)}.MoodChat_inputForm__z2oNZ{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.05)}.MoodChat_input__n3CDs{flex:1 1;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:20px;padding:.75rem 1rem;color:#fff;font-size:.95rem;outline:none;transition:all .3s ease}.MoodChat_input__n3CDs::placeholder{color:hsla(0,0%,100%,.5)}.MoodChat_input__n3CDs:focus{background:hsla(0,0%,100%,.15);border-color:hsla(0,0%,100%,.4)}.MoodChat_sendButton__CSfDd{background:var(--brand-grad);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .3s ease}.MoodChat_sendButton__CSfDd:hover{transform:scale(1.1);box-shadow:0 5px 20px rgba(var(--brand-rgb),.4)}.MoodChat_sendButton__CSfDd:active{transform:scale(.95)}@media (max-width:768px){.MoodChat_chatContainer__f29m1{width:calc(100% - 2rem);right:1rem;bottom:1rem}.MoodChat_chatContainer__f29m1.MoodChat_expanded__OuBcR{width:calc(100% - 2rem);max-height:70vh;height:70vh}}.FullscreenPrompt_container__ecRNi{position:fixed;bottom:2rem;left:50%;transform:translateX(-50%);z-index:1000;animation:FullscreenPrompt_slideUp__LgJxk .5s ease}.FullscreenPrompt_content__eUmm_{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.1);border-radius:50px;box-shadow:0 10px 40px rgba(0,0,0,.5)}.FullscreenPrompt_text__lrULU{display:flex;flex-direction:column;gap:.25rem}.FullscreenPrompt_title__A8MN9{font-size:.9rem;color:hsla(0,0%,100%,.9);margin:0;font-weight:500}.FullscreenPrompt_subtitle__3EbUV{font-size:.85rem;color:hsla(0,0%,100%,.7);margin:0;font-weight:400}.FullscreenPrompt_actions__WilaX{display:flex;align-items:center;gap:.75rem;margin-left:.5rem}.FullscreenPrompt_fullscreenButton__Qx9Ii{padding:.5rem 1rem;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:20px;color:#fff;font-size:.85rem;cursor:pointer;transition:all .3s ease;font-weight:500}.FullscreenPrompt_fullscreenButton__Qx9Ii:hover{background:hsla(0,0%,100%,.2);transform:translateY(-2px)}.FullscreenPrompt_dismissButton__oqAaO{background:transparent;border:none;color:hsla(0,0%,100%,.6);cursor:pointer;padding:.5rem;border-radius:50%;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.FullscreenPrompt_dismissButton__oqAaO:hover{background:hsla(0,0%,100%,.1);color:#fff}@keyframes FullscreenPrompt_slideUp__LgJxk{0%{opacity:0;transform:translateX(-50%) translateY(20px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}@media (max-width:768px){.FullscreenPrompt_container__ecRNi{bottom:1rem;left:1rem;right:1rem;transform:none}.FullscreenPrompt_content__eUmm_{width:100%;border-radius:20px;padding:1rem}.FullscreenPrompt_text__lrULU{flex:1 1}}.page_container__jZF7q{min-height:100vh;padding:2rem;position:relative;overflow-x:hidden}.page_container__jZF7q:before{content:"";position:fixed;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,hsla(0,0%,100%,.03) 0,transparent 70%);animation:page_float__Xp_VR 20s ease-in-out infinite;z-index:0;pointer-events:none}@keyframes page_float__Xp_VR{0%,to{transform:translate(0) rotate(0deg)}33%{transform:translate(30px,-30px) rotate(120deg)}66%{transform:translate(-20px,20px) rotate(240deg)}}.page_header__oRW75{text-align:center;margin-bottom:4rem;padding:2rem 0;position:relative;z-index:1;animation:page_fadeIn__jjObi .8s ease-out}.page_title__po7na{font-size:4rem;font-weight:700;background:linear-gradient(135deg,#fff,#888);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;letter-spacing:-.02em}.page_logo__ikIZE{display:inline-block;height:auto;width:clamp(280px,48vw,460px);max-width:92vw;object-fit:contain;filter:drop-shadow(0 6px 30px rgba(0,0,0,.5))}.page_subtitle__YBgxm{font-size:1.4rem;color:#cfcfcf;font-weight:300;font-style:italic;letter-spacing:.01em;margin-top:.35rem;text-shadow:0 2px 16px rgba(0,0,0,.6);min-height:1.6em}.page_authNav__eCuhH{position:absolute;top:calc(1.25rem + env(safe-area-inset-top, 0px));right:1.5rem;display:flex;align-items:center;gap:.6rem;z-index:5}.page_authLink__c0hs8{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border-radius:50px;font-size:.9rem;font-weight:600;text-decoration:none;color:#e8e8e8;border:1px solid hsla(0,0%,100%,.18);background:hsla(0,0%,100%,.06);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:background .2s ease,border-color .2s ease,transform .15s ease}.page_authLink__c0hs8:hover{background:hsla(0,0%,100%,.12);border-color:hsla(0,0%,100%,.35);transform:translateY(-1px)}.page_authLink__c0hs8:active{transform:scale(.96)}.page_authLinkPrimary__Fl0yZ{color:#111;background:#fff;border-color:#fff}.page_authLinkPrimary__Fl0yZ:hover{background:#e8e8e8}.page_pagination__irh0d{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem;margin:3rem auto 1rem;position:relative;z-index:1}.page_pageNav__veg4H,.page_pageNumber__lHuWq{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .6rem;border:1px solid hsla(0,0%,100%,.15);border-radius:10px;background:hsla(0,0%,100%,.04);color:#ddd;font-size:.95rem;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .15s ease,color .2s ease}.page_pageNav__veg4H:hover:not(:disabled),.page_pageNumber__lHuWq:hover:not(.page_pageActive__zatC9){background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.35);transform:translateY(-1px)}.page_pageNav__veg4H:disabled{opacity:.35;cursor:not-allowed}.page_pageActive__zatC9{background:#fff;color:#111;border-color:#fff;font-weight:700}.page_paginationTop__ppAD0{margin:.5rem auto 1.75rem}.page_main__nw1Wk{max-width:1400px;margin:0 auto;position:relative;z-index:1}.page_actions___si5r{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1rem;flex-wrap:wrap}.page_moodButton__1DeV4{position:relative;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(135deg,rgba(var(--brand-rgb),.22) 0,rgba(var(--brand-rgb),.12) 100%);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:2px solid rgba(var(--brand-rgb),.45);border-radius:25px;color:#fff;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);font-size:1.05rem;font-weight:600;overflow:hidden;box-shadow:0 8px 32px rgba(var(--brand-rgb),.25)}.page_moodButton__1DeV4:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);transition:left .5s ease}.page_moodButton__1DeV4:hover:before{left:100%}.page_moodButton__1DeV4:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 12px 40px rgba(var(--brand-rgb),.5);border-color:rgba(var(--brand-rgb),.8);background:linear-gradient(135deg,rgba(var(--brand-rgb),.32) 0,rgba(var(--brand-rgb),.2) 100%)}.page_moodButton__1DeV4:active{transform:translateY(-1px) scale(.97)}.page_moodButton__1DeV4 span{position:relative;z-index:1;background:linear-gradient(135deg,#fff,#d6e8ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.page_randomButton__jhabD{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);border-radius:50px;color:#f0f0f0;cursor:pointer;transition:all var(--transition-speed) var(--transition-ease);font-size:1rem;font-weight:600}.page_randomButton__jhabD:hover{background:hsla(0,0%,100%,.15);transform:translateY(-2px);box-shadow:0 5px 20px rgba(0,0,0,.3)}.page_randomButton__jhabD:active{transform:scale(.96)}.page_vibeGrid__nwyCy{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:2rem;gap:2rem;padding:1rem 0;animation:page_fadeInUp__7IOrd .6s ease-out;transition:opacity .4s ease,transform .4s ease}.page_vibeGrid__nwyCy.page_hidden__j9wLz{opacity:0;transform:translateY(20px);pointer-events:none}@keyframes page_fadeInUp__7IOrd{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.page_vibeCard__LZZpe{position:relative;height:450px;border-radius:20px;overflow:hidden;cursor:pointer;text-decoration:none;color:inherit;transition:transform var(--transition-speed) var(--transition-ease),box-shadow var(--transition-speed) var(--transition-ease);background-size:cover;background-position:50%;background-repeat:no-repeat;background-blend-mode:overlay;border:2px solid hsla(0,0%,100%,.1);box-shadow:0 10px 40px rgba(0,0,0,.3);animation:page_cardAppear__h4_XX .6s ease-out backwards}@keyframes page_cardAppear__h4_XX{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.page_vibeCard__LZZpe:first-child{animation-delay:.1s}.page_vibeCard__LZZpe:nth-child(2){animation-delay:.2s}.page_vibeCard__LZZpe:nth-child(3){animation-delay:.3s}.page_vibeCard__LZZpe:nth-child(4){animation-delay:.4s}.page_vibeCard__LZZpe:nth-child(5){animation-delay:.5s}.page_vibeCard__LZZpe:nth-child(6){animation-delay:.6s}.page_vibeCard__LZZpe:before{top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%,transparent 0,rgba(0,0,0,.6) 100%);z-index:1}.page_vibeCard__LZZpe:after,.page_vibeCard__LZZpe:before{content:"";position:absolute;transition:opacity var(--transition-speed) var(--transition-ease)}.page_vibeCard__LZZpe:after{top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,var(--vibe-accent,#fff) 0,transparent 70%);opacity:0;z-index:0}.page_vibeCard__LZZpe:hover{transform:translateY(-15px) scale(1.03);box-shadow:0 30px 60px var(--vibe-shadow,rgba(0,0,0,.6));border-color:var(--vibe-accent,#fff)}.page_vibeCard__LZZpe:hover:before{opacity:.3}.page_vibeCard__LZZpe:hover:after{opacity:.1;animation:page_pulse__XPtbN 2s ease-in-out infinite}@keyframes page_pulse__XPtbN{0%,to{transform:scale(1);opacity:.1}50%{transform:scale(1.1);opacity:.2}}.page_vibeCardContent__7Q2rd{position:relative;z-index:2;padding:2.5rem;height:100%;display:flex;flex-direction:column;justify-content:space-between;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.page_vibeTitle__jHL47{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--vibe-accent,#fff);text-shadow:0 2px 20px rgba(0,0,0,.8),0 0 30px var(--vibe-shadow,rgba(0,0,0,.3));letter-spacing:-.02em;transition:transform var(--transition-speed) var(--transition-ease)}.page_vibeCard__LZZpe:hover .page_vibeTitle__jHL47{transform:translateY(-5px)}.page_vibeDescription__L9Ha_{font-size:1rem;line-height:1.6;color:hsla(0,0%,100%,.9);margin-bottom:1.5rem}.page_vibeTags__44Y7J{display:flex;flex-wrap:wrap;gap:.5rem}.page_tag__t9Q6I{padding:.4rem .8rem;background:hsla(0,0%,100%,.15);border-radius:20px;font-size:.85rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2)}.page_vibeTaxonomy__qCGK1{display:flex;gap:.5rem;margin-top:.5rem}.page_taxonomyTag__gKlUj{padding:.3rem .7rem;background:var(--vibe-accent,#fff);color:var(--vibe-primary,#333);border-radius:15px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.page_vibeCardOverlay__SLZFI{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.2) 50%,rgba(0,0,0,.8));z-index:1;opacity:.7;transition:opacity var(--transition-speed) var(--transition-ease)}.page_vibeCard__LZZpe:hover .page_vibeCardOverlay__SLZFI{opacity:.5}@media (max-width:768px){.page_container__jZF7q{padding-bottom:1.5rem}.page_container__jZF7q:before{animation:none;display:none}.page_title__po7na{font-size:2.5rem}.page_authNav__eCuhH{top:calc(.75rem + env(safe-area-inset-top, 0px));right:.75rem;gap:.4rem}.page_authLink__c0hs8{padding:.4rem .75rem;font-size:.8rem}.page_header__oRW75{margin-bottom:2.5rem;padding:calc(3rem + env(safe-area-inset-top, 0px)) 0 1rem}.page_actions___si5r{margin-top:2.25rem;margin-bottom:1.5rem;gap:.75rem}.page_actions___si5r>div{width:100%}.page_moodButton__1DeV4{flex:1 1;padding:.7rem 1rem;font-size:.9rem;border-radius:18px;gap:.4rem}.page_randomButton__jhabD{padding:.65rem 1rem;font-size:.9rem}.page_vibeGrid__nwyCy{grid-template-columns:repeat(2,1fr);gap:.75rem}.page_vibeCard__LZZpe{height:350px}.page_pagination__irh0d{margin-top:2rem;gap:.35rem}.page_pageNav__veg4H,.page_pageNumber__lHuWq{min-width:34px;height:34px;padding:0 .45rem;font-size:.85rem}}.BottomNav_nav__2LjnN{display:none}@media (max-width:768px){.BottomNav_nav__2LjnN{position:fixed;left:50%;bottom:calc(.6rem + env(safe-area-inset-bottom, 0px));transform:translateX(-50%);z-index:60;width:min(440px,calc(100vw - 1.25rem));display:flex;align-items:center;justify-content:space-around;padding:.5rem;background:rgba(16,16,22,.74);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid hsla(0,0%,100%,.12);border-radius:22px;box-shadow:0 10px 40px rgba(0,0,0,.5)}.BottomNav_item__1ZNWc{display:flex;flex-direction:column;align-items:center;gap:3px;flex:1 1;padding:.3rem 0;background:none;border:none;color:hsla(0,0%,100%,.62);font-size:.6rem;font-weight:500;text-decoration:none;cursor:pointer;transition:color .2s ease,transform .15s ease}.BottomNav_item__1ZNWc:active,.BottomNav_item__1ZNWc:hover{color:#fff;transform:translateY(-2px)}.BottomNav_centerButton__uDVhG{position:relative;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;margin-top:-26px;border-radius:50%;border:2px solid hsla(0,0%,100%,.25);background:var(--brand-grad-dark);color:#fff;cursor:pointer;box-shadow:0 8px 28px rgba(var(--brand-rgb),.55);transition:transform .2s ease,box-shadow .2s ease}.BottomNav_centerButton__uDVhG:active{transform:scale(.94)}.BottomNav_centerGlow__Diapw{position:absolute;inset:-4px;border-radius:50%;background:radial-gradient(circle,rgba(var(--brand-rgb),.6),transparent 70%);animation:BottomNav_navPulse__v0C6j 2.4s ease-in-out infinite;pointer-events:none}@keyframes BottomNav_navPulse__v0C6j{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.4);opacity:0}}}@media (prefers-reduced-motion:reduce){.BottomNav_centerGlow__Diapw{animation:none}}.Footer_footer__o4_Ec{background:rgba(0,0,0,.3);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid hsla(0,0%,100%,.1);border-radius:30px 30px 0 0;padding:3rem 2rem 1.5rem;margin-top:4rem}.Footer_brand__jM_uq{margin-bottom:2.5rem}.Footer_brandLink__M2jX7,.Footer_brand__jM_uq{display:flex;justify-content:center}.Footer_brandLogo__WODXP{height:auto;width:clamp(150px,28vw,210px);opacity:.9;transition:opacity .2s ease}.Footer_brandLogo__WODXP:hover{opacity:1}.Footer_container__Mn8SS{max-width:1200px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:3rem;gap:3rem;margin:0 auto 2rem}.Footer_section__sa_Mh{display:flex;flex-direction:column;gap:1rem}.Footer_sectionTitle__wQGye{display:flex;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:600;color:hsla(0,0%,100%,.9);margin-bottom:.5rem}.Footer_links__xHnvg{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.Footer_links__xHnvg li a{display:flex;align-items:center;gap:.5rem;color:hsla(0,0%,100%,.7);text-decoration:none;font-size:.9rem;transition:all .3s ease;padding:.25rem 0}.Footer_links__xHnvg li a:hover{color:#fff;transform:translateX(5px)}.Footer_authButtons__av6AB{display:flex;flex-direction:column;gap:.75rem}.Footer_loginButton__lVGlV,.Footer_registerButton__wI7zk{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:10px;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .3s ease;border:1px solid hsla(0,0%,100%,.2)}.Footer_loginButton__lVGlV{background:hsla(0,0%,100%,.05);color:hsla(0,0%,100%,.9)}.Footer_loginButton__lVGlV:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.3);transform:translateY(-2px)}.Footer_registerButton__wI7zk{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;border:1px solid hsla(0,0%,100%,.2)}.Footer_registerButton__wI7zk:hover{background:linear-gradient(135deg,#2d2d2d,#1a1a1a);border-color:hsla(0,0%,100%,.3);transform:translateY(-2px);box-shadow:0 5px 20px rgba(0,0,0,.3)}.Footer_premiumInfo__WbCz7{display:flex;flex-direction:column;gap:1rem}.Footer_premiumDescription__u6WbT{color:hsla(0,0%,100%,.7);font-size:.85rem;line-height:1.6;margin:0}.Footer_premiumButton__mjs0e{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#f6d365,#fda085);color:#000;text-decoration:none;font-size:.9rem;font-weight:600;border-radius:10px;transition:all .3s ease;border:none}.Footer_premiumButton__mjs0e:hover{background:linear-gradient(135deg,#fda085,#f6d365);transform:translateY(-2px);box-shadow:0 5px 20px hsla(46,89%,68%,.4)}.Footer_bottom__1trOp{border-top:1px solid hsla(0,0%,100%,.1);padding-top:1.5rem;text-align:center}.Footer_copyright__sqw0C{color:hsla(0,0%,100%,.5);font-size:.85rem;margin:0}.Footer_credit__GirKz{display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.15rem;color:hsla(0,0%,100%,.4);font-size:.8rem;margin:.5rem 0 0}.Footer_heart__YqRoz{color:#ff5a7a;fill:#ff5a7a;vertical-align:middle;animation:Footer_heartBeat__VJeMm 1.8s ease-in-out infinite}@keyframes Footer_heartBeat__VJeMm{0%,to{transform:scale(1)}15%{transform:scale(1.25)}30%{transform:scale(1)}}@media (prefers-reduced-motion:reduce){.Footer_heart__YqRoz{animation:none}}.Footer_credit__GirKz a{color:hsla(0,0%,100%,.7);text-decoration:none;font-weight:600;transition:color .2s ease}.Footer_credit__GirKz a:hover{color:#fff;text-decoration:underline}@media (max-width:768px){.Footer_footer__o4_Ec{padding:2rem 1.5rem 1rem}.Footer_brandLink__M2jX7{width:100%}.Footer_brandLogo__WODXP{width:100%;max-width:100%}.Footer_withBottomNav__bc_39{padding-bottom:calc(7rem + env(safe-area-inset-bottom, 0px))}.Footer_container__Mn8SS{grid-template-columns:1fr;gap:2rem}.Footer_authButtons__av6AB{flex-direction:row}.Footer_loginButton__lVGlV,.Footer_premiumButton__mjs0e,.Footer_registerButton__wI7zk{flex:1 1}}.ScrollToTop_button__cDSsT{position:fixed;right:1.25rem;bottom:1.25rem;z-index:50;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;border:1px solid hsla(0,0%,100%,.2);background:rgba(20,20,28,.7);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#f0f0f0;cursor:pointer;box-shadow:0 8px 24px rgba(0,0,0,.4);opacity:0;transform:translateY(16px) scale(.9);pointer-events:none;transition:opacity .3s ease,transform .3s ease,background .2s ease,border-color .2s ease}.ScrollToTop_button__cDSsT.ScrollToTop_visible__ivxPf{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.ScrollToTop_button__cDSsT:hover{background:rgba(40,40,52,.85);border-color:hsla(0,0%,100%,.4);transform:translateY(-2px) scale(1.05)}.ScrollToTop_button__cDSsT:active{transform:scale(.95)}@media (max-width:768px){.ScrollToTop_button__cDSsT{right:1rem;bottom:calc(5.5rem + env(safe-area-inset-bottom, 0px));width:44px;height:44px}}.Toast_container__5rgyq{position:fixed;top:max(16px,env(safe-area-inset-top));left:50%;transform:translateX(-50%);z-index:100000;display:flex;flex-direction:column;align-items:center;gap:10px;width:min(420px,calc(100vw - 24px));pointer-events:none}.Toast_toast__TANW5{pointer-events:auto;cursor:pointer;width:100%;display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border-radius:14px;background:rgba(18,18,24,.92);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid hsla(0,0%,100%,.12);border-left:4px solid #4a90e2;box-shadow:0 12px 40px rgba(0,0,0,.5);color:#f2f2f5;animation:Toast_toastIn__d9FcG .35s cubic-bezier(.2,.9,.3,1.2)}.Toast_icon__GX_mB{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:.85rem;font-weight:700;color:#fff;background:#4a90e2}.Toast_body__N_ipy{flex:1 1;min-width:0}.Toast_title__U16iN{font-size:.92rem;font-weight:700;margin-bottom:2px;letter-spacing:-.01em}.Toast_message__48U__{font-size:.88rem;line-height:1.45;color:rgba(242,242,245,.88)}.Toast_info__nNbUm{border-left-color:#4a90e2}.Toast_info__nNbUm .Toast_icon__GX_mB{background:#4a90e2}.Toast_success__Kny9d{border-left-color:#34c759}.Toast_success__Kny9d .Toast_icon__GX_mB{background:#34c759}.Toast_error__4E05w{border-left-color:#ff453a}.Toast_error__4E05w .Toast_icon__GX_mB{background:#ff453a}.Toast_warning__Oa2_A{border-left-color:#ffb340}.Toast_warning__Oa2_A .Toast_icon__GX_mB{background:#ffb340;color:#1a1a1a}@keyframes Toast_toastIn__d9FcG{0%{opacity:0;transform:translateY(-14px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:480px){.Toast_toast__TANW5{padding:12px 14px;border-radius:12px}.Toast_message__48U__{font-size:.84rem}}.Typewriter_cursor__kGCkt{display:inline-block;margin-left:1px;font-weight:300;opacity:.85;animation:Typewriter_blink__8DsuK 1s step-end infinite}@keyframes Typewriter_blink__8DsuK{0%,to{opacity:.85}50%{opacity:0}}.VibePresenceSidebar_sidebar__pcRRt{position:-webkit-sticky;position:sticky;top:2rem;display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem;background:rgba(0,0,0,.3);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.1);border-radius:20px;max-width:280px;max-height:calc(100vh - 4rem);overflow-y:auto;font-family:var(--vibe-font-display,inherit)}.VibePresenceSidebar_section__RzWDa{display:flex;flex-direction:column;gap:.75rem}.VibePresenceSidebar_sectionHeader__fOMMC{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:hsla(0,0%,100%,.9);margin-bottom:.25rem}.VibePresenceSidebar_sectionHeader__fOMMC h3{margin:0;font-size:.9rem;font-weight:600;font-family:var(--vibe-font-display,inherit)}.VibePresenceSidebar_currentVibe__H286G h4{font-size:1.1rem;font-weight:600;color:var(--vibe-accent,hsla(0,0%,100%,.95));margin:0 0 .5rem;font-family:var(--vibe-font-display,inherit)}.VibePresenceSidebar_vibeTags__jXOyS{display:flex;flex-wrap:wrap;gap:.4rem}.VibePresenceSidebar_tag__2kxQf{padding:.25rem .6rem;background:hsla(0,0%,100%,.1);border-radius:12px;font-size:.75rem;color:hsla(0,0%,100%,.8);border:1px solid hsla(0,0%,100%,.1)}.VibePresenceSidebar_timeSpent__RzNdc{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:hsla(0,0%,100%,.6);margin-top:.5rem}.VibePresenceSidebar_intensity__Trb0G{display:flex;flex-direction:column;gap:.5rem}.VibePresenceSidebar_intensityDots__6Keua{display:flex;gap:.4rem}.VibePresenceSidebar_dot__JdxKr{width:8px;height:8px;border-radius:50%;background:hsla(0,0%,100%,.2);border:1px solid hsla(0,0%,100%,.3);transition:all .3s ease}.VibePresenceSidebar_dot__JdxKr.VibePresenceSidebar_active__dtphE{background:var(--vibe-accent,hsla(0,0%,100%,.8));border-color:var(--vibe-accent,hsla(0,0%,100%,.8));box-shadow:0 0 8px var(--vibe-accent,hsla(0,0%,100%,.4))}.VibePresenceSidebar_intensityLabel__KPY8W{font-size:.85rem;color:hsla(0,0%,100%,.7)}.VibePresenceSidebar_sensesList__5O2gc{display:flex;flex-direction:column;gap:.5rem}.VibePresenceSidebar_senseItem__mr0QL{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:hsla(0,0%,100%,.8)}.VibePresenceSidebar_checkmark__xU1Rn{color:var(--vibe-accent,hsla(0,0%,100%,.8));font-weight:600}.VibePresenceSidebar_feelingInput__m_DUi{width:100%;padding:.75rem;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:10px;color:hsla(0,0%,100%,.9);font-size:.85rem;font-family:var(--vibe-font-display,inherit);resize:vertical;min-height:60px;transition:all .3s ease}.VibePresenceSidebar_feelingInput__m_DUi:focus{outline:none;border-color:var(--vibe-accent,hsla(0,0%,100%,.3));background:hsla(0,0%,100%,.08)}.VibePresenceSidebar_saveFeelingButton__IlnM_{padding:.5rem 1rem;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:8px;color:hsla(0,0%,100%,.9);font-size:.85rem;font-weight:500;cursor:pointer;transition:all .3s ease;font-family:var(--vibe-font-display,inherit)}.VibePresenceSidebar_saveFeelingButton__IlnM_:hover:not(:disabled){background:hsla(0,0%,100%,.15);border-color:var(--vibe-accent,hsla(0,0%,100%,.3))}.VibePresenceSidebar_saveFeelingButton__IlnM_:disabled{opacity:.6;cursor:not-allowed}.VibePresenceSidebar_relatedVibes__R_8tl{display:flex;flex-direction:column;gap:.5rem}.VibePresenceSidebar_relatedVibeLink__xB3FG{display:flex;align-items:center;justify-content:space-between;padding:.6rem .75rem;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:10px;color:hsla(0,0%,100%,.8);text-decoration:none;font-size:.85rem;transition:all .3s ease;font-family:var(--vibe-font-display,inherit)}.VibePresenceSidebar_relatedVibeLink__xB3FG:hover{background:hsla(0,0%,100%,.1);border-color:var(--vibe-accent,hsla(0,0%,100%,.2));transform:translateX(5px)}.VibePresenceSidebar_exitNote__uX3ty{margin-top:auto;padding-top:1.5rem;border-top:1px solid hsla(0,0%,100%,.1)}.VibePresenceSidebar_exitNote__uX3ty p{font-size:.8rem;color:hsla(0,0%,100%,.5);line-height:1.6;margin:0;font-style:italic;font-family:var(--vibe-font-display,inherit)}.VibePresenceSidebar_sidebar__pcRRt::-webkit-scrollbar{width:6px}.VibePresenceSidebar_sidebar__pcRRt::-webkit-scrollbar-track{background:hsla(0,0%,100%,.05);border-radius:10px}.VibePresenceSidebar_sidebar__pcRRt::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:10px}.VibePresenceSidebar_sidebar__pcRRt::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.3)}@media (max-width:1024px){.VibePresenceSidebar_sidebar__pcRRt{position:relative;top:0;max-width:100%;max-height:none}}.AmbientBackground_ambientCanvas__jstKt{position:fixed;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none;mix-blend-mode:screen}.ScrollProgress_progressBar__2UnsU{position:fixed;top:0;left:0;width:100%;height:2px;z-index:9999;background:hsla(0,0%,100%,.1)}.ScrollProgress_progressFill__zBkgB{height:100%;background:var(--vibe-accent,#fff);transition:width .1s ease;box-shadow:0 0 10px var(--vibe-accent,#fff)}.PresenceLayer_container__Cq2Pa{padding:2rem;background:hsla(0,0%,100%,.03);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;border:1px solid hsla(0,0%,100%,.1);margin-bottom:2rem}.PresenceLayer_statItem__BW8b_{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;color:hsla(0,0%,100%,.8);font-size:.95rem}.PresenceLayer_statLabel__XQiT2{color:hsla(0,0%,100%,.6)}.PresenceLayer_statValue__3DmAe{color:var(--vibe-accent,#fff);font-weight:600;margin-left:auto}.PresenceLayer_statSubtext__kXmIE{color:hsla(0,0%,100%,.5);font-size:.85rem;margin-left:.5rem}.PresenceLayer_presenceNote__HY7ko{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid hsla(0,0%,100%,.1);text-align:center}.PresenceLayer_presenceNote__HY7ko p{color:hsla(0,0%,100%,.7);font-style:italic;font-size:.9rem;line-height:1.6}@media (max-width:768px){.PresenceLayer_container__Cq2Pa{padding:1.1rem;border-radius:12px;margin-bottom:1.25rem}.PresenceLayer_statItem__BW8b_{margin-bottom:.75rem}.PresenceLayer_presenceNote__HY7ko{margin-top:1rem;padding-top:1rem}}.SensoryAnchors_container__WZ5Hs{padding:2rem;background:hsla(0,0%,100%,.03);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;border:1px solid hsla(0,0%,100%,.1);margin-bottom:2rem}.SensoryAnchors_section__gY8Ij{margin-bottom:2rem}.SensoryAnchors_section__gY8Ij:last-child{margin-bottom:0}.SensoryAnchors_sectionHeader__N0mpQ{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.SensoryAnchors_sectionHeader__N0mpQ h3{font-size:1.2rem;color:var(--vibe-accent,#fff);margin:0}.SensoryAnchors_colorGrid__ZscCo{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:1rem}.SensoryAnchors_colorItem__FRsg0{display:flex;align-items:center;gap:1rem;padding:1rem;background:hsla(0,0%,100%,.05);border-radius:10px;border:1px solid hsla(0,0%,100%,.1)}.SensoryAnchors_colorSwatch__grdZw{width:50px;height:50px;border-radius:10px;border:2px solid hsla(0,0%,100%,.2);flex-shrink:0}.SensoryAnchors_colorInfo__GLQVH{flex:1 1;display:flex;flex-direction:column;gap:.25rem}.SensoryAnchors_colorName__vS8zn{font-size:.85rem;color:hsla(0,0%,100%,.7);text-transform:uppercase;letter-spacing:.05em}.SensoryAnchors_colorValue__RJoeK{display:flex;align-items:center;gap:.5rem}.SensoryAnchors_colorValue__RJoeK code{font-family:Roboto Mono,monospace;font-size:.9rem;color:var(--vibe-accent,#fff);background:rgba(0,0,0,.3);padding:.25rem .5rem;border-radius:5px}.SensoryAnchors_copyButton__k7xXN{background:transparent;border:none;color:hsla(0,0%,100%,.6);cursor:pointer;padding:.25rem;border-radius:5px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.SensoryAnchors_copyButton__k7xXN:hover{background:hsla(0,0%,100%,.1);color:var(--vibe-accent,#fff)}.SensoryAnchors_hint__bZ60f{font-size:.85rem;color:hsla(0,0%,100%,.6);font-style:italic;margin-top:1rem}.SensoryAnchors_lightingCard__STn_C{padding:1.5rem;background:hsla(0,0%,100%,.05);border-radius:10px;border:1px solid hsla(0,0%,100%,.1)}.SensoryAnchors_lightingText__o9Z_O{color:hsla(0,0%,100%,.9);line-height:1.8;margin-bottom:1rem}.SensoryAnchors_lightingTags__DdSYh{display:flex;gap:.5rem;flex-wrap:wrap}.SensoryAnchors_tag__P_ySe{padding:.4rem .8rem;background:hsla(0,0%,100%,.1);border-radius:20px;font-size:.85rem;color:var(--vibe-accent,#fff)}.SensoryAnchors_tipsList__aTA5C{list-style:none;padding:0;margin:0}.SensoryAnchors_tipItem__kNPlZ{padding:1rem;margin-bottom:.75rem;margin-top:1rem;background:hsla(0,0%,100%,.05);border-radius:10px;border:3px solid var(--vibe-accent,#fff);color:hsla(0,0%,100%,.9);line-height:1.6}.SensoryAnchors_tipItem__kNPlZ:last-child{margin-bottom:0}@media (max-width:768px){.SensoryAnchors_container__WZ5Hs{padding:1.1rem;border-radius:12px;margin-bottom:1.25rem}.SensoryAnchors_section__gY8Ij{margin-bottom:1.25rem}.SensoryAnchors_sectionHeader__N0mpQ{margin-bottom:1rem}.SensoryAnchors_colorGrid__ZscCo{grid-template-columns:1fr;gap:.75rem}.SensoryAnchors_colorItem__FRsg0,.SensoryAnchors_lightingCard__STn_C{padding:.85rem}.SensoryAnchors_tipItem__kNPlZ{padding:.85rem;border-width:2px}}.WorldEntryRitual_overlay__wO43f{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--vibe-background,#0a0a0a);z-index:10000;display:flex;align-items:flex-start;justify-content:center;animation:WorldEntryRitual_fadeIn___UMju .8s ease;overflow:hidden;padding-top:4rem}.WorldEntryRitual_overlay__wO43f.WorldEntryRitual_active__Xpwmc{position:fixed;overflow:hidden}.WorldEntryRitual_container__B9tJG{width:100%;max-width:800px;display:flex;align-items:flex-start;justify-content:center;min-height:100vh;padding:4rem 2rem 2rem}.WorldEntryRitual_content__VHPbI{text-align:center}.WorldEntryRitual_messageArea__PJkuX{min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3rem;width:100%}.WorldEntryRitual_message__iZLsW{font-size:2rem;color:var(--vibe-text,#f0f0f0);line-height:1.8;font-weight:300;text-align:center;min-height:120px;display:flex;align-items:center;justify-content:center;opacity:.9;letter-spacing:.02em;font-family:var(--vibe-display-font,inherit)}.WorldEntryRitual_cursor__sT9D_{display:inline-block;margin-left:4px;animation:WorldEntryRitual_blink__F_3zm 1s infinite;color:var(--vibe-accent,#fff)}@keyframes WorldEntryRitual_blink__F_3zm{0%,50%{opacity:1}51%,to{opacity:0}}@keyframes WorldEntryRitual_fadeInUp__LIh27{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.WorldEntryRitual_actionButtons__V4dKe{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:300px}.WorldEntryRitual_actionButton__n7KpG{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 1.5rem;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:50px;color:var(--vibe-text,#f0f0f0);cursor:pointer;transition:all .3s ease;font-size:1rem;width:100%}.WorldEntryRitual_actionButton__n7KpG:hover{background:hsla(0,0%,100%,.15);transform:translateY(-2px)}.WorldEntryRitual_actionButton__n7KpG.WorldEntryRitual_checked__d3UNJ{background:var(--vibe-primary,#4a90e2);border-color:var(--vibe-accent,#fff);color:#fff}.WorldEntryRitual_skipButton__FtHaN{padding:.75rem 1.5rem;background:transparent;border:none;color:hsla(0,0%,100%,.6);cursor:pointer;font-size:.9rem;transition:color .3s ease}.WorldEntryRitual_skipButton__FtHaN:hover{color:var(--vibe-accent,#fff)}.WorldEntryRitual_finalActions__2zXL6{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:300px}.WorldEntryRitual_readyButton__MBw02{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;background:var(--vibe-primary,#4a90e2);border:1px solid var(--vibe-accent,#fff);border-radius:50px;color:#fff;cursor:pointer;transition:all .3s ease;font-size:1.1rem;font-weight:600;width:100%}.WorldEntryRitual_readyButton__MBw02:hover{background:var(--vibe-secondary,#333);transform:translateY(-3px);box-shadow:0 10px 30px var(--vibe-shadow,rgba(0,0,0,.3))}.WorldEntryRitual_progress__O_BHN{display:flex;justify-content:center;gap:.75rem;margin-top:3rem}.WorldEntryRitual_progressDot__wIlRY{width:10px;height:10px;border-radius:50%;background:hsla(0,0%,100%,.2);transition:all .3s ease}.WorldEntryRitual_progressDot__wIlRY.WorldEntryRitual_active__Xpwmc{background:var(--vibe-accent,#fff);transform:scale(1.2)}@keyframes WorldEntryRitual_fadeIn___UMju{0%{opacity:0}to{opacity:1}}.WorldDialogue_container__LsCLB{position:fixed;bottom:4rem;left:50%;transform:translateX(-50%);z-index:1000;pointer-events:none;animation:WorldDialogue_slideUp__9_XUU .5s ease}.WorldDialogue_bubble__A7bfD{background:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);border-radius:20px;padding:1rem 1.5rem;max-width:400px;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.5)}.WorldDialogue_bubble__A7bfD p{color:var(--vibe-text,#f0f0f0);font-size:1rem;line-height:1.6;margin:0;font-style:italic;font-weight:300}.WorldDialogue_bubble__A7bfD:before{content:"";position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid rgba(0,0,0,.7)}@keyframes WorldDialogue_slideUp__9_XUU{0%{opacity:0;transform:translateX(-50%) translateY(20px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.VisualFlow_container__Udp5Q{position:fixed;right:2rem;top:50%;transform:translateY(-50%);z-index:100;width:300px;height:400px;pointer-events:none}.VisualFlow_imageWrapper__VLl7f{width:100%;height:100%;border-radius:15px;overflow:hidden;opacity:0;transform:scale(.9);transition:all 1s ease;box-shadow:0 20px 60px rgba(0,0,0,.5);border:2px solid hsla(0,0%,100%,.1)}.VisualFlow_imageWrapper__VLl7f.VisualFlow_visible__4xve3{opacity:1;transform:scale(1)}.VisualFlow_imagePlaceholder__XXIQV{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--vibe-gradient-primary,linear-gradient(135deg,var(--vibe-primary,#333) 0,var(--vibe-secondary,#222) 100%));position:relative}.VisualFlow_placeholderText__Ime9M{font-size:1.5rem;color:var(--vibe-accent,#fff);font-weight:300;margin-bottom:.5rem;text-align:center;padding:0 1rem}.VisualFlow_placeholderSubtext__u6XQG{font-size:.9rem;color:hsla(0,0%,100%,.7);font-style:italic}.VisualFlow_image__QcyWn{width:100%;height:100%;object-fit:cover}@media (max-width:1024px){.VisualFlow_container__Udp5Q{display:none}}.WhisperMessage_container__fKH9t{position:fixed;bottom:6rem;left:50%;transform:translateX(-50%);z-index:1000;pointer-events:none;animation:WhisperMessage_whisperAppear__Bp0Fz .8s ease}.WhisperMessage_message__JGTD9{padding:.75rem 1.5rem;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);border-radius:50px;color:hsla(0,0%,100%,.8);font-size:.9rem;font-style:italic;font-weight:300;text-align:center;white-space:nowrap;box-shadow:0 5px 20px rgba(0,0,0,.3)}@keyframes WhisperMessage_whisperAppear__Bp0Fz{0%{opacity:0;transform:translateX(-50%) translateY(10px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.BackgroundLoop_container__WyVmY{position:fixed;top:100vh;height:100vh;z-index:1;pointer-events:none;overflow:hidden}.BackgroundLoop_video__DfyUY{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.1)}.BackgroundLoop_container__WyVmY{top:0;left:0;width:100%;height:100%}.BackgroundLoop_video__DfyUY{will-change:opacity;transform:translateZ(0)}.NoirMouseLight_lightOverlay__pyeuI{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9997;mix-blend-mode:screen;opacity:1;will-change:background}[data-vibe-id=noir-detective] .NoirMouseLight_lightOverlay__pyeuI{mix-blend-mode:screen;opacity:1;filter:contrast(1.2) brightness(1.1)}.VibeRadio_radio__Fl5Zz{position:-webkit-sticky;position:sticky;top:2rem;align-self:flex-start;width:280px;background:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.1);border-radius:20px;padding:1.5rem;z-index:100;animation:VibeRadio_slideInRight__T3Uym .5s ease;max-height:calc(100vh - 4rem);overflow-y:auto}@keyframes VibeRadio_slideInRight__T3Uym{0%{opacity:0;transform:translateY(-50%) translateX(20px)}to{opacity:1;transform:translateY(-50%) translateX(0)}}.VibeRadio_radioHeader__RA59A{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.VibeRadio_radioHeader__RA59A h3{font-size:1.1rem;color:var(--vibe-accent,#fff);margin:0;font-weight:500}.VibeRadio_nowPlaying__2UaM0{margin-bottom:1.5rem}.VibeRadio_nowPlayingLabel__X9gcT{font-size:.75rem;color:hsla(0,0%,100%,.5);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.VibeRadio_trackTitle__1LdRj{font-size:1.1rem;color:var(--vibe-text,#f0f0f0);font-weight:500;margin-bottom:.25rem}.VibeRadio_trackArtist__Egdw1{font-size:.9rem;color:hsla(0,0%,100%,.7)}.VibeRadio_controls__PKNHG{display:flex;flex-direction:column;gap:1rem}.VibeRadio_playButton__zptKc{width:100%;padding:1rem;background:var(--vibe-primary,#4a90e2);border:none;border-radius:15px;color:#fff;font-size:1.5rem;cursor:pointer;transition:all .3s ease;font-weight:600}.VibeRadio_playButton__zptKc:hover{background:var(--vibe-secondary,#333);transform:scale(1.05)}.VibeRadio_playButton__zptKc.VibeRadio_playing__oRPjj{background:hsla(0,0%,100%,.1)}.VibeRadio_volumeControl__FFWhN{display:flex;align-items:center;gap:.75rem}.VibeRadio_volumeButton__bCXy0{background:transparent;border:none;color:var(--vibe-text,#f0f0f0);cursor:pointer;padding:.5rem;border-radius:50%;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.VibeRadio_volumeButton__bCXy0:hover{background:hsla(0,0%,100%,.1)}.VibeRadio_volumeSlider__HSB76{flex:1 1;height:4px;background:hsla(0,0%,100%,.2);border-radius:2px;outline:none;cursor:pointer}.VibeRadio_volumeSlider__HSB76::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:12px;height:12px;background:var(--vibe-accent,#fff);border-radius:50%;cursor:pointer}.VibeRadio_radioInfo__3_A1W{margin-top:1.5rem;padding-top:1rem;border-top:1px solid hsla(0,0%,100%,.1)}.VibeRadio_frequency__429x_{font-size:.85rem;color:hsla(0,0%,100%,.6);font-family:Roboto Mono,monospace;margin-bottom:.5rem}.VibeRadio_hint__H7ri9{font-size:.8rem;color:hsla(0,0%,100%,.5);font-style:italic}.VibeRadio_playlistSection__Cqz0P{margin-top:1.5rem;padding-top:1rem;border-top:1px solid hsla(0,0%,100%,.1)}.VibeRadio_playlistToggle__0Elry{width:100%;display:flex;align-items:center;justify-content:space-between;background:transparent;border:none;color:hsla(0,0%,100%,.7);cursor:pointer;padding:.75rem 0;font-size:.9rem;transition:color .3s ease}.VibeRadio_playlistToggle__0Elry:hover{color:var(--vibe-accent,#fff)}.VibeRadio_playlist__lhTGF{margin-top:.5rem;max-height:300px;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem}.VibeRadio_playlist__lhTGF::-webkit-scrollbar{width:4px}.VibeRadio_playlist__lhTGF::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:2px}.VibeRadio_playlistItem__Wn4fx{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:10px;cursor:pointer;transition:all .3s ease;text-align:left;width:100%}.VibeRadio_playlistItem__Wn4fx:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.2)}.VibeRadio_playlistItem__Wn4fx.VibeRadio_active__tKcAi{background:hsla(0,0%,100%,.15);border-color:var(--vibe-primary,#4a90e2)}.VibeRadio_playlistItemInfo__1MtIc{flex:1 1;min-width:0}.VibeRadio_playlistItemTitle__7HOqt{font-size:.9rem;color:var(--vibe-text,#f0f0f0);margin:0;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.VibeRadio_playlistItemArtist__AQkYb{font-size:.75rem;color:hsla(0,0%,100%,.6);margin:.25rem 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.VibeRadio_playingIndicator___rNkQ{color:var(--vibe-primary,#4a90e2);font-size:.8rem;margin-left:.5rem}.VibeRadio_radioMinimal__tV3iS{position:fixed;right:2rem;top:2rem;z-index:100;display:flex;align-items:center;gap:.75rem}.VibeRadio_playButtonMinimal__ZG_3U{width:40px;height:40px;border-radius:50%;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);color:var(--vibe-accent,#fff);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.VibeRadio_playButtonMinimal__ZG_3U:hover{background:rgba(0,0,0,.8);transform:scale(1.1)}.VibeRadio_nowPlaying__2UaM0{padding:.5rem 1rem;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;border:1px solid hsla(0,0%,100%,.1)}.VibeRadio_trackName__Gin3U{font-size:.85rem;color:var(--vibe-text,#f0f0f0);white-space:nowrap}.VibeRadio_spotifySection__DMfxx{margin-top:1.5rem;padding-top:1rem;border-top:1px solid hsla(0,0%,100%,.1);text-align:center}.VibeRadio_spotifyButton__yS59G{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background:linear-gradient(135deg,#1db954,#1ed760);border:none;border-radius:25px;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.VibeRadio_spotifyButton__yS59G:hover:not(:disabled){transform:scale(1.02);box-shadow:0 4px 15px rgba(29,185,84,.4)}.VibeRadio_spotifyButton__yS59G:disabled{background:linear-gradient(135deg,#4a4a4a,#5a5a5a);cursor:not-allowed;opacity:.7}.VibeRadio_spotifyHint__zBoty{font-size:.75rem;color:hsla(0,0%,100%,.4);margin-top:.5rem;font-style:italic}@media (max-width:1024px){.VibeRadio_radio__Fl5Zz{position:relative;right:auto;top:auto;transform:none;width:100%;margin-bottom:2rem}}.ContentGallery_gallery__q_tEj{background:hsla(0,0%,100%,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:2rem;border:1px solid hsla(0,0%,100%,.1)}.ContentGallery_tabs__OFZpJ{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:2px solid hsla(0,0%,100%,.1);padding-bottom:1rem}.ContentGallery_tab__6GkwZ{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:transparent;border:none;border-radius:10px;cursor:pointer;color:hsla(0,0%,100%,.7);transition:all var(--transition-speed) var(--transition-ease);font-size:1rem;position:relative}.ContentGallery_tab__6GkwZ:hover{background:hsla(0,0%,100%,.05);color:var(--vibe-text,#f0f0f0)}.ContentGallery_tab__6GkwZ.ContentGallery_active__o9Jmo{background:var(--vibe-primary,#4a90e2);color:#fff}.ContentGallery_aiBadge__Ab64l{display:flex;align-items:center;gap:.25rem;padding:.2rem .5rem;background:rgba(255,215,0,.2);border-radius:10px;font-size:.75rem;margin-left:.5rem}.ContentGallery_content__dtF3n{min-height:200px}.ContentGallery_imageGrid__aCCyu,.ContentGallery_videoGrid__fQQa0{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem}.ContentGallery_imageItem__SOv_k,.ContentGallery_videoItem__qecJg{border-radius:10px;overflow:hidden;cursor:pointer;transition:transform var(--transition-speed) var(--transition-ease);position:relative;background:rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center;min-height:200px}.ContentGallery_imageItem__SOv_k .ContentGallery_image__k3Nj4,.ContentGallery_videoItem__qecJg .ContentGallery_video__FQNaD{width:100%;height:auto;max-height:600px;object-fit:contain;display:block}.ContentGallery_imageItem__SOv_k:hover,.ContentGallery_videoItem__qecJg:hover{transform:scale(1.05)}.ContentGallery_placeholder__8fmdt{width:100%;height:100%;background:linear-gradient(135deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.05));display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;border:2px dashed hsla(0,0%,100%,.2);position:relative}.ContentGallery_placeholder__8fmdt p{color:hsla(0,0%,100%,.7);font-size:.9rem}.ContentGallery_aiLabel__IAHqh{position:absolute;top:.5rem;right:.5rem;display:flex;align-items:center;gap:.25rem;padding:.3rem .6rem;background:rgba(255,215,0,.3);border-radius:15px;font-size:.75rem;color:gold;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ContentGallery_aiContent__glMS3{display:flex;flex-direction:column;gap:3rem}.ContentGallery_aiSection__DA3Xa h3{font-size:1.5rem;margin-bottom:1.5rem;color:var(--vibe-accent,#fff)}.ContentGallery_emptyState__FZPFP{padding:3rem;text-align:center;color:hsla(0,0%,100%,.6);background:hsla(0,0%,100%,.05);border-radius:15px;border:1px solid hsla(0,0%,100%,.1)}.ContentGallery_lightbox__3hil3{position:fixed;top:0;left:0;right:0;bottom:0;background:transparent;z-index:10000;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);opacity:0;transition:opacity .4s cubic-bezier(.4,0,.2,1),-webkit-backdrop-filter .4s ease;transition:opacity .4s cubic-bezier(.4,0,.2,1),backdrop-filter .4s ease;transition:opacity .4s cubic-bezier(.4,0,.2,1),backdrop-filter .4s ease,-webkit-backdrop-filter .4s ease;pointer-events:none}.ContentGallery_lightbox__3hil3.ContentGallery_open__NJKQw{opacity:1;background:rgba(0,0,0,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:all}.ContentGallery_lightboxClose__KuSJ5{position:absolute;top:2rem;right:2rem;background:hsla(0,0%,100%,.1);border:none;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:all .3s ease;z-index:10001}.ContentGallery_lightboxClose__KuSJ5:hover{background:hsla(0,0%,100%,.2);transform:scale(1.1)}.ContentGallery_lightboxNav__E3mAj{position:absolute;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.1);border:none;border-radius:50%;width:56px;height:56px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:all .3s ease;z-index:10001}.ContentGallery_lightboxNav__E3mAj:hover{background:hsla(0,0%,100%,.2);transform:translateY(-50%) scale(1.1)}.ContentGallery_lightboxContent__NMiF7{max-width:95vw;max-height:95vh;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;transform:scale(.8);transition:transform .4s cubic-bezier(.4,0,.2,1)}.ContentGallery_lightbox__3hil3.ContentGallery_open__NJKQw .ContentGallery_lightboxContent__NMiF7{transform:scale(1)}.ContentGallery_lightboxImage__EStHf,.ContentGallery_lightboxVideo__VMGqA{max-width:100%;max-height:90vh;object-fit:contain;border-radius:10px;position:relative;transition:filter .3s ease;z-index:1}.ContentGallery_lightboxImageWrapper__iZz3O{position:relative;display:inline-block}.ContentGallery_lightboxImageWrapper__iZz3O:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:150%;height:150%;border-radius:50%;background:radial-gradient(ellipse at center,var(--dynamic-shadow-color,hsla(0,0%,100%,.3)) 0,var(--dynamic-shadow-color,hsla(0,0%,100%,.2)) 20%,var(--dynamic-shadow-color,hsla(0,0%,100%,.1)) 40%,transparent 70%);opacity:0;transition:opacity .5s ease,transform .5s ease;pointer-events:none;z-index:-1;filter:blur(60px);animation:ContentGallery_shadowPulse__Ft0Op 3s ease-in-out infinite}.ContentGallery_lightbox__3hil3.ContentGallery_open__NJKQw .ContentGallery_lightboxImageWrapper__iZz3O:before{opacity:1}@keyframes ContentGallery_shadowPulse__Ft0Op{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.6}50%{transform:translate(-50%,-50%) scale(1.1);opacity:.8}}.ContentGallery_lightboxVideo__VMGqA{width:auto;height:auto}.ContentGallery_lightboxCounter__0_gQo{position:absolute;bottom:-3rem;color:hsla(0,0%,100%,.8);font-size:1rem;padding:.5rem 1rem;background:rgba(0,0,0,.5);border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (max-width:768px){.ContentGallery_imageGrid__aCCyu,.ContentGallery_videoGrid__fQQa0{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.ContentGallery_tabs__OFZpJ{flex-wrap:wrap}.ContentGallery_tab__6GkwZ{font-size:.9rem;padding:.5rem 1rem}.ContentGallery_lightboxNav__E3mAj{width:40px;height:40px}.ContentGallery_lightboxNav__E3mAj[style*=left]{left:1rem}.ContentGallery_lightboxNav__E3mAj[style*=right]{right:1rem}.ContentGallery_lightboxClose__KuSJ5{top:1rem;right:1rem;width:40px;height:40px}}.CompanionChat_chatContainer__TDsWN{position:fixed;bottom:2rem;right:2rem;width:400px;max-width:calc(100vw - 4rem);max-height:600px;background:var(--chat-bg,rgba(0,0,0,.95));border:2px solid var(--chat-border,hsla(0,0%,100%,.2));border-radius:20px;z-index:10001;display:flex;flex-direction:column;animation:CompanionChat_slideUp__Wq3YL .3s ease;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 10px 40px rgba(0,0,0,.5)}@keyframes CompanionChat_slideUp__Wq3YL{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.CompanionChat_chatHeader__j2WBA{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.CompanionChat_companionInfo__wsAv_{display:flex;align-items:center;gap:.75rem}.CompanionChat_companionImage__muWPK{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid var(--chat-border,hsla(0,0%,100%,.2))}.CompanionChat_companionName__tKPkb{font-size:.95rem;font-weight:600;color:var(--chat-text,#fff);margin:0}.CompanionChat_messageCount__w2JWs{font-size:.75rem;color:hsla(0,0%,100%,.6);margin:0}.CompanionChat_closeButton__eMmQE{background:transparent;border:none;color:hsla(0,0%,100%,.7);cursor:pointer;padding:.5rem;border-radius:50%;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.CompanionChat_closeButton__eMmQE:hover{background:hsla(0,0%,100%,.1);color:#fff}.CompanionChat_messagesContainer__Gdkhk{flex:1 1;overflow-y:scroll;overflow-x:hidden;padding:1rem 1.5rem;display:flex;flex-direction:column;gap:1rem;min-height:200px;max-height:400px;position:relative;scroll-behavior:smooth;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.CompanionChat_messagesContainer__Gdkhk::-webkit-scrollbar{width:6px}.CompanionChat_messagesContainer__Gdkhk::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.3);border-radius:3px}.CompanionChat_messagesContainer__Gdkhk::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.5)}.CompanionChat_messagesContainer__Gdkhk::-webkit-scrollbar-track{background:hsla(0,0%,100%,.05);border-radius:3px}.CompanionChat_scrollToTopButton__fcl5Q{position:absolute;bottom:1rem;right:1rem;background:hsla(0,0%,100%,.2);border:1px solid hsla(0,0%,100%,.3);border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:var(--chat-text,#fff);cursor:pointer;transition:all .3s ease;z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.CompanionChat_scrollToTopButton__fcl5Q:hover{background:hsla(0,0%,100%,.3);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.3)}.CompanionChat_message____2oN{padding:.75rem 1rem;border-radius:12px;max-width:80%;word-wrap:break-word;animation:CompanionChat_fadeIn__uga_D .3s ease}@keyframes CompanionChat_fadeIn__uga_D{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.CompanionChat_message____2oN.CompanionChat_user__kkesr{background:hsla(0,0%,100%,.1);color:var(--chat-text,#fff);align-self:flex-end;margin-left:auto}.CompanionChat_message____2oN.CompanionChat_assistant__Q_Hma{background:hsla(0,0%,100%,.05);color:var(--chat-text,#fff);align-self:flex-start;border:1px solid hsla(0,0%,100%,.1)}.CompanionChat_message____2oN p{margin:0;font-size:.9rem;line-height:1.5;font-family:var(--chat-font,inherit)}.CompanionChat_typing__yIpMH{font-style:italic;opacity:.7}.CompanionChat_inputContainer__uLQWP{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;border-top:1px solid hsla(0,0%,100%,.1);background:rgba(0,0,0,.3)}.CompanionChat_input__YXxEH{flex:1 1;padding:.75rem 1rem;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:20px;color:var(--chat-text,#fff);font-size:.9rem;font-family:var(--chat-font,inherit);outline:none;transition:all .3s ease}.CompanionChat_input__YXxEH:focus{background:hsla(0,0%,100%,.15);border-color:hsla(0,0%,100%,.3)}.CompanionChat_input__YXxEH:disabled{opacity:.5;cursor:not-allowed}.CompanionChat_input__YXxEH::placeholder{color:hsla(0,0%,100%,.5)}.CompanionChat_sendButton__jHwHY{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:var(--chat-text,#fff);cursor:pointer;transition:all .3s ease}.CompanionChat_sendButton__jHwHY:hover:not(:disabled){background:hsla(0,0%,100%,.2);transform:scale(1.05)}.CompanionChat_sendButton__jHwHY:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.CompanionChat_chatContainer__TDsWN{bottom:1rem;right:1rem;left:1rem;width:auto;max-width:none}}.CompanionStoryteller_container__en3au{position:relative;max-width:1200px;margin:0 auto 4rem;padding:2rem;background:var(--dialogue-bg,rgba(0,0,0,.9));border:2px solid var(--dialogue-border,hsla(0,0%,100%,.2));border-radius:20px;z-index:100;display:flex;flex-direction:column;max-height:70vh;animation:CompanionStoryteller_fadeIn__KaYdD .5s ease;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.CompanionStoryteller_header__Rq0Q4{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.CompanionStoryteller_companionInfo__Trojp{display:flex;align-items:center;gap:1rem}.CompanionStoryteller_companionImage__EvbfX{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid var(--dialogue-border,hsla(0,0%,100%,.2))}.CompanionStoryteller_companionName__wTY6V{font-size:1rem;font-weight:600;color:var(--dialogue-text,#fff);margin:0}.CompanionStoryteller_companionRole__07Wor{font-size:.85rem;color:hsla(0,0%,100%,.7);margin:0}.CompanionStoryteller_exitButton__K1GTs{background:transparent;border:none;color:hsla(0,0%,100%,.7);cursor:pointer;padding:.5rem;border-radius:50%;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.CompanionStoryteller_exitButton__K1GTs:hover{background:hsla(0,0%,100%,.1);color:#fff}.CompanionStoryteller_dialogueContainer__1G0w0{flex:1 1;overflow-y:auto;padding:1.5rem;min-height:200px;max-height:300px}.CompanionStoryteller_dialogueContainer__1G0w0::-webkit-scrollbar{width:4px}.CompanionStoryteller_dialogueContainer__1G0w0::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:2px}.CompanionStoryteller_dialogue__WrqU9{font-family:var(--dialogue-font,inherit)}.CompanionStoryteller_text__LMH7L{font-size:1.1rem;line-height:1.8;color:var(--dialogue-text,#fff);margin:0;white-space:pre-wrap}.CompanionStoryteller_cursor__u7c2e{display:inline-block;margin-left:4px;animation:CompanionStoryteller_blink__PkjzL 1s infinite;color:var(--dialogue-text,#fff)}@keyframes CompanionStoryteller_blink__PkjzL{0%,50%{opacity:1}51%,to{opacity:0}}.CompanionStoryteller_controls___JeFe{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.5rem;border-top:1px solid hsla(0,0%,100%,.1);background:rgba(0,0,0,.3)}.CompanionStoryteller_chatButton__rmfVA,.CompanionStoryteller_nextButton__f9RxG,.CompanionStoryteller_skipAllButton__6M8Rb,.CompanionStoryteller_skipButton__P1jiB{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:20px;color:#fff;cursor:pointer;transition:all .3s ease;font-size:.9rem;font-weight:500}.CompanionStoryteller_chatButton__rmfVA:hover,.CompanionStoryteller_nextButton__f9RxG:hover,.CompanionStoryteller_skipAllButton__6M8Rb:hover,.CompanionStoryteller_skipButton__P1jiB:hover{background:hsla(0,0%,100%,.2);transform:translateY(-2px)}.CompanionStoryteller_chatButton__rmfVA{background:rgba(0,150,255,.2);border-color:rgba(0,150,255,.3)}.CompanionStoryteller_chatButton__rmfVA:hover{background:rgba(0,150,255,.3)}.CompanionStoryteller_exitWorldButton__oCiG0{padding:.75rem 1.5rem;background:rgba(255,0,0,.2);border:1px solid rgba(255,0,0,.3);border-radius:20px;color:#ff6b6b;cursor:pointer;transition:all .3s ease;font-size:.9rem;font-weight:500;margin-left:auto}.CompanionStoryteller_exitWorldButton__oCiG0:hover{background:rgba(255,0,0,.3);border-color:rgba(255,0,0,.5)}.CompanionStoryteller_container__en3au.CompanionStoryteller_typewriter__V8pAs{font-family:Courier New,monospace}.CompanionStoryteller_container__en3au.CompanionStoryteller_papyrus__u6ztK{background:linear-gradient(135deg,#f4e4bc,#d4c5a0);color:#3a2e1f;border-color:#8b7355}.CompanionStoryteller_container__en3au.CompanionStoryteller_papyrus__u6ztK .CompanionStoryteller_text__LMH7L{color:#3a2e1f;font-family:Crimson Text,serif}.CompanionStoryteller_container__en3au.CompanionStoryteller_scroll__4iM7Z{background:hsla(0,0%,8%,.95)}.CompanionStoryteller_container__en3au.CompanionStoryteller_fade__IUNnR{animation:CompanionStoryteller_fadeIn__KaYdD .8s ease}@keyframes CompanionStoryteller_fadeIn__KaYdD{0%{opacity:0}to{opacity:1}}.CompanionStoryteller_closing__dY_u6{animation:CompanionStoryteller_fadeOut__4t_Y2 .3s ease forwards}@keyframes CompanionStoryteller_fadeOut__4t_Y2{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}@media (max-width:768px){.CompanionStoryteller_container__en3au{max-width:100%;border-radius:0;max-height:70vh}.CompanionStoryteller_text__LMH7L{font-size:1rem}.CompanionStoryteller_controls___JeFe{flex-wrap:wrap}.CompanionStoryteller_exitWorldButton__oCiG0{width:100%;margin-left:0;margin-top:.5rem}}.LayoutRenderer_minimalLayout__E0vZi{padding:2rem;max-width:1920px;margin:0 auto}.LayoutRenderer_radioFocusedLayout__RmFCd{display:grid;grid-template-columns:1fr 320px;grid-gap:2rem;gap:2rem;align-items:start}@media (max-width:1024px){.LayoutRenderer_radioFocusedLayout__RmFCd{grid-template-columns:1fr}}.LayoutRenderer_ambientVisual__mCMKi{margin-top:3rem;min-height:60vh;display:flex;align-items:center;justify-content:center}.LayoutRenderer_ambientPlaceholder__xNAyy{text-align:center;padding:4rem 2rem;max-width:800px}.LayoutRenderer_ambientText__Ttm0R{font-size:1.5rem;line-height:2;color:hsla(0,0%,100%,.9);font-style:italic;font-weight:300}.LayoutRenderer_standardLayout__ntr8T{padding:2rem;max-width:1920px;margin:0 auto;display:grid;grid-template-columns:1fr 320px;grid-gap:2rem;gap:2rem;align-items:start}.LayoutRenderer_radioContainer__b4qd1{position:-webkit-sticky;position:sticky;top:2rem;align-self:start}.LayoutRenderer_contentColumn__LZoPD{display:flex;flex-direction:column;gap:2rem;min-width:0}.LayoutRenderer_companionWrapper__LU744{margin-bottom:2rem;position:relative;z-index:10}@media (max-width:1024px){.LayoutRenderer_standardLayout__ntr8T{grid-template-columns:1fr;padding:1rem}.LayoutRenderer_radioContainer__b4qd1{position:relative;top:auto;margin-bottom:2rem}}.LayoutRenderer_section__aCxCi{margin-bottom:4rem}.LayoutRenderer_sectionHeader__nFMav{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid var(--vibe-primary,#333)}.LayoutRenderer_sectionHeader__nFMav h2{font-size:2rem;font-weight:600;color:var(--vibe-accent,#fff)}.LayoutRenderer_recommendations__9cN7X{display:grid;grid-gap:1.5rem;gap:1.5rem}.LayoutRenderer_recommendationCard__WC54K{padding:2rem;background:hsla(0,0%,100%,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;border:1px solid hsla(0,0%,100%,.1)}.LayoutRenderer_recommendationCard__WC54K h3{font-size:1.5rem;margin-bottom:1rem;color:var(--vibe-accent,#fff)}.LayoutRenderer_recommendationCard__WC54K p{line-height:1.8;color:hsla(0,0%,100%,.9)}.LayoutRenderer_sourcesList__0Huqg{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem}.LayoutRenderer_sourceCard__XGHow{padding:1.5rem;background:hsla(0,0%,100%,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;border:1px solid hsla(0,0%,100%,.1);text-decoration:none;color:inherit;transition:all .3s ease;display:flex;flex-direction:column;gap:.5rem}.LayoutRenderer_sourceCard__XGHow:hover{background:hsla(0,0%,100%,.1);transform:translateY(-5px)}.LayoutRenderer_sourceType__LnWw1{font-size:.75rem;text-transform:uppercase;color:var(--vibe-accent,#fff);font-weight:600}.LayoutRenderer_sourceCard__XGHow h3{font-size:1.1rem;color:var(--vibe-text,#f0f0f0);margin:0}.VibeRecommendations_container__QjeoO{position:-webkit-sticky;position:sticky;top:2rem;right:2rem;z-index:50;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem;border-radius:15px;border:1px solid hsla(0,0%,100%,.1);min-width:280px;max-width:320px;max-height:calc(100vh - 4rem);overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.VibeRecommendations_container__QjeoO::-webkit-scrollbar{width:8px}.VibeRecommendations_container__QjeoO::-webkit-scrollbar-track{background:hsla(0,0%,100%,.05);border-radius:10px}.VibeRecommendations_container__QjeoO::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:10px}.VibeRecommendations_container__QjeoO::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.3)}.VibeRecommendations_header__8fdeb{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.VibeRecommendations_header__8fdeb h3{font-size:1.1rem;color:var(--vibe-accent,#fff);margin:0}.VibeRecommendations_vibeList__QrLf6{display:flex;flex-direction:column;gap:1rem}.VibeRecommendations_vibeCard__D9inh{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:hsla(0,0%,100%,.05);border-radius:10px;border:1px solid hsla(0,0%,100%,.1);text-decoration:none;color:inherit;transition:all .3s ease}.VibeRecommendations_vibeCard__D9inh:hover{background:hsla(0,0%,100%,.1);transform:translateY(-2px);border-color:var(--vibe-accent,#fff);box-shadow:0 4px 20px rgba(0,0,0,.3)}.VibeRecommendations_vibeImage__Pe9cE{width:100%;height:120px;border-radius:8px;background-size:cover;background-position:50%;background-repeat:no-repeat;border:2px solid hsla(0,0%,100%,.1)}.VibeRecommendations_vibeInfo__bfskU{display:flex;flex-direction:column;gap:.5rem}.VibeRecommendations_vibeInfo__bfskU h4{font-size:1rem;margin:0;color:var(--vibe-accent,#fff);font-weight:600}.VibeRecommendations_vibeInfo__bfskU p{font-size:.85rem;color:hsla(0,0%,100%,.7);margin:0;line-height:1.4}.VibeRecommendations_vibeTags__ehr_Y{display:flex;gap:.5rem;flex-wrap:wrap}.VibeRecommendations_tag__yNTG2{padding:.25rem .5rem;background:hsla(0,0%,100%,.1);border-radius:12px;font-size:.7rem;color:hsla(0,0%,100%,.8)}.VibeRecommendations_allVibesButton__rFhd2{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 1.5rem;background:linear-gradient(135deg,var(--vibe-primary,#4a90e2) 0,var(--vibe-secondary,#333) 100%);border:2px solid var(--vibe-accent,#fff);border-radius:50px;color:#fff;text-decoration:none;font-size:1rem;font-weight:600;transition:all .3s ease;box-shadow:0 8px 32px rgba(0,0,0,.3);margin-top:1.5rem;width:100%}.VibeRecommendations_allVibesButton__rFhd2:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 12px 40px rgba(0,0,0,.5);background:linear-gradient(135deg,var(--vibe-secondary,#333) 0,var(--vibe-primary,#4a90e2) 100%)}@media (max-width:1200px){.VibeRecommendations_container__QjeoO{display:none}}.page_container__rY8xG{min-height:100vh;padding:2rem;display:flex;align-items:center;justify-content:center;position:relative}.page_backButton__3lU46{position:absolute;top:calc(2rem + env(safe-area-inset-top, 0px));left:2rem;display:inline-flex;align-items:center;gap:.5rem;color:hsla(0,0%,100%,.7);text-decoration:none;transition:color .3s ease}.page_backButton__3lU46:hover{color:#fff}.page_content__YqK_1{width:100%;max-width:450px}.page_card__nPipi{background:rgba(14,14,20,.55);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);border:1px solid hsla(0,0%,100%,.12);border-radius:20px;padding:3rem;box-shadow:0 20px 60px rgba(0,0,0,.45)}.page_title__TZ6P1{display:flex;align-items:center;gap:1rem;font-size:2rem;font-weight:700;margin-bottom:2rem;color:hsla(0,0%,100%,.95)}.page_form__7EXNE{display:flex;flex-direction:column;gap:1.5rem}.page_inputGroup__vMe_c{display:flex;flex-direction:column;gap:.5rem}.page_inputGroup__vMe_c label{color:hsla(0,0%,100%,.8);font-size:.9rem;font-weight:500}.page_input__pky70{padding:.75rem 1rem;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:10px;color:hsla(0,0%,100%,.9);font-size:1rem;transition:all .3s ease}.page_input__pky70:focus{outline:none;border-color:hsla(0,0%,100%,.3);background:hsla(0,0%,100%,.08)}.page_submitButton__rH6Q1{padding:.75rem 1.5rem;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:1px solid hsla(0,0%,100%,.2);border-radius:10px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.page_submitButton__rH6Q1:hover{background:linear-gradient(135deg,#2d2d2d,#1a1a1a);border-color:hsla(0,0%,100%,.3);transform:translateY(-2px)}.page_submitButton__rH6Q1:active{transform:scale(.98)}.page_footerText__2_3UY{text-align:center;color:hsla(0,0%,100%,.7);font-size:.9rem;margin-top:1rem}.page_footerText__2_3UY a{color:hsla(0,0%,100%,.9);text-decoration:underline}.page_googleButton__FpG_D{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.75rem 1.5rem;background:#fff;border:1px solid hsla(0,0%,100%,.2);border-radius:10px;color:#1f1f1f;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;width:100%}.page_googleButton__FpG_D:hover{background:#f3f3f3;transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.3)}.page_googleButton__FpG_D:active{transform:scale(.98)}.page_divider__hy2tU{display:flex;align-items:center;gap:.85rem;margin:1.75rem 0 1.5rem;color:hsla(0,0%,100%,.45);font-size:.8rem;text-transform:uppercase;letter-spacing:.08em}.page_formRow__10MqN{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:-.25rem}.page_rememberMe__w84Rl{display:inline-flex;align-items:center;gap:.5rem;color:hsla(0,0%,100%,.8);font-size:.88rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.page_rememberMe__w84Rl input{width:16px;height:16px;accent-color:#0a5cb8;cursor:pointer}.page_forgotLink__By6dE{color:hsla(0,0%,100%,.7);font-size:.85rem;text-decoration:none;transition:color .2s ease}.page_forgotLink__By6dE:hover{color:#fff;text-decoration:underline}.page_divider__hy2tU:after,.page_divider__hy2tU:before{content:"";flex:1 1;height:1px;background:hsla(0,0%,100%,.15)}@media (max-width:768px){.page_container__rY8xG{align-items:flex-start;padding-top:calc(4.75rem + env(safe-area-inset-top, 0px));padding-bottom:calc(6rem + env(safe-area-inset-bottom, 0px))}.page_card__nPipi{padding:2rem 1.5rem}}