.global-page-loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:25000;display:flex;align-items:center;justify-content:center;padding:1rem;opacity:0;visibility:hidden;pointer-events:none;transform:scale(1.01);transition:opacity .28s ease,transform .28s ease,visibility 0s linear .28s;--loader-backdrop: rgba(14, 21, 37, .56);--loader-panel-bg: rgba(16, 24, 40, .82);--loader-panel-border: rgba(179, 200, 241, .18);--loader-title-color: #f6f9ff;--loader-subtitle-color: rgba(228, 237, 255, .82);--loader-ring-main: #4f8cff;--loader-ring-accent: #82b1ff;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);background:var(--loader-backdrop)}.global-page-loader.theme-light{--loader-backdrop: rgba(235, 241, 251, .58);--loader-panel-bg: rgba(255, 255, 255, .9);--loader-panel-border: rgba(120, 154, 220, .28);--loader-title-color: #223455;--loader-subtitle-color: rgba(32, 52, 86, .72);--loader-ring-main: #3c78e8;--loader-ring-accent: #74a2ff}.global-page-loader.theme-dark{--loader-backdrop: rgba(14, 21, 37, .56);--loader-panel-bg: rgba(16, 24, 40, .82);--loader-panel-border: rgba(179, 200, 241, .18);--loader-title-color: #f6f9ff;--loader-subtitle-color: rgba(228, 237, 255, .82);--loader-ring-main: #4f8cff;--loader-ring-accent: #82b1ff}.global-page-loader.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:scale(1);transition:opacity .26s ease,transform .26s ease}.global-page-loader__panel{min-width:min(340px,calc(100vw - 2rem));max-width:430px;border-radius:20px;border:1px solid var(--loader-panel-border);background:var(--loader-panel-bg);box-shadow:0 22px 58px #00000042;padding:1.4rem 1.35rem 1.2rem;text-align:center}.global-page-loader__spinner{position:relative;width:58px;height:58px;margin:0 auto .95rem}.global-page-loader__spinner span{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:3px solid transparent}.global-page-loader__spinner span:nth-child(1){border-top-color:var(--loader-ring-main);animation:global-loader-spin .84s linear infinite}.global-page-loader__spinner span:nth-child(2){top:7px;right:7px;bottom:7px;left:7px;border-top-color:var(--loader-ring-accent);border-right-color:var(--loader-ring-accent);opacity:.75;animation:global-loader-spin 1.04s linear infinite reverse}.global-page-loader__spinner span:nth-child(3){top:15px;right:15px;bottom:15px;left:15px;border-top-color:var(--loader-ring-main);opacity:.65;animation:global-loader-spin 1.26s linear infinite}.global-page-loader__title{margin:0;font-size:1rem;font-weight:700;letter-spacing:.01em;color:var(--loader-title-color)}.global-page-loader__subtitle{margin:.28rem 0 0;font-size:.88rem;color:var(--loader-subtitle-color)}@keyframes global-loader-spin{to{transform:rotate(360deg)}}@media (max-width: 576px){.global-page-loader__panel{border-radius:16px;padding:1.2rem 1rem 1rem}.global-page-loader__title{font-size:.96rem}}@media (prefers-reduced-motion: reduce){.global-page-loader,.global-page-loader.is-visible{transition-duration:1ms}.global-page-loader__spinner span{animation-duration:1.8s}}:root{--auth-radius-lg: 20px;--auth-radius-md: 12px;--auth-transition-fast: .17s ease}.auth-modern-page{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:1.35rem 1rem 3.8rem;background:var(--auth-page-bg)}.auth-modern-shell{width:100%;max-width:430px}.auth-modern-card{position:relative;border:1px solid var(--auth-card-border);border-radius:var(--auth-radius-lg);background:var(--auth-card-bg);box-shadow:var(--auth-card-shadow);overflow:hidden}.auth-modern-card__body{padding:1.5rem 1.3rem 1.2rem}.auth-modern-header{margin-bottom:1.1rem;text-align:center}.auth-modern-title{margin:0;font-size:1.34rem;font-weight:700;line-height:1.2;color:var(--auth-title-color)}.auth-modern-subtitle{margin:.42rem 0 0;color:var(--auth-subtitle-color);font-size:.9rem;line-height:1.45}.auth-modern-alert{border:1px solid transparent;border-radius:11px;font-size:.88rem;padding:.68rem .84rem}.auth-modern-alert ul{margin:0;padding-left:1rem}.auth-modern-form .form-group{margin-bottom:.86rem}.auth-modern-label{font-size:.82rem;font-weight:700;margin-bottom:.35rem;color:var(--auth-label-color)}.auth-modern-form.user .auth-modern-input.form-control.form-control-user,.auth-modern-form .auth-modern-input.form-control{min-height:2.75rem;border-radius:var(--auth-radius-md);border:1px solid var(--auth-input-border);background-color:var(--auth-input-bg)!important;color:var(--auth-input-color)!important;padding:.6rem .9rem;font-size:.93rem;transition:border-color var(--auth-transition-fast),box-shadow var(--auth-transition-fast),background-color var(--auth-transition-fast)}.auth-modern-form.user .auth-modern-input.form-control.form-control-user::placeholder,.auth-modern-form .auth-modern-input.form-control::placeholder{color:var(--auth-placeholder-color)}.auth-modern-form.user .auth-modern-input.form-control.form-control-user:focus,.auth-modern-form .auth-modern-input.form-control:focus{border-color:var(--auth-input-focus-border);box-shadow:0 0 0 .2rem var(--auth-input-focus-shadow);background-color:var(--auth-input-bg-focus)!important;color:var(--auth-input-color)!important}.auth-modern-form.user .auth-modern-input.form-control.form-control-user:-webkit-autofill,.auth-modern-form .auth-modern-input.form-control:-webkit-autofill{-webkit-text-fill-color:var(--auth-input-color)!important;-webkit-box-shadow:0 0 0 100px var(--auth-input-bg) inset!important;box-shadow:0 0 0 100px var(--auth-input-bg) inset!important}.auth-modern-input.is-invalid{border-color:var(--auth-danger)!important}.auth-modern-form .invalid-feedback{display:block;font-size:.78rem;color:var(--auth-danger);margin-top:.32rem}.auth-modern-checkbox.custom-control{padding-left:1.55rem}.auth-modern-checkbox .custom-control-label{color:var(--auth-subtitle-color);font-size:.82rem}.auth-modern-checkbox .custom-control-input:checked~.custom-control-label:before{background:var(--auth-primary);border-color:var(--auth-primary)}.auth-modern-button.btn{border:none;border-radius:12px;min-height:2.75rem;font-size:.92rem;font-weight:700;letter-spacing:.012em;color:#fff;background:var(--auth-button-bg);box-shadow:var(--auth-button-shadow);transition:transform var(--auth-transition-fast),box-shadow var(--auth-transition-fast),filter var(--auth-transition-fast)}.auth-modern-button.btn:hover{transform:translateY(-1px);filter:brightness(1.03)}.auth-modern-button.btn:focus{box-shadow:0 0 0 .2rem var(--auth-input-focus-shadow),var(--auth-button-shadow)}.auth-modern-links{margin-top:.8rem;text-align:center}.auth-modern-link,.auth-modern-links a{color:var(--auth-link-color);font-size:.83rem;font-weight:600;transition:color var(--auth-transition-fast)}.auth-modern-link:hover,.auth-modern-links a:hover{color:var(--auth-link-hover);text-decoration:none}.auth-modern-actions{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-top:.95rem}.auth-modern-inline-form{margin:0}.auth-modern-small{font-size:.8rem;color:var(--auth-subtitle-color)}html.theme-light{--auth-page-bg: linear-gradient(146deg, #f4f8ff 0%, #e9f0ff 58%, #e1ebfb 100%);--auth-card-bg: rgba(255, 255, 255, .92);--auth-card-border: rgba(140, 167, 213, .34);--auth-card-shadow: 0 24px 52px rgba(55, 84, 132, .16);--auth-title-color: #162a4b;--auth-subtitle-color: #526587;--auth-label-color: #2f456e;--auth-input-bg: #f6f9ff;--auth-input-bg-focus: #ffffff;--auth-input-color: #1a2d4d;--auth-input-border: #c2d4f0;--auth-input-focus-border: #548cf0;--auth-input-focus-shadow: rgba(84, 140, 240, .2);--auth-button-bg: linear-gradient(135deg, #2f7dff 0%, #5b9fff 100%);--auth-button-shadow: 0 10px 20px rgba(56, 120, 226, .27);--auth-link-color: #375fa4;--auth-link-hover: #1f4384;--auth-placeholder-color: #8ca2c5;--auth-danger: #c43545;--auth-primary: #3e82ee}html.theme-dark{--auth-page-bg: linear-gradient(150deg, #101e34 0%, #0a1425 55%, #060e1d 100%);--auth-card-bg: rgba(14, 24, 41, .88);--auth-card-border: rgba(93, 126, 180, .36);--auth-card-shadow: 0 30px 64px rgba(0, 0, 0, .5);--auth-title-color: #f0f6ff;--auth-subtitle-color: #b7c8e8;--auth-label-color: #cbdaf5;--auth-input-bg: #121f33;--auth-input-bg-focus: #16263d;--auth-input-color: #e7f0ff;--auth-input-border: #39527a;--auth-input-focus-border: #72a8ff;--auth-input-focus-shadow: rgba(114, 168, 255, .24);--auth-button-bg: linear-gradient(135deg, #4f95ff 0%, #72b0ff 100%);--auth-button-shadow: 0 11px 22px rgba(24, 92, 194, .34);--auth-link-color: #a7c8ff;--auth-link-hover: #cde0ff;--auth-placeholder-color: #8ea5cb;--auth-danger: #ff7f93;--auth-primary: #67a4ff}html.theme-dark .auth-modern-alert.alert-danger,html.theme-dark .auth-modern-alert.alert-warning{background:#7c233661;border-color:#ff7a9866;color:#ffd4dc}html.theme-dark .auth-modern-alert.alert-success{background:#1c6b4757;border-color:#61cd966b;color:#d3ffe8}html.theme-light .auth-modern-alert.alert-danger,html.theme-light .auth-modern-alert.alert-warning{background:#fff4f6;border-color:#f6c5ce;color:#8e2737}html.theme-light .auth-modern-alert.alert-success{background:#eefcf4;border-color:#b7efcb;color:#1f6f45}@media (max-width: 767px){.auth-modern-page{min-height:100dvh;padding:1rem .65rem 3.9rem}.auth-modern-card__body{padding:1.2rem 1rem 1rem}.auth-modern-title{font-size:1.17rem}}.modern-app-footer{border:1px solid var(--footer-border);border-radius:0;background:var(--footer-bg);box-shadow:none;min-height:46px;padding:.5rem .85rem;display:flex;align-items:center;justify-content:center;width:100%;margin:0;text-align:center;transition:background .18s ease,border-color .18s ease}.modern-app-footer__line{display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.45rem}.modern-app-footer__brand{font-weight:700;color:var(--footer-title);letter-spacing:.01em}.modern-app-footer__year{font-size:.8rem;color:var(--footer-muted)}.modern-app-footer__chip{font-size:.7rem;padding:.22rem .55rem;border-radius:999px;border:1px solid var(--footer-chip-border);color:var(--footer-chip-text);background:var(--footer-chip-bg)}.modern-app-footer.theme-light{--footer-bg: rgba(245, 249, 255, .95);--footer-border: rgba(167, 188, 224, .42);--footer-title: #1b3158;--footer-muted: #6178a0;--footer-chip-bg: linear-gradient(135deg, rgba(226, 236, 255, .98) 0%, rgba(236, 244, 255, .98) 100%);--footer-chip-border: rgba(132, 161, 216, .5);--footer-chip-text: #2e4f85}.modern-app-footer.theme-dark{--footer-bg: rgba(6, 12, 22, .96);--footer-border: rgba(56, 74, 104, .55);--footer-title: #d7e4ff;--footer-muted: #9bb1d6;--footer-chip-bg: rgba(17, 31, 56, .9);--footer-chip-border: rgba(85, 117, 172, .5);--footer-chip-text: #c8daff}.footer-auth-fullwidth,.footer-with-sidebar{width:100%;margin-top:2rem}.content-with-sidebar-footer{padding-bottom:2rem}@media (max-width: 760px){.modern-app-footer{padding:.5rem .7rem}}
