:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#f8fafc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#f1f5f9}button{border-radius:8px;border:1px solid #e2e8f0;padding:.55em 1.1em;font-size:.95em;font-weight:600;font-family:inherit;background-color:#fff;cursor:pointer}button.primary{background:#2563eb;color:#fff;border-color:#2563eb}button.secondary{background:#fff;color:#1e293b;border-color:#cbd5f5}button:disabled{cursor:not-allowed;opacity:.6}#app{min-height:100vh}.global-notice-stack{position:fixed;top:16px;right:16px;display:flex;flex-direction:column;gap:10px;z-index:90;pointer-events:none}.global-notice{min-width:180px;max-width:360px;padding:10px 14px;border-radius:10px;color:#fff;font-weight:600;box-shadow:0 10px 24px #0f172a33;opacity:0;transform:translateY(-10px) scale(.98);animation:notice-life 3.2s cubic-bezier(.22,1,.36,1) forwards;will-change:opacity,transform}.global-notice.type-success{background:#16a34a;color:#fff}.global-notice.type-error{background:#dc2626;color:#fff}@keyframes notice-life{0%{opacity:0;transform:translateY(-10px) scale(.98)}14%{opacity:1;transform:translateY(0) scale(1)}78%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-6px) scale(.99)}}.app{display:grid;grid-template-columns:240px 1fr;min-height:100vh}.sidebar{background:#fff;color:#0f172a;display:flex;flex-direction:column;padding:24px 18px;gap:18px;border-right:1px solid #e2e8f0}.sidebar-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.brand{font-size:1.2rem;font-weight:700;letter-spacing:.3px;color:#1e293b}.menu{display:flex;flex-direction:column;gap:10px;flex:1}.menu-item{padding:10px 12px;border-radius:10px;font-size:.95rem;color:#475569;background:transparent;border:1px solid transparent;text-align:left;width:100%}.menu-item.active{background:#eef2ff;color:#1e3a8a;border-color:#c7d2fe}.menu-item:hover{background:#f1f5ff;color:#1e3a8a}.page-placeholder{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:#fff;border-radius:16px;border:1px dashed #cbd5f5;color:#64748b;padding:32px}.placeholder-title{font-size:1.2rem;font-weight:700;color:#0f172a}.placeholder-sub{font-size:.95rem}.modal-mask{position:fixed;inset:0;background:#0f172a99;display:flex;align-items:center;justify-content:center;padding:24px;z-index:50}.modal-container{width:min(640px,100%);background:#fff;border-radius:16px;box-shadow:0 20px 40px #0f172a33;display:flex;flex-direction:column;gap:16px;padding:18px 20px 20px}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.modal-title{font-size:1.05rem;font-weight:700}.modal-body{color:#475569;font-size:.95rem}.modal-footer{display:flex;justify-content:flex-end;gap:12px}.sidebar-footer{padding:10px 12px;background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:10px}.user-label{font-size:.9rem;color:#475569}.main{display:flex;flex-direction:column;padding:24px 32px;gap:24px;min-width:0;overflow-x:hidden}.mobile-menu-mask,.mobile-nav-trigger{display:none}.mobile-user{font-size:.88rem;color:#475569;font-weight:600}.mobile-menu-close{display:none}.header{display:flex;justify-content:space-between;align-items:center}.title{font-size:1.4rem;font-weight:700}.actions{display:flex;gap:12px}.content{display:flex;flex-direction:column;gap:20px;min-width:0}.cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.card{background:#fff;padding:18px;border-radius:12px;box-shadow:0 8px 20px #0f172a0f}.card-title{font-size:.9rem;color:#64748b}.card-value{font-size:1.8rem;font-weight:700;margin-top:6px}.card-sub{margin-top:6px;font-size:.85rem;color:#64748b}.card-value.warn{color:#dc2626}.panel{background:#fff;border-radius:14px;padding:16px 18px;box-shadow:0 8px 20px #0f172a0f;min-width:0}.panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.panel-title{font-weight:700}.panel-actions{display:flex;align-items:center;gap:10px;color:#2563eb;font-weight:600}.panel-endpoint{font-size:.85rem;color:#64748b}.status-pill{padding:4px 10px;border-radius:999px;font-size:.75rem;font-weight:700}.status-idle{background:#f1f5f9;color:#475569}.status-warn{background:#f59e0b26;color:#b45309}.status-success{background:#22c55e26;color:#15803d}.status-error{background:#ef444426;color:#b91c1c}.panel-body{display:flex;flex-direction:column;gap:18px;min-width:0}.panel-block{display:flex;flex-direction:column;gap:10px}.panel-label{font-weight:600;color:#475569}.summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.summary-card{background:#f8fafc;border-radius:12px;padding:12px 14px;border:1px solid #e2e8f0}.summary-title{font-size:.85rem;color:#64748b}.summary-value{margin-top:6px;font-size:1.1rem;font-weight:700;color:#0f172a}.filter-bar{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;align-items:end}.filter-bar label{display:flex;flex-direction:column;gap:6px;font-size:.85rem;color:#475569}.filter-bar input,.filter-bar .select-trigger,.file-center input,.file-center .select-trigger{height:36px}.pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 4px;color:#475569;font-size:.9rem}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.form-item{display:flex;flex-direction:column;gap:6px;font-size:.85rem;color:#475569}.form-item select,.form-item input{padding:8px 10px;border-radius:8px;border:1px solid #e2e8f0;font-size:.95rem;background:#fff}.form-hint{margin-top:10px;font-size:.85rem;color:#64748b}.base-select{position:relative;width:100%}.select-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;font-size:.95rem;color:#0f172a}.select-trigger:disabled{opacity:.6;cursor:not-allowed}.select-label.placeholder{color:#94a3b8}.select-arrow{color:#64748b;font-size:.85rem}.base-select.open .select-trigger{border-color:#6366f1;box-shadow:0 0 0 2px #6366f126}.select-menu{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 12px 24px #0f172a1f;padding:6px;z-index:20;max-height:240px;overflow:auto}.select-option{width:100%;text-align:left;padding:8px 10px;border-radius:8px;border:none;background:transparent;font-size:.9rem;color:#0f172a}.select-option:hover{background:#eef2ff}.select-option.active{background:#e0e7ff;color:#4338ca;font-weight:600}.select-option.disabled{opacity:.5;cursor:not-allowed}.readonly-input{background:#f8fafc;color:#64748b}.readonly-text{min-height:38px;display:flex;align-items:center;padding:8px 10px;border-radius:8px;border:1px solid #e2e8f0;background:#f8fafc;color:#64748b;font-size:.95rem;line-height:1.4}.inline-messages{display:flex;flex-direction:column;gap:6px;margin-top:6px}.inline-status{display:flex;align-items:center;gap:8px}.success{color:#16a34a;font-weight:600}.result{color:#0f172a;font-weight:600}.error-list{padding:10px 12px;border-radius:10px;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;font-size:.85rem;display:flex;flex-direction:column;gap:6px}.error-title{font-weight:700}.error-item{line-height:1.4}.tag-list{display:flex;flex-wrap:wrap;gap:8px}.tag{padding:6px 12px;border-radius:999px;background:#eef2ff;color:#3730a3;font-size:.85rem;font-weight:600}.tag.muted{background:#f1f5f9;color:#94a3b8}.preview{background:#f8fafc;border-radius:12px;padding:12px;border:1px solid #e2e8f0;overflow-x:auto}.preview-scroll{overflow-x:auto;max-width:100%;padding-bottom:4px;-webkit-overflow-scrolling:touch}.preview-table{display:flex;flex-direction:column;gap:6px;min-width:fit-content}.preview-row{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(180px,180px);gap:8px;padding:8px 10px;background:#fff;border-radius:10px;font-size:.85rem}.preview-row.header{background:#e2e8f0;font-weight:600}.preview-cell{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.preview-cell.is-address{white-space:normal;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-all}.placeholder{color:#94a3b8;font-size:.9rem}.error{color:#dc2626;font-weight:600}.hidden-input{display:none}.table{display:flex;flex-direction:column;gap:10px;max-width:100%;overflow-x:auto;padding-bottom:4px}.table-scroll{overflow-x:auto;padding-bottom:4px}.row{display:grid;grid-template-columns:1.2fr 1fr .6fr .8fr .8fr;gap:12px;padding:10px 12px;border-radius:10px;background:#f8fafc;font-size:.95rem}.row:hover{background:#eef2ff}.row.header{background:#e2e8f0;font-weight:600;color:#334155}.batch-row{grid-template-columns:1fr 1fr 1fr 1.2fr;min-width:760px}.batch-row-wide{grid-template-columns:1fr 1fr 1fr 1fr 1.2fr;min-width:940px}.log-row{grid-template-columns:1.2fr 1fr 1.4fr;min-width:860px}.file-row{grid-template-columns:70px 130px minmax(220px,1.8fr) 110px 110px 110px minmax(150px,1fr) 150px 90px;align-items:center;min-width:1140px}.order-row{grid-template-columns:120px 160px minmax(180px,1.2fr) 110px 130px minmax(220px,1.6fr) 120px 150px 90px;align-items:center;min-width:1280px}.file-pair-list{display:flex;flex-direction:column;gap:12px}.file-pair-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.file-pair-card{display:flex;flex-direction:column;gap:8px;padding:12px;border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc}.file-pair-title{font-weight:700;color:#0f172a}.file-pair-name{font-weight:600;color:#334155;word-break:break-all}.file-pair-meta{color:#64748b;font-size:.85rem}.supplier-row{grid-template-columns:.6fr 1.2fr 1fr .8fr 1fr;min-width:900px}.seller-row{grid-template-columns:.6fr 1.1fr 1.1fr 1fr .8fr 1fr;min-width:1080px}.template-row{grid-template-columns:.6fr 1fr 1.4fr .8fr .9fr;min-width:920px}.field-editor{display:flex;flex-direction:column;gap:10px}.field-editor-header{display:flex;align-items:center;justify-content:space-between}.field-editor-title{font-weight:600;color:#0f172a}.field-editor-row{display:grid;grid-template-columns:minmax(180px,1.2fr) minmax(220px,1.4fr) 110px 90px minmax(220px,1fr);gap:8px;align-items:center;min-width:860px}.field-editor-row.header{font-size:.8rem;color:#64748b}.field-editor-row input{padding:8px 10px;border-radius:8px;border:1px solid #e2e8f0;font-size:.9rem}.field-editor-system{display:flex;flex-direction:column;gap:6px}.row-actions{display:flex;gap:8px;flex-wrap:wrap}button.ghost{background:#f8fafc;border-color:#cbd5f5;color:#4338ca}.empty-state{padding:12px;border-radius:10px;background:#f8fafc;color:#94a3b8;font-size:.9rem}.file-center{display:flex;align-items:end;gap:12px;flex-wrap:wrap}.file-center label{display:flex;flex-direction:column;gap:6px;font-size:.85rem;color:#475569}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px 6vw;position:relative;overflow:hidden;background:linear-gradient(160deg,#e0e7ff,#eef2ff 35%,#f8fafc)}.login-background{position:absolute;inset:0;pointer-events:none}.login-orb{position:absolute;border-radius:999px;filter:blur(2px)}.orb-a{width:420px;height:420px;top:-180px;right:-110px;background:radial-gradient(circle,#3b82f652,#3b82f600)}.orb-b{width:380px;height:380px;left:-140px;bottom:-170px;background:radial-gradient(circle,#6366f14d,#6366f100)}.orb-c{width:280px;height:280px;top:40%;left:42%;background:radial-gradient(circle,#2dd4bf38,#2dd4bf00)}.login-layout{position:relative;z-index:1;width:min(1020px,100%);display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.9fr);gap:24px;align-items:stretch}.login-aside{border-radius:18px;padding:28px;border:1px solid rgba(99,102,241,.18);background:#ffffffa3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;flex-direction:column;gap:16px}.login-aside-title{font-size:1.8rem;line-height:1.25;font-weight:800;color:#0f172a}.login-aside-desc{font-size:1rem;line-height:1.7;color:#475569}.login-aside-list{display:grid;gap:10px}.login-aside-item{padding:10px 12px;border-radius:12px;background:#4f46e514;color:#3730a3;font-weight:600}.login-card{width:100%;background:#ffffffeb;border:1px solid rgba(226,232,240,.95);border-radius:18px;padding:24px;box-shadow:0 18px 40px #0f172a1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;flex-direction:column;gap:16px}.login-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.login-status{padding:6px 12px;border-radius:999px;background:#3b82f61a;color:#1d4ed8;font-weight:600;font-size:.85rem}.login-title{font-size:1.5rem;font-weight:800;color:#0f172a}.login-sub{font-size:.95rem;color:#64748b}.login-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.login-actions{display:flex;justify-content:flex-end;gap:12px}.landing{display:flex;flex-direction:column;gap:28px;padding:28px 6vw 72px;color:#0f172a;background:radial-gradient(circle at top left,#dbeafe,#e0e7ff 26%,#f8fafc 72%);min-height:100vh}.landing-header{display:flex;align-items:center;justify-content:space-between;gap:24px;border-radius:16px;padding:14px 18px;background:#ffffffb3;border:1px solid #e2e8f0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.landing-nav{display:flex;align-items:center;gap:18px;color:#475569;font-size:.95rem}.nav-link{font-weight:600;cursor:default;color:#475569}.brand-block{display:flex;flex-direction:column;gap:4px}.brand-title{font-size:1.4rem;font-weight:800;color:#111827}.brand-sub{font-size:.95rem;color:#6b7280}.header-login{display:flex;justify-content:flex-end}.landing-hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.9fr);gap:32px;align-items:stretch;border-radius:22px;padding:28px;background:#ffffffbd;border:1px solid #dbeafe;box-shadow:0 18px 36px #1e293b14}.hero-content h1{font-size:2.7rem;margin:12px 0;line-height:1.2}.hero-content h1 .accent{color:#4f46e5}.hero-content p{font-size:1.05rem;color:#6b7280;margin:0 0 18px}.hero-highlights{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.highlight-item{padding:6px 10px;border-radius:999px;background:#eef2ff;color:#4338ca;font-size:.85rem;font-weight:600}.hero-tag{display:inline-flex;padding:6px 12px;border-radius:999px;background:#3b82f61f;color:#1d4ed8;font-weight:600;font-size:.85rem}.hero-actions{display:flex;gap:12px;margin-bottom:20px}.hero-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.metric-card{background:#fff;border-radius:14px;padding:16px;box-shadow:0 12px 24px #0f172a14}.metric-value{font-size:1.4rem;font-weight:700}.metric-label{color:#6b7280;font-size:.9rem}.hero-preview{background:#0f172a;color:#e2e8f0;border-radius:20px;padding:24px;box-shadow:0 16px 34px #0f172a2e;display:flex;flex-direction:column;gap:16px}.preview-title{font-size:1.15rem;font-weight:700;color:#fff}.preview-sub{color:#94a3b8;font-size:.9rem}.preview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.preview-card{background:#ffffff14;border-radius:14px;padding:12px 14px}.preview-label{font-size:.85rem;color:#cbd5f5}.preview-value{font-size:1.2rem;font-weight:700;color:#f8fafc}.preview-steps{display:grid;gap:12px}.step-item{background:#ffffff0f;border-radius:14px;padding:12px 14px}.step-title{font-weight:700;color:#f8fafc}.step-desc{color:#cbd5f5;font-size:.85rem;margin-top:4px}.landing-section{display:flex;flex-direction:column;gap:16px;border-radius:18px;padding:22px;background:#ffffffbd;border:1px solid #e2e8f0}.trust-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.trust-item{border-radius:14px;padding:14px;background:#eef2ff;border:1px solid #c7d2fe}.trust-title{font-size:.92rem;font-weight:700;color:#3730a3}.trust-desc{margin-top:6px;font-size:.84rem;color:#475569}.section-title{font-size:1.4rem;font-weight:700}.cta-band{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px;border-radius:16px;border:1px solid #bfdbfe;background:linear-gradient(120deg,#eff6ff,#eef2ff)}.today-card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 12px 26px #0f172a14}.today-title{font-size:1.05rem;font-weight:600}.today-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:16px 0}.today-item{background:#f8fafc;border-radius:12px;padding:12px}.today-label{color:#64748b;font-size:.85rem}.today-value{font-size:1rem;font-weight:600}.progress-bar{height:8px;border-radius:999px;background:#94a3b84d;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#8b5cf6)}.progress-label{margin-top:8px;font-size:.9rem;color:#64748b}.card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.landing-card{background:#fff;border-radius:14px;padding:16px;box-shadow:0 12px 24px #0f172a14}.card-tag{display:inline-flex;padding:4px 10px;border-radius:999px;background:#f1f5f9;color:#334155;font-size:.75rem;margin-bottom:8px}.card-title{font-size:1.05rem;font-weight:700}.card-desc{color:#64748b;margin-top:6px}.feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.flow-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.scenario-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.scenario-card{border-radius:14px;border:1px solid #e2e8f0;padding:16px;background:#fff}.scenario-title{font-weight:600;color:#0f172a}.scenario-desc{margin-top:8px;color:#64748b;font-size:.9rem}.testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.testimonial-card{border-radius:14px;border:1px solid #e2e8f0;padding:18px;background:#f8fafc}.testimonial-title{font-weight:600;color:#0f172a}.testimonial-desc{margin-top:10px;color:#475569;font-size:.9rem}.tutorial-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.tutorial-step{border-radius:14px;border:1px solid #e2e8f0;padding:16px;background:#fff}.tutorial-step .step-title{font-weight:600;color:#0f172a}.tutorial-step .step-desc{margin-top:8px;color:#64748b;font-size:.9rem}.flow-card{background:#fff;border-radius:16px;padding:18px;box-shadow:0 12px 26px #0f172a14}.flow-title{font-weight:700;margin-bottom:6px}.flow-desc{color:#64748b;font-size:.92rem}.feature-card{background:#fff;border-radius:14px;padding:16px;box-shadow:0 12px 24px #0f172a14}.feature-title{font-weight:700;font-size:1rem}.feature-desc{color:#64748b;margin-top:6px}.pricing-card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 12px 24px #0f172a14;position:relative}.pricing-card.highlight{border:2px solid #2563eb}.pricing-badge{position:absolute;top:16px;right:16px;background:#2563eb;color:#fff;padding:4px 10px;border-radius:999px;font-size:.75rem}.pricing-title{font-size:1.1rem;font-weight:700}.pricing-price{font-size:1.4rem;font-weight:700;margin:8px 0 12px}.pricing-list{margin:0;padding-left:18px;color:#475569;display:grid;gap:6px}@media(max-width:1024px){.login-layout{grid-template-columns:1fr}.login-aside{order:2}.login-card{order:1}.landing-header{flex-direction:column;align-items:flex-start}.header-login{width:100%}.landing-nav{flex-wrap:wrap}.landing-hero{grid-template-columns:1fr}.hero-content h1{font-size:2.2rem}.hero-metrics,.trust-strip,.card-grid,.feature-grid,.flow-grid,.preview-grid,.scenario-grid,.testimonial-grid,.tutorial-steps{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.login-page{padding:16px}.login-card,.login-aside{padding:18px}.login-grid{grid-template-columns:1fr}.login-aside-title{font-size:1.5rem}.landing-header{gap:16px}.hero-actions{flex-direction:column}.landing-nav{gap:12px}.hero-metrics,.trust-strip,.card-grid,.feature-grid,.flow-grid,.preview-grid,.scenario-grid,.testimonial-grid,.tutorial-steps{grid-template-columns:1fr}.table{overflow:visible}.cta-band{flex-direction:column;align-items:flex-start}.row.header{display:none}.row{grid-template-columns:1fr;gap:8px}.row>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.row>div:before{content:attr(data-label);font-size:.75rem;font-weight:600;color:#94a3b8}.row-actions{width:100%;justify-content:flex-end}.file-pair-row{grid-template-columns:1fr}}.log-list{display:flex;flex-direction:column;gap:8px;padding:12px;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0}.log-title{font-weight:700;color:#334155}.log-item{display:flex;flex-direction:column;gap:4px;font-size:.85rem;color:#475569}.log-status{font-weight:600;color:#0f172a}.log-remark{color:#64748b}@media(max-width:1100px){.app{grid-template-columns:1fr}.sidebar{position:fixed;top:0;left:-280px;width:260px;min-height:100vh;z-index:80;border-right:1px solid #e2e8f0;transition:left .2s ease;padding:18px 14px;gap:14px}.sidebar.mobile-open{left:0}.sidebar-head{width:100%}.mobile-menu-close{display:inline-flex}.menu{flex-direction:column;width:100%}.sidebar-footer{margin-top:auto}.mobile-menu-mask{display:block;position:fixed;inset:0;background:#0f172a7a;z-index:70}.main{padding:16px;gap:16px}.mobile-nav-trigger{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:10px 12px}.cards{grid-template-columns:repeat(2,minmax(0,1fr))}.preview-row{grid-auto-columns:minmax(160px,1fr)}.form-grid,.filter-bar{grid-template-columns:1fr}.summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
