.debug-toggle{padding:8px 12px;background:#ff6b6b;color:#fff;border:none;border-radius:20px;font-size:12px;cursor:pointer;z-index:9999;box-shadow:0 2px 8px rgba(0,0,0,.2)}.debug-panel,.debug-toggle{position:fixed;bottom:80px;right:16px}.debug-panel{width:calc(100% - 32px);max-width:400px;max-height:60vh;background:#fff;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.15);z-index:10000;overflow:hidden;display:flex;flex-direction:column}.debug-header{padding:12px 16px;background:#f5f5f5;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center}.debug-header h3{margin:0;font-size:14px;font-weight:600}.debug-close{background:none;border:none;font-size:18px;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.debug-content{padding:16px;overflow-y:auto;font-size:12px}.debug-section{margin-bottom:16px}.debug-section strong{display:block;margin-bottom:6px;font-size:13px}.debug-ok{color:#28a745;font-weight:500}.debug-error{color:#dc3545;font-weight:500}.debug-preview{margin-top:4px;padding:6px 8px;font-family:monospace;word-break:break-all;color:#666}.debug-preview,.debug-request{background:#f8f9fa;border-radius:6px;font-size:11px}.debug-request{margin-top:6px;padding:8px}.debug-request>div{margin-bottom:4px}.debug-time{margin-top:4px;font-size:10px;color:#999}