.panel-layout{min-height:100vh;background:var(--panel-background);transition:color .16s ease,background-color .16s ease}.panel-navigation{gap:8px;margin-inline-start:auto}[dir=rtl] .panel-navigation{margin-inline-start:0;margin-inline-end:auto}.mobile-navigation{position:fixed;right:0;bottom:0;left:0;z-index:1030;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));padding:6px 6px calc(6px + env(safe-area-inset-bottom));background:var(--panel-surface);border-top:1px solid var(--panel-border);box-shadow:0 -2px 10px var(--panel-shadow)}.mobile-navigation__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-width:0;min-height:48px;padding:6px 3px;color:var(--panel-text-muted);font-size:12px;line-height:1.25;text-align:center;text-decoration:none;border:0;border-radius:8px;background:transparent}.mobile-navigation__icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mobile-navigation__item.active{color:var(--panel-accent-text);background:var(--panel-accent-soft);font-weight:600}.mobile-navigation__logout{font-family:inherit}.mobile-create{position:relative;min-width:0}.mobile-create__button{width:100%;color:var(--panel-accent-text);font-family:inherit}.mobile-create__icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding-bottom:3px;color:var(--panel-event-text);background:var(--panel-accent);border-radius:50%;font-size:25px;line-height:1;transition:transform .2s ease}.mobile-create__button--open .mobile-create__icon{transform:rotate(45deg)}.mobile-create__menu{position:absolute;inset-inline-start:50%;bottom:calc(100% + 10px);z-index:1040;display:flex;flex-direction:column;width:160px;padding:8px;background:var(--panel-surface);border:1px solid var(--panel-border);border-radius:12px;box-shadow:0 8px 24px var(--panel-shadow-strong);transform:translate(-50%)}[dir=rtl] .mobile-create__menu{transform:translate(50%)}.mobile-create__menu button{padding:10px 12px;color:var(--panel-text);text-align:start;background:transparent;border:0;border-radius:8px}.mobile-create__menu button:hover{color:var(--panel-accent-text);background:var(--panel-accent-soft)}@media(max-width:991.98px){.panel-layout{padding-top:54px;padding-bottom:calc(61px + env(safe-area-inset-bottom))}}
