/* ==== TopSyde Black + Yellow (CountryLock) ==== */
/* All 'cl-' prefixes renamed to 'tscl-' */

.tscl-wrap{background:#0a0a0a;color:#f5f5f5;padding:24px;border-radius:16px;box-shadow:0 0 0 1px #222 inset, 0 20px 50px rgba(0,0,0,.35);font-family:Inter,system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:17px;line-height:1.55}
.tscl-wrap h1 { font-size:30px; margin:0 0 6px 0; line-height:1!important; font-weight:bold; }
.tscl-card code { padding:0px; }
.tscl-wrap h2{font-size:22px}
.tscl-wrap h3{font-size:17px}
.tscl-wrap h1,.tscl-wrap h2,.tscl-wrap h3,.tscl-wrap label,.tscl-wrap span,.tscl-wrap div,.tscl-wrap p,.tscl-wrap td,.tscl-wrap th,.tscl-wrap small{color:#f5f5f5}
.tscl-wrap a{color:#fde047}
.tscl-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding:0 4px;flex-wrap:wrap}
.tscl-card{background:linear-gradient(180deg,#151515,#101010);border:1px solid #222;border-radius:14px;padding:20px;margin:16px 0}
.tscl-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.tscl-badge{background:#0d0d0d;border:1px solid #262626;padding:10px 14px;border-radius:10px;color:#f5f5f5;font-size:15px}
.tscl-input,.tscl-textarea,.tscl-wrap input[type=text], .tscl-wrap input[type=email], .tscl-wrap input[type=search], .tscl-wrap input[type=number], .tscl-wrap input[type=url], .tscl-wrap select, .tscl-wrap textarea, .tscl-wrap .regular-text, .tscl-wrap .components-text-control__input{width:100%;background:#0b0b0b!important;color:#ffffff!important;border:1px solid #262626!important;border-radius:10px;padding:12px 12px;font-size:15px}
.tscl-input::placeholder,.tscl-textarea::placeholder,.tscl-wrap input::placeholder{color:#bfbfbf}
.tscl-btn{background:#facc15;border:1px solid #eab308;color:#0a0a0a;padding:12px 18px;border-radius:10px;cursor:pointer;font-size:16px;text-transform:uppercase;font-weight:600}
.tscl-btn:hover{filter:brightness(1.05)}
.tscl-btn.red{background:#ef4444;border-color:#b91c1c;color:#fff}
.tscl-meta{color:#c9c9c9;font-size:13px}
.tscl-switch{display:flex;align-items:center;gap:12px;position:relative;font-size:15px}
.tscl-switch input.tscl-toggle{position:absolute;opacity:0;width:0;height:0;pointer-events:none}
.tscl-switch input.tscl-toggle + .tscl-slider{width:60px;height:32px;border-radius:999px;background:#1a1a1a!important;border:1px solid #262626!important;display:inline-block;position:relative;box-shadow:inset 0 0 0 2px #131313;transition:background .2s,border-color .2s}
.tscl-switch .tscl-slider::after{content:'';position:absolute;top:3px;left:3px;width:26px;height:26px;border-radius:50%;background:#ffffff;box-shadow:0 2px 6px rgba(0,0,0,.5);transition:left .2s}
.tscl-switch input.tscl-toggle:checked + .tscl-slider{background:#facc15!important;border-color:#eab308!important}
.tscl-switch input.tscl-toggle:checked + .tscl-slider::after{left:31px}
.tscl-table{width:100%;border-collapse:separate;border-spacing:0;margin-top:12px;font-size:16px;overflow:hidden;border-radius:10px;border:1px solid #262626}
.tscl-table thead th{background:#0f0f0f;color:#f5f5f5;padding:12px 14px;text-align:left;border-bottom:1px solid #262626}
.tscl-table tbody tr:nth-child(odd){background:#0f0f0f}
.tscl-table tbody tr:nth-child(even){background:#0b0b0b}
.tscl-table td{padding:12px 14px;color:#f5f5f5;border-bottom:1px solid #1f1f1f}
.tscl-table tbody tr:last-child td{border-bottom:none}
:root{color-scheme:dark}.tscl-switch:hover {cursor: pointer;}input.tscl-input:focus, textarea.tscl-textarea:focus {box-shadow:none!important;border: 1px solid #facc15 !important;}
@media (max-width:900px){ .tscl-grid{grid-template-columns:1fr} }
