:root{--wh-bg:#f5f7fa;--wh-panel:#fff;--wh-line:#e5e9ef;--wh-text:#172033;--wh-muted:#6b7280;--wh-accent:#2166f3;--wh-danger:#c9363e;--wh-ok:#16845b;--wh-sidebar:#111827}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--wh-bg);color:var(--wh-text);font:14px/1.45 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}
.wh-app{min-height:100vh;display:grid;grid-template-columns:240px minmax(0,1fr)}.wh-sidebar{position:sticky;top:0;height:100vh;background:var(--wh-sidebar);color:#dbe2ed;padding:18px 12px;overflow:auto}.wh-brand{font-size:20px;font-weight:800;color:#fff;padding:7px 10px 18px}.wh-nav{display:grid;gap:4px}.wh-nav a{padding:10px 12px;border-radius:8px;color:#c7d0dc}.wh-nav a:hover,.wh-nav a.is-active{background:#243044;color:#fff}.wh-main{min-width:0;padding:24px}.wh-top{display:flex;gap:12px;align-items:center;margin-bottom:18px}.wh-title{font-size:24px;font-weight:750;margin:0}.wh-search{margin-left:auto;max-width:420px;width:100%}.wh-search input,.wh-field input,.wh-field select,.wh-field textarea{width:100%;border:1px solid var(--wh-line);background:var(--wh-panel);color:var(--wh-text);border-radius:9px;padding:10px 12px;outline:none}.wh-search input:focus,.wh-field input:focus,.wh-field select:focus,.wh-field textarea:focus{border-color:var(--wh-accent);box-shadow:0 0 0 3px rgba(33,102,243,.1)}
.wh-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.wh-card{background:var(--wh-panel);border:1px solid var(--wh-line);border-radius:12px;padding:16px}.wh-card strong{font-size:22px}.wh-muted{color:var(--wh-muted)}.wh-actions{display:flex;gap:8px;flex-wrap:wrap;margin:16px 0}.wh-btn{border:1px solid var(--wh-line);background:var(--wh-panel);color:var(--wh-text);padding:10px 14px;border-radius:9px;font-weight:650;cursor:pointer}.wh-btn.primary{background:var(--wh-accent);border-color:var(--wh-accent);color:#fff}.wh-btn.danger{background:var(--wh-danger);border-color:var(--wh-danger);color:#fff}.wh-btn.ok{background:var(--wh-ok);border-color:var(--wh-ok);color:#fff}
.wh-table-wrap{overflow:auto;background:var(--wh-panel);border:1px solid var(--wh-line);border-radius:12px}.wh-table{width:100%;border-collapse:collapse;min-width:760px}.wh-table th,.wh-table td{text-align:left;padding:11px 12px;border-bottom:1px solid var(--wh-line);vertical-align:middle}.wh-table th{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:var(--wh-muted);background:#fafbfc}.wh-low{color:var(--wh-danger);font-weight:700}.wh-pos{color:var(--wh-ok);font-weight:700}.wh-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.wh-field{display:grid;gap:5px}.wh-field.full{grid-column:1/-1}.wh-field label{font-weight:650}.wh-flash{padding:11px 13px;border-radius:9px;margin-bottom:14px;background:#e9f7f0;color:#12613f}.wh-error{background:#fdecec;color:#9f252c}.wh-mobile-toggle{display:none}.wh-bottom-actions{display:none}
@media(max-width:900px){.wh-app{grid-template-columns:1fr}.wh-sidebar{position:fixed;z-index:30;left:0;top:0;width:260px;transform:translateX(-105%);transition:transform .16s ease}.wh-sidebar.is-open{transform:translateX(0)}.wh-main{padding:16px 14px 88px}.wh-mobile-toggle{display:inline-flex}.wh-top{align-items:flex-start;flex-wrap:wrap}.wh-search{order:3;max-width:none;margin-left:0}.wh-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wh-form{grid-template-columns:1fr}.wh-bottom-actions{position:fixed;display:grid;grid-template-columns:1fr 1fr 1fr;gap:7px;left:0;right:0;bottom:0;padding:9px 10px;background:rgba(255,255,255,.97);border-top:1px solid var(--wh-line);z-index:20}.wh-bottom-actions .wh-btn{padding:11px 7px;font-size:13px}}
@media(max-width:520px){.wh-grid{grid-template-columns:1fr 1fr}.wh-card{padding:13px}.wh-card strong{font-size:19px}.wh-title{font-size:21px}}
@media(prefers-color-scheme:dark){:root{--wh-bg:#0c111b;--wh-panel:#141c29;--wh-line:#283245;--wh-text:#e8edf5;--wh-muted:#98a4b6;--wh-sidebar:#080d15}.wh-table th{background:#111826}.wh-bottom-actions{background:rgba(20,28,41,.97)}}

.wh-toast{position:fixed;right:18px;bottom:18px;z-index:40;display:grid;gap:3px;width:min(360px,calc(100vw - 28px));padding:13px 15px;border:1px solid var(--wh-line);border-radius:11px;background:var(--wh-panel);box-shadow:0 12px 34px rgba(0,0,0,.18)}.wh-toast span{color:var(--wh-muted)}@media(max-width:900px){.wh-toast{right:14px;bottom:76px}}

.wh-messages{display:grid;grid-template-columns:minmax(220px,320px) minmax(0,1fr);gap:12px}.wh-unread{display:inline-block;margin-left:6px;padding:2px 6px;border-radius:999px;background:var(--wh-accent);color:#fff;font-size:10px;text-transform:uppercase;vertical-align:1px}@media(max-width:720px){.wh-messages{grid-template-columns:1fr}}

.wh-token-once code{display:block;word-break:break-all;padding:12px;margin:8px 0;background:var(--wh-bg);border:1px solid var(--wh-line);border-radius:9px;font-size:.9rem}

.wh-qr-card{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:12px}.wh-qr-card code{display:block;word-break:break-all;margin:6px 0}.wh-qr-image{width:180px;height:180px;object-fit:contain;background:#fff;border:8px solid #fff;border-radius:8px}
@media(max-width:640px){.wh-qr-card{align-items:flex-start;flex-direction:column}.wh-qr-image{width:160px;height:160px}}
@media print{body.wh-print-qr{background:#fff;color:#000}body.wh-print-qr .wh-sidebar,body.wh-print-qr .wh-top,body.wh-print-qr .wh-bottom-actions,body.wh-print-qr .wh-main>*:not(.wh-qr-card){display:none!important}body.wh-print-qr .wh-main{padding:0!important}body.wh-print-qr .wh-qr-card{display:flex!important;box-shadow:none;border:0;color:#000}body.wh-print-qr .wh-qr-card .wh-actions{display:none!important}body.wh-print-qr .wh-qr-card code{color:#000}.wh-qr-image{print-color-adjust:exact;-webkit-print-color-adjust:exact}}


.wh-hero{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:24px;margin-bottom:14px;border:1px solid #dbe4f3;border-radius:18px;background:linear-gradient(135deg,#fff,#f3f7ff)}.wh-hero h2,.wh-catalog-intro h2{margin:3px 0 5px;font-size:28px}.wh-hero p,.wh-catalog-intro p{margin:0;color:var(--wh-muted);font-size:15px}.wh-eyebrow{font-size:11px;font-weight:800;letter-spacing:.12em;color:var(--wh-accent)}.wh-task-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px}.wh-task{display:grid;grid-template-columns:auto 1fr;column-gap:12px;align-items:center;padding:17px;border:1px solid var(--wh-line);border-radius:16px;background:var(--wh-panel);box-shadow:0 4px 16px rgba(31,48,76,.05);transition:transform .12s ease,box-shadow .12s ease}.wh-task:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(31,48,76,.10)}.wh-task>span{grid-row:1/3;font-size:30px}.wh-task b{font-size:17px}.wh-task small{color:var(--wh-muted)}.wh-stats{margin-bottom:20px}.wh-section-title{margin:24px 0 10px}.wh-catalog-intro{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 22px;margin-bottom:14px;border-radius:16px;background:var(--wh-panel);border:1px solid var(--wh-line)}.wh-group-strip{display:flex;gap:8px;overflow:auto;padding:2px 0 10px;scrollbar-width:thin}.wh-group-pill{white-space:nowrap;padding:9px 12px;border:1px solid var(--wh-line);border-radius:999px;background:var(--wh-panel);font-weight:650}.wh-group-pill span{margin-right:6px}.wh-catalog-group{scroll-margin-top:16px;margin:20px 0 28px}.wh-catalog-group>header{display:flex;align-items:center;gap:12px;margin-bottom:10px}.wh-catalog-group h2{margin:0;font-size:21px}.wh-catalog-group p{margin:2px 0 0;color:var(--wh-muted)}.wh-group-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:var(--wh-panel);border:1px solid var(--wh-line);font-size:25px}.wh-catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.wh-catalog-card{min-width:0;padding:14px;border:1px solid var(--wh-line);border-radius:14px;background:var(--wh-panel);display:grid;gap:10px;align-content:start}.wh-catalog-card-icon{font-size:26px}.wh-catalog-card h3{font-size:16px;margin:0}.wh-catalog-card details{border-top:1px solid var(--wh-line);padding-top:8px}.wh-catalog-card summary{cursor:pointer;font-weight:700;color:var(--wh-accent)}.wh-variant-list{display:flex;flex-wrap:wrap;gap:6px;margin-top:9px}.wh-variant-list a{padding:6px 8px;border-radius:8px;background:var(--wh-bg);border:1px solid var(--wh-line);font-size:12px}.wh-variant-list a:hover{border-color:var(--wh-accent)}.wh-add-template{justify-self:start}.wh-preset-banner{display:flex;gap:12px;align-items:center;padding:14px 16px;margin-bottom:12px;border-radius:14px;background:#eef6ff;border:1px solid #cfe1ff}.wh-preset-banner>span{font-size:25px}.wh-preset-banner small{color:var(--wh-muted)}[data-wh-search-item][hidden]{display:none!important}
@media(max-width:1100px){.wh-task-grid,.wh-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.wh-hero,.wh-catalog-intro{align-items:flex-start;flex-direction:column}.wh-hero h2,.wh-catalog-intro h2{font-size:23px}.wh-task-grid{grid-template-columns:1fr 1fr}.wh-catalog-grid{grid-template-columns:1fr}.wh-task{padding:14px}.wh-task small{font-size:12px}}@media(prefers-color-scheme:dark){.wh-hero{background:linear-gradient(135deg,#141c29,#101827);border-color:var(--wh-line)}.wh-preset-banner{background:#122239;border-color:#24436d}}


.wh-stock-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.wh-stock-grid-large{grid-template-columns:repeat(3,minmax(0,1fr))}.wh-item-card{min-width:0;overflow:hidden;border:1px solid var(--wh-line);border-radius:17px;background:var(--wh-panel);box-shadow:0 5px 18px rgba(31,48,76,.055);display:flex;flex-direction:column;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.wh-item-card:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(31,48,76,.10);border-color:#cfd8e7}.wh-item-card.is-archived{opacity:.68}.wh-item-visual{position:relative;display:grid;place-items:center;height:150px;background:linear-gradient(145deg,#f8fafc,#eef3f9);overflow:hidden}.wh-item-visual img{width:100%;height:100%;object-fit:cover}.wh-item-visual>span{font-size:54px;filter:drop-shadow(0 6px 10px rgba(0,0,0,.08))}.wh-item-visual em{position:absolute;top:9px;right:9px;padding:4px 8px;border-radius:999px;background:rgba(17,24,39,.78);color:#fff;font-size:11px;font-style:normal}.wh-item-body{display:grid;gap:7px;padding:14px 14px 12px}.wh-item-meta{font-size:11px;font-weight:750;letter-spacing:.035em;text-transform:uppercase;color:var(--wh-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wh-item-name{font-size:17px;font-weight:800;line-height:1.25}.wh-item-name:hover{color:var(--wh-accent)}.wh-location-line{font-size:12px;color:var(--wh-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wh-item-stock{display:flex;align-items:baseline;gap:5px;margin-top:4px}.wh-item-stock strong{font-size:27px;line-height:1}.wh-item-stock small{margin-left:auto;font-size:11px;font-weight:750}.wh-item-stock.is-ok{color:var(--wh-ok)}.wh-item-stock.is-low{color:var(--wh-danger)}.wh-item-actions{display:grid;grid-template-columns:1fr 1fr auto;gap:7px;padding:10px 12px 12px;margin-top:auto;border-top:1px solid var(--wh-line)}.wh-mini{display:flex;align-items:center;justify-content:center;min-height:38px;padding:7px 9px;border:1px solid var(--wh-line);border-radius:10px;background:var(--wh-bg);font-size:12px;font-weight:800}.wh-mini.ok{background:#edf9f4;border-color:#ccecdf;color:#116b49}.wh-mini.danger{background:#fff1f1;border-color:#f1cccc;color:#a82d35}.wh-empty{grid-column:1/-1;display:grid;justify-items:center;text-align:center;gap:6px;padding:36px 20px;border:1px dashed var(--wh-line);border-radius:17px;background:var(--wh-panel)}.wh-empty>span{font-size:42px}.wh-empty>b{font-size:19px}.wh-empty p{margin:0 0 8px;color:var(--wh-muted)}.wh-inventory-head>.wh-actions{margin:0}
@media(max-width:1180px){.wh-stock-grid,.wh-stock-grid-large{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.wh-stock-grid,.wh-stock-grid-large{grid-template-columns:1fr}.wh-item-card{display:grid;grid-template-columns:104px minmax(0,1fr)}.wh-item-visual{height:100%;min-height:132px}.wh-item-visual>span{font-size:42px}.wh-item-actions{grid-column:1/-1}.wh-item-stock strong{font-size:24px}}@media(prefers-color-scheme:dark){.wh-item-visual{background:linear-gradient(145deg,#172131,#101722)}.wh-mini.ok{background:#102a20;border-color:#214737;color:#73d3aa}.wh-mini.danger{background:#321719;border-color:#563033;color:#ff9da3}}
\n
.wh-filter-bar{display:flex;gap:8px;overflow:auto;padding:2px 1px 12px;margin:-2px 0 6px;scrollbar-width:thin}.wh-filter{white-space:nowrap;border:1px solid var(--wh-line);background:var(--wh-panel);color:var(--wh-text);border-radius:999px;padding:8px 12px;font-weight:750;font-size:12px;cursor:pointer}.wh-filter:hover{border-color:var(--wh-accent)}.wh-filter.is-active{background:var(--wh-accent);border-color:var(--wh-accent);color:#fff}.wh-operation-selected{display:flex;align-items:center;gap:14px;padding:16px 18px;margin-bottom:12px;border:1px solid #cfe0ff;border-radius:16px;background:linear-gradient(135deg,#f7faff,#edf4ff)}.wh-operation-icon{display:grid;place-items:center;flex:0 0 58px;width:58px;height:58px;border-radius:15px;background:#fff;font-size:31px;box-shadow:0 5px 16px rgba(35,74,145,.08)}.wh-operation-copy{display:grid;gap:2px;min-width:0;flex:1}.wh-operation-copy>b{font-size:19px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wh-operation-copy>small{color:var(--wh-muted)}.wh-qty-presets{display:flex;gap:6px;margin-top:7px}.wh-qty-presets button{min-width:48px;padding:7px 11px;border:1px solid var(--wh-line);border-radius:9px;background:var(--wh-bg);color:var(--wh-text);font-weight:800;cursor:pointer}.wh-qty-presets button:hover{border-color:var(--wh-accent);color:var(--wh-accent)}
@media(max-width:680px){.wh-operation-selected{align-items:flex-start;flex-wrap:wrap}.wh-operation-selected>.wh-btn{width:100%}.wh-filter-bar{margin-left:-2px;margin-right:-2px}.wh-item-actions{position:sticky;bottom:0;background:var(--wh-panel)}}
@media(prefers-color-scheme:dark){.wh-operation-selected{background:linear-gradient(135deg,#152238,#111b2c);border-color:#284263}.wh-operation-icon{background:#0f1724}}


.wh-nav-label{padding:14px 12px 5px;color:var(--wh-muted);font-size:10px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.wh-nav-more{margin-top:8px;border-top:1px solid var(--wh-line);padding-top:8px}.wh-nav-more>summary{list-style:none;cursor:pointer;padding:10px 12px;border-radius:10px;font-weight:800;color:var(--wh-muted);user-select:none}.wh-nav-more>summary::-webkit-details-marker{display:none}.wh-nav-more>summary:hover,.wh-nav-more[open]>summary{background:var(--wh-bg);color:var(--wh-text)}.wh-nav-more-list{display:grid;gap:2px;margin-top:3px}.wh-nav-more-list a{font-size:13px;padding-top:9px!important;padding-bottom:9px!important}
@media(max-width:760px){.wh-nav-label{padding-top:10px}.wh-nav-more{margin-bottom:18px}.wh-bottom-actions .wh-btn{font-size:11px;padding-left:8px;padding-right:8px}}


.wh-catalog-groups{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:8px 0 24px}.wh-catalog-group-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;padding:13px 14px;border:1px solid var(--wh-line);border-radius:15px;background:var(--wh-panel);box-shadow:0 3px 12px rgba(31,48,76,.04);transition:transform .12s ease,border-color .12s ease,box-shadow .12s ease}.wh-catalog-group-card:hover{transform:translateY(-2px);border-color:#bfd0eb;box-shadow:0 7px 20px rgba(31,48,76,.08)}.wh-catalog-group-emoji{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:var(--wh-bg);font-size:24px}.wh-catalog-group-card b{display:block;font-size:13px;line-height:1.2}.wh-catalog-group-card small{display:block;margin-top:3px;color:var(--wh-muted);font-size:11px}.wh-catalog-group-card i{font-style:normal;color:var(--wh-muted);font-size:18px}.wh-catalog-card{position:relative;padding:0!important;overflow:hidden;grid-template-rows:auto 1fr auto}.wh-catalog-card-top{display:flex;align-items:flex-start;justify-content:space-between;padding:15px 15px 0}.wh-product-icon{display:grid;place-items:center;width:58px;height:58px;border-radius:17px;background:linear-gradient(145deg,#f5f8fd,#e9eff8);font-size:33px;box-shadow:inset 0 0 0 1px rgba(83,112,157,.08)}.wh-product-unit{padding:5px 8px;border-radius:999px;background:var(--wh-bg);border:1px solid var(--wh-line);font-size:10px;font-weight:850;color:var(--wh-muted)}.wh-catalog-card-body{padding:12px 15px 14px!important}.wh-product-category{margin-bottom:4px;color:var(--wh-muted);font-size:10px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.wh-catalog-card h3{font-size:17px!important;line-height:1.25;min-height:42px}.wh-product-count{margin-top:7px;color:var(--wh-muted);font-size:11px;font-weight:700}.wh-quick-variants{display:flex;gap:5px;flex-wrap:wrap;margin-top:9px}.wh-quick-variants a{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:6px 8px;border-radius:8px;background:#f2f6fc;border:1px solid #dde6f2;color:var(--wh-text);font-size:10px;font-weight:750}.wh-quick-variants a:hover{border-color:var(--wh-accent);color:var(--wh-accent)}.wh-product-more{margin:0 12px 12px!important;padding:0!important;border:1px solid var(--wh-line)!important;border-radius:10px;background:var(--wh-bg)}.wh-product-more summary{display:flex;justify-content:space-between;align-items:center;padding:9px 10px!important;border:0!important;color:var(--wh-accent);font-size:11px!important}.wh-product-more[open] summary span{transform:rotate(180deg)}.wh-product-more .wh-variant-list{padding:0 9px 9px;margin:0!important}.wh-add-template{margin:0 12px 12px;justify-self:stretch!important}.wh-catalog-group>header{padding-top:6px}.wh-catalog-group>header h2{font-size:23px}.wh-catalog-group>header p{font-size:13px}
@media(max-width:1250px){.wh-catalog-groups{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.wh-catalog-groups{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.wh-catalog-groups{grid-template-columns:1fr 1fr;gap:7px}.wh-catalog-group-card{padding:10px;grid-template-columns:auto 1fr}.wh-catalog-group-card i{display:none}.wh-catalog-group-emoji{width:38px;height:38px;font-size:21px}.wh-catalog-group-card b{font-size:12px}.wh-catalog-card h3{min-height:auto}.wh-product-icon{width:54px;height:54px;font-size:31px}}
@media(prefers-color-scheme:dark){.wh-product-icon{background:linear-gradient(145deg,#1a2535,#111927)}.wh-quick-variants a{background:#141d2a;border-color:#26364b}}


/* Mobile app layout 1.0.8 */
.wh-mobile-nav,.wh-mobile-ops,.wh-mobile-backdrop{display:none}
@media(max-width:900px){
 html.wh-lock,html.wh-lock body{overflow:hidden}
 .wh-app{display:block;min-height:100dvh}
 .wh-main{padding:0 12px calc(88px + env(safe-area-inset-bottom));min-height:100dvh}
 .wh-top{position:sticky;top:0;z-index:18;display:grid;grid-template-columns:minmax(0,1fr);gap:9px;margin:0 -12px 12px;padding:12px 12px 10px;background:color-mix(in srgb,var(--wh-bg) 92%,transparent);backdrop-filter:blur(14px);border-bottom:1px solid color-mix(in srgb,var(--wh-line) 78%,transparent)}
 .wh-mobile-toggle{display:none!important}
 .wh-title{font-size:20px;line-height:1.2;padding:1px 2px}
 .wh-search{order:0;margin:0;max-width:none}
 .wh-search input{height:44px;padding:10px 14px;border-radius:13px;font-size:16px;background:var(--wh-panel)}
 .wh-sidebar{position:fixed;z-index:60;top:auto;left:0;right:0;bottom:0;width:100%;height:min(82dvh,720px);padding:10px 14px calc(22px + env(safe-area-inset-bottom));border-radius:24px 24px 0 0;transform:translateY(105%);transition:transform .2s ease;box-shadow:0 -18px 55px rgba(0,0,0,.28)}
 .wh-sidebar.is-open{transform:translateY(0)}
 .wh-brand{position:relative;padding:20px 10px 14px;font-size:18px}
 .wh-brand:before{content:"";position:absolute;top:4px;left:50%;width:44px;height:5px;border-radius:999px;background:#4b5563;transform:translateX(-50%)}
 .wh-nav{gap:3px}
 .wh-nav a,.wh-nav-more>summary{min-height:46px;display:flex;align-items:center;padding:11px 13px;border-radius:12px;font-size:15px}
 .wh-nav-label{padding:10px 12px 4px}
 .wh-nav-more-list a{font-size:14px!important;min-height:44px}
 .wh-sidebar form[action="/warehouse/logout"]{margin-top:10px!important}
 .wh-sidebar form[action="/warehouse/logout"] .wh-btn{min-height:46px}
 .wh-mobile-backdrop{display:block;position:fixed;z-index:50;inset:0;background:rgba(4,8,15,.48);backdrop-filter:blur(2px)}
 .wh-mobile-backdrop[hidden]{display:none}
 .wh-mobile-nav{position:fixed;z-index:45;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(5,1fr);align-items:end;padding:7px 5px calc(7px + env(safe-area-inset-bottom));background:color-mix(in srgb,var(--wh-panel) 96%,transparent);border-top:1px solid var(--wh-line);box-shadow:0 -8px 30px rgba(20,35,60,.08);backdrop-filter:blur(16px)}
 .wh-mobile-nav a,.wh-mobile-nav button{appearance:none;border:0;background:none;color:var(--wh-muted);display:grid;place-items:center;gap:2px;min-width:0;min-height:52px;padding:3px 2px;font-weight:750;cursor:pointer}
 .wh-mobile-nav span{display:grid;place-items:center;height:27px;font-size:22px;line-height:1}
 .wh-mobile-nav small{font-size:10px;line-height:1.1;white-space:nowrap}
 .wh-mobile-nav a.is-active{color:var(--wh-accent)}
 .wh-mobile-plus{width:42px;height:42px!important;margin-top:-19px;border-radius:15px;background:var(--wh-accent);color:#fff;font-size:29px!important;box-shadow:0 7px 18px rgba(33,102,243,.28)}
 .wh-mobile-ops{position:fixed;z-index:60;left:10px;right:10px;bottom:calc(72px + env(safe-area-inset-bottom));display:grid;gap:8px;padding:10px 10px 12px;border:1px solid var(--wh-line);border-radius:20px;background:var(--wh-panel);box-shadow:0 18px 55px rgba(15,25,45,.25)}
 .wh-mobile-ops[hidden]{display:none}
 .wh-mobile-ops-handle{justify-self:center;width:42px;height:4px;border-radius:999px;background:var(--wh-line);margin:0 0 2px}
 .wh-mobile-ops>b{padding:1px 7px 4px;font-size:16px}
 .wh-mobile-op{display:grid;grid-template-columns:48px 1fr;gap:11px;align-items:center;min-height:64px;padding:9px 11px;border:1px solid var(--wh-line);border-radius:15px;background:var(--wh-bg)}
 .wh-mobile-op>span{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:var(--wh-panel);font-size:23px}
 .wh-mobile-op div{display:grid;gap:1px}.wh-mobile-op strong{font-size:15px}.wh-mobile-op small{color:var(--wh-muted);font-size:11px}
 .wh-bottom-actions{display:none!important}
 .wh-btn{min-height:44px;border-radius:12px}
 .wh-field input,.wh-field select,.wh-field textarea{font-size:16px;border-radius:12px;padding:12px 13px}
 .wh-form{gap:10px}
 .wh-card{border-radius:16px}
 .wh-grid{gap:8px}
 .wh-hero{margin:0 0 10px;padding:17px;border-radius:18px}
 .wh-hero h2,.wh-catalog-intro h2{font-size:22px}
 .wh-hero p,.wh-catalog-intro p{font-size:13px}
 .wh-task-grid{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px}
 .wh-task{min-height:92px;padding:13px;border-radius:16px;grid-template-columns:1fr;gap:3px;align-content:start}
 .wh-task>span{grid-row:auto;font-size:25px}.wh-task b{font-size:15px}.wh-task small{font-size:11px;line-height:1.25}
 .wh-stats{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:16px}
 .wh-stats .wh-card{padding:12px}.wh-stats .wh-card strong{font-size:22px}
 .wh-section-title{font-size:18px;margin:18px 2px 9px}
 .wh-catalog-intro{margin:0 0 10px;padding:15px;border-radius:17px}
 .wh-catalog-intro>.wh-actions{width:100%;display:grid;grid-template-columns:1fr;gap:7px;margin:8px 0 0}
 .wh-catalog-intro>.wh-actions .wh-btn{width:100%;justify-content:center;text-align:center}
 .wh-catalog-groups{grid-template-columns:1fr 1fr;gap:7px;margin:6px 0 18px}
 .wh-catalog-group-card{min-height:70px;padding:9px;border-radius:14px;grid-template-columns:38px 1fr}
 .wh-catalog-group-emoji{width:38px;height:38px;font-size:20px}
 .wh-catalog-group-card b{font-size:11px}.wh-catalog-group-card small{font-size:10px}.wh-catalog-group-card i{display:none}
 .wh-catalog-group{margin:16px 0 22px;scroll-margin-top:92px}
 .wh-catalog-group>header{gap:9px;margin-bottom:8px}.wh-catalog-group>header h2{font-size:19px}.wh-catalog-group>header p{font-size:11px}
 .wh-group-icon{width:42px;height:42px;font-size:22px}
 .wh-catalog-grid{grid-template-columns:1fr;gap:8px}
 .wh-catalog-card{border-radius:17px}
 .wh-catalog-card-top{padding:12px 12px 0}.wh-product-icon{width:52px;height:52px;font-size:29px;border-radius:15px}
 .wh-catalog-card-body{padding:10px 12px 12px!important}.wh-catalog-card h3{font-size:16px!important;min-height:auto}
 .wh-quick-variants{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}
 .wh-quick-variants a{display:flex;align-items:center;min-height:38px;padding:7px 8px;font-size:11px;white-space:normal}
 .wh-product-more{margin:0 10px 10px!important}.wh-product-more summary{min-height:42px;padding:10px!important;font-size:12px!important}
 .wh-variant-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}
 .wh-variant-list a{display:flex;align-items:center;min-height:38px;padding:7px 8px;font-size:11px}
 .wh-filter-bar{position:sticky;top:76px;z-index:16;margin:0 -12px 8px;padding:7px 12px;background:var(--wh-bg);border-bottom:1px solid var(--wh-line)}
 .wh-filter{min-height:38px;padding:7px 12px}
 .wh-stock-grid,.wh-stock-grid-large{grid-template-columns:1fr;gap:9px}
 .wh-item-card{display:grid;grid-template-columns:94px minmax(0,1fr);border-radius:17px}
 .wh-item-visual{height:100%;min-height:122px;border-radius:0}.wh-item-visual>span{font-size:39px}
 .wh-item-body{padding:12px 12px 9px;gap:5px}.wh-item-name{font-size:16px}.wh-item-meta{font-size:9px}.wh-location-line{font-size:11px}
 .wh-item-stock strong{font-size:24px}.wh-item-stock small{font-size:9px}
 .wh-item-actions{grid-column:1/-1;position:static;grid-template-columns:1fr 1fr 48px;gap:6px;padding:8px 9px 9px;background:var(--wh-panel)}
 .wh-mini{min-height:44px;border-radius:11px;font-size:12px}
 .wh-operation-selected{padding:12px;border-radius:16px}.wh-operation-icon{width:48px;height:48px;flex-basis:48px;font-size:26px}.wh-operation-copy>b{font-size:16px}
 .wh-qty-presets button{min-height:42px;min-width:58px}
 .wh-table-wrap{border-radius:14px;-webkit-overflow-scrolling:touch}
 .wh-table th,.wh-table td{padding:10px}
 .wh-toast{left:10px;right:10px;bottom:calc(78px + env(safe-area-inset-bottom));width:auto}
}
@media(max-width:390px){
 .wh-main{padding-left:10px;padding-right:10px}
 .wh-top{margin-left:-10px;margin-right:-10px;padding-left:10px;padding-right:10px}
 .wh-catalog-groups{grid-template-columns:1fr}
 .wh-task-grid{grid-template-columns:1fr 1fr}
 .wh-item-card{grid-template-columns:82px minmax(0,1fr)}
 .wh-item-actions{grid-template-columns:1fr 1fr 44px}
 .wh-mobile-nav small{font-size:9px}
}


/* Mobile finishing 1.0.9 */
.wh-login-body{min-height:100dvh;background:radial-gradient(circle at 50% 0,#eaf1ff 0,transparent 42%),var(--wh-bg)}
.wh-login-shell{min-height:100dvh;display:grid;place-items:center;padding:22px}
.wh-login-card{width:min(430px,100%);display:grid;gap:16px;padding:26px;border:1px solid var(--wh-line);border-radius:22px;background:var(--wh-panel);box-shadow:0 20px 65px rgba(27,45,76,.12)}
.wh-login-brand{display:flex;align-items:center;gap:11px}.wh-login-mark{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:var(--wh-accent);color:#fff;font-size:24px;font-weight:900;box-shadow:0 8px 22px rgba(33,102,243,.25)}.wh-login-brand>div:last-child{display:grid;line-height:1.05}.wh-login-brand span{font-size:10px;font-weight:850;letter-spacing:.16em;color:var(--wh-muted)}.wh-login-brand b{font-size:19px}
.wh-login-copy h1{margin:5px 0 3px;font-size:26px}.wh-login-copy p{margin:0;color:var(--wh-muted)}
.wh-login-submit{width:100%;min-height:50px;font-size:16px}.wh-login-note{text-align:center;color:var(--wh-muted);font-size:11px}
.wh-item-detail-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.wh-item-detail-actions .wh-btn{display:flex;align-items:center;justify-content:center;text-align:center}
@media(max-width:900px){
 .wh-login-shell{padding:14px}.wh-login-card{padding:22px 18px;border-radius:21px;box-shadow:none}.wh-login-copy h1{font-size:24px}
 .wh-item-detail-actions{grid-template-columns:1fr 1fr;margin:12px 0}.wh-item-detail-actions .wh-btn{min-height:50px;font-size:13px}
 .wh-mobile-table{overflow:visible;border:0;background:transparent}
 .wh-mobile-table .wh-table{display:block;min-width:0;width:100%;border-collapse:separate}
 .wh-mobile-table thead{display:none}
 .wh-mobile-table tbody{display:grid;gap:8px}
 .wh-mobile-table tr{display:grid;padding:11px 12px;border:1px solid var(--wh-line);border-radius:14px;background:var(--wh-panel)}
 .wh-mobile-table td{display:grid;grid-template-columns:minmax(90px,38%) minmax(0,1fr);gap:10px;align-items:start;padding:6px 0;border:0;text-align:right;word-break:break-word}
 .wh-mobile-table td:before{content:attr(data-label);text-align:left;color:var(--wh-muted);font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
 .wh-mobile-table td+td{border-top:1px dashed color-mix(in srgb,var(--wh-line) 75%,transparent)}
 .wh-stock-table td:last-child{font-size:18px;font-weight:850;color:var(--wh-accent)}
 .wh-recent-table tr{border-left:3px solid var(--wh-accent)}
 .wh-history-table td:nth-child(2){font-weight:800}
 .wh-qr-card{padding:14px}.wh-qr-card code{font-size:11px}
 .wh-main>h2{font-size:18px;margin:18px 2px 8px}
}
@media(prefers-color-scheme:dark){.wh-login-body{background:radial-gradient(circle at 50% 0,#14223a 0,transparent 42%),var(--wh-bg)}}


.wh-brand{display:grid!important;gap:1px;line-height:1.05}.wh-brand strong{font-size:17px;letter-spacing:.045em}.wh-brand small{font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--wh-muted)}
.wh-catalog-directory{display:grid;gap:18px;margin:14px 0 30px}.wh-direction-block{padding:15px;border:1px solid var(--wh-line);border-radius:18px;background:rgba(255,255,255,.35)}.wh-direction-block>header{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:11px}.wh-direction-block>header h3{margin:2px 0 0;font-size:19px}.wh-direction-block>header>b{color:var(--wh-muted);font-size:11px}.wh-group-header{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto;align-items:center!important;gap:13px;padding:16px;border:1px solid var(--wh-line);border-radius:17px;background:var(--wh-panel)}.wh-group-section{display:block;margin-bottom:3px;color:var(--wh-accent);font-size:9px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.wh-group-total{white-space:nowrap;padding:7px 10px;border-radius:999px;background:var(--wh-bg);color:var(--wh-muted);font-size:10px}.wh-subgroup-nav{display:flex;gap:6px;overflow:auto;padding:10px 1px 4px;scrollbar-width:thin}.wh-subgroup-nav a{white-space:nowrap;padding:7px 10px;border:1px solid var(--wh-line);border-radius:999px;background:var(--wh-panel);font-size:11px;font-weight:750}.wh-subgroup-nav a small{margin-left:4px;color:var(--wh-muted)}.wh-catalog-subgroup{scroll-margin-top:14px;padding-top:13px}.wh-subgroup-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 2px 9px}.wh-subgroup-head h3{margin:0;font-size:17px}.wh-subgroup-head span{font-size:10px;font-weight:800;color:var(--wh-muted)}.wh-catalog-group{border-top:1px solid transparent;padding-top:5px}.wh-catalog-group+.wh-catalog-group{margin-top:42px}
@media(max-width:700px){.wh-group-header{grid-template-columns:auto minmax(0,1fr)}.wh-group-total{grid-column:2;justify-self:start}.wh-direction-block{padding:11px}.wh-catalog-directory{gap:12px}.wh-brand strong{font-size:15px}}
@media(prefers-color-scheme:dark){.wh-direction-block{background:rgba(17,24,39,.35)}}

/* Donors & components 1.2.0 */
.wh-donor-section{margin:22px 0}.wh-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.wh-section-head h2{margin:3px 0 0}
.wh-donor-search{margin:12px 0 18px}.wh-search-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.wh-search-row input{min-height:46px;border:1px solid var(--wh-line);border-radius:12px;padding:0 13px;background:var(--wh-panel);color:var(--wh-text)}
.wh-donor-alert{display:flex;align-items:center;gap:12px;margin:12px 0;padding:14px 16px;border:1px solid #79c897;border-radius:16px;background:rgba(35,180,92,.10)}.wh-donor-alert-icon{font-size:30px}.wh-donor-alert>div{display:grid;gap:2px;min-width:0}.wh-donor-alert b{font-size:16px}.wh-donor-alert small{color:var(--wh-muted)}
.wh-donor-grid,.wh-part-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.wh-donor-card,.wh-part-card{padding:14px;border:1px solid var(--wh-line);border-radius:16px;background:var(--wh-panel)}.wh-donor-card h3{margin:5px 0 8px}.wh-donor-score{display:inline-flex;padding:5px 8px;border-radius:999px;background:rgba(35,180,92,.12);font-size:10px;font-weight:850;color:#168443}
.wh-part-card-top{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}.wh-status-pill{white-space:nowrap;padding:5px 8px;border-radius:999px;background:var(--wh-bg);font-size:10px;font-weight:800}.wh-origin-card,.wh-add-component,.wh-compat-box{margin-top:12px}.wh-add-component summary,.wh-compat-box summary{cursor:pointer}
.wh-type-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.wh-type-option{position:relative;display:grid;place-items:center;gap:4px;min-height:92px;padding:10px;border:1px solid var(--wh-line);border-radius:15px;background:var(--wh-panel);cursor:pointer;text-align:center}.wh-type-option input{position:absolute;opacity:0}.wh-type-option span{font-size:31px}.wh-type-option:has(input:checked){border-color:var(--wh-accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--wh-accent) 20%,transparent)}
.wh-part-list{display:grid;gap:8px}.wh-part-row{display:grid;grid-template-columns:minmax(170px,1.4fr) repeat(4,minmax(110px,1fr));gap:7px;align-items:center;padding:10px;border:1px solid var(--wh-line);border-radius:13px;background:var(--wh-panel)}.wh-part-row input,.wh-part-row select{min-height:40px}.wh-part-check{display:flex;align-items:center;gap:8px}.wh-big-action{min-height:50px;font-size:15px}
@media(max-width:800px){.wh-donor-grid,.wh-part-cards{grid-template-columns:1fr}.wh-type-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wh-part-row{grid-template-columns:1fr 1fr}.wh-part-row>.wh-part-check{grid-column:1/-1}.wh-section-head{display:grid}.wh-section-head>.wh-btn{width:100%;justify-content:center}.wh-search-row{grid-template-columns:1fr}.wh-search-row .wh-btn{min-height:46px}}
@media(max-width:420px){.wh-type-grid{grid-template-columns:1fr 1fr}.wh-type-option{min-height:78px}.wh-type-option span{font-size:26px}.wh-part-row{grid-template-columns:1fr}.wh-part-row>.wh-part-check{grid-column:auto}.wh-donor-alert{align-items:flex-start;padding:12px}}

/* Attributes & donor controls 1.2.1 */
.wh-attributes-section{margin:22px 0}.wh-attribute-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:10px 0}.wh-attribute-card{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:11px 12px;border:1px solid var(--wh-line);border-radius:13px;background:var(--wh-panel)}.wh-attribute-card>div{display:grid;gap:2px;min-width:0}.wh-attribute-card span{font-size:10px;font-weight:800;color:var(--wh-muted);text-transform:uppercase}.wh-attribute-card b{word-break:break-word}.wh-icon-btn{width:30px;height:30px;border:0;border-radius:9px;background:var(--wh-bg);color:var(--wh-muted);font-size:20px;cursor:pointer}.wh-attribute-add{margin-top:10px}.wh-check-card{display:flex;align-items:center;gap:8px;min-height:44px;padding:9px 11px;border:1px solid var(--wh-line);border-radius:12px;background:var(--wh-panel);cursor:pointer;font-weight:750}
@media(max-width:800px){.wh-attribute-grid{grid-template-columns:1fr 1fr}}@media(max-width:430px){.wh-attribute-grid{grid-template-columns:1fr}}


/* 1.2.8 readability + mobile navigation */
body{font-size:16px;line-height:1.45}
.wh-brand{color:#fff;text-decoration:none;cursor:pointer}
.wh-brand:hover strong{color:#fff}
.wh-nav a,.wh-nav-more>summary{font-size:15px}
.wh-nav-more-list a{font-size:14px!important}
.wh-nav-label{font-size:12px}
.wh-table th{font-size:13px}
.wh-table td{font-size:15px}
.wh-field label{font-size:15px}
.wh-btn{font-size:15px}
.wh-muted{font-size:14px}
.wh-eyebrow{font-size:12px}
.wh-task small,.wh-catalog-intro p,.wh-hero p{font-size:14px}
.wh-catalog-group-card b{font-size:14px}
.wh-catalog-group-card small{font-size:13px}
.wh-product-category,.wh-product-count{font-size:12px}
.wh-product-unit{font-size:12px}
.wh-quick-variants a,.wh-variant-list a,.wh-product-more summary{font-size:13px!important}
.wh-item-meta{font-size:12px}
.wh-location-line{font-size:13px}
.wh-item-stock small{font-size:12px}
.wh-mini{font-size:13px}
.wh-filter{font-size:13px}
.wh-attribute-card span{font-size:12px}
.wh-status-pill,.wh-donor-score{font-size:12px}
.wh-login-brand span{font-size:12px}
.wh-login-brand b{font-size:21px}
.wh-login-copy p{font-size:15px}
.wh-login-note{font-size:13px;line-height:1.4}

@media(max-width:900px){
  body{font-size:16px}
  .wh-main{padding:16px 14px 96px}
  .wh-sidebar{
    position:fixed;z-index:60;top:0;left:0;right:auto;bottom:auto;
    width:min(86vw,330px);height:100dvh;
    padding:18px 14px calc(22px + env(safe-area-inset-bottom));
    border-radius:0 22px 22px 0;
    transform:translateX(-105%);
    transition:transform .2s ease;
    box-shadow:18px 0 55px rgba(0,0,0,.28)
  }
  .wh-sidebar.is-open{transform:translateX(0)}
  .wh-brand{padding:8px 10px 18px;font-size:19px}
  .wh-brand:before{display:none!important}
  .wh-brand strong{font-size:18px}
  .wh-brand small{font-size:12px}
  .wh-nav a,.wh-nav-more>summary{min-height:48px;font-size:16px}
  .wh-nav-more-list a{font-size:15px!important;min-height:46px}
  .wh-nav-label{font-size:12px}
  .wh-title{font-size:22px}
  .wh-mobile-nav{grid-template-columns:repeat(5,minmax(0,1fr));align-items:end}
  .wh-mobile-nav a,.wh-mobile-nav button,.wh-mobile-center-spacer{min-height:58px}
  .wh-mobile-nav span{font-size:23px}
  .wh-mobile-nav small{font-size:12px;line-height:1.15}
  .wh-mobile-center-action{grid-column:3}
  .wh-mobile-center-spacer{grid-column:3}
  .wh-mobile-plus{width:46px;height:46px!important;margin-top:-21px;font-size:30px!important}
  .wh-field label{font-size:15px}
  .wh-field input,.wh-field select,.wh-field textarea{font-size:16px}
  .wh-btn{font-size:15px}
  .wh-muted{font-size:14px}
  .wh-hero h2,.wh-catalog-intro h2{font-size:24px}
  .wh-hero p,.wh-catalog-intro p{font-size:14px}
  .wh-task b{font-size:16px}
  .wh-task small{font-size:13px}
  .wh-section-title,.wh-main>h2{font-size:20px}
  .wh-catalog-group-card b{font-size:14px}
  .wh-catalog-group-card small{font-size:12px}
  .wh-catalog-group>header h2{font-size:21px}
  .wh-catalog-group>header p{font-size:13px}
  .wh-catalog-card h3{font-size:17px!important}
  .wh-quick-variants a,.wh-variant-list a{font-size:13px}
  .wh-product-more summary{font-size:13px!important}
  .wh-item-name{font-size:17px}
  .wh-item-meta{font-size:12px}
  .wh-location-line{font-size:13px}
  .wh-item-stock small{font-size:12px}
  .wh-mini{font-size:13px}
  .wh-operation-copy>b{font-size:17px}
  .wh-mobile-op strong{font-size:16px}
  .wh-mobile-op small{font-size:13px}
  .wh-mobile-table td:before{font-size:12px}
  .wh-login-copy h1{font-size:26px}
  .wh-login-copy p{font-size:15px}
  .wh-login-note{font-size:13px}
}
@media(max-width:390px){
  .wh-mobile-nav small{font-size:11px}
}


/* 1.2.9 unified graphite interface */
:root{
  --wh-bg:#0f1724;
  --wh-panel:#121c2b;
  --wh-panel-2:#172235;
  --wh-line:#28384f;
  --wh-text:#edf3fb;
  --wh-muted:#a8b4c5;
  --wh-accent:#4f8cff;
  --wh-danger:#ff6b74;
  --wh-ok:#3ecf8e;
  --wh-sidebar:#0f1724;
}
html,body,.wh-app,.wh-main,.wh-sidebar{background:var(--wh-bg)!important;color:var(--wh-text)}
body{color-scheme:dark}
.wh-card,.wh-table-wrap,.wh-table th,.wh-btn,.wh-search input,.wh-field input,.wh-field select,.wh-field textarea,
.wh-task,.wh-catalog-intro,.wh-group-pill,.wh-catalog-card,.wh-item-card,.wh-filter,.wh-direction-block,
.wh-group-header,.wh-subgroup-nav a,.wh-donor-card,.wh-part-card,.wh-type-option,.wh-attribute-card,
.wh-check-card,.wh-mobile-nav,.wh-mobile-ops,.wh-login-card,.wh-toast,.wh-operation-selected,
.wh-preset-banner,.wh-product-more,.wh-mini,.wh-empty{background:var(--wh-panel)!important;color:var(--wh-text)}
.wh-item-visual,.wh-product-icon,.wh-group-icon,.wh-catalog-group-emoji,.wh-operation-icon,
.wh-quick-variants a,.wh-variant-list a,.wh-qty-presets button,.wh-mobile-op>span{
  background:var(--wh-panel-2)!important;color:var(--wh-text)
}
.wh-hero{background:var(--wh-panel)!important;border-color:var(--wh-line)!important}
.wh-table th{border-color:var(--wh-line)!important}
.wh-preset-banner,.wh-operation-selected{border-color:var(--wh-line)!important}
.wh-mini.ok{background:#102a22!important;color:#79e0b4!important;border-color:#24513f!important}
.wh-mini.danger{background:#30191d!important;color:#ff9da5!important;border-color:#5c3037!important}
.wh-mobile-backdrop{background:rgba(3,8,16,.64)!important}
.wh-top{background:rgba(15,23,36,.96)!important;border-color:var(--wh-line)!important}
.wh-sidebar .wh-nav a:hover,.wh-sidebar .wh-nav a.is-active,.wh-nav-more>summary:hover,.wh-nav-more[open]>summary{background:var(--wh-panel-2)!important}
.wh-sidebar,.wh-sidebar *{scrollbar-color:#42536c var(--wh-bg);scrollbar-width:thin}
*{scrollbar-color:#42536c var(--wh-bg);scrollbar-width:thin}
*::-webkit-scrollbar{width:9px;height:9px}
*::-webkit-scrollbar-track{background:var(--wh-bg)}
*::-webkit-scrollbar-thumb{background:#42536c;border:2px solid var(--wh-bg);border-radius:999px}
*::-webkit-scrollbar-thumb:hover{background:#536782}
select option{background:var(--wh-panel);color:var(--wh-text)}
input::placeholder,textarea::placeholder{color:#78879b}
.wh-qr-image{background:#fff!important;border-color:var(--wh-panel)!important}
@media(prefers-color-scheme:light), (prefers-color-scheme:dark){
  :root{
    --wh-bg:#0f1724;--wh-panel:#121c2b;--wh-panel-2:#172235;--wh-line:#28384f;
    --wh-text:#edf3fb;--wh-muted:#a8b4c5;--wh-sidebar:#0f1724;
  }
}


/* 1.2.9 dashboard analytics + live messages */
.wh-dashboard-analytics{margin:24px 0 28px}
.wh-analytics-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:12px}
.wh-analytics-head h2{margin:3px 0 0;font-size:25px}
.wh-analytics-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.8fr);gap:12px}
.wh-chart-card{background:var(--wh-panel);border:1px solid var(--wh-line);border-radius:20px;padding:17px;min-width:0;box-shadow:0 10px 32px rgba(0,0,0,.13)}
.wh-flow-card{min-height:300px}.wh-category-card{grid-column:1/-1}
.wh-chart-title{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:15px}
.wh-chart-title>div:first-child{display:grid;gap:2px}.wh-chart-title b{font-size:17px}.wh-chart-title span{font-size:13px;color:var(--wh-muted)}
.wh-chart-legend{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--wh-muted)}
.wh-chart-legend i,.wh-health-legend i{width:9px;height:9px;border-radius:50%;display:inline-block}
.wh-chart-legend i.in{background:#3ecf8e}.wh-chart-legend i.out{background:#ff6b74}
.wh-flow-chart{height:220px;display:grid;grid-template-columns:repeat(14,minmax(13px,1fr));gap:7px;align-items:end;padding:10px 2px 0;border-bottom:1px solid var(--wh-line)}
.wh-flow-day{height:100%;display:grid;grid-template-rows:1fr auto;gap:7px;min-width:0}
.wh-flow-bars{display:flex;align-items:end;justify-content:center;gap:3px;height:100%}
.wh-flow-bars i{display:block;width:min(12px,42%);min-height:3px;border-radius:6px 6px 2px 2px;box-shadow:0 0 18px rgba(79,140,255,.08)}
.wh-flow-bars i.in{background:linear-gradient(180deg,#66e3ae,#25a975)}.wh-flow-bars i.out{background:linear-gradient(180deg,#ff8790,#d84a55)}
.wh-flow-day small{text-align:center;color:var(--wh-muted);font-size:10px}
.wh-health-wrap{display:grid;place-items:center;gap:18px;padding:8px 0}
.wh-donut{width:158px;height:158px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(#3ecf8e 0 var(--ok),#ffc857 var(--ok) calc(var(--ok) + var(--low)),#ff6b74 calc(var(--ok) + var(--low)) 360deg);position:relative;box-shadow:0 0 35px rgba(79,140,255,.08)}
.wh-donut:after{content:"";position:absolute;inset:18px;border-radius:50%;background:var(--wh-panel)}
.wh-donut>div{position:relative;z-index:1;display:grid;text-align:center}.wh-donut strong{font-size:31px}.wh-donut small{color:var(--wh-muted)}
.wh-health-legend{display:grid;gap:8px;width:100%}.wh-health-legend span{display:grid;grid-template-columns:auto 28px 1fr;align-items:center;gap:7px;font-size:13px}.wh-health-legend i.ok{background:#3ecf8e}.wh-health-legend i.low{background:#ffc857}.wh-health-legend i.empty{background:#ff6b74}
.wh-category-bars{display:grid;grid-template-columns:1fr 1fr;gap:12px 20px}.wh-category-row{display:grid;gap:7px}.wh-category-row>div:first-child{display:flex;justify-content:space-between;gap:10px}.wh-category-row b{font-size:13px}.wh-category-row span{font-size:12px;color:var(--wh-muted);white-space:nowrap}
.wh-category-track{height:9px;background:var(--wh-bg);border-radius:999px;overflow:hidden}.wh-category-track i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#4f8cff,#7fa9ff);box-shadow:0 0 20px rgba(79,140,255,.3)}
.wh-message-new{margin-bottom:12px}.wh-message-new-form{display:flex;gap:8px}.wh-message-new-form select,.wh-chat-send input{flex:1;border:1px solid var(--wh-line);border-radius:12px;padding:11px 13px;background:var(--wh-panel-2);color:var(--wh-text);font-size:15px}
.wh-chat-list{padding:8px}.wh-chat-list>a{display:block;padding:11px;border-radius:11px}.wh-chat-list>a:hover,.wh-chat-list>a.is-active{background:var(--wh-panel-2)}
.wh-chat-pane{min-width:0}.wh-chat-live{display:grid;gap:8px;max-height:58vh;overflow:auto;padding-right:4px;scroll-behavior:smooth}
.wh-chat-message{max-width:88%;padding:10px 12px;border-radius:14px;background:var(--wh-panel-2);border:1px solid var(--wh-line)}
.wh-chat-message.mine{justify-self:end;border-bottom-right-radius:4px}.wh-chat-message.theirs{justify-self:start;border-bottom-left-radius:4px}
.wh-chat-message b{font-size:13px}.wh-chat-message>div{margin:3px 0;font-size:15px}.wh-chat-message small{font-size:11px}
.wh-chat-send{display:flex;gap:8px;margin-top:12px}
.wh-live-toast-stack{position:fixed;right:18px;top:18px;z-index:120;display:grid;gap:9px;width:min(390px,calc(100vw - 28px));pointer-events:none}
.wh-live-toast{pointer-events:auto;display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:start;padding:13px 14px;border:1px solid var(--wh-line);border-radius:16px;background:rgba(18,28,43,.97);box-shadow:0 16px 45px rgba(0,0,0,.32);animation:whToastIn .22s ease}
.wh-live-toast .ico{font-size:24px}.wh-live-toast b{display:block;font-size:14px}.wh-live-toast span{display:block;margin-top:2px;color:var(--wh-muted);font-size:13px}.wh-live-toast button{border:0;background:none;color:var(--wh-muted);font-size:20px;cursor:pointer}
@keyframes whToastIn{from{opacity:0;transform:translateY(-10px) scale(.98)}to{opacity:1;transform:none}}
@media(max-width:900px){.wh-analytics-grid{grid-template-columns:1fr}.wh-category-card{grid-column:auto}.wh-category-bars{grid-template-columns:1fr}.wh-flow-chart{gap:4px;height:190px}.wh-live-toast-stack{top:12px;right:12px}.wh-messages{grid-template-columns:1fr}.wh-message-new-form,.wh-chat-send{flex-direction:column}.wh-chat-message{max-width:94%}}

.wh-push-offer{position:fixed;right:18px;bottom:22px;z-index:130;width:min(420px,calc(100vw - 28px));display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:11px;padding:13px 14px;border:1px solid var(--wh-line);border-radius:17px;background:rgba(18,28,43,.98);box-shadow:0 18px 50px rgba(0,0,0,.35)}
.wh-push-offer>span{font-size:26px}.wh-push-offer>div{display:grid;gap:2px}.wh-push-offer b{font-size:14px}.wh-push-offer small{font-size:12px;color:var(--wh-muted);line-height:1.3}.wh-push-offer button{border:1px solid var(--wh-accent);border-radius:10px;background:var(--wh-accent);color:#fff;padding:9px 11px;font-weight:800;cursor:pointer}.wh-push-offer i{font-style:normal;color:var(--wh-muted);font-size:22px;cursor:pointer}
@media(max-width:640px){.wh-push-offer{left:12px;right:12px;bottom:86px;width:auto;grid-template-columns:auto 1fr auto}.wh-push-offer button{grid-column:2}.wh-push-offer i{grid-row:1;grid-column:3}}


/* 1.2.11 compact app mode */
html{background:var(--wh-bg);min-height:100%;overscroll-behavior-y:none}
body{min-height:100dvh}
.wh-hero p,.wh-catalog-intro p,.wh-task small{display:none!important}
.wh-hero,.wh-catalog-intro{padding:12px 14px!important;margin-bottom:8px!important;border-radius:14px!important}
.wh-hero h2,.wh-catalog-intro h2{font-size:20px!important;margin:0!important}
.wh-direction-block{padding:11px!important;margin-bottom:8px}
.wh-catalog-directory{gap:10px!important;margin-top:8px!important}
.wh-catalog-groups{margin-bottom:14px!important}
.wh-catalog-group{margin:12px 0 18px!important}
.wh-section-title{margin:16px 0 8px!important}
.wh-dashboard-analytics{margin:0 0 10px!important}
.wh-analytics-head{margin-bottom:8px!important;align-items:center!important}
.wh-analytics-head h2{font-size:21px!important;margin:0!important}
.wh-analytics-head .wh-eyebrow{display:none}
.wh-chart-card{padding:13px!important;border-radius:16px!important}
.wh-flow-card{min-height:240px!important}
.wh-flow-chart{height:170px!important}
.wh-dashboard-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:10px 0}
.wh-dashboard-actions a{display:flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:8px 10px;border:1px solid var(--wh-line);border-radius:13px;background:var(--wh-panel);color:var(--wh-text);font-weight:800}
.wh-dashboard-actions a:hover{border-color:var(--wh-accent);background:var(--wh-panel-2)}
.wh-dashboard-actions span{display:grid;place-items:center;width:26px;height:26px;border-radius:8px;background:var(--wh-panel-2);font-size:19px}
.wh-stats-compact{margin-bottom:12px!important;gap:8px!important}
.wh-stats-compact .wh-card{padding:10px 12px!important;border-radius:13px!important}
.wh-stats-compact .wh-muted{font-size:12px!important}
.wh-stats-compact strong{font-size:23px!important}
.wh-top{margin-bottom:10px!important}
@media(max-width:900px){
  html,body{background:var(--wh-bg)!important}
  .wh-main{padding-bottom:calc(82px + env(safe-area-inset-bottom))!important}
  .wh-top{margin-bottom:8px!important}
  .wh-dashboard-analytics{margin-top:0!important}
  .wh-analytics-head{display:flex!important;align-items:center!important}
  .wh-analytics-head h2{font-size:18px!important}
  .wh-analytics-head .wh-btn{padding:8px 10px;font-size:12px}
  .wh-chart-card{padding:11px!important}
  .wh-flow-card{min-height:215px!important}
  .wh-flow-chart{height:150px!important}
  .wh-dashboard-actions{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin:8px 0}
  .wh-dashboard-actions a{min-height:54px;display:grid;place-items:center;align-content:center;gap:2px;padding:5px 2px;font-size:12px}
  .wh-dashboard-actions span{width:24px;height:24px;font-size:18px}
  .wh-stats-compact{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px!important}
  .wh-stats-compact .wh-card{padding:8px 6px!important;text-align:center}
  .wh-stats-compact .wh-muted{font-size:10px!important;line-height:1.15}
  .wh-stats-compact strong{font-size:20px!important}
  .wh-mobile-nav{
    position:fixed!important;left:0!important;right:0!important;bottom:0!important;
    display:grid!important;visibility:visible!important;opacity:1!important;
    transform:translate3d(0,0,0);will-change:transform;
    background:var(--wh-panel)!important;backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
    box-shadow:0 -8px 28px rgba(0,0,0,.24)!important;
    contain:layout paint;isolation:isolate
  }
  .wh-mobile-nav a,.wh-mobile-nav button{min-height:58px!important}
  .wh-mobile-nav a:active,.wh-mobile-nav button:active{background:var(--wh-panel-2)!important}
  .wh-catalog-intro{padding:10px 12px!important}
  .wh-catalog-intro h2{font-size:18px!important}
  .wh-direction-block>header p,.wh-group-header p,.wh-catalog-group>header p{display:none!important}
}
@media(max-width:430px){
  .wh-dashboard-actions b{font-size:11px}
  .wh-dashboard-actions{gap:4px}
  .wh-stats-compact .wh-muted{font-size:9px!important}
}
@view-transition{navigation:auto}
::view-transition-old(root),::view-transition-new(root){animation-duration:.08s}


/* 1.2.12 system bar, profile, badges and VK-style popups */
.wh-systembar{position:sticky;top:0;z-index:38;display:flex;align-items:center;justify-content:flex-end;gap:7px;min-height:44px;margin:-24px -24px 12px;padding:5px 24px;background:var(--wh-bg);border-bottom:1px solid var(--wh-line)}
.wh-systembar-spacer{flex:1}
.wh-system-dropdown{position:relative}
.wh-system-dropdown>summary{list-style:none}.wh-system-dropdown>summary::-webkit-details-marker{display:none}
.wh-system-icon{position:relative;display:grid;place-items:center;width:36px;height:36px;border:1px solid var(--wh-line);border-radius:11px;background:var(--wh-panel);color:var(--wh-text);font-size:18px;cursor:pointer}
.wh-system-icon:hover,.wh-system-dropdown[open]>.wh-system-icon{background:var(--wh-panel-2);border-color:#38506f}
.wh-top-badge,.wh-nav-badge{display:grid;place-items:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#ff5263;color:#fff;font-size:10px;font-weight:900;line-height:1;box-shadow:0 0 0 2px var(--wh-bg)}
.wh-top-badge{position:absolute;right:-6px;top:-6px}
.wh-nav-badge{margin-left:auto;box-shadow:none}
.wh-system-panel{position:absolute;right:0;top:calc(100% + 7px);z-index:90;width:min(390px,calc(100vw - 28px));max-height:min(70vh,560px);overflow:auto;padding:8px;border:1px solid var(--wh-line);border-radius:15px;background:var(--wh-panel);box-shadow:0 22px 60px rgba(0,0,0,.42)}
.wh-system-panel-head{display:flex;align-items:center;justify-content:space-between;padding:7px 8px 10px;border-bottom:1px solid var(--wh-line)}
.wh-system-panel-head>a{font-size:12px;color:var(--wh-accent)}
.wh-system-notification{display:grid;gap:3px;padding:10px;border-radius:10px}.wh-system-notification:hover{background:var(--wh-panel-2)}.wh-system-notification.is-unread{background:rgba(79,140,255,.08)}
.wh-system-notification b{font-size:13px}.wh-system-notification span{font-size:12px;color:var(--wh-muted);line-height:1.35}
.wh-system-empty{padding:16px;text-align:center;color:var(--wh-muted);font-size:13px}
.wh-profile-trigger{display:flex;align-items:center;gap:8px;min-height:36px;padding:3px 8px 3px 4px;border:1px solid var(--wh-line);border-radius:12px;background:var(--wh-panel);cursor:pointer}
.wh-profile-trigger img{width:28px;height:28px;object-fit:cover;border-radius:50%;background:var(--wh-panel-2)}.wh-profile-trigger span{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:750}.wh-profile-trigger i{font-style:normal;color:var(--wh-muted)}
.wh-profile-panel{width:230px}.wh-profile-panel>a,.wh-profile-panel button{display:flex;width:100%;padding:10px;border:0;border-radius:9px;background:none;color:var(--wh-text);font:inherit;font-size:13px;text-align:left;cursor:pointer}.wh-profile-panel>a:hover,.wh-profile-panel button:hover{background:var(--wh-panel-2)}
.wh-profile-grid{display:grid;grid-template-columns:minmax(230px,.55fr) minmax(0,1.45fr);gap:12px;align-items:start}.wh-profile-grid>section:last-child{grid-column:2}.wh-profile-card{display:grid;gap:16px}.wh-profile-avatar-wrap{display:flex;align-items:center;gap:14px}.wh-profile-avatar-wrap h2{margin:0}.wh-profile-avatar{width:86px;height:86px;border-radius:50%;object-fit:cover;background:var(--wh-panel-2);border:2px solid var(--wh-line)}.wh-avatar-form .wh-btn{cursor:pointer}
.wh-settings-list{display:grid;gap:12px}.wh-setting-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px;border:1px solid var(--wh-line);border-radius:12px;background:var(--wh-bg)}.wh-setting-row>div{display:grid;gap:3px}.wh-setting-row span{font-size:12px;color:var(--wh-muted)}.wh-setting-row input{width:20px;height:20px}
.wh-live-toast-stack{left:18px!important;right:auto!important;top:auto!important;bottom:18px!important;width:min(390px,calc(100vw - 28px))!important}
.wh-live-toast{background:rgba(18,28,43,.985)!important;border-color:#34465f!important}.wh-live-toast.is-message{border-color:#466ea8!important}
.wh-live-toast .ico{width:38px;height:38px;border-radius:50%;object-fit:cover;display:grid;place-items:center;font-size:24px;background:var(--wh-panel-2)}
.wh-live-toast>div{min-width:0}.wh-live-toast>div b{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wh-live-toast>div span{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.wh-nav a{display:flex;align-items:center;gap:7px}
@media(max-width:900px){
  .wh-systembar{top:0;min-height:42px;margin:0 -12px 8px;padding:4px 12px;background:var(--wh-bg)}
  .wh-top{top:42px!important}
  .wh-profile-trigger span{display:none}.wh-profile-trigger{padding-right:4px}.wh-profile-trigger i{display:none}
  .wh-system-panel{position:fixed;top:48px;right:10px;left:10px;width:auto;max-height:58vh}
  .wh-profile-panel{left:auto;width:min(260px,calc(100vw - 20px))}
  .wh-profile-grid{grid-template-columns:1fr}.wh-profile-grid>section:last-child{grid-column:auto}
  .wh-live-toast-stack{left:10px!important;right:10px!important;bottom:calc(76px + env(safe-area-inset-bottom))!important;width:auto!important}
}


/* 1.2.13 VK-like messenger and profile */
.wh-systembar{min-height:48px;padding-top:6px;padding-bottom:6px}
.wh-system-icon{width:38px;height:38px;border-radius:10px;background:var(--wh-panel);font-size:18px}
.wh-profile-trigger{height:38px;border-radius:10px;padding:3px 8px 3px 4px}
.wh-profile-trigger img{width:30px;height:30px;border-radius:50%}
.wh-system-panel{border-radius:12px;box-shadow:0 12px 42px rgba(0,0,0,.36)}
.wh-profile-grid{grid-template-columns:300px minmax(0,1fr);gap:14px;max-width:1180px}
.wh-profile-card{padding:22px!important;text-align:center;align-content:start}
.wh-profile-avatar-wrap{display:grid;justify-items:center;gap:12px}
.wh-profile-avatar{width:156px;height:156px;border-radius:50%;border:3px solid #2f4058}
.wh-profile-avatar-wrap h2{font-size:25px}.wh-avatar-form .wh-btn{width:100%;justify-content:center}
.wh-profile-grid>section:not(.wh-profile-card){padding:22px!important;border-radius:14px}
.wh-profile-grid>section h2{font-size:22px;margin-top:0}

.wh-page-messages .wh-top{display:none}
.wh-page-messages .wh-main{padding:0;height:100vh;overflow:hidden}
.wh-page-messages .wh-systembar{margin:0;padding-left:18px;padding-right:18px}
.wh-messenger{height:calc(100vh - 49px);display:grid;grid-template-columns:340px minmax(0,1fr);background:var(--wh-bg);border-top:1px solid var(--wh-line)}
.wh-messenger-sidebar{min-width:0;border-right:1px solid var(--wh-line);background:var(--wh-bg);overflow:hidden;display:grid;grid-template-rows:auto auto 1fr}
.wh-messenger-list-head,.wh-chat-header{height:58px;display:flex;align-items:center;gap:10px;padding:0 14px;border-bottom:1px solid var(--wh-line);background:var(--wh-panel)}
.wh-messenger-list-head>b{font-size:17px;flex:1}.wh-messenger-back-to-app,.wh-chat-back{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;color:var(--wh-text);font-size:23px}.wh-messenger-back-to-app:hover,.wh-chat-back:hover{background:var(--wh-panel-2)}
.wh-new-dialog{position:relative}.wh-new-dialog>summary{list-style:none;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--wh-panel-2);font-size:22px;cursor:pointer}.wh-new-dialog>summary::-webkit-details-marker{display:none}
.wh-new-dialog form{position:absolute;z-index:20;right:0;top:42px;width:280px;padding:10px;display:grid;gap:8px;border:1px solid var(--wh-line);border-radius:12px;background:var(--wh-panel);box-shadow:0 16px 45px rgba(0,0,0,.35)}
.wh-new-dialog select{width:100%;padding:10px;border:1px solid var(--wh-line);border-radius:9px;background:var(--wh-panel-2);color:var(--wh-text)}
.wh-dialog-search{margin:10px 10px 6px;height:38px;display:flex;align-items:center;gap:7px;padding:0 10px;border-radius:10px;background:var(--wh-panel-2);color:var(--wh-muted)}
.wh-dialog-search input{width:100%;border:0;outline:0;background:none;color:var(--wh-text);font-size:14px}
.wh-dialog-list{overflow:auto;padding:2px 6px 12px}
.wh-dialog-row{position:relative;display:grid;grid-template-columns:50px minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px 8px;border-radius:10px;color:var(--wh-text)}
.wh-dialog-row:hover,.wh-dialog-row.is-active{background:var(--wh-panel-2)}
.wh-dialog-row>img{width:50px;height:50px;border-radius:50%;object-fit:cover;background:var(--wh-panel-2)}
.wh-dialog-copy{min-width:0}.wh-dialog-copy>div{display:flex;align-items:center;justify-content:space-between;gap:8px}.wh-dialog-copy b{font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wh-dialog-copy time{font-size:11px;color:var(--wh-muted)}.wh-dialog-copy p{margin:4px 0 0;font-size:13px;color:var(--wh-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.wh-dialog-unread{display:grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:12px;background:#447bba;color:#fff;font-size:11px;font-weight:800}
.wh-dialog-empty{padding:40px 20px;text-align:center;color:var(--wh-muted);font-size:13px;line-height:1.5}
.wh-messenger-chat{min-width:0;display:grid;grid-template-rows:auto 1fr auto;background:#0f1825;overflow:hidden}
.wh-chat-header{height:58px;padding:0 16px}.wh-chat-header>img{width:38px;height:38px;border-radius:50%;object-fit:cover}.wh-chat-header>div{display:grid;gap:2px;flex:1;min-width:0}.wh-chat-header b{font-size:14px}.wh-chat-header span{font-size:11px;color:var(--wh-muted)}.wh-chat-more{width:36px;height:36px;border:0;border-radius:50%;background:none;color:var(--wh-muted);font-size:24px;cursor:pointer}
.wh-chat-back{display:none}
.wh-chat-live{max-height:none!important;overflow:auto!important;padding:18px max(18px,calc((100% - 760px)/2));display:flex!important;flex-direction:column;gap:4px!important;scroll-behavior:smooth}
.wh-chat-message{display:flex!important;max-width:none!important;padding:0!important;border:0!important;background:none!important}.wh-chat-message.mine{justify-content:flex-end!important}.wh-chat-message.theirs{justify-content:flex-start!important}
.wh-bubble{position:relative;max-width:min(620px,78%);padding:8px 11px 6px;border-radius:14px;background:#1d2a3d;border:1px solid #2a3a51;box-shadow:0 1px 1px rgba(0,0,0,.12)}
.wh-chat-message.mine .wh-bubble{background:#2b5278;border-color:#315e89;border-bottom-right-radius:5px}.wh-chat-message.theirs .wh-bubble{border-bottom-left-radius:5px}
.wh-bubble-text{font-size:14px;line-height:1.42;overflow-wrap:anywhere}.wh-bubble time{display:block;margin-top:3px;text-align:right;font-size:10px;color:#a8b4c5}
.wh-msg-photo{display:block;margin:-3px -5px 4px}.wh-msg-photo img{display:block;max-width:360px;max-height:420px;width:100%;border-radius:10px;object-fit:cover}
.wh-msg-video{display:block;max-width:420px;max-height:420px;width:100%;border-radius:10px;background:#000}
.wh-msg-voice-wrap{display:grid;gap:6px}.wh-msg-voice audio{width:min(310px,100%);height:38px}.wh-voice-transcript{display:grid;gap:3px;padding:7px 9px;border-radius:9px;background:rgba(255,255,255,.06);font-size:13px;line-height:1.42;white-space:pre-wrap;overflow-wrap:anywhere}.wh-voice-transcript b{font-size:10px;color:var(--wh-muted);text-transform:uppercase;letter-spacing:.04em}.wh-voice-transcript-status{display:block;color:var(--wh-muted);font-size:11px;font-style:italic}.wh-msg-file{display:flex;align-items:center;gap:9px;min-width:220px;padding:8px;border-radius:9px;background:rgba(255,255,255,.06);color:var(--wh-text)}.wh-msg-file>span{font-size:26px}.wh-msg-file>div{display:grid}.wh-msg-file small{color:var(--wh-muted)}
.wh-chat-composer{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:end;gap:7px;padding:10px max(14px,calc((100% - 790px)/2));border-top:1px solid var(--wh-line);background:var(--wh-panel)}
.wh-composer-icon,.wh-send{width:40px;height:40px;border:0;border-radius:50%;display:grid;place-items:center;cursor:pointer}.wh-composer-icon{background:none;color:var(--wh-muted);font-size:23px}.wh-composer-icon:hover{background:var(--wh-panel-2);color:var(--wh-text)}.wh-send{background:#447bba;color:#fff;font-size:19px}
.wh-composer-input{min-width:0;position:relative;border:1px solid var(--wh-line);border-radius:12px;background:var(--wh-panel-2);overflow:hidden}.wh-composer-input textarea{display:block;width:100%;min-height:40px;max-height:120px;padding:10px 12px;border:0;outline:0;resize:none;background:none;color:var(--wh-text);font:inherit;font-size:14px;line-height:20px}
.wh-attach-wrap{position:relative}.wh-attach-menu{position:absolute;left:0;bottom:48px;z-index:30;width:220px;padding:7px;border:1px solid var(--wh-line);border-radius:12px;background:var(--wh-panel);box-shadow:0 15px 45px rgba(0,0,0,.35)}.wh-attach-menu label{display:block;padding:10px;border-radius:8px;cursor:pointer;font-size:14px}.wh-attach-menu label:hover{background:var(--wh-panel-2)}
.wh-file-strip{display:flex;gap:5px;overflow:auto;padding:0 8px 6px}.wh-file-strip:empty{display:none}.wh-file-strip span{max-width:180px;padding:4px 7px;border-radius:7px;background:#23324a;color:var(--wh-muted);font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wh-file-strip b{display:none}
.wh-voice-state{min-height:40px;display:flex;align-items:center;gap:8px;padding:8px 11px;color:var(--wh-text)}.wh-voice-state i{width:9px;height:9px;border-radius:50%;background:#ff5263;animation:whVoicePulse 1s infinite}.wh-voice-state span{color:var(--wh-muted);font-size:12px}.wh-voice-state button{margin-left:auto;border:0;background:none;color:var(--wh-muted);font-size:20px}.wh-mic.is-recording{color:#ff5263}
@keyframes whVoicePulse{50%{opacity:.35}}
.wh-chat-placeholder{height:100%;display:grid;place-content:center;justify-items:center;gap:8px;color:var(--wh-muted)}.wh-chat-placeholder>span{font-size:52px}.wh-chat-placeholder b{color:var(--wh-text);font-size:18px}

@media(max-width:900px){
 .wh-profile-grid{grid-template-columns:1fr}.wh-profile-grid>section:last-child{grid-column:auto}.wh-profile-avatar{width:132px;height:132px}
 .wh-page-messages .wh-app{display:block;height:100dvh}
 .wh-page-messages .wh-sidebar,.wh-page-messages .wh-systembar,.wh-page-messages .wh-top,.wh-page-messages .wh-mobile-ops,.wh-page-messages .wh-mobile-backdrop{display:none!important}
 .wh-page-messages .wh-main{height:100dvh;padding:0!important;overflow:hidden}
 .wh-messenger{height:100dvh;display:block;border:0}
 .wh-messenger-sidebar,.wh-messenger-chat{height:100dvh}
 .wh-messenger.no-chat .wh-messenger-chat{display:none}
 .wh-messenger.has-chat .wh-messenger-sidebar{display:none}
 .wh-messenger.has-chat .wh-messenger-chat{display:grid}
 .wh-messenger-list-head,.wh-chat-header{height:54px;padding:0 10px;position:relative;z-index:5}
 .wh-messenger-back-to-app,.wh-chat-back{display:grid}
 .wh-dialog-list{padding-bottom:18px}.wh-dialog-row{grid-template-columns:52px minmax(0,1fr) auto;padding:9px 8px}.wh-dialog-row>img{width:52px;height:52px}
 .wh-messenger-chat{grid-template-rows:54px minmax(0,1fr) auto}
 .wh-chat-live{padding:12px 8px 8px!important;overscroll-behavior:contain}.wh-bubble{max-width:86%;font-size:14px}
 .wh-chat-composer{padding:7px 7px calc(7px + env(safe-area-inset-bottom));grid-template-columns:auto minmax(0,1fr) auto auto;gap:4px}
 .wh-composer-icon,.wh-send{width:38px;height:38px}.wh-composer-input textarea{font-size:16px}
 .wh-attach-menu{position:fixed;left:8px;right:8px;bottom:calc(58px + env(safe-area-inset-bottom));width:auto}
 .wh-msg-photo img,.wh-msg-video{max-width:78vw;max-height:52vh}
}

.wh-global-search{width:min(360px,42vw);height:36px;display:flex;align-items:center;gap:7px;padding:0 10px;border-radius:10px;background:var(--wh-panel-2);border:1px solid transparent}
.wh-global-search:focus-within{border-color:#36577e}.wh-global-search span{color:var(--wh-muted);font-size:18px}.wh-global-search input{width:100%;border:0;outline:0;background:none;color:var(--wh-text);font-size:13px}
@media(max-width:900px){.wh-global-search{display:none}}
.wh-sidebar{scrollbar-width:none!important}.wh-sidebar::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}

/* 1.2.14 unified messenger composer */
.wh-chat-composer{display:block!important;padding:9px max(14px,calc((100% - 790px)/2))!important;background:var(--wh-panel)!important;border-top:1px solid var(--wh-line)!important}
.wh-composer-shell{position:relative;display:flex;align-items:flex-end;gap:2px;min-height:44px;padding:3px 5px;border:1px solid #30415a;border-radius:14px;background:var(--wh-panel-2);box-shadow:0 1px 2px rgba(0,0,0,.12)}
.wh-composer-shell:focus-within{border-color:#4d6f98}
.wh-composer-shell .wh-attach-wrap,.wh-composer-shell .wh-emoji-wrap{position:relative;display:flex;align-items:flex-end}
.wh-composer-shell .wh-composer-icon,.wh-composer-action{flex:0 0 38px;width:38px;height:38px;border:0;border-radius:50%;display:grid;place-items:center;background:none;color:#8d9caf;font-size:22px;line-height:1;cursor:pointer}
.wh-composer-shell .wh-composer-icon:hover,.wh-composer-action:hover{background:rgba(255,255,255,.06);color:var(--wh-text)}
.wh-composer-input{flex:1;min-width:0;border:0!important;border-radius:0!important;background:transparent!important;overflow:visible!important}
.wh-composer-input textarea{min-height:38px!important;max-height:112px!important;padding:9px 6px!important;background:transparent!important;font-size:15px!important;line-height:20px!important}
.wh-composer-input textarea::placeholder{color:#7f8da1}
.wh-composer-action.is-send{color:#fff;background:#447bba}.wh-composer-action.is-send:hover{background:#5188c7}
.wh-composer-action.is-recording{color:#fff;background:#d94a5b}
.wh-emoji-picker{position:absolute;right:-42px;bottom:46px;z-index:35;width:260px;display:grid;grid-template-columns:repeat(6,1fr);gap:2px;padding:8px;border:1px solid var(--wh-line);border-radius:12px;background:var(--wh-panel);box-shadow:0 16px 45px rgba(0,0,0,.35)}
.wh-emoji-picker[hidden]{display:none!important}.wh-emoji-picker button{height:36px;border:0;border-radius:8px;background:none;font-size:21px;cursor:pointer}.wh-emoji-picker button:hover{background:var(--wh-panel-2)}
.wh-attach-menu{bottom:46px!important}
.wh-file-strip{padding:0 4px 5px!important}
.wh-voice-state{min-height:38px!important;padding:8px 6px!important}
@media(max-width:900px){
 .wh-chat-composer{padding:6px 6px calc(6px + env(safe-area-inset-bottom))!important}
 .wh-composer-shell{min-height:46px;border-radius:14px;padding:3px}
 .wh-composer-shell .wh-composer-icon,.wh-composer-action{width:40px;height:40px;flex-basis:40px}
 .wh-composer-input textarea{font-size:16px!important;min-height:40px!important}
 .wh-emoji-picker{position:fixed;left:8px;right:8px;bottom:calc(60px + env(safe-area-inset-bottom));width:auto;grid-template-columns:repeat(8,1fr)}
}

.wh-chat-composer.is-recording .wh-attach-wrap,.wh-chat-composer.is-recording .wh-emoji-wrap{display:none}
.wh-chat-composer.is-recording textarea{display:none!important}
.wh-chat-composer.is-recording .wh-composer-input{display:flex;align-items:center}
.wh-chat-composer.is-recording .wh-voice-state{display:flex!important;flex:1}
.wh-composer-action:disabled{opacity:.55;cursor:default}


/* 1.2.15 composer geometry + voice idle fix */
.wh-voice-state[hidden]{display:none!important}
.wh-chat-composer{padding:5px max(16px,calc((100% - 1180px)/2))!important}
.wh-composer-shell{min-height:36px!important;padding:2px 4px!important;border-radius:12px!important}
.wh-composer-shell .wh-composer-icon,.wh-composer-action{width:32px!important;height:32px!important;flex-basis:32px!important;font-size:19px!important}
.wh-composer-input textarea{min-height:30px!important;max-height:96px!important;padding:6px 5px!important;font-size:14px!important;line-height:18px!important}
.wh-voice-state{min-height:30px!important;padding:5px!important}
.wh-file-strip{padding:0 4px 3px!important}
.wh-chat-composer:not(.is-recording) .wh-voice-state{display:none!important}
@media(max-width:900px){
 .wh-chat-composer{padding:5px 5px calc(5px + env(safe-area-inset-bottom))!important}
 .wh-composer-shell{min-height:42px!important;padding:2px 3px!important}
 .wh-composer-shell .wh-composer-icon,.wh-composer-action{width:36px!important;height:36px!important;flex-basis:36px!important}
 .wh-composer-input textarea{min-height:36px!important;font-size:16px!important;padding:8px 4px!important}
}


/* 1.2.15 old-VK profile */
.wh-vk-profile{display:grid;grid-template-columns:260px minmax(0,1fr);gap:14px;max-width:1120px;align-items:start}
.wh-vk-profile-left{display:grid;gap:12px}
.wh-vk-avatar-card{padding:14px!important;border-radius:10px!important}
.wh-vk-avatar-card .wh-profile-avatar{display:block;width:100%;aspect-ratio:1/1;height:auto;border-radius:9px;object-fit:cover;border:1px solid #31445f;background:var(--wh-panel-2)}
.wh-vk-photo-button{display:flex;align-items:center;justify-content:center;width:100%;min-height:38px;margin-top:10px;border:1px solid #38506f;border-radius:8px;background:#203149;color:#e9f1fb;font-weight:700;font-size:13px;cursor:pointer}
.wh-vk-photo-button:hover{background:#29405e}
.wh-avatar-progress{margin-top:8px;padding:7px 9px;border-radius:7px;background:var(--wh-panel-2);color:var(--wh-muted);font-size:12px;text-align:center}
.wh-vk-profile-links{padding:6px!important;border-radius:10px!important}
.wh-vk-profile-links a{display:flex;align-items:center;gap:9px;min-height:38px;padding:7px 9px;border-radius:7px;color:var(--wh-text);font-size:13px}
.wh-vk-profile-links a:hover{background:var(--wh-panel-2)}.wh-vk-profile-links span{width:20px;text-align:center}
.wh-vk-profile-main{display:grid;gap:12px;min-width:0}
.wh-vk-profile-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px 20px!important;border-radius:10px!important}
.wh-vk-profile-head h1{margin:0;font-size:24px;line-height:1.2}.wh-vk-profile-head p{margin:5px 0 0;color:var(--wh-muted);font-size:13px}
.wh-vk-online{color:#7fb2e7;font-size:12px;white-space:nowrap}
.wh-vk-info-card,.wh-vk-settings-card{padding:18px 20px!important;border-radius:10px!important}
.wh-vk-section-title{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:15px;padding-bottom:11px;border-bottom:1px solid var(--wh-line)}
.wh-vk-section-title h2{margin:0!important;font-size:18px!important}.wh-vk-section-title span{color:var(--wh-muted);font-size:12px}
.wh-vk-profile-form{gap:12px!important}.wh-vk-profile-form .wh-field input{height:42px}
.wh-vk-profile-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:2px}
.wh-vk-profile-meta>div{padding:10px 11px;border-radius:8px;background:var(--wh-bg);border:1px solid var(--wh-line)}
.wh-vk-profile-meta span{display:block;margin-bottom:3px;color:var(--wh-muted);font-size:11px}.wh-vk-profile-meta b{font-size:13px}
.wh-vk-settings-card .wh-setting-row{border-radius:8px!important;padding:11px 12px!important}
@media(max-width:900px){
 .wh-vk-profile{grid-template-columns:1fr;max-width:none}
 .wh-vk-profile-left{grid-template-columns:150px minmax(0,1fr);align-items:start}
 .wh-vk-avatar-card{padding:10px!important}.wh-vk-profile-links{height:100%}
 .wh-vk-profile-head,.wh-vk-info-card,.wh-vk-settings-card{padding:14px!important}
 .wh-vk-profile-head h1{font-size:21px}
 .wh-vk-profile-meta{grid-template-columns:1fr}
}
@media(max-width:540px){
 .wh-vk-profile-left{grid-template-columns:1fr}
 .wh-vk-avatar-card{max-width:280px;width:100%;justify-self:center}
 .wh-vk-profile-links{width:100%}
}

.wh-vk-photo-remove{display:flex;align-items:center;justify-content:center;width:100%;min-height:36px;margin-top:7px;border:0;border-radius:8px;background:transparent;color:#e07b87;font-weight:700;font-size:12px;cursor:pointer}
.wh-vk-photo-remove:hover{background:rgba(224,123,135,.08)}.wh-vk-photo-remove[hidden]{display:none!important}.wh-vk-photo-remove:disabled{opacity:.55;cursor:default}
.wh-avatar-progress{border:1px solid transparent!important}
.wh-avatar-progress[data-state="loading"]{color:#8fb7e6;background:#17263a;border-color:#294563!important}
.wh-avatar-progress[data-state="success"]{color:#78d7a5;background:rgba(62,207,142,.08);border-color:rgba(62,207,142,.25)!important}
.wh-avatar-progress[data-state="error"]{color:#ff8e98;background:rgba(255,82,99,.08);border-color:rgba(255,82,99,.25)!important}


/* 1.2.19 mobile app header cleanup */
.wh-mobile-page-title{display:none}
@media(max-width:900px){
  .wh-systembar{
    position:sticky!important;top:0!important;z-index:40!important;
    min-height:50px!important;margin:0 -10px 6px!important;padding:5px 10px!important;
    background:var(--wh-bg)!important;border-bottom:1px solid var(--wh-line)!important;
  }
  .wh-systembar-spacer{min-width:0;display:flex;align-items:center}
  .wh-mobile-page-title{
    display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
    font-size:18px;font-weight:800;color:var(--wh-text);line-height:1.2
  }
  .wh-system-icon{width:34px!important;height:34px!important;border-radius:10px!important;font-size:17px!important}
  .wh-profile-trigger{height:34px!important;min-height:34px!important;padding:2px!important;border-radius:10px!important}
  .wh-profile-trigger img{width:28px!important;height:28px!important}
  .wh-top{
    position:relative!important;top:auto!important;z-index:1!important;
    display:block!important;margin:0 0 8px!important;padding:0!important;
    background:transparent!important;border:0!important;backdrop-filter:none!important
  }
  .wh-top .wh-title,.wh-top .wh-mobile-toggle{display:none!important}
  .wh-top .wh-search{display:block!important;width:100%!important;max-width:none!important;margin:0!important}
  .wh-top .wh-search input{min-height:40px!important;border-radius:12px!important;padding:9px 12px!important}
  .wh-page-dashboard .wh-dashboard-analytics{margin-top:0!important}
}


/* 1.2.19 mobile analytics compaction */
@media(max-width:900px){
  .wh-analytics-head{align-items:center!important;margin-bottom:6px!important}
  .wh-analytics-head .wh-eyebrow{display:none!important}
  .wh-analytics-head h2{font-size:17px!important;line-height:1.2!important}
  .wh-analytics-head .wh-btn{min-height:34px!important;padding:6px 8px!important;font-size:10px!important;border-radius:9px!important}
  .wh-analytics-grid{gap:8px!important}
  .wh-chart-card{padding:10px!important;border-radius:12px!important}
  .wh-chart-title{margin-bottom:6px!important}
  .wh-chart-title b{font-size:14px!important}
  .wh-chart-title span{font-size:10px!important}
  .wh-chart-legend{font-size:9px!important}
  .wh-flow-chart{height:120px!important;gap:3px!important}
  .wh-flow-day small{font-size:8px!important}
  .wh-health-wrap{display:grid!important;grid-template-columns:112px minmax(0,1fr)!important;align-items:center!important;gap:10px!important}
  .wh-donut{width:106px!important;height:106px!important}
  .wh-donut>div{width:68px!important;height:68px!important}
  .wh-donut strong{font-size:22px!important}
  .wh-health-legend{gap:6px!important}
  .wh-health-legend span{font-size:10px!important}
  .wh-dashboard-actions{margin-top:8px!important}
}

/* 1.2.20 messenger voice player */
.wh-msg-voice{display:grid;grid-template-columns:34px minmax(150px,230px) auto;align-items:center;gap:8px;min-width:270px;padding:2px 0}
.wh-msg-voice>button{width:34px;height:34px;border:0;border-radius:50%;display:grid;place-items:center;background:#4f8dcc;color:#fff;font-size:14px;cursor:pointer}
.wh-msg-voice>button:hover{background:#5a98d6}
.wh-voice-track{position:relative;height:4px;border-radius:999px;background:rgba(255,255,255,.2);cursor:pointer;overflow:hidden}
.wh-voice-track i{display:block;width:0;height:100%;border-radius:999px;background:#9cc9f2}
.wh-msg-voice>span{min-width:34px;color:#b5c3d3;font-size:11px;font-variant-numeric:tabular-nums;text-align:right}
.wh-msg-voice audio{display:none!important}
@media(max-width:900px){
 .wh-msg-voice{grid-template-columns:32px minmax(110px,1fr) auto;min-width:min(245px,68vw);gap:7px}
 .wh-msg-voice>button{width:32px;height:32px}
}


/* 1.2.21 location cards and QR */
.wh-location-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:16px}
.wh-location-head h2{margin:4px 0 5px;font-size:28px}.wh-back-link{display:inline-flex;margin-bottom:10px;color:var(--wh-muted);font-size:13px}.wh-location-path{font-size:14px;color:#a8b7c9}
.wh-location-stats{display:grid;grid-template-columns:repeat(2,minmax(120px,1fr));gap:8px}.wh-location-stats>div{padding:12px 14px;border:1px solid var(--wh-line);border-radius:12px;background:var(--wh-panel);display:grid;gap:2px}.wh-location-stats strong{font-size:24px}.wh-location-stats span{font-size:11px;color:var(--wh-muted)}
.wh-location-grid{display:grid;grid-template-columns:minmax(340px,.9fr) minmax(0,1.1fr);gap:12px;margin-bottom:18px}.wh-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.wh-section-head h3{margin:2px 0 0;font-size:17px}
.wh-location-qr{display:grid;grid-template-columns:180px minmax(0,1fr);gap:16px;align-items:center}.wh-location-qr .wh-qr-image{width:180px;height:180px}.wh-location-qr>div{display:grid;gap:8px}.wh-location-qr b{font-size:24px}.wh-location-qr small{color:var(--wh-muted);line-height:1.45}.wh-location-qr code{overflow-wrap:anywhere;font-size:11px}
.wh-location-children{display:grid;gap:6px}.wh-location-children>a{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;padding:9px 10px;border-radius:9px;color:var(--wh-text)}.wh-location-children>a:hover{background:var(--wh-panel-2)}.wh-location-children>a>span{font-size:22px}.wh-location-children>a>div{display:grid;gap:2px}.wh-location-children small{color:var(--wh-muted);font-size:11px}.wh-location-children i{font-style:normal;font-size:22px;color:var(--wh-muted)}.wh-empty-mini{padding:18px;text-align:center;color:var(--wh-muted)}
@media(max-width:900px){.wh-location-head{display:grid}.wh-location-stats{grid-template-columns:1fr 1fr}.wh-location-grid{grid-template-columns:1fr}.wh-location-qr{grid-template-columns:120px minmax(0,1fr)}.wh-location-qr .wh-qr-image{width:120px;height:120px}.wh-location-qr b{font-size:20px}}
@media print{body.wh-print-qr .wh-location-head,body.wh-print-qr .wh-location-grid>section:not(.wh-qr-card),body.wh-print-qr h2,body.wh-print-qr .wh-stock-grid,body.wh-print-qr .wh-table-wrap{display:none!important}body.wh-print-qr .wh-location-grid{display:block!important}body.wh-print-qr .wh-qr-card{display:block!important;max-width:520px;margin:20mm auto;border:0!important;box-shadow:none!important}}
