/* Isolated to authenticated SELLER / mock owner, <= 767px. No desktop/theme persistence changes. */
.owner-mobile-shell{display:none}
@media(max-width:767px){
  html[data-owner-mobile="true"][data-theme]{
    --om-surface:var(--glass);--om-solid:#fff;--om-control:#fff;
    --om-link:var(--ink);--om-soft:color-mix(in srgb,var(--acc) 16%,var(--om-solid));
    --om-border:var(--gborder);--om-scheme:light;
    color-scheme:var(--om-scheme);
  }
  html[data-owner-mobile="true"][data-theme="mono"]{
    --om-surface:rgba(30,30,34,.94);--om-solid:#202024;--om-control:#2b2b30;--om-scheme:dark;
  }
  html[data-owner-mobile="true"] body{color:var(--ink)!important;padding-bottom:0!important}
  html[data-owner-mobile="true"] :is(.nav,.feedback-fab,.opinion-fab){display:none!important}
  html[data-owner-mobile="true"] :is(body::before,body::after,.wrap::before,.wrap::after){display:none!important}
  html[data-owner-mobile="true"] .owner-mobile-shell{display:block}
  html[data-owner-mobile="true"] #ownerMobileTop{position:sticky;top:0;z-index:40;background:var(--om-solid);padding-top:env(safe-area-inset-top);border-bottom:1px solid var(--line)}
  html[data-owner-mobile="true"] .wrap{width:100%!important;max-width:640px!important;margin:0 auto!important;padding:22px 18px calc(100px + env(safe-area-inset-bottom))!important}
  html[data-owner-mobile="true"] :is(.view,.panel,.kpi,.modal){animation:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;text-shadow:none!important}
  html[data-owner-mobile="true"] :is(h1,h2,h3){color:var(--ink)!important;letter-spacing:-.6px;text-shadow:none!important;word-break:keep-all}
  html[data-owner-mobile="true"] h1{font-size:25px!important;line-height:1.35!important;margin:0 0 14px!important}
  html[data-owner-mobile="true"] h2{font-size:18px;margin:0}
  html[data-owner-mobile="true"] :is(.cols,.cols3){display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:14px}
  html[data-owner-mobile="true"] :is(.kpis,.mkpis){grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  html[data-owner-mobile="true"] :is(.kpi,.mkpi){padding:15px 12px!important;background:var(--om-solid)!important;border:1px solid var(--line)!important;border-radius:16px!important;min-width:0;overflow-wrap:anywhere}
  html[data-owner-mobile="true"] .kpi .n{font-size:26px!important;color:var(--ink)!important}
  html[data-owner-mobile="true"] .om-sales-kpis>.kpi:first-child{grid-column:1/-1;display:flex;flex-direction:column;align-items:flex-start;padding:22px!important}
  html[data-owner-mobile="true"] .om-sales-kpis>.kpi:first-child .l{order:0;font-size:13px;margin:0}
  html[data-owner-mobile="true"] .om-sales-kpis>.kpi:first-child .s{order:1;font-size:30px;font-weight:800;line-height:1.4;letter-spacing:-1px;color:var(--ink);margin:10px 0}
  html[data-owner-mobile="true"] .om-sales-kpis>.kpi:first-child .n{order:2;font-size:16px!important;font-weight:650}
  html[data-owner-mobile="true"] .om-sales-kpis>.kpi:first-child .n::after{content:'건';font-size:12px;margin-left:4px;color:var(--muted)}
  html[data-owner-mobile="true"] .om-extra>summary{min-height:44px;padding:12px 0;font-size:12px;color:var(--om-link);cursor:pointer}
  html[data-owner-mobile="true"] :is(.kpi,.panel)::before{display:none!important}
  html[data-owner-mobile="true"] .panel{padding:18px!important;margin-bottom:14px;background:var(--om-solid)!important;border:1px solid var(--line)!important;border-radius:18px!important;min-width:0;max-width:100%;overflow-x:auto}
  html[data-owner-mobile="true"] .ph{flex-wrap:wrap;gap:10px;align-items:flex-start}
  html[data-owner-mobile="true"] .ph>span{flex-wrap:wrap;max-width:100%;white-space:normal}
  html[data-owner-mobile="true"] .pt{font-size:16px!important}
  html[data-owner-mobile="true"] :is(.sub,.foot){font-size:12px;line-height:1.65;color:var(--muted)!important;overflow-wrap:anywhere}
  html[data-owner-mobile="true"] :is(button,input,select,textarea){font:inherit}
  html[data-owner-mobile="true"] :is(button,.plink,.om-help-links a){min-height:44px;touch-action:manipulation}
  html[data-owner-mobile="true"] :is(input,select,textarea){font-size:16px!important;max-width:100%;color:var(--ink)!important;background:var(--om-control)!important;border-color:var(--line)!important;color-scheme:var(--om-scheme)!important}
  html[data-owner-mobile="true"] input[type="date"]{min-width:0;max-width:calc(50% - 20px)}
  html[data-owner-mobile="true"] :is(.chips,.om-filter-chips){display:flex;flex-wrap:wrap;gap:8px}
  html[data-owner-mobile="true"] .chip{border:1px solid var(--om-border)!important;background:var(--om-surface)!important;color:var(--ink2)!important;box-shadow:none!important;text-shadow:none!important;border-radius:10px!important;font-size:13px!important;padding:8px 12px!important}
  html[data-owner-mobile="true"] .chip.on{background:var(--acc)!important;border-color:var(--om-border)!important;color:var(--acc-ink)!important}
  html[data-owner-mobile="true"] button:disabled{opacity:.5;cursor:default}
  html[data-owner-mobile="true"] :is(button,a,input,select,textarea):focus-visible{outline:3px solid var(--acc)!important;outline-offset:3px}
  html[data-owner-mobile="true"] .badge{white-space:normal;text-shadow:none!important;box-shadow:none!important;line-height:1.4}
  html[data-owner-mobile="true"] .done-btn{background:var(--acc)!important;color:var(--acc-ink)!important;border:0!important;border-radius:10px!important;box-shadow:none!important;text-shadow:none!important}
  html[data-owner-mobile="true"] .om-top{padding:14px 18px 0;display:flex;justify-content:space-between;gap:12px;align-items:center;max-width:640px;margin:auto}
  html[data-owner-mobile="true"] .om-top>div{min-width:0;flex:1}
  html[data-owner-mobile="true"] .om-brand{font-size:12px;font-weight:800;color:var(--om-link);letter-spacing:1px}
  html[data-owner-mobile="true"] .om-brand{display:flex;align-items:center;gap:8px}
  html[data-owner-mobile="true"] .om-brand-logo{display:block;width:88px;height:21px;object-fit:contain;filter:brightness(0)}
  html[data-owner-mobile="true"][data-theme="mono"] .om-brand-logo{filter:brightness(0) invert(1)}
  html[data-owner-mobile="true"] .om-brand span{font-size:10px;letter-spacing:0;font-weight:500;margin-left:6px;color:var(--muted)}
  html[data-owner-mobile="true"] :is(.om-scope,.om-icon-button,.om-refresh,.om-bottom button,.om-link,.om-section-title button,.om-comparison button,.om-message){border:0;background:transparent;color:inherit;cursor:pointer}
  html[data-owner-mobile="true"] .om-scope{display:flex;align-items:center;gap:8px;width:100%;padding:2px 0;text-align:left;font-size:19px;font-weight:750;line-height:1.4;overflow-wrap:anywhere}
  html[data-owner-mobile="true"] .om-scope>span{font-weight:400;color:var(--muted)}
  html[data-owner-mobile="true"] .om-icon-button{padding:10px;width:44px;height:44px;flex:0 0 44px}
  html[data-owner-mobile="true"] .om-icon-button svg{width:24px;height:24px}
  html[data-owner-mobile="true"] .om-scope-note{font-size:10px;color:var(--muted);padding:0 18px 5px;display:flex;align-items:center;justify-content:space-between;gap:6px;max-width:640px;margin:auto}
  html[data-owner-mobile="true"] .om-refresh{display:flex;align-items:center;gap:4px;font-size:11px;white-space:nowrap;padding:6px 0 6px 6px}
  html[data-owner-mobile="true"] .om-refresh svg{width:14px;height:14px}
  html[data-owner-mobile="true"] #ownerMobileNav{position:fixed;bottom:0;left:0;right:0;z-index:45;background:var(--om-solid);border-top:1px solid var(--line);padding-bottom:env(safe-area-inset-bottom)}
  html[data-owner-mobile="true"] .om-bottom{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));padding:6px 8px 8px;max-width:640px;margin:auto}
  html[data-owner-mobile="true"] .om-bottom button{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;padding:8px 2px;font-size:11px;line-height:1.2;border-radius:12px;color:var(--muted)}
  html[data-owner-mobile="true"] .om-bottom button[aria-current]{color:var(--acc-ink);background:var(--acc);font-weight:800}
  html[data-owner-mobile="true"] .om-bottom svg{width:22px;height:22px}
  html[data-owner-mobile="true"] .om-dot{position:absolute;right:10%;top:1px;background:#bc3b30;color:white;padding:2px 5px;border-radius:10px;font-size:9px}
  html[data-owner-mobile="true"] .om-greeting>span{font-size:12px;color:var(--muted);display:block;margin-bottom:5px}
  html[data-owner-mobile="true"] .om-card{display:block;background:var(--om-surface);border:1px solid var(--line);border-radius:19px;padding:20px;margin-bottom:12px;max-width:100%;min-width:0;box-shadow:var(--shadow-sm)}
  html[data-owner-mobile="true"] .om-revenue{padding:24px 22px 10px;border-color:var(--om-border);background:linear-gradient(140deg,var(--om-solid) 40%,var(--om-soft))}
  html[data-owner-mobile="true"] .om-card-label{display:flex;gap:8px;align-items:center;font-size:14px;font-weight:650}
  html[data-owner-mobile="true"] .om-card-label span{font-size:10px;background:var(--om-soft);color:var(--om-link);padding:3px 7px;border-radius:6px;font-weight:500}
  html[data-owner-mobile="true"] .om-amount{display:block;font-size:clamp(26px,8.6vw,38px);line-height:1.3;letter-spacing:-1.4px;margin:12px 0 8px;overflow-wrap:anywhere;font-variant-numeric:tabular-nums}
  html[data-owner-mobile="true"] .om-note{font-size:12px;line-height:1.7;color:var(--muted);margin:8px 0;overflow-wrap:anywhere}
  html[data-owner-mobile="true"] .om-link{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;text-align:left;padding:12px 0;font-size:13px;font-weight:650;color:var(--om-link)}
  html[data-owner-mobile="true"] .om-revenue>.om-link{border-top:1px solid var(--line);margin-top:18px}
  html[data-owner-mobile="true"] .om-comparison{display:grid;grid-template-columns:1fr 1fr;padding:17px 8px}
  html[data-owner-mobile="true"] .om-comparison button{text-align:left;padding:0 12px;min-width:0}
  html[data-owner-mobile="true"] .om-comparison button+button{border-left:1px solid var(--line)}
  html[data-owner-mobile="true"] .om-comparison :is(span,small,strong){display:block}
  html[data-owner-mobile="true"] .om-comparison span{font-size:12px;color:var(--muted)}
  html[data-owner-mobile="true"] .om-comparison strong{font-size:17px;letter-spacing:-.5px;margin:7px 0;overflow-wrap:anywhere}
  html[data-owner-mobile="true"] .om-comparison small{font-size:10px;color:var(--muted)}
  html[data-owner-mobile="true"] .om-section-title{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:22px}
  html[data-owner-mobile="true"] .om-section-title button{font-size:12px;color:var(--om-link);padding:8px 0}
  html[data-owner-mobile="true"] .om-device-summary{display:grid;grid-template-columns:1fr 1fr}
  html[data-owner-mobile="true"] .om-device-summary span{display:block;font-size:12px;color:var(--muted)}
  html[data-owner-mobile="true"] .om-device-summary strong{font-size:27px;display:block;margin-top:6px}
  html[data-owner-mobile="true"] .om-device-summary small{font-size:12px;color:var(--muted);font-weight:400}
  html[data-owner-mobile="true"] .om-alert-text{color:var(--red)}
  html[data-owner-mobile="true"] .om-device-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}
  html[data-owner-mobile="true"] .om-device-head>div{min-width:0}
  html[data-owner-mobile="true"] .om-device-head .badge{flex-shrink:0;font-size:11px}
  html[data-owner-mobile="true"] .om-device-code{font-size:11px;color:var(--om-link);font-weight:700}
  html[data-owner-mobile="true"] .om-device h3{font-size:16px;line-height:1.4;margin:5px 0;overflow-wrap:anywhere}
  html[data-owner-mobile="true"] .om-device-head p{font-size:11px;color:var(--muted);margin:0}
  html[data-owner-mobile="true"] .om-reasons{display:flex;flex-wrap:wrap;gap:5px;margin:14px 0}
  html[data-owner-mobile="true"] .om-reasons span{font-size:11px;color:var(--ink);background:var(--om-soft);padding:4px 7px;border-radius:6px}
  html[data-owner-mobile="true"] .om-supplies{display:grid;grid-template-columns:1fr 1fr;gap:8px 12px;border-top:1px solid var(--line2);padding-top:12px;margin-top:12px}
  html[data-owner-mobile="true"] .om-supplies>div{display:flex;flex-direction:column;align-items:flex-start;gap:4px}
  html[data-owner-mobile="true"] .om-supplies>div>span:first-child{font-size:11px;color:var(--muted)}
  html[data-owner-mobile="true"] .om-supplies .badge{font-size:11px}
  html[data-owner-mobile="true"] .om-device>.om-link{border-top:1px solid var(--line2);margin-top:10px;padding-bottom:0}
  html[data-owner-mobile="true"] .om-search-label{display:block;font-size:12px;margin:20px 0 8px;color:var(--muted)}
  html[data-owner-mobile="true"] .om-search{width:100%!important;min-height:48px;border:1px solid var(--line);border-radius:12px;padding:12px}
  html[data-owner-mobile="true"] .om-device-count{margin:0 0 20px}
  html[data-owner-mobile="true"] .om-device>.om-link{margin-top:16px;padding:14px 0 4px;min-height:52px}
  html[data-owner-mobile="true"] .om-empty .om-secondary{margin-top:12px;min-height:48px;padding:12px 18px}
  html[data-owner-mobile="true"] .om-message{display:flex;align-items:center;justify-content:space-between;gap:14px;text-align:left;width:100%;padding:12px 0}
  html[data-owner-mobile="true"] .om-message+button{border-top:1px solid var(--line2)}
  html[data-owner-mobile="true"] .om-message :is(b,small){display:block;overflow-wrap:anywhere}
  html[data-owner-mobile="true"] .om-message b{font-size:14px;font-weight:650}
  html[data-owner-mobile="true"] .om-message small{font-size:10px;color:var(--muted);margin-top:6px}
  html[data-owner-mobile="true"] .om-new{display:inline-block;font-size:10px;font-style:normal;color:var(--om-link);background:var(--om-soft);padding:2px 5px;border-radius:4px;margin-bottom:5px}
  html[data-owner-mobile="true"] .om-messages{padding:8px 20px}
  html[data-owner-mobile="true"] .om-coupon-link{padding:18px 20px;background:var(--om-soft);border-color:var(--line);margin-top:20px}
  html[data-owner-mobile="true"] .om-coupon-link>span:first-child{display:flex;align-items:center;gap:10px}
  html[data-owner-mobile="true"] .om-coupon-link svg{width:22px;height:22px}
  html[data-owner-mobile="true"] .om-records{display:block;min-width:0!important;width:100%!important}
  html[data-owner-mobile="true"] .om-records thead{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}
  html[data-owner-mobile="true"] .om-records tbody{display:block}
  html[data-owner-mobile="true"] .om-records tr{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 12px;border:1px solid var(--line);border-radius:12px;padding:12px;margin:0 0 12px}
  html[data-owner-mobile="true"] .om-records td{display:block;min-width:0!important;white-space:normal!important;padding:7px 0!important;border:0!important;text-align:left!important;overflow-wrap:anywhere}
  html[data-owner-mobile="true"] .om-records td[data-mobile-label]::before{content:attr(data-mobile-label);display:block;font-size:10px;font-weight:500;color:var(--muted);margin-bottom:2px}
  html[data-owner-mobile="true"] .om-records td[colspan]{grid-column:1/-1}
  html[data-owner-mobile="true"] .om-records td:last-child{grid-column:1/-1;border-top:1px solid var(--line2)!important;margin-top:6px}
  html[data-owner-mobile="true"] #ovl{z-index:100;align-items:flex-end!important;padding:0!important}
  html[data-owner-mobile="true"] #modal{width:100%!important;max-width:640px!important;max-height:90dvh!important;border-radius:22px 22px 0 0!important;background:var(--om-solid)!important;padding:24px 24px calc(32px + env(safe-area-inset-bottom))!important;overflow:auto;border:1px solid var(--line)!important;color:var(--ink)!important;overscroll-behavior:contain}
  html[data-owner-mobile="true"] #modal .mh{position:sticky;top:-20px;background:var(--om-solid);z-index:3;padding:12px 0;border-bottom:1px solid var(--line);gap:12px}
  html[data-owner-mobile="true"] #modal .mt{font-size:18px!important;white-space:normal}
  html[data-owner-mobile="true"] #modal .x{min-width:48px;background:var(--om-control);color:var(--ink);border:0;border-radius:9px}
  html[data-owner-mobile="true"] #modal .kv>div{gap:15px;align-items:flex-start;overflow-wrap:anywhere}
  html[data-owner-mobile="true"] .om-help-links{display:grid;gap:12px;margin-top:20px}
  html[data-owner-mobile="true"] .om-help-links a{display:flex;align-items:center;color:var(--om-link);text-decoration:none;padding:12px;border:1px solid var(--line);border-radius:12px}
  html[data-owner-mobile="true"] .om-secondary{background:var(--om-solid);border:1px solid var(--line);color:var(--om-link);border-radius:10px;padding:10px 14px}
  html[data-owner-mobile="true"] .om-list-line{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line);padding:14px 0;font-size:14px}
  html[data-owner-mobile="true"] .om-theme-options{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:12px 0 20px}
  html[data-owner-mobile="true"] .om-theme-choice{display:flex;align-items:center;gap:8px;min-height:52px;padding:12px;border:1px solid var(--om-border);border-radius:12px;background:var(--om-control);color:var(--ink);text-align:left;cursor:pointer}
  html[data-owner-mobile="true"] .om-theme-choice svg{width:20px;height:20px;flex-shrink:0}
  html[data-owner-mobile="true"] .om-theme-choice[aria-pressed="true"]{background:var(--acc);color:var(--acc-ink);outline:2px solid var(--om-border);font-weight:800}
  html[data-owner-mobile="true"]:is([data-theme="crayon"],[data-theme="sketch"]) .om-card{border-radius:24px 14px 24px 14px}
  html[data-owner-mobile="true"]:is([data-theme="retro"],[data-theme="flower"],[data-theme="crayon"],[data-theme="sketch"]) .om-card{border-width:2px}

  /* Mobile v2: compact app chrome and a single sales reading surface. Theme tokens stay shared. */
  html[data-owner-mobile="true"] .om-top{padding:6px 20px 0;min-height:46px}
  html[data-owner-mobile="true"] .om-brand-logo{width:72px;height:auto}
  html[data-owner-mobile="true"] .om-top>.om-top-actions{display:flex;flex:0 0 auto;gap:0}
  html[data-owner-mobile="true"] .om-top-actions .om-icon-button{width:40px;flex-basis:40px;padding:11px}
  html[data-owner-mobile="true"] .om-top-actions svg{width:19px;height:19px}
  html[data-owner-mobile="true"] .om-storebar{display:flex;align-items:center;gap:10px;padding:0 20px 8px;max-width:640px;margin:auto}
  html[data-owner-mobile="true"] .om-storebar .om-scope{width:auto;min-height:36px;font-size:16px;letter-spacing:-.4px;font-weight:650}
  html[data-owner-mobile="true"] .om-preview-badge{font-size:10px;color:var(--muted)}
  html[data-owner-mobile="true"] .om-bottom{padding:4px 8px 6px}
  html[data-owner-mobile="true"] .om-bottom button{padding:7px 2px;gap:3px;font-size:10px}
  html[data-owner-mobile="true"] .om-bottom button[aria-current]{background:transparent;color:var(--ink);font-weight:750}
  html[data-owner-mobile="true"] .om-bottom button[aria-current] svg{background:var(--om-soft);box-shadow:0 0 0 5px var(--om-soft);border-radius:5px}
  html[data-owner-mobile="true"][data-console-view="판매"] .wrap{padding:22px 20px calc(90px + env(safe-area-inset-bottom))!important;background:var(--om-solid)}
  html[data-owner-mobile="true"][data-theme="mono"][data-console-view="판매"] .wrap{background:#17171b}
  html[data-owner-mobile="true"] .om-sales-heading{display:flex;justify-content:space-between;align-items:center;gap:12px}
  html[data-owner-mobile="true"] .om-sales-heading h1{font-size:22px!important;font-weight:700;margin:0!important;line-height:1.3!important}
  html[data-owner-mobile="true"] .om-period-button{display:flex;align-items:center;gap:15px;border:1px solid var(--line);border-radius:10px;background:var(--om-control);color:var(--ink);font-size:13px;padding:8px 12px;min-height:40px;cursor:pointer}
  html[data-owner-mobile="true"] .om-sales-date{font-size:11px;color:var(--muted);margin:8px 0 0;font-variant-numeric:tabular-nums}
  html[data-owner-mobile="true"] .om-sales-hero{padding:28px 0 22px;border-bottom:1px solid var(--line)}
  html[data-owner-mobile="true"] .om-sales-eyebrow{font-size:13px;color:var(--ink2);font-weight:500}
  html[data-owner-mobile="true"] .om-sales-amount{display:block;font-size:clamp(30px,9vw,40px);font-weight:750;line-height:1.35;letter-spacing:-1.5px;overflow-wrap:anywhere;margin:8px 0 24px;font-variant-numeric:tabular-nums}
  html[data-owner-mobile="true"] .om-sales-summary{display:grid;grid-template-columns:1fr 1fr;gap:20px}
  html[data-owner-mobile="true"] .om-sales-summary>div{display:flex;flex-direction:column;gap:6px}
  html[data-owner-mobile="true"] .om-sales-summary span{font-size:12px;color:var(--muted);font-weight:400}
  html[data-owner-mobile="true"] .om-sales-summary b{font-size:20px;font-weight:650;letter-spacing:-.5px}
  html[data-owner-mobile="true"] .om-sales-summary small{font-size:12px;font-weight:400;margin-left:4px;color:var(--ink2)}
  html[data-owner-mobile="true"] .om-sales-trend{padding:4px 0 8px}
  html[data-owner-mobile="true"] .om-sales-trend .om-section-title{margin:18px 0 16px}
  html[data-owner-mobile="true"] .om-sales-trend h2{font-size:16px;font-weight:650}
  html[data-owner-mobile="true"] .om-section-title>span{font-size:10px;color:var(--muted)}
  html[data-owner-mobile="true"] .om-sales-empty{padding:28px 12px;text-align:center;border-radius:12px;background:var(--om-control);font-size:13px;color:var(--muted);margin:10px 0}
  html[data-owner-mobile="true"] .om-sales-trend .chartwrap{margin:10px 0;padding:0;min-width:0}
  html[data-owner-mobile="true"] .om-sales-trend .om-daily-chart{overflow-x:auto;padding:8px 0 12px;overscroll-behavior-x:contain}
  html[data-owner-mobile="true"] .om-daily-chart svg{min-height:280px}
  html[data-owner-mobile="true"] .om-daily-chart text{font-size:12px}
  html[data-owner-mobile="true"] .om-chart-hint{font-size:12px;color:var(--muted);margin:0 0 16px}
  html[data-owner-mobile="true"] .om-sale-details>summary{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:54px;list-style:none;cursor:pointer;font-size:15px;font-weight:650}
  html[data-owner-mobile="true"] .om-sale-details>summary::-webkit-details-marker{display:none}
  html[data-owner-mobile="true"] .om-sale-details>summary::after{content:'⌄';font-size:16px;font-weight:400;color:var(--muted)}
  html[data-owner-mobile="true"] .om-sale-details[open]>summary::after{content:'⌃'}
  html[data-owner-mobile="true"] .om-sale-details>summary>span{margin-left:auto;font-size:12px;color:var(--muted);font-weight:400}
  html[data-owner-mobile="true"] .om-sales-section{border-top:1px solid var(--line);padding:4px 0}
  html[data-owner-mobile="true"] .om-metric-notes>summary{font-size:11px;min-height:44px;font-weight:400;color:var(--muted);justify-content:flex-start}
  html[data-owner-mobile="true"] .om-metric-notes p{font-size:12px;color:var(--muted);line-height:1.7}
  html[data-owner-mobile="true"] .om-sales-state{margin-top:24px}
  html[data-owner-mobile="true"] :is(.om-payment-row,.om-sales-store){padding:15px 0;border-top:1px solid var(--line2)}
  html[data-owner-mobile="true"] :is(.om-payment-row,.om-sales-store)>div{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;font-size:13px}
  html[data-owner-mobile="true"] :is(.om-payment-row,.om-sales-store)>div>b{font-weight:550;min-width:0;overflow-wrap:anywhere}
  html[data-owner-mobile="true"] :is(.om-payment-row,.om-sales-store) strong{font-size:15px;flex-shrink:0}
  html[data-owner-mobile="true"] .om-sales-store strong small{font-size:11px;font-weight:400;margin-left:3px}
  html[data-owner-mobile="true"] :is(.om-payment-row,.om-sales-store) p{font-size:11px;color:var(--muted);line-height:1.5;margin:7px 0 0;overflow-wrap:anywhere}
  html[data-owner-mobile="true"] .om-period-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:24px 0 32px}
  html[data-owner-mobile="true"] .om-period-option{display:flex;justify-content:space-between;align-items:center;gap:8px;min-height:52px;padding:14px 16px;border:1px solid var(--line);border-radius:10px;background:var(--om-control);color:var(--ink);font-size:14px;text-align:left;cursor:pointer}
  html[data-owner-mobile="true"] .om-period-option[aria-pressed="true"]{background:var(--acc);color:var(--acc-ink);border-color:var(--acc);font-weight:700}
  html[data-owner-mobile="true"] .om-custom-dates{border-top:1px solid var(--line);padding-top:28px}
  html[data-owner-mobile="true"] .om-custom-dates h3{margin:0 0 24px;font-size:16px;line-height:1.5}
  html[data-owner-mobile="true"] .om-custom-dates label{display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;margin:0 0 16px;gap:16px;font-size:13px}
  html[data-owner-mobile="true"] .om-custom-dates input[type="date"]{width:100%;max-width:100%;min-height:52px;border:1px solid var(--line);border-radius:10px;padding:12px;box-sizing:border-box}
  html[data-owner-mobile="true"] .om-custom-dates .done-btn{width:100%;min-height:54px;margin-top:12px;padding:16px!important;font-size:15px;font-weight:700}
  html[data-owner-mobile="true"] #om_period_error{font-size:12px;line-height:1.6;color:var(--red);margin:4px 0 12px}
  html[data-owner-mobile="true"] #om_period_error:empty{display:none}

  /* Final mobile pass: comfortable forms, detail sheets and action groups. */
  html[data-owner-mobile="true"] input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="hidden"]),
  html[data-owner-mobile="true"] select,
  html[data-owner-mobile="true"] textarea{min-height:48px;box-sizing:border-box;padding:12px!important;line-height:1.4}
  html[data-owner-mobile="true"] .done-btn{min-height:48px;padding:12px 16px!important;line-height:1.4}
  html[data-owner-mobile="true"] .ph>span:has(>.chip){gap:10px!important}
  html[data-owner-mobile="true"] .om-coupon-form{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 12px!important;padding:24px 0!important;margin:10px 0 20px!important}
  html[data-owner-mobile="true"] .om-coupon-form>label{display:flex;flex-direction:column;gap:8px;min-width:0;font-size:12px!important;line-height:1.5}
  html[data-owner-mobile="true"] .om-coupon-form>label>br{display:none}
  html[data-owner-mobile="true"] .om-coupon-form>label:nth-child(-n+2){grid-column:1/-1}
  html[data-owner-mobile="true"] .om-coupon-form>label>span{display:grid!important;grid-template-columns:minmax(0,1fr) auto;gap:10px!important}
  html[data-owner-mobile="true"] .om-coupon-form :is(input,select){width:100%!important;min-width:0}
  html[data-owner-mobile="true"] .om-coupon-form>.done-btn{grid-column:1/-1;margin-top:6px;min-height:52px}
  html[data-owner-mobile="true"] #modal :is(.mkpis,.kpis)>:last-child:nth-child(3){grid-column:1/-1}
  html[data-owner-mobile="true"] #modal .kv>div>span:first-child{flex-shrink:0}
  html[data-owner-mobile="true"] #modal .kv>div>span:last-child{min-width:0;text-align:right;overflow-wrap:anywhere}
  html[data-owner-mobile="true"] .om-stock-form{gap:10px!important;padding:16px!important;margin:8px 0 24px!important}
  html[data-owner-mobile="true"] .om-stock-form>span:first-child{width:100%;font-size:12px!important;margin-bottom:2px}
  html[data-owner-mobile="true"] .om-stock-form>span:last-child{width:100%;line-height:1.5}
  html[data-owner-mobile="true"] #modal button[onclick^="deleteCoupon("]{background:transparent!important;color:var(--red)!important;border:1px solid var(--red)!important}
  html[data-owner-mobile="true"] :is(input,button,select,textarea,a){scroll-margin-block:110px}
  html[data-owner-mobile="true"] .kpi .s{white-space:normal!important;overflow:visible!important;text-overflow:clip!important;line-height:1.6;overflow-wrap:anywhere}
  html[data-owner-mobile="true"] .om-price-table{display:block;width:100%;min-width:0!important;margin-top:18px}
  html[data-owner-mobile="true"] .om-price-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}
  html[data-owner-mobile="true"] .om-price-table tbody{display:block}
  html[data-owner-mobile="true"] .om-price-table tr{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 12px;border:1px solid var(--line);border-radius:14px;padding:18px;margin-bottom:14px}
  html[data-owner-mobile="true"] .om-price-table td{display:block;padding:0!important;border:0!important;min-width:0;text-align:left!important;white-space:normal!important}
  html[data-owner-mobile="true"] .om-price-table td:first-child{grid-column:1/-1;font-size:16px}
  html[data-owner-mobile="true"] .om-price-table td:last-child{grid-column:1/-1}
  html[data-owner-mobile="true"] .om-price-table td:not(:first-child)::before{display:block;font-size:11px;color:var(--muted);margin-bottom:8px}
  html[data-owner-mobile="true"] .om-price-table td:nth-child(2)::before{content:'현재 적용가'}
  html[data-owner-mobile="true"] .om-price-table td:nth-child(3)::before{content:'출처'}
  html[data-owner-mobile="true"] .om-price-table td:nth-child(4)::before{content:'기기별 설정'}
  html[data-owner-mobile="true"] .om-price-table td:nth-child(5)::before{content:'무료/유료'}
  html[data-owner-mobile="true"] .om-price-table td:nth-child(6)::before{content:'설정 가격'}
  html[data-owner-mobile="true"] .om-price-table input[type="number"]{width:100%!important}
  html[data-owner-mobile="true"] .om-price-check{display:grid;place-items:center;width:44px;height:44px;border-radius:10px;background:var(--om-control);cursor:pointer}
  html[data-owner-mobile="true"] .om-price-table input[type="checkbox"]{width:24px!important;height:24px!important;margin:0;cursor:pointer}
}
