:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--color-bg:#f7f5ef;--color-surface:#fff;--color-surface-muted:#edf1ec;--color-border:#d7ddd8;--color-text:#173229;--color-text-muted:#5e6b66;--color-accent:#245843;--color-accent-text:#fff;--color-success-bg:#e9f4ec;--color-success-border:#a4c8ad;--color-success-text:#27613a;--color-warning-bg:#fff2cc;--color-warning-border:#e3bd57;--color-warning-text:#6f5100;--color-danger-bg:#fae9e5;--color-danger-border:#dc9a8d;--color-danger-text:#8d3027;--color-info-bg:#e9f2f5;--color-info-border:#9dbec7;--color-info-text:#245d6a;--color-inventory-negative-bg:var(--color-warning-bg);--color-inventory-negative-border:var(--color-warning-border);--color-inventory-negative-text:var(--color-warning-text);--color-anomaly-bg:var(--color-danger-bg);--color-anomaly-border:var(--color-danger-border);--color-anomaly-text:var(--color-danger-text);--color-cutoff-soon-bg:var(--color-warning-bg);--color-cutoff-soon-border:var(--color-warning-border);--color-cutoff-soon-text:var(--color-warning-text);--font-size-xs:.72rem;--font-size-sm:.82rem;--font-size-base:1rem;--font-size-lg:1.08rem;--font-size-xl:1.5rem;--line-height-tight:1.3;--line-height-base:1.5;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--space-7:48px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-full:999px;--shadow-sm:0 1px 2px #11332814;--shadow-md:0 12px 34px #1133281f;--control-min-height:44px;--content-max-width:900px;--color-danger:var(--color-danger-text);--color-ok:var(--color-success-text);--radius:var(--radius-md);--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", Roboto, "Helvetica Neue", Arial, sans-serif}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);font-size:var(--font-size-base);line-height:var(--line-height-base);-webkit-text-size-adjust:100%}.app-shell{min-height:100dvh;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);flex-direction:column;display:flex}.app-main{width:100%;min-width:0;max-width:var(--content-max-width);padding:var(--space-4) var(--space-4) var(--space-6);flex:1;margin:0 auto}.app-header{z-index:10;background:var(--color-accent);color:var(--color-accent-text);min-height:82px;padding:22px var(--space-4) var(--space-3);padding-top:calc(22px + env(safe-area-inset-top));position:sticky;top:0}.app-header :focus-visible{outline-color:var(--color-accent-text)}.app-header__inner{max-width:var(--content-max-width);justify-content:space-between;align-items:center;gap:var(--space-3);flex-wrap:wrap;margin:0 auto;display:flex}.app-header__identity{flex-direction:column;gap:2px;min-width:0;display:flex}.app-header__title{font-size:var(--font-size-base);align-items:center;margin:0;font-weight:800;display:flex}.app-header__brand{letter-spacing:.05em}.app-header__divider{width:1px;height:14px;margin:0 var(--space-2);opacity:.45;background:currentColor;display:inline-block}.app-header__eyebrow{font-size:var(--font-size-base);color:inherit;overflow-wrap:anywhere;margin:0;font-weight:700}.app-nav{gap:var(--space-2);flex-wrap:wrap;display:flex}a{color:inherit}h1{font-size:var(--font-size-xl);margin:0 0 var(--space-3);overflow-wrap:anywhere}h2{font-size:var(--font-size-lg);margin:var(--space-5) 0 var(--space-2);overflow-wrap:anywhere}p{margin:0 0 var(--space-3)}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:var(--space-4);margin-bottom:var(--space-4)}.muted{color:var(--color-text-muted)}.small{font-size:var(--font-size-sm)}.definition-list{gap:var(--space-2) var(--space-3);grid-template-columns:minmax(6rem,auto) 1fr;margin:0;display:grid}.definition-list dt{color:var(--color-text-muted);font-size:var(--font-size-sm)}.definition-list dd{margin:0}.tag-list{gap:var(--space-2);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.tag{background:var(--color-surface-muted);border:1px solid var(--color-border);border-radius:var(--radius-full);width:fit-content;min-height:23px;padding:2px var(--space-2);color:var(--color-text-muted);font-size:var(--font-size-xs);align-items:center;font-weight:800;line-height:1.2;display:inline-flex}.tag--success{background:var(--color-success-bg);border-color:var(--color-success-border);color:var(--color-success-text)}.tag--warning{background:var(--color-warning-bg);border-color:var(--color-warning-border);color:var(--color-warning-text)}.tag--danger{background:var(--color-danger-bg);border-color:var(--color-danger-border);color:var(--color-danger-text)}.tag--info{background:var(--color-info-bg);border-color:var(--color-info-border);color:var(--color-info-text)}button,.button,input,select{font:inherit;min-height:var(--control-min-height);border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);padding:var(--space-2) var(--space-3)}button,.button{cursor:pointer;justify-content:center;align-items:center;gap:var(--space-2);white-space:normal;text-align:center;max-width:100%;text-decoration:none;display:inline-flex}.button--primary,button.button--primary{background:var(--color-accent);border-color:var(--color-accent);color:var(--color-accent-text);font-weight:800}.button--danger,button.button--danger{background:var(--color-danger-bg);border-color:var(--color-danger-border);color:var(--color-danger-text);font-weight:800}button:disabled{opacity:.6;cursor:not-allowed}:focus-visible{outline:3px solid var(--color-accent);outline-offset:2px}.field{margin-bottom:var(--space-3);display:block}.field label{font-size:var(--font-size-sm);color:var(--color-text-muted);margin-bottom:var(--space-1);display:block}.field input,.field select{width:100%}.banner{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-4);font-size:var(--font-size-sm);border-bottom:1px solid var(--color-border);flex-wrap:wrap;display:flex}.banner--offline{background:var(--color-warning-bg);color:var(--color-text)}.banner--update{background:var(--color-surface-muted)}.status-block{text-align:center;padding:var(--space-6) var(--space-4);border:1px dashed var(--color-border);border-radius:var(--radius-lg);color:var(--color-text-muted);background:var(--color-surface);box-shadow:var(--shadow-sm)}.status-block__title{color:inherit;font-weight:600}.status-block__title:last-child,.status-block>:last-child{margin-bottom:0}.status-block--empty{background:var(--color-surface-muted)}.status-block--loading{color:var(--color-info-text);border-color:var(--color-info-border);background:var(--color-info-bg)}.status-block--error{color:var(--color-danger-text);border-color:var(--color-danger-border);background:var(--color-danger-bg)}.status-block--success{color:var(--color-success-text);border-color:var(--color-success-border);background:var(--color-success-bg)}.status-block--denied{color:var(--color-warning-text);border-color:var(--color-warning-border);background:var(--color-warning-bg)}.skeleton-stack{gap:var(--space-2);max-width:32rem;margin:var(--space-4) auto 0;display:grid}.skeleton-line{border-radius:var(--radius-full);opacity:.2;background:currentColor;width:72%;height:.75rem;animation:1.2s ease-in-out infinite alternate skeleton-pulse;display:block}.skeleton-line--wide{width:100%}.skeleton-line--short{width:48%}@keyframes skeleton-pulse{to{opacity:.42}}@media (prefers-reduced-motion:reduce){.skeleton-line{animation:none}}.product-list{gap:var(--space-3);margin:0;padding:0;list-style:none;display:grid}.product-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-3) var(--space-4);box-shadow:var(--shadow-sm);min-width:0}.receiving-line{transition:border-color .12s,background-color .12s}.receiving-line--different{border-color:var(--color-warning-border);background:var(--color-warning-bg)}.receiving-line--error{border-color:var(--color-danger-border)}.receiving-line__shipped{justify-content:space-between;align-items:baseline;gap:var(--space-3);margin:var(--space-3) 0;padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);background:var(--color-surface-muted);font-variant-numeric:tabular-nums;display:flex}.receiving-line__include{align-items:center;gap:var(--space-2);min-height:var(--control-min-height);margin-bottom:var(--space-3);display:flex}.receiving-line__include input{width:var(--control-min-height);min-width:var(--control-min-height);min-height:var(--control-min-height);margin:0}.receiving-line__difference-note{color:var(--color-warning-text);font-weight:600}.receiving-line .field input,.receiving-line .field select{font-variant-numeric:tabular-nums}.field-error{margin:var(--space-1) 0 0;color:var(--color-danger-text);font-size:var(--font-size-sm);font-weight:600}.receipt-confirmation{margin-top:var(--space-4);padding:var(--space-4);border:1px solid var(--color-accent);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-sm)}.receipt-confirmation h3{margin:0 0 var(--space-2);overflow-wrap:anywhere}.command-feedback{margin-top:var(--space-4)}@media (max-width:479px){.receipt-confirmation button{width:100%}}.order-save-state{padding:var(--space-4);margin-bottom:var(--space-4);border:1px solid var(--color-info-border);border-radius:var(--radius-lg);background:var(--color-info-bg);color:var(--color-info-text);box-shadow:var(--shadow-sm)}.order-save-state--local,.order-save-state--attention{border-color:var(--color-warning-border);background:var(--color-warning-bg);color:var(--color-warning-text)}.order-save-state--server{border-color:var(--color-success-border);background:var(--color-success-bg);color:var(--color-success-text)}.order-save-state__eyebrow{margin-bottom:var(--space-1);font-size:var(--font-size-xs);letter-spacing:.04em;font-weight:700}.order-save-state h2{margin:0 0 var(--space-1)}.order-save-state>:last-child{margin-bottom:0}.order-window h2{margin:0 0 var(--space-3)}.order-window__notice{margin:var(--space-3) 0 0;padding-top:var(--space-3);border-top:1px solid;font-weight:700}.order-window--closing-soon{border-color:var(--color-cutoff-soon-border);background:var(--color-cutoff-soon-bg);color:var(--color-cutoff-soon-text)}.order-window--closed{border-color:var(--color-danger-border);background:var(--color-danger-bg);color:var(--color-danger-text)}.quantity-stepper{grid-template-columns:var(--control-min-height) minmax(0, 1fr) var(--control-min-height);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:100%;max-width:22rem;display:grid;overflow:hidden}.quantity-stepper :focus-visible{outline-offset:-3px}.quantity-stepper .quantity-stepper__button{width:var(--control-min-height);min-width:var(--control-min-height);min-height:var(--control-min-height);background:var(--color-surface-muted);color:var(--color-accent);font-size:var(--font-size-xl);border:0;border-radius:0;padding:0;font-weight:700;line-height:1}.quantity-stepper .quantity-stepper__input{text-align:right;font-variant-numeric:tabular-nums;background:0 0;border:0;border-radius:0;width:100%;min-width:0;font-weight:800}.order-command-feedback{margin-bottom:var(--space-4)}.order-actions{gap:var(--space-3);margin-top:var(--space-4);display:grid}.order-actions__drafts,.order-actions__submit{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);flex-wrap:wrap;display:flex}.order-actions__submit{border-color:var(--color-accent);box-shadow:var(--shadow-sm)}.order-actions h2{margin:0 0 var(--space-1)}.order-actions p{margin-bottom:0}@media (max-width:479px){.order-actions__drafts,.order-actions__submit,.order-actions__drafts .action-row{align-items:stretch}.order-actions__drafts .action-row,.order-actions__drafts button,.order-actions__submit button{width:100%}}.notification-bell{width:var(--control-min-height);min-width:var(--control-min-height);height:var(--control-min-height);border-radius:var(--radius-full);color:var(--color-accent-text);background:#ffffff24;border:0;justify-content:center;align-items:center;padding:0;font-size:1.15rem;line-height:1;display:inline-flex;position:relative}.notification-badge{border:2px solid var(--color-accent);border-radius:var(--radius-full);background:var(--color-warning-bg);min-width:1.25rem;height:1.25rem;color:var(--color-warning-text);font-size:var(--font-size-xs);justify-content:center;align-items:center;padding:0 .25rem;font-weight:800;display:inline-flex;position:absolute;top:2px;right:2px}.notification-tabs{gap:var(--space-2);margin-bottom:var(--space-3);flex-wrap:wrap;display:flex}.notification-tabs [role=tab][aria-selected=true]{border-color:var(--color-accent);font-weight:700}.notification-controls{justify-content:space-between;align-items:center;gap:var(--space-3);margin-bottom:var(--space-3);flex-wrap:wrap;display:flex}.notification-filter{align-items:center;gap:var(--space-2);display:inline-flex}.notification-actions{gap:var(--space-2);flex-wrap:wrap;display:flex}.inventory-position--overshipped{background:var(--color-inventory-negative-bg);border-color:var(--color-inventory-negative-border);color:var(--color-inventory-negative-text)}.inventory-position--anomaly{background:var(--color-anomaly-bg);border-color:var(--color-anomaly-border);color:var(--color-anomaly-text)}.product-card__head{justify-content:space-between;align-items:baseline;gap:var(--space-3);flex-wrap:wrap;display:flex}.product-card__head>*{min-width:0}.product-card__name{margin:0;font-weight:600}.product-card__sku{font-size:var(--font-size-xs);color:var(--color-text-muted);font-variant-numeric:tabular-nums}.product-card__meta{gap:var(--space-2) var(--space-4);margin-top:var(--space-2);font-size:var(--font-size-sm);color:var(--color-text-muted);flex-wrap:wrap;display:flex}.filters{gap:var(--space-3);margin-bottom:var(--space-4);display:grid}.action-row{gap:var(--space-2);margin-bottom:var(--space-4);flex-wrap:wrap;display:flex}.text-wrap,.card,.product-card,.definition-list dd{overflow-wrap:anywhere;min-width:0}.text-clamp-2{overflow-wrap:anywhere;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.expandable-text{min-width:0;max-width:100%;font-weight:600}.expandable-text summary{cursor:pointer;list-style:none}.expandable-text summary::-webkit-details-marker{display:none}.expandable-text summary:after{content:"展開";margin-top:var(--space-1);color:var(--color-accent);font-size:var(--font-size-xs);font-weight:500;display:inline-block}.expandable-text[open] summary:after{content:"收合"}.expandable-text[open] .text-clamp-2{display:block;overflow:visible}.table-scroll{border-radius:var(--radius-md);max-width:100%;overflow-x:auto}table{table-layout:fixed;border-collapse:collapse;width:100%}th,td{padding:var(--space-2);text-align:left;vertical-align:top;overflow-wrap:anywhere}.quantity-cell,th.quantity-cell,td.quantity-cell{text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}@media (min-width:640px){.filters{grid-template-columns:2fr 1fr auto;align-items:end}}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.store-shell{--store-page:#f9f9f5;--store-ink:#183238;--store-green:#0b573f;--store-muted:#5c6878;--store-line:#e8eee9;--store-tile-order:#dcebe5;--store-tile-draft:#eef6f0;--store-tile-submit:#fef2d9;--store-tile-receive:#ededf7;background:var(--store-page);color:var(--store-ink)}.store-shell .app-main{max-width:580px;padding:12px 16px calc(104px + env(safe-area-inset-bottom))}.store-shell .app-main:has(.store-home){padding:19px 12px calc(104px + env(safe-area-inset-bottom))}.store-header{min-height:59px;color:var(--store-ink);background:linear-gradient(155deg,#fff 12%,#f0f8f1 100%);padding:7px 12px 0;position:relative;overflow:hidden}.store-header:before,.store-header:after{content:"";opacity:.6;pointer-events:none;border:1px solid #dce8d5;border-radius:100% 0;width:130px;height:54px;position:absolute;transform:rotate(-23deg)}.store-header:before{top:-25px;left:36%}.store-header:after{bottom:-38px;right:28%}.store-header .app-header__inner{z-index:1;flex-wrap:nowrap;max-width:548px;min-height:52px;position:relative}.store-brand{letter-spacing:.035em;white-space:nowrap;align-items:center;min-width:0;font-size:21px;font-weight:800;display:flex}.store-brand__logo{width:98px;height:52px;color:var(--store-green);letter-spacing:-.04em;border-radius:10px;flex:none;place-items:center;margin-right:7px;font-size:20px;display:grid}.store-brand__divider{color:#8ba893;margin-right:4px;font-weight:400}.store-header .notification-bell{color:var(--store-ink);background:0 0;flex:none}.store-header .notification-bell svg{width:29px;height:29px}.store-header .notification-badge{color:#fff;background:#ce3338;border-color:#f0f8f1;top:0;right:0}.store-header :focus-visible{outline-color:var(--store-green)}.store-page-identity{width:100%;max-width:580px;color:var(--store-muted);overflow-wrap:anywhere;margin:0 auto;padding:9px 16px 0;font-size:13px;font-weight:700}.store-shell .card,.store-shell .product-card{border:1px solid var(--store-line);border-radius:17px;box-shadow:0 3px 12px #28412b0d}.store-home .card{background:#fefdfc}.store-shell .product-card{background:#fff}.store-shell .button{border-radius:10px}.store-shell .button--primary{background:var(--store-green);border-color:var(--store-green)}.store-shell h1{color:var(--store-ink);font-size:23px}.store-shell h2{color:var(--store-ink)}.store-shell .status-block{border-color:var(--store-line);border-radius:16px}.store-shell .definition-list{min-width:0}.store-shell .definition-list dd{overflow-wrap:anywhere;min-width:0}.store-shell .product-card,.store-shell .card,.store-shell .status-block{overflow-wrap:anywhere}.store-page{padding-top:8px}.store-me-card{align-items:center;gap:14px;display:flex}.store-me-card__icon,.store-home__identity-icon{width:42px;height:42px;color:var(--store-green);background:#e6f0e7;border-radius:12px;flex:none;place-items:center;display:grid}.store-me-card__label{color:var(--store-muted);margin:0 0 3px;font-size:13px}.store-me-card strong{overflow-wrap:anywhere}.store-me-actions button{width:100%}.store-bottom-nav{z-index:20;min-height:calc(76px + env(safe-area-inset-bottom));padding:6px max(8px, env(safe-area-inset-left)) calc(6px + env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-right));border-top:1px solid var(--store-line);background:#fff;grid-template-columns:repeat(5,minmax(0,1fr));display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 10px #233c280d}.store-bottom-nav a{min-width:0;min-height:60px;color:var(--store-muted);border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:3px;font-size:13px;font-weight:700;text-decoration:none;display:flex}.store-bottom-nav a svg{width:26px;height:26px}.store-bottom-nav a[aria-current=page]{color:var(--store-green)}.store-bottom-nav a[aria-current=page] svg{fill:#d9eadb;stroke-width:2.2px}.store-bottom-nav a[href=\/home][aria-current=page] svg{fill:var(--store-green);stroke:var(--store-green)}.store-bottom-nav a[href=\/home][aria-current=page] svg path:last-child{stroke:#fff}.store-order-list{margin:0;padding:0;list-style:none}.store-order-list li{border:1px solid var(--store-line);background:#fff;border-radius:12px;min-width:0;margin:0 0 9px;position:relative;overflow:hidden}.store-order-list li:before{content:"";background:#92b4a0;width:5px;position:absolute;top:0;bottom:0;left:0}.store-order-list li[data-status=DRAFT]:before{background:#a78cc5}.store-order-list li[data-status=SUBMITTED]:before{background:#80add1}.store-order-list li[data-status=CHANGE_REQUESTED]:before{background:#e9b765}.store-order-list li[data-status=CLOSED]:before{background:#709d7c}.store-order-list a{align-items:center;gap:8px;min-height:70px;padding:10px 12px 10px 16px;text-decoration:none;display:flex}.store-order-list__body{flex:1;gap:5px;min-width:0;display:grid}.store-order-list__body>span{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.store-order-list__body strong{overflow-wrap:anywhere}.store-order-list__body small{color:var(--store-muted);font-size:12px}.store-order-list a>svg{color:#9aab9e;flex:none;width:17px}.store-home{gap:10px;display:grid}.store-home__top{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:7px;margin:0;padding:7px;display:grid}.store-home__identity{align-items:center;gap:2px;min-width:0;min-height:58px;scroll-margin-top:100px;display:flex}.store-home__identity-text{overflow-wrap:anywhere;flex-wrap:wrap;align-items:center;min-width:0;font-size:16px;line-height:1.35;display:flex}.store-home__identity-text strong{overflow-wrap:anywhere;min-width:0}.store-home__identity-icon{border-radius:8px;width:30px;height:30px}.store-home__identity-icon svg,.store-home__period-icon svg{width:23px;height:23px}.store-home__identity-divider{color:#9aab9e}.store-home__period{background:#edf4ee;border-radius:12px;align-items:center;gap:5px;min-width:0;min-height:58px;padding:6px;text-decoration:none;display:flex}.store-home__period-icon{width:28px;height:28px;color:var(--store-green);background:#dbebdc;border-radius:10px;flex:none;place-items:center;display:grid}.store-home__period-content{flex:1;gap:3px;min-width:0;display:grid}.store-home__kicker{color:var(--store-ink);font-size:13px;font-weight:700}.store-home__period-content strong{color:var(--store-ink);overflow-wrap:anywhere;font-size:20px;line-height:1.2}.store-home__period-content small{color:var(--store-muted);font-size:11px;line-height:1.3}.store-home__period>svg{width:13px;color:var(--store-green);flex:none}.store-home__actions{border:1px solid var(--store-line);background:#fefdfc;border-radius:17px;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;padding:6px;display:grid;box-shadow:0 3px 12px #28412b0d}.store-home__action{text-align:center;min-width:0;min-height:94px;color:var(--store-ink);border-radius:15px;flex-direction:column;justify-content:center;align-items:center;gap:3px;padding:7px 3px;text-decoration:none;display:flex}.store-home__action--new{background:var(--store-tile-order)}.store-home__action--draft{background:var(--store-tile-draft)}.store-home__action--submit{background:var(--store-tile-submit)}.store-home__action--receive{background:var(--store-tile-receive)}.store-home__action-icon{width:32px;height:32px;color:var(--store-green);place-items:center;margin-bottom:3px;display:grid}.store-home__action--draft .store-home__action-icon{color:var(--store-green)}.store-home__action--submit .store-home__action-icon{color:#996217}.store-home__action--receive .store-home__action-icon{color:var(--store-ink)}.store-home__action-icon svg{width:31px;height:31px}.store-home__action strong{font-size:15px;line-height:1.25}.store-home__action small{color:var(--store-muted);font-size:12px}.store-home__action--submit small{color:#8a5a20}.store-home__section{min-width:0;margin:0;padding:12px 12px 13px}.store-home__section-heading{justify-content:space-between;align-items:center;gap:6px;margin-bottom:8px;display:flex}.store-home__section-heading h2{align-items:center;gap:4px;min-width:0;margin:0;font-size:17px;font-weight:800;line-height:1.25;display:flex}.store-home__section-heading h2 svg{width:22px;height:22px;color:var(--store-green);flex:none}.store-home__section-heading a,.store-home__view-all{color:var(--store-muted);flex:none;align-items:center;gap:1px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex}.store-home__view-all{color:var(--store-muted)}.store-home__section-heading a svg,.store-home__view-all svg{width:13px;height:13px}.store-home__steps{text-align:center;grid-template-columns:repeat(5,minmax(0,1fr));gap:2px;margin:4px 0 0;padding:0;list-style:none;display:grid;position:relative}.store-home__steps:before{content:"";background:#dce8db;height:2px;position:absolute;top:10px;left:9%;right:9%}.store-home__steps li{z-index:1;min-width:0;color:var(--store-muted);overflow-wrap:anywhere;flex-direction:column;align-items:center;gap:2px;font-size:12px;line-height:1.25;display:flex;position:relative}.store-home__step-mark{color:#a8bbaa;background:#fff;border:2px solid #dce8db;border-radius:50%;place-items:center;width:22px;height:22px;font-size:12px;font-weight:800;display:grid}.store-home__steps strong{color:var(--store-ink);font-size:18px}.store-home__progress{padding-top:12px;padding-bottom:8px}.store-home__announcements{min-height:103px}.store-home__inventory{min-height:129px}.store-home__recent{min-height:160px}.store-home__empty{color:var(--store-muted);margin:0;padding:8px 0 4px;font-size:13px}.store-home__status{color:#386345;background:#edf4ee;border-radius:100px;align-items:center;min-height:21px;padding:1px 7px;font-size:11px;font-weight:700;display:inline-flex}.store-order-list li[data-status=DRAFT] .store-home__status{color:#73598d;background:#f3eef8}.store-order-list li[data-status=SUBMITTED] .store-home__status{background:var(--color-info-bg);color:var(--color-info-text)}.store-order-list li[data-status=CHANGE_REQUESTED] .store-home__status{background:var(--color-warning-bg);color:var(--color-warning-text)}@media (max-width:390px){.store-home__identity-text{font-size:14px}.store-home__period-content strong{font-size:18px}.store-home__action strong{font-size:14px}}@media (max-width:370px){.store-home__identity-text{font-size:13px}.store-home__period-content strong{font-size:16px}}@media (min-width:640px){.store-bottom-nav{width:min(100%,580px);left:50%;right:auto;transform:translate(-50%)}}.login-page{min-height:100dvh;padding:var(--space-5) var(--space-4);justify-content:center;align-items:center;display:flex}.login-card{width:100%;max-width:420px}.error-text{color:var(--color-danger);font-size:.875rem}
