:root {
    --bg: #09111f;
    --bg-strong: #060c18;
    --surface: rgba(16, 24, 42, 0.92);
    --surface-soft: rgba(255, 255, 255, 0.05);
    --line: rgba(255, 255, 255, 0.08);
    --line-strong: rgba(255, 255, 255, 0.14);
    --text: #eef3ff;
    --muted: #97a6c4;
    --accent: #ff7a2f;
    --accent-strong: #ffae79;
    --accent-soft: rgba(255, 122, 47, 0.16);
    --ok: #4dd08c;
    --warn: #ff7c7c;
    --shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
    --radius-xl: 28px;
    --radius-lg: 20px;
    --radius-md: 16px;
    --content: 1880px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    color: var(--text);
    font-family: "Segoe UI", Tahoma, sans-serif;
    background:
        radial-gradient(circle at top left, rgba(255, 122, 47, 0.18), transparent 24%),
        radial-gradient(circle at top right, rgba(59, 112, 255, 0.14), transparent 26%),
        linear-gradient(180deg, #0b1324 0%, #08101d 100%);
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 85%);
    pointer-events: none;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
}

button,
h1,
h2,
h3,
strong,
summary {
    font-family: "Trebuchet MS", "Segoe UI", sans-serif;
}

.page-shell {
    position: relative;
    z-index: 1;
    width: min(calc(100% - 24px), var(--content));
    margin: 0 auto;
    padding: 20px 0 40px;
}

.topbar {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 20px;
}

.topbar__title h1,
h2 {
    margin: 0;
}

.topbar__title h1 {
    font-size: clamp(2.2rem, 3vw, 3.2rem);
}

.section-label {
    margin: 0 0 12px;
    color: var(--accent-strong);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 12px;
    font-weight: 700;
}

.panel-copy,
.field-stack span,
.metric-box span,
.crop-panel__head span,
.empty-state p,
.ownership-item p,
.ownership-item small,
.egdsk-image-card small,
.egdsk-wide-table small {
    color: var(--muted);
}

.topbar__nav {
    display: inline-flex;
    flex: 1;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 10px;
    padding: 8px;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: rgba(10, 18, 32, 0.8);
    backdrop-filter: blur(16px);
}

.patrol-panel,.patrol-journal{margin-bottom:20px}.patrol-upload-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.patrol-upload{display:grid;gap:6px;padding:26px;border:2px dashed var(--line);border-radius:22px;background:var(--panel-soft);cursor:pointer}.patrol-upload--group{border-style:solid;border-color:rgba(255,122,47,.42);background:var(--accent-soft)}.patrol-upload input{position:absolute;opacity:0;pointer-events:none}.patrol-upload strong{font-size:1.2rem}.patrol-upload span,.patrol-feedback{color:var(--muted)}.patrol-metrics{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0}.patrol-metrics span{padding:10px 14px;border:1px solid var(--line);border-radius:14px}.patrol-journal__head{display:flex;justify-content:space-between;gap:16px}.patrol-table{min-width:1500px}
.patrol-sort{padding:0;border:0;background:none;color:inherit;font:inherit;font-weight:inherit;cursor:pointer;text-align:left}
.smart-search{margin-bottom:20px}.smart-search__form{display:grid;grid-template-columns:minmax(320px,1fr) minmax(250px,auto) auto;gap:14px;align-items:stretch}.smart-search__input{min-height:64px;padding:18px 20px;font-size:1.05rem}.smart-search__form .button{min-height:64px}.smart-photo{position:relative;overflow:hidden;gap:9px;white-space:nowrap}.smart-photo input{position:absolute;inset:0;opacity:0;cursor:pointer}.smart-photo--accent{border:2px solid rgba(255,178,126,.85);color:#1f1207;background:linear-gradient(90deg,#ff7a2f,#ffb37e);box-shadow:0 16px 34px rgba(255,122,47,.3)}.smart-photo--accent:hover{transform:translateY(-1px);box-shadow:0 19px 40px rgba(255,122,47,.38)}.smart-result{margin-bottom:20px}.smart-result--warning{border-color:#d69a42}.smart-database-status{font-size:1.15rem;font-weight:700;color:var(--accent)}.smart-summary{margin:18px 0}.ownership-item--link{display:grid;gap:6px;color:inherit;text-decoration:none;transition:.2s ease}.ownership-item--link:hover{border-color:rgba(255,122,47,.55);background:var(--accent-soft);transform:translateY(-2px)}.smart-result-link{color:#b9ffd9;text-decoration:underline;text-decoration-color:rgba(185,255,217,.45);text-underline-offset:3px}.smart-result-link:hover{color:#fff;text-decoration-color:var(--accent)}
.smart-violations>summary{display:inline-flex;align-items:center;gap:6px;color:#ffbd91;text-decoration:underline;text-underline-offset:3px;cursor:pointer;list-style:none;font-weight:800}.smart-violations>summary::-webkit-details-marker{display:none}.smart-violations[open]>summary{color:#fff}.smart-violations__list{width:min(390px,72vw);max-height:360px;margin-top:8px;overflow:auto;padding:8px;border:1px solid var(--line-strong);border-radius:14px;background:#0b1425;box-shadow:0 14px 34px rgba(0,0,0,.34)}.smart-violations__list a,.smart-violations__list>span{display:grid;grid-template-columns:1fr auto;gap:4px 12px;padding:10px;border-radius:10px;color:var(--text);text-decoration:none}.smart-violations__list a:hover{background:var(--accent-soft)}.smart-violations__list time{color:var(--muted);white-space:nowrap}.smart-violations__list strong{color:#b9ffd9;white-space:nowrap}.smart-violations__list small{grid-column:1/-1;color:var(--accent)}.smart-violations__list p{margin:8px;color:var(--muted);font-size:.8rem}
.smart-candidates{margin:20px 0;padding:18px;border:1px solid var(--line);border-radius:var(--radius-md);background:rgba(255,255,255,.035)}.smart-candidates h3{margin:0}.smart-candidates__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:10px;margin-top:14px}.smart-candidates__grid a{display:grid;gap:4px;padding:14px;border:1px solid var(--line);border-radius:14px;background:rgba(7,13,24,.7);color:var(--text);text-decoration:none;transition:.2s ease}.smart-candidates__grid a:hover{border-color:rgba(255,122,47,.55);background:var(--accent-soft);transform:translateY(-1px)}.smart-candidates__grid strong{font-size:1.2rem;color:#b9ffd9}.smart-candidates__grid span,.smart-candidates__grid small{color:var(--muted)}

.nav-link {
    padding: 12px 16px;
    border-radius: 999px;
    text-decoration: none;
    color: var(--muted);
    transition: 0.2s ease;
}

.nav-link:hover,
.nav-link.is-active {
    background: var(--accent-soft);
    color: var(--text);
}

.surface-card,
.notice {
    margin-top: 20px;
    padding: 28px;
    border-radius: var(--radius-xl);
    border: 1px solid var(--line);
    background: linear-gradient(180deg, rgba(18, 28, 49, 0.94), rgba(10, 18, 32, 0.9));
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
}

.login-card {
    max-width: 560px;
    margin-inline: auto;
}

.surface-card--results {
    padding-top: 24px;
}

.panel-head {
    display: grid;
    gap: 8px;
}

.panel-head--compact {
    margin-bottom: 18px;
}

.panel-copy {
    margin: 0;
    line-height: 1.7;
    max-width: 78ch;
}

.manual-layout,
.result-panel,
.ownership-card,
.admin-grid {
    display: grid;
    gap: 18px;
}

.admin-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
}

.admin-grid > :last-child {
    grid-column: 1 / -1;
}

.sync-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 16px;
    padding: 12px 16px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: rgba(10, 18, 32, 0.72);
}

.sync-banner__main {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.sync-banner__main strong {
    text-transform: capitalize;
    white-space: nowrap;
}

.sync-banner__main .panel-copy {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sync-banner__time {
    flex: none;
    color: var(--muted);
    font-size: 0.9rem;
}

.status-dot {
    width: 9px;
    height: 9px;
    flex: none;
    border-radius: 50%;
    background: var(--muted);
    box-shadow: 0 0 0 4px rgba(151, 166, 196, 0.12);
}

.status-dot.is-active {
    background: var(--ok);
    box-shadow: 0 0 0 4px rgba(77, 208, 140, 0.14);
}

.upload-form {
    display: grid;
    gap: 18px;
    margin-top: 20px;
}

.form-grid {
    display: grid;
    gap: 16px;
}

.form-grid--two,
.form-grid--dates,
.form-grid--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.form-grid--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.form-grid--event-view {
    grid-template-columns: repeat(2, minmax(210px, 1fr));
    align-items: end;
}

.form-grid--summary {
    margin-top: 20px;
}

.field-stack {
    display: grid;
    gap: 8px;
}

.text-input,
.table-filter {
    width: 100%;
    min-height: 52px;
    padding: 14px 16px;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: rgba(7, 13, 24, 0.82);
    color: var(--text);
    font: inherit;
}

.filter-picker { position: relative; text-transform: none; letter-spacing: normal; }
.filter-picker > summary { min-height: 40px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 12px; background: rgba(7,13,24,.78); color: var(--text); cursor: pointer; list-style: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.filter-picker > summary::-webkit-details-marker { display: none; }
.filter-picker__popup { position: absolute; z-index: 30; top: calc(100% + 6px); left: 0; width: min(340px, 80vw); padding: 10px; border: 1px solid var(--line-strong); border-radius: 14px; background: #0b1425; box-shadow: 0 18px 45px rgba(0,0,0,.45); }
.filter-picker__popup > input { width: 100%; min-height: 38px; padding: 8px 10px; border: 1px solid var(--line); border-radius: 10px; background: #070d18; color: var(--text); }
.filter-picker__status { padding: 6px 2px 0; color: var(--muted); font-size: .72rem; line-height: 1.25; }
.filter-picker__popup > button { margin: 8px 0; padding: 6px 8px; border: 0; background: transparent; color: var(--accent); cursor: pointer; }
.filter-picker__options { max-height: 260px; overflow: auto; display: grid; gap: 3px; }
.filter-picker__options label { display: flex; align-items: flex-start; gap: 8px; padding: 7px; border-radius: 8px; color: var(--text); cursor: pointer; font-size: .84rem; }
.filter-picker__options label[hidden] { display: none !important; }
.filter-picker__options label:hover { background: rgba(255,255,255,.06); }
.filter-picker__options input { margin-top: 2px; }

.text-input:focus,
.table-filter:focus {
    outline: none;
    border-color: rgba(255, 122, 47, 0.45);
    box-shadow: 0 0 0 3px rgba(255, 122, 47, 0.12);
}

.dropzone,
.metric-box,
.crop-panel,
.media-card,
.egdsk-image-card,
.ownership-item,
.empty-state {
    border-radius: var(--radius-md);
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.05);
}

.dropzone {
    display: grid;
    gap: 8px;
    padding: 28px;
    border-style: dashed;
    cursor: pointer;
    transition: 0.2s ease;
}

.dropzone:hover,
.dropzone.is-active {
    border-color: rgba(255, 122, 47, 0.5);
    background: rgba(255, 122, 47, 0.08);
}

.dropzone input {
    display: none;
}

.dropzone__icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: var(--accent-soft);
    position: relative;
}

.dropzone__icon::before,
.dropzone__icon::after {
    content: "";
    position: absolute;
    inset: 50%;
    background: var(--accent-strong);
    transform: translate(-50%, -50%);
}

.dropzone__icon::before {
    width: 16px;
    height: 2px;
}

.dropzone__icon::after {
    width: 2px;
    height: 16px;
}

.dropzone__title {
    font-size: 1.45rem;
    font-weight: 700;
}

.dropzone__hint {
    color: var(--muted);
}

.metric-box,
.ownership-item,
.egdsk-image-card {
    padding: 16px 18px;
}

.metric-box {
    display: grid;
    gap: 8px;
}

.metric-box strong {
    font-size: 1.12rem;
    line-height: 1.45;
}

.admin-diagnostics {
    display: grid;
    gap: 18px;
}

.diagnostic-grid {
    margin-top: 0;
}

.log-panel {
    overflow: hidden;
    border-radius: var(--radius-md);
    border: 1px solid var(--line);
    background: rgba(5, 9, 18, 0.78);
}

.log-panel__head {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
    border-bottom: 1px solid var(--line);
}

.log-panel__head span {
    color: var(--muted);
}

.log-panel pre {
    min-height: 180px;
    max-height: 420px;
    margin: 0;
    padding: 16px;
    overflow: auto;
    color: #dbe7ff;
    white-space: pre-wrap;
    word-break: break-word;
    font: 0.9rem/1.55 Consolas, "Courier New", monospace;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s ease;
    font: inherit;
    font-weight: 700;
}

.button:disabled {
    opacity: 0.7;
    cursor: progress;
}

.button.is-disabled {
    opacity: 0.45;
    pointer-events: none;
}

.button--primary {
    color: #1f1207;
    background: linear-gradient(90deg, var(--accent), #ffb37e);
    box-shadow: 0 18px 36px rgba(255, 122, 47, 0.24);
}

.button--primary:hover {
    transform: translateY(-1px);
}

.button--ghost {
    border-color: var(--line-strong);
    background: rgba(255, 255, 255, 0.04);
    color: var(--text);
}

.button--ghost.is-active {
    border-color: rgba(255, 122, 47, 0.42);
    background: var(--accent-soft);
    color: var(--text);
}

.button--tiny {
    min-height: 40px;
    padding: 9px 14px;
    font-size: 0.92rem;
}

.crop-panel {
    padding: 18px;
    display: grid;
    gap: 16px;
}

.crop-panel__head {
    display: grid;
    gap: 6px;
}

.crop-stage {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    background: rgba(5, 9, 18, 0.65);
}

.crop-stage img {
    width: 100%;
    max-height: 420px;
    object-fit: contain;
}

#crop-box {
    display: none;
    position: absolute;
    border: 2px solid var(--accent-strong);
    background: rgba(255, 122, 47, 0.15);
    pointer-events: none;
}

.crop-panel__actions {
    display: flex;
    justify-content: flex-end;
}

.plate-card {
    display: inline-flex;
    width: fit-content;
    padding: 12px 18px;
    border-radius: 18px;
    border: 1px solid rgba(255, 122, 47, 0.35);
    background: rgba(255, 122, 47, 0.1);
}

.ownership-card h3 {
    margin: 0;
    font-size: 1.18rem;
}

.ownership-card p {
    margin: 0;
    line-height: 1.65;
}

.ownership-list {
    display: grid;
    gap: 12px;
}

.ownership-list--mobile {
    display: none;
}

.manual-new-scan {
    display: none;
}

.recognition-outcome {
    display: none;
}

.recognition-loading {
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 174, 121, 0.35);
    border-radius: 14px;
    background: rgba(255, 122, 47, 0.08);
    color: #ffd3b5;
}

.recognition-loading:not([hidden]) {
    display: flex;
}

.recognition-loading__spinner {
    width: 18px;
    height: 18px;
    flex: none;
    border: 2px solid rgba(255, 255, 255, 0.22);
    border-top-color: var(--accent-strong);
    border-radius: 50%;
    animation: recognition-spin 0.8s linear infinite;
}

@keyframes recognition-spin {
    to { transform: rotate(360deg); }
}

.manual-auto-hint {
    margin: 0;
    color: var(--muted);
    font-size: 0.9rem;
}

.ownership-item strong,
.egdsk-wide-table strong {
    display: block;
}

.media-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.media-card {
    overflow: hidden;
}

.media-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    background: rgba(5, 9, 18, 0.55);
}

.media-card figcaption {
    padding: 12px 14px 14px;
    color: var(--muted);
}

.empty-state {
    margin-top: 20px;
    padding: 30px 24px;
    text-align: center;
}

.empty-state p {
    margin: 0;
    font-size: 1.04rem;
}

.badge {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid var(--line-strong);
    background: rgba(255, 255, 255, 0.04);
}

.badge--ok {
    color: var(--ok);
}

.badge--warn {
    color: var(--warn);
}

.egdsk-table-wrap {
    margin-top: 20px;
    overflow-x: auto;
}

.event-view-form {
    margin-top: 20px;
}

.event-search-bar {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) auto auto;
    gap: 12px;
    align-items: end;
}

.event-filters {
    margin-top: 12px;
    border-top: 1px solid var(--line);
}

.event-filters > summary {
    width: fit-content;
    padding: 14px 0 4px;
    color: var(--muted);
    cursor: pointer;
    font-size: 0.94rem;
}

.event-filters > .form-grid {
    margin-top: 12px;
    padding: 16px;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.035);
}

.event-summary {
    display: flex;
    align-items: stretch;
    gap: 10px;
    margin-top: 16px;
}

.event-summary .metric-box {
    min-width: 120px;
    padding: 11px 14px;
}

.event-summary .metric-box strong {
    font-size: 1rem;
}

.event-summary__context {
    display: flex;
    align-items: center;
    padding: 0 10px;
    color: var(--muted);
    font-size: 0.92rem;
}

.stats-summary {
    margin-top: 18px;
}

.stats-period-form { display:grid; grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) auto; gap:12px; align-items:end; margin:0 0 18px; }
.stats-period-options { grid-column:1/-1; display:flex; align-items:center; flex-wrap:wrap; gap:14px 24px; padding:14px 16px; border:1px solid var(--line); border-radius:16px; background:rgba(8,17,32,.34); }
.check-option { display:inline-flex; align-items:center; gap:9px; font-weight:700; cursor:pointer; }
.check-option input { width:20px; height:20px; accent-color:var(--accent); }
.courier-minutes { display:flex; align-items:center; gap:10px; color:var(--muted); }
.courier-minutes .text-input { width:100px; min-height:44px; padding:8px 10px; }
.stats-filter-result { margin:-8px 0 20px; color:var(--muted); }
.stats-refresh-form { display:flex; align-items:center; justify-content:space-between; gap:18px; margin:0 0 24px; padding:16px 18px; border:1px solid var(--line); border-radius:18px; background:rgba(8,17,32,.42); }
.stats-refresh-form div { display:grid; gap:4px; }
.stats-refresh-form span { color:var(--muted); }
.events-chart { margin:0 0 22px; padding:18px; border:1px solid var(--line); border-radius:var(--radius-md); background:rgba(255,255,255,.025); }
.events-chart__head { display:flex; align-items:flex-start; justify-content:space-between; gap:16px; margin-bottom:14px; }
.events-chart__head h3 { margin:4px 0 0; }
.events-chart__head > strong { color:var(--muted); }
.events-chart__scroll { overflow-x:auto; padding:4px 0 8px; }
.events-chart__plot { display:grid; grid-template-columns:repeat(var(--chart-days), minmax(18px,1fr)); align-items:end; gap:4px; min-width:max(680px, calc(var(--chart-days) * 22px)); height:205px; border-bottom:1px solid var(--line); }
.events-chart__column { display:flex; min-width:0; height:100%; flex-direction:column; align-items:center; justify-content:flex-end; gap:4px; }
.events-chart__value { color:var(--muted); font-size:.68rem; }
.events-chart__bar { display:block; width:100%; max-width:24px; min-height:2px; border-radius:5px 5px 0 0; background:linear-gradient(180deg,var(--accent),#ff7a2f); }
.events-chart__column small { min-height:32px; writing-mode:vertical-rl; transform:rotate(180deg); color:var(--muted); font-size:.62rem; }
.events-chart-grid { display:grid; grid-template-columns:minmax(0, 0.8fr) minmax(0, 1.6fr); gap:18px; }
.events-chart--compact { min-width:0; }
.events-chart__plot--compact { min-width:420px; height:180px; grid-template-columns:repeat(var(--chart-days), minmax(28px,1fr)); }
.events-chart__plot--compact .events-chart__bar { max-width:34px; }
.events-chart__plot--compact .events-chart__column small { min-height:18px; writing-mode:horizontal-tb; transform:none; font-size:.7rem; }
.events-chart__plot--hours { min-width:760px; grid-template-columns:repeat(var(--chart-days), minmax(24px,1fr)); }

.metric-box--warn strong {
    color: var(--warn);
}

.pager {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.stats-details {
    margin-top: 20px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.035);
    overflow: hidden;
}

.stats-details > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    cursor: pointer;
}

.stats-details > summary span {
    color: var(--muted);
    font-family: "Segoe UI", Tahoma, sans-serif;
    font-size: 0.94rem;
}

.stats-details > .egdsk-table-wrap {
    margin: 0;
    padding: 0 18px 18px;
}

.empty-state--inline {
    margin: 0 18px 18px;
    padding: 18px;
}

.egdsk-wide-table {
    width: 100%;
    min-width: 1450px;
    border-collapse: collapse;
}

.egdsk-wide-table--compact {
    min-width: 820px;
}

.stats-premises-table {
    min-width: 1120px;
    table-layout: fixed;
}

.stats-premises-table th:nth-child(1) { width: 13%; }
.stats-premises-table th:nth-child(2) { width: 17%; }
.stats-premises-table th:nth-child(3) { width: 7%; }
.stats-premises-table th:nth-child(4) { width: 9%; }
.stats-premises-table th:nth-child(5) { width: 9%; }
.stats-premises-table th:nth-child(6) { width: 12%; }
.stats-premises-table th:nth-child(7) { width: 15%; }
.stats-premises-table th:nth-child(8) { width: 18%; }

.stats-premises-table td {
    overflow-wrap: anywhere;
}

.stats-premises-table td:nth-child(3),
.stats-premises-table td:nth-child(4),
.stats-premises-table td:nth-child(5) {
    font-size: 1.08rem;
    font-weight: 750;
}

.stats-premises-table .table-filter {
    width: 100%;
    min-width: 0;
    padding-inline: 10px;
    font-size: 0.82rem;
}

.stats-premises-table .numeric-filter--compact {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
}

.stats-violators-table {
    min-width: 1050px;
    table-layout: fixed;
}

.stats-violators-table th:nth-child(1) { width: 14%; }
.stats-violators-table th:nth-child(2) { width: 10%; }
.stats-violators-table th:nth-child(3) { width: 16%; }
.stats-violators-table th:nth-child(4) { width: 30%; }
.stats-violators-table th:nth-child(5) { width: 14%; }
.stats-violators-table th:nth-child(6) { width: 16%; }

.stats-violators-table .table-filter {
    width: 100%;
    min-width: 0;
    padding-inline: 10px;
    font-size: 0.82rem;
}

.stats-violators-table .numeric-filter--compact {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
}

.stats-violators-table .numeric-filter--compact .numeric-filter__ops {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stats-violators-table .numeric-filter--compact .numeric-filter__ops button {
    min-width: 0;
    min-height: 28px;
}

.stats-premises-table .numeric-filter--compact .numeric-filter__ops {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stats-premises-table .numeric-filter--compact .numeric-filter__ops button {
    min-width: 0;
    min-height: 28px;
}

.table-virtual-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 8px 4px;
    color: var(--muted);
}

.table-virtual-controls__more {
    width: auto;
    min-width: 180px;
    margin: 0;
}

.table-virtual-controls__more[hidden] {
    display: none;
}

.vehicle-results-table {
    min-width: 980px;
}

.egdsk-wide-table th,
.egdsk-wide-table td {
    padding: 16px 12px;
    vertical-align: top;
    border-bottom: 1px solid var(--line);
    text-align: left;
}

.egdsk-wide-table th {
    color: #b7c4df;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.78rem;
}

.egdsk-wide-table td {
    line-height: 1.55;
}

.egdsk-wide-table small {
    display: block;
    margin-top: 6px;
    line-height: 1.5;
}

.table-filters th {
    padding-top: 8px;
    padding-bottom: 12px;
}

.table-filter {
    min-height: 40px;
    padding: 9px 12px;
    font-size: 0.92rem;
}

.numeric-filter {
    display: grid;
    grid-template-columns: auto minmax(68px, 1fr);
    gap: 6px;
    align-items: center;
}

.numeric-filter__ops {
    display: inline-flex;
    gap: 4px;
}

.numeric-filter__ops button {
    min-width: 28px;
    min-height: 30px;
    border: 1px solid var(--line-strong);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
    color: var(--muted);
    cursor: pointer;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1;
}

.numeric-filter__ops button:hover,
.numeric-filter__ops button.is-active {
    border-color: rgba(255, 122, 47, 0.45);
    background: var(--accent-soft);
    color: var(--text);
}

.table-filter--number {
    min-width: 78px;
}

.table-filter--number::-webkit-outer-spin-button,
.table-filter--number::-webkit-inner-spin-button {
    margin: 0;
    appearance: none;
}

.table-filter--number {
    appearance: textfield;
    -moz-appearance: textfield;
}

.table-edit {
    width: 100%;
    min-width: 180px;
    padding: 10px 12px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: rgba(7, 13, 24, 0.78);
    color: var(--text);
    font: inherit;
    font-size: 0.9rem;
}

.table-edit--note {
    min-width: 240px;
    resize: vertical;
}

.table-edit:focus {
    outline: none;
    border-color: rgba(255, 122, 47, 0.45);
    box-shadow: 0 0 0 3px rgba(255, 122, 47, 0.12);
}

.plate-list,
.annotation-editor,
.phone-breakdown {
    min-width: 0;
}

.plate-list > summary,
.annotation-editor > summary,
.phone-breakdown > summary {
    width: fit-content;
    cursor: pointer;
    color: #dbe5fa;
    font-weight: 700;
}

.plate-list > summary:hover,
.annotation-editor > summary:hover,
.phone-breakdown > summary:hover {
    color: var(--accent);
}

.phone-breakdown > summary {
    color: var(--muted);
    font-size: 0.78rem;
    white-space: nowrap;
}

.premise-contact {
    display: block;
    margin-top: 5px;
    color: var(--muted);
    font-size: 0.8rem;
}

.phone-breakdown {
    position: relative;
    margin-top: 5px;
}

.phone-breakdown__items {
    position: absolute;
    z-index: 20;
    top: calc(100% + 8px);
    left: 0;
    display: grid;
    width: min(340px, 70vw);
    max-height: 360px;
    overflow-y: auto;
    padding: 10px;
    border: 1px solid var(--line-strong);
    border-radius: 14px;
    background: #101a2d;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.phone-breakdown__item {
    display: grid;
    gap: 2px;
    padding: 9px 8px;
    border-bottom: 1px solid var(--line);
}

.phone-breakdown__item:last-child {
    border-bottom: 0;
}

.phone-breakdown__item strong {
    font-size: 0.86rem;
    white-space: nowrap;
}

.phone-breakdown__item span,
.phone-breakdown__item small {
    color: var(--muted);
    font-size: 0.74rem;
    font-weight: 500;
}

.phone-breakdown__item small b {
    color: var(--warn);
}

.plate-list__items {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
}

.plate-chip {
    display: inline-flex;
    padding: 5px 8px;
    border: 1px solid var(--line-strong);
    border-radius: 8px;
    background: rgba(7, 13, 24, 0.72);
    color: var(--text);
    font-size: 0.78rem;
    font-weight: 750;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.plate-chip--large {
    padding: 7px 10px;
    font-size: 0.92rem;
}

.plate-list__items--inline {
    margin-top: 0;
}

.compact-list {
    position: relative;
}

.compact-list > summary {
    width: fit-content;
    cursor: pointer;
    color: #dbe5fa;
    font-weight: 700;
}

.compact-list > summary:hover {
    color: var(--accent);
}

.compact-list__items {
    position: absolute;
    z-index: 20;
    top: calc(100% + 8px);
    left: 0;
    display: grid;
    width: min(520px, 75vw);
    max-height: 420px;
    overflow-y: auto;
    padding: 10px;
    border: 1px solid var(--line-strong);
    border-radius: 14px;
    background: #101a2d;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.compact-list__items span {
    padding: 8px;
    border-bottom: 1px solid var(--line);
    color: var(--muted);
    font-size: 0.82rem;
}

.compact-list__items span:last-child {
    border-bottom: 0;
}

.badge--compact {
    min-height: 0;
    padding: 5px 8px;
    font-size: 0.76rem;
}

.annotation-editor form {
    display: grid;
    gap: 8px;
    margin-top: 10px;
}

.annotation-editor .table-edit,
.annotation-editor .table-edit--note {
    min-width: 0;
}

.annotation-editor .button {
    width: fit-content;
}
.annotation-editor__status { min-height:1.1em; color:var(--muted); font-size:.76rem; }
.note-filter { display:grid; gap:6px; min-width:170px; }
.note-filter .table-filter { width:100%; min-width:0; }

.date-compact {
    white-space: nowrap;
}

.muted-value {
    color: var(--muted);
    font-size: 0.88rem;
}

.egdsk-description-cell {
    min-width: 360px;
}

.egdsk-details {
    margin-top: 10px;
}

.egdsk-details summary {
    cursor: pointer;
    color: var(--text);
}

.egdsk-images {
    display: grid;
    gap: 12px;
    margin-top: 12px;
}

.egdsk-image-card__head {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 10px;
}

.egdsk-image-card p {
    margin: 0 0 8px;
}

.egdsk-raw-text {
    display: block;
    margin-top: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(6, 11, 20, 0.7);
    color: #ffd8bf;
    white-space: pre-wrap;
    word-break: break-word;
}

.notice--error {
    color: #ffd2d2;
    border-color: rgba(255, 124, 124, 0.28);
    background: rgba(92, 22, 22, 0.26);
}

.notice--success {
    color: #ddffec;
    border-color: rgba(77, 208, 140, 0.24);
    background: rgba(16, 76, 48, 0.26);
}

@media (max-width: 1100px) {
    .topbar {
        align-items: start;
        flex-direction: column;
    }

    .form-grid--three,
    .form-grid--four,
    .form-grid--event-view,
    .event-search-bar {
        grid-template-columns: 1fr;
    }

    .media-grid {
        grid-template-columns: 1fr;
    }

    .admin-grid {
        grid-template-columns: 1fr;
    }

    .admin-grid > :last-child {
        grid-column: auto;
    }
}

@media (max-width: 760px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    .page-shell {
        width: 100%;
        padding: 8px 8px 24px;
    }

    .surface-card,
    .notice {
        max-width: 100%;
        padding: 14px;
        border-radius: 18px;
    }

    .surface-card > *,
    .panel-head,
    .form-grid,
    .field-stack,
    .egdsk-table-wrap {
        min-width: 0;
        max-width: 100%;
    }

    .egdsk-table-wrap {
        overscroll-behavior-inline: contain;
        -webkit-overflow-scrolling: touch;
    }

    input,
    select,
    textarea,
    button {
        max-width: 100%;
    }

    .topbar {
        gap: 10px;
        margin-bottom: 10px;
    }

    .topbar__title .section-label {
        display: none;
    }

    .topbar__title h1 {
        font-size: 1.45rem;
        line-height: 1.15;
    }

    .topbar__nav {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: 100%;
        gap: 5px;
        padding: 5px;
    }

    .nav-link {
        min-width: 0;
        padding: 8px 6px;
        font-size: 0.78rem;
    }

    .patrol-panel,.patrol-journal{padding:16px}.patrol-upload-actions{grid-template-columns:1fr}.patrol-upload{padding:18px 14px}.patrol-upload strong{font-size:1rem}.patrol-journal__head{display:grid}.patrol-journal .button-row{display:grid;grid-template-columns:1fr 1fr}.patrol-journal .button,.patrol-journal form{width:100%}.patrol-table{min-width:0}.patrol-table thead{display:none}.patrol-table,.patrol-table tbody,.patrol-table tr,.patrol-table td{display:block;width:100%}.patrol-table tr{padding:12px;margin-bottom:12px;border:1px solid var(--line);border-radius:16px}.patrol-table td{display:grid;grid-template-columns:34% 1fr;gap:10px;padding:7px 0;border:0;overflow-wrap:anywhere}.patrol-table td:before{content:attr(data-label);color:var(--muted);font-size:.78rem;text-transform:uppercase}.patrol-metrics{display:grid;grid-template-columns:1fr 1fr}
    .smart-search__form{grid-template-columns:1fr}.smart-search__form .button{width:100%}.smart-summary{grid-template-columns:1fr 1fr}.smart-summary .metric-box:last-child{grid-column:1/-1}
    .smart-table{min-width:0}.smart-table thead{display:none}.smart-table,.smart-table tbody,.smart-table tr,.smart-table td{display:block;width:100%}.smart-table tr{padding:12px;margin-bottom:12px;border:1px solid var(--line);border-radius:16px}.smart-table td{display:grid;grid-template-columns:34% 1fr;gap:10px;padding:7px 0;border:0;overflow-wrap:anywhere}.smart-table td:before{content:attr(data-label);color:var(--muted);font-size:.78rem;text-transform:uppercase}
    .stats-period-form{grid-template-columns:1fr 1fr}.stats-period-form .button{grid-column:1/-1;width:100%}.stats-period-options{align-items:stretch;flex-direction:column}.courier-minutes{justify-content:space-between}.stats-refresh-form{align-items:stretch;flex-direction:column}.stats-refresh-form .button{width:100%}.events-chart{padding:12px}.events-chart__head{display:grid;gap:6px}.events-chart__plot{min-width:max(620px,calc(var(--chart-days) * 20px))}.events-chart-grid{grid-template-columns:1fr}.events-chart__plot--compact{min-width:420px}.events-chart__plot--hours{min-width:760px}

    .sync-banner {
        gap: 7px;
        margin-top: 10px;
        padding: 10px 12px;
        border-radius: 14px;
        font-size: 0.78rem;
    }

    .sync-banner__time {
        font-size: 0.72rem;
        overflow-wrap: anywhere;
    }

    body[data-active-tab="manual"] .sync-banner {
        display: none;
    }

    body[data-active-tab="manual"] .topbar__title {
        display: none;
    }

    .form-grid--two,
    .form-grid--dates {
        grid-template-columns: 1fr;
    }

    .dropzone {
        gap: 5px;
        padding: 16px;
    }

    .dropzone__title {
        font-size: 1rem;
    }

    .dropzone__hint {
        display: none;
    }

    .sync-banner {
        align-items: flex-start;
        flex-direction: column;
    }

    .sync-banner__main .panel-copy {
        white-space: normal;
    }

    .event-summary {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .event-summary .metric-box {
        min-width: 0;
    }

    .event-summary__context {
        grid-column: 1 / -1;
        padding: 4px 0;
    }

    .manual-layout {
        gap: 12px;
    }

    .manual-intro {
        gap: 4px;
    }

    .manual-intro .section-label,
    .manual-intro .panel-copy {
        display: none;
    }

    .manual-intro h2 {
        font-size: 1.2rem;
    }

    .manual-layout .upload-form {
        gap: 12px;
        margin-top: 8px;
    }

    .manual-layout--has-result > .manual-intro,
    .manual-layout--has-result > .upload-form {
        display: none;
    }

    .manual-new-scan {
        display: inline-flex;
        width: 100%;
        min-height: 42px;
        padding: 9px 14px;
        font-size: 0.84rem;
    }

    .manual-auto-hint {
        text-align: center;
        font-size: 0.76rem;
    }

    .manual-engine-status,
    .manual-diagnostics,
    .manual-layout .media-grid {
        display: none;
    }

    .manual-file-status {
        padding: 10px 12px;
    }

    .manual-file-status span {
        display: none;
    }

    .manual-file-status strong {
        font-size: 0.82rem;
        overflow-wrap: anywhere;
    }

    .manual-layout .button--primary {
        width: 100%;
        min-height: 48px;
    }

    .crop-panel {
        padding: 10px;
        gap: 10px;
    }

    .crop-panel__head span {
        font-size: 0.78rem;
    }

    .result-panel {
        gap: 12px;
        min-width: 0;
    }

    .result-panel .panel-head--compact {
        gap: 8px;
        margin-bottom: 0;
    }

    .result-panel .plate-card {
        width: 100%;
        justify-content: center;
        padding: 12px;
        font-size: clamp(1.65rem, 10vw, 2.35rem);
        letter-spacing: 0.04em;
        overflow-wrap: anywhere;
    }

    .result-panel--found .plate-card {
        border-color: rgba(77, 208, 140, 0.75);
        background: rgba(77, 208, 140, 0.18);
        color: #baffd8;
        box-shadow: 0 0 0 3px rgba(77, 208, 140, 0.1), 0 14px 34px rgba(20, 120, 74, 0.2);
    }

    .result-panel--not-found .plate-card {
        border-color: rgba(255, 174, 121, 0.72);
        background: rgba(255, 122, 47, 0.13);
        color: #ffd3b5;
    }

    .result-panel--unrecognized .plate-card {
        border-color: rgba(255, 124, 124, 0.65);
        background: rgba(255, 124, 124, 0.12);
        color: #ffd2d2;
        font-size: 1.45rem;
    }

    .recognition-outcome {
        display: flex;
        align-items: center;
        gap: 9px;
        padding: 11px 12px;
        border: 1px solid var(--line-strong);
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.04);
        font-size: 0.9rem;
    }

    .recognition-outcome__dot {
        width: 10px;
        height: 10px;
        flex: none;
        border-radius: 50%;
    }

    .recognition-outcome--found {
        border-color: rgba(77, 208, 140, 0.45);
        color: #baffd8;
        background: rgba(77, 208, 140, 0.1);
    }

    .recognition-outcome--found .recognition-outcome__dot {
        background: var(--ok);
        box-shadow: 0 0 0 4px rgba(77, 208, 140, 0.12);
    }

    .recognition-outcome--not-found {
        border-color: rgba(255, 174, 121, 0.45);
        color: #ffd3b5;
        background: rgba(255, 122, 47, 0.08);
    }

    .recognition-outcome--not-found .recognition-outcome__dot {
        background: var(--accent-strong);
        box-shadow: 0 0 0 4px rgba(255, 122, 47, 0.1);
    }

    .recognition-outcome--unrecognized {
        border-color: rgba(255, 124, 124, 0.45);
        color: #ffd2d2;
        background: rgba(255, 124, 124, 0.08);
    }

    .recognition-outcome--unrecognized .recognition-outcome__dot {
        background: var(--warn);
        box-shadow: 0 0 0 4px rgba(255, 124, 124, 0.1);
    }

    .result-panel--found .panel-head--compact .panel-copy {
        display: none;
    }

    .ownership-card {
        gap: 10px;
        padding: 14px;
        border: 1px solid var(--line);
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.035);
    }

    .ownership-card--found {
        border-color: rgba(77, 208, 140, 0.48);
        background: linear-gradient(180deg, rgba(77, 208, 140, 0.13), rgba(77, 208, 140, 0.045));
    }

    .ownership-card--found .section-label {
        color: var(--ok);
    }

    .ownership-card h3 {
        font-size: 1.15rem;
    }

    .ownership-card > p:not(.section-label) {
        display: none;
    }

    .ownership-list--desktop {
        display: none;
    }

    .ownership-list--mobile {
        display: grid;
    }

    .ownership-item--mobile {
        display: grid;
        gap: 10px;
        padding: 13px;
        background: rgba(7, 18, 26, 0.56);
    }

    .ownership-field {
        display: grid;
        gap: 2px;
    }

    .ownership-field span {
        color: var(--muted);
        font-size: 0.72rem;
        text-transform: uppercase;
        letter-spacing: 0.08em;
    }

    .ownership-field strong {
        font-size: 1rem;
        line-height: 1.35;
        overflow-wrap: anywhere;
    }

    .ownership-field--premise strong {
        color: #baffd8;
        font-size: 1.2rem;
    }

    .ownership-phone {
        width: fit-content;
        color: #baffd8;
        font-size: 1.15rem;
        font-weight: 800;
        text-decoration-thickness: 1px;
        text-underline-offset: 3px;
    }

    .ownership-phones {
        display: grid;
        gap: 6px;
    }

    .ownership-item--mobile > small {
        overflow-wrap: anywhere;
    }

    .sync-metrics,
    .form-grid--summary {
        gap: 10px;
    }

    .pager .button {
        flex: 1 1 44%;
    }

    .stats-details > summary {
        align-items: flex-start;
        flex-direction: column;
    }

    .events-table,
    .vehicle-results-table {
        min-width: 0;
        display: block;
    }

    .events-table thead,
    .vehicle-results-table thead {
        display: none;
    }

    .events-table tbody,
    .events-table tr,
    .events-table td,
    .vehicle-results-table tbody,
    .vehicle-results-table tr,
    .vehicle-results-table td {
        display: block;
        width: 100%;
    }

    .events-table tr,
    .vehicle-results-table tr {
        margin-bottom: 14px;
        padding: 14px;
        border: 1px solid var(--line);
        border-radius: var(--radius-md);
        background: rgba(255, 255, 255, 0.04);
    }

    .events-table td,
    .vehicle-results-table td {
        padding: 10px 0;
        border-bottom: 1px solid var(--line);
    }

    .events-table td:last-child,
    .vehicle-results-table td:last-child {
        border-bottom: 0;
    }

    .events-table td::before,
    .vehicle-results-table td::before {
        content: attr(data-label);
        display: block;
        margin-bottom: 4px;
        color: var(--muted);
        text-transform: uppercase;
        letter-spacing: 0.08em;
        font-size: 0.72rem;
        font-weight: 700;
    }

    .events-table .egdsk-description-cell {
        min-width: 0;
    }

    .stats-premises-table {
        min-width: 0;
        display: block;
        table-layout: auto;
    }

    .stats-violators-table {
        min-width: 0;
        display: block;
        table-layout: auto;
    }

    .stats-violators-table thead,
    .stats-premises-table thead {
        display: block;
        width: 100%;
        margin-bottom: 12px;
    }

    .stats-violators-table thead > tr:first-child,
    .stats-premises-table thead > tr:first-child {
        display: none;
    }

    .stats-violators-table .table-filters,
    .stats-premises-table .table-filters {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        width: 100%;
        padding: 10px;
        border: 1px solid var(--line);
        border-radius: var(--radius-md);
        background: rgba(255, 255, 255, 0.04);
    }

    .stats-violators-table .table-filters th,
    .stats-premises-table .table-filters th {
        display: block;
        width: auto !important;
        padding: 0;
        border: 0;
    }

    .stats-premises-table .table-filters th:last-child {
        display: none;
    }

    .stats-violators-table .table-filter,
    .stats-premises-table .table-filter,
    .stats-violators-table .numeric-filter,
    .stats-premises-table .numeric-filter,
    .stats-violators-table .filter-picker,
    .stats-premises-table .filter-picker {
        width: 100%;
        min-width: 0;
    }

    .stats-violators-table .filter-picker__popup,
    .stats-premises-table .filter-picker__popup {
        position: fixed;
        z-index: 100;
        top: 12vh;
        left: 12px;
        width: calc(100vw - 24px);
        max-height: 76vh;
        overflow: auto;
    }

    .stats-violators-table tbody,
    .stats-violators-table tr,
    .stats-violators-table td {
        display: block;
        width: 100%;
    }

    .stats-violators-table tr {
        margin-bottom: 12px;
        padding: 14px;
        border: 1px solid var(--line);
        border-radius: var(--radius-md);
        background: rgba(255, 255, 255, 0.04);
    }

    .stats-violators-table td {
        padding: 9px 0;
    }

    .stats-violators-table td::before {
        content: attr(data-label);
        display: block;
        margin-bottom: 3px;
        color: var(--muted);
        text-transform: uppercase;
        letter-spacing: 0.08em;
        font-size: 0.68rem;
        font-weight: 700;
    }

    .stats-premises-table tbody,
    .stats-premises-table tr,
    .stats-premises-table td {
        display: block;
        width: 100%;
    }

    .stats-premises-table tr {
        margin-bottom: 12px;
        padding: 14px;
        border: 1px solid var(--line);
        border-radius: var(--radius-md);
        background: rgba(255, 255, 255, 0.04);
    }

    .stats-premises-table td {
        padding: 9px 0;
    }

    .stats-premises-table td::before {
        content: attr(data-label);
        display: block;
        margin-bottom: 3px;
        color: var(--muted);
        text-transform: uppercase;
        letter-spacing: 0.08em;
        font-size: 0.68rem;
        font-weight: 700;
    }

    .phone-breakdown__items {
        position: static;
        width: 100%;
        max-height: none;
        margin-top: 8px;
        box-shadow: none;
    }

    .compact-list__items {
        position: static;
        width: 100%;
        max-height: none;
        margin-top: 8px;
        box-shadow: none;
    }
}
