/* Minimal styles for floating widget */
#deepseek_floating{position:fixed;right:18px;bottom:18px;z-index:99999;font-family:Arial,Helvetica,sans-serif}
#deepseek_floating #deepseek_toggle{background:#0073aa;border:none;color:#fff;padding:10px;border-radius:50%;box-shadow:0 2px 6px rgba(0,0,0,0.2);cursor:pointer}
#deepseek_floating #deepseek_panel{width:300px;background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:10px;margin-top:8px;box-shadow:0 6px 18px rgba(0,0,0,0.1)}
.ds-header{font-weight:700;margin-bottom:6px}
#deepseek_input{width:100%;padding:6px;border:1px solid #ddd;border-radius:4px;margin-bottom:8px}
.ds-item{margin-bottom:8px}
.ds-item a{font-weight:600;text-decoration:none}
.ds-ex{font-size:13px;color:#555}
.ds-empty{color:#666;font-style:italic}
