:root{--header-bg:#1a2332;--header-text:#fff;--header-accent:#d4af37;--transition-smooth:all .4s cubic-bezier(.165,.84,.44,1);--primary-navy:#1a2332;--warm-ivory:#f9f7f1;--cool-gray:#a1a1a1}@media(min-width:992px){#mobileMenuToggle{display:none!important}}.mobile-drawer-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);z-index:1035;opacity:0;visibility:hidden;transition:var(--transition-smooth)}.mobile-drawer-backdrop.open{opacity:1;visibility:visible}.mobile-drawer{position:fixed;top:0;right:-100%;width:85%;max-width:320px;height:100vh;height:100dvh;background:#fff;z-index:1040;box-shadow:-10px 0 30px rgba(0,0,0,.15);transition:right .4s cubic-bezier(.165,.84,.44,1);display:flex;flex-direction:column;overflow-y:auto;padding-top:71px}.mobile-drawer.open{right:0}.mobile-drawer-nav{padding:1rem 0;flex:1;overflow-y:auto}.mobile-drawer-link{display:flex;align-items:center;padding:1rem 1.5rem;color:var(--primary-navy);text-decoration:none!important;font-family:'Poppins',sans-serif;font-weight:500;font-size:1rem;border-bottom:1px solid #f5f5f5;background:transparent;border-top:0;border-left:0;border-right:0;width:100%;text-align:left;transition:background .2s ease}.mobile-drawer-link:active,.mobile-drawer-link:hover{background:var(--warm-ivory);color:var(--header-accent)!important}.mobile-drawer-link.active{color:var(--header-accent)!important;background:transparent;font-weight:600}.mobile-drawer-link i:first-child{width:28px;color:var(--cool-gray);font-size:1.1rem;transition:color .2s ease}.mobile-drawer-link:hover i:first-child,.mobile-drawer-link.active i:first-child{color:var(--header-accent)}.mobile-drawer-accordion{border-bottom:1px solid #f5f5f5}.mobile-accordion-toggle{border-bottom:0;justify-content:space-between}.accordion-arrow{transition:transform .3s ease;color:var(--cool-gray)}.mobile-drawer-accordion.open .accordion-arrow{transform:rotate(180deg)}.mobile-accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease-out;background:#f9f9f9}.mobile-drawer-accordion.open .mobile-accordion-content{max-height:400px}.mobile-sub-link{display:block;padding:.8rem 1.5rem .8rem 3.5rem;color:#555;text-decoration:none!important;font-size:.9rem;font-family:'Poppins',sans-serif;transition:color .2s}.mobile-sub-link:hover,.mobile-sub-link.active{color:var(--primary-navy);padding-left:3.8rem}.mobile-drawer-footer{background:#fdfdfd;padding:1.5rem 1.5rem 2.5rem 1.5rem;border-top:1px solid #eee}.mobile-drawer-user{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.mobile-drawer-user-avatar{width:48px;height:48px;background:var(--header-accent);color:var(--primary-navy);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.mobile-drawer-user-name{font-family:'Montserrat',sans-serif;font-weight:600;font-size:1.1rem;color:var(--primary-navy)}.mobile-drawer-user-links .mobile-drawer-link{padding:.8rem 0;border-bottom:0}.mobile-drawer-link-logout{color:#e74c3c!important;margin-top:.5rem}.mobile-drawer-link-logout i{color:#e74c3c!important}.mobile-drawer-cta{display:block;width:100%;text-align:center;background:var(--primary-navy);color:#fff;padding:1rem;border-radius:8px;text-decoration:none!important;font-family:'Montserrat',sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:1px}.studio-live-dot{width:6px;height:6px;background-color:#ff3b30;border-radius:50%;display:inline-block;box-shadow:0 0 0 rgba(255,59,48,.4);animation:studioPulse 1.5s infinite}@keyframes studioPulse{0%{transform:scale(.95);box-shadow:0 0 0 0 rgba(255,59,48,.7)}70%{transform:scale(1);box-shadow:0 0 0 8px rgba(255,59,48,0)}100%{transform:scale(.95);box-shadow:0 0 0 0 rgba(255,59,48,0)}}