@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Noto+Sans+JP:wght@400;500;600;700&display=swap";:root{color:#20201f;background:#f4f4f1;font-family:DM Sans,Noto Sans JP,system-ui,sans-serif;font-synthesis:none;--ink: #20201f;--muted: #73736f;--line: #e3e3de;--paper: #fff;--brand: #df5d47;--brand-dark: #c84d39;--green: #287a55}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#f4f4f1}html.order-dialog-open,body.order-dialog-open{overflow:hidden;overscroll-behavior:none}body.order-dialog-open{position:fixed;left:0;right:0;width:100%}button,input,textarea{font:inherit}button{color:inherit}.app-shell{min-height:100vh}.topbar{height:78px;padding:0 2%;gap:16px;background:#fffffff2;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:flex-start;position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.brand-block{display:flex;align-items:center;gap:12px;flex:0 0 auto}.brand-mark{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;color:#fff;font:700 19px Georgia,serif;background:linear-gradient(145deg,#ec8069,#c94c38);box-shadow:0 5px 14px #c94c3840}.brand-block h1{font-size:15px;margin:0 0 2px;letter-spacing:.01em}.brand-block p{font-size:13px;margin:0;color:var(--muted)}.app-tabs{display:flex;align-items:center;gap:6px;flex:0 0 auto;padding:4px;border:1px solid #e1e1dc;border-radius:13px;background:#f5f5f2}.app-tab{min-width:122px;height:46px;padding:0 18px;border:0;border-radius:10px;color:#686863;background:transparent;font-size:16px;font-weight:700;cursor:pointer;white-space:nowrap;transition:.18s ease}.app-tab:hover{color:#333330;background:#fff}.app-tab.is-active{color:#fff;background:linear-gradient(145deg,#eb765f,#cb503c);box-shadow:0 5px 13px #c94c3838}.topbar .hero-actions{display:flex;flex:0 1 auto;flex-wrap:nowrap;justify-content:flex-start;gap:7px;min-width:0;margin-left:auto}.topbar .hero-actions .button{min-height:38px;padding:0 12px;font-size:12px;white-space:nowrap}.topbar-status{display:flex;align-items:center;gap:12px;flex:0 0 auto}.live-dot{border:1px solid #dfe3df;background:#fafbf9;border-radius:999px;padding:7px 11px;font-size:13px;font-weight:600}.live-dot i{width:7px;height:7px;background:#38a66f;display:inline-block;border-radius:50%;margin-right:7px;box-shadow:0 0 0 3px #dff3e9}main{width:96%;max-width:none;margin:0 auto;padding:18px 0 70px}.button{border:0;min-height:39px;padding:0 15px;border-radius:9px;font-size:13px;font-weight:700;cursor:pointer;transition:.18s ease;display:inline-flex;align-items:center;justify-content:center;gap:6px;text-decoration:none}.button:hover{transform:translateY(-1px)}.button:disabled{opacity:.55;cursor:wait;transform:none}.button.primary{color:#fff;background:var(--brand);box-shadow:0 5px 12px #df5d4738}.button.primary:hover{background:var(--brand-dark)}.button.secondary{background:#fff;border:1px solid #dcdcd7;box-shadow:0 1px 2px #00000008}.button-icon{font-size:15px;font-weight:400}.button-icon.is-spinning{animation:import-spin .8s linear infinite}@keyframes import-spin{to{transform:rotate(360deg)}}.operation-error{margin:0 0 18px;padding:10px 12px;color:#a43f3f;background:#fff0f0;border:1px solid #f0cccc;border-radius:9px;font-size:13px}.operation-success{margin:0 0 18px;padding:10px 12px;color:#286a4b;background:#ebf7f0;border:1px solid #c9e7d6;border-radius:9px;font-size:13px}.rule-strip{background:#252524;color:#fff;border-radius:14px;padding:15px 22px;display:grid;grid-template-columns:repeat(4,1fr);gap:4px;box-shadow:0 12px 30px #1919181f;margin-bottom:18px}.rule-strip>div{display:grid;grid-template-columns:29px 1fr;grid-template-rows:1fr 1fr;padding:2px 18px;border-right:1px solid #434341}.rule-strip>div:last-child{border-right:0}.rule-icon{grid-row:1 / 3;width:24px;height:24px;border-radius:7px;place-self:center start;background:#3a3a38;display:grid;place-items:center;color:#f0836e;font-size:13px}.rule-strip small{color:#999995;font-size:9px;align-self:end}.rule-strip strong{font-size:13px;align-self:start}.sticky-workspace{position:sticky;top:78px;z-index:8;background:#f4f4f1;padding-top:10px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:10px}.stat-card{color:inherit;background:var(--paper);border:1px solid var(--line);min-height:82px;border-radius:12px;padding:8px 12px;display:flex;align-items:center;gap:14px;text-align:left;cursor:pointer;transition:.16s ease;box-shadow:0 1px 2px #00000005}.stat-card:hover{border-color:#cfcfc8;transform:translateY(-1px)}.stat-card.is-active{border-color:#d96b57;box-shadow:0 0 0 2px #df5d4721}.stat-icon{width:37px;height:37px;border-radius:10px;display:grid;place-items:center;font-size:14px}.stat-icon.coral{color:#c5533f;background:#feeee9}.stat-icon.blue{color:#426da9;background:#ebf2fc}.stat-icon.green{color:#287a55;background:#e6f5ed}.stat-icon.violet{color:#785aad;background:#f0ebfa}.stat-icon.red{color:#b74343;background:#fbeaea}.stats-grid small{color:var(--muted);font-size:13px;display:block;margin-bottom:1px}.stats-grid strong{font-size:25px;letter-spacing:-.04em}.stats-grid em{font-style:normal;font-size:13px;color:var(--muted);margin-left:4px}.orders-panel{background:var(--paper);border:1px solid var(--line);border-top:0;border-radius:0 0 14px 14px;overflow:hidden;box-shadow:0 2px 4px #00000005}.panel-head{min-height:67px;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid var(--line);border-radius:14px 14px 0 0;background:#fffffff7;box-shadow:0 3px 12px #1919180d}.panel-title{display:flex;align-items:baseline;gap:8px;white-space:nowrap}.panel-head h3{margin:0;font-size:15px}.panel-title>span{color:var(--muted);font-size:13px}.panel-title>b{color:var(--brand-dark);background:#fff0ec;border-radius:999px;padding:4px 8px;font-size:13px}.panel-tools{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0}.bulk-actions{display:flex;gap:7px}.button.receive{color:#315f91;background:#edf4fc;border:1px solid #cbdcf0}.button.ship{color:#fff;background:#287a55;box-shadow:0 4px 10px #287a552e}.button.hide{color:#713d39;background:#f5ecea;border:1px solid #dfc8c4}.button.reset{color:#5f5544;background:#f5f1e8;border:1px solid #ddd2bc}.button.receive:disabled,.button.ship:disabled,.button.hide:disabled,.button.reset:disabled{cursor:not-allowed}.search-box{height:34px;width:min(260px,35vw);border:1px solid #deded9;border-radius:8px;display:flex;align-items:center;gap:7px;padding:0 10px;background:#fafaf8}.search-box span{color:#9a9a96;font-size:16px}.search-box input{border:0;outline:0;width:100%;font-size:13px;background:transparent}.search-box input::placeholder{color:#aaa}.icon-button{width:34px;height:34px;border:1px solid #deded9;border-radius:8px;background:#fff;cursor:pointer;font-size:16px}.table-head,.order-row{display:grid;grid-template-columns:30px minmax(165px,1.2fr) minmax(56px,.45fr) minmax(92px,.62fr) minmax(125px,.82fr) minmax(130px,1fr) minmax(72px,.5fr) minmax(95px,.72fr) 75px minmax(104px,.7fr) 20px;align-items:center;column-gap:9px}.table-head{min-height:37px;padding:0 20px;background:#f8f8f6;color:#313131;font-size:13px;text-transform:uppercase;letter-spacing:.05em;border-right:1px solid var(--line);border-bottom:1px solid var(--line);border-left:1px solid var(--line);box-shadow:0 3px 8px #19191809}.order-row{width:100%;min-height:88px;padding:12px 20px;border:0;border-bottom:1px solid #eeeeea;background:#fff;text-align:left;cursor:pointer;transition:.15s}.order-row:last-child{border-bottom:0}.order-row:hover{background:#fcfaf8}.order-row:focus-visible{outline:2px solid var(--brand);outline-offset:-2px}.select-cell{display:grid;place-items:center}.select-cell input{appearance:none;width:26px;height:26px;margin:0;border:1.5px solid #b9b9b3;border-radius:5px;background:#fff;cursor:pointer;display:grid;place-items:center}.select-cell input:checked{border-color:var(--brand);background:var(--brand)}.select-cell input:checked:after{content:"✓";color:#fff;font-size:13px;font-weight:700}.select-cell input:disabled{cursor:not-allowed;background:#ecece8;border-color:#d5d5cf;opacity:.75}.order-identity strong{display:block;font-size:14px;margin-bottom:2px}.customer-name{display:block;color:#4e4e4a;font-size:13px;font-weight:600;margin-bottom:3px}.order-identity small{display:block;color:#878782;font-size:13px}.order-number-line{display:flex;align-items:center;gap:7px}.express-badge{display:inline-flex;align-items:center;justify-content:center;min-height:23px;padding:3px 8px;color:#fff;background:#d93636;border-radius:999px;box-shadow:0 3px 8px #d9363638;font-size:12px;font-weight:800;line-height:1;white-space:nowrap}.route-cell{color:#454541;font-size:13px;line-height:1.55;overflow-wrap:anywhere}.sales-source-cell{display:flex;align-items:center;font-weight:700}.sales-source-badge{min-width:48px;min-height:31px;padding:5px 9px;border-radius:10px;display:inline-grid;place-items:center;color:#fff;font-size:13px;font-weight:700;line-height:1;white-space:nowrap;box-shadow:0 3px 8px #23232121}.sales-source-badge.osaka{background:#e78a18}.sales-source-badge.tokyo{background:#c94b4b}.sales-source-badge.web{background:#3f78bd}.sales-source-badge.other{color:#666661;background:#e7e7e2;box-shadow:none}.shopify-status-cell{min-width:0}.shopify-status-badge{display:inline-flex;align-items:center;justify-content:center;max-width:100%;min-height:25px;padding:4px 8px;border-radius:999px;font-size:13px;font-weight:700;line-height:1.2;text-align:center;white-space:normal}.shopify-status-badge.fulfilled{color:#267347;background:#dff2e7}.shopify-status-badge.partial{color:#2f6497;background:#e3effb}.shopify-status-badge.progress,.shopify-status-badge.scheduled{color:#8a5b12;background:#fff0d2}.shopify-status-badge.hold{color:#9a3e3e;background:#f8dddd}.shopify-status-badge.unfulfilled,.shopify-status-badge.neutral{color:#666661;background:#ecece8}.arrival-cell{color:#765042;white-space:pre-wrap}.sku-stack{display:flex;flex-direction:column;align-items:flex-start;gap:3px}code{font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.sku-stack code{color:#985044;background:#fff0ec;border:1px solid #f8dcd5;padding:4px 7px;border-radius:5px;font-size:13px}.sku-stack em{font-style:normal;color:var(--muted);font-size:13px}.sku-stack .sku-empty{color:var(--muted);font-size:13px}.province-cell{color:#4d4d49;font-size:13px;font-weight:700;white-space:nowrap}.province-badge{display:inline-flex;align-items:center;justify-content:center;min-height:29px;padding:5px 10px;color:#67408f;background:#eee4fa;border:1px solid #d5bfed;border-radius:999px;box-shadow:0 3px 8px #67408f1f}.order-row.remote-province .remote-province-identity{padding:8px 10px;color:#563478;background:#f3ecfb;border:1px solid #ddccef;border-radius:10px}.order-row.remote-province .remote-province-identity .customer-name{color:#68488a}.order-row.remote-province .remote-province-identity small{color:#846b9d}.memo-cell{color:#aaa;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.memo-cell.has-memo{color:#545450}.workflow-badge{display:inline-flex;align-items:center;justify-content:center;min-width:66px;padding:5px 8px;border-radius:999px;font-size:13px;font-weight:700;white-space:nowrap}.workflow-badge.waiting{color:#777771;background:#f0f0ed}.workflow-badge.received{color:#315f91;background:#e8f1fb}.workflow-badge.shipped{color:#287a55;background:#e4f3eb}.workflow-badge.hidden{color:#713d39;background:#f5ecea}.workflow-badge.ended{color:#555550;background:#e4e4df}.status-badge{display:inline-flex;align-items:center;gap:5px;font-size:9px;font-weight:600;white-space:nowrap}.status-badge span{width:6px;height:6px;border-radius:50%}.status-badge.success{color:#39765a}.status-badge.success span{background:#4aa374}.status-badge.pending{color:#987023}.status-badge.pending span{background:#dca43f}.status-badge.error{color:#b44545}.status-badge.error span{background:#d85656}.chevron{color:#b1b1ad;font-size:22px;text-align:right}.empty-state{text-align:center;padding:55px 20px 60px}.empty-icon{margin:0 auto 13px;width:48px;height:48px;border-radius:14px;display:grid;place-items:center;color:var(--brand);background:#fff0ec;font-weight:700}.empty-state h3{font-size:14px;margin:0 0 6px}.empty-state p{color:var(--muted);font-size:11px;max-width:430px;margin:0 auto 17px;line-height:1.8}.item-desc{font-size:13px}.order-dialog{width:min(700px,calc(100vw - 32px));max-height:calc(100vh + -0px);border:0;border-radius:17px;padding:0;box-shadow:0 25px 80px #1919184d;overflow:hidden;overscroll-behavior:contain}.order-dialog::backdrop,.bulk-confirm-dialog::backdrop,.reset-auth-dialog::backdrop{background:#1919186e;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.bulk-confirm-dialog,.reset-auth-dialog{width:min(480px,calc(100vw - 32px));max-height:calc(100vh - 32px);border:0;border-radius:16px;padding:0;box-shadow:0 25px 80px #1919184d;overflow:hidden}.bulk-confirm-card{margin:0;padding:24px;background:#fff}.bulk-confirm-card h2{margin:0 0 14px;font-size:19px}.bulk-confirm-card>p{margin:16px 0 0;color:#33332f;font-size:15px;font-weight:700;line-height:1.6}.bulk-confirm-orders{max-height:min(42vh,320px);margin:0;padding:12px 14px;overflow-y:auto;border:1px solid #e2e2dc;border-radius:9px;background:#f8f8f5}.bulk-confirm-orders li{list-style:none;padding:4px 0;color:#484844;font-size:14px;font-weight:700}.bulk-confirm-count{margin-top:13px;color:#5f5f5a;font-size:14px}.bulk-confirm-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:22px}.reset-auth-card{margin:0;padding:24px;background:#fff}.reset-auth-kicker{margin:0 0 5px;color:#785aad;font-size:10px;font-weight:800;letter-spacing:.14em}.reset-auth-card h2{margin:0 0 10px;color:#3e2e4f;font-size:22px}.reset-auth-card>p:not(.reset-auth-kicker):not(.reset-auth-error){margin:0 0 18px;color:var(--muted);font-size:13px;line-height:1.7}.reset-auth-card label{display:block;color:#55445f;font-size:13px;font-weight:700}.reset-auth-card input{width:100%;height:46px;margin-top:7px;padding:0 13px;border:1px solid #cfbedf;border-radius:9px;outline:0;font-size:20px;letter-spacing:.35em;text-align:center}.reset-auth-card input:focus{border-color:#8d63b7;box-shadow:0 0 0 3px #f0e8f8}.reset-auth-error{margin:10px 0 0;padding:9px 11px;color:#a23f4b;background:#fff0f2;border-radius:7px;font-size:13px}.dialog-card{margin:0}.dialog-head{padding:22px 25px 18px;background:#262625;color:#fff;display:flex;justify-content:space-between;align-items:flex-start}.dialog-head p,.analytics-head p{margin:0 0 5px;color:#e37862;font-size:9px;letter-spacing:.15em;font-weight:700}.dialog-head h2{margin:0 0 4px;font-size:24px}.dialog-head span{color:#aaa;font-size:13px}.dialog-close{width:31px;height:31px;border-radius:50%;border:0;background:#ffffff1a;color:inherit;font-size:20px;cursor:pointer}.dialog-body{padding:21px 25px;overflow-y:auto;max-height:calc(100vh - 190px);overscroll-behavior:contain;scrollbar-gutter:stable}.dialog-handoff-meta{display:grid;grid-template-columns:.65fr 1fr 1.35fr;gap:9px;margin-bottom:12px}.dialog-handoff-meta span{min-width:0;padding:11px 12px;border:1px solid #eadfd9;border-radius:9px;background:#fff8f5}.dialog-handoff-meta small{display:block;margin-bottom:4px;color:#9b5d50;font-size:9px}.dialog-handoff-meta strong{display:block;color:#3f3f3b;font-size:13px;line-height:1.5;white-space:pre-wrap;overflow-wrap:anywhere}.detail-meta{background:#f7f7f4;border:1px solid #e5e5df;border-radius:10px;display:grid;grid-template-columns:repeat(4,1fr);padding:13px;margin-bottom:22px}.detail-meta span{border-right:1px solid #e1e1dc;padding:0 12px}.detail-meta span:last-child{border:0}.detail-meta small{display:block;color:var(--muted);font-size:9px;margin-bottom:4px}.detail-meta strong{font-size:12px}.dialog-section{margin-bottom:22px}.dialog-section h3{font-size:12px;margin:0 0 10px}.detail-items{border:1px solid var(--line);border-radius:10px;overflow:hidden}.detail-item{display:grid;grid-template-columns:42px 1fr 42px 85px;gap:10px;align-items:center;padding:11px;border-bottom:1px solid #eee}.detail-item:last-child{border:0}.item-thumb{width:38px;height:38px;border-radius:9px;background:#f4ece8;color:var(--brand);display:grid;place-items:center;font-weight:700;font-size:11px}.detail-item code{font-size:8px;color:var(--brand);display:block}.detail-item strong{font-size:11px;display:block;margin:2px 0}.detail-item small{font-size:9px;color:var(--muted)}.detail-item>span{font-size:13px;color:var(--muted)}.detail-item>b{font-size:13px;text-align:right}.line-item-properties{margin:9px 0 0;padding:7px 9px;border-left:3px solid #e7a799;background:#fff6f3;border-radius:0 6px 6px 0}.line-item-properties div{display:grid;grid-template-columns:minmax(90px,.7fr) 1.3fr;gap:8px;padding:3px 0}.line-item-properties dt,.line-item-properties dd{margin:0;font-size:13px;line-height:1.45;overflow-wrap:anywhere}.line-item-properties dt{color:#8d4d41;font-weight:700}.line-item-properties dd{color:#4b4b47}.order-note-section{padding:13px 14px;border:1px solid #e5e5df;border-radius:10px;background:#fafaf7}.order-note-section h3{margin-bottom:7px}.order-note-section p{margin:0;color:#4b4b47;font-size:13px;line-height:1.7;white-space:pre-wrap;overflow-wrap:anywhere}.memo-section>div:first-child{display:flex;justify-content:space-between;align-items:center}.memo-section>div span{font-size:8px;color:var(--muted)}.memo-section textarea{width:100%;min-height:112px;resize:vertical;border:1px solid #dcdcd6;border-radius:9px;padding:12px;font-size:13px;line-height:1.7;outline:0;background:#fcfcfa}.memo-section textarea:focus{border-color:#d87664;box-shadow:0 0 0 3px #fff0ec}.inline-error{color:#b43f3f;background:#fff0f0;padding:8px;border-radius:6px;font-size:13px}.dialog-actions{border-top:1px solid var(--line);padding:15px 25px;display:flex;align-items:center;justify-content:space-between;background:#fafaf8}.dialog-actions>div{display:flex;gap:8px}.text-link{color:#a1493a;font-size:13px;text-decoration:none;font-weight:600}.dialog-actions .button.danger:disabled{cursor:not-allowed;color:#888;background:#e8e8e4;box-shadow:none}.analytics-panel{margin-top:18px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px}.analytics-head{display:flex;justify-content:space-between;align-items:start}.analytics-head h3{font-size:14px;margin:0}.analytics-head .dialog-close{background:#f0f0ed;color:#777}.analytics-loading,.analytics-error{padding:35px;text-align:center;color:var(--muted);font-size:11px}.analytics-error strong{color:#a74343}.mini-chart{height:180px;display:flex;align-items:flex-end;gap:8px;border-bottom:1px solid #ddd;padding:25px 8px 0;margin:8px 0 15px}.chart-column{height:100%;flex:1;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:6px}.chart-column span{width:100%;max-width:30px;background:linear-gradient(#ee8b76,#d55843);border-radius:5px 5px 0 0;min-height:4px}.chart-column small{font-size:7px;color:#999;white-space:nowrap}.analytics-panel details{font-size:9px;color:var(--muted)}.analytics-panel pre{white-space:pre-wrap;background:#282827;color:#ddd;padding:12px;border-radius:8px;line-height:1.6}footer{width:96%;max-width:none;margin:0 auto;padding:0 0 30px;display:flex;justify-content:space-between;color:#989893;font-size:8px}.boot-screen,.fatal-state{min-height:100vh;display:flex;align-items:center;justify-content:center;gap:13px}.boot-screen strong{font-size:14px}.boot-screen p{font-size:13px;color:var(--muted);margin:3px 0}.fatal-state{flex-direction:column;text-align:center}.fatal-state h1{font-size:20px;margin:7px 0 0}.fatal-state p{max-width:500px;color:var(--muted);font-size:12px}.fatal-state>a{font-size:13px;color:var(--brand)}.fallback-toast{position:fixed;right:20px;bottom:20px;background:#272726;color:#fff;padding:12px 16px;border-radius:9px;font-size:11px;z-index:100;box-shadow:0 12px 35px #00000040}.fallback-toast.is-error{background:#a94343}@media(max-width:1120px){.topbar{height:112px;padding:8px 20px;align-content:center;flex-wrap:wrap;gap:7px 12px}.app-tabs{margin-right:auto}.topbar-status{display:none}.topbar .hero-actions{order:3;width:100%;overflow-x:auto;scrollbar-width:none;margin-left:auto}.topbar .hero-actions::-webkit-scrollbar{display:none}.topbar .hero-actions .button{flex:0 0 auto;min-height:34px}.sticky-workspace{top:112px}}@media(max-width:860px){.topbar{height:112px;padding:8px 20px;align-content:center;flex-wrap:wrap;gap:7px 12px}.app-tabs{margin-right:auto}.app-tab{min-width:108px;height:42px;padding:0 13px;font-size:15px}.topbar-status{display:none}.topbar .hero-actions{order:3;width:100%;overflow-x:auto;scrollbar-width:none;margin-left:auto}.topbar .hero-actions::-webkit-scrollbar{display:none}.topbar .hero-actions .button{flex:0 0 auto;min-height:34px}.sticky-workspace{top:112px}main{padding:12px 0 55px}.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-card{padding:11px;min-height:72px}.stat-icon{display:none}.panel-head{align-items:flex-start;flex-direction:column}.panel-tools{width:100%;justify-content:space-between}.table-head{display:none}.order-row{grid-template-columns:26px minmax(0,1fr) minmax(100px,.75fr) 18px;gap:8px}.select-cell{grid-column:1;grid-row:1 / 7}.order-identity{grid-column:2 / 4;grid-row:1}.sales-source-cell{grid-column:2;grid-row:2;gap:6px}.delivery-cell{grid-column:3;grid-row:2}.arrival-cell{grid-column:2 / 4;grid-row:3}.sku-stack{grid-column:2;grid-row:4}.province-cell{grid-column:3;grid-row:4}.memo-cell{grid-column:2;grid-row:5}.workflow-cell{grid-column:3;grid-row:5}.shopify-status-cell{grid-column:2 / 4;grid-row:6}.chevron{grid-column:4;grid-row:1 / 7}.sales-source-cell:before{content:"販売元 ";color:var(--muted);font-weight:400}.delivery-cell:before{content:"お渡し方法 ";color:var(--muted)}.arrival-cell:before{content:"入荷次第連絡 ";color:var(--muted)}.province-cell:before{content:"都道府県 ";color:var(--muted);font-weight:400}.shopify-status-cell:before{content:"Shopifyステータス ";margin-right:6px;color:var(--muted);font-size:10px}.search-box{width:190px}.detail-meta{grid-template-columns:1fr 1fr;gap:12px}.detail-meta span:nth-child(2){border:0}.detail-item{grid-template-columns:40px 1fr 35px}.detail-item>b{display:none}footer{padding:0 0 25px}}@media(max-width:560px){.brand-block p,.live-dot{display:none}.topbar{padding-left:12px;padding-right:12px}.brand-mark{width:35px;height:35px}.app-tabs{gap:3px;padding:3px}.app-tab{min-width:96px;height:39px;padding:0 10px;font-size:14px}.stats-grid{gap:6px}.stat-card{padding:9px;min-height:66px}.stats-grid strong{font-size:21px}.stats-grid small{font-size:9px}.panel-title{flex-wrap:wrap}.panel-tools{align-items:stretch;flex-wrap:wrap}.bulk-actions{width:100%}.bulk-actions .button{flex:1}.search-box{width:calc(100% - 42px);flex:1}.memo-cell{max-width:140px}.dialog-body{padding:16px}.dialog-head,.dialog-actions{padding-left:17px;padding-right:17px}.dialog-actions{align-items:flex-start;gap:13px;flex-direction:column}.dialog-actions>div{width:100%}.dialog-actions .button{flex:1}.dialog-handoff-meta{grid-template-columns:1fr}.detail-meta{grid-template-columns:1fr 1fr}.memo-section>div:first-child{align-items:flex-start;flex-direction:column}.memo-section>div span{margin-bottom:8px}footer{flex-direction:column;gap:5px}}.button.secondary.is-active{color:#b64c3a;border-color:#e4a99e;background:#fff1ed}.button.danger{color:#fff;background:#a84444;box-shadow:0 4px 10px #a844442e}.order-row.status-received{background:#eef6ff;border-bottom-color:#d9e8f7}.order-row.status-received:hover{background:#e5f1fd}.order-row.status-shipped{background:#eaf6ef;border-bottom-color:#d4e9dd}.order-row.status-shipped:hover{background:#e0f0e7}.order-row.status-hidden{background:#f4eeee;border-bottom-color:#e7dada}.order-row.status-hidden:hover{background:#eee4e4}.order-row.status-ended{background:#f0f0ed;border-bottom-color:#ddddda;cursor:default}.ended-identifiers{grid-column:3 / 7;min-width:0}.ended-identifiers small{display:block;margin-bottom:3px;color:var(--muted);font-size:9px}.ended-identifiers code{display:block;color:#666661;font-size:13px;overflow-wrap:anywhere}.history-pagination{display:flex;align-items:center;justify-content:center;gap:6px;margin:18px 0 4px}.history-pagination button{min-width:34px;height:34px;padding:0 9px;border:1px solid #d8d8d2;border-radius:8px;color:#555550;background:#fff;cursor:pointer}.history-pagination button:hover:not(:disabled),.history-pagination button.is-active{color:#fff;border-color:var(--brand);background:var(--brand)}.history-pagination button:disabled{cursor:not-allowed;opacity:.45}.pagination-ellipsis{color:var(--muted);padding:0 2px}.maintenance-panel{margin:0 0 22px;padding:22px;background:#fff;border:1px solid #dcdcd7;border-radius:14px;box-shadow:0 8px 28px #20201f14}.maintenance-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.maintenance-head p{margin:0 0 4px;color:var(--brand);font-size:9px;letter-spacing:.15em;font-weight:700}.maintenance-head h3{margin:0;font-size:18px}.maintenance-head .dialog-close{color:#777;background:#f0f0ed}.maintenance-description{margin:12px 0 16px;color:var(--muted);font-size:13px;line-height:1.7}.maintenance-message{margin:0 0 14px;padding:10px 12px;color:#286a4b;background:#ebf7f0;border:1px solid #c9e7d6;border-radius:9px;font-size:13px}.maintenance-unlock,.maintenance-search{display:flex;align-items:stretch;gap:9px;max-width:560px}.maintenance-unlock input,.maintenance-search input,.maintenance-editor input,.maintenance-editor select,.maintenance-editor textarea{width:100%;border:1px solid #d8d8d2;border-radius:8px;background:#fcfcfa;padding:10px 11px;color:var(--ink);outline:0}.maintenance-unlock input{max-width:180px;letter-spacing:.28em;text-align:center}.maintenance-search{max-width:680px;margin-bottom:15px}.maintenance-search input{min-width:0}.maintenance-unlock input:focus,.maintenance-search input:focus,.maintenance-editor input:focus,.maintenance-editor select:focus,.maintenance-editor textarea:focus{border-color:#d87664;box-shadow:0 0 0 3px #fff0ec}.maintenance-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0 0 17px}.maintenance-result{min-width:0;padding:11px 12px;border:1px solid #deded9;border-radius:9px;background:#fafaf8;display:flex;align-items:center;justify-content:space-between;gap:9px;text-align:left;cursor:pointer}.maintenance-result:hover,.maintenance-result.is-selected{border-color:#db7c69;background:#fff4f1}.maintenance-result strong,.maintenance-result small{display:block}.maintenance-result strong{margin-bottom:3px;font-size:13px}.maintenance-result small{color:var(--muted);font-size:13px}.maintenance-result-flags{display:flex;justify-content:flex-end;gap:4px;flex-wrap:wrap}.maintenance-result-flags b,.manual-badge{color:#9e4939;background:#fcebe7;border-radius:999px;padding:4px 7px;font-size:9px;white-space:nowrap}.maintenance-empty{color:var(--muted);font-size:13px}.maintenance-editor{margin-top:14px;padding:17px;border:1px solid #deded9;border-radius:11px;background:#f8f8f5}.maintenance-editor-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.maintenance-editor-head p{margin:0 0 3px;color:var(--muted);font-size:9px}.maintenance-editor-head h4{margin:0;font-size:17px}.manual-badge.new{color:#315f91;background:#e8f1fb}.maintenance-id-grid,.maintenance-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:11px}.maintenance-editor label{display:block;color:#555550;font-size:13px;font-weight:700}.maintenance-editor label>input,.maintenance-editor label>select,.maintenance-editor label>textarea{margin-top:5px;font-size:13px;font-weight:400}.maintenance-editor input[readonly]{color:#777;background:#efefeb;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.maintenance-editor textarea{min-height:98px;resize:vertical;line-height:1.6}.maintenance-items{margin-top:12px;border:1px solid #e1e1dc;border-radius:8px;overflow:hidden;background:#fff}.maintenance-item{display:grid;grid-template-columns:minmax(90px,.5fr) 1.5fr 50px;gap:10px;padding:8px 10px;border-bottom:1px solid #ecece7;align-items:center;font-size:13px}.maintenance-item:last-child{border-bottom:0}.maintenance-item code{color:#985044;font-size:13px}.maintenance-item b{text-align:right}.maintenance-warning{color:#8a5a22;background:#fff6e8;border:1px solid #eed9b8;padding:8px 10px;border-radius:7px;font-size:13px}.maintenance-editor-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:14px}@media(max-width:860px){.hero-actions{justify-content:flex-start}.maintenance-results{grid-template-columns:1fr}.ended-identifiers{grid-column:2 / 4;grid-row:2 / 4}}@media(max-width:560px){.maintenance-panel{padding:16px}.maintenance-unlock,.maintenance-search{flex-direction:column}.maintenance-unlock input{max-width:none}.maintenance-id-grid,.maintenance-form-grid{grid-template-columns:1fr}.maintenance-item{grid-template-columns:90px 1fr 36px}.maintenance-editor-actions{align-items:stretch;flex-direction:column-reverse}}
