.mobile-bar{display:none}@media(max-width:767.98px){.mobile-bar{display:flex!important;position:fixed;bottom:0;left:0;right:0;width:100%;max-width:100vw;box-sizing:border-box;background:#131326;padding:10px 12px;padding-bottom:calc(10px + env(safe-area-inset-bottom,0px));gap:8px;box-shadow:0 -2px 10px rgba(0,0,0,.3);z-index:1040}.mobile-bar-btn{flex:1;border:none;border-radius:10px;padding:12px 8px;font-size:11px;font-weight:500;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;background:#1f1f3d;color:#fff;cursor:pointer;min-width:0;overflow:hidden;transition:background-color .2s ease;text-decoration:none}.mobile-bar-btn:active{background:#2d2d4a}.mobile-bar-btn.active{background:#2d2d4a}.mobile-bar-btn svg{width:18px;height:18px;flex-shrink:0}.mobile-bar-btn i{font-size:18px;flex-shrink:0}.mobile-bar-btn span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.mobile-bar-btn--primary{background:var(--falcon-primary)}.mobile-bar-btn--primary:active{background:var(--falcon-primary);filter:brightness(1.2)}.mobile-bar-btn--success{background:#1a5f2a}.mobile-bar-btn--success:active{background:#237a36}.mobile-bar-btn--danger{background:#5f1a1a}.mobile-bar-btn--danger:active{background:#7a2323}.mobile-bar-btn--info{background:#1a4a5f}.mobile-bar-btn--info:active{background:#236a7a}.mobile-bar-btn--highlight.active{background:#3b82f6}.mobile-bar-btn--selected.active{background:rgba(59,130,246,.3);color:#60a5fa}.mobile-bar--stacked{flex-direction:column;gap:0}.mobile-bar-row{display:flex;padding:10px 12px;gap:8px}.mobile-bar-row:first-child{border-bottom:1px solid rgba(255,255,255,6%)}.mobile-bar-select{width:100%;height:44px;background:#1a1a2e;border:1px solid rgba(255,255,255,8%);border-radius:10px;padding:10px 40px 10px 16px;color:#fff;font-size:13px;cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' fill-opacity='0.5' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center}.mobile-bar-dropdown{flex:1;position:relative}.mobile-bar-dropdown>.mobile-bar-btn{width:100%}.mobile-bar-dropdown-menu{display:none;position:absolute;bottom:100%;left:50%;transform:translateX(-50%);min-width:200px;background:#1a1a2e;border-radius:12px;margin-bottom:8px;padding:8px;flex-direction:column;gap:4px;box-shadow:0 -4px 20px rgba(0,0,0,.4);z-index:1041}.mobile-bar-dropdown-menu.show{display:flex}.mobile-bar-dropdown-menu .mobile-bar-btn{flex:none;flex-direction:row;justify-content:flex-start;gap:10px;padding:12px 14px}.mobile-bar-dropdown-menu .mobile-bar-btn svg{width:16px;height:16px}.mobile-bar-badge{background:#2c7be5;color:#fff;font-size:11px;padding:2px 7px;border-radius:10px;font-weight:600;margin-left:4px}}