#cb-bar,#cb-modal,#cb-fab,#cb-bar *,#cb-modal *,#cb-fab *{box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;line-height:1.5}
#cb-bar{display:none;position:fixed;z-index:2147483640;background:var(--cb-bg,#0f172a);color:var(--cb-text,#e2e8f0);box-shadow:0 -4px 32px rgba(0,0,0,.12);gap:16px;align-items:center;flex-wrap:wrap}
#cb-bar.show{display:flex}
#cb-bar-text{flex:1;min-width:260px;font-size:14px}
#cb-bar-text a{color:var(--cb-accent,#3b82f6);text-decoration:underline}
#cb-bar-btns{display:flex;gap:8px;flex-wrap:wrap;align-items:center}
#cb-bar.pos-bottom{bottom:0;left:0;right:0;border-top:1px solid rgba(255,255,255,.1);padding:16px 24px}
#cb-bar.pos-bottom-left,#cb-bar.pos-bottom-right{bottom:20px;max-width:400px;border-radius:12px;padding:20px;box-shadow:0 8px 32px rgba(0,0,0,.16);flex-direction:column;align-items:stretch}
#cb-bar.pos-bottom-left{left:20px}
#cb-bar.pos-bottom-right{right:20px}
#cb-bar.pos-bottom-left #cb-bar-btns,#cb-bar.pos-bottom-right #cb-bar-btns{flex-direction:column;gap:8px}
#cb-bar.pos-bottom-left #cb-bar-btns .cb-btn,#cb-bar.pos-bottom-right #cb-bar-btns .cb-btn{width:100%;justify-content:center}
#cb-bar.pos-center{top:50%;left:50%;transform:translate(-50%,-50%);max-width:520px;width:calc(100% - 32px);border-radius:16px;padding:28px;box-shadow:0 20px 60px rgba(0,0,0,.22);flex-direction:column;align-items:stretch}
#cb-bar.pos-center #cb-bar-btns{flex-direction:column;gap:8px;margin-top:4px}
#cb-bar.pos-center #cb-bar-btns .cb-btn{width:100%;justify-content:center}
#cb-bar-overlay{display:none;position:fixed;inset:0;z-index:2147483639;background:rgba(15,23,42,.45)}
#cb-bar-overlay.show{display:block}
.cb-btn{border:none;cursor:pointer;border-radius:6px;padding:11px 22px;font-size:14px;font-weight:600;letter-spacing:.01em;transition:transform .18s,filter .18s;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;gap:6px}
.cb-btn-primary{background:var(--cb-accent,#3b82f6);color:#fff}
.cb-btn-primary:hover{filter:brightness(1.1);transform:translateY(-1px)}
.cb-btn-outline{background:transparent;color:var(--cb-text,#e2e8f0);border:2px solid var(--cb-text,#e2e8f0)}
.cb-btn-outline:hover{background:rgba(255,255,255,.1)}
@media(max-width:640px){#cb-bar{padding:14px 16px 18px;flex-direction:column;align-items:stretch;gap:12px}#cb-bar-btns{width:100%;flex-direction:column;gap:8px}#cb-bar-btns .cb-btn{width:100%;justify-content:center;padding:14px 16px;font-size:15px}}
#cb-fab{display:none;position:fixed;bottom:20px;left:20px;z-index:2147483639;width:56px;height:56px;border-radius:50%;border:none;background:var(--cb-accent,#3b82f6);color:#fff;cursor:pointer;box-shadow:0 4px 16px rgba(0,0,0,.25);transition:transform .2s,box-shadow .2s;padding:0;align-items:center;justify-content:center}
#cb-fab.show{display:flex}
#cb-fab:hover{transform:scale(1.1) translateY(-2px);box-shadow:0 6px 22px rgba(0,0,0,.32)}
#cb-fab img{width:32px;height:32px;display:block;flex-shrink:0}
#cb-modal{display:none;position:fixed;inset:0;z-index:2147483645;background:rgba(15,23,42,.55);align-items:center;justify-content:center;padding:16px}
#cb-modal.show{display:flex}
#cb-mbox{background:#fff;color:#111827;border-radius:16px;width:100%;max-width:680px;max-height:92vh;display:flex;flex-direction:column;position:relative;box-shadow:0 20px 60px rgba(0,0,0,.25);overflow:hidden}
#cb-mbox.cb-fullscreen{max-width:100%;width:100%;height:100%;max-height:100%;border-radius:0}
#cb-modal.cb-full-mode{padding:0}
#cb-mhead{padding:22px 32px 16px;border-bottom:1px solid #f3f4f6;flex-shrink:0}
#cb-mhead-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}
#cb-mtitle{margin:0;font-size:20px;font-weight:700;color:#111827;line-height:1.3}
#cb-mclose{background:none;border:none;cursor:pointer;color:#9ca3af;font-size:24px;line-height:1;padding:4px;border-radius:6px;transition:color .15s,background .15s;flex-shrink:0;margin-top:-2px}
#cb-mclose:hover{color:#374151;background:#f3f4f6}
#cb-mhead-desc{font-size:14px;color:#4b5563;line-height:1.6;margin:0}
#cb-mhead-desc a{color:var(--cb-accent,#3b82f6);text-decoration:underline}
#cb-mctrl{font-size:12px;color:#6b7280;margin-top:8px;line-height:1.5}
@media(max-width:600px){#cb-mhead{padding:16px}#cb-mtitle{font-size:16px}#cb-mbox{max-height:96vh}}
#cb-mbody{overflow-y:auto;padding:20px 32px;flex:1;-webkit-overflow-scrolling:touch}
@media(max-width:600px){#cb-mbody{padding:12px 16px}}
.cb-cat{border:1px solid #e5e7eb;border-radius:10px;margin-bottom:10px;overflow:hidden}
.cb-chdr{display:flex;align-items:center;gap:14px;padding:14px 16px;cursor:pointer;transition:background .15s;user-select:none}
.cb-chdr:hover{background:#f9fafb}
.cb-toggle{position:relative;width:44px;height:24px;flex-shrink:0;cursor:pointer}
.cb-toggle input{opacity:0;width:0;height:0;position:absolute}
.cb-toggle-track{position:absolute;inset:0;border-radius:12px;background:#d1d5db;transition:background .2s}
.cb-toggle input:checked+.cb-toggle-track{background:var(--cb-accent,#3b82f6)}
.cb-toggle input:disabled+.cb-toggle-track{background:var(--cb-accent,#3b82f6);opacity:.6;cursor:not-allowed}
.cb-toggle-thumb{position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.25);transition:transform .2s}
.cb-toggle input:checked~.cb-toggle-thumb{transform:translateX(20px)}
.cb-ctitle{flex:1;min-width:0}
.cb-ctitle strong{display:block;font-size:14px;font-weight:600;color:#111827}
.cb-ctitle small{font-size:12px;color:#6b7280;display:block;margin-top:1px}
.cb-ctog{background:none;border:none;cursor:pointer;padding:4px;color:#9ca3af;border-radius:4px;transition:transform .2s,color .15s;flex-shrink:0;display:flex;align-items:center;justify-content:center}
.cb-ctog.open{transform:rotate(180deg)}
.cb-ctog svg{width:16px;height:16px;fill:currentColor}
.cb-clist{display:none;border-top:1px solid #f3f4f6}
.cb-clist.open{display:block}
.cb-ctbl{width:100%;border-collapse:collapse;font-size:12px;color:#374151}
.cb-ctbl th{text-align:left;padding:8px 12px;background:#f9fafb;color:#6b7280;font-weight:600;border-bottom:1px solid #e5e7eb}
.cb-ctbl td{padding:8px 12px;border-bottom:1px solid #f3f4f6;vertical-align:top;word-break:break-word}
.cb-ctbl code{background:#f3f4f6;border-radius:4px;padding:2px 6px;font-size:11px}
.cb-clist-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}
#cb-mfoot{padding:16px 32px 20px;border-top:1px solid #f3f4f6;display:flex;flex-direction:column;gap:10px;flex-shrink:0}
#cb-mfoot .cb-btn{width:100%;justify-content:center}
#cb-mfoot .cb-btn-outline{border:2px solid #111827;color:#111827}
@media(max-width:600px){#cb-mfoot{padding:12px 16px 16px;gap:8px}}
#cb-powered-by{flex-basis:100%;text-align:center;font-size:11px;opacity:.65;margin-top:-4px;letter-spacing:.02em}
#cb-powered-by a{color:inherit;text-decoration:underline;font-weight:600}
@media(max-width:640px){#cb-powered-by{margin-top:0}}
