.mobile-header{z-index:100;background:#fff;border-bottom:1px solid #e2e8f0;height:56px;position:fixed;top:0;left:0;right:0;box-shadow:0 1px 3px #0000000a}.mobile-header-inner{justify-content:space-between;align-items:center;height:100%;padding:0 16px;display:flex}.mobile-menu-btn{color:#334155;cursor:pointer;background:0 0;border:none;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s;display:flex}.mobile-menu-btn:active{background:#f1f5f9}.mobile-header-title{flex:1;justify-content:center;align-items:baseline;gap:6px;display:flex}.mobile-header-brand{color:#94a3b8;letter-spacing:.16em;text-transform:uppercase;font-size:11px;font-weight:700}.mobile-header-brand-sub{color:#1e293b;letter-spacing:.02em;font-size:18px;font-weight:900}.mobile-header-logo{justify-content:center;align-items:center;width:40px;height:40px;display:flex}.mobile-header-logo-img{object-fit:contain;filter:drop-shadow(0 1px 2px #00000014);border-radius:10px;width:34px;height:34px}.mobile-drawer-overlay{-webkit-backdrop-filter:blur(4px);z-index:200;background:#0f172a99;animation:.2s ease-out fadeIn;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-drawer{z-index:300;-webkit-overflow-scrolling:touch;background:#0b1120;flex-direction:column;width:85%;max-width:320px;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-100%)}.mobile-drawer-open{transform:translate(0)}.mobile-drawer-header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:20px 20px 16px;display:flex}.mobile-drawer-brand{align-items:center;gap:12px;display:flex}.mobile-drawer-title{color:#fff;letter-spacing:.02em;font-size:16px;font-weight:800}.mobile-drawer-subtitle{color:#64748b;letter-spacing:.16em;text-transform:uppercase;margin-top:2px;font-size:9px;font-weight:700}.mobile-drawer-close{color:#64748b;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff0f;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.mobile-drawer-close:active{color:#e2e8f0;background:#ffffff1a}.mobile-drawer-profile{border-bottom:1px solid #ffffff0f;align-items:center;gap:14px;margin:0;padding:20px;display:flex}.mobile-drawer-avatar-wrap{border-radius:50%;flex-shrink:0;width:52px;height:52px;position:relative;overflow:hidden}.mobile-avatar-img-lg{object-fit:cover;border-radius:50%;width:52px;height:52px}.mobile-avatar-fallback-lg{color:#fff;background:linear-gradient(135deg,#475569,#334155);border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:20px;font-weight:800;display:flex}.mobile-drawer-user-info{flex-direction:column;gap:3px;display:flex;overflow:hidden}.mobile-drawer-user-name{color:#fff;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:800;line-height:1.2;overflow:hidden}.mobile-drawer-user-role{color:#64748b;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;text-overflow:ellipsis;font-size:10px;font-weight:600;line-height:1.2;overflow:hidden}.mobile-drawer-avatar-clickable{cursor:pointer;transition:transform .2s;position:relative}.mobile-drawer-avatar-clickable:active{transform:scale(.92)}.mobile-avatar-overlay{opacity:0;background:#00000073;border-radius:50%;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.mobile-drawer-avatar-clickable:active .mobile-avatar-overlay{opacity:1}@media (hover:none){.mobile-avatar-overlay{opacity:.35}.mobile-drawer-avatar-clickable:active .mobile-avatar-overlay{opacity:1}}@media (max-width:768px){.fixed.inset-0.z-\[60\]{align-items:flex-end!important;padding:0!important}.fixed.inset-0.z-\[60\]>.bg-\[\#0f172a\]{max-height:85vh;animation:.35s cubic-bezier(.4,0,.2,1) forwards mobileSlideUp;border-radius:24px 24px 0 0!important;width:100%!important;max-width:100%!important}@keyframes mobileSlideUp{0%{opacity:.5;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}}.mobile-drawer-nav{flex-direction:column;flex:1;gap:2px;padding:12px;display:flex}.mobile-drawer-link{color:#94a3b8;border-radius:12px;align-items:center;gap:14px;padding:14px 16px;text-decoration:none;transition:all .15s;display:flex;position:relative}.mobile-drawer-link:active{background:#ffffff0a}.mobile-drawer-link-active{color:#f1f5f9;background:#be123c14}.mobile-drawer-link-active:before{content:"";background:#be123c;border-radius:0 4px 4px 0;width:3px;height:24px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.mobile-drawer-link-label{letter-spacing:.01em;font-size:14px;font-weight:600}.mobile-drawer-footer{border-top:1px solid #ffffff0f;margin-top:auto;padding:16px 16px 24px}.mobile-drawer-logout{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;gap:14px;width:100%;padding:14px 16px;font-size:14px;font-weight:600;transition:all .15s;display:flex}.mobile-drawer-logout:active{color:#f87171;background:#ef444414;border-color:#ef44441f}.mobile-drawer-copyright{text-align:center;color:#475569;letter-spacing:.12em;text-transform:uppercase;margin-top:16px;font-size:9px;font-weight:600}.mobile-app-shell{background:#f8fafc;flex-direction:column;min-height:100dvh;display:flex}.mobile-app-content{-webkit-overflow-scrolling:touch;flex:1;margin-top:56px;overflow-y:auto}.mobile-login-page{background:radial-gradient(at 50% 40%,#243a4d 0%,#1a2a3d 30%,#12192a 65%,#0e1322 100%);flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;padding:24px;display:flex;position:relative;overflow:hidden}.mobile-login-card{-webkit-backdrop-filter:blur(20px)saturate(120%);background:#243a4d59;border:1px solid #ffffff12;border-radius:24px;flex-direction:column;align-items:center;width:100%;max-width:400px;padding:40px 28px 32px;display:flex;box-shadow:0 4px 30px #00000040,inset 0 .5px #ffffff0a}.mobile-login-logo{width:100px;height:100px;margin-bottom:20px;position:relative}.mobile-login-title{color:#fff;letter-spacing:-.02em;text-transform:uppercase;text-align:center;margin-bottom:4px;font-size:28px;font-weight:600;line-height:1}.mobile-login-subtitle{color:#ffffff6b;text-align:center;margin-bottom:28px;font-size:13px}.mobile-login-google-btn{color:#fff;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:16px;justify-content:center;align-items:center;gap:12px;width:100%;height:56px;font-size:15px;font-weight:700;transition:all .2s;display:flex;position:relative}.mobile-login-google-btn:active{background:#ffffff14;transform:scale(.97)}.mobile-login-instruction{color:#ffffff61;text-align:center;margin-top:16px;padding:0 8px;font-size:11px;font-weight:500;line-height:1.6}.mobile-login-divider{align-items:center;gap:16px;width:100%;margin:24px 0;display:flex}.mobile-login-divider-line{background:linear-gradient(90deg,#0000 0%,#ffffff12 50%,#ffffff0d 100%);flex:1;height:1px}.mobile-login-divider-text{color:#fff3;letter-spacing:.1em;font-size:11px;font-weight:500}.mobile-login-admin-toggle{color:#ffffff6b;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;background:0 0;border:none;font-size:11px;font-weight:700;transition:color .3s}.mobile-login-admin-toggle:active{color:#ffffffbf}.mobile-login-error{color:#fca5a5e6;background:#ef444414;border:1px solid #ef444426;border-radius:14px;align-items:center;gap:12px;width:100%;margin-bottom:20px;padding:12px 16px;font-size:12px;font-weight:600;display:flex}.mobile-login-footer{text-align:center;color:#fff3;letter-spacing:.16em;text-transform:uppercase;margin-top:40px;font-size:10px;font-weight:500}.mobile-admin-back{cursor:pointer;color:#ffffff59;text-transform:uppercase;letter-spacing:.12em;background:0 0;border:none;align-items:center;gap:10px;margin-bottom:24px;font-size:11px;font-weight:700;display:flex}.mobile-admin-back:active{color:#fff9}.mobile-admin-field{margin-bottom:16px}.mobile-admin-label{text-transform:uppercase;color:#ffffff47;letter-spacing:.12em;margin-bottom:6px;padding-left:4px;font-size:10px;font-weight:700;display:block}.mobile-admin-input{color:#fff;background:#ffffff08;border:1px solid #ffffff0f;border-radius:14px;outline:none;width:100%;padding:14px 16px;font-size:14px;font-weight:500;transition:all .2s}.mobile-admin-input:focus{border-color:#26d9b04d;box-shadow:0 0 0 3px #26d9b00d}.mobile-admin-submit{color:#fff;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff14;border-radius:14px;justify-content:center;align-items:center;gap:10px;width:100%;height:52px;margin-top:12px;font-size:13px;font-weight:700;transition:all .2s;display:flex}.mobile-admin-submit:active{background:#ffffff1a;transform:scale(.97)}.mobile-admin-submit:disabled{opacity:.5;cursor:not-allowed}
