*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}:root{--bg-main: #FFE9FF;--text-primary: #1a1a1a;--text-secondary: #6b6b6b;--gradient-text: linear-gradient(90deg, #FFA136, #9645FF);--panel-bg: rgba(255, 255, 255, .5);--panel-border: rgba(255, 255, 255, .6);--user-msg-bg: #FAC8FA;--msg-assistant-bg: #8D4FDA;--text-msg-user: #180211;--text-msg-assistant: #FFFFFF;--mic-text-color: #4A3664}[data-theme=dark]{--bg-main: #000000;--text-primary: #FFFFFF;--text-secondary: #E0E0E0;--panel-bg: rgba(22, 2, 17, .7);--panel-border: #706F6F;--msg-assistant-bg: rgba(141, 79, 218, .2);--user-msg-bg: rgba(255, 255, 255, .15);--text-msg-user: #FFFFFF;--text-msg-assistant: #FFFFFF;--mic-text-color: #BEA0E4}[data-theme=dark] .glow-blue{top:588px;left:300px;width:98px;height:110px;filter:blur(100px)}[data-theme=dark] .chat-empty .sparkle,[data-theme=dark] .neura-left h1{color:#fff}[data-theme=dark] .mic-btn{color:#000}[data-theme=dark] .mic-text{color:var(--mic-text-color)}[data-theme=dark] .messages-container::-webkit-scrollbar{width:6px}[data-theme=dark] .messages-container::-webkit-scrollbar-track{background:#ffffff05;border-radius:10px}[data-theme=dark] .messages-container::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:10px;border:1px solid rgba(0,0,0,.2)}[data-theme=dark] .messages-container::-webkit-scrollbar-thumb:hover{background:#ffffff40}body{background:var(--bg-main);transition:background .3s ease,color .3s ease;font-family:Inter,sans-serif;color:var(--text-primary);overflow:hidden}.neura-container{width:100%;height:100%;height:100vh;display:flex;flex-direction:column;position:relative;overflow:hidden}.neura-header{height:100px;flex-shrink:0;padding:24px 40px 0;display:flex;justify-content:space-between;align-items:center;z-index:100}.logo img{width:clamp(120px,10vw,180px)}.theme-toggle{width:40px;height:40px;border-radius:10px;border:none;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer}.theme-toggle img{width:20px;height:20px;transition:filter .3s ease}.theme-toggle img.inverted{filter:invert(1) brightness(1.5)}.neura-main{flex:1;display:flex;align-items:center;justify-content:space-between;min-height:0}.neura-left{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:28px}.neura-left h1{font-size:48px;font-weight:700;color:#180211;margin-bottom:10px}.gradient-text{background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.orb-container{width:300px;height:300px;display:flex;align-items:center;justify-content:center;cursor:pointer}.orb-wrapper{width:100%;height:100%;position:relative;border-radius:50%;overflow:hidden}.orb-wrapper.active{box-shadow:0 4px 50px 5px #b074ff}.mic-text-wrapper{height:40px;display:flex;align-items:center;justify-content:center}.orb-media{position:absolute;top:50%;left:50%;width:146%;height:146%;transform:translate(-50%,-50%);object-fit:cover;border-radius:50%}.mic-text-wrapper{height:40px;display:flex;align-items:center;justify-content:center;margin-top:10px}.mic-text{font-size:24px;font-weight:600;color:var(--mic-text-color);margin-block:0;line-height:20px;transition:color .3s ease}[data-theme=dark] .mic-text{color:#bea0e4}.mic-btn{width:50px;height:50px;border-radius:50%;background:#fac8fa;color:#000;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;border:none}.neura-right{flex:1;display:flex;align-items:center;justify-content:center}.chat-panel{width:600px;height:740px;background:var(--panel-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--panel-border);border-radius:32px;position:relative;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 50px #0000001a}.chat-panel:before{content:"";position:absolute;inset:0;background:var(--panel-bg);backdrop-filter:blur(50px);-webkit-backdrop-filter:blur(50px);z-index:1;pointer-events:none;transition:background .3s ease}.glow-blue{position:absolute;top:171px;left:244px;width:232px;height:261px;background:#89bcff;opacity:1;filter:blur(100px);z-index:0;pointer-events:none}.glow-pink{position:absolute;top:218px;left:17px;width:343px;height:386px;background:#ff86e1;opacity:.9;filter:blur(180px);z-index:0;pointer-events:none}.chat-empty{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1;width:310px;text-align:center}.chat-empty .sparkle{color:#180211;width:50px;height:50px;margin-bottom:12px;display:flex;align-items:center;justify-content:center}.chat-empty .sparkle svg{width:100%;height:100%}.chat-empty p{width:100%;font-family:Inter,sans-serif;font-size:24px;font-weight:600;line-height:1;letter-spacing:0;color:var(--text-primary);text-align:center}.messages-container{position:relative;z-index:1;height:100%;overflow-y:auto;padding:40px 34px;display:flex;flex-direction:column;gap:10px}.messages-container::-webkit-scrollbar{width:6px}.messages-container::-webkit-scrollbar-track{background:transparent}.messages-container::-webkit-scrollbar-thumb{background:#7b5cff33;border-radius:10px;transition:background .3s ease}.messages-container::-webkit-scrollbar-thumb:hover{background:#7b5cff80}.chat-row{display:flex;flex-direction:column;width:100%}.chat-row.assistant{align-self:flex-start}.chat-row.user{align-self:flex-end;align-items:flex-end}.chat-label{font-size:11px;color:#8a8a8a;margin-bottom:4px}.chat-bubble{padding:12px 18px;font-size:14px;line-height:1.5;font-weight:500;max-width:490px;width:fit-content}.chat-bubble.assistant{background:var(--msg-assistant-bg);color:var(--text-msg-assistant);border-radius:15px 15px 15px 1px;padding:8px 16px}.chat-bubble.user{background:var(--user-msg-bg);color:var(--text-msg-user);border:1px solid rgba(255,255,255,.1);border-radius:15px 15px 1px;box-shadow:0 4px 15px #0000001a}.error{position:absolute;bottom:20px;left:50%;transform:translate(-50%);background:#ff00001a;color:#ff4d4d;padding:8px 16px;border-radius:8px;font-size:13px;z-index:1000;pointer-events:none}
