@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.2447d0f0.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.a746726d.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.a23984fd.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.9fa39156.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_396b12ce-module__rRjk0G__className{font-family:Inter,Inter Fallback;font-style:normal}
:root{--primary-color:#2d3748;--secondary-color:#4a5568;--accent-color:#718096;--background-color:#f7fafc;--message-user-bg:#e2e8f0;--message-ai-bg:#edf2f7;--text-color:#2d3748;--sad-blue:#3498db;--tear-color:#a0d2f3}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background-color);color:var(--text-color);height:100vh;position:relative;overflow:hidden}.rain-container{pointer-events:none;z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.raindrop{background:linear-gradient(to bottom,transparent,var(--sad-blue));opacity:.6;width:2px;height:15px;position:absolute}.header{background-color:var(--primary-color);color:#fff;border-bottom:1px solid var(--secondary-color);align-items:center;padding:1rem;display:flex}.logo{color:var(--tear-color);margin-right:.5rem;font-size:1.5rem;font-weight:700}.tear{background:var(--tear-color);border-radius:50% 0 50% 50%;width:20px;height:20px;margin:0 10px;display:inline-block;transform:rotate(45deg)}.chat-container{flex-direction:column;flex:1;gap:1rem;height:calc(100vh - 180px);padding:1rem;display:flex;overflow-y:auto}.message{border-radius:10px;max-width:80%;padding:1rem;line-height:1.5;position:relative}.user-message{background-color:var(--message-user-bg);align-self:flex-end}.ai-message{background-color:var(--message-ai-bg);align-self:flex-start}.message:after{content:"";background-color:inherit;clip-path:polygon(0 0,100% 0,0 100%);width:20px;height:10px;position:absolute;bottom:-10px}.user-message:after{right:0;transform:rotate(-30deg)}.ai-message:after{left:0;transform:rotate(30deg)scaleX(-1)}.ai-message:before{content:"😢";position:absolute;top:5px;left:-30px}.input-container{border-top:1px solid var(--secondary-color);background-color:#fff;width:100%;padding:1rem;display:flex;position:fixed;bottom:0}.input-field{border:1px solid var(--secondary-color);resize:none;border-radius:5px;flex:1;height:50px;padding:.75rem;font-size:1rem}.send-button{background-color:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:5px;margin-left:1rem;padding:0 1.5rem;transition:background-color .3s}.send-button:hover{background-color:var(--secondary-color)}.sadness-hint{text-align:center;color:var(--accent-color);border-top:1px dashed var(--accent-color);background:var(--background-color);width:100%;padding:.5rem;font-style:italic;position:fixed;bottom:80px}.thinking{color:var(--accent-color);align-items:center;font-style:italic;display:flex}.thinking-dots{margin-left:5px;display:flex}.thinking-dots span{opacity:0;margin:0 1px;animation:1.5s infinite thinking}.thinking-dots span:nth-child(2){animation-delay:.5s}.thinking-dots span:nth-child(3){animation-delay:1s}@keyframes thinking{0%{opacity:0}50%{opacity:1}to{opacity:0}}@keyframes rain{0%{opacity:0;transform:translateY(-100px)}10%{opacity:.6}90%{opacity:.6}to{opacity:0;transform:translateY(100vh)}}#chat-container{scroll-behavior:smooth}.message{word-wrap:break-word;white-space:pre-wrap}
