.bdgBotWrap{max-width:1180px;margin:0 auto;padding:30px 20px 70px}.bdgBotHero{margin-bottom:18px}.bdgBotHero .eyebrow{color:#d60000;font-weight:800;letter-spacing:2.5px;font-size:12px}.bdgHeroLine{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.bdgBotHero h1{font-size:42px;line-height:1.05;margin:6px 0 8px}.bdgBotHero p{color:#9d9d9d;font-size:16px;line-height:1.5;max-width:720px;margin:0}.bdgLiveStatus{display:flex;align-items:center;gap:8px;white-space:nowrap;background:#111;border:1px solid #292929;border-radius:999px;padding:8px 12px;color:#bbb;font-size:12px}.bdgLiveStatus span{width:8px;height:8px;border-radius:50%;background:#53fc18;box-shadow:0 0 10px rgba(83,252,24,.5)}
.bdgWorkspace{display:grid;grid-template-columns:270px minmax(0,1fr);gap:14px;min-height:560px}.bdgPanel{background:linear-gradient(180deg,#111,#0c0c0c);border:1px solid #292929;border-radius:16px;box-shadow:0 14px 40px rgba(0,0,0,.22)}.bdgTools{padding:16px}.bdgPanelHead{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.bdgPanel h2{margin:3px 0 0;font-size:19px}.bdgMiniLabel{display:block;color:#666;font-size:10px;font-weight:800;letter-spacing:1.5px}.bdgGhost{border:1px solid #303030;background:#171717;color:#aaa;border-radius:8px;padding:7px 10px;cursor:pointer}.bdgGhost:hover{color:#fff;border-color:#444}.bdgCommands{display:grid;grid-template-columns:1fr 1fr;gap:6px}.bdgCommands button{border:1px solid #2c2c2c;background:#171717;color:#ddd;border-radius:8px;padding:9px 8px;text-align:left;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;cursor:pointer;transition:.15s}.bdgCommands button:hover{border-color:#70161d;background:#1d1012;color:#fff;transform:translateY(-1px)}.bdgQuick{border-top:1px solid #242424;margin-top:17px;padding-top:14px;display:grid;gap:7px}.bdgQuick button{border:1px solid #252525;background:#121212;color:#aaa;border-radius:9px;padding:9px 10px;text-align:left;cursor:pointer;line-height:1.35}.bdgQuick button:hover{color:#fff;border-color:#3a3a3a;background:#181818}.bdgHint{border-top:1px solid #242424;margin-top:15px;padding-top:13px;color:#666;font-size:12px;line-height:1.55}
.bdgChat{min-width:0;display:flex;flex-direction:column;overflow:hidden}.bdgChatHead{display:flex;align-items:center;justify-content:space-between;padding:13px 17px;border-bottom:1px solid #242424;background:#101010}.bdgChatHead strong{display:block;font-size:14px}.bdgChatHead span:not(.bdgSecure){display:block;color:#666;font-size:11px;margin-top:2px}.bdgSecure{color:#777;font-size:11px}.bdgSecure:first-letter{color:#53fc18}.bdgMessages{flex:1;overflow:auto;padding:18px 20px 8px;min-height:390px;max-height:440px;scroll-behavior:smooth}.bdgEmpty{height:100%;min-height:330px;display:flex;align-items:center;justify-content:center;text-align:center;color:#666}.bdgEmpty strong{display:block;color:#aaa;font-size:18px;margin-bottom:7px}.bdgEmpty p{max-width:440px;margin:0;line-height:1.55;font-size:13px}.bdgMsg{max-width:82%;padding:12px 14px;border-radius:13px;margin:0 0 10px;white-space:pre-wrap;line-height:1.55;font-size:14px;overflow-wrap:anywhere}.bdgMsg.bot{background:#171717;border:1px solid #292929;margin-right:auto}.bdgMsg.user{background:#70161d;color:#fff;margin-left:auto;border-bottom-right-radius:5px}.bdgTyping{padding:0 20px 7px;color:#777;font-size:12px}.bdgTyping i{display:inline-block;width:5px;height:5px;border-radius:50%;background:#777;margin-right:3px;animation:bdgPulse 1s infinite}.bdgTyping i:nth-child(2){animation-delay:.15s}.bdgTyping i:nth-child(3){animation-delay:.3s}@keyframes bdgPulse{0%,100%{opacity:.3}50%{opacity:1}}
.bdgComposer{display:flex;gap:9px;margin:7px 17px 0;padding:5px;background:#080808;border:1px solid #303030;border-radius:13px}.bdgComposer:focus-within{border-color:#70161d;box-shadow:0 0 0 2px rgba(112,22,29,.15)}.bdgComposer textarea{flex:1;min-width:0;resize:none;max-height:140px;background:transparent;color:#fff;border:0;outline:0;padding:9px 8px;font:inherit;line-height:1.4}.bdgComposer textarea::placeholder{color:#5f5f5f}.bdgSend{width:42px;height:42px;align-self:flex-end;border:0;background:#70161d;color:#fff;border-radius:10px;font-size:18px;cursor:pointer}.bdgSend:hover{background:#8b1b24}.bdgSend:disabled{opacity:.45;cursor:not-allowed}.bdgComposerMeta{display:flex;justify-content:space-between;color:#555;font-size:10px;padding:6px 19px 11px}.bdgAudio{margin:0 17px 9px;padding:12px 13px;background:#0a0a0a;border:1px solid #292929;border-radius:11px;font-size:13px}.bdgAudioPlayer{width:100%;margin-top:9px}.bdgAudio a{color:#ddd}.bdgRenderButton,.bdgAnotherButton{margin-top:8px}.bdgDownloadLink{display:inline-block;margin-top:8px}.bdgRenderMeta{margin-top:7px;color:#777;font-size:11px;line-height:1.5;overflow-wrap:anywhere}.srOnly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:800px){.bdgBotWrap{padding:24px 14px 55px}.bdgHeroLine{align-items:flex-start;flex-direction:column}.bdgBotHero h1{font-size:36px}.bdgLiveStatus{margin-top:1px}.bdgWorkspace{grid-template-columns:1fr}.bdgTools{order:2}.bdgChat{order:1;min-height:590px}.bdgMessages{max-height:none}.bdgMsg{max-width:92%}}@media(max-width:520px){.bdgBotHero p{font-size:15px}.bdgComposerMeta{font-size:9px}.bdgComposerMeta span:last-child{display:none}.bdgAudio{margin-left:10px;margin-right:10px}.bdgDownloadLink{display:block;text-align:center;padding:9px 10px;border:1px solid #303030;border-radius:8px;text-decoration:none}.bdgAnotherButton{width:100%}}
