:root { color: #14213d; font-family: Inter, "Microsoft YaHei", system-ui, sans-serif; }
* { box-sizing: border-box; }
body { margin: 0; }
.access-page { min-height: 100vh; display: grid; place-items: center; padding: 32px 18px; background: #f4f7ff; }
.access-card { width: min(460px, 100%); min-height: 350px; padding: 45px 28px 40px; text-align: center; border-radius: 26px; background: #fff; box-shadow: 0 26px 60px rgba(92, 111, 159, .18); }
.access-icon { width: 72px; height: 72px; margin: 0 auto 24px; display: grid; place-items: center; border-radius: 22px; background: #e6eaff; color: #5d63ed; font-size: 38px; font-weight: 800; line-height: 1; }
.access-card h1 { margin: 0; color: #102349; font-size: 27px; line-height: 1.35; letter-spacing: -.04em; }
.access-card p { margin: 12px 0 27px; color: #526d9c; font-size: 14px; line-height: 1.75; }
.access-button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 23px; border-radius: 15px; background: #111b2e; color: #fff; box-shadow: 0 9px 18px rgba(15, 25, 44, .22); font-size: 14px; font-weight: 700; text-decoration: none; transition: transform .15s ease, background .15s ease; }
.access-button:hover { transform: translateY(-1px); background: #202c44; }
.access-button:focus-visible { outline: 3px solid #8791ff; outline-offset: 4px; }
@media (max-width: 480px) { .access-card { min-height: 330px; padding: 40px 20px 34px; border-radius: 22px; } .access-card h1 { font-size: 24px; } .access-card p br { display: none; } }
