body{margin:0;background:#0a0a0b;font-family:-apple-system,BlinkMacSystemFont,sans-serif;color:#fff;overflow:hidden}.background-grid{position:fixed;inset:0;background-image:linear-gradient(rgba(0,255,136,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,255,136,.03) 1px,transparent 1px);background-size:40px 40px;z-index:-1}.boot-screen{position:fixed;inset:0;background:#000;display:flex;justify-content:center;align-items:center;z-index:9999}.boot-text{font-size:42px;font-family:Courier New,monospace;color:#0fc;letter-spacing:2px}@keyframes fadeBoot{0%{opacity:0}to{opacity:1}}@keyframes bootGlow{0%{opacity:.6}to{opacity:1}}.terminal-bar{position:fixed;top:0;left:0;width:100%;height:40px;background:#000;display:flex;align-items:center;padding-left:20px;font-family:Courier New,monospace;font-size:14px;color:#0fc;z-index:1000}.dots span{opacity:0;animation:blinkDots 1.5s infinite}.dots span:nth-child(1){animation-delay:0s}.dots span:nth-child(2){animation-delay:.3s}.dots span:nth-child(3){animation-delay:.6s}@keyframes blinkDots{0%{opacity:0}50%{opacity:1}to{opacity:0}}.layout{display:flex;height:100vh;padding-top:60px}.sidebar{width:220px;padding:30px 20px;background:#ffffff05;border-right:1px solid rgba(255,255,255,.05);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.chat-wrapper{flex:1;display:flex;justify-content:center;align-items:flex-end;padding-bottom:100px}.chat{width:800px;height:520px;background:#0007;border-radius:22px;padding:20px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 0 40px #00ffc814}.chat-area{flex:1;overflow-y:auto;padding-right:8px}.chat-area::-webkit-scrollbar{width:4px}.chat-area::-webkit-scrollbar-thumb{background:#00ffc833;border-radius:10px}.message-row{display:flex;margin-bottom:14px}.user-row{justify-content:flex-end}.bot-row{justify-content:flex-start}.bubble{max-width:65%;padding:14px 18px;border-radius:18px;font-size:14px;line-height:1.5}.bubble.user{background:linear-gradient(135deg,#0f2027,#203a43);color:#0fc}.bubble.bot{background:#ffffff0f;color:#fff}.chat-input{display:flex;margin-top:15px}.chat-input input{flex:1;padding:12px;border-radius:12px;border:none;background:#ffffff14;color:#fff;outline:none}.chat-input button{margin-left:10px;padding:12px 18px;border-radius:12px;border:none;background:#0fc;color:#000;cursor:pointer;font-weight:700;transition:.2s ease}.chat-input button:hover{transform:scale(1.05)}.mic-btn{margin-left:10px;padding:12px;border-radius:12px;border:none;background:#111;color:#0fc;cursor:pointer;transition:.2s ease}.mic-btn:hover{background:#0fc;color:#000}.music-widget{position:fixed;top:70px;right:20px;width:300px;background:#000;border-radius:16px;overflow:hidden;box-shadow:0 0 30px #0fc3;z-index:2000}.music-header{display:flex;align-items:center;justify-content:center;position:relative;padding:10px 15px;cursor:grab;border-bottom:1px solid rgba(255,255,255,.08)}.music-header .title{font-weight:600;font-size:15px;letter-spacing:1px;text-transform:uppercase;opacity:.9}.music-header .controls{position:absolute;right:12px;display:flex;gap:8px}.control-btn{background:#b8b2b299;border:none;padding:6px 9px;border-radius:8px;cursor:pointer;transition:all .2s ease;font-size:10px}.control-btn:hover{background:#7ab0c1;transform:scale(1.08)}.control-btn.close:hover{background:#ff3c3cb3;color:#fff}@media(max-width:1100px){.layout{flex-direction:column}.sidebar{display:none}.chat{width:95%;height:70vh}}
