*{box-sizing:border-box}html,body{background:var(--background-surface-ground);-webkit-tap-highlight-color:transparent;min-height:100vh;margin:0;padding:0}#root{background:var(--background-surface-ground);flex-direction:column;width:100%;min-height:100vh;margin:0 auto;display:flex;position:relative}.app-container{width:100%;max-width:var(--size-base-platform-width-normal,560px);flex-direction:column;min-height:100vh;margin:0 auto;display:flex;position:relative}.app-main{flex:1;min-width:0}.batch-catalog-grid{grid-template-columns:minmax(0,1fr);gap:8px;display:grid}.web-auth-page{color:#0f172a;background:radial-gradient(circle at 10% 5%,#10b98124,#0000 30%),linear-gradient(145deg,#f8fafc 0%,#ecfdf5 100%);width:100%;min-height:100vh;padding:28px clamp(18px,4vw,56px)}.web-auth-back{color:#475569;align-items:center;gap:7px;font-size:14px;font-weight:650;text-decoration:none;display:inline-flex}.web-auth-layout{grid-template-columns:minmax(0,1.1fr) minmax(360px,440px);align-items:center;gap:clamp(40px,7vw,92px);width:100%;max-width:1080px;min-height:calc(100vh - 96px);margin:22px auto 0;display:grid}.web-auth-intro{flex-direction:column;gap:20px;display:flex}.web-auth-brand{align-items:center;gap:12px;display:flex}.web-auth-brand>span:last-child{flex-direction:column;display:flex}.web-auth-brand strong{font-size:19px}.web-auth-brand small{color:#64748b}.web-auth-logo{color:#fff;background:linear-gradient(135deg,#10b981,#047857);border-radius:15px;place-items:center;width:48px;height:48px;font-weight:850;display:grid;box-shadow:0 10px 24px #05966938}.web-auth-devices{flex-wrap:wrap;gap:10px;display:flex}.web-auth-devices span,.web-auth-max-link{color:#334155;background:#ffffffb8;border:1px solid #d7e2e0;border-radius:12px;align-items:center;gap:8px;padding:10px 13px;font-size:13px;font-weight:650;display:inline-flex}.web-auth-max-link{color:#047857;width:fit-content;text-decoration:none}.web-auth-card{background:#fffffff0;border:1px solid #cbd5e1e6;border-radius:24px;flex-direction:column;gap:16px;padding:clamp(24px,4vw,36px);display:flex;box-shadow:0 24px 60px #0f172a1a}.web-auth-card-icon{color:#047857;background:#d1fae5;border-radius:15px;place-items:center;width:50px;height:50px;display:grid}.web-auth-code{color:#0f172a;letter-spacing:.48em;text-align:center;background:#fff;border:1px solid #cbd5e1;border-radius:13px;outline:none;width:100%;height:58px;padding:0 14px;font:750 25px/1 system-ui,sans-serif}.web-auth-code:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b98124}.profile-email-code{height:50px;font-size:21px}.web-auth-code-actions{justify-content:space-between;gap:12px;display:flex}.web-auth-code-actions button{color:#047857;cursor:pointer;background:0 0;border:0;padding:4px 0;font-size:12px}.web-auth-code-actions button:disabled{color:#94a3b8;cursor:default}.web-auth-security{color:#166534;background:#f0fdf4;border-radius:11px;align-items:flex-start;gap:8px;padding:10px 12px;font-size:12px;line-height:1.45;display:flex}.web-auth-page-compact{flex-direction:column;display:flex}.web-auth-compact-wrap{width:min(100%,430px);margin:auto;padding:28px 0 48px}.web-auth-brand-centered{justify-content:center;margin-bottom:22px}.web-auth-card-compact{width:100%}.web-auth-tabs{background:#f1f5f9;border-radius:12px;grid-template-columns:1fr 1fr;gap:4px;padding:4px;display:grid}.web-auth-tabs button{color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:9px;min-height:38px;font-weight:700}.web-auth-tabs button.active{color:#047857;background:#fff;box-shadow:0 2px 8px #0f172a14}.phone-verification-wrap{margin:auto}.phone-verification-link{justify-content:center;width:100%}.phone-verification-skip{color:#475569;cursor:pointer;font:inherit;text-underline-offset:3px;background:0 0;border:0;padding:4px;font-size:13px;text-decoration:underline}@media (width>=721px){html[data-runtime=web] .app-container{max-width:1120px}html[data-runtime=web] .page{padding:20px 24px 32px}html[data-runtime=web] .batch-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}}@media (width>=1024px){html[data-runtime=web] #root{background:#f4f7f6}html[data-runtime=web] .app-container{background:#f8fafc;grid-template:"header header""navigation main"minmax(calc(100vh - 105px),auto)/220px minmax(0,1fr);align-items:start;max-width:1440px;display:grid}html[data-runtime=web] .top-bar{grid-area:header;width:100%}html[data-runtime=web] .app-main{grid-area:main;width:100%}html[data-runtime=web] .tab-bar{border-top:0;border-right:1px solid var(--stroke-separator-primary);background:#fff;flex-direction:column;grid-area:navigation;justify-content:flex-start;align-self:start;align-items:stretch;gap:7px;min-height:calc(100vh - 105px);padding:20px 12px;position:sticky;top:105px;bottom:auto}html[data-runtime=web] .tab-bar-item{flex-direction:row;flex:none;justify-content:flex-start;gap:11px;width:100%;min-height:44px;padding:10px 12px;font-size:13px}html[data-runtime=web] .tab-bar-item.active{color:#047857;background:#ecfdf5}html[data-runtime=web] .tab-bar-item .tab-dot{top:50%;right:10px;transform:translateY(-50%)}html[data-runtime=web] .batch-catalog-grid{grid-template-columns:repeat(auto-fit,minmax(310px,1fr))}}@media (width>=721px) and (width<=900px){.web-auth-layout{grid-template-columns:1fr;gap:28px;max-width:620px;min-height:auto;margin-top:38px}.web-auth-intro{gap:14px}.web-auth-card{justify-self:center;width:100%;max-width:520px}}@media (width<=720px){.web-auth-page{padding:18px 16px 28px}.web-auth-layout{grid-template-columns:1fr;gap:28px;min-height:auto;margin-top:26px}.web-auth-intro{gap:14px}.web-auth-devices span{flex:100px}.web-auth-card{border-radius:19px;padding:22px 18px}.landing-header-actions{gap:8px!important}.landing-header-action{padding:10px 12px!important;font-size:0!important}.landing-header-action svg{width:18px;height:18px}.landing-header-max-action{display:none!important}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:var(--stroke-separator-secondary);border-radius:4px}.page{flex-direction:column;flex:1;gap:16px;padding:12px 16px 24px;display:flex}.row{align-items:center;gap:8px;display:flex}.row>*,.row-between>*{min-width:0}.row-between{justify-content:space-between;align-items:center;gap:8px;display:flex}.responsive-action-row{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:8px;min-width:0;display:grid}.responsive-action-row>button{max-width:100%;width:100%!important;min-width:0!important}.responsive-action-row>:only-child{grid-column:1/-1}button[class*=Button__]{max-width:100%}button[class*=Button__] [class*=Button__content]{min-width:0}.compact-action-row>button{padding-inline:8px!important}.compact-action-row>button [class*=Button__content]{font-size:13px!important;line-height:16px!important}.modal-sheet>.row-between:first-child>:first-child{overflow-wrap:anywhere;min-width:0}.modal-sheet>.row-between:first-child>button:last-child{flex:none;width:auto!important;min-width:max-content!important}.stack{flex-direction:column;gap:8px;display:flex}.scroll-x{scrollbar-width:none;gap:8px;padding-bottom:2px;display:flex;overflow-x:auto}.scroll-x::-webkit-scrollbar{display:none}.card{background:var(--background-surface-card,#fff);border:1px solid var(--border-subtle,#e2e8f0cc);border-radius:var(--size-border-radius-semantic-border-radius-card,16px);padding:14px;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 8px #00000008}.card-tappable{cursor:pointer;transition:transform .2s cubic-bezier(.4,0,.2,1),box-shadow .2s,opacity .15s}.card-tappable:hover{transform:translateY(-2px);box-shadow:0 6px 18px #00000012}.card-tappable:active{opacity:.9;transform:scale(.98)}.pill{font-size:var(--size-label-medium,13px);white-space:nowrap;border:1px solid var(--stroke-separator-secondary);background:var(--background-surface-secondary);color:var(--text-secondary);cursor:pointer;border-radius:999px;padding:6px 14px;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1)}.pill:hover{transform:translateY(-1px);box-shadow:0 2px 6px #0000000d}.pill.active{color:var(--text-contrast,#fff);background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-color:#0000;box-shadow:0 3px 10px #10b9814d}.badge{border-radius:999px;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-flex}.badge-positive{color:#059669;background:#10b9811f}.badge-negative{color:var(--text-negative);background:#ff525226}.badge-themed{color:#047857;background:#10b98126}.badge-neutral{background:var(--background-surface-secondary);color:var(--text-secondary)}.progress-track{background:var(--background-surface-secondary);border-radius:999px;width:100%;height:8px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#10b981 0%,#059669 100%);border-radius:999px;height:100%;transition:width .5s cubic-bezier(.4,0,.2,1)}.progress-fill.warning{background:linear-gradient(90deg,#f59e0b 0%,#d97706 100%)}.top-bar{z-index:40;-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border-subtle,#e5e7ebcc);background:#ffffffe0;flex-direction:column;gap:8px;padding:10px 16px;display:flex;position:sticky;top:0;box-shadow:0 2px 10px #00000005}.tab-bar{z-index:40;background:var(--background-local-tab-bar-i-os,var(--background-surface-primary));border-top:1px solid var(--stroke-local-tab-bar-i-os,var(--stroke-separator-primary));padding:6px 4px calc(6px + env(safe-area-inset-bottom,0px));justify-content:space-around;align-items:center;display:flex;position:sticky;bottom:0;left:0;right:0}.tab-bar-item{min-width:0;color:var(--icon-secondary);cursor:pointer;background:0 0;border:none;border-radius:12px;flex-direction:column;flex:1 1 0;align-items:center;gap:2px;padding:4px 3px;font-size:10px;font-weight:600;display:flex;position:relative}.farmer-batch-card{cursor:pointer;transition:border-color .15s,box-shadow .15s,transform .15s}.farmer-batch-card:hover{border-color:#86efac;box-shadow:0 6px 20px #05966917}.farmer-batch-card:active{transform:scale(.995)}.farmer-batch-card:focus-visible{outline-offset:2px;outline:3px solid #34d39940}.farmer-batch-tabs{gap:6px;padding-bottom:2px;display:flex;overflow-x:auto}.farmer-batch-tabs>button{min-width:150px}.farmer-batch-manage-sheet{max-width:640px;max-height:94vh;overflow-y:auto}.tab-bar-item .tab-dot{background:var(--background-accent-negative,#ff3b30);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:9px;font-weight:800;display:flex;position:absolute;top:-2px;right:2px}.admin-workspace{--admin-sidebar-width:280px;grid-template-columns:var(--admin-sidebar-width) minmax(0, 1fr);color:#172033;background:#f4f7fb;min-width:1024px;min-height:100vh;display:grid}.admin-sidebar{z-index:30;background:#fff;border-right:1px solid #e3e9f1;flex-direction:column;gap:18px;height:100vh;padding:24px 18px 18px;display:flex;position:sticky;top:0;box-shadow:8px 0 30px #0f172a09}.admin-brand{border-bottom:1px solid #edf1f6;align-items:center;gap:12px;padding:0 8px 18px;display:flex}.admin-brand-mark{color:#fff;background:linear-gradient(145deg,#0fbd86,#08765a);border-radius:14px;flex:0 0 44px;place-items:center;width:44px;height:44px;font-size:15px;font-weight:900;display:grid;box-shadow:0 8px 20px #05966938}.admin-brand strong,.admin-brand span,.admin-sidebar-copy strong,.admin-sidebar-copy small,.admin-account-copy strong,.admin-account-copy span,.admin-account-button strong,.admin-account-button small{display:block}.admin-brand strong{color:#0f172a;font-size:18px}.admin-brand span{color:#8a96a8;margin-top:2px;font-size:12px}.admin-access-badge{color:#047857;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;align-items:center;gap:8px;margin:0 8px;padding:9px 11px;font-size:12px;font-weight:800;display:flex}.admin-sidebar-nav{flex-direction:column;flex:1;gap:6px;display:flex}.admin-sidebar-link{color:#667085;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:12px;grid-template-columns:38px minmax(0,1fr) 16px;align-items:center;gap:10px;width:100%;min-height:64px;padding:9px 10px;transition:color .16s,background .16s,transform .16s;display:grid}.admin-sidebar-link:hover{color:#047857;background:#f0fdf4;transform:translate(2px)}.admin-sidebar-icon{width:38px;height:38px;color:inherit;background:#f5f7fa;border-radius:10px;place-items:center;display:grid}.admin-sidebar-link.active .admin-sidebar-icon{background:#fff;box-shadow:0 2px 8px #0596691f}.admin-sidebar-copy{min-width:0}.admin-sidebar-copy strong{color:inherit;font-size:13px;line-height:1.3}.admin-sidebar-copy small{color:#98a2b3;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:10px;line-height:1.25;overflow:hidden}.admin-sidebar-chevron{opacity:0;transition:opacity .16s}.admin-sidebar-link:hover .admin-sidebar-chevron,.admin-sidebar-link.active .admin-sidebar-chevron{opacity:1}.admin-sidebar-account{border-top:1px solid #edf1f6;grid-template-columns:40px minmax(0,1fr) 36px;align-items:center;gap:10px;padding:14px 10px 0;display:grid}.admin-avatar{color:#fff;background:linear-gradient(145deg,#6366f1,#8b5cf6);border-radius:50%;place-items:center;width:40px;height:40px;font-size:13px;font-weight:800;display:grid}.admin-account-copy{min-width:0}.admin-account-copy strong{color:#172033;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.admin-account-copy span{color:#98a2b3;text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:9px;overflow:hidden}.admin-shell{min-width:0}.admin-topbar{z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;border-bottom:1px solid #e2e8f0e6;justify-content:space-between;align-items:center;gap:24px;min-height:82px;padding:16px 34px;display:flex;position:sticky;top:0;box-shadow:0 4px 18px #0f172a06}.admin-topbar>div:first-child>*{display:block}.admin-topbar>div:first-child p{color:#8a96a8;margin-top:3px}.admin-topbar-actions{align-items:center;gap:10px;display:flex}.admin-icon-button{color:#596579;cursor:pointer;background:#fff;border:1px solid #e4e9f0;border-radius:11px;place-items:center;width:40px;height:40px;display:grid;position:relative}.admin-icon-button:hover{color:#047857;background:#f0fdf4;border-color:#a7f3d0}.admin-icon-button:disabled{cursor:wait;opacity:.55}.admin-notification-count{color:#fff;background:#ef4444;border:2px solid #fff;border-radius:999px;place-items:center;min-width:18px;height:18px;padding:0 4px;font-size:9px;font-weight:900;display:grid;position:absolute;top:-5px;right:-5px}.admin-account-button{color:#172033;cursor:pointer;text-align:left;background:#fff;border:1px solid #e4e9f0;border-radius:12px;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:9px;min-width:210px;padding:5px 10px 5px 6px;display:grid}.admin-avatar-small{width:34px;height:34px;font-size:11px}.admin-account-button strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.admin-account-button small{color:#98a2b3;text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:9px;overflow:hidden}.admin-content{width:100%;max-width:1640px;min-height:calc(100vh - 82px);margin:0 auto;padding:28px 34px 52px}.admin-workspace .admin-dashboard,.admin-workspace .admin-content>.page{width:100%;max-width:none;margin:0;padding:0}.admin-workspace .admin-dashboard{gap:22px}.admin-workspace .admin-dashboard-heading{padding:2px 0 4px}.admin-workspace .admin-dashboard-tabs{background:#fff;border:1px solid #e2e8f0;border-radius:14px;gap:6px;width:fit-content;max-width:100%;padding:6px;overflow-x:auto}.admin-workspace .admin-dashboard-tabs .pill{flex:none;padding:9px 18px}.admin-workspace .admin-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.admin-workspace .admin-stat-grid>.card{justify-content:center;min-height:116px;padding:20px}.admin-workspace .admin-list-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.admin-workspace .admin-list-grid>.empty-state{grid-column:1/-1}.admin-workspace .admin-form-card{width:min(100%,820px);padding:22px}.admin-catalog{flex-direction:column;gap:22px;display:flex}.admin-section-toolbar{background:#fff;border:1px solid #e2e8f0;border-radius:16px;justify-content:space-between;align-items:end;gap:24px;padding:18px 20px;display:flex}.admin-section-toolbar p{color:#8a96a8;margin-top:4px}.admin-section-toolbar>div:last-child{width:min(420px,45%)}.admin-catalog-grid{grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:18px;display:grid}.admin-catalog-grid>.card{height:100%}.admin-empty-state{color:#98a2b3;background:#fff;border:1px dashed #ccd5e1;border-radius:16px;min-height:280px}.admin-workspace .modal-overlay{align-items:center;padding:32px}.admin-workspace .modal-sheet{border-radius:20px;width:min(720px,100vw - 80px);max-width:720px;max-height:calc(100vh - 64px)}@media (width<=1200px){.admin-workspace{--admin-sidebar-width:240px}.admin-sidebar{padding-inline:12px}.admin-content,.admin-topbar{padding-inline:24px}.admin-workspace .admin-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-workspace .admin-list-grid{grid-template-columns:1fr}}.chat-workspace{background:#fff;border:1px solid #e2e8f0;border-radius:18px;grid-template-columns:minmax(230px,300px) minmax(0,1fr);height:calc(100vh - 150px);min-height:520px;display:grid;overflow:hidden;box-shadow:0 8px 28px #0f172a0d}.admin-workspace .chat-workspace{height:calc(100vh - 138px)}.chat-room-panel{background:#f8fafc;border-right:1px solid #e7edf4;flex-direction:column;min-width:0;display:flex}.chat-room-panel-heading,.chat-dialog-heading{background:#fff;border-bottom:1px solid #e7edf4;justify-content:space-between;align-items:center;gap:12px;min-height:68px;padding:14px 16px;display:flex}.chat-room-list{flex-direction:column;flex:1;gap:5px;min-height:0;padding:10px;display:flex;overflow-y:auto}.chat-room-button{color:#667085;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:12px;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:9px;width:100%;min-height:62px;padding:9px;display:grid}.chat-room-button:hover{color:#047857;background:#ecfdf5}.chat-room-button.active{color:#047857;background:#d1fae5}.chat-room-icon{color:#047857;background:#fff;border-radius:11px;flex:0 0 38px;place-items:center;width:38px;height:38px;display:grid;box-shadow:0 2px 8px #0f172a12}.chat-room-copy{min-width:0}.chat-room-copy strong,.chat-room-copy small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.chat-room-copy strong{color:inherit;font-size:12px}.chat-room-copy small{color:#98a2b3;margin-top:4px;font-size:10px}.chat-unread-count{color:#fff;background:#ef4444;border-radius:999px;place-items:center;min-width:20px;height:20px;padding:0 5px;font-size:9px;font-weight:900;display:grid}.chat-dialog{grid-template-rows:auto minmax(0,1fr) auto;min-width:0;min-height:0;display:grid}.chat-dialog-heading{justify-content:flex-start}.chat-dialog-heading p{color:#98a2b3;margin-top:3px}.chat-message-list{background:#f8fafc;flex-direction:column;gap:12px;min-height:0;padding:18px;display:flex;overflow-y:auto}.chat-empty-dialog,.chat-loading{color:#98a2b3;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex}.chat-empty-dialog{flex:1}.chat-message{align-self:flex-start;max-width:min(78%,720px)}.chat-message.mine{align-self:flex-end}.chat-message-meta{color:#98a2b3;align-items:center;gap:6px;margin:0 5px 4px;font-size:9px;display:flex}.chat-message-meta strong{color:#667085}.chat-message-bubble{color:#253044;white-space:pre-wrap;word-break:break-word;background:#fff;border-radius:4px 16px 16px;padding:10px 13px;font-size:13px;line-height:1.45;box-shadow:0 2px 8px #0f172a0f}.chat-message.mine .chat-message-bubble{color:#fff;background:#059669;border-radius:16px 4px 16px 16px}.chat-message-bubble.announcement{color:#92400e;background:#fffbeb;border:1px solid #fde68a}.chat-announcement-label{text-transform:uppercase;margin-bottom:4px;font-size:10px;font-weight:800}.chat-composer{background:#fff;border-top:1px solid #e7edf4;flex-direction:column;gap:8px;padding:12px 14px;display:flex}.chat-composer-input{color:#172033;width:100%;min-height:44px;font:inherit;background:#f8fafc;border:1px solid #dbe3ec;border-radius:13px;outline:none;padding:0 14px}.chat-composer-input:focus{border-color:#34d399;box-shadow:0 0 0 3px #34d3991f}.chat-send-button{color:#fff;cursor:pointer;background:#059669;border:0;border-radius:13px;flex:0 0 44px;place-items:center;width:44px;height:44px;display:grid}.chat-send-button:disabled{cursor:not-allowed;opacity:.45}.chat-announcement-option{color:#b45309;cursor:pointer;align-items:center;gap:7px;font-size:11px;font-weight:700;display:flex}.chat-message-list .field-message button{color:inherit;cursor:pointer;background:0 0;border:0;margin-left:7px;text-decoration:underline}.batch-discussion{margin-top:12px}.batch-discussion-loading{place-items:center;min-height:60px;display:grid}.batch-discussion-list{max-height:360px;overflow-y:auto}.batch-comment{background:#f8fafc;border:1px solid #e8edf3;border-radius:11px;padding:10px 11px}.batch-comment-reply{border-left:3px solid #6ee7b7;margin-left:22px}.batch-comment-author{min-width:0}.batch-comment-author .badge{padding:2px 6px;font-size:9px}.batch-comment-time{color:#98a2b3;font-size:9px}.batch-comment-text{color:#344054;white-space:pre-wrap;margin-top:6px;line-height:1.45}.batch-comment-reply-button{color:#047857;cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;margin-top:7px;padding:0;font-size:10px;font-weight:700;display:inline-flex}.batch-discussion-form{border-top:1px solid #edf1f5;padding-top:8px}.batch-reply-target{color:#047857;background:#ecfdf5;border-radius:9px;padding:7px 9px;font-size:10px}.batch-reply-target button{color:inherit;cursor:pointer;background:0 0;border:0;place-items:center;padding:2px;display:grid}@media (width<=720px){.chat-workspace{border-left:0;border-right:0;border-radius:0;grid-template-rows:auto minmax(0,1fr);grid-template-columns:1fr;height:calc(100vh - 146px);min-height:480px}.chat-room-panel{border-bottom:1px solid #e7edf4;border-right:0}.chat-room-panel-heading{min-height:50px;padding:10px 14px}.chat-room-list{flex-direction:row;flex:none;padding:7px 10px;overflow:auto hidden}.chat-room-button{width:210px;min-width:210px;min-height:54px}.chat-dialog-heading{min-height:56px;padding:9px 12px}.chat-message-list{padding:12px}.chat-message{max-width:88%}.batch-comment-reply{margin-left:12px}}.modal-overlay{background:var(--background-overlay,#00000080);z-index:1000;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}@media (width>=640px){.modal-overlay{align-items:center}}.modal-sheet{background:var(--background-surface-primary);width:100%;max-width:var(--size-base-platform-width-normal,560px);max-height:92vh;padding:18px 16px calc(18px + env(safe-area-inset-bottom,0px));border-top-left-radius:20px;border-top-right-radius:20px;animation:.28s cubic-bezier(.16,1,.3,1) sheet-slide-up;overflow-y:auto}@media (width>=640px){.modal-sheet{border-radius:20px}}@keyframes sheet-slide-up{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.empty-state{text-align:center;color:var(--text-tertiary);flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:48px 20px;display:flex}.skeleton{background:linear-gradient(90deg, var(--background-surface-secondary) 25%, var(--background-surface-tertiary) 37%, var(--background-surface-secondary) 63%);background-size:400% 100%;border-radius:10px;animation:1.4s infinite skeleton-shimmer}@keyframes skeleton-shimmer{0%{background-position:100%}to{background-position:0}}.full-bleed-img{object-fit:cover;width:100%;display:block}.divider{background:var(--stroke-separator-secondary);border:none;height:1px;margin:0}.onboarding-page{min-height:100vh;color:var(--text-primary);background:radial-gradient(circle at 12% 0,#2aaa5c21,#0000 34%),linear-gradient(#f7fbf8 0%,#fff 48%);padding:20px 16px 32px}.onboarding-shell{flex-direction:column;gap:20px;width:100%;max-width:520px;margin:0 auto;display:flex}.onboarding-hero{align-items:center;gap:14px;padding:10px 2px 2px;display:flex}.onboarding-logo{color:#fff;background:linear-gradient(145deg,#208f4e,#38b96c);border-radius:18px;flex:0 0 58px;place-items:center;width:58px;height:58px;display:grid;box-shadow:0 10px 28px #208f4e3d}.onboarding-copy{flex-direction:column;gap:4px;min-width:0;display:flex}.onboarding-card{background:#fffffff5;border:1px solid #e1eae4;border-radius:22px;padding:18px;box-shadow:0 16px 48px #193d2714}.onboarding-card-heading{align-items:flex-start;gap:12px;display:flex}.onboarding-icon{color:#208f4e;background:#eaf7ef;border-radius:13px;place-items:center;width:40px;height:40px;display:grid}.role-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.role-option{color:#55615a;cursor:pointer;background:#fff;border:1px solid #dfe7e2;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:112px;padding:14px 10px;transition:border-color .18s,background .18s,transform .18s;display:flex}.role-option span{color:#17241c;font-size:14px;font-weight:700}.role-option small{color:#77827b;font-size:11px}.role-option.active{color:#208f4e;background:#f0faf4;border:2px solid #2aaa5c}.role-option:active{transform:scale(.98)}.address-field{z-index:20;position:relative}.address-suggestions{background:#fff;border:1px solid #dce6df;border-radius:16px;max-height:280px;padding:6px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 18px 44px #193d272e}.address-suggestion{color:#314039;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:12px;grid-template-columns:22px 1fr 18px;align-items:center;gap:8px;width:100%;padding:11px 10px;display:grid}.address-suggestion:hover,.address-suggestion:focus-visible{background:#eff8f2;outline:none}.address-suggestion>svg:first-child{color:#2aaa5c}.address-suggestion span{flex-direction:column;gap:3px;min-width:0;display:flex}.address-suggestion strong,.address-suggestion small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.address-suggestion strong{color:#17241c;font-size:13px}.address-suggestion small{color:#738078;font-size:11px}.address-suggestion-loading{color:#6d7972;justify-content:center;align-items:center;gap:8px;min-height:52px;font-size:13px;display:flex}.location-result{color:#167542;background:#eaf8ef;border-radius:15px;align-items:flex-start;gap:10px;padding:12px;display:flex}.location-result div{flex-direction:column;gap:3px;display:flex}.location-result strong{font-size:13px}.location-result span{color:#436451;font-size:12px}.field-message{padding:0 2px;font-size:12px;line-height:1.4}.field-message.error{color:#c9303e}.mode-switcher{background:var(--background-surface-ground);border-radius:14px;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;padding:4px;display:grid}.mode-switcher button{min-height:34px;color:var(--text-secondary);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:10px;justify-content:center;align-items:center;gap:6px;font-size:12px;font-weight:650;display:flex}.mode-switcher button.active{color:#167542;background:#fff;box-shadow:0 2px 8px #193d271a}.map-attribution{z-index:500;color:#56635b;background:#ffffffd1;border-radius:5px;padding:2px 5px;font-size:9px;line-height:1.2;text-decoration:none;position:absolute;top:8px;right:8px}.invite-card{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.invite-button{flex-shrink:0;min-width:104px}.invite-actions{flex-direction:column;gap:8px;display:flex}.invite-actions>*{min-width:0}.create-batch-modal{gap:16px}.batch-wizard-sheet{width:min(100%,680px);min-width:0;max-width:680px;max-height:min(94dvh,900px);padding:0;overflow:hidden}.batch-wizard-header{border-bottom:1px solid var(--stroke-separator-secondary);flex:none;padding:14px 16px 12px}.batch-wizard-progress{border-bottom:1px solid var(--stroke-separator-secondary);background:var(--background-surface-ground);flex:none;grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.batch-wizard-step{min-width:0;min-height:44px;color:var(--text-tertiary);font:inherit;cursor:default;text-overflow:ellipsis;background:0 0;border:0;border-bottom:3px solid #0000;padding:8px 4px 7px;font-size:11px;font-weight:650;line-height:1.15;overflow:hidden}.batch-wizard-step.available{cursor:pointer}.batch-wizard-step.active{border-bottom-color:var(--stroke-themed,#10b981);color:var(--text-themed,#047857);background:var(--background-accent-neutral-fade,#ecfdf5)}.batch-wizard-body{overscroll-behavior:contain;min-height:0;padding:16px;overflow-y:auto}.batch-wizard-panel{min-width:0}.batch-form-grid{gap:10px;min-width:0;display:grid}.batch-form-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.batch-wizard-progress-embedded{border:1px solid var(--stroke-separator-secondary);border-radius:13px;overflow:hidden}.batch-wizard-progress-embedded .batch-wizard-step{justify-content:center;align-items:center;gap:5px;display:flex}.batch-wizard-progress-embedded .batch-wizard-step>span{background:var(--background-surface-secondary);border-radius:50%;flex:0 0 18px;place-items:center;width:18px;height:18px;font-size:10px;display:grid}.batch-wizard-progress-embedded .batch-wizard-step.active>span,.batch-wizard-progress-embedded .batch-wizard-step.done>span{background:var(--background-accent-positive,#10b981);color:#fff}.batch-wizard-actions{z-index:8;padding:12px 16px calc(12px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--stroke-separator-secondary);background:color-mix(in srgb, var(--background-surface-primary) 94%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);gap:10px;margin:14px -16px -16px;display:flex;position:sticky;bottom:-16px}.batch-wizard-actions>*{flex:.75 1 0!important;width:0!important;min-width:0!important}.batch-wizard-actions>:last-child{flex-grow:1.35!important}.batch-wizard-actions>:only-child{flex-grow:1!important;width:100%!important}.batch-wizard-actions button,.batch-wizard-actions button>span{white-space:normal!important;text-overflow:clip!important;overflow:visible!important}.batch-form-intro{align-items:flex-start;gap:9px;display:flex}.batch-form-intro>svg{color:var(--icon-themed);flex:none;margin-top:2px}.batch-package-editor,.batch-package-list,.referral-editor,.referral-settings{flex-direction:column;gap:12px;display:flex}.batch-package-card{border:1px solid var(--stroke-separator-secondary);background:var(--background-surface-ground);border-radius:15px;min-width:0;padding:12px}.batch-package-fields{grid-template-columns:minmax(150px,1.4fr) minmax(90px,.7fr) minmax(105px,.9fr);gap:10px;margin:10px 0 8px;display:grid}.batch-package-custom-field{grid-column:1/-1}.batch-package-remove{background:var(--background-accent-negative-fade,#fef2f2);width:32px;height:32px;color:var(--text-negative,#dc2626);cursor:pointer;border:0;border-radius:9px;place-items:center;display:grid}.batch-package-remove:disabled{opacity:.35;cursor:default}.referral-editor{border:1px solid var(--stroke-separator-secondary);background:var(--background-surface-ground);border-radius:16px;padding:13px}.referral-toggle{cursor:pointer;grid-template-columns:auto auto minmax(0,1fr);align-items:flex-start;gap:9px;display:grid}.referral-toggle>input{margin-top:4px}.referral-toggle>svg{color:var(--icon-themed)}.referral-toggle span,.referral-rule-list span{flex-direction:column;gap:2px;min-width:0;display:flex}.referral-toggle small,.referral-rule-list small{color:var(--text-tertiary);font-size:11px;line-height:1.35}.referral-percent-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.referral-summary{background:var(--background-accent-neutral-fade,#ecfdf5);color:var(--text-secondary);border-radius:12px;align-items:flex-start;gap:8px;padding:10px;font-size:12px;line-height:1.45;display:flex}.referral-summary svg{color:var(--icon-themed);flex:none}.referral-limit-row{cursor:pointer;align-items:center;gap:8px;font-size:13px;display:flex}.referral-rule-list{gap:7px;display:grid}.referral-rule-list label{border:1px solid var(--stroke-separator-secondary);background:var(--background-surface-primary);cursor:pointer;border-radius:12px;grid-template-columns:auto minmax(0,1fr);align-items:flex-start;gap:8px;padding:9px 10px;display:grid}.referral-rule-list label.active{border-color:var(--stroke-themed,#10b981);background:var(--background-accent-neutral-fade,#ecfdf5)}.referral-rule-list input{margin-top:3px}.batch-review-card{border:1px solid var(--stroke-separator-secondary);background:var(--background-accent-neutral-fade,#ecfdf5);border-radius:14px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px 12px;display:grid}.batch-review-card>svg{color:var(--icon-themed)}@media (width<=520px){.batch-wizard-sheet{border-radius:18px 18px 0 0;max-height:100dvh}.batch-wizard-header,.batch-wizard-body{padding-inline:12px}.batch-wizard-actions{margin-inline:-12px;padding-inline:12px}.batch-package-fields,.referral-percent-grid,.batch-form-grid-2{grid-template-columns:1fr 1fr}.batch-package-type-field{grid-column:1/-1}}@media (width<=360px){.batch-wizard-step{font-size:10px}.batch-package-fields,.referral-percent-grid,.batch-form-grid-2{grid-template-columns:1fr}.batch-package-type-field{grid-column:auto}.batch-wizard-actions{flex-direction:column-reverse}.batch-wizard-actions>*{flex:none!important;width:100%!important}.batch-wizard-progress-embedded .batch-wizard-step{gap:2px}.batch-wizard-progress-embedded .batch-wizard-step>span{display:none}}.form-modal-heading{border-bottom:1px solid var(--stroke-separator-secondary);align-items:flex-start;padding-bottom:12px}.icon-plain-button{background:var(--background-surface-secondary);width:34px;height:34px;color:var(--icon-secondary);cursor:pointer;border:0;border-radius:10px;flex:0 0 34px;place-items:center;display:grid}.create-batch-form{gap:18px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.form-steps{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;display:grid}.form-step{border:0;border-bottom:2px solid var(--stroke-separator-secondary);min-width:0;color:var(--text-tertiary);font:inherit;cursor:default;text-overflow:ellipsis;background:0 0;padding:8px 4px;font-size:11px;overflow:hidden}.form-step span{background:var(--background-surface-secondary);border-radius:50%;place-items:center;width:20px;height:20px;margin:0 auto 4px;display:grid}.form-step.active,.form-step.done{border-bottom-color:var(--accent-primary);color:var(--text-primary)}.form-step.done{cursor:pointer}.form-step.active span,.form-step.done span{background:var(--accent-primary);color:#fff}.button-like{border:1px solid var(--stroke-separator-secondary);border-radius:12px;min-height:44px;padding:11px 14px;font-weight:700;display:block}.button-like.secondary{background:var(--background-surface-secondary)}.success-card{background:#f0fdf4;border-color:#86efac}.form-field{flex-direction:column;gap:5px;min-width:0;display:flex}.form-label{color:var(--text-primary);font-size:13px;font-weight:700}.form-label b{color:var(--text-negative)}.form-helper{min-height:14px;color:var(--text-tertiary);font-size:11px;line-height:1.3}.form-control{border:1px solid var(--stroke-separator-secondary);background:var(--background-surface-secondary);width:100%;min-height:44px;color:var(--text-primary);font:inherit;border-radius:12px;outline:none;padding:0 12px;font-size:14px}.form-control:focus{border-color:var(--stroke-themed)}.form-section{border:1px solid var(--stroke-separator-secondary);background:var(--background-surface-ground);border-radius:16px;flex-direction:column;gap:14px;padding:14px;display:flex}.form-section-title{color:var(--text-primary);align-items:center;gap:7px;font-size:14px;font-weight:750;display:flex}.form-section-title svg{color:var(--icon-themed)}.form-suggestion-wrap{z-index:25;position:relative}.form-suggestions{z-index:30;border:1px solid var(--stroke-separator-secondary);background:#fff;border-radius:12px;max-height:210px;padding:5px;position:absolute;top:calc(100% + 5px);left:0;right:0;overflow-y:auto;box-shadow:0 14px 36px #193d272e}.form-suggestions button{color:#17241c;text-align:left;width:100%;min-height:38px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:9px;padding:8px 10px;font-size:13px}.form-suggestions button:hover,.form-suggestions button:focus-visible{background:#eff8f2;outline:none}.icon-button-plain{width:36px;height:36px;color:var(--icon-secondary);cursor:pointer;background:0 0;border:0;border-radius:10px;flex:0 0 36px;place-items:center;display:grid}.create-choice-sheet,.self-pickup-editor{width:min(100%,560px);max-height:94vh;overflow-y:auto}.create-choice-card{border:1px solid var(--stroke-separator-secondary);background:var(--background-surface-primary);width:100%;min-height:92px;color:var(--text-primary);text-align:left;cursor:pointer;border-radius:16px;align-items:center;gap:14px;padding:16px;display:flex}.create-choice-card:hover,.create-choice-card:focus-visible{border-color:var(--stroke-themed);background:var(--background-accent-neutral-fade);outline:none}.create-choice-card>svg{color:var(--icon-themed);flex:none}.create-choice-card span{flex-direction:column;gap:5px;min-width:0;display:flex}.create-choice-card strong{font-size:16px}.create-choice-card small{color:var(--text-secondary);font-size:13px;line-height:1.35}.self-pickup-page{gap:14px}.self-pickup-hero{background:linear-gradient(135deg,#ecfdf5 0%,#fefce8 100%);border:1px solid #bbf7d0;border-radius:20px;justify-content:space-between;align-items:center;gap:12px;padding:18px;display:flex}.storefront-actions{flex:none;align-items:stretch;gap:8px;display:flex}.storefront-heading-copy{gap:4px;min-width:0;display:grid}.section-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.storefront-news-section{padding-top:4px}.storefront-news-grid{grid-template-columns:minmax(0,1fr);gap:12px;display:grid}.storefront-news-card{min-width:0;overflow:hidden}.self-pickup-filters{align-items:center;gap:8px;display:flex}.self-pickup-grid{grid-template-columns:minmax(0,1fr);gap:12px;display:grid}.self-pickup-card{min-width:0;overflow:hidden}.self-pickup-cover{object-fit:cover;width:calc(100% + 28px);height:150px;margin:-14px -14px 2px}.self-pickup-card svg,.self-pickup-editor .form-label svg{vertical-align:-2px;display:inline-block}.self-pickup-note{color:#854d0e;background:#fffbeb;border-radius:12px;padding:10px 12px;font-size:12px;line-height:1.4}@media (width>=760px){.self-pickup-grid,.storefront-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=420px){.self-pickup-hero,.storefront-actions,.section-heading{flex-direction:column;align-items:stretch}.storefront-actions>*,.section-heading>button{width:100%}.self-pickup-filters{flex-direction:column;align-items:stretch}.create-choice-card{min-height:104px}}.input-with-unit{position:relative}.input-with-unit>span{z-index:2;color:var(--text-tertiary);pointer-events:none;font-size:12px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.input-with-unit input{padding-right:54px!important}.package-options{flex-wrap:wrap;gap:7px;display:flex}.package-options button{border:1px solid var(--stroke-themed);background:var(--background-accent-neutral-fade);min-height:32px;color:var(--text-themed);font:inherit;cursor:pointer;border-radius:999px;align-items:center;gap:5px;padding:6px 10px;font-size:12px;font-weight:650;display:inline-flex}.add-option-row{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.photo-picker{flex-wrap:wrap;gap:8px;display:flex}.photo-picker img,.photo-add-button{border-radius:12px;width:58px;height:58px}.photo-picker img{object-fit:cover}.photo-add-button{border:1px dashed var(--stroke-separator-primary);color:var(--icon-themed);background:var(--background-surface-secondary);cursor:pointer;place-items:center;display:grid}.photo-add-button input{display:none}@media (width<=420px){.form-grid,.responsive-action-row.stack-on-compact,.invite-card{grid-template-columns:1fr}.invite-button{width:100%}.form-step{padding-inline:1px;font-size:10px}}@media (width<=380px){.responsive-action-row{grid-template-columns:1fr}.onboarding-page{padding-inline:12px}.onboarding-card{padding:15px}}:root,body,#root,[data-color-scheme=light],[class*=MaxUI_colorScheme_light],.app-container,.admin-workspace{--market-ink:#203d32;--market-green:#397354;--market-muted:#64736a;--market-line:#dde5da;--background-surface-ground:#f6f7f2;--background-surface-primary:#fff;--background-surface-card:#fff;--background-surface-secondary:#eef2e9;--background-accent-themed:#397354;--states-background-pressed-themed:#2c5b43;--background-accent-neutral-fade:#edf3e9;--text-primary:#233b30;--text-secondary:#5e6d63;--text-tertiary:#758178;--text-themed:#397354;--icon-themed:#397354;--stroke-themed:#397354;--border-subtle:#dde5da;--stroke-separator-primary:#dde5da;--stroke-separator-secondary:#e5eadd;--size-border-radius-semantic-border-radius-card:18px}body{color:#233b30;font-family:Segoe UI,system-ui,sans-serif}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:3px;outline:3px solid #80ad83}button{touch-action:manipulation}button:disabled{cursor:not-allowed}button[class*=Button_variant_primary]{--MaxUi-Button_background:#397354;--MaxUi-Button_background-active:#2c5b43}button[class*=Button_variant_secondary]{--MaxUi-Button_background:#edf3e9;--MaxUi-Button_foreground:#345a40}.app-container{background:#f6f7f2}.app-main{min-width:0}.page{gap:22px}.card{box-shadow:none;border-color:#dde5da}.pill{color:#58675d;background:#fff;border-color:#dce4d9;padding:10px 17px;font-weight:600}.pill.active{color:#fff;background:#203d32;border-color:#203d32}.badge-positive,.badge-themed{color:#356447;background:#edf3e7}.progress-fill{background:#6a9560}.marketplace-header{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;gap:15px;padding:18px 28px 12px}.marketplace-header-main,.marketplace-header-context,.marketplace-header-actions{align-items:center;gap:18px;display:flex}.marketplace-header-main{justify-content:space-between}.marketplace-brand{color:#203d32;cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;gap:11px;padding:0;display:flex}.marketplace-brand-mark{color:#f1f5de;background:#203d32;border-radius:14px;place-items:center;width:43px;height:43px;display:grid}.marketplace-brand strong{letter-spacing:-.6px;font-size:22px;font-weight:750;display:block}.marketplace-brand small{color:#758178;margin-top:1px;font-size:11px;display:block}.marketplace-header-actions{gap:9px}.shell-icon-button{color:#4c6154;cursor:pointer;background:#fff;border:1px solid #e4eadf;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;min-width:40px;min-height:40px;padding:8px;display:inline-flex;position:relative}.shell-icon-button:hover{background:#f1f5ec}.shell-profile{cursor:pointer;background:0 0;border:0;padding:2px}.shell-avatar{color:#345a40;background:#e5eddd;border-radius:50%;place-items:center;width:36px;height:36px;font-size:14px;font-weight:650;display:grid}.shell-unread{color:#fff;background:#b25338;border-radius:20px;place-items:center;min-width:18px;height:18px;padding:1px 4px;font-size:10px;display:grid;position:absolute;top:-5px;right:-4px}.shell-sign-in{color:#fff;background:#203d32;border-radius:10px;padding:10px 20px;font-size:14px;font-weight:650;text-decoration:none}.marketplace-header-context{color:#6c7b6d;justify-content:space-between;font-size:12px}.marketplace-header-context button{color:#5e7061;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;min-height:28px;padding:0;display:inline-flex}.city-menu-button{color:#365b43;cursor:pointer;min-width:0;max-width:100%;min-height:44px;font:inherit;text-align:left;background:0 0;border:0;align-items:center;gap:6px;padding:6px 0;display:inline-flex}.city-menu-button svg{flex-shrink:0}.city-menu-button span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.marketplace-header-context .city-menu-button{max-width:calc(100% - 105px);min-height:44px;font-size:14px;font-weight:600}.public-nav .city-menu-button{max-width:230px;font-size:14px}.market-location .city-menu-button{color:inherit}.city-menu-button:focus-visible,.city-text-button:focus-visible{outline-offset:4px;border-radius:5px;outline:2px solid #365b43}.catalog-location-scope{color:#52634e;cursor:pointer;align-items:center;gap:8px;min-height:44px;font-size:13px;display:flex}.catalog-location-scope input{accent-color:#365b43;width:18px;height:18px}.city-text-button{color:#365b43;cursor:pointer;font:inherit;background:0 0;border:0;padding:10px}.location-scope-note{color:#677464;margin:0;font-size:13px;line-height:1.5}.location-scope-note button{color:#365b43;cursor:pointer;font:inherit;background:0 0;border:0;padding:4px;text-decoration:underline}@media (width<=560px){.public-nav .city-menu-button{max-width:128px;font-size:12px}.market-landing .public-header-inner{flex-wrap:wrap;gap:6px;padding-top:12px;padding-bottom:12px}.market-landing .public-nav{justify-content:space-between;width:100%}.market-landing .public-nav .city-menu-button{max-width:calc(100% - 100px);font-size:14px}}.workspace-switch{background:#f1f4eb;border-radius:12px;gap:3px;padding:4px;display:flex}.workspace-switch button{color:#687569;cursor:pointer;background:0 0;border:0;border-radius:9px;padding:8px 15px;font-size:13px}.workspace-switch button[aria-pressed=true]{color:#264c36;background:#fff;box-shadow:0 1px 3px #203d3210}.marketplace-navigation{background:#fff}.tab-bar-item{color:#69766c;gap:5px;min-height:48px;font-size:11px}.tab-bar-item.active{color:#284e39}.navigation-label,.navigation-extra,.navigation-footer{display:none}.navigation-sheet h2{margin:0;font-size:20px}.navigation-sheet .tab-bar-item{flex-direction:row;flex:none;justify-content:flex-start;gap:14px;padding:12px;font-size:15px}.navigation-help{color:#397354;padding:12px;font-size:14px}.catalog-page{padding-top:32px}.catalog-heading{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.section-eyebrow{color:#688360;letter-spacing:1.8px;font-size:10px;font-weight:750}.catalog-heading h1{letter-spacing:-1.25px;color:#203d32;margin:10px 0;font-size:clamp(26px,3vw,37px);font-weight:650;line-height:1.18}.catalog-heading p{color:#667266;max-width:560px;margin:0;font-size:14px;line-height:1.6}.catalog-map-button{color:#426547;cursor:pointer;background:#fff;border:1px solid #d9e1d4;border-radius:11px;flex-shrink:0;align-items:center;gap:7px;padding:12px 15px;font-size:12px;display:inline-flex}.catalog-toolbar{grid-template-columns:minmax(0,1fr) minmax(175px,.32fr);align-items:stretch;gap:12px;margin-top:8px;display:grid}.catalog-toolbar>:first-child{align-self:center}.catalog-select{background:#fff;border:1px solid #dde5da;border-radius:12px;flex-direction:column;gap:2px;padding:6px 12px;display:flex}.catalog-select span{color:#768471;font-size:10px}.catalog-select select,.catalog-results-bar select{color:#37513d;cursor:pointer;background:0 0;border:0;width:100%;min-height:25px;font-size:13px}.catalog-categories{gap:7px;padding-bottom:4px}.catalog-results-bar{color:#647360;justify-content:space-between;align-items:center;gap:12px;font-size:12px;display:flex}.catalog-results-bar select{text-align:right;width:auto;max-width:210px;font-size:12px}.catalog-loading,.catalog-empty{color:#52734c;text-align:center;background:#fbfcf9;border:1px dashed #cedac7;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:14px;min-height:290px;padding:35px 24px;display:flex}.catalog-empty h2{color:#304c36;margin:0;font-size:22px;font-weight:650;line-height:1.3}.catalog-empty p,.catalog-loading p{color:#6c7b66;max-width:410px;margin:0;font-size:14px;line-height:1.65}.catalog-request{border-top:1px solid #dce4d5;justify-content:space-between;align-items:center;gap:20px;margin-top:10px;padding:24px 0 10px;display:flex}.catalog-request strong{color:#294932;font-size:15px}.catalog-request p{color:#6f7b6a;margin:5px 0 0;font-size:12px;line-height:1.6}.catalog-request button{color:#365f3f;cursor:pointer;background:0 0;border:0;flex-shrink:0;align-items:center;gap:9px;padding:10px 0;font-size:13px;font-weight:650;display:flex}.catalog-onboarding{color:#354f33;background:#eaf1df;border-radius:14px;justify-content:space-between;align-items:center;gap:18px;padding:18px;font-size:14px;display:flex}.catalog-onboarding p{margin:4px 0 0;font-size:12px;line-height:1.5}.catalog-notice{background:#fff7e9;border-radius:12px;padding:15px;font-size:14px}.seller-create-bar{color:#65725f;justify-content:space-between;align-items:center;gap:15px;padding:24px 24px 0;font-size:13px;display:flex}.admin-workspace{color:#203d32;background:#f6f7f2}.admin-brand-mark{box-shadow:none;background:#203d32}.admin-sidebar-link.active{color:#356346;background:#edf3e6}.admin-sidebar-link.active .admin-sidebar-icon{color:#356346;background:#dae8d3}.admin-topbar{background:#fff}.admin-content{background:#f6f7f2}.admin-review-error{color:#9f442d;background:#fff5ed;border:1px solid #f1c9b7;border-radius:12px;padding:14px 16px;font-size:14px;line-height:1.5}.review-media-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:8px;display:grid}.review-media-grid img{object-fit:cover;border-radius:10px;width:100%;height:120px}.review-fields{gap:10px;margin:0;font-size:13px;line-height:1.5;display:grid}.review-fields dt{color:#6e7c65;font-size:11px}.review-fields dd{white-space:pre-wrap;overflow-wrap:anywhere;margin:2px 0 0}@media (width>=1024px){html[data-runtime=web] #root{background:#f6f7f2}html[data-runtime=web] .app-container{background:#f6f7f2;grid-template-columns:214px minmax(0,1fr);max-width:1520px}html[data-runtime=web] .page{padding:30px clamp(24px,3vw,46px) 40px}html[data-runtime=web] .tab-bar{border-right-color:#dde5da;gap:5px;min-height:calc(100vh - 123px);padding:25px 14px;top:123px}html[data-runtime=web] .tab-bar-item{color:#667363;border-radius:11px;gap:12px;min-height:45px;font-size:13px}html[data-runtime=web] .tab-bar-item.active{color:#325d3a;background:#edf3e5;font-weight:700}html[data-runtime=web] .navigation-label{color:#8c9787;letter-spacing:.9px;text-transform:uppercase;padding:5px 13px 11px;font-size:10px;display:block}html[data-runtime=web] .navigation-label.navigation-extra{margin-top:27px}html[data-runtime=web] .navigation-extra.tab-bar-item{display:flex}html[data-runtime=web] .navigation-more{display:none}html[data-runtime=web] .navigation-footer{flex-direction:column;gap:13px;margin-top:auto;padding:45px 13px 0;display:flex}.navigation-footer a{color:#74806e;font-size:12px;text-decoration:none}.navigation-footer small{color:#98a08d;max-width:130px;font-size:10px;line-height:1.6}html[data-runtime=web] .batch-catalog-grid{grid-template-columns:repeat(auto-fill,minmax(245px,1fr));gap:18px}}@media (width<=1023px){.marketplace-navigation{border-top-color:#dde5da;gap:0;padding-top:8px;position:sticky;bottom:0}.tab-bar-item.active{background:#f0f5e9}.marketplace-header{padding:15px 18px 9px}.catalog-map-button{display:none}.catalog-page{padding-top:25px}}@media (width<=600px){.marketplace-header{gap:9px}.marketplace-header-main{flex-wrap:wrap;gap:8px}.marketplace-brand{gap:8px}.marketplace-brand strong{font-size:19px}.marketplace-brand small{font-size:10px}.marketplace-brand-mark{border-radius:11px;width:37px;height:37px}.marketplace-header-actions{gap:5px;margin-left:auto}.marketplace-header-context{gap:15px;font-size:10px}.marketplace-header-context>:last-child{white-space:nowrap}.workspace-switch{order:3;width:100%}.workspace-switch button{flex:1}.header-help{display:none}.page{gap:18px}.catalog-heading h1{letter-spacing:-.8px;font-size:28px}.catalog-heading p{font-size:13px}.section-eyebrow{letter-spacing:1px;font-size:9px}.catalog-toolbar{grid-template-columns:1fr;gap:9px;margin-top:2px}.catalog-select{flex-direction:row;align-items:center;gap:10px;padding:8px 12px}.catalog-select span{flex-shrink:0;font-size:11px}.catalog-select select{text-align:right}.catalog-categories .pill{padding:9px 15px;font-size:12px}.catalog-request{flex-direction:column;align-items:flex-start;gap:5px}.catalog-empty{min-height:250px;padding:30px 18px}.catalog-empty h2{font-size:20px}.catalog-onboarding{flex-direction:column;align-items:flex-start}.seller-create-bar{flex-direction:column;align-items:stretch;padding:20px 16px 0}.tab-bar-item{min-height:50px;padding-inline:2px;font-size:10px}}@media (width<=1023px){.admin-workspace{grid-template-columns:1fr;min-width:0}.admin-sidebar{border-right:0;height:auto;padding:18px;position:relative}.admin-brand{padding:0}.admin-sidebar-nav{flex-direction:row;gap:8px;overflow-x:auto}.admin-sidebar-link{min-width:125px;padding:10px}.admin-sidebar-copy small,.admin-sidebar-chevron,.admin-sidebar-account,.admin-access-badge{display:none}.admin-sidebar-icon{flex-shrink:0;width:25px;height:25px}.admin-topbar{flex-wrap:wrap;gap:15px;padding:18px;position:relative}.admin-content{padding:20px 16px}.admin-workspace .admin-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-workspace .admin-list-grid,.admin-catalog-grid{grid-template-columns:1fr}.admin-workspace .modal-sheet{width:min(100%,720px)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.city-picker-backdrop{z-index:1200;background:#182b1f73;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0;overflow-y:auto}.city-picker{box-sizing:border-box;overscroll-behavior:contain;background:var(--background-surface-primary,#fff);width:min(100%,460px);max-height:calc(100dvh - 40px);color:var(--text-primary,#233b30);border-radius:24px;padding:32px 24px 24px;position:relative;overflow-y:auto;box-shadow:0 20px 80px #182b1f33}.city-picker h2{overflow-wrap:anywhere;margin:0 32px 18px 0;font-size:25px;font-weight:750;line-height:1.2}.city-picker button,.city-picker input{font:inherit}.city-picker button{cursor:pointer}.city-picker button:disabled{cursor:wait;opacity:.65}.city-picker button:focus-visible,.city-picker input:focus-visible{outline-offset:3px;outline:3px solid #91b8a0}.city-picker-close{width:40px;height:40px;color:inherit;background:0 0;border:0;border-radius:50%;place-items:center;display:grid;position:absolute;top:12px;right:12px}.city-picker-close:hover{background:var(--background-surface-secondary,#eef2e9)}.city-picker-symbol{color:#36694b;background:#edf4eb;border-radius:18px;margin-bottom:16px;padding:12px;display:inline-flex}.city-picker-details{color:var(--text-secondary,#5b6a61);overflow-wrap:anywhere;margin:-4px 0 20px;line-height:1.5}.city-picker-label{margin-bottom:9px;font-size:14px;font-weight:650;display:block}.city-picker-search{border:1px solid var(--border-subtle,#dde5da);background:var(--background-surface-ground,#f6f7f2);border-radius:12px;align-items:center;gap:10px;padding:0 13px;display:flex}.city-picker-search svg{color:#637568;flex-shrink:0}.city-picker-search input{width:100%;min-width:0;min-height:48px;color:inherit;background:0 0;border:0;border-radius:4px;padding:8px 0;font-size:16px}.city-picker-help{color:var(--text-secondary,#5b6a61);margin:9px 0 17px;font-size:13px;line-height:1.45}.city-picker-geolocation{color:#36694b;text-align:left;background:0 0;border:0;align-items:center;gap:9px;min-height:44px;padding:7px 0;display:flex;font-size:14px!important}.city-picker-geolocation svg{flex-shrink:0}.city-picker-message,.city-picker-error{margin:12px 0 0;font-size:14px;line-height:1.5}.city-picker-message{color:var(--text-secondary,#5b6a61)}.city-picker-error{color:#a4372c}.city-picker-results ul{margin:12px 0 0;padding:0;list-style:none}.city-picker-results li+li{border-top:1px solid var(--border-subtle,#dde5da)}.city-picker-results li button{width:100%;min-height:64px;color:inherit;text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:12px;padding:12px 8px;display:flex}.city-picker-results li button:hover{background:var(--background-surface-secondary,#eef2e9)}.city-picker-results li svg{color:#6c8272;flex-shrink:0}.city-picker-results li span{min-width:0}.city-picker-results strong,.city-picker-results small{overflow-wrap:anywhere;display:block}.city-picker-results strong{font-size:16px;font-weight:650}.city-picker-results small{color:var(--text-secondary,#5b6a61);margin-top:4px;font-size:13px;line-height:1.45}.city-picker-actions{gap:10px;display:grid}.city-picker-primary,.city-picker-secondary{border:1px solid #0000;border-radius:12px;min-height:48px;padding:12px 18px;font-weight:650!important}.city-picker-primary{color:#fff;background:#386548}.city-picker-primary:hover{background:#2b5139}.city-picker-secondary{background:var(--background-surface-secondary,#eef2e9);color:inherit}.city-picker-spinner{animation:1s linear infinite city-picker-spin}@keyframes city-picker-spin{to{transform:rotate(360deg)}}@media (width<=480px){.city-picker-backdrop{padding:12px}.city-picker{border-radius:20px;max-height:calc(100dvh - 24px);padding:30px 20px 22px}.city-picker h2{font-size:23px}}@media (prefers-reduced-motion:reduce){.city-picker-spinner{animation:none}}.public-experience{--public-bg:#f6f7f2;--public-ink:#203d32;--public-green:#397354;--public-muted:#69776d;--public-line:#dce3d8;width:100%;min-height:100vh;color:var(--public-ink);background:var(--public-bg);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}.public-experience a{color:var(--public-green);text-underline-offset:4px}.public-experience :is(a,button,input,summary):focus-visible{outline-offset:4px;outline:3px solid #799b6c}.public-experience button,.public-experience input{font:inherit}.public-container{width:min(1184px,100% - 80px);margin-inline:auto}.public-skip-link{z-index:1000;background:#fff;padding:12px 18px;position:absolute;top:-80px;left:20px}.public-skip-link:focus{top:12px}.public-header{border-bottom:1px solid var(--public-line);background:var(--public-bg)}.public-header-inner{justify-content:space-between;align-items:center;gap:24px;min-height:88px;display:flex}.public-brand{letter-spacing:-.7px;align-items:center;gap:10px;font-size:21px;font-weight:750;text-decoration:none;display:inline-flex;color:var(--public-ink)!important}.public-brand-mark{background:var(--public-ink);color:#fff;border-radius:12px;place-items:center;width:40px;height:40px;display:grid}.public-nav{align-items:center;gap:28px;font-size:14px;font-weight:550;display:flex}.public-nav a{color:var(--public-ink);text-decoration:none}.public-button{border:1px solid var(--public-green);background:var(--public-green);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:12px;min-height:50px;padding:14px 22px;font-size:15px;font-weight:650;text-decoration:none;transition:background .15s,border-color .15s;display:inline-flex;color:#fff!important}.public-button:hover{background:#2c5b43;border-color:#2c5b43}.public-button:disabled{cursor:default;opacity:.48}.public-button-outline{background:0 0;border-color:#c2cdc0;color:var(--public-ink)!important}.public-button-outline:hover{background:#eaf0e6;border-color:#7e967d}.public-button-small{min-height:42px;padding:9px 17px;font-size:14px}.public-text-link{align-items:center;gap:9px;min-height:44px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.public-text-link:hover{text-decoration:underline}.public-eyebrow{color:var(--public-green);letter-spacing:1.4px;text-transform:uppercase;align-items:center;gap:8px;margin:0 0 20px;font-size:12px;font-weight:650;display:flex}.public-actions{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.market-hero{grid-template-columns:1.12fr 1fr;align-items:center;gap:70px;padding-block:76px 84px;display:grid}.market-hero h1{letter-spacing:-2.4px;margin:0;font-size:clamp(40px,4.5vw,62px);font-weight:650;line-height:1.11}.market-hero h1 span{color:var(--public-green)}.market-hero-description{max-width:490px;color:var(--public-muted);margin:24px 0 30px;font-size:18px;line-height:1.7}.market-hero-note{color:var(--public-muted);align-items:center;gap:8px;margin:22px 0 0;font-size:12px;display:flex}.market-hero-note svg{color:var(--public-green);flex-shrink:0}.market-hero-board{background:#e9eddf;border-radius:20px;padding:28px;overflow:hidden}.market-board-top{justify-content:space-between;align-items:center;margin-bottom:22px;font-size:12px;font-weight:600;display:flex}.market-produce-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.market-produce-tile{border-radius:72px 72px 10px 10px;flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:170px;padding:16px 6px;transition:transform .15s;display:flex}.public-experience .market-produce-tile{color:var(--produce-ink);text-decoration:none}.market-produce-tile:hover{transform:translateY(-3px)}.market-produce-tile svg{width:55px;height:55px}.market-produce-tile span{text-align:center;font-size:11px;font-weight:550}.market-produce-vegetables{--produce-ink:#9a5935;background:#ecdac4}.market-produce-harvest{--produce-ink:#687444;background:#dbe3bf}.market-produce-basket{--produce-ink:#3c694b;background:#ceddcc}.public-experience .market-self-pickup-link{color:var(--public-ink);border-top:1px solid #ccd5c2;align-items:center;gap:12px;margin-top:24px;padding-top:20px;text-decoration:none;display:flex}.market-self-pickup-link>span{flex:1}.market-self-pickup-link strong,.market-self-pickup-link small{display:block}.market-self-pickup-link strong{font-size:16px;font-weight:650}.market-self-pickup-link small{color:var(--public-muted);margin-top:4px;font-size:12px}.market-self-pickup-link>svg{flex-shrink:0}.market-self-pickup-link:hover strong{text-underline-offset:4px;text-decoration:underline}.market-how-section{border-block:1px solid var(--public-line);background:#fffef9;padding-block:60px}.market-section-heading h2,.market-seller-section h2{letter-spacing:-1px;margin:0;font-size:clamp(25px,3vw,34px);font-weight:600;line-height:1.25}.market-section-heading .public-eyebrow,.market-seller-section .public-eyebrow{margin-bottom:12px}.market-step-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:48px;margin-top:38px;display:grid}.market-step>span{color:#91a28d;font-size:14px;font-weight:550}.market-step h3{margin:12px 0 9px;font-size:18px;font-weight:600}.market-step p{max-width:315px;color:var(--public-muted);margin:0;font-size:14px;line-height:1.7}.market-seller-section{border-bottom:1px solid var(--public-line);grid-template-columns:100px minmax(0,1fr) auto;align-items:center;gap:32px;padding-block:64px;display:grid}.market-seller-symbol{width:96px;height:110px;color:var(--public-green);background:#e4eadb;border-radius:50px 50px 16px 16px;place-items:center;display:grid}.market-seller-section p:not(.public-eyebrow){max-width:570px;color:var(--public-muted);margin-bottom:0;font-size:14px;line-height:1.7}.market-faq-section{grid-template-columns:.85fr 1.15fr;gap:72px;padding-block:70px 80px;display:grid}.market-section-heading>.public-text-link{margin-top:20px}.market-faq-list details{border-bottom:1px solid var(--public-line)}.market-faq-list details:first-child{border-top:1px solid var(--public-line)}.market-faq-list summary{cursor:pointer;justify-content:space-between;align-items:center;gap:18px;padding:20px 0;font-size:15px;font-weight:600;list-style:none;display:flex}.market-faq-list summary::-webkit-details-marker{display:none}.market-faq-list summary svg{flex-shrink:0;transition:transform .2s}.market-faq-list details[open] summary svg{transform:rotate(180deg)}.market-faq-list details p{color:var(--public-muted);margin:0 0 22px;font-size:14px;line-height:1.75}.public-footer{border-top:1px solid var(--public-line);background:#edf0e7;padding-block:40px 28px}.public-footer-top{justify-content:space-between;align-items:center;gap:24px;display:flex}.public-footer-top p{color:var(--public-muted);margin:8px 0 0;font-size:13px}.public-footer-links{flex-wrap:wrap;gap:10px 24px;margin-block:28px;font-size:12px;display:flex}.public-footer-links a,.public-footer-details a{color:#5c6f60;text-decoration:none}.public-footer-links a:hover,.public-footer-details a:hover{text-decoration:underline}.public-footer-details{color:#72806f;border-top:1px solid #d6ddce;justify-content:space-between;gap:24px;padding-top:20px;font-size:11px;line-height:1.8;display:flex}.public-experience.public-auth{background:var(--public-bg);flex-direction:column;padding:0;display:flex}.public-auth-main{flex:1;grid-template-columns:1fr 440px;align-items:center;gap:100px;width:min(100% - 40px,1020px);margin:auto;padding-block:60px;display:grid}.public-auth-intro h1{letter-spacing:-1.6px;margin:0 0 20px;font-size:44px;font-weight:600;line-height:1.17}.public-auth-intro p:not(.public-eyebrow){max-width:380px;color:var(--public-muted);font-size:16px;line-height:1.8}.public-auth .web-auth-card{border:1px solid var(--public-line);box-shadow:none;background:#fff;border-radius:16px;gap:22px;padding:30px}.public-auth h2{letter-spacing:-.65px;margin:0 0 8px;font-size:25px;font-weight:600;line-height:1.3}.public-auth-description{color:var(--public-muted);overflow-wrap:anywhere;margin:0;font-size:14px;line-height:1.65}.public-auth .web-auth-tabs{background:#f0f3eb;border-radius:9px;padding:4px}.public-auth .web-auth-tabs button{color:var(--public-muted);border-radius:6px;min-height:40px;font-size:13px;font-weight:600}.public-auth .web-auth-tabs button.active{color:var(--public-ink);box-shadow:0 1px 4px #203d320c}.public-field{color:var(--public-ink);flex-direction:column;gap:7px;font-size:13px;font-weight:550;display:flex}.public-field-hint{color:var(--public-muted);font-size:11px;font-weight:400}.public-auth-form{flex-direction:column;gap:18px;display:flex}.public-input{width:100%;min-height:48px;color:var(--public-ink);background:#fff;border:1px solid #ced8cc;border-radius:9px;padding:12px 14px;font-size:15px!important}.public-input::placeholder{color:#929c91}.public-input:focus{outline-offset:1px;outline:2px solid #87a779}.public-auth .web-auth-code{color:var(--public-ink);background:#f8faf5;border:1px solid #ced8cc;border-radius:9px;font-size:25px}.public-auth .web-auth-code-actions{flex-wrap:wrap;gap:10px}.public-auth .web-auth-code-actions button{min-height:36px;color:var(--public-green);font-size:12px}.public-auth .web-auth-code-actions button:disabled{color:#929c91}.public-auth .web-auth-card-icon{width:44px;height:44px;color:var(--public-green);background:#edf2e5;border-radius:12px}.public-auth-legal{color:var(--public-muted);margin:0;font-size:11px;line-height:1.7}.public-auth-max{justify-content:center;align-items:center;gap:8px;min-height:44px;font-size:13px;font-weight:550;text-decoration:none;display:flex}.public-auth-footer{color:var(--public-muted);text-align:center;padding:20px;font-size:12px}.public-auth-footer a{margin-inline:10px}.public-auth .field-message.error{color:#97452c;background:#fff2ee;border-radius:8px;margin:0;padding:12px 14px;font-size:13px}.public-phone-main{width:min(100% - 40px,440px);margin:auto;padding-block:48px;display:block}.public-phone-steps{color:var(--public-muted);margin:0;padding-left:22px;font-size:13px;line-height:1.65}.public-phone-steps li+li{margin-top:8px}.public-auth .web-auth-security{color:var(--public-green);background:#eef3e8;padding:12px;font-size:13px}.public-auth .phone-verification-skip{width:100%;min-height:42px;color:var(--public-green);text-underline-offset:4px;cursor:pointer;background:0 0;border:0;font-size:13px;text-decoration:underline}.public-experience.public-onboarding{background:var(--public-bg);min-height:100%;padding:28px 20px 40px}.public-onboarding .onboarding-shell{gap:24px;max-width:620px}.public-onboarding .onboarding-hero{align-items:flex-start;gap:14px}.public-onboarding .onboarding-logo{background:var(--public-ink);width:44px;height:44px;box-shadow:none;border-radius:12px;flex-basis:44px}.public-onboarding .onboarding-card{border:1px solid var(--public-line);box-shadow:none;background:#fff;border-radius:16px;padding:26px}.public-onboarding .role-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.public-onboarding .role-option{min-height:112px;color:var(--public-muted);border:1px solid #d8e0d3;border-radius:10px;padding:13px 8px}.public-onboarding .role-option.active{border:1px solid var(--public-green);box-shadow:inset 0 0 0 1px var(--public-green);color:var(--public-green);background:#eff4e9}.public-onboarding .role-option span{color:var(--public-ink);font-size:13px}.public-onboarding .role-option small{color:var(--public-muted);font-size:11px}.public-onboarding .location-result{color:var(--public-green);background:#eef3e8;border-color:#d9e3ce}.public-onboarding-note{border:1px solid var(--public-line);color:var(--public-muted);background:#f6f8f2;border-radius:10px;padding:13px 15px;font-size:13px;line-height:1.7}.public-onboarding-label{color:var(--public-ink);margin-bottom:8px;font-size:13px;font-weight:600}.public-onboarding .public-button{width:100%}.public-legal-main{width:min(900px,100% - 80px);margin:auto;padding-block:48px 72px}.public-breadcrumb{align-items:center;gap:7px;margin-bottom:24px;font-size:13px;text-decoration:none;display:inline-flex}.public-legal-heading{align-items:flex-start;gap:18px;margin-bottom:30px;display:flex}.public-legal-icon{color:var(--public-green);background:#e8eedf;border-radius:12px;flex-shrink:0;place-items:center;width:50px;height:50px;display:grid}.public-legal-heading h1{letter-spacing:-.9px;margin:0 0 10px;font-size:clamp(26px,4vw,38px);font-weight:600;line-height:1.18}.public-legal-heading p{color:var(--public-muted);margin:0;font-size:14px}.public-legal-content{border:1px solid var(--public-line);overflow-wrap:anywhere;background:#fff;border-radius:14px;padding:10px 32px 26px}.public-legal-section{border-bottom:1px solid var(--public-line);padding:24px 0}.public-legal-section:last-child{border-bottom:0}.public-legal-section h2{color:var(--public-ink);margin:0 0 12px;font-size:19px;font-weight:600;line-height:1.4}.public-legal-section>div{color:#5c695f;font-size:14px;line-height:1.85}.public-legal-section p:first-child{margin-top:0}.public-legal-section p:last-child{margin-bottom:0}.public-directory-card{border:1px solid var(--public-line);background:#fff;border-radius:10px;align-items:flex-start;gap:12px;padding:17px;text-decoration:none;display:flex;color:var(--public-ink)!important}.public-directory-card:hover{background:#f6f8f2;border-color:#b7c6ae}.public-directory-icon{width:38px;height:38px;color:var(--public-green);background:#edf2e6;border-radius:9px;flex-shrink:0;place-items:center;display:grid}.public-catalog-intro{border:1px solid var(--public-line);background:#edf2e6;border-radius:12px;margin:16px 0 8px;padding:20px}.public-catalog-intro h2{margin:0 0 10px;font-size:24px;font-weight:600}.public-catalog-intro p{color:var(--public-muted);margin:0 0 18px;font-size:14px;line-height:1.7}@media (width<=1000px){.market-hero{gap:35px}.market-hero h1{font-size:46px}.market-seller-section{grid-template-columns:80px 1fr;gap:24px}.market-seller-symbol{width:78px;height:96px}.market-seller-section>.public-button{grid-column:2;justify-self:start}.public-auth-main{grid-template-columns:1fr 410px;gap:48px}.public-auth-intro h1{font-size:36px}}@media (width<=760px){.public-container{width:calc(100% - 40px)}.public-header-inner{gap:12px;min-height:72px}.public-brand{gap:8px;font-size:18px}.public-brand-mark{border-radius:10px;width:34px;height:34px}.public-nav{gap:12px}.public-nav-secondary{display:none}.market-hero{grid-template-columns:1fr;gap:34px;padding-block:44px}.market-hero h1{letter-spacing:-1.65px;font-size:clamp(37px,8.4vw,55px)}.market-hero-description{margin-block:20px 24px;font-size:16px}.market-hero-board{padding:24px}.market-produce-tile{border-radius:60px 60px 9px 9px;min-height:135px}.market-produce-tile svg{width:45px;height:45px}.market-how-section{padding-block:42px}.market-step-grid{grid-template-columns:1fr;gap:25px;margin-top:30px}.market-step{grid-template-columns:30px 1fr;gap:0 14px;display:grid}.market-step>span{padding-top:3px}.market-step h3{margin:0 0 7px}.market-step p{grid-column:2;max-width:none}.market-seller-section{grid-template-columns:1fr;gap:20px;padding-block:42px}.market-seller-symbol{width:64px;height:70px}.market-seller-symbol svg{width:37px}.market-seller-section>.public-button{grid-column:auto}.market-faq-section{grid-template-columns:1fr;gap:24px;padding-block:42px 50px}.public-footer{padding-block:30px 24px}.public-footer-top,.public-footer-details{flex-direction:column;align-items:flex-start;gap:20px}.public-footer-links{gap:12px 20px}.public-auth-main{max-width:440px;padding-block:32px;display:block}.public-auth-intro{margin-bottom:24px}.public-auth-intro h1{letter-spacing:-.8px;margin-bottom:10px;font-size:28px}.public-auth-intro .public-eyebrow{display:none}.public-auth-intro p:not(.public-eyebrow){margin:0;font-size:13px;line-height:1.7}.public-auth .web-auth-card{padding:24px}.public-legal-main{width:calc(100% - 32px);padding-block:30px 44px}.public-legal-heading{gap:12px}.public-legal-icon{border-radius:10px;width:42px;height:42px}.public-legal-content{padding:4px 18px 20px}.public-experience.public-onboarding{padding:20px 12px 30px}.public-onboarding .onboarding-card{padding:20px 16px}}@media (prefers-reduced-motion:reduce){.public-experience *,.public-experience :before,.public-experience :after{scroll-behavior:auto!important;transition:none!important}}.market-product-card{background:#fff;border:1px solid #dfe5dc;border-radius:22px;flex-direction:column;padding:0;display:flex;overflow:hidden;box-shadow:0 3px 16px #203d3205}.market-product-photo{cursor:pointer;text-align:left;background:#e9eee4;border:0;width:100%;height:220px;padding:0;display:block;position:relative}.market-product-photo img{object-fit:cover;width:100%;height:100%}.market-product-category,.market-product-state{color:#203d32;background:#fffffff2;border-radius:8px;padding:6px 9px;font-family:inherit;font-size:11px;font-weight:600;line-height:1.3;position:absolute;top:14px;left:14px}.market-product-state{color:#fff;background:#203d32ec;top:auto;bottom:14px}.market-product-content{flex-direction:column;flex:1;gap:9px;padding:18px;display:flex}.market-product-seller{color:#697469;justify-content:space-between;align-items:center;gap:8px;font-size:12px;display:flex}.market-product-seller button{min-width:0;color:inherit;font:inherit;cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;gap:7px;padding:0;display:flex}.market-product-seller button span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.market-product-seller img{object-fit:cover;border-radius:50%;width:26px;height:26px}.market-product-title{color:#203d32;text-align:left;cursor:pointer;background:0 0;border:0;padding:2px 0 0;font-family:inherit;font-size:19px;font-weight:650;line-height:1.35}.market-product-description{color:#6b746b;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.market-product-origin,.market-product-minimum{color:#768073;font-size:11px;line-height:1.5}.market-product-price{color:#6b746b;align-items:baseline;gap:7px;margin-top:8px;display:flex}.market-product-price strong{letter-spacing:-.6px;color:#203d32;font-size:26px;font-weight:650}.market-product-price span{font-size:13px}.market-product-minimum{margin-top:-6px;font-size:12px}.market-product-meta{color:#63715f;gap:6px;margin:6px 0;font-size:12px;display:grid}.market-product-meta span{align-items:center;gap:6px;display:flex}.market-product-meta svg{flex-shrink:0}.market-product-progress{border-top:1px solid #edf0e9;margin-top:auto;padding-top:10px}.market-product-progress>div:first-child{color:#707b6e;justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;font-size:11px;display:flex}.market-product-progress strong{color:#397354}.market-product-progress .progress-track{background:#edf1e8;height:5px}.market-product-progress .progress-fill{background:#397354}.market-product-action{color:#203d32;font:inherit;cursor:pointer;background:#f2f6ee;border:1px solid #dde6d9;border-radius:11px;justify-content:space-between;align-items:center;gap:8px;margin-top:6px;padding:11px 13px;font-size:13px;font-weight:600;display:flex}.market-product-action:hover{background:#e8f0e1}.market-product-update{color:#63715f;margin:0;font-size:12px;line-height:1.45}.market-product-card button:focus-visible{outline-offset:-3px;outline:3px solid #86a77c}.market-publication-status{color:#34503c;background:#eef4e9;border:1px solid #dce8d4;border-radius:13px;gap:10px;padding:13px 14px;display:flex}.market-publication-status>svg{flex-shrink:0;margin-top:2px}.market-publication-status strong{font-size:13px}.market-publication-status p{margin:4px 0 0;font-size:12px;line-height:1.5}.market-publication-status.pending{color:#7a642e;background:#faf6e9;border-color:#e8dfc0}.market-publication-status.needs-changes{color:#884837;background:#fbf0ed;border-color:#ebd6cf}.market-review-summary{background:#f7f9f3;border:1px solid #dfe6d8;border-radius:16px;gap:10px;padding:16px;display:grid}.market-review-summary h3{color:#203d32;margin:0;font-size:16px}.market-review-summary dl{grid-template-columns:minmax(90px,.75fr) minmax(0,1fr);gap:8px 14px;margin:0;font-size:12px;line-height:1.45;display:grid}.market-review-summary dt{color:#737c6e}.market-review-summary dd{color:#203d32;overflow-wrap:anywhere;margin:0;font-weight:550}.market-review-summary p{color:#63715f;margin:0;font-size:12px;line-height:1.5}.market-photo-item{position:relative}.market-photo-item img{object-fit:cover;border-radius:10px;width:72px;height:72px}.market-photo-item button{color:#203d32;cursor:pointer;background:#fff;border:1px solid #dfe5dc;border-radius:50%;place-items:center;width:22px;height:22px;padding:0;display:grid;position:absolute;top:-5px;right:-5px}.market-about-sheet{max-width:620px}.market-about-intro{color:#fff;background:#203d32;border-radius:18px;padding:22px}.market-about-intro h2{letter-spacing:-.6px;margin:0 0 10px;font-size:26px;font-weight:550;line-height:1.2}.market-about-intro p{color:#d3dfce;margin:0;font-size:14px;line-height:1.6}.market-about-steps{gap:16px;margin:0;padding:0;list-style:none;display:grid}.market-about-steps li{gap:12px;display:flex}.market-about-steps li>span{color:#397354;background:#ecf2e5;border-radius:50%;flex-shrink:0;place-items:center;width:27px;height:27px;font-size:12px;display:grid}.market-about-steps strong{color:#203d32;font-size:14px}.market-about-steps p{color:#6b7666;margin:4px 0 0;font-size:13px;line-height:1.5}.market-about-notes{border-top:1px solid #e3e8de;gap:13px;padding-top:16px;display:grid}.market-about-notes>div{gap:10px;display:flex}.market-about-notes svg{color:#397354;flex-shrink:0;margin-top:2px}.market-about-notes p{color:#63715f;margin:0;font-size:13px;line-height:1.55}.market-order-next{color:#63715f;background:#f3f6ee;border-radius:10px;margin:0;padding:10px 12px;font-size:12px;line-height:1.5}@media (width<=540px){.market-product-photo{height:200px}.market-product-content{padding:15px}.market-review-summary dl{grid-template-columns:1fr;gap:3px}.market-review-summary dd{margin-bottom:7px}}
