@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-warm);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;box-shadow:0 2px 4px var(--accent-pink)}.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 2px 4px var(--accent-pink)}.input-field::placeholder{color:var(--text-muted)}.input-form-container{padding-left:140px}.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%;min-height:280px;display:flex;align-items:flex-start;justify-content:center}.chat-pair-container{display:flex;flex-direction:column;gap:8px;width:100%;min-height:280px;justify-content:flex-start;padding-top:44px}.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}.task-list-container{padding-left:172px;padding-right:88px;margin-top:-24px;margin-bottom:16px}.task-list-panel{max-width:356px;width:100%}.task-action-status{display:inline-flex;align-items:center;gap:8px;color:var(--text-muted);font-size:12px;line-height:1.4}.task-action-status-check{color:var(--text-muted);font-size:13px;line-height:1}@media(min-width:641px){.ai-message-row{padding-right:56px}}.chat-view-wrapper .nav-arrows{position:absolute;right:12px;top:140px;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;top:100px}.ai-message-row{margin-left:-6px}.task-list-container{padding-left:102px;padding-right:84px}.task-list-panel{max-width:calc(100vw - 192px)}.chat-view-wrapper{min-height:200px}.chat-pair-container{min-height:200px;padding-top:28px}.initial-chat-view{padding-left:0;padding-right:0}.initial-chat-view .nav-arrows{right:12px}.initial-chat-view .ai-message-row{padding-right:48px}.initial-chat-view .speech-bubble-ai{padding:18px 26px}.user-message-row{padding-left:20px;padding-right:68px}.user-message-text{font-size:13px;max-height:3.6em}.input-form-container{padding-left:0!important;padding-right:0!important}.initial-input-form{margin-left:auto;margin-right:auto}.input-form-container form{position:relative;justify-content:center;width:calc(100% - 48px);margin-left:auto;margin-right:auto}.input-form-container .input-field{flex:0 1 calc(100% - 88px)}.input-form-container .btn-send{position:absolute;right:0}.input-form-container>p{padding-right:48px}.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}}.auth-btn{border-radius:9999px;padding:8px 14px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:8px;border:1px solid var(--border-light);outline:none;font-family:inherit}.auth-btn:hover{border-color:var(--text-muted);transform:translateY(-1px);box-shadow:0 2px 4px #0000000d}.auth-btn:active{transform:translateY(0)}.auth-btn-signin{height:34px}.auth-btn-user{height:34px;padding:3px 12px 3px 5px}.auth-dropdown{position:absolute;right:0;top:40px;width:210px;border-radius:14px;box-shadow:0 10px 25px -5px #00000014,0 8px 10px -6px #0000000d;overflow:hidden;z-index:100;display:flex;flex-direction:column}.auth-dropdown-item{width:100%;text-align:left;padding:10px 16px;font-size:12px;background:transparent;border:none;cursor:pointer;transition:background-color .2s;font-family:inherit}
