*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}body{background:#0d1117;color:#c9d1d9;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif}.markdown-body h1,.markdown-body h2,.markdown-body h3{color:#c9d1d9;margin:8px 0 4px;font-size:14px;font-weight:600}.markdown-body p{margin:4px 0}.markdown-body ul,.markdown-body ol{padding-left:20px;margin:4px 0}.markdown-body li{margin:2px 0}.markdown-body code{background:#161b22;padding:2px 6px;border-radius:3px;font-size:13px}.markdown-body pre{background:#161b22;padding:12px;border-radius:6px;overflow-x:auto;margin:8px 0}.markdown-body pre code{padding:0;background:none}.markdown-body strong{color:#e6edf3}.markdown-body table{border-collapse:collapse;margin:8px 0;font-size:13px}.markdown-body th,.markdown-body td{border:1px solid #21262d;padding:4px 8px}.markdown-body th{background:#161b22}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.cursor{animation:blink 1s step-end infinite;color:#58a6ff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0d1117}::-webkit-scrollbar-thumb{background:#30363d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#484f58}body{background:#080c14;margin:0}.app{display:flex;flex-direction:column;height:100vh;width:100vw;overflow:hidden}.dashboard{flex:1;overflow:auto}.chat-bubble{position:fixed;bottom:24px;right:24px;width:56px;height:56px;border-radius:50%;background:#238636;border:none;color:#fff;font-size:24px;cursor:pointer;z-index:1000;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #0006;transition:transform .15s ease,box-shadow .15s ease}.chat-bubble:hover{transform:scale(1.08);box-shadow:0 6px 20px #00000080}.chat-bubble:active{transform:scale(.95)}.chat-bubble--unread{animation:bubble-pulse 2s ease-in-out infinite}@keyframes bubble-pulse{0%,to{box-shadow:0 4px 16px #0006}50%{box-shadow:0 4px 16px #0006,0 0 0 8px #23863640}}.chat-bubble__badge{position:absolute;top:0;right:0;width:12px;height:12px;border-radius:50%;background:#f47067;border:2px solid #080c14}.chat-popup{position:fixed;bottom:92px;right:24px;width:400px;height:520px;background:#0d1117;border:1px solid #1b2028;border-radius:12px;box-shadow:0 12px 40px #0009;z-index:999;overflow:hidden;display:flex;flex-direction:column;opacity:0;transform:scale(.9) translateY(10px);pointer-events:none;transform-origin:bottom right;transition:opacity .2s ease,transform .2s ease}.chat-popup--open{opacity:1;transform:scale(1) translateY(0);pointer-events:auto}@media(max-width:480px){.chat-popup{width:calc(100vw - 16px);height:60vh;right:8px;bottom:88px}.chat-bubble{bottom:16px;right:16px}}
