.shm-resource-gate { box-sizing: border-box; width: min(820px, calc(100vw - 2rem)); max-height: calc(100vh - 2rem); margin: auto; padding: 0; overflow-x: clip; border: 0; border-radius: 28px; color: #141519; background: #fffdfa; box-shadow: 0 28px 90px rgba(0, 0, 0, .35); }
.shm-resource-gate::backdrop { background: rgba(12, 13, 16, .68); backdrop-filter: blur(5px); }
.shm-resource-gate-shell { position: relative; box-sizing: border-box; padding: clamp(1.9rem, 4vw, 2.8rem); }
.shm-resource-gate-close { position: absolute; top: 1rem; right: 1rem; display: grid; width: 2.25rem; height: 2.25rem; place-items: center; border: 1px solid #dedad4; border-radius: 50%; color: #16171b; background: transparent; font-size: 1.5rem; cursor: pointer; }
.shm-resource-gate-kicker { margin: 0 0 .75rem; color: #fa176d; font-size: .82rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.shm-resource-gate h2 { max-width: 24ch; margin: 0; color: #111216; font-size: clamp(2rem, 4vw, 2.7rem); line-height: 1.04; letter-spacing: -.045em; }
.shm-resource-gate-copy { max-width: 62ch; margin: 1.05rem 0 1.65rem; color: #646873; font-size: 1.08rem; line-height: 1.5; }
.shm-resource-gate-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.1rem 1.25rem; }
.shm-resource-gate-form label { display: grid; gap: .55rem; color: #33363d; font-size: .94rem; font-weight: 700; }
.shm-resource-optional { color: #7b7f88; font-size: .78rem; font-weight: 600; }
.shm-resource-gate input[type="text"], .shm-resource-gate input[type="email"], .shm-resource-gate select { box-sizing: border-box; width: 100%; min-height: 3.15rem; border: 1px solid #dedad4; border-radius: 12px; padding: .85rem 1rem; color: #17181c; background: #fff; font: inherit; font-size: 1rem; }
.shm-resource-gate select { cursor: pointer; }
.shm-resource-gate input:focus, .shm-resource-gate select:focus { outline: 2px solid rgba(250, 23, 109, .28); border-color: #fa176d; }
.shm-resource-consent { grid-template-columns: auto 1fr; align-items: start; gap: .7rem !important; margin-top: 1.35rem; font-size: .88rem !important; font-weight: 500 !important; line-height: 1.45; }
.shm-resource-consent input { width: 1rem; height: 1rem; margin-top: .16rem; accent-color: #fa176d; }
.shm-resource-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.shm-resource-gate-actions { display: flex; align-items: center; gap: 1rem; margin-top: 1.4rem; }
.shm-resource-gate-submit { border: 0; cursor: pointer; }
.shm-resource-gate-submit[disabled] { opacity: .65; cursor: wait; }
.shm-resource-gate-status { margin: 0; color: #b01852; font-size: .95rem; line-height: 1.35; }
.shm-resource-card { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1.5rem; align-items: end; margin: 3.5rem 0 1rem; padding: clamp(1.45rem, 3vw, 2.25rem); border: 1px solid rgba(250, 23, 109, .35); border-radius: 20px; color: #fff; background: linear-gradient(125deg, #15161a, #26202a); box-shadow: 0 18px 45px rgba(19, 20, 24, .13); }
.shm-resource-card__eyebrow { margin: 0 0 .65rem; color: #ff5a99; font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.shm-resource-card h2 { max-width: 24ch; margin: 0; color: #fff; font-size: clamp(1.55rem, 3vw, 2.2rem); line-height: 1.07; letter-spacing: -.035em; }
.shm-resource-card p:not(.shm-resource-card__eyebrow) { max-width: 58ch; margin: .8rem 0 0; color: rgba(255,255,255,.75); font-size: 1rem; line-height: 1.5; }
.shm-resource-card .gh-button { align-self: end; white-space: nowrap; border: 0; cursor: pointer; }
@media (max-width: 560px) { .shm-resource-gate { width: calc(100vw - 1rem); max-height: calc(100vh - 1rem); } .shm-resource-gate-shell { padding: 1.55rem 1.2rem; } .shm-resource-gate h2 { font-size: 2rem; } .shm-resource-gate-grid { grid-template-columns: 1fr; } .shm-resource-gate-actions { align-items: flex-start; flex-direction: column; } }
@media (max-width: 680px) { .shm-resource-card { grid-template-columns: 1fr; gap: 1.2rem; } .shm-resource-card .gh-button { justify-self: start; } }
