.guide-fab{z-index:900;color:#fff;cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none;background:#0891b2;border:none;border-radius:10px 0 0 10px;align-items:center;gap:7px;padding:11px 16px 11px 13px;font-size:13px;font-weight:600;transition:padding-right .15s,background .15s;display:flex;position:fixed;top:50%;right:0;transform:translateY(-50%);box-shadow:-2px 3px 14px #0891b266}.guide-fab:active{cursor:grabbing}.guide-fab:hover{background:#0e7490;padding-right:20px}.guide-btn{color:#0891b2;cursor:pointer;background:0 0;border:1px solid #a5cfda;border-radius:8px;align-items:center;gap:6px;padding:7px 12px;font-size:13px;font-weight:600;transition:background .12s,border-color .12s,color .12s;display:inline-flex}.guide-btn:hover{color:#0e7490;background:#ecfeff;border-color:#0891b2}.guide-fab--global,.guide-overlay--global{z-index:4500}.guide-drawer--global{z-index:4501}.guide-overlay{z-index:1000;background:#0f172a8c;animation:.15s guideFade;position:fixed;inset:0}.guide-drawer{background:var(--bg-card,#fff);z-index:1001;flex-direction:column;width:min(470px,94vw);height:100vh;animation:.22s cubic-bezier(.2,.8,.2,1) guideSlide;display:flex;position:fixed;top:0;right:0;box-shadow:-10px 0 34px #0003}@keyframes guideSlide{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes guideFade{0%{opacity:0}to{opacity:1}}.guide-head{border-bottom:1px solid var(--border,#e5e7eb);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.guide-title{color:var(--text,#111827);font-size:15px;font-weight:700}.guide-sub{color:var(--text-muted,#6b7280);margin-top:2px;font-size:11.5px}.guide-close{cursor:pointer;color:var(--text-muted,#6b7280);background:0 0;border:none;border-radius:6px;padding:6px}.guide-close:hover{background:var(--bg-subtle,#f3f4f6)}.guide-body{flex-direction:column;gap:18px;padding:18px 20px;display:flex;overflow-y:auto}.guide-sec-title{color:var(--text,#111827);align-items:center;gap:7px;margin-bottom:5px;font-size:12.5px;font-weight:700;display:flex}.guide-sec-title .dot{background:#06b6d4;border-radius:50%;flex-shrink:0;width:7px;height:7px}.guide-sec p{color:var(--text-secondary,#374151);margin:0;font-size:12.5px;line-height:1.6}.guide-sec p+p{margin-top:6px}.guide-sec b{color:var(--text,#111827)}.guide-example{background:#ecfeff;border:1px solid #a5f3fc;border-radius:10px;padding:13px 15px}.guide-example .ex-title{text-transform:uppercase;letter-spacing:.05em;color:#0891b2;margin-bottom:8px;font-size:11px;font-weight:700}.guide-example table{color:#0e7490;border-collapse:collapse;width:100%;font-size:12px}.guide-example td{padding:3px 0}.guide-example td:last-child{text-align:right;font-variant-numeric:tabular-nums;font-weight:700}.guide-example tr.tot td{border-top:1px solid #a5f3fc;padding-top:6px}.guide-example .ex-note{color:#0e7490;margin-top:8px;font-size:11.5px;line-height:1.5}
