:root {
    --navy-950: #020713;
    --navy-900: #06111f;
    --navy-800: #0a2033;
    --navy-700: #0f3d56;
    --blue-500: #38d9ff;
    --indigo-500: #6877ff;
    --ink: #eafaff;
    --muted: #8aa7b6;
    --line: #17364a;
    --surface: #091724;
    --canvas: #030812;
    --success: #3ee6a8;
    --danger: #ff6b78;
    --warning: #ffca65;
    --shadow: 0 22px 64px rgba(0, 0, 0, .34);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color-scheme: dark;
    background:
        radial-gradient(circle at 8% 18%, rgba(56,217,255,.09), transparent 27%),
        radial-gradient(circle at 88% 72%, rgba(104,119,255,.09), transparent 30%),
        var(--canvas);
    color: var(--ink);
    font-family: "Noto Sans Thai", "Leelawadee UI", Tahoma, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(45, 124, 168, .34); outline-offset: 3px; }

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: max-content;
    font-weight: 800;
    letter-spacing: .16em;
    line-height: 1;
}
.brand-light { color: #fff; }
.brand-mark {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 1px solid currentColor;
    font-size: 12px;
    letter-spacing: .08em;
}
.brand-copy { display: grid; gap: 5px; font-size: 15px; }
.brand-copy small { font-size: 8px; font-weight: 500; letter-spacing: .28em; opacity: .72; }
.brand-logo-shell {
    padding: 7px 12px;
    border: 1px solid rgba(133, 229, 255, .34);
    border-radius: 12px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .22), 0 0 22px rgba(56, 217, 255, .1);
    letter-spacing: 0;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
a.brand-logo-shell:hover {
    transform: translateY(-1px);
    border-color: rgba(133, 229, 255, .72);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .28), 0 0 26px rgba(56, 217, 255, .18);
}
.brand-logo {
    display: block;
    width: 158px;
    height: auto;
}
.welcome-top .brand-logo { width: 184px; }
.login-visual .brand-logo { width: 184px; }
.eyebrow,
.form-eyebrow {
    margin: 0 0 18px;
    color: #aac7d9;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
}
.form-eyebrow { margin-bottom: 10px; color: var(--blue-500); }

/* Welcome */
.welcome-page { min-height: 100vh; overflow-x: hidden; background: var(--navy-950); }
.welcome-shell {
    position: relative;
    isolation: isolate;
    display: grid;
    min-height: 100vh;
    grid-template-rows: auto 1fr auto;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 50% 45%, rgba(35,161,205,.12), transparent 29%),
        linear-gradient(90deg, rgba(2,9,18,.88), rgba(4,22,38,.55), rgba(2,9,18,.84)),
        url("resort-night-hero.png") center / cover no-repeat;
}
.welcome-shell::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background-image:
        linear-gradient(rgba(56,217,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(56,217,255,.035) 1px, transparent 1px);
    background-size: 48px 48px;
    -webkit-mask-image: radial-gradient(circle at center, #000, transparent 74%);
    mask-image: radial-gradient(circle at center, #000, transparent 74%);
}
.welcome-shell::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -30%;
    bottom: -30%;
    left: -28%;
    width: 28%;
    transform: skewX(-15deg);
    background: linear-gradient(90deg, transparent, rgba(82,221,255,.1), transparent);
    animation: welcomeScan 9s ease-in-out infinite;
}
.welcome-top,
.welcome-footer {
    position: relative;
    z-index: 3;
    display: flex;
    width: min(100% - 56px, 1380px);
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin: 0 auto;
}
.welcome-top { min-height: 104px; border-bottom: 1px solid rgba(255,255,255,.17); }
.welcome-status {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 11px;
    border: 1px solid rgba(62,230,168,.24);
    border-radius: 9px;
    background: rgba(62,230,168,.055);
    color: #8df2c9;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.welcome-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--success); box-shadow: 0 0 14px rgba(62,230,168,.82); animation: livePulse 2.2s ease-out infinite; }
.welcome-content { position: relative; z-index: 2; display: grid; place-items: center; padding: 64px 24px; text-align: center; }
.welcome-copy { position: relative; z-index: 2; width: min(100%, 920px); }
.welcome-copy .eyebrow { margin-bottom: 22px; }
.welcome-copy h1 {
    margin: 0;
    background: linear-gradient(112deg, #fff 18%, #8beaff 52%, #aab2ff 83%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 0 28px rgba(56,217,255,.13));
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(62px, 8.2vw, 132px);
    font-weight: 800;
    letter-spacing: -.065em;
    line-height: .78;
}
.welcome-copy h1 span { display: block; margin-bottom: 18px; color: #b5d5e2; -webkit-text-fill-color: #b5d5e2; font-size: .13em; font-weight: 700; letter-spacing: .32em; line-height: 1; }
.welcome-copy > p:not(.eyebrow) { width: min(100%, 610px); margin: 34px auto 0; color: rgba(225,243,250,.72); font-size: 15px; }
.welcome-enter {
    position: relative;
    display: inline-flex;
    min-width: 230px;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    margin-top: 34px;
    padding: 13px 16px 13px 24px;
    overflow: hidden;
    border: 1px solid rgba(92,224,255,.5);
    border-radius: 12px;
    background: linear-gradient(120deg, rgba(16,138,171,.82), rgba(71,91,216,.82));
    box-shadow: 0 18px 50px rgba(17,117,175,.25), inset 0 1px 0 rgba(255,255,255,.18);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .055em;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.welcome-enter::before { content: ""; position: absolute; top: -120%; bottom: -120%; left: -45%; width: 34%; transform: skewX(-20deg); background: linear-gradient(90deg, transparent, rgba(255,255,255,.27), transparent); transition: left .62s ease; }
.welcome-enter:hover { transform: translateY(-4px); border-color: #a7f0ff; box-shadow: 0 24px 64px rgba(26,146,205,.34), 0 0 28px rgba(56,217,255,.15); }
.welcome-enter:hover::before { left: 125%; }
.welcome-enter i { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 9px; background: rgba(255,255,255,.12); font-size: 20px; font-style: normal; transition: transform .25s ease; }
.welcome-enter:hover i { transform: translateX(3px); }
.welcome-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(62vw, 690px);
    aspect-ratio: 1;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(56,217,255,.22);
    border-radius: 50%;
    background: repeating-conic-gradient(rgba(92,226,255,.21) 0deg .5deg, transparent .5deg 9deg);
    filter: drop-shadow(0 0 18px rgba(56,217,255,.14));
    -webkit-mask: radial-gradient(circle, transparent 0 46%, #000 46.2% 53%, transparent 53.2%);
    mask: radial-gradient(circle, transparent 0 46%, #000 46.2% 53%, transparent 53.2%);
    animation: orbitSpin 40s linear infinite;
}
.welcome-footer { min-height: 68px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(218,239,246,.48); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.welcome-footer span:first-child { color: rgba(230,249,255,.78); }
@keyframes welcomeScan { 0%, 15% { transform: translateX(0) skewX(-15deg); opacity: 0; } 45% { opacity: 1; } 78%, 100% { transform: translateX(560%) skewX(-15deg); opacity: 0; } }

/* Login */
.login-page { min-height: 100vh; background: var(--surface); }
.login-layout { min-height: 100vh; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(390px, .65fr); }
.login-visual {
    position: relative;
    isolation: isolate;
    display: flex;
    align-items: center;
    min-height: 100vh;
    padding: clamp(42px, 7vw, 110px);
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(5, 21, 38, .83), rgba(6, 27, 48, .48)),
        linear-gradient(0deg, rgba(5, 19, 34, .34), rgba(5, 19, 34, .34)),
        url("resort-night-hero.png") center / cover no-repeat;
}
.login-visual::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 56%;
    width: min(58vw, 760px);
    aspect-ratio: 1;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(255, 255, 255, .26);
    border-radius: 50%;
    background: repeating-conic-gradient(from -5deg, rgba(255,255,255,.22) 0deg .35deg, transparent .35deg 10deg);
    -webkit-mask: radial-gradient(circle, transparent 0 47%, #000 47.2% 56%, transparent 56.2%);
    mask: radial-gradient(circle, transparent 0 47%, #000 47.2% 56%, transparent 56.2%);
    opacity: .72;
}
.login-visual::after {
    content: "";
    position: absolute;
    z-index: -2;
    inset: 0;
    background: linear-gradient(180deg, rgba(4,17,31,.14), rgba(4,17,31,.55));
}
.login-visual__content { position: relative; z-index: 1; width: min(100%, 720px); }
.login-visual .brand { position: absolute; top: clamp(-160px, -12vw, -90px); left: 0; }
.login-visual h1 {
    margin: 0;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(64px, 8vw, 126px);
    font-weight: 800;
    letter-spacing: -.055em;
    line-height: .82;
}
.login-intro { width: min(100%, 520px); margin: 34px 0 0; color: rgba(255,255,255,.82); font-size: 16px; }
.login-form-area { display: grid; place-items: center; padding: clamp(30px, 6vw, 90px); background: #fff; }
.login-box.card { width: min(100%, 440px); margin: 0; padding: 0; border: 0; box-shadow: none; }
.login-box h2 { margin: 0 0 8px; font-size: clamp(30px, 4vw, 46px); font-weight: 700; letter-spacing: -.035em; }
.login-box > .muted { margin: 0 0 38px; }
.login-box .btn { width: 100%; margin-top: 8px; }

/* Header and navigation */
.site-header {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(4,17,31,.92), rgba(7,34,57,.68)),
        url("resort-night-hero.png") center 63% / cover no-repeat;
}
.topbar {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 34px;
    width: min(100% - 48px, 1320px);
    min-height: 88px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.nav { display: flex; align-items: center; justify-content: center; gap: 6px; }
.nav a {
    position: relative;
    padding: 10px 12px;
    color: rgba(255,255,255,.7);
    font-size: 13px;
    font-weight: 600;
    transition: color .2s ease;
}
.nav a::after {
    content: "";
    position: absolute;
    right: 12px;
    bottom: 2px;
    left: 12px;
    height: 1px;
    background: #fff;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .2s ease;
}
.nav a:hover,
.nav a.active { color: #fff; }
.nav a:hover::after,
.nav a.active::after { transform: scaleX(1); }
.user-chip { display: flex; align-items: center; gap: 10px; min-width: 170px; }
.user-chip > span:last-child { display: grid; line-height: 1.25; }
.user-chip strong { max-width: 155px; overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.user-chip small { margin-top: 4px; color: #9fc3d8; font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.user-avatar {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255,255,255,.48);
    font-size: 13px;
    font-weight: 700;
}
.page-hero { position: relative; display: grid; min-height: 250px; place-items: center; padding: 36px 24px 56px; text-align: center; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(4,17,31,.4)); }
.page-hero__content { position: relative; z-index: 2; }
.page-hero__content .eyebrow { margin-bottom: 12px; }
.page-hero h1 {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(42px, 6vw, 76px);
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: .95;
}
.page-hero__content > p:last-child { margin: 16px 0 0; color: rgba(255,255,255,.72); }
.page-hero__lines {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 330px;
    aspect-ratio: 1;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;
    background: repeating-conic-gradient(rgba(255,255,255,.18) 0deg .45deg, transparent .45deg 12deg);
    -webkit-mask: radial-gradient(circle, transparent 0 44%, #000 44.2% 54%, transparent 54.2%);
    mask: radial-gradient(circle, transparent 0 44%, #000 44.2% 54%, transparent 54.2%);
    opacity: .78;
}

/* Main working surface */
.container { position: relative; z-index: 5; width: min(100% - 40px, 1180px); margin: -30px auto 70px; }
.card {
    position: relative;
    margin-bottom: 20px;
    padding: clamp(20px, 3vw, 30px);
    overflow-x: auto;
    border: 1px solid rgba(16,45,73,.1);
    border-radius: 3px;
    background: var(--surface);
    box-shadow: var(--shadow);
}
.card h2,
.card h3 { margin-top: 0; color: var(--navy-900); letter-spacing: -.02em; }
.grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.stat-card { min-height: 170px; overflow: hidden; box-shadow: 0 12px 34px rgba(6,21,38,.07); }
.stat-card .muted { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.stat { margin-top: 22px; color: var(--navy-900); font-family: Arial, Helvetica, sans-serif; font-size: 48px; font-weight: 800; line-height: 1; }
.stat-line { position: absolute; right: -24px; bottom: 28px; width: 110px; height: 1px; background: var(--blue-500); transform: rotate(-32deg); opacity: .55; }
.action-card { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-block: 26px; }
.action-card h2 { margin: 0; font-size: 24px; }
.action-card .form-eyebrow { margin-bottom: 2px; }
.actions { display: flex; flex-wrap: wrap; gap: 9px; }
.muted { color: var(--muted); }

/* Controls */
.btn {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border: 1px solid var(--navy-900);
    border-radius: 0;
    background: var(--navy-900);
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .055em;
    transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}
.btn:hover { border-color: var(--blue-500); background: var(--blue-500); transform: translateY(-1px); }
.btn-secondary { border-color: #84929e; background: transparent; color: var(--ink); }
.btn-secondary:hover { border-color: var(--navy-900); background: var(--navy-900); color: #fff; }
.btn-success { border-color: var(--success); background: var(--success); }
.btn-danger { border-color: var(--danger); background: var(--danger); }
.form-group { margin-bottom: 20px; }
label { display: block; margin-bottom: 8px; color: var(--navy-900); font-size: 12px; font-weight: 700; letter-spacing: .035em; }
input,
select,
textarea {
    width: 100%;
    min-height: 48px;
    padding: 11px 13px;
    border: 1px solid #cfd9df;
    border-radius: 0;
    background: #fbfcfc;
    color: var(--ink);
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
input:hover,
select:hover,
textarea:hover { border-color: #9aabb5; }
input:focus,
select:focus,
textarea:focus { border-color: var(--blue-500); outline: 0; background: #fff; box-shadow: 0 0 0 3px rgba(45,124,168,.11); }
textarea { min-height: 130px; resize: vertical; }
input[type="file"] { padding: 8px; }
input[type="file"]::file-selector-button { margin-right: 12px; padding: 7px 12px; border: 0; background: var(--navy-900); color: #fff; cursor: pointer; }
optgroup { color: var(--navy-900); font-weight: 700; }
option { color: var(--ink); font-weight: 400; }

/* Tables and status */
table { width: 100%; min-width: 720px; border-collapse: collapse; }
th,
td { padding: 15px 13px; border-bottom: 1px solid #e4eaee; text-align: left; vertical-align: top; }
th { background: #f2f5f6; color: #4d6070; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
tbody tr { transition: background .15s ease; }
tbody tr:hover { background: #f8fafb; }
.badge { display: inline-flex; align-items: center; padding: 4px 9px; border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .055em; }
.critical { background: #f7dfdd; color: #8e2f2b; }
.high { background: #fae9d5; color: #8a5118; }
.medium { background: #f4efd7; color: #756316; }
.low { background: #dceee5; color: #1f684b; }
.notice,
.error { margin-bottom: 18px; padding: 13px 16px; border-left: 3px solid; background: #fff; box-shadow: 0 8px 26px rgba(6,21,38,.06); }
.notice { border-color: var(--success); color: #15583e; }
.error { border-color: var(--danger); color: #87332f; }

.site-footer {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 26px max(24px, calc((100vw - 1180px) / 2));
    background: var(--navy-950);
    color: rgba(255,255,255,.55);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
}
.site-footer span:first-child { color: #fff; }

/* Futuristic operations layer */
.app-page::before {
    content: "";
    position: fixed;
    z-index: 0;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(56,217,255,.026) 1px, transparent 1px),
        linear-gradient(90deg, rgba(56,217,255,.026) 1px, transparent 1px);
    background-size: 42px 42px;
    -webkit-mask-image: linear-gradient(to bottom, transparent, #000 28%, #000 72%, transparent);
    mask-image: linear-gradient(to bottom, transparent, #000 28%, #000 72%, transparent);
}
.site-header::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(110deg, transparent 10%, rgba(56,217,255,.08) 44%, transparent 45%),
        repeating-linear-gradient(90deg, transparent 0 79px, rgba(255,255,255,.025) 80px);
    animation: headerScan 14s linear infinite;
}
.topbar {
    width: min(100% - 40px, 1380px);
    min-height: 82px;
    padding: 0 18px;
    border: 1px solid rgba(123,218,255,.13);
    border-top: 0;
    border-radius: 0 0 18px 18px;
    background: rgba(3,10,19,.48);
    box-shadow: 0 18px 46px rgba(0,0,0,.2);
    backdrop-filter: blur(18px) saturate(145%);
    -webkit-backdrop-filter: blur(18px) saturate(145%);
}
.brand-mark {
    position: relative;
    overflow: hidden;
    border-color: rgba(97,225,255,.72);
    border-radius: 10px;
    background: linear-gradient(145deg, rgba(56,217,255,.16), rgba(104,119,255,.11));
    box-shadow: inset 0 0 20px rgba(56,217,255,.08), 0 0 24px rgba(56,217,255,.12);
    color: #9cecff;
}
.brand-mark::after {
    content: "";
    position: absolute;
    inset: -30% 55% -30% -20%;
    transform: skewX(-20deg);
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.28), transparent);
    animation: brandSweep 4.8s ease-in-out infinite;
}
.nav a {
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 9px;
    color: rgba(226,247,255,.66);
}
.nav a::after { right: 20%; bottom: 4px; left: 20%; height: 2px; background: linear-gradient(90deg, transparent, var(--blue-500), transparent); box-shadow: 0 0 12px var(--blue-500); }
.nav a:hover,
.nav a.active {
    border-color: rgba(56,217,255,.14);
    background: linear-gradient(145deg, rgba(56,217,255,.08), rgba(104,119,255,.06));
    color: #fff;
}
.user-cluster { display: flex; align-items: center; gap: 16px; }
.system-status {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 7px 10px;
    border: 1px solid rgba(62,230,168,.23);
    border-radius: 8px;
    background: rgba(62,230,168,.055);
    color: #8df2c9;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.system-status i,
.live-node {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--success);
    box-shadow: 0 0 0 0 rgba(62,230,168,.56), 0 0 12px rgba(62,230,168,.82);
    animation: livePulse 2.2s ease-out infinite;
}
.user-avatar {
    border-color: rgba(56,217,255,.42);
    border-radius: 11px;
    background: linear-gradient(145deg, rgba(56,217,255,.12), rgba(104,119,255,.1));
    box-shadow: inset 0 0 18px rgba(56,217,255,.07);
    color: #b8f3ff;
}
.page-hero {
    min-height: 280px;
    background: radial-gradient(circle at 50% 52%, rgba(56,217,255,.08), transparent 32%);
}
.page-hero h1 {
    background: linear-gradient(110deg, #fff 20%, #9cecff 52%, #c4caff 82%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 0 20px rgba(56,217,255,.12));
}
.page-hero__lines {
    width: 370px;
    border-color: rgba(56,217,255,.24);
    background: repeating-conic-gradient(rgba(91,224,255,.25) 0deg .55deg, transparent .55deg 10deg);
    filter: drop-shadow(0 0 14px rgba(56,217,255,.18));
    animation: orbitSpin 34s linear infinite;
}
.eyebrow { color: #84dff6; text-shadow: 0 0 18px rgba(56,217,255,.28); }
.container { margin-top: -36px; }
.card {
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid rgba(103,207,240,.16);
    border-radius: 16px;
    background:
        linear-gradient(145deg, rgba(14,35,52,.9), rgba(6,18,30,.92)),
        var(--surface);
    box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.035);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}
.card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 18%;
    left: 18%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(56,217,255,.72), rgba(104,119,255,.58), transparent);
    box-shadow: 0 0 16px rgba(56,217,255,.24);
}
.card h2,
.card h3 { color: #f0fbff; }
.stat-card {
    display: block;
    min-height: 184px;
    overflow: hidden;
    color: inherit;
    cursor: pointer;
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.stat-card::after {
    content: "";
    position: absolute;
    right: -44px;
    bottom: -62px;
    width: 160px;
    height: 160px;
    border: 1px solid rgba(56,217,255,.13);
    border-radius: 50%;
    box-shadow: 0 0 44px rgba(56,217,255,.05), inset 0 0 44px rgba(104,119,255,.04);
}
.stat-card:hover {
    z-index: 2;
    transform: translateY(-7px);
    border-color: rgba(56,217,255,.38);
    box-shadow: 0 28px 70px rgba(0,0,0,.42), 0 0 30px rgba(56,217,255,.07), inset 0 1px 0 rgba(255,255,255,.055);
}
.stat-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.stat-card .muted { color: #90b2c2; }
.stat-open { position: absolute; bottom: 30px; left: 30px; display: inline-flex; align-items: center; gap: 7px; color: #7fa4b4; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: color .2s ease, gap .2s ease; }
.stat-open i { color: var(--blue-500); font-size: 14px; font-style: normal; }
.stat-card:hover .stat-open { gap: 11px; color: #dff9ff; }
.stat {
    background: linear-gradient(120deg, #fff, #6be4ff 55%, #9ba5ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 0 30px rgba(56,217,255,.12);
}
.stat-track { position: absolute; right: 30px; bottom: 17px; left: 30px; height: 2px; overflow: hidden; background: rgba(97,191,222,.1); }
.stat-track span { display: block; width: 42%; height: 100%; background: linear-gradient(90deg, transparent, var(--blue-500), var(--indigo-500)); box-shadow: 0 0 10px rgba(56,217,255,.55); animation: dataFlow 3.6s ease-in-out infinite; }
.stat-line { display: none; }
.action-card {
    border-color: rgba(104,119,255,.2);
    background:
        radial-gradient(circle at 12% 50%, rgba(56,217,255,.08), transparent 28%),
        linear-gradient(120deg, rgba(12,32,49,.94), rgba(7,17,31,.96));
}
.action-card:hover { border-color: rgba(56,217,255,.3); }
.form-eyebrow { color: var(--blue-500); text-shadow: 0 0 16px rgba(56,217,255,.22); }
.btn {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border-color: rgba(73,219,255,.5);
    border-radius: 10px;
    background: linear-gradient(120deg, #0d82a5, #475bd8);
    box-shadow: 0 10px 26px rgba(30,133,190,.2), inset 0 1px 0 rgba(255,255,255,.2);
}
.btn::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -100%;
    bottom: -100%;
    left: -45%;
    width: 34%;
    transform: skewX(-20deg);
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.25), transparent);
    transition: left .55s ease;
}
.btn:hover { border-color: #7ee8ff; background: linear-gradient(120deg, #139bc2, #5f6ff0); box-shadow: 0 14px 34px rgba(45,164,222,.28), 0 0 18px rgba(56,217,255,.12); }
.btn:hover::after { left: 120%; }
.btn-secondary { border-color: rgba(123,189,215,.3); background: rgba(116,190,218,.055); box-shadow: inset 0 1px 0 rgba(255,255,255,.04); color: #d9f5ff; }
.btn-secondary:hover { border-color: rgba(56,217,255,.52); background: rgba(56,217,255,.1); color: #fff; }
.btn-success { border-color: rgba(62,230,168,.5); background: linear-gradient(120deg, #177d60, #259b7b); }
.btn-danger { border-color: rgba(255,107,120,.5); background: linear-gradient(120deg, #9f3648, #c84b5c); }
label { color: #b9d7e4; }
input,
select,
textarea {
    border: 1px solid rgba(116,185,211,.23);
    border-radius: 10px;
    background: rgba(2,10,18,.54);
    color: #edfaff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
}
input::placeholder,
textarea::placeholder { color: #5f7e8d; }
input:hover,
select:hover,
textarea:hover { border-color: rgba(116,209,239,.4); }
input:focus,
select:focus,
textarea:focus { border-color: rgba(56,217,255,.66); background: rgba(4,17,28,.82); box-shadow: 0 0 0 3px rgba(56,217,255,.08), 0 0 22px rgba(56,217,255,.06); }
input[type="file"]::file-selector-button { border-radius: 7px; background: linear-gradient(120deg, #0d708f, #4655bd); }
option,
optgroup { background: #081624; color: #eafaff; }
table { color: #dceff5; }
th,
td { border-bottom-color: rgba(114,171,193,.13); }
th { background: rgba(33,77,101,.19); color: #83afc0; }
tbody tr:hover { background: rgba(56,217,255,.038); }
tbody td:first-child { border-left: 2px solid transparent; }
tbody tr:hover td:first-child { border-left-color: var(--blue-500); }
.repair-filter-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 14px;
    padding: 12px 14px 12px 18px;
    border: 1px solid rgba(103,207,240,.15);
    border-radius: 13px;
    background: rgba(7,21,34,.78);
    box-shadow: 0 12px 34px rgba(0,0,0,.18);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}
.repair-filter-bar > span { flex: 0 0 auto; color: #7596a5; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.repair-filter-bar nav { display: flex; gap: 5px; overflow-x: auto; }
.repair-filter-bar a { flex: 0 0 auto; padding: 7px 11px; border: 1px solid transparent; border-radius: 8px; color: #88a6b4; font-size: 10px; font-weight: 700; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.repair-filter-bar a:hover { color: #e7faff; background: rgba(56,217,255,.055); }
.repair-filter-bar a.active { border-color: rgba(56,217,255,.3); background: linear-gradient(120deg, rgba(56,217,255,.12), rgba(104,119,255,.1)); color: #dffaff; box-shadow: inset 0 1px 0 rgba(255,255,255,.04); }
.table-empty { padding: 42px 20px; color: #7895a3; text-align: center; }
.badge { border: 1px solid currentColor; background: transparent; box-shadow: inset 0 0 14px rgba(255,255,255,.025); }
.critical { color: #ff8790; }
.high { color: #ffb86a; }
.medium { color: #ffe083; }
.low { color: #76e8b7; }
.notice,
.error { border-top: 1px solid rgba(255,255,255,.05); border-right: 1px solid rgba(255,255,255,.05); border-bottom: 1px solid rgba(255,255,255,.05); border-radius: 10px; background: rgba(8,24,35,.9); box-shadow: 0 12px 36px rgba(0,0,0,.22); }
.notice { color: #8df2c9; }
.error { color: #ff9ca4; }
.site-footer { border-top: 1px solid rgba(56,217,255,.12); background: rgba(2,7,19,.94); }

/* Futuristic login surface */
.login-page { background: #030812; }
.login-form-area {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 18%, rgba(56,217,255,.1), transparent 28%),
        radial-gradient(circle at 92% 88%, rgba(104,119,255,.12), transparent 32%),
        #050d18;
}
.login-form-area::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(56,217,255,.028) 1px, transparent 1px),
        linear-gradient(90deg, rgba(56,217,255,.028) 1px, transparent 1px);
    background-size: 38px 38px;
}
.login-box.card {
    position: relative;
    z-index: 1;
    padding: clamp(26px, 4vw, 42px);
    border: 1px solid rgba(80,203,240,.2);
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(13,34,49,.76), rgba(5,16,27,.84));
    box-shadow: 0 32px 90px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.055);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
}
.login-box h2 { color: #f3fbff; }
.login-visual {
    background:
        linear-gradient(90deg, rgba(2,10,20,.88), rgba(6,29,50,.52)),
        linear-gradient(0deg, rgba(3,12,24,.48), rgba(4,20,36,.2)),
        url("resort-night-hero.png") center / cover no-repeat;
}
.login-visual::before { border-color: rgba(56,217,255,.26); filter: drop-shadow(0 0 18px rgba(56,217,255,.18)); animation: loginOrbit 42s linear infinite; }
.login-visual h1 { background: linear-gradient(110deg, #fff 18%, #8beaff 58%, #a7b0ff); -webkit-background-clip: text; background-clip: text; color: transparent; filter: drop-shadow(0 0 24px rgba(56,217,255,.12)); }

/* Monthly repair chart */
.monthly-chart-card { margin-top: 20px; }
.monthly-chart__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; }
.monthly-chart__head h2 { margin-bottom: 4px; font-size: clamp(22px, 3vw, 30px); }
.monthly-chart__head .form-eyebrow { margin-bottom: 3px; }
.monthly-chart__head p:last-child { margin: 0; }
.monthly-chart__summary { display: grid; grid-template-columns: repeat(2, minmax(110px, 1fr)); gap: 8px; flex: 0 0 auto; }
.monthly-chart__summary span {
    display: grid;
    min-width: 120px;
    padding: 11px 13px;
    border: 1px solid rgba(87,196,231,.16);
    border-radius: 10px;
    background: rgba(56,217,255,.04);
    color: #7695a3;
    font-size: 9px;
}
.monthly-chart__summary strong { color: #dff8ff; font-family: Arial, Helvetica, sans-serif; font-size: 22px; line-height: 1.1; }
.chart-legend { display: flex; flex-wrap: wrap; gap: 18px; margin: 22px 0 8px; color: #90aab6; font-size: 10px; font-weight: 700; }
.chart-legend span { display: inline-flex; align-items: center; gap: 7px; }
.chart-legend i { width: 9px; height: 9px; border-radius: 3px; }
.legend-total { background: linear-gradient(180deg, #54e5ff, #218cb9); box-shadow: 0 0 9px rgba(56,217,255,.42); }
.legend-completed { background: linear-gradient(180deg, #9aa4ff, #5868ea); box-shadow: 0 0 9px rgba(104,119,255,.42); }
.monthly-chart__scroll { overflow-x: auto; padding: 8px 0 6px; scrollbar-color: rgba(56,217,255,.28) rgba(255,255,255,.03); scrollbar-width: thin; }
.monthly-chart {
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, minmax(48px, 1fr));
    gap: 8px;
    min-width: 790px;
    height: 300px;
    padding-top: 8px;
}
.monthly-chart::before {
    content: "";
    position: absolute;
    inset: 42px 0 34px;
    border-bottom: 1px solid rgba(109,180,207,.18);
    background: repeating-linear-gradient(to top, rgba(112,178,204,.09) 0 1px, transparent 1px 25%);
    pointer-events: none;
}
.monthly-column { position: relative; z-index: 1; display: grid; grid-template-rows: 34px 1fr 32px; min-width: 0; }
.monthly-values { display: flex; align-items: center; justify-content: center; gap: 7px; font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
.monthly-values strong { color: #86e9ff; }
.monthly-values span { color: #9ca7ff; }
.monthly-bars { display: flex; height: 100%; align-items: flex-end; justify-content: center; gap: 5px; padding: 0 4px; }
.monthly-bar {
    display: block;
    width: min(17px, 34%);
    min-height: 0;
    transform: scaleY(0);
    transform-origin: bottom;
    border-radius: 5px 5px 1px 1px;
    animation: chartRise .78s cubic-bezier(.2,.72,.2,1) var(--bar-delay) forwards;
    transition: filter .2s ease, opacity .2s ease;
}
.monthly-bar--total { height: var(--bar-total); background: linear-gradient(180deg, #5be7ff, #177ba7); box-shadow: 0 0 14px rgba(56,217,255,.2); }
.monthly-bar--completed { height: var(--bar-completed); background: linear-gradient(180deg, #a8b0ff, #4d5dde); box-shadow: 0 0 14px rgba(104,119,255,.2); }
.monthly-column:hover .monthly-bar { filter: brightness(1.28); }
.monthly-column:hover .monthly-label { color: #e8faff; }
.monthly-label { display: grid; place-items: end center; color: #6f8b98; font-size: 9px; font-weight: 700; white-space: nowrap; transition: color .2s ease; }

@keyframes chartRise { to { transform: scaleY(1); } }

/* Technician notifications */
.notification-center { position: relative; }
.notification-toggle {
    position: relative;
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    gap: 8px;
    padding: 7px 11px;
    border: 1px solid rgba(56,217,255,.22);
    border-radius: 9px;
    background: rgba(56,217,255,.055);
    color: #c9f6ff;
    cursor: pointer;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .04em;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.notification-toggle:hover,
.notification-toggle.has-alerts { border-color: rgba(56,217,255,.55); background: rgba(56,217,255,.11); box-shadow: 0 0 22px rgba(56,217,255,.1); }
.notification-signal {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #7be8ff;
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(56,217,255,.5);
}
.notification-signal::after {
    content: "";
    position: absolute;
    inset: -5px;
    border: 1px solid rgba(56,217,255,.35);
    border-radius: 50%;
    animation: alertRadar 2.6s ease-out infinite;
}
.notification-count {
    display: grid;
    min-width: 20px;
    height: 20px;
    place-items: center;
    padding: 0 5px;
    border-radius: 7px;
    background: var(--danger);
    box-shadow: 0 0 14px rgba(255,107,120,.38);
    color: #fff;
    font-size: 9px;
}
.notification-panel {
    position: fixed;
    z-index: 1000;
    top: 78px;
    right: 24px;
    width: min(400px, calc(100vw - 28px));
    overflow: hidden;
    border: 1px solid rgba(80,205,240,.28);
    border-radius: 16px;
    background: linear-gradient(155deg, rgba(12,31,47,.98), rgba(3,12,22,.99));
    box-shadow: 0 30px 90px rgba(0,0,0,.6), 0 0 34px rgba(56,217,255,.09), inset 0 1px 0 rgba(255,255,255,.055);
    color: var(--ink);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}
.notification-panel__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 20px 20px 14px; border-bottom: 1px solid rgba(113,184,211,.13); }
.notification-panel__head small { color: var(--blue-500); font-size: 8px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.notification-panel__head h2 { margin: 3px 0 0; color: #f1fbff; font-size: 20px; }
.notification-close {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(127,190,215,.18);
    border-radius: 9px;
    background: rgba(255,255,255,.035);
    color: #a9c8d5;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
}
.notification-close:hover { border-color: rgba(56,217,255,.42); color: #fff; }
.notification-actions { display: grid; grid-template-columns: 1fr auto; gap: 8px; padding: 12px 14px; border-bottom: 1px solid rgba(113,184,211,.1); }
.notification-actions button {
    min-height: 34px;
    padding: 7px 10px;
    border: 1px solid rgba(98,188,220,.2);
    border-radius: 8px;
    background: rgba(56,217,255,.055);
    color: #bcecf7;
    cursor: pointer;
    font-size: 9px;
    font-weight: 700;
}
.notification-actions button:hover { border-color: rgba(56,217,255,.44); background: rgba(56,217,255,.1); }
.notification-actions button.enabled { border-color: rgba(62,230,168,.28); color: #82efc2; }
.notification-actions button:disabled { cursor: not-allowed; opacity: .48; }
.notification-list { max-height: min(56vh, 510px); overflow-y: auto; overscroll-behavior: contain; }
.notification-item {
    display: grid;
    grid-template-columns: 10px minmax(0, 1fr);
    gap: 12px;
    padding: 16px 18px;
    border-bottom: 1px solid rgba(113,184,211,.1);
    background: transparent;
    transition: background .2s ease;
}
.notification-item:hover { background: rgba(56,217,255,.055); }
.notification-priority { width: 8px; height: 8px; margin-top: 6px; border-radius: 50%; background: #7abbd2; box-shadow: 0 0 10px currentColor; }
.notification-priority--critical { background: #ff6b78; color: #ff6b78; }
.notification-priority--high { background: #ffab5b; color: #ffab5b; }
.notification-priority--medium { background: #ffe174; color: #ffe174; }
.notification-priority--low { background: #63e2ad; color: #63e2ad; }
.notification-item__copy { display: grid; min-width: 0; gap: 3px; }
.notification-item__copy strong { overflow: hidden; color: #effbff; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.notification-item__copy > span { overflow: hidden; color: #9ab5c1; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.notification-item__copy small { color: #5f8090; font-size: 9px; }
.notification-empty { margin: 0; padding: 38px 20px; color: #7895a3; text-align: center; }
.notification-offline .notification-signal { border-color: #ff8a93; box-shadow: 0 0 12px rgba(255,107,120,.35); }
.notification-toasts { position: fixed; z-index: 1200; right: 22px; bottom: 22px; display: grid; width: min(360px, calc(100vw - 28px)); gap: 10px; pointer-events: none; }
.notification-toast {
    display: grid;
    gap: 3px;
    width: 100%;
    padding: 16px 18px;
    transform: translateX(calc(100% + 40px));
    border: 1px solid rgba(56,217,255,.38);
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(12,36,53,.98), rgba(4,15,26,.99));
    box-shadow: 0 22px 70px rgba(0,0,0,.58), 0 0 28px rgba(56,217,255,.1);
    color: #eefbff;
    cursor: pointer;
    opacity: 0;
    pointer-events: auto;
    text-align: left;
    transition: transform .32s ease, opacity .32s ease;
}
.notification-toast.show { transform: translateX(0); opacity: 1; }
.notification-toast small { color: var(--blue-500); font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.notification-toast strong { font-size: 14px; }
.notification-toast span { color: #9db8c5; font-size: 11px; }

@keyframes alertRadar {
    0% { transform: scale(.7); opacity: .8; }
    75%, 100% { transform: scale(1.8); opacity: 0; }
}

@keyframes livePulse {
    0% { box-shadow: 0 0 0 0 rgba(62,230,168,.5), 0 0 12px rgba(62,230,168,.8); }
    70% { box-shadow: 0 0 0 8px rgba(62,230,168,0), 0 0 15px rgba(62,230,168,.72); }
    100% { box-shadow: 0 0 0 0 rgba(62,230,168,0), 0 0 12px rgba(62,230,168,.8); }
}
@keyframes headerScan { from { transform: translateX(-10%); } to { transform: translateX(10%); } }
@keyframes orbitSpin { from { transform: translate(-50%, -50%) rotate(0deg); } to { transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes loginOrbit { from { transform: translate(-50%, -50%) rotate(0deg); } to { transform: translate(-50%, -50%) rotate(-360deg); } }
@keyframes brandSweep { 0%, 48% { transform: translateX(-160%) skewX(-20deg); } 72%, 100% { transform: translateX(330%) skewX(-20deg); } }
@keyframes dataFlow { 0% { transform: translateX(-105%); } 50% { transform: translateX(140%); } 100% { transform: translateX(260%); } }

@media (max-width: 1050px) {
    .topbar { grid-template-columns: auto 1fr; gap: 18px; padding-block: 18px; }
    .nav { grid-column: 1 / -1; grid-row: 2; justify-content: flex-start; overflow-x: auto; }
    .user-chip { justify-self: end; }
    .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
    .welcome-top,
    .welcome-footer { width: min(100% - 34px, 1380px); }
    .welcome-content { padding-block: 54px; }
    .welcome-orbit { width: min(90vw, 640px); }
    .login-layout { grid-template-columns: 1fr; }
    .login-visual { min-height: 48vh; padding: 40px 28px; }
    .login-visual .brand { position: static; margin-bottom: 58px; }
    .login-visual h1 { font-size: clamp(58px, 17vw, 92px); }
    .login-intro { margin-top: 24px; }
    .login-form-area { padding: 54px 28px; }
    .page-hero { min-height: 215px; }
    .monthly-chart__head { flex-direction: column; }
    .monthly-chart__summary { width: 100%; }
    .action-card { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
    .welcome-top { min-height: 82px; }
    .welcome-top .brand-logo { width: 150px; }
    .welcome-content { padding: 46px 18px 56px; }
    .welcome-copy h1 { font-size: clamp(50px, 17vw, 78px); line-height: .82; }
    .welcome-copy h1 span { margin-bottom: 13px; font-size: .14em; }
    .welcome-copy > p:not(.eyebrow) { margin-top: 26px; font-size: 13px; }
    .welcome-enter { width: min(100%, 300px); margin-top: 28px; }
    .welcome-footer { min-height: 82px; align-items: flex-start; justify-content: center; flex-direction: column; gap: 2px; }
    .topbar { width: min(100% - 28px, 1320px); grid-template-columns: 1fr auto; }
    .topbar .brand-logo { width: 128px; }
    .brand-logo-shell { padding: 6px 9px; }
    .user-chip { min-width: 0; }
    .user-chip > span:last-child { display: none; }
    .notification-toggle > span:nth-child(2) { display: none; }
    .notification-toggle { min-width: 40px; justify-content: center; padding-inline: 9px; }
    .notification-panel { top: 70px; right: 12px; }
    .notification-toasts { right: 12px; bottom: 12px; }
    .system-status span { display: none; }
    .system-status { padding: 9px; }
    .nav { gap: 0; }
    .nav a { padding-inline: 10px; white-space: nowrap; }
    .page-hero { min-height: 190px; padding-bottom: 46px; }
    .page-hero h1 { font-size: 40px; }
    .page-hero__content > p:last-child { display: none; }
    .page-hero__lines { width: 250px; }
    .container { width: min(100% - 24px, 1180px); margin-top: -24px; }
    .grid { grid-template-columns: 1fr; gap: 12px; }
    .stat-card { min-height: 135px; }
    .stat { margin-top: 16px; font-size: 42px; }
    .monthly-chart-card { padding-inline: 16px; }
    .monthly-chart { height: 270px; }
    .monthly-chart__summary span { min-width: 0; }
    .repair-filter-bar { align-items: flex-start; flex-direction: column; gap: 8px; }
    .repair-filter-bar nav { width: 100%; }
    .actions,
    .actions .btn { width: 100%; }
    .card { padding: 19px; }
    .site-footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition: none !important;
    }
}
