*{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.active{color:var(--icon-themed)}.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-link.active{color:#047857;background:#dcfce7}.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}}
