:root.tsv-noscroll, .tsv-noscroll body{overflow:hidden !important;}
.tsv-overlay{position:fixed;inset:0;z-index:2147483646;background:rgba(0,0,0,0.55);display:flex;align-items:center;justify-content:center;padding:18px;}
.tsv-box{width:min(420px,100%);background:#111;color:#fff;border-radius:16px;padding:18px 18px 14px;box-shadow:0 10px 40px rgba(0,0,0,0.45);border:1px solid rgba(255,255,255,0.08);}
.tsv-title{font-size:18px;font-weight:700;margin-bottom:6px;}
.tsv-text{font-size:14px;opacity:0.9;line-height:1.4;margin-bottom:14px;}
.tsv-area{display:flex;flex-direction:column;gap:10px;}
.tsv-checkrow{display:flex;align-items:center;gap:10px;font-size:15px;user-select:none;}
.tsv-checkbox{width:18px;height:18px;}
.tsv-label{font-size:14px;opacity:0.9;}
.tsv-slider{width:100%;}
.tsv-btn{width:100%;border:0;border-radius:12px;padding:12px 14px;font-size:15px;font-weight:700;cursor:pointer;background:#ff3d7f;color:#fff;}
.tsv-btn.tsv-holding{filter:brightness(0.9);transform:scale(0.99);}
