body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%);margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.gaming-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(30,30,60,.8);border:1px solid rgba(147,51,234,.3);border-radius:12px;max-width:768px;margin:2rem auto;padding:24px;box-shadow:0 8px 32px rgba(0,0,0,.3)}.gaming-input{color:#fff;background:rgba(30,30,60,.6);border:1px solid rgba(147,51,234,.4);border-radius:8px;width:100%;margin-bottom:1rem;padding:12px;transition:all .3s}.gaming-input:focus{border-color:#9333ea;outline:none;box-shadow:0 0 0 3px rgba(147,51,234,.2)}.gaming-input::placeholder{color:rgba(255,255,255,.5)}.gaming-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#9333ea 0%,#3b82f6 100%);border:none;border-radius:8px;width:100%;padding:12px;font-weight:600;transition:all .3s;transform:translateY(0)}.gaming-button:hover:not(:disabled){background:linear-gradient(135deg,#7c3aed 0%,#2563eb 100%);transform:translateY(-2px);box-shadow:0 8px 25px rgba(147,51,234,.4)}.gaming-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.gaming-select{color:#fff;background:rgba(30,30,60,.6);border:1px solid rgba(147,51,234,.4);border-radius:8px;width:100%;padding:12px;transition:all .3s}.gaming-select:focus{border-color:#9333ea;outline:none;box-shadow:0 0 0 3px rgba(147,51,234,.2)}.gaming-checkbox{accent-color:#9333ea;width:16px;height:16px}.twitch-purple{color:#9146ff}.chat-message{background:rgba(30,30,60,.4);border-left:4px solid #9333ea;border-radius:8px;margin-bottom:8px;padding:12px}.chat-box{max-height:400px;overflow-y:scroll}.custom-scrollbar::-webkit-scrollbar{width:8px}.custom-scrollbar::-webkit-scrollbar-track{background:rgba(30,30,60,.4);border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#9333ea 0%,#3b82f6 100%);border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#7c3aed 0%,#2563eb 100%)}.prose{max-width:65ch}.prose p{margin-bottom:1.25em;line-height:1.75}.prose h2{margin-top:2em;margin-bottom:1em;font-size:1.875em;font-weight:700;line-height:1.3333}.prose h3{margin-top:1.6em;margin-bottom:.6em;font-size:1.5em;font-weight:600;line-height:1.6}.prose h4{margin-top:1.5em;margin-bottom:.5em;font-size:1.25em;font-weight:600;line-height:1.5}.prose ul,.prose ol{margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose li{margin-top:.5em;margin-bottom:.5em}.prose a{color:#a78bfa;font-weight:500;text-decoration:underline;transition:color .2s}.prose a:hover{color:#c4b5fd}.prose strong{color:#fff;font-weight:600}.prose code{color:#e9d5ff;background:rgba(147,51,234,.2);border-radius:.25rem;padding:.2em .4em;font-size:.875em}[data-theme=dark]{--bg-primary:#0f172a;--bg-secondary:#1e293b;--bg-tertiary:#334155;--text-primary:#f1f5f9;--text-secondary:#cbd5e1;--text-tertiary:#94a3b8;--border-primary:#475569;--border-secondary:#64748b;--accent-primary:#8b5cf6;--accent-secondary:#6366f1}[data-theme=light]{--bg-primary:#020617;--bg-secondary:#1e293b;--bg-tertiary:#020617;--text-primary:#e2e8f0;--text-secondary:#cbd5e1;--text-tertiary:#94a3b8;--border-primary:#334155;--border-secondary:#475569;--accent-primary:#9146ff;--accent-secondary:#6366f1}body[data-theme=dark]{color:#f1f5f9;background-color:#0f172a}body[data-theme=dark] .container{background-color:#0f172a}body[data-theme=dark] .card,body[data-theme=dark] .chatMessage{background-color:#1e293b;border-color:#475569}body[data-theme=dark] input,body[data-theme=dark] select,body[data-theme=dark] textarea,body[data-theme=dark] button{color:#f1f5f9;background-color:#1e293b;border-color:#475569}body[data-theme=dark] button:hover{background-color:#334155}