.global-help-bubble{position:fixed;z-index:2147483000;width:52px;height:52px;border:2px solid #fff;border-radius:50%;background:#087e9c;color:white;box-shadow:0 4px 18px #163d5133;font:700 27px system-ui;cursor:grab;touch-action:none;user-select:none}
.global-help-bubble.collapsed{width:28px;height:65px;border-radius:14px;font-size:13px;writing-mode:vertical-rl}
.global-help-collapse{position:fixed;z-index:2147483000;width:24px;height:24px;padding:0;border:0;border-radius:50%;background:#e1f2f7;color:#164558;cursor:pointer}
.global-help-dialog{inset:0;width:100vw;max-width:none;height:100vh;max-height:none;margin:0;padding:20px;border:0;background:#142c4466;box-sizing:border-box;z-index:2147483100}
.global-help-dialog::backdrop{background:transparent}
.global-help-dialog[open]{display:flex;justify-content:flex-end}
.global-help-dialog .help-panel{width:820px;max-width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden;background:#f6f9fc;color:#163d51;border-radius:20px;box-shadow:0 15px 80px #0f203944;font:14px/1.6 system-ui,sans-serif}
.global-help-dialog header{display:flex;align-items:center;justify-content:space-between;padding:20px 28px;background:white;border-bottom:1px solid #dde8ef}
.global-help-dialog h2{margin:0;font-size:24px}.global-help-dialog header p{margin:0;color:#667f8f}
.global-help-dialog .help-body{padding:24px;overflow:auto;overscroll-behavior:contain}
.global-help-dialog button,.global-help-dialog input,.global-help-dialog select,.global-help-dialog textarea{font:inherit;box-sizing:border-box;border:1px solid #cbdce6;border-radius:8px;padding:8px 12px;background:#fff;color:inherit}
.global-help-dialog button{cursor:pointer}.global-help-dialog button:disabled{opacity:.5;cursor:wait}
.global-help-dialog .help-nav,.global-help-dialog .help-filters,.global-help-dialog .help-actions,.global-help-dialog .help-footer{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin-bottom:18px}
.global-help-dialog .help-filters input{flex:1;min-width:160px}.global-help-dialog .primary,.global-help-dialog .active{background:#087e9c;color:#fff;border-color:#087e9c}
.global-help-dialog .help-card{display:block;width:100%;text-align:left;margin-bottom:12px;padding:18px;box-shadow:0 2px 6px #123b4a08}.global-help-dialog .help-card h3{margin:8px 0;font-size:17px}.global-help-dialog .help-card p{margin:5px 0;color:#506878}
.global-help-dialog .help-empty{padding:50px 10px;text-align:center;color:#718796}.global-help-dialog .help-detail{background:#fff;padding:20px;border-radius:12px;margin:16px 0}.global-help-dialog .help-pre{white-space:pre-wrap;overflow-wrap:anywhere}
.global-help-dialog .help-images{display:flex;gap:10px;flex-wrap:wrap;margin:12px 0}.global-help-dialog .help-images img{width:130px;height:95px;object-fit:cover;border:1px solid #dbe4eb;border-radius:8px}
.global-help-dialog .help-editor{display:grid;gap:16px;margin-top:14px}.global-help-dialog .help-field{display:grid;gap:6px}.global-help-dialog .help-error{background:#fff0ed;color:#a22b25;padding:10px;border-radius:8px}.global-help-dialog .help-success{background:#e6f6ee;color:#17673d;padding:10px;border-radius:8px}
@media(max-width:600px){.global-help-dialog{padding:8px}.global-help-dialog .help-body{padding:15px}.global-help-dialog header{padding:15px}}
