:root {
  color-scheme: light;
  --ink: #292744;
  --muted: #77748e;
  --line: #e6e3f1;
  --paper: rgba(255,255,255,.88);
  --pink: #ee6fae;
  --violet: #7a70db;
  --green: #36a776;
  --red: #d95d75;
  font-family: Inter, "Microsoft YaHei", "PingFang SC", sans-serif;
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: auto; }
body { margin: 0; color: var(--ink); background: #f4f1fa; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .5; }
input[type="checkbox"] { width: 18px; height: 18px; accent-color: var(--violet); }
.is-hidden { display: none !important; }
.admin-auth-loading #admin-login, .admin-auth-loading #admin-content { visibility: hidden; }
.page-shell { min-height: 100vh; background: linear-gradient(135deg, #fff7fb 0%, #f4f2ff 52%, #eaf7f5 100%); }
.page-shell::before, .admin-page::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .5; background-image: linear-gradient(rgba(255,255,255,.55) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.55) 1px, transparent 1px); background-size: 34px 34px; }
.landing-shell, .desk-shell { width: min(1240px, calc(100% - 40px)); margin: auto; padding: 28px 0 56px; position: relative; }
.topbar { display: flex; align-items: center; justify-content: flex-end; gap: 13px; margin-bottom: 35px; position: relative; z-index: 1; }
.brand-mark { width: 58px; height: 58px; display: grid; place-items: center; border: 3px solid white; border-radius: 18px; color: white; font-weight: 950; font-size: 22px; background: linear-gradient(135deg, var(--pink), var(--violet)); box-shadow: 0 12px 25px rgba(122,112,219,.24); }
.brand-name { color: #7773ad; font-size: 12px; font-weight: 900; letter-spacing: .22em; }
.landing-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: 24px; position: relative; z-index: 1; }
.hero-panel, .ticket-panel, .products-panel, .orders-panel, .login-card, .admin-section { background: rgba(255,255,255,.94); border: 1px solid rgba(123,113,210,.18); border-radius: 22px; box-shadow: 0 14px 38px rgba(81,73,143,.10); }
.hero-panel { width: 100%; max-width: 980px; margin: 0 auto; padding: clamp(30px, 6vw, 72px); min-height: 480px; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 12px; color: var(--pink); font-size: 12px; font-weight: 950; letter-spacing: .18em; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 16px; font-size: clamp(42px, 7vw, 78px); line-height: .98; letter-spacing: 0; }
h2 { margin-bottom: 8px; font-size: 25px; }
.lead { max-width: 650px; margin-bottom: 28px; color: var(--muted); font-size: 17px; font-weight: 650; line-height: 1.7; }
.desk-warning { max-width: 720px; margin: -14px 0 24px; color: var(--red); font-size: 14px; font-weight: 800; line-height: 1.7; }
.redeem-form { display: grid; grid-template-columns: 1fr; gap: 10px; max-width: 720px; }
input, select, textarea { width: 100%; border: 1px solid #d9d5e8; border-radius: 12px; background: rgba(255,255,255,.86); color: var(--ink); outline: none; }
input, select { min-height: 48px; padding: 0 14px; }
textarea { padding: 12px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--violet); box-shadow: 0 0 0 3px rgba(122,112,219,.12); }
.primary-button, .secondary-button, .danger-button, .text-button { border: 0; border-radius: 12px; min-height: 44px; padding: 0 16px; font-weight: 850; }
.primary-button { color: white; background: linear-gradient(135deg, var(--pink), var(--violet)); }
.secondary-button { color: #5d59a2; background: #f1effd; border: 1px solid #ddd9f4; }
.danger-button { color: white; background: var(--red); }
.text-button { color: #6761ad; background: transparent; }
.small { min-height: 36px; padding: 0 12px; font-size: 13px; }
.landing-page { display: grid; place-items: center; background: linear-gradient(135deg, #fff7fb 0%, #f4f2ff 52%, #eaf7f5 100%); }
.landing-page::before { display: block; }
.landing-page .landing-shell { width: min(536px, calc(100% - 32px)); padding: 20px 0; }
.landing-page .landing-grid { grid-template-columns: minmax(0, 1fr); }
.landing-page .hero-panel { max-width: none; min-height: 0; margin: 0; padding: clamp(28px, 6vw, 48px); border: 1px solid rgba(123, 113, 210, .18); border-radius: 22px; background: rgba(255,255,255,.94); box-shadow: 0 14px 38px rgba(81, 73, 143, .10); }
.landing-brand-icon { width: 60px; height: 60px; display: grid; place-items: center; margin-bottom: 28px; border-radius: 14px; color: #fff; background: linear-gradient(135deg, var(--pink), var(--violet)); box-shadow: 0 12px 25px rgba(122, 112, 219, .24); }
.landing-brand-icon svg { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.landing-kicker { margin: 0 0 10px; color: var(--pink); font-size: 16px; font-weight: 800; }
.landing-page h1 { margin-bottom: 26px; color: var(--ink); font-size: clamp(32px, 5vw, 38px); line-height: 1.2; }
.landing-page .redeem-form { max-width: none; gap: 10px; }
.redeem-label { color: var(--muted); font-size: 16px; font-weight: 750; }
.redeem-input-wrap { position: relative; }
.landing-page .redeem-input-wrap input { min-height: 64px; padding: 0 16px 0 52px; border: 2px solid #d9d5e8; border-radius: 12px; color: var(--ink); font-size: 17px; }
.landing-page .redeem-input-wrap input::placeholder { color: var(--muted); }
.field-icon { position: absolute; z-index: 1; top: 50%; left: 17px; width: 23px; height: 23px; transform: translateY(-50%); color: #8d88b1; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; pointer-events: none; }
.landing-page .redeem-form .primary-button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 12px; color: #fff; background: linear-gradient(135deg, var(--pink), var(--violet)); font-size: 19px; }
.landing-page .redeem-form .primary-button svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.message { min-height: 20px; margin: 14px 0 0; color: var(--green); font-weight: 750; }
.message.error { color: var(--red); }
.ticket-panel { min-height: 480px; padding: 32px; display: flex; flex-direction: column; justify-content: center; }
.ticket-art { width: min(100%, 260px); height: 154px; margin: 0 auto 28px; display: grid; place-items: center; position: relative; color: white; background: linear-gradient(135deg, #ff8abb, #7871dd); border: 6px solid white; border-radius: 30px; box-shadow: 0 20px 42px rgba(238,111,174,.22); }
.ticket-art::after { content: ""; position: absolute; left: 20px; right: 20px; top: 50%; border-top: 2px dashed rgba(255,255,255,.7); }
.ticket-art strong { font-size: 36px; letter-spacing: .1em; }
.ticket-art span { align-self: end; margin-bottom: 17px; font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.ticket-panel h2 { text-align: center; }
.ticket-panel p { color: var(--muted); text-align: center; line-height: 1.65; }
.mini-products { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 10px; }
.mini-products span { padding: 8px 10px; border: 1px solid #ffd3e8; border-radius: 10px; color: #b5497d; background: #fff1f8; font-size: 12px; font-weight: 750; }
.mini-products b { margin-right: 5px; }
.desk-header { display: flex; align-items: end; justify-content: space-between; gap: 20px; position: relative; z-index: 1; margin-bottom: 24px; }
.desk-header h1 { font-size: clamp(36px, 5vw, 62px); margin-bottom: 12px; }
.counter { min-width: 150px; padding: 18px; text-align: center; border: 1px solid #ddd9f4; border-radius: 18px; background: rgba(255,255,255,.7); }
.counter span { display: block; color: var(--muted); font-size: 12px; font-weight: 800; }
.counter strong { display: block; margin-top: 4px; color: var(--pink); font-size: 42px; line-height: 1; }
.desk-layout { display: grid; grid-template-columns: minmax(300px, .75fr) minmax(0, 1.35fr); gap: 18px; position: relative; z-index: 1; align-items: start; }
.products-panel, .orders-panel { padding: 22px; }
.products-panel { position: sticky; top: 18px; }
.section-title { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 17px; }
.section-title h2, .section-title h3 { margin: 0; }
.section-title span { color: var(--muted); font-size: 12px; font-weight: 750; }
.product-list, .order-list, .admin-list { display: grid; gap: 11px; }
.product-row, .order-row { display: grid; align-items: center; gap: 13px; border: 1px solid #e4e0f0; border-radius: 15px; background: rgba(255,255,255,.7); }
.product-row { gap: 12px; padding: 14px; }
.product-row-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-width: 0; }
.product-title { display: flex; align-items: center; gap: 12px; min-width: 0; }
.product-subcard { min-width: 0; padding: 13px 14px; border: 1px solid #e4e0f0; border-radius: 13px; background: rgba(255,255,255,.72); }
.product-copy { min-width: 0; display: grid; gap: 4px; }
.product-copy strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.product-copy span { overflow: hidden; color: var(--muted); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.product-country { min-width: 0; display: grid; gap: 8px; }
.product-country-body { display: flex; align-items: center; gap: 12px; min-width: 0; }
.country-label { color: var(--muted); font-size: 11px; font-weight: 800; }
.country-cards { display: flex; flex-wrap: wrap; gap: 7px; }
.product-country-body .country-cards { flex: 1 1 auto; min-width: 0; }
.product-country-body .primary-button { flex: 0 0 auto; }
.country-card { min-height: 36px; padding: 0 12px; border: 1px solid #d9d5e8; border-radius: 10px; color: #68638f; background: rgba(255,255,255,.86); font-size: 12px; font-weight: 800; white-space: nowrap; }
.country-card:hover { border-color: #c8bfe8; background: #faf8ff; }
.country-card.is-selected { border-color: #d56ba6; color: #a64377; background: #fff0f7; box-shadow: 0 0 0 2px rgba(238,111,174,.12); }
.order-row { grid-template-columns: minmax(150px, 1fr) minmax(100px, max-content) minmax(110px, max-content) 62px; padding: 14px; }
.order-main { min-width: 0; display: grid; gap: 5px; }
.phone-line { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; min-width: 0; }
.order-main strong { overflow-wrap: anywhere; font-size: 19px; }
.copy-phone { flex: 0 0 auto; min-height: 30px; padding: 0 9px; border: 1px solid #ffd1e6; border-radius: 8px; color: #b5497d; background: #fff3f8; font-size: 12px; font-weight: 800; cursor: pointer; }
.copy-phone:hover { background: #ffe8f2; }
.muted, .order-field span { color: var(--muted); font-size: 12px; font-weight: 750; }
.order-field { display: grid; gap: 5px; justify-items: center; }
.order-field mark, .admin-card mark { display: inline-flex; align-items: center; justify-content: center; min-width: 80px; padding: 7px 10px; border-radius: 9px; font-size: 12px; font-weight: 850; }
.status-waiting_code, .status-pending { color: #a37316; background: #fff6d9; }
.status-received { color: #277a58; background: #e4f8ed; }
.status-cancelled, .status-error { color: #ae435d; background: #ffe8ed; }
.status-completed { color: #5c56a0; background: #edeaff; }
.verification-code { letter-spacing: .08em; }
.order-actions { display: flex; justify-content: flex-end; }
.empty-state { padding: 26px 12px; color: var(--muted); text-align: center; font-weight: 700; }
.admin-page { min-height: 100vh; background: linear-gradient(135deg, #fff7fb, #f3f1ff 55%, #eaf7f3); }
.admin-layout { display: grid; grid-template-columns: 230px minmax(0, 1fr); min-height: 100vh; position: relative; z-index: 1; }
.admin-sidebar { position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column; gap: 18px; padding: 18px 14px; background: rgba(255,255,255,.94); border-right: 1px solid rgba(123,113,210,.16); }
.admin-brand { display: grid; justify-items: center; gap: 10px; text-align: center; }
.admin-brand strong { font-size: 18px; }
.admin-nav { display: grid; gap: 4px; }
.admin-nav a { padding: 9px 10px; border: 1px solid transparent; border-radius: 10px; color: #6863aa; font-weight: 800; text-align: center; text-decoration: none; }
.admin-nav a:hover, .admin-nav a.active { color: #ac4b7d; background: #fff0f8; border-color: #ffd6e9; }
.admin-sidebar .text-button { margin-top: auto; }
.admin-main { width: min(1180px, 100%); padding: 20px 24px; margin: 0 auto; }
.admin-content { display: grid; gap: 12px; }
.admin-section { padding: 18px; }
.admin-section h1 { margin: 0; font-size: 32px; line-height: 1.08; }
.admin-section h2 { margin: 0; }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.metrics article { display: grid; gap: 5px; padding: 13px; border: 1px solid #e8e3f2; border-radius: 12px; background: rgba(255,255,255,.65); }
.metrics span, .metrics small { color: var(--muted); font-size: 12px; font-weight: 750; }
.metrics strong { font-size: 25px; line-height: 1.1; }
.online-label { color: var(--green); }
.admin-note { margin-top: 12px; padding: 9px 12px; border-radius: 10px; color: #66618f; background: #f5f2ff; font-size: 12px; font-weight: 700; }
.setting-panel { margin-top: 12px; padding: 14px; border: 1px solid #e8e3f2; border-radius: 12px; background: rgba(255,255,255,.65); }
.setting-heading { display: flex; align-items: start; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.setting-heading h3 { margin: 0 0 4px; font-size: 16px; }
.setting-heading p { margin: 0; color: var(--muted); font-size: 12px; font-weight: 700; line-height: 1.6; }
.setting-status { flex: 0 0 auto; padding: 7px 10px; border-radius: 9px; font-size: 12px; font-weight: 850; }
.setting-status.is-configured { color: #277a58; background: #e4f8ed; }
.setting-status.is-unconfigured { color: #ae435d; background: #ffe8ed; }
.setting-form { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 10px; align-items: center; }
.setting-form input { min-width: 0; }
.setting-panel + .message { margin-bottom: 0; }
.login-card { width: min(430px, 100%); margin: 14vh auto 0; padding: 34px; }
.login-card h1 { font-size: 42px; }
.form-stack, .product-form, .code-form { display: grid; gap: 8px; }
.admin-page input, .admin-page select { min-height: 42px; padding: 0 12px; border-radius: 10px; }
.admin-page .primary-button, .admin-page .secondary-button, .admin-page .danger-button { min-height: 40px; border-radius: 10px; }
.admin-page .small { min-height: 32px; padding: 0 10px; font-size: 12px; }
.product-form { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; }
.product-form button { min-width: 120px; }
.product-form .code-field { align-self: stretch; }
.product-form .code-field input { height: 42px; }
.country-config-field { grid-column: 1 / -1; }
.country-editor { display: grid; gap: 8px; }
.country-config-row { display: grid; grid-template-columns: minmax(100px, .7fr) minmax(150px, 1fr) minmax(180px, 1fr) auto auto; gap: 6px; align-items: center; }
.country-config-row input { min-width: 0; }
.country-config-row .danger-button { min-width: 64px; }
.country-status-toggle { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-height: 40px; padding: 0 10px; border: 1px solid #ded9ec; border-radius: 9px; color: var(--muted); background: #fbfaff; font-size: 12px; font-weight: 800; white-space: nowrap; }
.country-status-toggle:has(input:checked) { color: #277a58; border-color: #b8e4ca; background: #effaf3; }
.country-status-toggle input { width: 16px; height: 16px; accent-color: #42a978; }
.field-hint { color: var(--muted); font-size: 12px; font-weight: 700; line-height: 1.5; }
.code-field { display: grid; gap: 7px; min-width: 0; }
.code-field label { color: var(--muted); font-size: 12px; font-weight: 800; }
.product-actions { grid-column: 1 / -1; display: flex; gap: 10px; }
.product-actions .primary-button { flex: 1 1 0; }
.code-form { grid-template-columns: minmax(190px, 1fr) 140px 140px auto; align-items: center; }
.admin-card { overflow: hidden; border: 1px solid #e5e1ef; border-radius: 15px; background: rgba(255,255,255,.7); }
.admin-card summary { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 10px; min-height: 54px; padding: 10px 12px; cursor: pointer; list-style: none; }
.admin-card summary::-webkit-details-marker { display: none; }
.admin-card summary > span { min-width: 0; display: grid; gap: 5px; }
.admin-card summary b { overflow-wrap: anywhere; }
.admin-card summary small { overflow: hidden; color: var(--muted); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.admin-card-body { padding: 0 12px 12px; border-top: 1px solid #eeeaf6; }
.admin-card-body p { margin: 10px 0; color: var(--muted); font-size: 12px; font-weight: 700; }
.admin-card mark i { width: 8px; height: 8px; margin-right: 6px; border-radius: 50%; background: currentColor; }
.status-on { color: var(--green); background: #e7f8ef; }
.status-off { color: var(--red); background: #ffe9ed; }
.card-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.section-count { color: #706bb0; font-size: 14px; }
.generated-box { margin-top: 12px; padding: 13px; border: 1px solid #d7ecdF; border-radius: 12px; background: #f4fff8; }
.generated-box textarea { min-height: 130px; margin-top: 10px; font-family: Consolas, monospace; }
.code-toolbar { display: grid; grid-template-columns: 220px minmax(0, 1fr) auto; gap: 8px; margin: 12px 0 8px; }
.bulk-toolbar { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; padding: 9px; border: 1px solid #e5e1ef; border-radius: 10px; background: rgba(255,255,255,.65); }
.select-all { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-size: 12px; font-weight: 800; }
.bulk-toolbar > span { margin-right: auto; color: var(--muted); font-size: 12px; font-weight: 800; }
.code-summary { display: flex !important; align-items: center; gap: 10px; }
.admin-card summary > span.code-summary > span { min-width: 0; display: grid; gap: 5px; }
.code-summary-actions { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 8px; min-width: 0; }
.code-summary-actions .secondary-button, .code-summary-actions .danger-button { white-space: nowrap; }
.code-usage { display: inline-flex; align-items: center; min-height: 34px; padding: 0 10px; border-radius: 9px; font-size: 12px; font-weight: 850; white-space: nowrap; }
.code-usage.is-unused { color: #706bb0; background: #f0edff; }
.code-usage.is-used { color: #a56b18; background: #fff5dc; }
.code-usage.is-exhausted { color: var(--red); background: #ffe9ed; }
.order-inspector { margin-top: 18px; padding: 18px; border: 1px solid #e5e1ef; border-radius: 15px; background: rgba(255,255,255,.7); }
.order-inspector .order-row { grid-template-columns: minmax(150px, 1fr) repeat(4, minmax(100px, max-content)); margin-top: 10px; }
.stats-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; margin: 10px 0; }
.stats-grid div { padding: 8px; border-radius: 8px; background: #f7f5fc; }
.stats-grid dt { color: var(--muted); font-size: 11px; font-weight: 800; }
.stats-grid dd { margin: 5px 0 0; font-weight: 850; overflow-wrap: anywhere; }
.list-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin: 12px 0 8px; color: var(--muted); font-size: 12px; font-weight: 800; }
.pager-size { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.pager-size select { width: auto; min-width: 64px; min-height: 34px; padding: 0 8px; border-radius: 9px; font-size: 12px; }
.pager { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; margin-top: 14px; }
.pager-summary { display: inline-flex; align-items: center; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: 12px; font-weight: 800; }
.pager-summary span + span { color: #9a96ad; font-weight: 700; }
.pager-controls { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 6px; }
.pager-controls button { min-width: 36px; }
.pager-numbers { display: inline-flex; align-items: center; gap: 5px; }
.pager-number.is-active { color: #fff; background: var(--violet); border-color: var(--violet); }
.pager-ellipsis { display: inline-grid; place-items: center; min-width: 20px; color: var(--muted); }

@media (max-width: 900px) {
  .landing-grid, .desk-layout { grid-template-columns: 1fr; }
  .products-panel { position: relative; top: auto; }
  .admin-layout { grid-template-columns: 1fr; }
  .admin-sidebar { position: relative; height: auto; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 12px; padding: 14px; }
  .admin-brand { display: flex; align-items: center; }
  .admin-brand .brand-mark { width: 48px; height: 48px; }
  .admin-nav { display: flex; overflow-x: auto; }
  .admin-sidebar .text-button { margin-top: 0; }
  .metrics { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .landing-shell, .desk-shell { width: min(100% - 24px, 1240px); padding-top: 14px; }
  .hero-panel, .ticket-panel, .products-panel, .orders-panel, .admin-section { padding: 18px; border-radius: 17px; }
  .hero-panel, .ticket-panel { min-height: auto; }
  h1 { font-size: 42px; }
  .redeem-form, .product-form, .code-form, .code-toolbar { grid-template-columns: 1fr; }
  .desk-header { align-items: stretch; flex-direction: column; }
  .counter { width: 100%; }
  .product-row-head { align-items: flex-start; }
  .product-country-body { align-items: stretch; flex-direction: column; }
  .product-country-body .primary-button { width: 100%; }
  .order-row { grid-template-columns: 1fr 1fr; }
  .order-main { grid-column: 1 / -1; }
  .order-field { justify-items: start; }
  .order-actions { justify-content: start; }
  .admin-sidebar { grid-template-columns: auto minmax(0, 1fr); }
  .admin-brand strong { display: none; }
  .admin-sidebar .text-button { grid-column: 1 / -1; }
  .admin-nav a { padding: 9px 10px; white-space: nowrap; }
  .admin-card summary { grid-template-columns: 1fr; align-items: start; }
  .code-summary-actions { justify-content: flex-start; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .admin-main { padding: 14px; }
  .setting-heading { flex-direction: column; }
  .setting-form { grid-template-columns: 1fr; }
  .country-config-row { grid-template-columns: 1fr 1fr; }
  .country-config-row input[data-country-provider], .country-config-row .country-status-toggle, .country-config-row .danger-button { grid-column: 1 / -1; }
  .bulk-toolbar > span { width: 100%; margin-right: 0; }
  .list-toolbar { align-items: flex-start; flex-direction: column; }
  .pager { align-items: stretch; flex-direction: column; }
  .pager-controls { justify-content: flex-start; }
}
