:root{--mob-topbar-h:56px;--mob-bottomnav-h:60px;--mob-radius:12px;--mob-radius-lg:20px;--mob-radius-xl:28px;--mob-shadow:0 2px 12px #00000014;--mob-shadow-up:0 -2px 16px #0000001a;--mob-transition:.2s cubic-bezier(.4, 0, .2, 1);--mob-transition-lg:.3s cubic-bezier(.4, 0, .2, 1);--mob-safe-top:env(safe-area-inset-top,0px);--mob-safe-bottom:env(safe-area-inset-bottom,0px);--mob-safe-left:env(safe-area-inset-left,0px);--mob-safe-right:env(safe-area-inset-right,0px)}.mob-shell{background:var(--bs-body-bg);height:100dvh;color:var(--bs-body-color);flex-direction:column;display:flex;overflow:hidden}.mob-topbar{z-index:1000;height:calc(var(--mob-topbar-h) + var(--mob-safe-top));padding-top:var(--mob-safe-top);background:var(--bs-body-bg);border-bottom:1px solid var(--bs-border-color);-webkit-backdrop-filter:blur(8px);background:color-mix(in srgb, var(--bs-body-bg) 92%, transparent);align-items:center;gap:4px;padding-left:4px;padding-right:4px;display:flex;position:fixed;top:0;left:0;right:0}.mob-topbar-btn{border-radius:var(--mob-radius);cursor:pointer;min-width:44px;min-height:44px;color:var(--bs-body-color);transition:background var(--mob-transition);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;text-decoration:none;display:flex;position:relative}.mob-topbar-btn:active{background:var(--bs-gray-200)}[data-bs-theme=dark] .mob-topbar-btn:active{background:var(--bs-gray-700)}.mob-topbar-center{flex:1;justify-content:center;align-items:center;min-width:0;padding:0 4px;display:flex}.mob-topbar-title{color:var(--bs-gray-900);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:16px;font-weight:600;line-height:1.2;overflow:hidden}.mob-topbar-logo{width:auto;height:26px}.mob-content{min-height:0;padding-top:calc(var(--mob-topbar-h) + var(--mob-safe-top));padding-bottom:calc(var(--mob-bottomnav-h) + var(--mob-safe-bottom) + 8px);padding-left:var(--mob-safe-left);padding-right:var(--mob-safe-right);-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;flex:1;overflow:hidden auto}.mob-toolbar-strip{scrollbar-width:none;border-bottom:1px solid var(--bs-border-color);background:var(--bs-body-bg);gap:8px;padding:10px 16px;display:flex;overflow-x:auto}.mob-toolbar-strip::-webkit-scrollbar{display:none}.mob-toolbar-strip .btn{white-space:nowrap;flex-shrink:0;min-height:36px;padding:7px 14px;font-size:13px}.mob-alerts{padding:12px 16px 0}.mob-alerts .alert{border-radius:var(--mob-radius);margin-bottom:8px;font-size:14px}.mob-page-body{padding:16px}.mob-license-banner{border-radius:var(--mob-radius);border:1px solid #0000;padding:12px 14px}.mob-license-banner--warning{background:color-mix(in srgb, var(--bs-warning) 12%, transparent);border-color:color-mix(in srgb, var(--bs-warning) 30%, transparent)}.mob-license-banner--danger{background:color-mix(in srgb, var(--bs-danger) 10%, transparent);border-color:color-mix(in srgb, var(--bs-danger) 25%, transparent)}.mob-license-banner--info{background:color-mix(in srgb, var(--bs-info) 10%, transparent);border-color:color-mix(in srgb, var(--bs-info) 25%, transparent)}.mob-bottomnav{z-index:1000;height:calc(var(--mob-bottomnav-h) + var(--mob-safe-bottom));padding-bottom:var(--mob-safe-bottom);background:var(--bs-body-bg);border-top:1px solid var(--bs-border-color);box-shadow:var(--mob-shadow-up);align-items:stretch;display:flex;position:fixed;bottom:0;left:0;right:0}.mob-bottomnav-inner{justify-content:space-around;align-items:center;width:100%;padding:0 4px;display:flex}.mob-nav-item{min-height:44px;color:var(--bs-gray-500);cursor:pointer;transition:color var(--mob-transition);border-radius:var(--mob-radius);-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;padding:6px 4px;text-decoration:none;display:flex;position:relative}.mob-nav-item.active{color:var(--bs-primary)}.mob-nav-item:active{background:color-mix(in srgb, var(--bs-primary) 8%, transparent)}.mob-nav-icon{justify-content:center;align-items:center;font-size:22px;line-height:1;display:flex}.mob-nav-label{letter-spacing:.02em;text-transform:uppercase;white-space:nowrap;font-size:10px;font-weight:600;line-height:1}.mob-nav-label--fileno{text-transform:none;letter-spacing:0;text-overflow:ellipsis;max-width:64px;overflow:hidden}.mob-nav-item.active:before{content:"";background:var(--bs-primary);border-radius:0 0 3px 3px;width:24px;height:3px;position:absolute;top:0;left:50%;transform:translate(-50%)}.mob-nav-badge{background:var(--bs-danger);color:#fff;pointer-events:none;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:9px;font-weight:700;line-height:1;display:flex;position:absolute;top:4px;right:calc(50% - 14px)}.mob-nav-fab{-webkit-tap-highlight-color:transparent;cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;min-height:44px;padding:4px;text-decoration:none;display:flex}.mob-nav-fab-icon{background:var(--bs-primary);color:#fff;width:46px;height:46px;box-shadow:0 4px 12px color-mix(in srgb, var(--bs-primary) 40%, transparent);transition:transform var(--mob-transition), box-shadow var(--mob-transition);border-radius:50%;justify-content:center;align-items:center;margin-top:-16px;font-size:22px;display:flex}.mob-nav-fab:active .mob-nav-fab-icon{box-shadow:0 2px 6px color-mix(in srgb, var(--bs-primary) 30%, transparent);transform:scale(.93)}.mob-nav-fab-label{letter-spacing:.02em;text-transform:uppercase;color:var(--bs-gray-500);font-size:10px;font-weight:600;line-height:1}.mob-nav-item--spacer{pointer-events:none;flex:1}.mob-sheet-overlay{z-index:1200;background:#00000080;align-items:flex-end;display:flex;position:fixed;inset:0}.mob-sheet{background:var(--bs-body-bg);width:100%;padding-bottom:calc(var(--mob-safe-bottom) + 8px);border-radius:20px 20px 0 0;box-shadow:0 -4px 32px #00000026}.mob-sheet-handle-wrap{cursor:pointer;justify-content:center;padding:12px 0 4px;display:flex}.mob-sheet-handle{background:var(--bs-gray-300);border-radius:2px;width:40px;height:4px}.mob-sheet-header{border-bottom:1px solid var(--bs-border-color);justify-content:space-between;align-items:center;padding:8px 20px 12px;display:flex}.mob-sheet-title{color:var(--bs-heading-color);font-size:16px;font-weight:700}.mob-sheet-close{cursor:pointer;background:0 0;border:none}.mob-sheet-body{padding:8px 0}.mob-sheet-item{cursor:pointer;text-align:left;width:100%;transition:background var(--mob-transition-base);background:0 0;border:none;align-items:center;gap:14px;padding:12px 20px;display:flex}.mob-sheet-item:active,.mob-sheet-item:hover{background:var(--bs-gray-100)}.mob-sheet-item-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.mob-sheet-item-text{flex:1;min-width:0}.mob-sheet-item-title{color:var(--bs-heading-color);font-size:15px;font-weight:600;line-height:1.3}.mob-sheet-item-sub{color:var(--bs-text-muted);margin-top:1px;font-size:12px}.mob-sheet-enter-active,.mob-sheet-leave-active{transition:opacity .25s}.mob-sheet-enter-active .mob-sheet,.mob-sheet-leave-active .mob-sheet{transition:transform .3s cubic-bezier(.32,.72,0,1)}.mob-sheet-enter-from,.mob-sheet-leave-to{opacity:0}.mob-sheet-enter-from .mob-sheet,.mob-sheet-leave-to .mob-sheet{transform:translateY(100%)}[data-bs-theme=dark] .mob-sheet{background:var(--bs-dark-bg-subtle,#1e1e2d)}[data-bs-theme=dark] .mob-sheet-item:hover{background:#ffffff0d}.mob-drawer-backdrop{z-index:1040;opacity:0;transition:opacity var(--mob-transition-lg);background:#00000073;position:fixed;inset:0}.mob-drawer-backdrop.open{opacity:1}.mob-drawer{z-index:1050;background:var(--bs-body-bg);border-radius:var(--mob-radius-xl) var(--mob-radius-xl) 0 0;box-shadow:var(--mob-shadow-up);padding-bottom:calc(16px + var(--mob-safe-bottom));transition:transform var(--mob-transition-lg);overscroll-behavior:contain;max-height:85dvh;position:fixed;bottom:0;left:0;right:0;overflow-y:auto;transform:translateY(100%)}.mob-drawer.open{transform:translateY(0)}.mob-drawer-handle{background:var(--bs-gray-300);border-radius:2px;width:36px;height:4px;margin:12px auto 20px}.mob-drawer-section{padding:0 8px 8px}.mob-drawer-section-label{text-transform:uppercase;letter-spacing:.08em;color:var(--bs-gray-500);padding:8px 12px 6px;font-size:11px;font-weight:700}.mob-drawer-item{border-radius:var(--mob-radius);color:var(--bs-body-color);cursor:pointer;text-align:left;width:100%;transition:background var(--mob-transition);-webkit-tap-highlight-color:transparent;background:0 0;border:none;align-items:center;gap:14px;min-height:50px;padding:13px 16px;font-size:15px;font-weight:500;text-decoration:none;display:flex}.mob-drawer-item:active,.mob-drawer-item.active{background:color-mix(in srgb, var(--bs-primary) 8%, transparent)}.mob-drawer-item.active{color:var(--bs-primary);font-weight:600}.mob-drawer-item-icon{background:var(--bs-light);width:36px;height:36px;color:var(--bs-gray-600);transition:background var(--mob-transition);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;display:flex}.mob-drawer-item.active .mob-drawer-item-icon{background:color-mix(in srgb, var(--bs-primary) 12%, transparent);color:var(--bs-primary)}.mob-drawer-item-text{flex:1;min-width:0}.mob-drawer-item-badge{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:10px;font-weight:700;display:flex}.mob-drawer-divider{background:var(--bs-border-color);height:1px;margin:4px 16px}.mob-theme-row{gap:8px;padding:8px 16px 12px;display:flex}.mob-theme-btn{border-radius:var(--mob-radius);background:var(--bs-light);cursor:pointer;color:var(--bs-gray-600);transition:all var(--mob-transition);-webkit-tap-highlight-color:transparent;border:2px solid #0000;flex-direction:column;flex:1;align-items:center;gap:6px;padding:12px 8px;font-size:12px;font-weight:600;display:flex}.mob-theme-btn.active{border-color:var(--bs-primary);color:var(--bs-primary);background:color-mix(in srgb, var(--bs-primary) 8%, transparent)}.mob-theme-btn i{font-size:20px}.mob-drawer-enter-active,.mob-drawer-leave-active{transition:opacity var(--mob-transition-lg)}.mob-drawer-enter-from,.mob-drawer-leave-to{opacity:0}.mob-stat-grid{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:20px;display:grid}.mob-stat-card{border-radius:var(--mob-radius);flex-direction:column;gap:4px;padding:14px 16px;display:flex;position:relative;overflow:hidden}.mob-stat-card:after{content:"";background:#ffffff1f;border-radius:50%;width:56px;height:56px;position:absolute;bottom:-8px;right:-8px}.mob-stat-number{color:#fff;letter-spacing:-.02em;font-size:28px;font-weight:800;line-height:1}.mob-stat-label{color:#ffffffd9;font-size:12px;font-weight:600;line-height:1.2}.mob-stat-sub{color:#ffffffa6;margin-top:2px;font-size:11px}.mob-section-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.mob-section-title{color:var(--bs-gray-800);font-size:15px;font-weight:700}.mob-section-link{color:var(--bs-primary);font-size:13px;font-weight:600;text-decoration:none}.mob-deadline-list{flex-direction:column;gap:8px;margin-bottom:24px;display:flex}.mob-deadline-item{border-radius:var(--mob-radius);background:var(--bs-body-bg);border:1px solid var(--bs-border-color);transition:transform var(--mob-transition), box-shadow var(--mob-transition);-webkit-tap-highlight-color:transparent;border-left:4px solid #0000;align-items:center;gap:12px;min-height:64px;padding:12px 14px;text-decoration:none;display:flex}.mob-deadline-item:active{transform:scale(.985)}.mob-deadline-item.danger{border-left-color:var(--bs-danger)}.mob-deadline-item.warning{border-left-color:var(--bs-warning)}.mob-deadline-item.info{border-left-color:var(--bs-primary)}.mob-deadline-counter{text-align:center;flex-shrink:0;width:44px}.mob-deadline-num{letter-spacing:-.02em;font-size:22px;font-weight:800;line-height:1}.mob-deadline-unit{text-transform:uppercase;letter-spacing:.04em;margin-top:2px;font-size:9px;font-weight:700}.mob-deadline-divider{background:var(--bs-border-color);flex-shrink:0;width:1px;height:36px}.mob-deadline-info{flex:1;min-width:0}.mob-deadline-num-text{color:var(--bs-gray-800);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;overflow:hidden}.mob-deadline-court{color:var(--bs-gray-500);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:12px;overflow:hidden}.mob-recent-list{background:var(--bs-body-bg);border:1px solid var(--bs-border-color);border-radius:var(--mob-radius);flex-direction:column;gap:0;margin-bottom:24px;display:flex;overflow:hidden}.mob-recent-item{border-bottom:1px solid var(--bs-border-color);transition:background var(--mob-transition);-webkit-tap-highlight-color:transparent;align-items:center;gap:12px;min-height:60px;padding:13px 16px;text-decoration:none;display:flex}.mob-recent-item:last-child{border-bottom:none}.mob-recent-item:active{background:color-mix(in srgb, var(--bs-primary) 5%, transparent)}.mob-recent-icon{background:color-mix(in srgb, var(--bs-primary) 12%, transparent);width:36px;height:36px;color:var(--bs-primary);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;display:flex}.mob-recent-num{color:var(--bs-gray-800);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;overflow:hidden}.mob-recent-court{color:var(--bs-gray-500);white-space:nowrap;text-overflow:ellipsis;margin-top:1px;font-size:12px;overflow:hidden}.mob-onboarding{background:var(--bs-body-bg);border:1px solid var(--bs-border-color);border-radius:var(--mob-radius-lg);margin-bottom:20px;padding:24px 20px}.mob-onboarding-steps{flex-direction:column;gap:14px;margin:20px 0;display:flex}.mob-onboarding-step{align-items:flex-start;gap:12px;display:flex}.mob-onboarding-num{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;margin-top:1px;font-size:12px;font-weight:700;display:flex}.mob-info-strip{scrollbar-width:none;gap:8px;margin-bottom:24px;display:flex;overflow-x:auto}.mob-info-strip::-webkit-scrollbar{display:none}.mob-info-chip{border-radius:var(--mob-radius);background:var(--bs-body-bg);border:1px solid var(--bs-border-color);white-space:nowrap;flex-shrink:0;align-items:center;gap:8px;padding:10px 14px;display:flex}.mob-search-bar{margin-bottom:12px}.mob-search-bar .form-control{background:var(--bs-light);border:none;border-radius:50px;height:44px;padding-left:44px;font-size:15px;position:relative}.mob-search-wrap{margin-bottom:12px;position:relative}.mob-search-wrap i{pointer-events:none;z-index:1;color:var(--bs-gray-500);font-size:18px;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.mob-search-wrap .form-control{border:1.5px solid var(--bs-border-color);background:var(--bs-body-bg);height:44px;color:var(--bs-body-color);border-radius:50px;padding-left:44px;font-size:15px}.mob-search-wrap .form-control:focus{border-color:var(--bs-primary);box-shadow:0 0 0 3px color-mix(in srgb, var(--bs-primary) 15%, transparent)}.mob-filter-chips{scrollbar-width:none;gap:8px;margin-bottom:16px;padding-bottom:4px;display:flex;overflow-x:auto}.mob-filter-chips::-webkit-scrollbar{display:none}.mob-chip{border:1.5px solid var(--bs-border-color);background:var(--bs-body-bg);color:var(--bs-gray-600);white-space:nowrap;cursor:pointer;transition:all var(--mob-transition);-webkit-tap-highlight-color:transparent;border-radius:50px;align-items:center;min-height:36px;padding:7px 16px;font-size:13px;font-weight:600;display:inline-flex}.mob-chip.active{background:var(--bs-primary);border-color:var(--bs-primary);color:#fff}.mob-file-list{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.mob-file-card{background:var(--bs-body-bg);border:1px solid var(--bs-border-color);border-radius:var(--mob-radius);transition:transform var(--mob-transition), box-shadow var(--mob-transition);-webkit-tap-highlight-color:transparent;align-items:center;gap:12px;min-height:72px;padding:14px;text-decoration:none;display:flex;overflow:hidden}.mob-file-card--stacked{flex-direction:column;align-items:stretch;gap:10px;min-height:auto}.mob-file-card:active{box-shadow:var(--mob-shadow);transform:scale(.985)}.mob-file-icon{background:color-mix(in srgb, var(--bs-primary) 12%, transparent);width:44px;height:44px;color:var(--bs-primary);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:20px;display:flex}.mob-file-icon.overdue{background:color-mix(in srgb, var(--bs-danger) 12%, transparent);color:var(--bs-danger)}.mob-file-num{color:var(--bs-gray-800);white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:700;overflow:hidden}.mob-file-meta{color:var(--bs-gray-500);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:12px;overflow:hidden}.mob-file-right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:5px;display:flex}.mob-file-date{color:var(--bs-gray-500);font-size:12px;font-weight:600}.mob-page-hero{background:color-mix(in srgb, var(--bs-primary) 8%, transparent);border-radius:var(--mob-radius-lg);align-items:center;gap:12px;margin-bottom:16px;padding:16px;display:flex}.mob-page-hero-icon{border-radius:var(--mob-radius);background:var(--bs-primary);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;display:flex}.mob-file-header{background:var(--bs-body-bg);border:1px solid var(--bs-border-color);border-radius:var(--mob-radius-lg);margin-bottom:12px;padding:16px}.mob-file-header-num{color:var(--bs-gray-800);letter-spacing:-.02em;font-size:20px;font-weight:800;line-height:1.2}.mob-file-header-sub{color:var(--bs-gray-500);white-space:nowrap;text-overflow:ellipsis;margin-top:3px;font-size:13px;overflow:hidden}.mob-deadline-banner{border-radius:var(--mob-radius);align-items:center;gap:10px;margin-bottom:12px;padding:11px 14px;font-size:13px;font-weight:600;display:flex}.mob-tab-scroll{scrollbar-width:none;border-bottom:1px solid var(--bs-border-color);background:var(--bs-body-bg);gap:0;margin:0 -16px 20px;padding:0 12px;display:flex;overflow-x:auto}.mob-tab-scroll::-webkit-scrollbar{display:none}.mob-tab-btn{white-space:nowrap;color:var(--bs-gray-500);cursor:pointer;transition:color var(--mob-transition), border-color var(--mob-transition);-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-bottom:2.5px solid #0000;flex-shrink:0;align-items:center;gap:5px;min-height:44px;margin-bottom:-1px;padding:12px;font-size:13px;font-weight:600;display:inline-flex}.mob-tab-btn.active{color:var(--bs-primary);border-bottom-color:var(--bs-primary)}.mob-tab-badge{background:color-mix(in srgb, var(--bs-primary) 15%, transparent);min-width:18px;height:18px;color:var(--bs-primary);transition:background var(--mob-transition), color var(--mob-transition);border-radius:9px;justify-content:center;align-items:center;padding:0 5px;font-size:10px;font-weight:700;display:inline-flex}.mob-tab-btn.active .mob-tab-badge{background:var(--bs-primary);color:#fff}.mob-info-list{background:var(--bs-body-bg);border:1px solid var(--bs-border-color);border-radius:var(--mob-radius);margin-bottom:16px;overflow:hidden}.mob-info-row{border-bottom:1px solid var(--bs-border-color);align-items:flex-start;gap:12px;min-height:52px;padding:13px 16px;display:flex}.mob-info-row:last-child{border-bottom:none}.mob-info-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-top:1px;font-size:16px;display:flex}.mob-info-label{color:var(--bs-gray-500);text-transform:uppercase;letter-spacing:.04em;margin-bottom:2px;font-size:11px;font-weight:600}.mob-info-value{color:var(--bs-gray-800);word-break:break-word;font-size:14px;font-weight:600}.mob-person-list{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.mob-person-item{background:var(--bs-body-bg);border:1px solid var(--bs-border-color);border-radius:var(--mob-radius);padding:14px}.mob-person-top{align-items:center;gap:12px;margin-bottom:12px;display:flex}.mob-person-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:700;display:flex}.mob-person-name{color:var(--bs-gray-800);text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:700;text-decoration:none;overflow:hidden}.mob-person-name:hover{color:var(--bs-primary)}.mob-person-title{color:var(--bs-gray-500);margin-top:1px;font-size:12px}.mob-progress-wrap{align-items:center;gap:10px;display:flex}.mob-progress-bar-bg{background:var(--bs-gray-200);border-radius:3px;flex:1;height:5px;overflow:hidden}.mob-progress-bar{border-radius:3px;height:100%;transition:width .5s cubic-bezier(.4,0,.2,1)}.mob-doc-list{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.mob-doc-item{background:var(--bs-body-bg);border:1px solid var(--bs-border-color);border-radius:var(--mob-radius);align-items:center;gap:12px;padding:14px;display:flex}.mob-doc-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex}.mob-doc-title{color:var(--bs-gray-800);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;overflow:hidden}.mob-doc-sub{color:var(--bs-gray-500);margin-top:2px;font-size:12px}.mob-offer-list,.mob-report-list{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.mob-offer-card,.mob-report-card{background:var(--bs-body-bg);border:1px solid var(--bs-border-color);border-radius:var(--mob-radius);padding:14px}.mob-form-header{background:var(--bs-body-bg);border:1px solid var(--bs-border-color);border-radius:var(--mob-radius);align-items:center;gap:12px;margin-bottom:12px;padding:14px;display:flex}.mob-form-header-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex}.mob-form-header-title{color:var(--bs-gray-800);white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:700;overflow:hidden}.mob-form-header-sub{color:var(--bs-gray-500);white-space:nowrap;text-overflow:ellipsis;margin-top:1px;font-size:12px;overflow:hidden}.mob-step-bar{background:var(--bs-gray-200);border-radius:2px;height:4px;margin-bottom:6px;overflow:hidden}.mob-step-bar-fill{background:var(--bs-primary);border-radius:2px;height:100%;transition:width .35s cubic-bezier(.4,0,.2,1)}.mob-step-bar-fill--warning{background:var(--bs-warning)}.mob-step-bar-fill--success{background:var(--bs-success)}.mob-step-info{color:var(--bs-gray-500);justify-content:space-between;margin-bottom:20px;font-size:12px;display:flex}@media (width<=991.98px){.card-body.p-10,.card-body.p-10.p-lg-15{padding:20px 16px!important}.stepper .btn-lg{padding-left:16px;padding-right:16px}.mb-8.pb-8.border-bottom{margin-bottom:20px!important;padding-bottom:16px!important}.mob-shell .card{border-radius:var(--mob-radius)}.mob-shell .fs-2x{font-size:1.6rem!important}.mob-shell .fs-3x{font-size:2rem!important}.mob-shell input,.mob-shell select,.mob-shell textarea{font-size:16px!important}.mob-shell .form-control,.mob-shell .form-select{border-radius:var(--mob-radius);min-height:46px}.mob-shell .btn{border-radius:var(--mob-radius);min-height:44px}.mob-shell .btn-sm{min-height:36px;font-size:13px}.mob-shell .table-responsive{border-radius:var(--mob-radius)}.mob-shell .alert{border-radius:var(--mob-radius);font-size:14px}.mob-shell .card-header,.mob-shell .card-body{padding:16px}}.mob-nav-loading{z-index:2000;pointer-events:none;position:fixed;top:0;left:0;right:0}.mob-nav-loading-bar{background:linear-gradient(90deg, var(--bs-primary) 0%, var(--bs-info) 100%);transform-origin:0;height:3px;animation:1.8s ease-in-out infinite mob-bar-progress}@keyframes mob-bar-progress{0%{opacity:1;transform:scaleX(0)}60%{opacity:1;transform:scaleX(.75)}90%{opacity:1;transform:scaleX(.92)}to{opacity:1;transform:scaleX(.92)}}.mob-nav-fade-enter-active{transition:opacity .1s}.mob-nav-fade-leave-active{transition:opacity .25s}.mob-nav-fade-enter-from,.mob-nav-fade-leave-to{opacity:0}.mob-page-body{transition:opacity .18s,transform .18s}.mob-page-body--nav{opacity:.55;pointer-events:none;transform:scale(.985)}
