:root{--bg: #0f1923;--card: #1a2535;--card2: #212f42;--border: rgba(245,158,11,.15);--accent: #f59e0b;--accent-dark: #d97706;--text: #f0f4f8;--sub: #94a3b8;--muted: #64748b;--green: #10b981;--red: #ef4444;--blue: #3b82f6;--nav-h: 60px;--sidebar-w: 220px;color-scheme:dark}html{-webkit-text-size-adjust:100%;text-size-adjust:100%;font-size:16px}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit}select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:14px;padding-right:36px!important;cursor:pointer;line-height:1.4}select option{background:var(--card);color:var(--text)}select option:checked,select option:hover{background:var(--card2);color:var(--text)}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:99px}.fm-shell{position:relative;min-height:100vh}.fm-body{display:flex;flex-direction:column;min-height:100vh}.fm-header{position:sticky;top:0;z-index:100;flex-shrink:0}.fm-main{flex:1}.fm-sidebar{display:none;flex-direction:column;position:fixed;top:0;left:0;bottom:0;width:var(--sidebar-w);background:var(--card);border-right:1px solid var(--border);z-index:110;overflow:hidden}.fm-sidebar-logo{padding:16px 16px 12px;border-bottom:1px solid var(--border);flex-shrink:0}.fm-sidebar-nav{flex:1;overflow-y:auto;padding:6px 8px}.fm-sidebar-footer{flex-shrink:0;padding:12px 16px;border-top:1px solid var(--border)}.fm-sidebar-item{display:flex;align-items:center;gap:10px;padding:9px 12px;border:none;background:none;color:var(--muted);font-size:.82rem;font-weight:600;cursor:pointer;width:100%;text-align:left;border-radius:10px;transition:background .12s,color .12s;white-space:nowrap}.fm-sidebar-item:hover{background:var(--card2);color:var(--text)}.fm-sidebar-item.active{background:#f59e0b1f;color:var(--accent);font-weight:700}.fm-sidebar-item .icon{font-size:1.1rem;flex-shrink:0;width:22px;text-align:center}.fm-bottom-nav{display:flex}@media (min-width: 1024px){.fm-sidebar{display:flex}.fm-body{margin-left:var(--sidebar-w)}.fm-main{padding-bottom:24px}.fm-bottom-nav{display:none!important}}
