body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}*{transition:.3s all ease;box-sizing:border-box}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#08090d;color:#c8cdd8;font-size:14px;line-height:1.5}.rsd-loading{display:flex;align-items:center;justify-content:center;height:100vh}.rsd-spinner{width:32px;height:32px;border:3px solid rgba(230,57,70,.3);border-top-color:#e63946;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.rsd-login-page{display:flex;align-items:center;justify-content:center;min-height:100vh;background:radial-gradient(ellipse at 30% 40%,rgba(230,57,70,.08) 0%,transparent 60%),#08090d}.rsd-login-box{width:360px}.rsd-login-logo{text-align:center;margin-bottom:40px}.rsd-login-form{background:#111318;border:1px solid #1e2130;border-radius:12px;padding:32px}.rsd-logo-img{width:200px;object-fit:contain;display:block;margin:0 auto 4px}.rsd-brand-img{width:140px;object-fit:contain;display:block}.rsd-shell{display:flex;min-height:100vh}.rsd-sidebar{width:220px;flex-shrink:0;background:#0d0f16;border-right:1px solid #1a1d2a;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.rsd-brand{padding:20px 20px 16px;border-bottom:1px solid #1a1d2a;display:flex;align-items:center}.rsd-brand .rsd-logo-mark{font-size:20px;margin:0}.rsd-brand .rsd-logo-text{font-size:13px}.rsd-nav{flex:1;padding:12px 8px;display:flex;flex-direction:column;gap:2px}.rsd-nav-item{display:flex;align-items:center;gap:10px;width:100%;padding:9px 12px;border-radius:8px;border:none;background:transparent;color:#6b7280;font-size:13px;font-weight:500;cursor:pointer;text-align:left;transition:background .15s,color .15s;position:relative}.rsd-nav-item:hover{background:rgba(255,255,255,.04);color:#c8cdd8}.rsd-nav-item.active{background:rgba(230,57,70,.12);color:#fff}.rsd-nav-item.active .rsd-nav-icon{color:#e63946}.rsd-nav-icon{font-size:14px;width:16px;text-align:center}.rsd-status-dot{width:7px;height:7px;border-radius:50%;background:#374151;margin-left:auto;flex-shrink:0}.rsd-status-dot.connected{background:#22c55e;box-shadow:0 0 6px #22c55e80}.rsd-status-dot.disconnected{background:#e63946}.rsd-sidebar-footer{padding:16px;border-top:1px solid #1a1d2a}.rsd-main{flex:1;display:flex;flex-direction:column;min-width:0}.rsd-header{display:flex;align-items:center;justify-content:space-between;padding:16px 28px;background:#0d0f16;border-bottom:1px solid #1a1d2a;position:sticky;top:0;z-index:10}.rsd-header-title{font-size:16px;font-weight:600;color:#fff;letter-spacing:.02em}.rsd-section{padding:24px 28px;display:flex;flex-direction:column;gap:20px;max-width:780px}.rsd-card{background:#111318;border:1px solid #1e2130;border-radius:10px;padding:20px}.rsd-card-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.rsd-card-header h2{font-size:14px;font-weight:600;color:#fff;letter-spacing:.04em;text-transform:uppercase}.rsd-field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.rsd-field:last-child{margin-bottom:0}.rsd-label{font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.08em}.rsd-input{background:#0d0f16;border:1px solid #2a2d3a;border-radius:7px;color:#c8cdd8;padding:9px 12px;font-size:13px;width:100%;outline:none;transition:border-color .15s;font-family:inherit}.rsd-input:focus{border-color:#e63946}.rsd-input--sm{max-width:120px}.rsd-hint{font-size:12px;color:#4b5563;margin-bottom:14px;line-height:1.5}.rsd-error{font-size:12px;color:#f87171;margin-bottom:12px}.rsd-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.rsd-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 18px;border-radius:7px;font-size:13px;font-weight:600;border:none;cursor:pointer;transition:opacity .15s,background .15s;white-space:nowrap}.rsd-btn:disabled{opacity:.4;cursor:not-allowed}.rsd-btn--primary{background:#e63946;color:#fff}.rsd-btn--primary:hover:not(:disabled){background:#d62d3a}.rsd-btn--secondary{background:#1e2130;color:#c8cdd8;border:1px solid #2a2d3a}.rsd-btn--secondary:hover:not(:disabled){background:#252838}.rsd-btn--ghost{background:transparent;color:#6b7280;border:1px solid #2a2d3a}.rsd-btn--ghost:hover:not(:disabled){color:#c8cdd8;border-color:#3a3d50}.rsd-btn--danger{background:rgba(220,38,38,.15);color:#f87171;border:1px solid rgba(220,38,38,.3)}.rsd-btn--danger:hover{background:rgba(220,38,38,.25)}.rsd-btn--sm{padding:6px 12px;font-size:12px}.rsd-btn--icon{padding:6px 10px}.rsd-btn--full{width:100%}.rsd-btn-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.rsd-checkbox{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:13px;color:#9ca3af;margin-bottom:8px}.rsd-checkbox input{accent-color:#e63946;width:15px;height:15px}.rsd-checkbox span{user-select:none}.rsd-checkrow{display:flex;flex-wrap:wrap;gap:4px 24px;margin-top:4px}.rsd-checkrow .rsd-checkbox{margin-bottom:0}.rsd-badge{font-size:11px;font-weight:700;padding:3px 9px;border-radius:20px;text-transform:uppercase;letter-spacing:.08em}.rsd-badge.connected{background:rgba(34,197,94,.15);color:#22c55e;border:1px solid rgba(34,197,94,.3)}.rsd-badge.disconnected,.rsd-badge.reconnecting{background:rgba(230,57,70,.12);color:#f87171;border:1px solid rgba(230,57,70,.25)}.rsd-logo-grid{display:flex;flex-wrap:wrap;gap:10px}.rsd-logo-thumb{position:relative;width:80px;border:1px solid #2a2d3a;border-radius:8px;overflow:hidden;background:#0d0f16}.rsd-logo-thumb img{width:100%;height:56px;object-fit:contain;display:block}.rsd-logo-actions{position:absolute;inset:0;background:rgba(0,0,0,.75);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;opacity:0;transition:opacity .15s}.rsd-logo-thumb:hover .rsd-logo-actions{opacity:1}.rsd-logo-actions button{font-size:10px;font-weight:700;color:#fff;background:rgba(230,57,70,.8);border:none;border-radius:4px;padding:3px 8px;cursor:pointer;width:56px}.rsd-logo-actions button:last-child{background:rgba(34,197,94,.8)}.rsd-logo-row{display:flex;align-items:center;gap:8px;margin-bottom:8px}.rsd-logo-preview{width:40px;height:32px;object-fit:contain;border-radius:4px;border:1px solid #2a2d3a;background:#0d0f16;flex-shrink:0}.rsd-metric-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:4px 0;margin-bottom:16px}.rsd-color-row{display:flex;align-items:center;gap:8px}.rsd-color{width:36px;height:36px;padding:2px;border:1px solid #2a2d3a;border-radius:6px;background:#0d0f16;cursor:pointer;flex-shrink:0}.rsd-font-pills{display:flex;flex-wrap:wrap;gap:6px}.rsd-pill{padding:5px 14px;border-radius:20px;border:1px solid #2a2d3a;background:#0d0f16;color:#9ca3af;font-size:12px;cursor:pointer;transition:all .15s}.rsd-pill:hover{border-color:#e63946;color:#fff}.rsd-pill.active{background:rgba(230,57,70,.15);border-color:#e63946;color:#fff}.rsd-active-font{display:flex;align-items:center;gap:10px;background:#0d0f16;border:1px solid #2a2d3a;border-radius:7px;padding:8px 12px}.rsd-active-font code{font-size:12px;color:#e63946;font-family:SF Mono,Fira Code,monospace}.rsd-overlay-list{display:flex;flex-direction:column;gap:2px}.rsd-overlay-item{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #1a1d2a}.rsd-overlay-item:last-child{border-bottom:none}.rsd-overlay-label{font-size:13px;color:#c8cdd8;font-weight:500;width:140px;flex-shrink:0}.rsd-overlay-url{font-size:12px;color:#4b5563;font-family:SF Mono,Fira Code,monospace;flex:1}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#2a2d3a;border-radius:3px}
