.Header-module__y8rN-a__layoutNavbar{height:var(--admin-header-height);border-bottom:1px solid var(--admin-border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:60;background:rgba(248,251,255,.88);align-items:center;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 8px 30px rgba(15,23,42,.04)}.Header-module__y8rN-a__navbarContent{justify-content:space-between;align-items:center;gap:1rem;width:100%;min-width:0;padding:0 1.25rem;display:flex}.Header-module__y8rN-a__navbarStart{align-items:center;gap:.9rem;min-width:0;display:flex}.Header-module__y8rN-a__navbarEnd{align-items:center;gap:.75rem;display:flex}.Header-module__y8rN-a__brandLink{align-items:center;gap:.85rem;min-width:0;display:flex}.Header-module__y8rN-a__brandMark{color:#0f5dd6;letter-spacing:.08em;background:linear-gradient(135deg,rgba(21,112,239,.18),rgba(21,112,239,.08));border-radius:.95rem;justify-content:center;align-items:center;width:2.4rem;height:2.4rem;font-weight:800;display:inline-flex;box-shadow:inset 0 0 0 1px rgba(21,112,239,.12)}.Header-module__y8rN-a__brandText{min-width:0;color:var(--admin-text);flex-direction:column;line-height:1.05;display:flex}.Header-module__y8rN-a__brandText strong{letter-spacing:-.02em;font-size:.96rem}.Header-module__y8rN-a__brandText span{color:var(--admin-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.76rem;overflow:hidden}.Header-module__y8rN-a__menuToggleBtn{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--admin-text-secondary);cursor:pointer;background:rgba(255,255,255,.86);border:1px solid rgba(148,163,184,.18);border-radius:.9rem;justify-content:center;align-items:center;padding:.55rem;transition:background-color .2s,border-color .2s,transform .2s;display:none;box-shadow:0 8px 20px rgba(15,23,42,.05)}.Header-module__y8rN-a__menuToggleBtn:hover{background:#f8fafc;border-color:rgba(21,112,239,.18);transform:translateY(-1px)}.Header-module__y8rN-a__statusChip{color:var(--admin-text-secondary);letter-spacing:.08em;text-transform:uppercase;background:rgba(255,255,255,.78);border:1px solid rgba(148,163,184,.22);border-radius:9999px;align-items:center;gap:.55rem;padding:.58rem .9rem;font-size:.74rem;font-weight:700;display:inline-flex}.Header-module__y8rN-a__statusDot{background:#0ea5e9;border-radius:9999px;width:.45rem;height:.45rem;box-shadow:0 0 .6rem rgba(14,165,233,.4)}.Header-module__y8rN-a__siteLink{color:#0f5dd6;background:rgba(21,112,239,.08);border:1px solid rgba(21,112,239,.16);border-radius:.95rem;align-items:center;gap:.45rem;padding:.72rem .95rem;font-size:.84rem;font-weight:600;transition:background-color .2s,transform .2s;display:inline-flex}.Header-module__y8rN-a__siteLink:hover{background:rgba(21,112,239,.12);transform:translateY(-1px)}@media (max-width:1024px){.Header-module__y8rN-a__menuToggleBtn{display:inline-flex}.Header-module__y8rN-a__statusChip{display:none}}@media (max-width:640px){.Header-module__y8rN-a__navbarContent{padding:0 .9rem}.Header-module__y8rN-a__brandText span{display:none}.Header-module__y8rN-a__siteLink{padding:.68rem .85rem;font-size:.78rem}}
.AdminLayout-module__IMkUGa__layoutWrapper{background:0 0;min-height:100vh}.AdminLayout-module__IMkUGa__layoutContainer{width:100%;min-height:100vh;display:flex}.AdminLayout-module__IMkUGa__layoutMenu{left:0;top:var(--admin-header-height);width:var(--admin-sidebar-width);border-right:1px solid var(--admin-border);z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(rgba(255,255,255,.94),rgba(247,250,253,.96));flex-direction:column;transition:transform .24s;display:flex;position:fixed;bottom:0;overflow:hidden;box-shadow:10px 0 36px rgba(15,23,42,.06)}.AdminLayout-module__IMkUGa__menuInner{flex:1;padding:.5rem 1rem 1.25rem;overflow-x:hidden;overflow-y:auto}.AdminLayout-module__IMkUGa__menuTop{border-bottom:1px solid rgba(148,163,184,.18);justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.1rem 1rem .9rem;display:flex}.AdminLayout-module__IMkUGa__menuCaption{color:#0f5dd6;letter-spacing:.12em;text-transform:uppercase;margin:0 0 .25rem;font-size:.72rem;font-weight:700}.AdminLayout-module__IMkUGa__menuTitle{color:var(--admin-text);letter-spacing:-.03em;margin:0;font-size:1.05rem}.AdminLayout-module__IMkUGa__menuSection{padding-top:1rem}.AdminLayout-module__IMkUGa__menuSectionTitle{color:var(--admin-text-faint);letter-spacing:.12em;text-transform:uppercase;margin:0 0 .55rem;padding:0 .35rem;font-size:.72rem;font-weight:700}.AdminLayout-module__IMkUGa__menuList{margin:0;padding:0;list-style:none}.AdminLayout-module__IMkUGa__menuItem+.AdminLayout-module__IMkUGa__menuItem{margin-top:.28rem}.AdminLayout-module__IMkUGa__menuLink{width:100%;color:var(--admin-text-secondary);border:1px solid transparent;border-radius:1rem;align-items:center;gap:.82rem;padding:.82rem .92rem;transition:background-color .2s,color .2s,transform .2s,border-color .2s;display:flex}.AdminLayout-module__IMkUGa__menuLink:hover{color:var(--admin-text);background:rgba(21,112,239,.08);border-color:rgba(21,112,239,.12);transform:translate(2px)}.AdminLayout-module__IMkUGa__active{color:#0f5dd6;background:linear-gradient(135deg,rgba(21,112,239,.14),rgba(91,169,255,.1));border-color:rgba(21,112,239,.18);box-shadow:inset 0 1px rgba(255,255,255,.72)}.AdminLayout-module__IMkUGa__menuIconWrap{background:rgba(248,250,252,.92);border:1px solid rgba(148,163,184,.18);border-radius:.85rem;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;display:inline-flex}.AdminLayout-module__IMkUGa__active .AdminLayout-module__IMkUGa__menuIconWrap{background:rgba(21,112,239,.12);border-color:rgba(21,112,239,.18)}.AdminLayout-module__IMkUGa__menuLabel{letter-spacing:-.01em;min-width:0;font-size:.93rem;font-weight:600}.AdminLayout-module__IMkUGa__layoutPage{margin-left:var(--admin-sidebar-width);padding-top:var(--admin-header-height);flex:1;min-width:0;min-height:100vh}.AdminLayout-module__IMkUGa__contentWrapper{height:calc(100vh - var(--admin-header-height));min-width:0;padding:1.15rem;overflow-x:hidden;overflow-y:auto}.AdminLayout-module__IMkUGa__containerFluid{width:100%;min-height:100%}.AdminLayout-module__IMkUGa__backdrop{inset:var(--admin-header-height)0 0 0;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:45;background:rgba(15,23,42,.24);border:0;margin:0;padding:0;position:fixed}.AdminLayout-module__IMkUGa__closeButton{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--admin-text-secondary);background:rgba(255,255,255,.84);border:1px solid rgba(148,163,184,.2);border-radius:.75rem;justify-content:center;align-items:center;width:2rem;height:2rem;display:none;box-shadow:0 8px 22px rgba(15,23,42,.08)}@media (max-width:1024px){.AdminLayout-module__IMkUGa__layoutMenu{width:min(21rem,100vw - 1.5rem);transform:translate(-100%)}.AdminLayout-module__IMkUGa__menuOpen{transform:translate(0)}.AdminLayout-module__IMkUGa__layoutPage{margin-left:0}.AdminLayout-module__IMkUGa__closeButton{display:inline-flex}}@media (max-width:640px){.AdminLayout-module__IMkUGa__contentWrapper{padding:.85rem}}.AdminLayout-module__IMkUGa__menuInner::-webkit-scrollbar{width:6px}.AdminLayout-module__IMkUGa__menuInner::-webkit-scrollbar-track{background:0 0}.AdminLayout-module__IMkUGa__menuInner::-webkit-scrollbar-thumb{background:rgba(148,163,184,.8);border-radius:3px}.AdminLayout-module__IMkUGa__menuInner::-webkit-scrollbar-thumb:hover{background:rgba(100,116,139,.86)}
.Loading-module__y6bZ0W__loading{z-index:9999;color:#f0f8ff;background-color:rgba(0,0,0,.5);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed}.Loading-module__y6bZ0W__loading img{width:128px;height:128px}
