@import"https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;500;600;700&display=swap";.liquid-background{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:-1}.liquid-background canvas{display:block;width:100%!important;height:100%!important}.ref-nav{position:fixed;top:0;left:0;right:0;z-index:50;transition:background-color .35s ease,backdrop-filter .35s ease,box-shadow .35s ease;background:transparent}.ref-nav-scrolled{background:#f7f4e6d1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 1px 3px #0000001a}.ref-nav-inner{max-width:1200px;margin:0 auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.ref-nav-branding{display:flex;align-items:center}.ref-logo{font-size:1.5rem;font-family:Georgia,Times New Roman,serif;color:#2a2a2a;text-decoration:none;font-weight:500}.ref-nav-links{display:none;align-items:center;gap:2rem}@media (min-width: 768px){.ref-nav-links{display:flex}}.ref-nav-link{background:none;border:none;color:#2a2a2ab3;cursor:pointer;font-size:.9rem;transition:color .2s ease}.ref-nav-link:hover{color:#2a2a2a}.ref-menu-btn{display:block;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#2a2a2a;line-height:1}@media (min-width: 768px){.ref-menu-btn{display:none}}.ref-mobile-menu{position:absolute;top:calc(100% + 4px);left:1rem;right:1rem;background:#f7f4e6;border-radius:1rem;padding:1.5rem;box-shadow:0 10px 40px #0000001a;display:flex;flex-direction:column;gap:1rem}.ref-mobile-link{background:none;border:none;text-align:left;padding:.5rem 0;color:#2a2a2a;cursor:pointer;font-size:1rem}.ref-mobile-record{width:100%}.ref-btn-primary:hover{background:#2a2a2ae6;transform:scale(1.05)}.ref-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ref-modal{background:#f7f4e6;border-radius:1.5rem;padding:1.5rem;width:100%;max-width:500px;max-height:90vh;overflow-y:auto}.ref-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.ref-modal-header h3{margin:0;font-size:1.2rem;color:#2a2a2a}.ref-modal-header button{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#2a2a2a;padding:.25rem}.ref-modal-textarea{width:100%;height:8rem;padding:1rem;border:none;border-radius:1rem;background:#fff9;resize:none;font-family:inherit;font-size:1rem;margin-bottom:1rem}.ref-modal-textarea:focus{outline:2px solid rgba(42,42,42,.2)}.ref-modal-label{font-size:.85rem;color:#2a2a2a99;margin-bottom:.75rem;display:block}.ref-emotion-grid{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.ref-emotion-btn{padding:.5rem 1rem;border-radius:9999px;border:none;background:#2a2a2a0d;color:#2a2a2ab3;cursor:pointer;transition:transform .2s ease,background-color .2s ease,color .2s ease;font-size:.9rem}.ref-emotion-btn:hover{background:#2a2a2a1a}.ref-emotion-active{background:#2a2a2a;color:#f7f4e6;transform:scale(1.05)}.ref-btn-full{width:100%;padding:1rem;background:#2a2a2a;color:#f7f4e6;border:none;border-radius:9999px;font-size:1rem;cursor:pointer}.ref-btn-full:disabled{opacity:.5;cursor:not-allowed}.ref-chat-container{background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1.5rem;overflow:hidden}.ref-chat-messages{height:24rem;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.ref-chat-message{display:flex;gap:.75rem;align-items:flex-start}.ref-chat-message.user{flex-direction:row-reverse}.ref-chat-avatar{width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.ref-chat-message.ai .ref-chat-avatar{background:#d1e29d}.ref-chat-message.user .ref-chat-avatar{background:#2a2a2a}.ref-chat-bubble{max-width:80%;padding:1rem;border-radius:1rem;position:relative}.ref-chat-message.ai .ref-chat-bubble{background:#d1e29d4d;color:#2a2a2a}.ref-chat-message.user .ref-chat-bubble{background:#2a2a2a;color:#f7f4e6}.ref-chat-bubble p{margin:0 0 .25rem;line-height:1.6}.ref-chat-time{font-size:.75rem;opacity:.6}.ref-loading{display:flex;gap:.25rem;align-items:center;padding:1.25rem}.ref-loading-dot{width:.5rem;height:.5rem;background:#2a2a2a;border-radius:50%;animation:mentor-bounce 1.4s infinite ease-in-out}.ref-loading-dot:nth-child(2){animation-delay:.2s}.ref-loading-dot:nth-child(3){animation-delay:.4s}@keyframes mentor-bounce{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}.ref-chat-form{display:flex;gap:.5rem;padding:1rem;border-top:1px solid rgba(42,42,42,.1)}.ref-chat-input{flex:1;padding:.75rem 1rem;border:none;border-radius:.75rem;background:#fff9;font-size:1rem}.ref-chat-input:focus{outline:2px solid rgba(42,42,42,.2)}.ref-chat-submit{min-width:3rem;padding:0 1rem;border:none;border-radius:.75rem;background:#2a2a2a;color:#f7f4e6;cursor:pointer;transition:background-color .2s ease,opacity .2s ease}.ref-chat-submit:disabled{opacity:.5;cursor:not-allowed}.ref-section-title{font-size:clamp(1.8rem,4vw,2.5rem);font-family:Georgia,Times New Roman,serif;color:#2a2a2a;text-align:center;margin:0 0 2rem}.ref-faq-list{display:flex;flex-direction:column;gap:.75rem}.ref-faq-item{background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;overflow:hidden}.ref-faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.25rem;background:none;border:none;text-align:left;font-size:1rem;color:#2a2a2a;cursor:pointer;font-weight:500}.ref-faq-arrow{transition:transform .3s ease;font-size:.75rem}.ref-faq-open{transform:rotate(180deg)}.ref-faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.ref-faq-show{max-height:200px}.ref-faq-answer p{padding:0 1.25rem 1.25rem;margin:0;color:#2a2a2ab3;line-height:1.6}.ref-cta-section{position:relative;overflow:hidden}.ref-cta-bg{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.ref-cta-bg:before{content:"";width:800px;height:800px;border-radius:50%;background:#d1e29d33;filter:blur(100px);animation:final-cta-pulse 4s infinite}.ref-cta-content{position:relative;text-align:center}.ref-cta-content h2{font-size:clamp(2rem,5vw,3rem);font-family:Georgia,Times New Roman,serif;color:#2a2a2a;margin:0 0 1rem}.ref-cta-content p{font-size:1.1rem;color:#2a2a2ab3;margin-bottom:2rem;max-width:400px;margin-left:auto;margin-right:auto}.ref-cta-icon{width:1.25rem;height:1.25rem}.ref-cta-note{display:block;margin-top:1.5rem;font-size:.85rem;color:#2a2a2a80}@keyframes final-cta-pulse{0%,to{opacity:1}50%{opacity:.3}}.animated-text{display:flex;overflow:hidden}.char-wrapper{display:inline-block;overflow:hidden}.char{display:inline-block;animation:charReveal .6s cubic-bezier(.77,0,.175,1) forwards;opacity:0;transform:translateY(100%)}@keyframes charReveal{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.fade-in-text{will-change:opacity,transform}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.float-animation{animation:float 3s ease-in-out infinite}@keyframes pulseGlow{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.6;transform:scale(1.05)}}.pulse-glow{animation:pulseGlow 4s ease-in-out infinite}.gradient-text{background:linear-gradient(135deg,#2a2a2a,#4a4a4a,#2a2a2a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes scanline{0%{background-position:-200% center}to{background-position:200% center}}.scanline-text{background:linear-gradient(90deg,#2a2a2a,#2a2a2a 40%,#d1e29d,#2a2a2a 60%,#2a2a2a);background-size:200% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:scanline 3s linear infinite}.ref-hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:6rem 1.5rem;position:relative}.ref-hero-title{justify-content:center;font-size:clamp(5rem,15vw,12rem);font-family:Georgia,Times New Roman,serif;color:#2a2a2a;margin:0 0 1rem;line-height:1;font-weight:400;letter-spacing:-.02em}.ref-hero-subtitle{font-size:clamp(1.2rem,3vw,1.5rem);color:#2a2a2acc;margin-bottom:2rem;max-width:400px}.ref-scroll-hint-wrapper{position:absolute;bottom:3rem;left:50%;transform:translate(-50%)}.ref-scroll-hint{display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer;color:#2a2a2a99;font-size:.85rem;background:none;border:none;padding:0}.ref-scroll-line{width:1px;height:3rem;background:#2a2a2a4d;animation:hero-pulse 2s infinite}.hero-btn-icon{width:1.25rem;height:1.25rem}.ref-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem 1.2rem;border-radius:9999px;border:none;font-size:.9rem;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease;font-weight:500}.ref-btn-large{padding:1rem 2rem;font-size:1.1rem;background:#2a2a2a;color:#f7f4e6}.ref-btn:hover .btn-icon{transform:rotate(-10deg) scale(1.1)}.ref-btn-large:hover{transform:scale(1.05);box-shadow:0 10px 30px #0003}@keyframes hero-pulse{0%,to{opacity:1}50%{opacity:.3}}.ref-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.ref-feature-card{background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1.5rem;padding:1.5rem;position:relative;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;opacity:0;transform:translateY(30px)}.ref-feature-card.animate-in{animation:cardSlideIn .6s ease forwards}.ref-feature-delay-1.animate-in{animation-delay:0s}.ref-feature-delay-2.animate-in{animation-delay:.15s}.ref-feature-delay-3.animate-in{animation-delay:.3s}@keyframes cardSlideIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.ref-feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.ref-feature-card.animate-in:hover{transform:translateY(-5px)}.ref-feature-icon{width:3.5rem;height:3.5rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem;transition:transform .3s ease}.ref-feature-tone-1{background:#d1e29d}.ref-feature-tone-2{background:#c8db9a}.ref-feature-tone-3{background:#b8cf8a}.ref-feature-card:hover .ref-feature-icon{transform:scale(1.1) rotate(3deg)}.ref-feature-title{font-size:1.2rem;color:#2a2a2a;margin:0 0 .5rem}.ref-feature-desc{color:#2a2a2ab3;line-height:1.6;margin:0}.ref-feature-arrow{position:absolute;bottom:1rem;right:1rem;width:2rem;height:2rem;border-radius:50%;background:#2a2a2a0d;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.ref-feature-card:hover .ref-feature-arrow{opacity:1}.ref-pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.ref-pricing-card{background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1.5rem;padding:2rem;position:relative}.ref-pricing-highlighted{background:#2a2a2a;color:#f7f4e6}.ref-pricing-badge{position:absolute;top:-.75rem;left:50%;transform:translate(-50%);background:#d1e29d;color:#2a2a2a;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}.ref-pricing-card h3{font-size:1.25rem;margin:0 0 .5rem}.ref-pricing-price{margin-bottom:.5rem}.ref-pricing-price span{font-size:2.5rem;font-family:Georgia,Times New Roman,serif}.ref-pricing-price small{opacity:.6}.ref-pricing-desc{font-size:.9rem;opacity:.7;margin-bottom:1.5rem}.ref-pricing-card ul{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:.75rem}.ref-pricing-card li{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.ref-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.85rem 1.2rem;border-radius:9999px;border:none;font-size:.9rem;cursor:pointer;transition:transform .3s ease,background-color .3s ease;font-weight:500}.ref-btn-primary{background:#2a2a2a;color:#f7f4e6}.ref-btn-accent{background:#d1e29d;color:#2a2a2a}.ref-btn-primary:hover,.ref-btn-accent:hover{transform:translateY(-1px)}.ref-testimonials{overflow:hidden}.ref-testimonials-scroll{display:flex;gap:1.5rem;padding:1rem 0;animation:testimonials-scroll 30s linear infinite;width:fit-content}@keyframes testimonials-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.ref-testimonial-card{width:320px;flex-shrink:0;background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1.5rem;padding:1.5rem}.ref-quote-icon-small{width:2rem;height:2rem;fill:#d1e29d;margin-bottom:1rem}.ref-testimonial-content{color:#2a2a2a;line-height:1.6;margin-bottom:1.5rem}.ref-testimonial-author{display:flex;align-items:center;gap:.75rem}.ref-testimonial-avatar{width:2.5rem;height:2.5rem;border-radius:50%;background:#2a2a2a;color:#f7f4e6;display:flex;align-items:center;justify-content:center;font-weight:500}.ref-testimonial-name{font-weight:500;color:#2a2a2a;margin:0}.ref-testimonial-role{font-size:.85rem;color:#2a2a2a99;margin:0}@media (max-width: 768px){.ref-testimonial-card{width:280px}}.ref-container-medium{max-width:800px}.ref-section-title{font-size:clamp(1.8rem,4vw,2.5rem);font-family:Georgia,Times New Roman,serif;color:#2a2a2a;text-align:center;margin:0}.ref-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.ref-tabs{display:flex;gap:.5rem}.ref-tab{padding:.5rem 1rem;border-radius:9999px;border:none;background:#2a2a2a0d;color:#2a2a2ab3;cursor:pointer;transition:background-color .2s ease,color .2s ease}.ref-tab-active{background:#2a2a2a;color:#f7f4e6}.ref-thoughts-list{display:flex;flex-direction:column;gap:1rem}.ref-thought-item{background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;padding:1.25rem;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;transition:box-shadow .3s ease}.ref-thought-item:hover{box-shadow:0 10px 30px #0000001a}.ref-thought-content{flex:1}.ref-thought-content p{margin:0 0 .75rem;color:#2a2a2a;line-height:1.6}.ref-thought-meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.ref-thought-tag{padding:.25rem .5rem;background:#d1e29d4d;border-radius:9999px;font-size:.8rem;color:#2a2a2ab3}.ref-thought-time{font-size:.8rem;color:#2a2a2a80}.ref-delete-btn{background:none;border:none;cursor:pointer;opacity:0;transition:opacity .2s ease;padding:.25rem}.ref-thought-item:hover .ref-delete-btn{opacity:1}.ref-empty-state{text-align:center;padding:4rem 2rem;background:#ffffff4d;border-radius:1.5rem}.ref-empty-icon{font-size:3rem;display:block;margin-bottom:1rem;opacity:.3}.ref-empty-state p{margin:0;color:#2a2a2ab3}@media (max-width: 768px){.ref-section-header{align-items:stretch}.ref-tabs{width:100%}.ref-tab{flex:1}}.ref-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.ref-container-narrow{max-width:600px}.ref-section{padding:5rem 0;background:transparent}.ref-section-title{font-size:clamp(1.8rem,4vw,2.5rem);font-family:Georgia,Times New Roman,serif;color:#2a2a2a;text-align:center;margin:0 0 .5rem}.ref-section-subtitle{text-align:center;color:#2a2a2a99;margin-bottom:3rem}.ref-wisdom-card{width:100%;background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1.5rem;padding:2rem;position:relative;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease,opacity .3s ease;border:none;text-align:left}.ref-wisdom-card:hover{box-shadow:0 20px 40px #0000001a}.ref-wisdom-animating{opacity:.5;transform:scale(.95)}.ref-wisdom-tag{position:absolute;top:1rem;right:1rem;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500;color:#2a2a2a}.ref-wisdom-tone-tao{background:#d1e29d}.ref-wisdom-tone-confucius{background:#c8db9a}.ref-wisdom-tone-buddha{background:#b8cf8a}.ref-quote-icon{width:2.5rem;height:2.5rem;fill:#d1e29d;margin-bottom:1rem}.ref-wisdom-quote{font-size:clamp(1.5rem,4vw,2rem);font-family:Georgia,Times New Roman,serif;color:#2a2a2a;margin:0 0 1rem;line-height:1.4}.ref-wisdom-context{color:#2a2a2ab3;margin:0;line-height:1.6}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#2a2a2a}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{margin:0;padding:0;width:100%;min-height:100vh}body{background:transparent;color:#2a2a2a}.app-shell{width:100%;min-height:100vh}.reference-frame{display:block;width:100%;min-height:100vh;border:0;background:transparent}.app-shell-hybrid{position:relative;min-height:100vh}.frame-section{position:relative;z-index:1;padding:48px 24px 96px}.reference-frame-embedded{width:min(1400px,calc(100vw - 48px));height:100vh;margin:0 auto;border-radius:28px;box-shadow:0 24px 80px #161e0b24;overflow:hidden}@media (max-width: 768px){.frame-section{padding:24px 12px 48px}.reference-frame-embedded{width:calc(100vw - 24px);height:90vh;border-radius:20px}}.font-serif{font-family:"Noto Serif SC",serif}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-scroll{animation:scroll 30s linear infinite}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#2a2a2a0d}::-webkit-scrollbar-thumb{background:#2a2a2a33;border-radius:4px}::selection{background:#d1e29d;color:#2a2a2a}
