/* Independent AHU quick-inspection module. Existing UV-C dashboard styles remain untouched. */
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.dashboard-selector {
  min-height: 100vh;
  padding: 40px 24px;
  color: #eaf5ff;
  background: radial-gradient(circle at 10% 5%, #1e568b 0, transparent 32%), radial-gradient(circle at 90% 90%, #0e766c 0, transparent 30%), #08192d;
  box-sizing: border-box;
}
.dashboard-selector__inner { width: min(980px, 100%); margin: 0 auto; padding-top: min(12vh, 110px); }
.dashboard-selector__brand { display: inline-flex; align-items: center; gap: 10px; font-size: 16px; letter-spacing: .12em; }
.dashboard-selector__brand span { display: inline-grid; place-items: center; width: 34px; height: 34px; color: #05223e; background: #7de3d2; border-radius: 10px; font-weight: 900; }
.dashboard-selector__eyebrow, .ahu-eyebrow { margin: 35px 0 8px; color: #73dbc9; font-size: 12px; letter-spacing: .13em; font-weight: 800; }
.dashboard-selector h1 { margin: 0; font-size: clamp(30px, 5vw, 50px); letter-spacing: -.045em; }
.dashboard-selector__description { max-width: 650px; margin: 16px 0 34px; color: #b9c9db; line-height: 1.7; }
.dashboard-selector__cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.dashboard-choice { appearance: none; min-height: 255px; padding: 30px; text-align: left; color: inherit; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .14); border-radius: 18px; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.dashboard-choice:hover, .dashboard-choice:focus-visible { transform: translateY(-4px); background: rgba(255, 255, 255, .12); border-color: #79dfcd; outline: none; }
.dashboard-choice--inspection { background: linear-gradient(145deg, rgba(24, 165, 142, .34), rgba(19, 79, 115, .28)); }
.dashboard-choice__icon { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 28px; border-radius: 14px; font-size: 24px; font-weight: 900; color: #06293a; background: #90e7d7; }
.dashboard-choice--existing .dashboard-choice__icon { color: #113655; background: #b9d8ff; }
.dashboard-choice__label, .dashboard-choice__desc, .dashboard-choice__action { display: block; }
.dashboard-choice__label { font-size: 21px; font-weight: 800; letter-spacing: -.035em; }
.dashboard-choice__desc { margin-top: 10px; color: #b6c9d9; line-height: 1.55; font-size: 14px; }
.dashboard-choice__action { margin-top: 24px; color: #84e6d5; font-weight: 800; font-size: 14px; }
.dashboard-selector__logout { margin-top: 25px; padding: 8px 0; color: #c2d1df; background: transparent; border: 0; border-bottom: 1px solid #8295a8; cursor: pointer; }

.ahu-inspection-shell { min-height: 100vh; color: #162133; background: #f3f7fb; }
.ahu-topbar { display: flex; justify-content: space-between; gap: 28px; padding: 28px clamp(20px, 4vw, 64px); color: #ecf6ff; background: linear-gradient(120deg, #09263d, #0c4960); }
.ahu-topbar h1 { margin: 4px 0 4px; font-size: clamp(26px, 3.2vw, 36px); letter-spacing: -.05em; }
.ahu-topbar p { margin: 0; color: #bdd3df; font-size: 14px; }
.ahu-topbar .ahu-eyebrow { margin: 15px 0 5px; color: #80ddcf; }
.ahu-back-button { padding: 0; color: #bcd5e8; font: inherit; font-size: 13px; border: 0; background: transparent; cursor: pointer; }
.ahu-topbar__actions { display: flex; flex-wrap: wrap; align-content: flex-start; justify-content: flex-end; gap: 8px; padding-top: 5px; }
.ahu-top-site-trigger { display: inline-flex; align-items: center; gap: 8px; min-height: 38px; padding: 7px 11px; color: #e5f4ff; border: 1px solid rgba(255,255,255,.24); border-radius: 9px; background: rgba(255,255,255,.1); font: inherit; cursor: pointer; }.ahu-top-site-trigger span { color: #bcd8e9; font-size: 11px; font-weight: 800; }.ahu-top-site-trigger strong { max-width: 150px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }.ahu-top-site-trigger i { color: #8ee7d7; font-size: 15px; font-style: normal; }.ahu-top-site-trigger:hover { background: rgba(255,255,255,.18); }
.ahu-top-site-selector { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 7px; color: #bcd8e9; font-size: 11px; font-weight: 800; }.ahu-top-site-selector__buttons { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }.ahu-top-site-selector__button { min-height: 38px; padding: 8px 11px; color: #e5f4ff; border: 1px solid rgba(255,255,255,.24); border-radius: 9px; background: rgba(255,255,255,.1); font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }.ahu-top-site-selector__button:hover { background: rgba(255,255,255,.18); }.ahu-top-site-selector__button.is-active { color: #073744; border-color: #78dfcd; background: #78dfcd; }
.ahu-button { min-height: 38px; padding: 8px 13px; border: 1px solid transparent; border-radius: 9px; font: inherit; font-size: 13px; font-weight: 750; cursor: pointer; }
.ahu-button--primary { color: #073744; background: #78dfcd; }
.ahu-button--primary:hover { background: #a0eddf; }
.ahu-button--danger { margin-right: auto; color: #a72e39; border-color: #f0bdc2; background: #fff5f5; }
.ahu-button--danger:hover { background: #fde7e8; }
.ahu-button--soft { color: #1d405a; background: #fff; border-color: #cfdeea; }
.ahu-topbar .ahu-button--soft { color: #e5f4ff; background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.24); }
.ahu-button--text { color: #c5d9e7; background: transparent; border-color: transparent; }
.ahu-main { width: min(1440px, 100%); margin: 0 auto; padding: 28px clamp(18px, 4vw, 64px) 60px; box-sizing: border-box; }
.ahu-summary-grid { display: grid; grid-template-columns: 1.05fr 1.35fr repeat(3, 1fr); gap: 14px; }
.ahu-summary-card { position: relative; min-height: 112px; padding: 19px; overflow: hidden; background: #fff; border: 1px solid #e0eaf1; border-radius: 14px; box-shadow: 0 9px 22px rgba(25, 69, 94, .05); box-sizing: border-box; }
.ahu-summary-card span, .ahu-summary-card small { display: block; color: #607386; font-size: 12px; font-weight: 700; }
.ahu-summary-card strong { display: block; margin: 6px 0 3px; font-size: 31px; letter-spacing: -.05em; }
.ahu-summary-card--normal { border-top: 4px solid #22a174; }.ahu-summary-card--normal strong { color: #16825b; }
.ahu-summary-card--warning { border-top: 4px solid #eea640; }.ahu-summary-card--warning strong { color: #b66e12; }
.ahu-summary-card--abnormal { border-top: 4px solid #e45e60; }.ahu-summary-card--abnormal strong { color: #b52e38; }
.ahu-summary-card--progress { border-top: 4px solid #2587b9; }
.ahu-progress { height: 6px; margin-top: 12px; overflow: hidden; background: #e7eef4; border-radius: 5px; }.ahu-progress i { display: block; height: 100%; width: 0; background: #2e9fc2; border-radius: inherit; transition: width .25s ease; }
.ahu-tree-panel { margin-top: 22px; padding: clamp(16px, 2.3vw, 25px); background: #fff; border: 1px solid #dfe9f0; border-radius: 16px; box-shadow: 0 10px 24px rgba(25, 69, 94, .05); }
.ahu-tree-panel__head { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 17px; }.ahu-tree-panel__head .ahu-eyebrow { margin: 0 0 5px; color: #25877a; }.ahu-tree-panel__head h2 { margin: 0; font-size: 19px; letter-spacing: -.04em; }.ahu-tree-panel__head p:not(.ahu-eyebrow) { margin: 5px 0 0; color: #708293; font-size: 13px; }.ahu-tree-all { min-height: 36px; padding: 7px 11px; color: #1e6684; border: 1px solid #c8dce7; border-radius: 8px; background: #fff; font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }.ahu-tree-all:hover { background: #f3fafc; }
.ahu-site-selector { display: grid; gap: 5px; flex: 0 0 auto; color: #527086; font-size: 11px; font-weight: 800; }.ahu-site-selector__buttons { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; max-width: 440px; }.ahu-site-selector__button { min-height: 36px; padding: 7px 11px; color: #1e6684; border: 1px solid #c8dce7; border-radius: 8px; background: #fff; font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }.ahu-site-selector__button:hover { background: #f3fafc; }.ahu-site-selector__button.is-active { color: #075f59; border-color: #9bdacd; background: #dff5ef; }
.ahu-site-picker-trigger { min-height: 36px; padding: 7px 11px; color: #1e6684; border: 1px solid #c8dce7; border-radius: 8px; background: #fff; font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }.ahu-site-picker-trigger:hover { background: #f3fafc; }.ahu-site-picker-buttons { display: flex; flex-wrap: wrap; gap: 9px; }.ahu-site-picker-button { min-height: 42px; padding: 9px 14px; color: #1e6684; border: 1px solid #c8dce7; border-radius: 9px; background: #fff; font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; }.ahu-site-picker-button:hover { background: #f3fafc; }.ahu-site-picker-button.is-active { color: #075f59; border-color: #9bdacd; background: #dff5ef; }
.ahu-site-tree { display: grid; grid-template-columns: repeat(auto-fit, minmax(255px, 1fr)); gap: 12px; }.ahu-tree-site { overflow: hidden; border: 1px solid #d9e7ed; border-radius: 11px; background: #fbfdfe; }.ahu-tree-node { width: 100%; padding: 10px 12px; color: #25465c; text-align: left; border: 0; background: transparent; font: inherit; cursor: pointer; }.ahu-tree-node:hover { background: #eef8f7; }.ahu-tree-node.is-active { color: #075f59; background: #dff5ef; }.ahu-tree-node__top { display: flex; align-items: center; justify-content: space-between; gap: 8px; }.ahu-tree-node__label { display: flex; align-items: center; gap: 7px; min-width: 0; font-weight: 800; }.ahu-tree-node__label i { display: grid; flex: 0 0 auto; place-items: center; width: 20px; height: 20px; color: #168574; border-radius: 6px; background: #d8f1eb; font-size: 12px; font-style: normal; }.ahu-tree-node__label b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.ahu-tree-node__count { flex: 0 0 auto; padding: 3px 7px; color: #527083; border-radius: 999px; background: #e8f0f4; font-size: 11px; font-weight: 800; }.ahu-tree-buildings { position: relative; padding: 4px 8px 9px 25px; }.ahu-tree-buildings::before { content: ''; position: absolute; top: 0; bottom: 13px; left: 22px; width: 1px; background: #cce0e6; }.ahu-tree-building { position: relative; margin-top: 4px; }.ahu-tree-building::before { content: ''; position: absolute; top: 18px; left: -3px; width: 14px; height: 1px; background: #cce0e6; }.ahu-tree-node--building { padding: 7px 9px; font-size: 12px; }.ahu-tree-node--building .ahu-tree-node__label i { color: #4c85a4; background: #e1eff8; }.ahu-tree-locations { margin: 0 0 0 13px; padding: 0 0 2px 8px; border-left: 1px dashed #d4e2e8; }.ahu-tree-node--location { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 6px 8px; color: #60798b; font-size: 12px; }.ahu-tree-node--location .ahu-tree-node__label { font-weight: 650; }.ahu-tree-node--location .ahu-tree-node__label i { width: 16px; height: 16px; color: #b47915; border-radius: 50%; background: #fff0d7; font-size: 10px; }.ahu-tree-node--location .ahu-tree-node__count { font-size: 10px; }.ahu-tree-empty { padding: 23px 12px; color: #718695; text-align: center; border: 1px dashed #d3e1e8; border-radius: 10px; }.ahu-tree-empty span { display: grid; place-items: center; width: 30px; height: 30px; margin: 0 auto 7px; color: #138676; background: #e1f5ef; border-radius: 8px; font-weight: 900; }.ahu-tree-empty strong { display: block; color: #496477; font-size: 13px; }.ahu-tree-empty p { margin: 5px 0 0; font-size: 12px; }
.ahu-list-panel { margin-top: 22px; padding: clamp(16px, 2.3vw, 28px); background: #fff; border: 1px solid #dfe9f0; border-radius: 16px; box-shadow: 0 10px 24px rgba(25, 69, 94, .05); }
.ahu-panel-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }.ahu-panel-head .ahu-eyebrow { margin: 0 0 5px; color: #228779; }.ahu-panel-head h2 { margin: 0; font-size: 22px; letter-spacing: -.04em; }.ahu-panel-head p:not(.ahu-eyebrow) { margin: 6px 0 0; color: #708293; font-size: 13px; }
.ahu-filter-row { display: flex; flex-wrap: wrap; gap: 8px; }.ahu-filter-row input, .ahu-filter-row select { min-height: 40px; padding: 0 12px; color: #213a51; background: #f9fbfd; border: 1px solid #cfdee8; border-radius: 8px; font: inherit; font-size: 13px; }.ahu-filter-row input { width: min(250px, 42vw); }
.ahu-table-wrap { overflow-x: auto; }.ahu-equipment-table { width: 100%; min-width: 830px; border-collapse: collapse; font-size: 13px; }.ahu-equipment-table th { padding: 11px 10px; color: #668092; text-align: left; font-size: 11px; letter-spacing: .04em; border-bottom: 1px solid #dce7ee; }.ahu-equipment-table td { padding: 14px 10px; vertical-align: middle; border-bottom: 1px solid #edf2f5; }.ahu-equipment-table tr:last-child td { border-bottom: 0; }.ahu-equipment-table tr:hover td { background: #fbfdfe; }
.ahu-equipment-number { display: block; color: #172d40; font-weight: 800; }.ahu-equipment-place { display: block; margin-top: 4px; color: #728798; font-size: 12px; }.ahu-latest { color: #607688; font-size: 12px; }.ahu-latest strong { color: #304a60; }
.ahu-badge { display: inline-flex; align-items: center; min-height: 24px; padding: 0 9px; border-radius: 999px; font-size: 12px; font-weight: 800; white-space: nowrap; }.ahu-badge--normal { color: #087153; background: #e2f6ec; }.ahu-badge--warning { color: #a46008; background: #fff1d9; }.ahu-badge--abnormal { color: #ad2832; background: #fde8e9; }.ahu-badge--uninspected { color: #63798c; background: #eaf0f4; }
.ahu-row-actions { display: flex; gap: 6px; }.ahu-row-button { padding: 7px 9px; color: #205775; border: 1px solid #cbdde7; border-radius: 7px; background: #fff; font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }.ahu-row-button--inspect { color: #075f58; background: #dff6ef; border-color: #bee9dc; }.ahu-row-button--delete { color: #a72e39; border-color: #efbec3; background: #fff7f7; }.ahu-row-button:hover { filter: brightness(.97); }
.ahu-empty { padding: 60px 18px; text-align: center; color: #637a8c; }.ahu-empty strong { display: block; color: #2b465a; font-size: 16px; }.ahu-empty p { margin: 8px 0 0; font-size: 13px; }.ahu-mobile-progress { display: none; }

.ahu-dialog { width: min(720px, calc(100% - 24px)); max-height: calc(100% - 24px); padding: 0; color: #172c3e; border: 0; border-radius: 16px; box-shadow: 0 24px 70px rgba(4, 21, 34, .35); }.ahu-dialog::backdrop { background: rgba(5, 20, 31, .6); }.ahu-dialog__box { padding: 24px; background: #fff; }.ahu-dialog__box--wide { width: min(980px, 100%); box-sizing: border-box; }.ahu-dialog__head { display: flex; align-items: start; justify-content: space-between; gap: 20px; margin-bottom: 19px; }.ahu-dialog__head .ahu-eyebrow { margin: 0 0 5px; color: #26877c; }.ahu-dialog__head h2 { margin: 0; font-size: 23px; letter-spacing: -.04em; }.ahu-equipment-context { margin: 6px 0 0; color: #657c8d; font-size: 13px; }.ahu-icon-button { width: 32px; height: 32px; color: #507086; border: 1px solid #d6e2e9; border-radius: 8px; background: #fff; font: inherit; font-size: 21px; cursor: pointer; }
.ahu-worker-form { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto; gap: 12px; align-items: end; padding: 15px; border: 1px solid #d7e5ec; border-radius: 11px; background: #f7fbfd; }.ahu-worker-form label { display: grid; gap: 6px; color: #334e62; font-size: 13px; font-weight: 750; }.ahu-worker-form input:not([type=checkbox]) { min-height: 40px; padding: 8px 10px; color: #183448; border: 1px solid #cfdde6; border-radius: 8px; background: #fff; box-sizing: border-box; font: inherit; }.ahu-worker-form .ahu-worker-active { display: flex; align-items: center; min-height: 40px; white-space: nowrap; }.ahu-worker-form small { grid-column: 1 / -1; color: #728697; font-size: 12px; }.ahu-worker-form .ahu-dialog__actions { grid-column: 1 / -1; margin-top: 0; }.ahu-worker-list { display: grid; gap: 8px; margin-top: 14px; }.ahu-worker-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 12px 13px; border: 1px solid #dce7ed; border-radius: 10px; background: #fff; }.ahu-worker-row strong { display: block; color: #203b50; font-size: 14px; }.ahu-worker-row small { display: block; margin-top: 3px; color: #718697; font-size: 11px; }.ahu-worker-row__actions { display: flex; gap: 7px; }.ahu-worker-row__actions button { min-height: 33px; padding: 6px 9px; color: #1f6581; border: 1px solid #c8dce7; border-radius: 7px; background: #fff; font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }.ahu-worker-row__actions button:last-child { color: #8b5b16; border-color: #f1d5a6; background: #fffaf1; }.ahu-worker-row.is-inactive { opacity: .65; }.ahu-worker-row.is-inactive strong::after { content: '비활성'; display: inline-block; margin-left: 7px; padding: 2px 6px; color: #7f5b1e; border-radius: 999px; background: #fff1d8; font-size: 10px; vertical-align: middle; }
.ahu-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }.ahu-form-grid > label { display: grid; gap: 6px; color: #334e62; font-size: 13px; font-weight: 750; }.ahu-form-grid input:not([type=radio]), .ahu-form-grid select, .ahu-form-grid textarea { width: 100%; min-height: 41px; padding: 8px 10px; color: #183448; border: 1px solid #cfdde6; border-radius: 8px; box-sizing: border-box; background: #fff; font: inherit; font-size: 14px; }.ahu-form-grid textarea { min-height: 92px; resize: vertical; }.ahu-form-grid small { color: #7b8d9b; font-weight: 500; font-size: 11px; }.ahu-form-grid fieldset { min-width: 0; margin: 0; padding: 10px; border: 1px solid #d4e1e8; border-radius: 8px; }.ahu-form-grid legend { padding: 0 4px; color: #334e62; font-size: 13px; font-weight: 750; }.ahu-form-grid fieldset label { display: inline-flex; align-items: center; gap: 4px; margin: 3px 10px 3px 0; color: #476377; font-size: 13px; }.ahu-form-grid--inspection { grid-template-columns: repeat(3, minmax(0, 1fr)); }.ahu-field-full { grid-column: 1 / -1; }.ahu-dialog__actions { display: flex; justify-content: end; gap: 8px; margin-top: 24px; }
.ahu-detail-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }.ahu-detail-item { padding: 11px; background: #f5f9fb; border-radius: 9px; }.ahu-detail-item span { display: block; color: #6d8393; font-size: 11px; font-weight: 750; }.ahu-detail-item strong { display: block; margin-top: 5px; color: #203b50; font-size: 14px; word-break: break-word; }.ahu-detail-item--wide { grid-column: 1 / -1; }.ahu-detail-images { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 15px; }.ahu-detail-image { overflow: hidden; border: 1px solid #d8e5ec; border-radius: 10px; }.ahu-detail-image span { display: block; padding: 9px 11px; color: #496478; background: #f5fafc; font-size: 12px; font-weight: 800; }.ahu-detail-image img { display: block; width: 100%; max-height: 320px; object-fit: contain; background: #152632; }.ahu-detail-history { margin-top: 22px; }.ahu-detail-history h3 { margin: 0 0 9px; font-size: 15px; }.ahu-history-row { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-top: 1px solid #e6edf1; font-size: 13px; }.ahu-history-row time { color: #687f90; }.ahu-history-row button { margin-left: 8px; color: #236c84; border: 0; background: transparent; font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
.ahu-trash-list { display: grid; gap: 9px; }.ahu-trash-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 13px; border: 1px solid #dbe6ec; border-radius: 10px; background: #f9fbfc; }.ahu-trash-row strong { display: block; color: #27465c; font-size: 14px; }.ahu-trash-row span { display: block; margin-top: 4px; color: #728797; font-size: 12px; }.ahu-trash-row__actions { display: flex; align-items: center; gap: 9px; white-space: nowrap; }.ahu-trash-row time { color: #8a5a24; font-size: 11px; }.ahu-restore-button { min-height: 34px; padding: 7px 10px; color: #075e57; border: 1px solid #bde5da; border-radius: 8px; background: #e0f5ef; font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }

@media (max-width: 900px) { .ahu-summary-grid { grid-template-columns: repeat(3, 1fr); }.ahu-summary-card--progress { grid-column: span 2; }.ahu-form-grid--inspection { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 680px) { .dashboard-selector { padding: 28px 18px; }.dashboard-selector__inner { padding-top: 4vh; }.dashboard-selector__cards { grid-template-columns: 1fr; }.dashboard-choice { min-height: 205px; padding: 23px; }.dashboard-choice__icon { margin-bottom: 18px; }.ahu-topbar { display: block; padding: 20px 18px; }.ahu-topbar__actions { justify-content: flex-start; margin-top: 18px; }.ahu-topbar__actions .ahu-button--text { margin-left: auto; }.ahu-main { padding: 16px 12px 40px; }.ahu-summary-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }.ahu-summary-card { min-height: 94px; padding: 13px; }.ahu-summary-card strong { font-size: 26px; }.ahu-summary-card--progress { grid-column: span 2; }.ahu-tree-panel { margin-top: 14px; padding: 14px; border-radius: 12px; }.ahu-tree-panel__head { display: block; }.ahu-tree-all { margin-top: 11px; }.ahu-site-tree { grid-template-columns: 1fr; }.ahu-list-panel { margin-top: 14px; padding: 14px; border-radius: 12px; }.ahu-panel-head { display: block; margin-bottom: 14px; }.ahu-panel-head h2 { font-size: 19px; }.ahu-filter-row { margin-top: 14px; }.ahu-filter-row input, .ahu-filter-row select { flex: 1 1 140px; width: auto; }.ahu-table-wrap { overflow: visible; }.ahu-equipment-table { min-width: 0; }.ahu-equipment-table thead { display: none; }.ahu-equipment-table, .ahu-equipment-table tbody, .ahu-equipment-table tr, .ahu-equipment-table td { display: block; width: 100%; box-sizing: border-box; }.ahu-equipment-table tr { padding: 12px 0; border-bottom: 1px solid #dfe9ee; }.ahu-equipment-table tr:last-child { border-bottom: 0; }.ahu-equipment-table td { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 5px 0; border: 0; }.ahu-equipment-table td:first-child { display: block; padding-bottom: 9px; }.ahu-equipment-table td::before { content: attr(data-label); color: #738898; font-size: 11px; font-weight: 800; }.ahu-equipment-table td:first-child::before { display: none; }.ahu-row-actions { width: 100%; }.ahu-row-button { flex: 1; }.ahu-form-grid, .ahu-form-grid--inspection { grid-template-columns: 1fr; }.ahu-dialog { width: calc(100% - 16px); }.ahu-dialog__box { padding: 18px; }.ahu-detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr); }.ahu-detail-images { grid-template-columns: 1fr; }.ahu-detail-history { font-size: 12px; }.ahu-trash-row { display: block; }.ahu-trash-row__actions { justify-content: space-between; margin-top: 10px; }.ahu-worker-form { grid-template-columns: 1fr; }.ahu-worker-form .ahu-worker-active { min-height: 30px; }.ahu-worker-row { align-items: start; flex-direction: column; }.ahu-worker-row__actions { width: 100%; }.ahu-worker-row__actions button { flex: 1; } }
@media print { body > * { display: none !important; } .ahu-print-document { display: block !important; } }
@media (max-width: 680px) { .ahu-detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
