:root {
  color-scheme: light;
  --ink: #18201d;
  --muted: #68716d;
  --line: #dce3df;
  --panel: rgba(255,255,255,.9);
  --paper: #f4f6f3;
  --green: #1f6b4f;
  --green-2: #dcece4;
  --amber: #9c621c;
  --red: #a63d37;
  --blue: #315f9c;
  --shadow: 0 18px 60px rgba(28, 46, 37, .1);
}
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; color: var(--ink); font: 14px/1.5 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background:
  radial-gradient(circle at 10% 0%, rgba(142,190,163,.22), transparent 28rem),
  linear-gradient(180deg, #fafbf9 0, var(--paper) 28rem); }
button, input, select, textarea { font: inherit; color: inherit; }
input, select, textarea { appearance: none; -webkit-appearance: none; }
input[type="checkbox"] { appearance: auto; -webkit-appearance: checkbox; accent-color: var(--green); }
button { cursor: pointer; }
.topbar { min-height: 112px; padding: 28px clamp(20px,4vw,64px); display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid rgba(45,72,59,.1); }
h1,h2,p { margin: 0; }
h1 { font: 600 clamp(27px,3vw,40px)/1.1 Georgia, "Songti SC", serif; letter-spacing: -.03em; }
.eyebrow { margin-bottom: 7px; color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .2em; }
.title-line { display: flex; align-items: center; gap: 14px; }
.workspace-switch { padding: 3px; display: inline-flex; gap: 2px; border: 1px solid rgba(45,72,59,.14); border-radius: 10px; background: rgba(255,255,255,.62); box-shadow: inset 0 1px 2px rgba(28,53,41,.04); }
.workspace-switch button { min-width: 54px; height: 28px; padding: 0 10px; border: 0; border-radius: 7px; color: #7a8580; background: transparent; font-size: 10px; font-weight: 850; letter-spacing: .11em; cursor: pointer; transition: color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease; }
.workspace-switch button:hover { color: var(--green); }
.workspace-switch button.active { color: #fff; background: var(--green); box-shadow: 0 3px 10px rgba(36,91,63,.2); }
.workspace-switch button:active { transform: scale(.97); }
.top-actions { display: flex; align-items: center; gap: 10px; }
.save-state { margin-right: 8px; color: var(--muted); font-size: 12px; }
.save-state.busy { color: var(--amber); }
.save-state.error { color: var(--red); }
.image-queue-status { min-height: 30px; padding: 7px 10px; border: 1px solid #c7d8ce; border-radius: 9px; color: var(--green); background: #edf5f0; font-size: 11px; font-weight: 750; white-space: nowrap; }
.image-queue-status.busy::before { content: ""; width: 8px; height: 8px; margin-right: 7px; display: inline-block; border: 1.5px solid #78a18c; border-right-color: transparent; border-radius: 50%; animation: image-spin .8s linear infinite; }
.image-queue-status.warning { color: #895d18; background: #f8efdf; border-color: #e6d1aa; }
.image-queue-status.done { color: var(--green); background: #e5f1ea; }
@keyframes image-spin { to { transform: rotate(360deg); } }
.button, .icon-button { border: 1px solid var(--line); background: white; border-radius: 11px; transition: .18s ease; }
.button { min-height: 42px; padding: 0 17px; font-weight: 650; }
.button:hover, .icon-button:hover { transform: translateY(-1px); border-color: #a8b7af; box-shadow: 0 7px 18px rgba(30,60,45,.08); }
.button.primary { color: white; background: var(--green); border-color: var(--green); }
.button.danger { color: white; border-color: var(--red); background: var(--red); }
.button:disabled { opacity: .45; cursor: not-allowed; transform: none; }
.icon-button { width: 40px; height: 40px; display: grid; place-items: center; font-size: 20px; }
.data-tools { position: relative; }
.data-menu-button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.data-menu-button[aria-expanded="true"] { color: white; border-color: var(--green); background: var(--green); box-shadow: 0 8px 22px rgba(31,107,79,.2); }
.selection-mode-button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.selection-mode-button[aria-pressed="true"] { color: white; border-color: var(--green); background: var(--green); box-shadow: 0 8px 22px rgba(31,107,79,.2); }
.data-menu { position: absolute; z-index: 18; top: calc(100% + 9px); right: 0; width: 150px; padding: 6px; border: 1px solid rgba(49,75,62,.13); border-radius: 12px; background: rgba(255,255,255,.97); box-shadow: 0 16px 45px rgba(25,47,36,.16); backdrop-filter: blur(14px); transform-origin: top right; animation: data-menu-in .16s ease both; }
.data-menu button { width: 100%; height: 38px; display: flex; align-items: center; gap: 9px; padding: 0 10px; border: 0; border-radius: 8px; background: transparent; text-align: left; font-weight: 650; }
.data-menu button:hover, .data-menu button:focus-visible { color: var(--green); background: #edf4f0; outline: none; }
.data-menu button span { width: 18px; color: var(--green); font-size: 17px; text-align: center; }
@keyframes data-menu-in { from { opacity: 0; transform: translateY(-4px) scale(.98); } }
.add-project { position: relative; isolation: isolate; width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; padding: 0; border: 1px solid #b8ccc0; border-radius: 50%; color: white; background: linear-gradient(145deg,#347d5f,#17543e); box-shadow: 0 8px 22px rgba(31,107,79,.2); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.add-project span { font-size: 25px; font-weight: 300; line-height: 1; transform: translateY(-1px); }
.add-project::before { content: ""; position: absolute; z-index: -1; inset: -1px; border: 1px solid rgba(31,107,79,.42); border-radius: inherit; animation: add-guide 2.8s ease-out 2; pointer-events: none; }
.add-project::after { content: attr(data-hint); position: absolute; right: calc(100% + 10px); top: 50%; padding: 6px 9px; border: 1px solid rgba(40,73,57,.13); border-radius: 8px; color: var(--ink); background: rgba(255,255,255,.96); box-shadow: 0 8px 24px rgba(28,46,37,.12); font-size: 11px; font-weight: 700; white-space: nowrap; opacity: 0; transform: translate(5px,-50%); transition: .18s ease; pointer-events: none; }
.add-project:hover, .add-project:focus-visible { border-color: #7da58f; box-shadow: 0 10px 26px rgba(31,107,79,.3); transform: translateY(-1px) scale(1.03); outline: none; }
.add-project:hover::after, .add-project:focus-visible::after { opacity: 1; transform: translate(0,-50%); }
@keyframes add-guide { 0% { opacity: .7; transform: scale(1); } 65%,100% { opacity: 0; transform: scale(1.38); } }
main { padding: 26px clamp(12px,3vw,46px) 60px; }
.overview { display: flex; justify-content: space-between; align-items: stretch; gap: 16px; margin-bottom: 18px; }
.week-nav, .metrics { display: flex; align-items: center; gap: 12px; }
.week-nav { flex-wrap: wrap; }
.week-nav > div { min-width: 160px; }
.week-nav span { display: block; color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.week-nav select { width: 100%; padding: 2px 24px 2px 0; border: 0; background: transparent; font-size: 17px; font-weight: 700; outline: none; }
.target-button { min-height: 34px; padding: 0 11px; border: 1px solid var(--line); border-radius: 9px; color: var(--green); background: rgba(255,255,255,.75); font-size: 11px; font-weight: 750; white-space: nowrap; }
.item-filter { min-width: 112px; padding: 6px 10px; border: 1px solid var(--line); border-radius: 9px; background: rgba(255,255,255,.75); }
.item-filter span { font-size: 9px; }.item-filter select { width: 100%; padding: 0 18px 0 0; border: 0; background: transparent; font-size: 12px; font-weight: 750; outline: 0; }
.clear-filters { min-height: 34px; padding: 0 10px; border: 0; border-radius: 9px; color: var(--green); background: #e8f1ec; font-size: 11px; font-weight: 750; white-space: nowrap; }
.clear-filters:hover { background: #dcebe3; }
.metrics { margin-left: auto; overflow-x: auto; }
.metric { min-width: 92px; padding: 12px 15px; border-left: 1px solid var(--line); }
.metric strong { display: block; font-size: 21px; line-height: 1; }
.metric span { color: var(--muted); font-size: 11px; }
.metric small { display: block; margin-top: 3px; color: #89938e; font-size: 9px; white-space: nowrap; }
.metric.attention strong { color: var(--amber); }
.board-shell { min-height: 370px; border: 1px solid var(--line); border-radius: 18px; background: var(--panel); box-shadow: var(--shadow); overflow: hidden; backdrop-filter: blur(20px); }
.batch-bar { min-height: 58px; padding: 8px 14px 8px 18px; display: flex; align-items: center; gap: 14px; border-bottom: 1px solid #bcd1c5; color: var(--green); background: #eaf3ee; }
.batch-bar strong { white-space: nowrap; }.batch-bar > span { color: var(--muted); font-size: 11px; }.batch-bar > div { margin-left: auto; display: flex; gap: 8px; }.batch-bar .button { min-height: 36px; padding: 0 13px; font-size: 12px; }
.table-wrap { overflow: auto; }
table { width: 100%; min-width: 1510px; border-collapse: collapse; table-layout: fixed; }
th { position: sticky; top: 0; z-index: 2; padding: 14px 12px; color: #5e6863; background: rgba(244,247,244,.96); border-bottom: 1px solid var(--line); text-align: left; font-size: 11px; letter-spacing: .05em; }
td { height: 94px; padding: 10px 8px; border-bottom: 1px solid #e8ece9; vertical-align: middle; }
tr:last-child td { border-bottom: 0; }
tbody tr { transition: background .16s ease; }
tbody tr:hover { background: rgba(225,237,230,.28); }
tbody tr.selected, tbody tr.selected:hover { background: rgba(144,185,161,.46); box-shadow: inset 4px 0 0 var(--green); }
.selection-only { display: none; }
.board-shell.selection-mode .selection-only { display: table-cell; }
.board-shell.selection-mode tbody tr { cursor: pointer; }
.board-shell.selection-mode tbody tr:not(.selected):hover { background: rgba(197,218,206,.42); }
.board-shell.selection-mode tbody tr > td:not(.row-select-cell) :is(input,select,textarea,button,a) { pointer-events: none; }
.col-select { width: 48px; text-align: center; }.col-week { width: 125px; }.col-seq { width: 76px; }.col-planner { width: 140px; }.col-category { width: 120px; }.col-name { width: 190px; }.col-image { width: 122px; }.col-reference { width: 180px; }.col-status { width: 130px; }.col-notes { width: 220px; }.col-preview { width: 150px; }.col-actions { width: 46px; }
.row-select-cell { text-align: center; }.row-select, #boardSelectAll { width: 16px; height: 16px; cursor: pointer; }
.sort-button { display: inline-flex; align-items: center; gap: 5px; padding: 3px 5px; margin: -3px -5px; border: 0; border-radius: 7px; color: inherit; background: transparent; font-size: inherit; font-weight: 750; letter-spacing: inherit; }
.sort-button span { min-width: 10px; color: #98a29d; font-size: 12px; letter-spacing: 0; transition: color .16s ease, transform .16s ease; }
.sort-button small { padding: 1px 4px; border-radius: 5px; color: var(--green); background: #e5eee9; font-size: 9px; letter-spacing: 0; }
.sort-button:hover, .sort-button:focus-visible { color: var(--green); background: #e9f0ec; outline: none; }
.sort-button.active span { color: var(--green); }
.field-heading { display: inline-flex; align-items: center; gap: 5px; }
.option-manage { width: 19px; height: 19px; padding: 0; border: 0; border-radius: 6px; color: var(--green); background: #e5eee9; font-size: 14px; line-height: 1; }
.option-manage:hover { background: #d6e7de; }
.cell-input, .cell-textarea, .field-select { width: 100%; border: 1px solid transparent; border-radius: 10px; background: transparent; outline: none; transition: background .16s ease, border-color .16s ease, box-shadow .16s ease; }
.cell-input { padding: 9px 10px; }
.cell-textarea { min-height: 66px; padding: 9px 10px; resize: none; line-height: 1.4; }
.cell-input:hover, .cell-textarea:hover { background: rgba(255,255,255,.68); border-color: #e5eae7; }
.cell-input:focus, .cell-textarea:focus { background: white; border-color: #8dac9c; box-shadow: 0 0 0 3px rgba(52,111,82,.1); }
.cell-input::placeholder, .cell-textarea::placeholder { color: #a0aaa5; }
.seq-input { text-align: center; font-variant-numeric: tabular-nums; }
.week-select { padding-left: 9px; font-size: 12px; font-weight: 700; }
.field-select { padding: 8px 29px 8px 11px; border-color: #dce4df; background-color: rgba(255,255,255,.72); background-image: linear-gradient(45deg, transparent 50%, #718079 50%), linear-gradient(135deg, #718079 50%, transparent 50%); background-position: calc(100% - 14px) 50%, calc(100% - 10px) 50%; background-size: 4px 4px, 4px 4px; background-repeat: no-repeat; box-shadow: 0 1px 2px rgba(30,50,40,.03); cursor: pointer; }
.field-select:hover { border-color: #afbeb6; background-color: white; }
.field-select:focus { border-color: #7fa48f; box-shadow: 0 0 0 3px rgba(52,111,82,.1); }
.planner-select { color: #33413a; font-weight: 650; }
.category-select { border-color: transparent; font-weight: 750; }
.category-效果 { color: #8b5a13; background-color: #f6ead8; }.category-SNS { color: #315f9c; background-color: #e2ebf7; }.category-时尚店铺 { color: #70438b; background-color: #eee4f3; }.category-Campaign { color: #9b3f63; background-color: #f7e3eb; }.category-未分类 { color: #68716d; background-color: #edf0ee; }
.status-select { border-color: transparent; font-weight: 700; }
.status-未剪辑 { color: #666; background: #eef0ef; }.status-剪辑中 { color: var(--blue); background: #e2ebf7; }.status-已完成 { color: var(--green); background: var(--green-2); }.status-重拍 { color: var(--red); background: #f8e4e2; }
.thumb { width: 94px; height: 70px; display: grid; place-items: center; border: 1px dashed #b9c5be; border-radius: 9px; overflow: hidden; background: #f7f8f6; color: var(--muted); font-size: 11px; }
.thumb img { width: 100%; height: 100%; object-fit: cover; }
.pending-image { border-style: solid; color: #668072; background: linear-gradient(110deg,#eef3f0 20%,#f8faf8 40%,#eef3f0 60%); background-size: 220% 100%; animation: pending-image 1.2s linear infinite; }
@keyframes pending-image { to { background-position-x: -220%; } }
.thumb-button { padding: 0; border: 0; cursor: zoom-in; }
.media-actions { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 5px; }
.mini { padding: 4px 7px; border: 0; border-radius: 7px; color: var(--green); background: #e8f1ec; font-size: 11px; font-weight: 700; }
.download-link { text-align: center; text-decoration: none; }
.link-field { display: grid; grid-template-columns: 1fr auto; gap: 4px; align-items: center; }
.open-link { color: var(--green); text-decoration: none; font-size: 18px; }
.preview-box { display: flex; flex-direction: column; gap: 7px; }
.preview-name { max-width: 140px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--muted); font-size: 11px; }
.row-menu { border: 0; background: transparent; color: #8b948f; font-size: 20px; }
.empty { min-height: 370px; display: grid; place-content: center; text-align: center; }
.empty-mark { margin: 0 auto 14px; width: 52px; height: 52px; display: grid; place-items: center; border: 1px dashed #9db0a5; border-radius: 50%; color: var(--green); font-size: 26px; }
.empty h2 { font: 600 22px Georgia, serif; }.empty p { margin-top: 7px; color: var(--muted); }
.hidden { display: none !important; }
.dialog { width: min(1000px, calc(100vw - 24px)); max-height: calc(100vh - 24px); padding: 0; border: 0; border-radius: 18px; background: transparent; }
.dialog::backdrop { background: rgba(18,27,23,.62); backdrop-filter: blur(5px); }
.dialog-card { display: flex; flex-direction: column; max-height: calc(100vh - 24px); background: #fbfcfa; border-radius: 18px; overflow: hidden; box-shadow: 0 28px 90px rgba(0,0,0,.28); }
.dialog-head, .dialog-foot { padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.dialog-head { border-bottom: 1px solid var(--line); }.dialog-head h2 { font: 600 25px Georgia, serif; }.dialog-foot { border-top: 1px solid var(--line); color: var(--muted); }.dialog-foot > div { display: flex; gap: 8px; }
.options-dialog { width: min(520px, calc(100vw - 24px)); }
.options-body { padding: 22px 24px 26px; }
.options-hint { margin-bottom: 16px; color: var(--muted); font-size: 12px; }
.options-list { display: grid; gap: 8px; }
.option-row { display: grid; grid-template-columns: 1fr 36px; gap: 8px; align-items: center; }
.option-input { width: 100%; height: 42px; padding: 0 12px; border: 1px solid var(--line); border-radius: 10px; background: white; outline: 0; }
.option-input:focus { border-color: #7fa48f; box-shadow: 0 0 0 3px rgba(52,111,82,.1); }
.delete-option { width: 36px; height: 36px; border: 0; border-radius: 9px; color: var(--red); background: #f7e9e7; font-size: 18px; }
.delete-option:disabled { color: #a6aea9; background: #eef1ef; cursor: not-allowed; }
.week-row { grid-template-columns: 1fr 92px 36px; }
.week-count { color: var(--muted); font-size: 11px; text-align: right; }
.add-option { width: 100%; margin-top: 12px; height: 42px; border: 1px dashed #9fb4a9; border-radius: 10px; color: var(--green); background: #f0f5f2; font-weight: 700; }
.targets-dialog { width: min(560px, calc(100vw - 24px)); }
.targets-body { padding: 22px 24px 26px; }
.targets-list { max-height: min(460px, 58vh); display: grid; gap: 8px; overflow: auto; }
.target-row { display: grid; grid-template-columns: minmax(100px,1fr) 92px 110px; gap: 12px; align-items: center; padding: 10px 12px; border: 1px solid var(--line); border-radius: 11px; background: white; }
.target-row strong { font-size: 13px; }.target-row span { color: var(--muted); font-size: 11px; }
.target-input { width: 92px; height: 38px; padding: 0 10px; border: 1px solid var(--line); border-radius: 9px; background: #f8faf8; outline: 0; text-align: right; font-weight: 750; }
.target-input:focus { border-color: #7fa48f; box-shadow: 0 0 0 3px rgba(52,111,82,.1); }
.board-shell.scope-narrowing { animation: scope-narrow .52s cubic-bezier(.22,.8,.22,1); }
.scope-indicator { position: fixed; left: 50%; top: 50%; z-index: 30; min-width: 150px; padding: 12px 18px; display: grid; gap: 2px; border: 1px solid rgba(118,151,133,.38); border-radius: 12px; color: var(--ink); background: rgba(249,252,249,.92); box-shadow: 0 16px 50px rgba(28,46,37,.18); backdrop-filter: blur(14px); pointer-events: none; animation: scope-label .9s ease both; }
.scope-indicator span { color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.scope-indicator strong { font-size: 15px; }
@keyframes scope-narrow { 0% { opacity: .55; transform: scaleX(1.035) scaleY(.985); filter: blur(2px); } 55% { opacity: 1; transform: scaleX(.992) scaleY(1.006); filter: blur(0); } 100% { transform: none; } }
@keyframes scope-label { 0% { opacity: 0; transform: translate(-50%,-42%) scale(1.08); } 24% { opacity: 1; transform: translate(-50%,-50%) scale(1); } 72% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%,-58%) scale(.97); } }
.drop-zone { margin: 22px 24px; min-height: 120px; display: grid; place-content: center; gap: 5px; border: 1.5px dashed #a8b8af; border-radius: 14px; text-align: center; background: #f1f5f1; }
.drop-zone.drag { border-color: var(--green); background: #e7f1eb; }.drop-zone span { color: var(--muted); font-size: 12px; }
.import-workspace { min-height: 260px; display: flex; flex-direction: column; overflow: hidden; }
.import-toolbar { padding: 0 24px 12px; display: flex; align-items: center; gap: 18px; }.week-nav.compact select { min-width: 180px; padding: 7px; border: 1px solid var(--line); border-radius: 8px; background: white; }.week-nav.compact .icon-button { width: 34px; height: 34px; }.check-all { margin-left: auto; }
.import-list { padding: 0 24px 20px; overflow: auto; display: grid; gap: 8px; }
.import-row { display: grid; grid-template-columns: 28px 54px minmax(90px,130px) minmax(160px,1fr) 90px minmax(180px,1.2fr); gap: 10px; align-items: center; padding: 10px; border: 1px solid var(--line); border-radius: 11px; background: white; transition: opacity .16s ease, border-color .16s ease, background .16s ease, box-shadow .16s ease; }
.import-row.selected { border-color: #8fb5a1; background: #edf6f0; box-shadow: inset 3px 0 0 var(--green); }
.import-row:not(.selected) { opacity: .58; background: #f8f9f8; }
.import-row.selected strong { color: #174d39; }
.self-edit-badge { display: inline-flex; margin-left: 6px; padding: 2px 5px; border-radius: 5px; color: #fff; background: var(--green); font-size: 9px; font-weight: 800; line-height: 1.2; vertical-align: middle; }
.category-badge { display: inline-flex; margin: 4px 0 0 6px; padding: 2px 5px; border-radius: 5px; font-size: 9px; font-weight: 800; line-height: 1.2; vertical-align: middle; }
.import-row .number { color: var(--muted); text-align: center; }.import-row .small-thumb { width: 58px; height: 46px; object-fit: cover; border-radius: 6px; background: #edf0ed; }.import-row .reference { color: var(--muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.player-dialog { width: min(920px, calc(100vw - 24px)); }.player-dialog video { width: 100%; max-height: calc(100vh - 130px); background: #080b09; }
.toast-stack { position: fixed; right: 20px; bottom: 20px; z-index: 20; display: grid; gap: 8px; }
.toast { max-width: 330px; padding: 12px 15px; border-radius: 10px; color: white; background: #26312c; box-shadow: var(--shadow); animation: toast-in .2s ease; }.toast.error { background: var(--red); }
.update-notice { position: fixed; left: 50%; bottom: 22px; z-index: 25; min-width: min(440px,calc(100vw - 28px)); padding: 12px 12px 12px 16px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border: 1px solid #b8ccc0; border-radius: 14px; background: rgba(250,252,250,.96); box-shadow: 0 18px 60px rgba(25,50,37,.2); backdrop-filter: blur(16px); transform: translateX(-50%); }
.update-notice div { display: grid; }.update-notice strong { font-size: 13px; }.update-notice span { color: var(--muted); font-size: 11px; }
@keyframes toast-in { from { opacity: 0; transform: translateY(8px); } }
@media (prefers-reduced-motion: reduce) { .add-project::before, .data-menu, .pending-image, .image-queue-status.busy::before { animation: none; } }
@media (max-width: 760px) {
  .title-line { align-items: flex-start; flex-direction: column; gap: 10px; }
  .topbar { align-items: flex-start; flex-direction: column; padding: 22px 18px; }.top-actions { width: 100%; flex-wrap: wrap; }.save-state { margin-right: auto; }.add-project::after { right: auto; left: calc(100% + 10px); transform: translate(-5px,-50%); }.add-project:hover::after, .add-project:focus-visible::after { transform: translate(0,-50%); }.overview { align-items: flex-start; flex-direction: column; }.week-nav { flex-wrap: wrap; }.metrics { width: 100%; margin: 0; }.metric:first-child { border-left: 0; }.batch-bar { align-items: flex-start; flex-wrap: wrap; }.batch-bar > div { width: 100%; margin-left: 0; }.batch-bar .button { flex: 1; }.import-row { grid-template-columns: 24px 50px 1fr; }.import-row > :nth-child(n+4) { grid-column: 3; }.import-toolbar { align-items: flex-start; flex-direction: column; }.check-all { margin-left: 0; }.dialog-foot { align-items: flex-start; flex-direction: column; }.dialog-foot > div { width: 100%; }.dialog-foot .button { flex: 1; }
}
