.tsh-gate{max-width:560px;margin:40px auto;text-align:center;background:#f7f9fb;border-radius:16px;padding:36px 24px}
.tsh-kicker{display:inline-block;font-size:12px;font-weight:800;letter-spacing:1px;text-transform:uppercase;color:#087fc4;margin-bottom:8px}
.tsh-btn{display:inline-block;background:#f0f3f6;color:#17324d;text-decoration:none!important;padding:10px 18px;border-radius:10px;font-weight:700;margin-top:10px}
.tsh-btn.primary{background:linear-gradient(135deg,#087fc4,#40c4e8);color:#fff}
.tsh-hero{max-width:900px;margin:0 auto 20px;text-align:center}
.tsh-tabs{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin-bottom:18px}
.tsh-tab{padding:9px 16px;border-radius:8px;background:#f0f3f6;color:#17324d;text-decoration:none;font-weight:600}
.tsh-tab.active{background:#0878d1;color:#fff}
.tsh-panel{max-width:1000px;margin:0 auto}
.tsh-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px}
.tsh-card{border:1px solid #e3e8ee;border-radius:10px;overflow:hidden;text-decoration:none!important;color:inherit;background:#fff}
.tsh-card h4{margin:10px 12px}
.tsh-card-wide{padding:16px;margin-bottom:12px;display:block}
.tsh-meta{color:#7a8896;font-size:.9em}
.tsh-notice{background:#eef7ee;border:1px solid #bfe3bf;padding:12px 16px;border-radius:8px;margin-bottom:16px}
.tsh-submit-box{margin-bottom:20px;border:1px dashed #c8d2db;border-radius:10px;padding:12px 16px}
.tsh-submit-box input,.tsh-submit-box textarea{width:100%;padding:8px;margin-top:4px;border:1px solid #d5dce2;border-radius:6px}
.tsh-empty{color:#7a8896}
.tsh-back{max-width:1000px;margin:26px auto 0;text-align:center}
.tsh-back a{color:#087fc4;font-weight:600;text-decoration:none}
.tsh-back a:hover{text-decoration:underline}
@media(max-width:640px){
  .tsh-gate{margin:24px 12px;padding:28px 18px}
  .tsh-hero{padding:0 12px}
  .tsh-tabs{gap:6px}
  .tsh-tab{padding:8px 12px;font-size:14px}
  .tsh-panel{padding:0 12px}
  .tsh-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}
  .tsh-btn{width:100%;text-align:center}
}
.tsh-steps{max-width:520px;margin:16px auto 4px;padding:0 0 0 22px;text-align:left;color:#3d5468;line-height:1.7;font-weight:600}
.tsh-steps li{margin:4px 0}
.tsh-gate-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:18px}
@media(max-width:640px){.tsh-gate-actions{flex-direction:column}.tsh-gate-actions .tsh-btn{width:100%}}
