:root{--app-bg: var(--fx-bg);--content-bg: var(--fx-surface);--sidebar-bg: var(--fx-surface);--footer-bg: var(--fx-surface);--border: var(--fx-border);--Shadow: var(--fx-shadow);--sidebar-width: 260px}html,body{min-height:100%;background:var(--app-bg)}body{display:block}.fx-app{min-height:100dvh;display:flex;align-items:stretch;background:var(--app-bg)}.fx-app.no-sidebar{--sidebar-width: 0px}.fx-sidebar{flex:0 0 var(--sidebar-width);width:var(--sidebar-width);min-width:180px;max-width:420px;background:var(--sidebar-bg);border-right:1px solid var(--border);box-shadow:none;position:sticky;top:0;height:100dvh;display:flex;flex-direction:column;overflow:hidden;z-index:10}.fx-sidebar-scroll{flex:1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;background:var(--sidebar-bg)}.fx-sidebar-resizer{position:absolute;top:0;right:0;width:6px;height:100%;cursor:ew-resize;background:transparent}.fx-sidebar-resizer:hover{background:#0000000f}.fx-sidebar .fx-sb-section{padding:16px 18px}.fx-sidebar .fx-sb-section+.fx-sb-section{border-top:1px solid var(--border)}.fx-sidebar .fx-sb-header{font-size:12px;font-weight:600;opacity:.75;letter-spacing:.04em;margin-bottom:8px}.fx-sidebar a{text-decoration:none}.fx-sidebar .fx-sb-link{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px}.fx-sidebar .fx-sb-link[aria-current=page]{background:var(--fx-accent-soft)}.fx-sidebar .fx-nav a.fx-nav-item.active,.fx-sidebar .fx-nav a.fx-nav-item.active:hover,.fx-sidebar .fx-nav a.fx-nav-item.active:focus,.fx-sidebar .fx-nav a.fx-nav-item.active:focus-visible{background:#6a7bff26;color:var(--fx-text)}.fx-sb-sticky{margin-top:16px}.fx-content{flex:1 1 auto;display:flex;flex-direction:column;min-width:0;background:transparent}.fx-main{flex:1 1 auto;background:var(--content-bg);box-shadow:var(--Shadow);border-left:1px solid transparent}.fx-main .fx-page{padding:24px}@media (max-width: 768px){.fx-main .fx-page{padding:12px 16px 24px}}.fx-footer{margin-top:auto;background:var(--footer-bg);border-top:1px solid var(--border)}.fx-footer .fx-footer-inner{max-width:1280px;margin:0 auto;padding:14px 20px;display:flex;align-items:center;justify-content:space-between}.fx-main-split{display:grid;grid-template-columns:3fr 2fr;gap:18px;margin-top:18px;align-items:flex-start}.fx-col-left,.fx-col-right{min-width:0}.fx-sidebar,.fx-main,.fx-footer{background-clip:padding-box}footer,.footer,.site-footer{position:static;inset:auto;width:auto}@media (max-width: 1024px){.fx-app{flex-direction:column}.fx-sidebar{position:fixed;top:0;left:0;bottom:0;width:280px;max-width:85vw;height:100dvh;flex:none;z-index:9998;border-right:1px solid var(--border);transform:translate(-100%);transition:transform .28s cubic-bezier(.22,.61,.36,1);overflow:hidden}html.fx-sidebar-open .fx-sidebar{transform:translate(0)}.fx-sidebar-scroll{position:static;max-height:none;overflow-y:auto;-webkit-overflow-scrolling:touch}.fx-sidebar-resizer{display:none}.fx-sidebar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9997;background:#00000073;opacity:0;pointer-events:none;transition:opacity .25s ease}html.fx-sidebar-open .fx-sidebar-overlay{opacity:1;pointer-events:auto}.fx-main-split{grid-template-columns:1fr}}.fx-mobile-header{display:none}@media (max-width: 1024px){.fx-mobile-header{display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:40;height:48px;padding:0 14px;background:var(--fx-surface, #fff);border-bottom:1px solid var(--fx-border, #e2e5ee);flex-shrink:0}.fx-mobile-header__burger,.fx-mobile-header__profile{display:none!important}.fx-mobile-header__logo{position:static;transform:none;display:flex;align-items:center;height:100%}.fx-mobile-header__logo img{height:26px;width:auto;display:block}.fx-mobile-header__logo .fx-logo-dark,html[data-theme=dark] .fx-mobile-header__logo .fx-logo-light{display:none}html[data-theme=dark] .fx-mobile-header__logo .fx-logo-dark{display:block}.fx-sidebar{transform:translate(-100%)!important;pointer-events:none;visibility:hidden}html.fx-sidebar-open .fx-sidebar{transform:translate(-100%)!important}.fx-sidebar-overlay{display:none!important}}
