.station-access-dialog{width:min(720px,calc(100% - 2rem));max-height:calc(100vh - 2rem);padding:0;border:1px solid #31566d;border-radius:18px;background:#0d1d27;color:#edf7fc;box-shadow:0 24px 80px rgba(0,0,0,.7);overflow:auto}
.station-access-dialog::backdrop{background:rgba(2,9,14,.82);backdrop-filter:blur(5px)}
.station-access-dialog__head{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.2rem 1.4rem;background:#0b1a24;border-bottom:3px solid #10aeef}
.station-access-dialog__head img{width:190px;height:auto}.station-access-dialog__close{width:42px;height:42px;border:1px solid #547184;border-radius:50%;background:transparent;color:#fff;font-size:1.5rem;cursor:pointer}
.station-access-dialog__body{padding:1.5rem}.station-access-dialog__body h2{margin:.2rem 0 .5rem;font-size:clamp(1.6rem,4vw,2.25rem)}.station-access-dialog__body>p{color:#b8cad5;line-height:1.6}
.station-access-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.station-access-grid label{display:grid;gap:.42rem;font-weight:700}.station-access-grid .wide{grid-column:1/-1}.station-access-grid input,.station-access-grid textarea{box-sizing:border-box;width:100%;padding:.82rem .9rem;border:1px solid #486678;border-radius:7px;background:#f7fafc;color:#102532;font:inherit}.station-access-grid input:focus,.station-access-grid textarea:focus{outline:3px solid rgba(16,174,239,.35);border-color:#10aeef}.station-access-grid textarea{resize:vertical}
.station-access-dialog__submit{margin-top:1.2rem;width:100%;padding:.95rem 1rem;border:0;border-radius:7px;background:#1677bd;color:#fff;font:700 1rem inherit;cursor:pointer}.station-access-dialog__submit[disabled]{opacity:.65;cursor:wait}.station-access-dialog__status{min-height:1.5rem;margin:.8rem 0 0;color:#ff8992;font-weight:700}.station-access-dialog__success{padding:2rem 1.5rem;border:2px solid #36c994;border-radius:14px;background:linear-gradient(145deg,#102d25,#0b221d);box-shadow:0 20px 55px rgba(0,0,0,.34);text-align:center}.station-access-dialog__success-icon{display:grid;place-items:center;width:68px;height:68px;margin:0 auto 1rem;border-radius:50%;background:#36c994;color:#082119;font-size:2.2rem;font-weight:900;box-shadow:0 0 0 8px rgba(54,201,148,.13)}.station-access-dialog__success-label{margin:.2rem 0 .7rem;color:#72e4b7;font-size:.78rem;font-weight:900;letter-spacing:.16em}.station-access-dialog__success h3{max-width:600px;margin:0 auto .9rem;color:#fff;font-size:clamp(1.45rem,3vw,2rem)}.station-access-dialog__success-message{padding:.85rem;border-radius:8px;background:rgba(0,0,0,.22);color:#d8fff1;font-weight:700}.station-access-dialog__success-note{color:#72e4b7;font-weight:800}
@media(max-width:620px){.station-access-grid{grid-template-columns:1fr}.station-access-dialog__body{padding:1.15rem}.station-access-dialog__head img{width:155px}}
