.tc-banner{position:fixed;z-index:99999;max-width:340px;background:var(--tc-bg,#475141);color:#e8e6df;border-radius:10px;padding:14px 16px;font-size:14px;line-height:1.5;box-shadow:0 4px 20px rgba(0,0,0,.25)}
.tc-bottom-left{left:20px;bottom:20px}
.tc-bottom-right{right:20px;bottom:20px}
.tc-msg{margin:0 0 12px}
.tc-msg a{color:#e8e6df;text-decoration:underline}
.tc-actions{display:flex;gap:8px}
.tc-btn{flex:1;border:0;border-radius:6px;padding:9px 12px;font-size:13px;cursor:pointer;font-family:inherit}
.tc-ghost{background:transparent;border:1px solid #cbd3c4;color:#e8e6df}
.tc-primary{background:var(--tc-accent,#d4a574);color:#3a2f1d;font-weight:500}
.tc-overlay{position:fixed;inset:0;z-index:100000;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;padding:16px}
.tc-panel{background:#fff;color:#222;border-radius:12px;max-width:460px;width:100%;padding:20px;max-height:85vh;overflow:auto}
.tc-panel h2{margin:0 0 14px;font-size:18px}
.tc-cat{border-top:1px solid #eee;padding:12px 0}
.tc-cat-head{display:flex;justify-content:space-between;align-items:center;gap:12px}
.tc-cat-head strong{font-size:14px}
.tc-cat p{margin:4px 0 0;font-size:13px;color:#666}
.tc-locked{font-size:12px;color:#888}
.tc-panel .tc-btn{padding:11px 14px;font-size:14px}
.tc-panel .tc-ghost{background:#fff;border:2px solid #475141;color:#475141;font-weight:500}
.tc-panel .tc-ghost:hover{background:#475141;color:#fff}
.tc-panel .tc-primary:hover{filter:brightness(.95)}
@media(max-width:600px){.tc-banner{left:10px;right:10px;bottom:10px;max-width:none}}
