.unauthorized-page[data-v-5fb32b1b]{min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.header[data-v-5fb32b1b]{background-color:var(--primary-color);color:var(--c-white);height:var(--header-height);left:0;position:fixed;right:0;top:0;z-index:100}.header__content[data-v-5fb32b1b]{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:100%;padding:0 var(--gap-xsl)}@media (min-width:568px){.header__content[data-v-5fb32b1b]{padding:0 var(--gap-sml)}}.header__logo[data-v-5fb32b1b]{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.header__logoImg[data-v-5fb32b1b]{-webkit-transform:translateY(-2px);transform:translateY(-2px);height:var(--gap-sml);width:64px}@media (min-width:568px){.header__logoImg[data-v-5fb32b1b]{width:82px}}.unauthorized[data-v-5fb32b1b]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:100vh;padding-top:var(--header-height)}.unauthorized__content[data-v-5fb32b1b]{text-align:center;padding:48px 40px;background:#fff;border-radius:12px;-webkit-box-shadow:0 4px 24px rgba(0,0,0,.08);box-shadow:0 4px 24px rgba(0,0,0,.08);max-width:550px;margin:20px}.unauthorized__icon[data-v-5fb32b1b]{color:#e74c3c;margin-bottom:16px}.unauthorized__title[data-v-5fb32b1b]{font-size:28px;color:#333;margin-bottom:16px;font-weight:600}.unauthorized__message[data-v-5fb32b1b]{font-size:16px;color:#666;margin-bottom:24px}.unauthorized__instructions[data-v-5fb32b1b]{background-color:#f8f9fa;border-radius:8px;padding:20px;margin-bottom:24px;text-align:left}.unauthorized__instructions-title[data-v-5fb32b1b]{font-size:15px;color:#333;font-weight:600;margin-bottom:12px}.unauthorized__steps[data-v-5fb32b1b]{margin:0;padding-left:20px}.unauthorized__steps li[data-v-5fb32b1b]{font-size:14px;color:#555;margin-bottom:8px;line-height:1.5}.unauthorized__steps li[data-v-5fb32b1b]:last-child{margin-bottom:0}.unauthorized__steps li strong[data-v-5fb32b1b]{color:#333}.unauthorized__button[data-v-5fb32b1b]{display:inline-block;background-color:var(--primary-color);color:#fff;padding:14px 32px;border-radius:6px;text-decoration:none;font-size:15px;font-weight:600;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.unauthorized__button[data-v-5fb32b1b]:hover{opacity:.9}