:root{--green-900: #0D3A2A;--green-800: #155B42;--green-700: #1E7D5B;--green-600: #268C67;--green-100: #E6F2EC;--green-050: #F1F8F4;--ink-900: #1F2937;--ink-700: #3F4A57;--ink-500: #6B7684;--ink-400: #94A3B8;--ink-300: #B6C0CC;--bg: #F5F7F6;--surface: #FFFFFF;--surface-alt: #EDF1EF;--border: #E2E8E5;--border-strong: #CFD8D4;--red-600: #C0392B;--red-050: #FBECEA;--amber-500: #FF9F43;--yellow-400: #FFD166;--blue-050: #EDF3FB;--radius-sm: 8px;--radius: 12px;--radius-lg: 16px;--radius-xl: 20px;--shadow-sm: 0 1px 2px rgba(23, 41, 27, .05);--shadow-md: 0 4px 14px rgba(23, 41, 27, .08);--shadow-up: 0 -2px 14px rgba(23, 41, 27, .07);--nav-h: 62px;--header-h: 52px;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--sp-1: 4px;--sp-2: 8px;--sp-3: 12px;--sp-4: 16px;--sp-5: 20px;--sp-6: 24px;--sp-8: 32px;--gap-text: var(--sp-2);--gap-action: var(--sp-4);--gap-heading: var(--sp-3);--gap-section: var(--sp-6);--gap-tight: var(--sp-2);--gap-inner: var(--sp-3);--gap-block: var(--sp-4);--pad-card: var(--sp-4);--pad-screen: var(--sp-4);--card-w: calc((min(100vw, 480px) - var(--pad-screen) * 2 - var(--sp-3)) / 2);--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}@media (min-width: 768px){:root{--card-w: calc((720px - var(--pad-screen) * 2 - var(--sp-3) * 2) / 3)}}*{box-sizing:border-box}html,body,#field-root{margin:0;min-height:100%}body{background:#dfe8e3;color:var(--ink-900);font-family:var(--font);-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button{cursor:pointer;touch-action:manipulation}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,a:focus-visible{outline:3px solid rgba(30,125,91,.3);outline-offset:2px}.mf-stage{min-height:100dvh;display:flex;justify-content:center}.mf-app{width:min(100%,480px);min-height:100dvh;background:var(--bg);position:relative;display:flex;flex-direction:column;box-shadow:0 0 32px #0d3a2a1f}.mf-header{min-height:66px;padding:max(12px,env(safe-area-inset-top)) 16px 12px;background:#fff;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:10px;position:sticky;top:0;z-index:20}.mf-header>div:first-child{flex:1;min-width:0}.mf-header__brand{color:var(--green-800);font-size:16px;font-weight:800;letter-spacing:.08em}.mf-header__identity{color:var(--ink-500);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mf-icon-button{width:44px;height:44px;border:0;border-radius:50%;background:var(--green-050);color:var(--green-800);display:grid;place-items:center}.mf-connectivity{width:10px;height:10px;border-radius:50%;background:var(--red-600);box-shadow:0 0 0 3px var(--red-050)}.mf-connectivity.is-online{background:var(--green-700);box-shadow:0 0 0 3px var(--green-100)}.mf-content{flex:1;padding:20px 16px calc(88px + env(safe-area-inset-bottom))}.mf-bottom-nav{position:fixed;z-index:30;bottom:0;width:min(100%,480px);min-height:calc(68px + env(safe-area-inset-bottom));padding:6px 8px env(safe-area-inset-bottom);background:#fffffff7;border-top:1px solid var(--border);display:grid;grid-template-columns:repeat(4,1fr);box-shadow:var(--shadow-up)}.mf-bottom-nav a{min-height:56px;border-radius:12px;color:var(--ink-500);text-decoration:none;font-size:11px;font-weight:650;display:flex;flex-direction:column;gap:3px;align-items:center;justify-content:center;transition:background .18s ease,color .18s ease}.mf-bottom-nav a.is-active{color:var(--green-800);background:var(--green-050)}.mf-nav-icon{position:relative;height:24px}.mf-nav-icon b{position:absolute;right:-10px;top:-5px;min-width:17px;height:17px;padding:0 4px;background:var(--red-600);color:#fff;border:2px solid #fff;border-radius:9px;font-size:9px;display:grid;place-items:center}.mf-screen-title{margin:2px 0 20px}.mf-screen-title>span,.mf-kicker,.mf-next__label,.mf-primary-action>span{display:block;color:var(--green-700);font-size:10px;font-weight:800;letter-spacing:.11em}.mf-screen-title h1{margin:4px 0 3px;color:var(--green-900);font-size:25px;line-height:1.2;letter-spacing:-.02em}.mf-screen-title p{margin:0;color:var(--ink-500);font-size:13px;line-height:1.5}.mf-button{width:100%;min-height:50px;padding:0 16px;border:1px solid var(--green-700);border-radius:13px;background:var(--green-700);color:#fff;font-weight:750;display:flex;gap:8px;align-items:center;justify-content:center;transition:opacity .18s ease,background .18s ease}.mf-button:active:not(:disabled){opacity:.78}.mf-button.is-secondary{background:#fff;color:var(--green-800)}.mf-button:disabled{opacity:.42;cursor:not-allowed}.mf-banner{margin-bottom:12px;padding:12px 14px;border:1px solid #cbdceb;border-radius:12px;background:var(--blue-050);color:var(--ink-700);font-size:13px;line-height:1.5}.mf-banner.is-error{border-color:#edc6c1;background:var(--red-050);color:#8d2e24}.mf-banner.is-success{border-color:#c9e6d5;background:var(--green-050);color:var(--green-800)}.mf-next{min-height:96px;margin-bottom:14px;padding:14px;border-radius:17px;background:var(--green-800);color:#fff;display:grid;grid-template-columns:48px 1fr 44px;grid-template-rows:auto 1fr;column-gap:12px;box-shadow:0 8px 20px #155b4229}.mf-next__label{grid-column:1/-1;margin-bottom:10px;color:#bfe1d1}.mf-next__icon{width:48px;height:48px;border-radius:14px;background:#ffffff1f;display:grid;place-items:center}.mf-next__body{min-width:0;display:flex;flex-direction:column;justify-content:center}.mf-next__body strong{font-size:16px}.mf-next__body span{color:#dcece5;font-size:12px}.mf-next>button{width:44px;height:44px;align-self:center;border:0;border-radius:50%;background:#fff;color:var(--green-800);display:grid;place-items:center}.mf-glance{margin-bottom:22px;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.mf-glance div{min-width:0;padding:12px 8px;border:1px solid var(--border);border-radius:13px;background:#fff;text-align:center}.mf-glance strong{display:block;color:var(--green-900);font-size:20px;font-variant-numeric:tabular-nums}.mf-glance span{display:block;color:var(--ink-500);font-size:10px;line-height:1.3}.mf-section{margin-top:22px}.mf-section>h2,.mf-section__head h2{margin:0 0 10px;color:var(--green-900);font-size:17px}.mf-section__head{display:flex;align-items:center;justify-content:space-between}.mf-section__head button{min-height:44px;padding:0 4px;border:0;background:transparent;color:var(--green-700);font-size:12px;font-weight:750}.mf-task-list{display:grid;gap:8px}.mf-task{width:100%;min-height:72px;padding:11px 12px;border:1px solid var(--border);border-radius:14px;background:#fff;color:inherit;text-align:left;display:flex;gap:10px;align-items:center}.mf-task:active{background:var(--green-050)}.mf-task__icon,.mf-notification-icon{flex:0 0 42px;width:42px;height:42px;border-radius:12px;background:var(--green-050);color:var(--green-700);display:grid;place-items:center}.mf-task__body{min-width:0;flex:1;display:flex;flex-direction:column}.mf-task__body strong{color:var(--green-900);font-size:14px}.mf-task__body small{color:var(--ink-500);font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mf-status{display:inline-flex;max-width:120px;padding:4px 7px;border-radius:99px;background:var(--surface-alt);color:var(--ink-700);font-size:9px;font-weight:800;line-height:1.2;text-align:center;overflow-wrap:anywhere}.mf-status.is-danger{background:var(--red-050);color:var(--red-600)}.mf-status.is-good{background:var(--green-100);color:var(--green-800)}.mf-card{margin-bottom:12px;padding:15px;border:1px solid var(--border);border-radius:16px;background:#fff;box-shadow:var(--shadow-sm)}.mf-card__head{margin-bottom:12px;display:flex;align-items:center;justify-content:space-between;gap:12px}.mf-card__head h2{margin:3px 0 0;color:var(--green-900);font-size:17px}.mf-card-copy,.mf-subsection p{margin:6px 0 12px;color:var(--ink-500);font-size:12px;line-height:1.5}.mf-meta-row{display:flex;justify-content:space-between;color:var(--ink-500);font-size:11px}.mf-inline-empty{margin:0;padding:16px;border:1px dashed var(--border-strong);border-radius:13px;color:var(--ink-500);font-size:13px;text-align:center}.mf-empty{padding:30px 18px;border:1px solid var(--border);border-radius:18px;background:#fff;text-align:center}.mf-empty__art{width:68px;height:68px;margin:0 auto 14px;border-radius:50%;background:var(--green-050);color:var(--green-700);display:grid;place-items:center}.mf-empty h2{margin:0;color:var(--green-900);font-size:19px}.mf-empty p{margin:7px auto 18px;max-width:300px;color:var(--ink-500);font-size:13px;line-height:1.55}.mf-alert-row{min-height:64px;margin-bottom:8px;padding:10px;border-radius:13px;background:var(--red-050);display:flex;gap:10px;align-items:center}.mf-alert-row>span{color:var(--red-600)}.mf-alert-row div{display:flex;flex-direction:column}.mf-alert-row small{color:var(--ink-500)}.mf-scanner{margin-bottom:20px;padding:22px 16px;border-radius:18px;background:var(--green-900);color:#fff;text-align:center}.mf-scan-frame{width:190px;height:190px;margin:0 auto 18px;position:relative;display:grid;place-items:center;color:#bfe1d1;background:radial-gradient(circle,rgba(255,255,255,.08),transparent 65%)}.mf-scan-frame span{position:absolute;width:42px;height:42px;border-color:#74c99f;border-style:solid}.mf-scan-frame span:nth-child(1){top:0;left:0;border-width:3px 0 0 3px;border-radius:12px 0 0}.mf-scan-frame span:nth-child(2){top:0;right:0;border-width:3px 3px 0 0;border-radius:0 12px 0 0}.mf-scan-frame span:nth-child(3){bottom:0;left:0;border-width:0 0 3px 3px;border-radius:0 0 0 12px}.mf-scan-frame span:nth-child(4){bottom:0;right:0;border-width:0 3px 3px 0;border-radius:0 0 12px}.mf-scanner strong{display:block;font-size:15px}.mf-scanner p{margin:5px auto 0;max-width:320px;color:#c9dcd3;font-size:12px;line-height:1.5}.mf-divider{height:25px;margin-bottom:10px;display:flex;align-items:center;justify-content:center;color:var(--ink-400);font-size:9px;font-weight:800;letter-spacing:.1em}.mf-divider:before,.mf-divider:after{content:"";flex:1;height:1px;background:var(--border)}.mf-divider span{padding:0 10px}.mf-manual label,.mf-login__form label,.mf-field{display:block;margin-bottom:13px}.mf-manual label>span,.mf-login__form label>span,.mf-field>span{display:block;margin-bottom:6px;color:var(--ink-700);font-size:12px;font-weight:700}.mf-manual input,.mf-login__form input,.mf-field input,.mf-field select,.mf-field textarea{width:100%;min-height:50px;padding:12px 13px;border:1px solid var(--border-strong);border-radius:12px;background:#fff;color:var(--ink-900);font-size:16px;outline:0}.mf-field textarea{min-height:84px;resize:vertical}.mf-back{min-height:44px;margin:-8px 0 5px;padding:0;border:0;background:transparent;color:var(--green-700);font-size:12px;font-weight:750}.mf-package-hero{min-height:82px;margin-bottom:14px;padding:13px;border-radius:16px;background:var(--green-800);color:#fff;display:flex;gap:12px;align-items:center}.mf-package-hero__icon{width:48px;height:48px;border-radius:13px;background:#ffffff1f;display:grid;place-items:center}.mf-package-hero>div:nth-child(2){flex:1;min-width:0;display:flex;flex-direction:column}.mf-package-hero span{font-size:10px;color:#d5e8df}.mf-package-hero strong{font-size:14px}.mf-package-hero .mf-status{background:#fff;color:var(--green-800)}.mf-progress{margin-bottom:14px;padding:12px 6px;border-radius:14px;background:#fff;display:grid;grid-template-columns:repeat(5,1fr)}.mf-progress div{position:relative;display:flex;flex-direction:column;align-items:center;gap:4px;color:var(--ink-400)}.mf-progress div:before{content:"";position:absolute;top:11px;right:50%;width:100%;height:2px;background:var(--border);z-index:0}.mf-progress div:first-child:before{display:none}.mf-progress div.is-done:before{background:var(--green-600)}.mf-progress div>span{width:23px;height:23px;border:2px solid var(--border-strong);border-radius:50%;background:#fff;display:grid;place-items:center;font-size:10px;font-weight:800;z-index:1}.mf-progress div.is-done>span{border-color:var(--green-700);background:var(--green-700);color:#fff}.mf-progress small{font-size:8px;font-weight:700}.mf-facts{display:grid}.mf-facts div{min-height:42px;padding:9px 0;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;gap:12px;align-items:center}.mf-facts div:last-child{border-bottom:0}.mf-facts span{color:var(--ink-500);font-size:11px}.mf-facts strong{max-width:62%;font-size:11px;text-align:right;overflow-wrap:anywhere}.mf-item{min-height:58px;padding:10px 0;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:12px}.mf-item:last-child{border-bottom:0}.mf-item div{display:flex;flex-direction:column}.mf-item strong{font-size:13px}.mf-item span{color:var(--ink-500);font-size:10px}.mf-item b{color:var(--green-800)}.mf-hidden-file{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.mf-hidden-file{display:none}.mf-upload{width:100%;min-height:64px;margin:9px 0;padding:10px;border:1px solid var(--border);border-radius:13px;background:var(--green-050);color:inherit;display:flex;gap:10px;align-items:center;text-align:left}.mf-upload>span{width:42px;height:42px;flex:0 0 42px;border-radius:11px;background:#fff;color:var(--green-700);display:grid;place-items:center}.mf-upload>div{flex:1;display:flex;flex-direction:column}.mf-upload strong{font-size:13px}.mf-upload small{color:var(--ink-500);font-size:10px}.mf-choice{margin:12px 0;display:grid;grid-template-columns:1fr 1fr;gap:8px}.mf-choice button{min-height:48px;border:1px solid var(--border-strong);border-radius:12px;background:#fff;color:var(--ink-700);font-weight:700;display:flex;align-items:center;justify-content:center;gap:6px}.mf-choice button.is-active{border-color:var(--green-700);background:var(--green-050);color:var(--green-800)}.mf-choice button.is-danger{border-color:var(--red-600);background:var(--red-050);color:var(--red-600)}.mf-primary-action{margin-bottom:12px;padding:18px;border-radius:17px;background:var(--green-100);border:1px solid #c9e4d6}.mf-primary-action h2{margin:4px 0;color:var(--green-900);font-size:19px}.mf-primary-action p{margin:0 0 13px;color:var(--ink-700);font-size:12px}.mf-map-pending{min-height:130px;margin:10px 0 14px;padding:20px;border:1px dashed var(--border-strong);border-radius:14px;background:var(--surface-alt);color:var(--green-700);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.mf-map-pending strong{margin-top:8px;color:var(--ink-900);font-size:14px}.mf-map-pending span{max-width:280px;color:var(--ink-500);font-size:11px;line-height:1.5}.mf-subsection{margin-top:18px;padding-top:17px;border-top:1px solid var(--border)}.mf-subsection h2{margin:0;color:var(--green-900);font-size:16px}.mf-device-note{margin:16px 8px 0;color:var(--ink-500);font-size:10px;line-height:1.55;text-align:center}.mf-notifications{background:#fff;border:1px solid var(--border);border-radius:16px;overflow:hidden}.mf-notifications article{min-height:82px;padding:13px;border-bottom:1px solid var(--border);display:flex;gap:11px}.mf-notifications article:last-child{border-bottom:0}.mf-notifications article.is-unread{background:var(--green-050)}.mf-notifications article>div{display:flex;flex-direction:column}.mf-notifications strong{font-size:13px}.mf-notifications p{margin:3px 0;color:var(--ink-700);font-size:12px;line-height:1.45}.mf-notifications small{color:var(--ink-500);font-size:10px}.mf-profile-card{min-height:78px;margin-bottom:12px;padding:13px;border-radius:16px;background:var(--green-800);color:#fff;display:flex;gap:12px;align-items:center}.mf-avatar{width:48px;height:48px;flex:0 0 48px;border-radius:50%;background:#fff;color:var(--green-800);font-size:19px;font-weight:800;display:grid;place-items:center}.mf-profile-card>div:nth-child(2){flex:1;min-width:0;display:flex;flex-direction:column}.mf-profile-card strong{font-size:14px}.mf-profile-card span:not(.mf-status){color:#d5e8df;font-size:11px}.mf-profile-card .mf-status{background:#fff;color:var(--green-800)}.mf-permissions{display:grid;gap:8px}.mf-permissions span{min-height:42px;padding:8px 0;border-bottom:1px solid var(--border);color:var(--ink-500);font-size:12px;display:flex;align-items:center;justify-content:space-between}.mf-permissions span:last-child{border-bottom:0}.mf-permissions b{color:var(--ink-900)}.mf-login{justify-content:center;background:#fff}.mf-login__hero{padding:32px 24px 22px;text-align:center}.mf-brand-mark{width:62px;height:62px;margin:0 auto 13px;border-radius:19px;background:var(--green-700);color:#fff;display:grid;place-items:center}.mf-login__hero>span{color:var(--green-700);font-size:12px;font-weight:800;letter-spacing:.18em}.mf-login__hero h1{margin:0;color:var(--green-900);font-size:33px;letter-spacing:.08em}.mf-login__hero p{margin:4px 0;color:var(--ink-500);font-size:13px}.mf-login__form{padding:0 24px 28px}.mf-helper{margin:12px 0 0;color:var(--ink-500);font-size:10px;line-height:1.5;text-align:center}.mf-loading,.mf-onboarding{align-items:center;justify-content:center;padding:24px;text-align:center}.mf-onboarding h1{margin:12px 0 5px;color:var(--green-900)}.mf-onboarding>p{margin:0 0 18px;color:var(--ink-500);font-size:13px}.mf-onboarding .mf-content{width:100%;padding:0}.mf-queue{width:100%;min-height:44px;margin-bottom:10px;border:1px solid #e6c78f;border-radius:11px;background:#fff7e9;color:#77521d;font-size:12px;font-weight:700}@media (max-width: 520px){body{background:var(--bg)}.mf-app{box-shadow:none}.mf-content{padding-left:14px;padding-right:14px}}@media (min-width: 521px){.mf-stage{padding:22px 0}.mf-app{min-height:calc(100dvh - 44px);border-radius:24px;overflow:hidden}.mf-header{padding-top:12px}.mf-bottom-nav{bottom:22px;border-radius:0 0 24px 24px}.mf-content{max-height:calc(100dvh - 110px);overflow-y:auto;scrollbar-width:thin}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
