:root{--text:hsla(0,0%,100%,.95);--text-secondary:hsla(0,0%,100%,.75);--text-tertiary:hsla(0,0%,100%,.55);--card-bg:rgba(20,20,35,.6);--card-border:hsla(0,0%,100%,.1);--input-bg:hsla(0,0%,100%,.05);--input-border:hsla(0,0%,100%,.15);--button-bg:rgba(110,168,254,.3);--button-hover:rgba(110,168,254,.5);--error:#ff5c7a;--success:#2fd27a}*{box-sizing:border-box}body,html{padding:0;margin:0;height:100%;overflow:hidden}body{color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji}#__next{height:100%}.container{height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;overflow:hidden}.cloud-bg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;background:linear-gradient(135deg,#1a1f3a,#2d2d4a 25%,#3a2f5a 50%,#2d2d4a 75%,#1a1f3a);overflow:hidden}.cloud{position:absolute;opacity:.3;filter:blur(60px)}.cloud1{width:300px;height:150px;background:radial-gradient(ellipse 300px 150px at 50% 50%,rgba(100,150,255,.4),transparent 70%);top:-50px;left:-100px;animation:float 30s ease-in-out infinite}.cloud2{width:400px;height:200px;background:radial-gradient(ellipse 400px 200px at 50% 50%,rgba(150,100,200,.3),transparent 60%);top:50%;right:-150px;animation:float 45s ease-in-out infinite reverse}.cloud3{width:350px;height:180px;background:radial-gradient(ellipse 350px 180px at 50% 50%,rgba(100,200,255,.25),transparent 65%);bottom:-80px;left:20%;animation:float 50s ease-in-out infinite}@keyframes float{0%,to{transform:translateX(0) translateY(0)}50%{transform:translateX(100px) translateY(50px)}}.content-wrapper{position:relative;z-index:1;height:100%;display:flex;justify-content:center;padding:20px}.content-wrapper,.main{width:100%;align-items:center}.main{max-width:1000px;height:90vh;max-height:750px;display:grid;grid-template-columns:1fr 1.2fr;grid-gap:40px;gap:40px}.wishing-machine-section{display:flex;align-items:center;justify-content:center;padding:30px;background:hsla(0,0%,100%,.03);border-radius:20px;border:1px solid var(--card-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:fadeInLeft .8s ease-out;height:100%}.wishing-machine-image{max-width:350px;width:100%;height:auto;filter:drop-shadow(0 20px 60px rgba(196,30,58,.25))}.arrodes-mirror-small{width:120px;height:auto;margin:12px auto;filter:drop-shadow(0 8px 20px rgba(110,168,254,.15))}.chat-section{height:100%;background:var(--card-bg);border:1px solid var(--card-border);border-radius:20px;padding:30px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);animation:fadeInRight .8s ease-out;box-shadow:0 20px 60px rgba(0,0,0,.3);overflow:hidden;display:flex;flex-direction:column}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.chat-header{margin-bottom:24px;text-align:center;display:flex;flex-direction:column;align-items:center}.chat-header h1{margin:0;font-size:28px;font-weight:700;letter-spacing:-.5px;background:linear-gradient(135deg,#6ea8fe,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;order:1}.chat-header .arrodes-mirror-small{order:2}.chat-header p{margin:8px 0 0;font-size:13px;color:var(--text-tertiary);order:3}.messages-container{flex:1 1;overflow-y:auto;margin-bottom:20px;padding-right:8px;display:flex;flex-direction:column;gap:12px}.messages-container::-webkit-scrollbar{width:6px}.messages-container::-webkit-scrollbar-track{background:transparent}.messages-container::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:3px}.messages-container::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.3)}.message{display:flex;gap:12px;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message.user{justify-content:flex-end}.message-bubble{max-width:70%;padding:12px 16px;border-radius:14px;font-size:14px;line-height:1.5;word-wrap:break-word}.message-bubble.bot{background:rgba(110,168,254,.15);border:1px solid rgba(110,168,254,.25);color:var(--text)}.message-bubble.user{background:rgba(110,168,254,.3);border:1px solid rgba(110,168,254,.35);color:var(--text)}.sources{font-size:12px;color:var(--text-tertiary);margin-top:8px;padding-top:8px;border-top:1px solid hsla(0,0%,100%,.1)}.source-item{display:inline-block;background:hsla(0,0%,100%,.06);padding:4px 10px;border-radius:12px;margin:4px 4px 0 0;border:1px solid hsla(0,0%,100%,.1)}.sources-dropdown{position:relative;flex-shrink:0;margin-top:12px;border-top:1px solid var(--card-border);padding-top:12px}.sources-toggle{width:100%;padding:10px 14px;background:rgba(110,168,254,.15);border:1px solid rgba(110,168,254,.25);border-radius:10px;color:var(--text);font-weight:600;cursor:pointer;transition:all .2s ease;font-size:13px}.sources-toggle:hover{background:rgba(110,168,254,.25);border-color:rgba(110,168,254,.4)}.sources-menu{margin-top:8px;background:rgba(0,0,0,.2);border:1px solid var(--card-border);border-radius:10px;max-height:200px;overflow-y:auto;animation:slideIn .2s ease-out}.sources-menu::-webkit-scrollbar{width:6px}.sources-menu::-webkit-scrollbar-track{background:transparent}.sources-menu::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:3px}.sources-menu::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.3)}.sources-list{list-style:none;margin:0;padding:8px 0}.sources-item{padding:8px 12px;font-size:13px;color:var(--text-secondary);border-bottom:1px solid hsla(0,0%,100%,.05);word-break:break-word}.sources-item:last-child{border-bottom:none}.sources-item:hover{background:rgba(110,168,254,.1)}.sources-empty{padding:12px;text-align:center;color:var(--text-tertiary);font-size:12px}.chat-input-area{display:flex;gap:10px;flex-shrink:0}.input-field{flex:1 1;padding:12px 16px;background:var(--input-bg);border:1px solid var(--input-border);border-radius:12px;color:var(--text);font-size:14px;resize:none;max-height:100px;transition:all .2s ease;font-family:inherit}.input-field:focus{outline:none;border-color:rgba(110,168,254,.4);background:hsla(0,0%,100%,.08)}.input-field::placeholder{color:var(--text-tertiary)}.send-button{padding:12px 20px;background:var(--button-bg);border:1px solid rgba(110,168,254,.3);border-radius:12px;color:var(--text);font-weight:600;cursor:pointer;transition:all .2s ease;font-size:14px}.send-button:hover:not(:disabled){background:var(--button-hover);border-color:rgba(110,168,254,.5);transform:translateY(-2px)}.send-button:disabled{opacity:.5;cursor:not-allowed}.error-message{padding:12px 16px;background:rgba(255,92,122,.15);border:1px solid rgba(255,92,122,.3);border-radius:12px;color:hsla(0,0%,100%,.9);font-size:13px;animation:slideIn .3s ease-out}.loading-dots{display:inline-flex;gap:4px}.loading-dot{width:6px;height:6px;background:currentColor;border-radius:50%;animation:bounce 1.4s infinite}.loading-dot:nth-child(2){animation-delay:.2s}.loading-dot:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{opacity:.5;transform:translateY(0)}40%{opacity:1;transform:translateY(-8px)}}@media (max-width:1024px){.main{grid-template-columns:1fr;gap:20px;height:auto}.mirror-section{display:none}.chat-section{max-width:500px;height:auto;min-height:600px}}@media (max-width:768px){.main{max-width:100%;padding:0 15px}.chat-section{padding:20px;min-height:500px}.chat-header h1{font-size:24px}.message-bubble{max-width:85%}}