@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600&family=DM+Sans:wght@400;500;600&display=swap";:root{--bg-white: #FFFFFF;--bg-cream: #F5F0E8;--bg-warm: #F8F5F0;--text-dark: #1A1A1A;--text-muted: #888888;--accent-pink: #E8C4C4;--accent-pink-light: rgba(232, 196, 196, .3);--border-light: #E5E5E5;--btn-dark: #2D2A26;--btn-dark-hover: #1A1816}*{box-sizing:border-box;margin:0;padding:0}body{font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--bg-white);color:var(--text-dark);min-height:100vh}#root{min-height:100vh}.font-title{font-family:Playfair Display,Georgia,serif}.custom-scrollbar::-webkit-scrollbar{width:4px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:var(--accent-pink);border-radius:2px}.speech-bubble-wrapper{position:relative;display:flex;flex-direction:column;align-items:flex-start}.speech-bubble-ai{position:relative;background:#fff;border-radius:9999px;padding:20px 32px;max-width:420px;border:1px solid var(--accent-pink);box-shadow:0 2px 8px var(--accent-pink-light)}.input-field{border:1px solid var(--accent-pink);background:#fff;border-radius:9999px;padding:14px 24px;font-size:14px;outline:none;transition:all .2s ease;box-shadow:none}.input-field:focus{border-color:var(--accent-pink);box-shadow:0 4px 12px var(--accent-pink-light)}.input-field::placeholder{color:var(--text-muted)}.btn-dark{background:var(--btn-dark);color:#fff;border:none;border-radius:9999px;padding:10px 20px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-dark:hover{background:var(--btn-dark-hover)}.btn-send{width:44px;height:44px;border-radius:50%;border:1px solid var(--border-light);background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:var(--text-dark);flex-shrink:0}.btn-send:hover{border-color:var(--text-muted)}.btn-send:disabled{opacity:.4;cursor:not-allowed}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.animate-float{animation:float 3s ease-in-out infinite}.animate-fadeIn{animation:fadeIn .4s ease-out forwards}@keyframes pulse{0%,to{opacity:.3}50%{opacity:1}}.typing-dot{width:6px;height:6px;background:var(--text-muted);border-radius:50%;animation:pulse 1.2s ease-in-out infinite}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes sparkleFloat{0%,to{opacity:.25;transform:translateY(2px) scale(.9)}50%{opacity:1;transform:translateY(-3px) scale(1.05)}}.sparkle-loading-wrapper{display:flex;align-items:center;min-height:70px;padding-left:16px}.sparkle-loading{position:relative;width:32px;height:24px}.sparkle{position:absolute;color:#f2c94c;line-height:1;animation:sparkleFloat 1.8s ease-in-out infinite;text-shadow:0 0 12px rgba(242,201,76,.45)}.sparkle-large{left:0;top:8px;font-size:18px}.sparkle-small{left:11px;top:0;font-size:10px;animation-delay:.3s}.sparkle-medium{right:0;top:9px;font-size:14px;animation-delay:.6s}.nav-arrows{display:flex;flex-direction:column;gap:2px;align-items:center}.nav-arrow{width:16px;height:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-muted);transition:color .2s ease;background:none;border:none;padding:0}.nav-arrow:hover{color:var(--text-dark)}.fairy-container{width:140px;height:140px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:transparent;overflow:visible}.fairy-container img{width:150px;height:150px;object-fit:contain;margin-left:-20px}.response-text{font-size:14px;line-height:1.6;color:var(--text-dark)}.chat-view-wrapper{position:relative;width:100%;height:280px;display:flex;align-items:center;justify-content:center}.chat-pair-container{display:flex;flex-direction:column;gap:8px;width:100%;height:100%;justify-content:center}.user-message-row{display:flex;align-items:flex-start;justify-content:flex-end;padding-left:140px;padding-right:40px;margin-bottom:8px}.user-message-text{font-size:14px;line-height:1.6;color:var(--text-dark);white-space:pre-wrap;text-align:right;max-width:100%;max-height:4.8em;overflow-y:auto}.ai-message-row{display:flex;align-items:center;gap:0}.chat-view-wrapper .nav-arrows{position:absolute;right:12px;top:50%;transform:translateY(-50%)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-slideUp{animation:slideUp .4s ease-out forwards}.streaming-text-block{position:relative;display:block}.streaming-text-marker{display:inline-block;width:1px;height:1em;margin-left:-1px;vertical-align:text-bottom;pointer-events:none}.streaming-sand-canvas{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9998}@media(max-width:640px){.fairy-container{width:70px;height:70px}.fairy-container img{width:80px;height:80px;margin-left:-8px}.speech-bubble-ai{padding:12px 16px;max-width:calc(100vw - 160px);min-width:0}.sparkle-loading-wrapper{min-height:48px;padding-left:10px}.speech-bubble-ai p{font-size:13px;line-height:1.5}.chat-view-wrapper .nav-arrows{right:32px}.ai-message-row{margin-left:-6px}.chat-view-wrapper{height:200px}.chat-view-wrapper[style*="height: auto"]{padding-left:20px;padding-right:20px}.chat-view-wrapper[style*="height: auto"] .nav-arrows{right:12px}.user-message-row{padding-left:20px;padding-right:68px}.user-message-text{font-size:13px;max-height:3.6em}.input-form-container{padding-left:20px!important;padding-right:20px!important}.input-field{padding:12px 16px;font-size:16px}.btn-send{width:40px;height:40px}.nav-arrow{width:14px;height:8px}.group-hover\:visible+div,.group:hover .absolute{width:calc(100vw - 40px)!important;max-width:280px}}@media(max-width:380px){.fairy-container{width:60px;height:60px}.fairy-container img{width:70px;height:70px}.speech-bubble-ai{padding:10px 14px;max-width:calc(100vw - 120px)}.speech-bubble-ai p{font-size:12px}}
