/* Mahjong Radar v96 — seat-contact consent and My City hub */
.seat-phone-consent{
  display:flex;align-items:flex-start;gap:12px;margin:14px 0 10px;padding:14px 15px;
  border:1px solid rgba(181,138,59,.55);border-radius:15px;
  background:linear-gradient(135deg,#fffaf0,#f2ead8);color:#22303f;
  box-shadow:0 7px 18px rgba(23,59,99,.07)
}
.seat-phone-consent-icon{
  width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;
  background:#173b63;color:#fff;font-size:19px;border:2px solid #d2a855
}
.seat-phone-consent b{display:block;color:#0e2438;font-size:14px;line-height:1.4}
.seat-phone-consent p{margin:4px 0 0;color:#5f594e;font-size:12.5px;line-height:1.55}
.seat-phone-consent-check{
  margin:0 0 13px;padding:12px 13px;border:1px solid rgba(23,59,99,.24);border-radius:13px;
  background:#edf3fa;color:#173b63;align-items:flex-start
}
.seat-phone-consent-check input{margin-top:3px;accent-color:#173b63;flex:0 0 auto}
.seat-phone-consent-check span{font-size:12.5px;line-height:1.5;font-weight:600}
.request-phone-shared,.seat-request-phone{
  margin-top:6px;padding:7px 9px;border-radius:9px;background:#edf3fa;color:#173b63!important
}
.request-phone-shared a,.seat-request-phone a{font-weight:800;color:#173b63;text-decoration:none}

.my-city-hub{display:grid;gap:16px}
.my-city-hub-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}
.my-city-hub-head h2{font-size:32px;line-height:1;margin-top:2px;color:#0e2438}
.my-city-hub-loading{min-height:230px;display:grid;place-items:center;align-content:center;gap:12px;text-align:center;color:#6c6250}
.my-city-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}
.my-city-summary span{padding:13px 8px;border:1px solid rgba(181,138,59,.33);border-radius:14px;background:#fffaf0;text-align:center}
.my-city-summary b{display:block;font-family:"Cormorant Garamond",Georgia,serif;font-size:25px;line-height:1;color:#173b63}
.my-city-summary small{display:block;margin-top:5px;color:#6c6250;font-size:10px;letter-spacing:.06em;text-transform:uppercase}
.my-city-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.my-city-action{
  appearance:none;display:grid;grid-template-columns:42px minmax(0,1fr);grid-template-rows:auto auto;
  column-gap:11px;align-items:center;text-align:left;padding:13px;border:1px solid rgba(181,138,59,.38);
  border-radius:15px;background:#fffdf8;color:#22303f;box-shadow:0 6px 16px rgba(23,59,99,.05)
}
.my-city-action:hover,.my-city-action:focus-visible{border-color:#173b63;transform:translateY(-1px);outline:none}
.my-city-action>span{grid-row:1/3;width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#edf3fa;color:#173b63;font-size:20px}
.my-city-action b{font-family:"Inter","Segoe UI",sans-serif;font-size:13px;color:#0e2438}
.my-city-action small{font-size:10.5px;color:#6c6250;line-height:1.35}
.my-city-action.primary{background:linear-gradient(135deg,#173b63,#0e2438);border-color:#d2a855;color:#fff}
.my-city-action.primary b,.my-city-action.primary small{color:#fff}
.my-city-action.primary small{opacity:.78}
.my-city-action.primary>span{background:rgba(255,255,255,.12);color:#f1ca70}
.my-city-chapter-card{padding:15px;border:1px solid rgba(181,138,59,.42);border-radius:17px;background:linear-gradient(145deg,#fffaf0,#f4ead5)}
.my-city-chapter-card h3{font-size:23px;color:#173b63;margin:1px 0 2px}
.my-city-chapter-card>p,.my-city-chapter-card div>p:not(.eyebrow){color:#6c6250;font-size:12.5px}
.my-city-chapter-card .chapter-progress{margin-bottom:8px}
.my-city-chapter-card.quiet{background:#f8f4ec;border-style:dashed}
@media(max-width:560px){
  .my-city-actions{grid-template-columns:1fr}.my-city-hub-head{display:block}.my-city-hub-head>.btn{width:100%;margin-top:10px}
  .seat-phone-consent{padding:12px}.my-city-summary small{font-size:9px}.my-city-summary b{font-size:22px}
}
