html[data-device=mobile]{--mobile-bg: #eff2f7;--mobile-surface: #ffffff;--mobile-surface-soft: #f7f8fb;--mobile-border: rgba(15, 23, 42, .08);--mobile-border-strong: rgba(15, 23, 42, .14);--mobile-text: #111827;--mobile-text-muted: #667085;--mobile-primary: #2f7dff;--mobile-primary-strong: #1765ef;--mobile-danger: #e5484d;--safe-top: env(safe-area-inset-top, 0px);--safe-right: env(safe-area-inset-right, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-left: env(safe-area-inset-left, 0px);--page-pad: 14px;--tabbar-height: 62px;--topbar-height: 52px;--radius-sm: 10px;--radius-md: 14px;--radius-lg: 18px;--card-shadow: 0 6px 22px rgba(2, 8, 20, .08);--ease-native: cubic-bezier(.2, .7, .15, 1);--duration-fast: .18s;--duration-md: .22s}html[data-device=mobile],html[data-device=mobile] body,html[data-device=mobile] #root{height:100%}html[data-device=mobile] body{margin:0;background:var(--mobile-bg);color:var(--mobile-text);overscroll-behavior:none;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}html[data-device=mobile] *{scrollbar-width:thin;scrollbar-color:rgba(60,77,110,.28) transparent}html[data-device=mobile] *::-webkit-scrollbar{width:4px;height:4px}html[data-device=mobile] *::-webkit-scrollbar-thumb{background:#3c4d6e3d;border-radius:99px}.mobile-layout{position:relative;display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;background:linear-gradient(180deg,#f9fbff 0%,var(--mobile-bg) 36%);overflow:hidden}.mobile-layout-legacy{background:#f5f5f5}.mobile-topbar{position:sticky;top:0;z-index:30;display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;height:calc(var(--topbar-height) + var(--safe-top));padding-top:var(--safe-top);padding-left:calc(var(--page-pad) + var(--safe-left));padding-right:calc(var(--page-pad) + var(--safe-right));border-bottom:1px solid rgba(15,23,42,.06);-webkit-backdrop-filter:saturate(180%) blur(14px);backdrop-filter:saturate(180%) blur(14px);background:#f9fbffdb}.mobile-topbar-title{text-align:center;font-size:16px;letter-spacing:.2px;font-weight:700;color:var(--mobile-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-topbar-btn{width:44px;height:44px;border:none;border-radius:999px;font-size:18px;color:#2d3648;background:transparent;display:inline-flex;justify-content:center;align-items:center;transition:transform var(--duration-fast) var(--ease-native),background-color var(--duration-fast) var(--ease-native),opacity var(--duration-fast) var(--ease-native)}.mobile-topbar-btn.ghosted{opacity:0;pointer-events:none}.mobile-topbar-btn:active{transform:scale(.94);background:#1a418c14}.mobile-content{flex:1;overflow-y:auto;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;padding-bottom:calc(var(--tabbar-height) + var(--safe-bottom) + 10px)}.mobile-route-screen{min-height:100%;animation:mobileRouteEnter var(--duration-md) var(--ease-native)}@keyframes mobileRouteEnter{0%{opacity:0;transform:translate3d(0,8px,0)}to{opacity:1;transform:translateZ(0)}}.mobile-page{padding:12px calc(var(--page-pad) + var(--safe-right)) 18px calc(var(--page-pad) + var(--safe-left))}.mobile-page-header{margin-bottom:12px}.mobile-page-header h2{margin:0;font-size:21px;line-height:1.2;color:var(--mobile-text)}.mobile-page-header p{margin:6px 0 0;color:var(--mobile-text-muted);font-size:13px}.mobile-stack{display:flex;flex-direction:column;gap:12px}.mobile-surface-card{background:var(--mobile-surface);border-radius:var(--radius-md);border:1px solid var(--mobile-border);box-shadow:var(--card-shadow)}.mobile-hero-card{background:radial-gradient(circle at 0% 0%,#fff 20%,#eef4ff 70%);border-radius:var(--radius-lg);border:1px solid rgba(109,136,186,.22);padding:14px;box-shadow:0 12px 30px #1f345f1f}.mobile-kv-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mobile-kv-item{border-radius:12px;padding:10px;background:#ffffffb8;border:1px solid rgba(98,120,168,.18)}.mobile-kv-label{color:var(--mobile-text-muted);font-size:12px;line-height:1.2}.mobile-kv-value{margin-top:4px;font-size:16px;line-height:1.25;font-weight:700;color:var(--mobile-text)}.mobile-tabbar{position:fixed;bottom:0;left:0;right:0;z-index:40;display:grid;grid-template-columns:repeat(5,1fr);align-items:end;height:calc(var(--tabbar-height) + var(--safe-bottom));padding-bottom:var(--safe-bottom);background:linear-gradient(180deg,#fafcfff0,#f8fafffa);border-top:1px solid rgba(15,23,42,.08);-webkit-backdrop-filter:blur(18px) saturate(180%);backdrop-filter:blur(18px) saturate(180%)}.mobile-tabbar-item{position:relative;min-height:var(--tabbar-height);border:none;background:transparent;color:#8a93a6;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;-webkit-user-select:none;user-select:none;transition:color var(--duration-fast) var(--ease-native),transform var(--duration-fast) var(--ease-native)}.mobile-tabbar-item:active{transform:scale(.95)}.mobile-tabbar-item.active{color:var(--mobile-primary-strong)}.mobile-tabbar-indicator{position:absolute;top:3px;left:50%;width:18px;height:3px;border-radius:999px;transform:translate(-50%) scaleX(0);background:var(--mobile-primary);transition:transform var(--duration-fast) var(--ease-native)}.mobile-tabbar-item.active .mobile-tabbar-indicator{transform:translate(-50%) scaleX(1)}.mobile-tabbar-icon{font-size:20px;line-height:1}.mobile-tabbar-label{font-size:10px;line-height:1;letter-spacing:.2px}.mobile-quick-actions{display:flex;gap:10px;margin:12px 0}.mobile-quick-actions .ant-btn{flex:1;height:44px;border-radius:12px;font-weight:600}.mobile-stats-bar{display:flex;background:var(--mobile-surface);border-radius:var(--radius-md);border:1px solid var(--mobile-border);box-shadow:var(--card-shadow);margin-bottom:12px;overflow:hidden}.mobile-stats-bar .mobile-stat-item{flex:1;text-align:center;padding:14px 4px 12px;border-right:1px solid rgba(22,35,64,.08)}.mobile-stats-bar .mobile-stat-item:last-child{border-right:none}.mobile-stat-value{font-size:22px;font-weight:700;color:#101727;line-height:1}.mobile-stat-label{margin-top:6px;font-size:11px;line-height:1;color:var(--mobile-text-muted)}.mobile-filter-bar{position:sticky;top:calc(var(--topbar-height) + var(--safe-top) + 8px);z-index:6;margin-bottom:10px;padding-top:2px;background:transparent}.mobile-filter-bar .ant-segmented{width:100%;border-radius:12px;background:#ffffffb8;border:1px solid var(--mobile-border);box-shadow:0 5px 16px #0911210f}.mobile-task-card,.mobile-result-card,.mobile-item-card,.mobile-detail-header{background:var(--mobile-surface);border-radius:var(--radius-md);border:1px solid var(--mobile-border);box-shadow:var(--card-shadow)}.mobile-task-card{padding:12px;margin-bottom:10px}.mobile-task-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:8px}.mobile-task-card-name{display:inline-flex;align-items:center;gap:6px;max-width:100%;color:var(--mobile-primary-strong);font-size:15px;font-weight:700;cursor:pointer;min-height:24px}.mobile-task-card-meta{display:flex;gap:10px;font-size:12px;color:var(--mobile-text-muted);margin-bottom:10px}.mobile-task-card-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(72px,1fr));gap:8px;padding-top:10px;border-top:1px solid rgba(18,28,48,.08)}.mobile-task-card-actions .ant-btn{width:100%;min-height:34px;border-radius:10px;font-size:12px}.mobile-result-card{margin-bottom:10px;padding:12px;cursor:pointer;transition:transform var(--duration-fast) var(--ease-native),box-shadow var(--duration-fast) var(--ease-native)}.mobile-result-card:active{transform:scale(.99)}.mobile-result-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.mobile-result-card-title{font-size:15px;font-weight:700}.mobile-result-card-details{display:flex;flex-wrap:wrap;gap:8px 12px;font-size:13px;color:#3a4457;margin-bottom:4px}.mobile-result-card-time{font-size:12px;color:var(--mobile-text-muted)}.mobile-detail-header{padding:12px;margin-bottom:10px}.mobile-detail-title{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:700;line-height:1.2;color:#151f2f;margin-bottom:6px}.mobile-detail-subtitle{font-size:12px;color:var(--mobile-text-muted);margin-bottom:10px}.mobile-detail-actions{display:flex;flex-wrap:wrap;gap:8px}.mobile-detail-actions .ant-btn{border-radius:10px;min-height:34px;font-size:12px}.mobile-item-card{display:flex;justify-content:space-between;align-items:center;padding:11px 12px;margin-bottom:8px}.mobile-item-toolbar{display:flex;flex-wrap:wrap;gap:8px}.mobile-item-toolbar .ant-btn{border-radius:10px}.mobile-item-editor{width:100%}.mobile-item-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.mobile-item-field{display:flex;flex-direction:column;gap:4px}.mobile-item-field-label{font-size:12px;color:var(--mobile-text-muted);font-weight:600;line-height:1.2}.mobile-item-actions{display:flex;justify-content:space-between;gap:8px}.mobile-item-actions .ant-btn{min-width:110px;border-radius:10px}.mobile-item-card-name{color:#1e2a3b;font-size:14px;font-weight:600}.mobile-item-card-info{display:flex;flex-wrap:wrap;gap:10px;font-size:12px;color:#4e596f}.mobile-section-title{margin:14px 2px 10px;color:#1a2334;font-size:15px;line-height:1;font-weight:700}.mobile-bottom-actions{position:sticky;bottom:calc(var(--tabbar-height) + var(--safe-bottom) + 8px);z-index:8;margin-top:14px;padding:8px;border-radius:14px;border:1px solid rgba(22,46,86,.12);background:#fdfeffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 22px #0d1c381a}.mobile-bottom-actions .ant-btn{height:44px;border-radius:10px;font-weight:700}.mobile-empty{padding:24px 12px;color:var(--mobile-text-muted);text-align:center}html[data-device=mobile] .ant-card,html[data-device=mobile] .ant-modal-content,html[data-device=mobile] .ant-alert{border-radius:var(--radius-md)}html[data-device=mobile] .ant-card{border-color:var(--mobile-border)}html[data-device=mobile] .ant-card-body{padding:12px}html[data-device=mobile] .ant-btn{min-height:40px}html[data-device=mobile] .ant-btn-sm{min-height:32px}html[data-device=mobile] .ant-input,html[data-device=mobile] .ant-input-number,html[data-device=mobile] .ant-select-selector,html[data-device=mobile] .ant-picker{border-radius:10px!important}html[data-device=mobile] .mobile-item-editor .ant-input-number{width:100%}html[data-device=mobile] .mobile-item-editor .ant-input-number-handler-wrap{display:none}html[data-device=mobile] .mobile-item-editor .ant-input,html[data-device=mobile] .mobile-item-editor .ant-input-number-input,html[data-device=mobile] .mobile-filter-bar .ant-input,html[data-device=mobile] .mobile-surface-card .ant-input,html[data-device=mobile] .mobile-surface-card .ant-input-number-input{font-size:16px!important}html[data-device=mobile] .mobile-item-editor .ant-input,html[data-device=mobile] .mobile-item-editor .ant-input-number,html[data-device=mobile] .mobile-surface-card .ant-input,html[data-device=mobile] .mobile-surface-card .ant-input-number{min-height:40px}html[data-device=mobile] .ant-upload-wrapper .ant-upload-drag{border-radius:14px}html[data-device=mobile] .ant-table-wrapper{overflow-x:auto}html[data-device=mobile] .optimize-card{max-width:100%!important}html[data-device=mobile] .mobile-sheet-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:12px}html[data-device=mobile] .mobile-sheet-actions .ant-btn{min-height:36px;padding:0 10px;border-radius:10px;font-size:12px}html[data-device=mobile] .mobile-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:8px}html[data-device=mobile] .mobile-summary-grid .mobile-kv-item{min-height:76px}html[data-device=mobile] .mobile-grid-1{display:grid;grid-template-columns:1fr;gap:10px}html[data-device=mobile] .mobile-text-muted{color:var(--mobile-text-muted)}html[data-device=mobile][data-mobile-legacy="1"] .mobile-topbar{display:none}@media(max-width:420px){.mobile-item-grid{grid-template-columns:1fr}.mobile-item-actions .ant-btn{flex:1;min-width:0}}@media(prefers-reduced-motion:reduce){.mobile-route-screen,.mobile-tabbar-item,.mobile-topbar-btn,.mobile-result-card{animation:none!important;transition-duration:1ms!important}}
