:root{--shad-blue:#1a9de0;--shad-blue-dark:#1480b8;--shad-blue-glow:#1a9de04d;--bg-deep:#0a0a0a;--bg-card:#111;--bg-message:#1a1a1a;--bg-user:#1a3a52;--text-primary:#f0f0f0;--text-muted:#888;--border:#222;--radius:12px}.shadbot-module__D3n6va__page{background-color:var(--bg-deep);background-image:radial-gradient(at top,#1a9de00f 0%,#0000 60%);justify-content:center;align-items:center;min-height:100vh;padding:24px 16px;font-family:Inter,system-ui,sans-serif;display:flex}.shadbot-module__D3n6va__container{flex-direction:column;gap:0;width:100%;max-width:720px;display:flex}.shadbot-module__D3n6va__header{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius) var(--radius) 0 0;border-bottom:none;align-items:center;gap:16px;padding:20px 24px;display:flex;position:relative}.shadbot-module__D3n6va__logo{object-fit:contain;filter:drop-shadow(0 0 12px var(--shad-blue-glow))}.shadbot-module__D3n6va__headerText{flex:1}.shadbot-module__D3n6va__title{color:var(--shad-blue);letter-spacing:.05em;margin:0;font-size:1.5rem;font-weight:800;line-height:1}.shadbot-module__D3n6va__subtitle{color:var(--text-muted);letter-spacing:.03em;margin:4px 0 0;font-size:.8rem}.shadbot-module__D3n6va__statusDot{background:#22c55e;border-radius:50%;width:10px;height:10px;animation:2s ease-in-out infinite shadbot-module__D3n6va__pulse;box-shadow:0 0 8px #22c55e99}@keyframes shadbot-module__D3n6va__pulse{0%,to{opacity:1}50%{opacity:.4}}.shadbot-module__D3n6va__chatWindow{background:var(--bg-card);border:1px solid var(--border);border-top:2px solid var(--shad-blue);scrollbar-width:thin;scrollbar-color:var(--border) transparent;flex-direction:column;gap:16px;min-height:480px;max-height:560px;padding:20px;display:flex;overflow-y:auto}.shadbot-module__D3n6va__chatWindow::-webkit-scrollbar{width:4px}.shadbot-module__D3n6va__chatWindow::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.shadbot-module__D3n6va__message{flex-direction:column;gap:4px;max-width:85%;display:flex}.shadbot-module__D3n6va__botMessage{align-self:flex-start}.shadbot-module__D3n6va__userMessage{align-self:flex-end}.shadbot-module__D3n6va__botLabel{color:var(--shad-blue);letter-spacing:.08em;padding-left:2px;font-size:.7rem;font-weight:700}.shadbot-module__D3n6va__messageText{border-radius:var(--radius);white-space:pre-wrap;word-break:break-word;margin:0;padding:12px 16px;font-size:.95rem;line-height:1.6}.shadbot-module__D3n6va__botMessage .shadbot-module__D3n6va__messageText{background:var(--bg-message);color:var(--text-primary);border:1px solid var(--border);border-top-left-radius:2px}.shadbot-module__D3n6va__userMessage .shadbot-module__D3n6va__messageText{background:var(--bg-user);color:var(--text-primary);border:1px solid #1a9de04d;border-top-right-radius:2px}.shadbot-module__D3n6va__typingIndicator{background:var(--bg-message);border:1px solid var(--border);border-radius:var(--radius);border-top-left-radius:2px;gap:5px;width:fit-content;padding:14px 18px;display:flex}.shadbot-module__D3n6va__typingIndicator span{background:var(--shad-blue);border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite shadbot-module__D3n6va__bounce}.shadbot-module__D3n6va__typingIndicator span:nth-child(2){animation-delay:.2s}.shadbot-module__D3n6va__typingIndicator span:nth-child(3){animation-delay:.4s}@keyframes shadbot-module__D3n6va__bounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-6px)}}.shadbot-module__D3n6va__inputArea{background:var(--bg-card);border:1px solid var(--border);border-top:none;align-items:flex-end;gap:10px;padding:16px;display:flex}.shadbot-module__D3n6va__input{background:var(--bg-deep);border:1px solid var(--border);color:var(--text-primary);resize:none;border-radius:8px;outline:none;flex:1;min-height:48px;padding:12px 16px;font-family:inherit;font-size:.95rem;line-height:1.5;transition:border-color .2s}.shadbot-module__D3n6va__input:focus{border-color:var(--shad-blue);box-shadow:0 0 0 2px var(--shad-blue-glow)}.shadbot-module__D3n6va__input::placeholder{color:var(--text-muted)}.shadbot-module__D3n6va__input:disabled{opacity:.5;cursor:not-allowed}.shadbot-module__D3n6va__sendButton{background:var(--shad-blue);color:#fff;cursor:pointer;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border:none;border-radius:8px;height:48px;padding:12px 22px;font-size:.95rem;font-weight:700;transition:background .2s,box-shadow .2s,transform .1s}.shadbot-module__D3n6va__sendButton:hover:not(:disabled){background:var(--shad-blue-dark);box-shadow:0 0 16px var(--shad-blue-glow)}.shadbot-module__D3n6va__sendButton:active:not(:disabled){transform:scale(.97)}.shadbot-module__D3n6va__sendButton:disabled{opacity:.4;cursor:not-allowed}.shadbot-module__D3n6va__hint{text-align:center;color:var(--text-muted);letter-spacing:.02em;margin:8px 0 0;font-size:.72rem}.shadbot-module__D3n6va__container:after{content:"";background:linear-gradient(90deg, transparent, var(--shad-blue), transparent);border-radius:0 0 var(--radius) var(--radius);opacity:.6;height:3px;display:block}@media (max-width:480px){.shadbot-module__D3n6va__header{gap:12px;padding:16px}.shadbot-module__D3n6va__title{font-size:1.2rem}.shadbot-module__D3n6va__chatWindow{min-height:360px}}
