.theme-toggle{width:42px;height:42px;border:1px solid var(--line);border-radius:11px;background:var(--white);color:var(--ink);font-size:21px;cursor:pointer;display:grid;place-items:center}
[data-theme="dark"]{color-scheme:dark;--ink:#edf2f8;--muted:#a9b3c2;--line:#364154;--bg:#111827;--white:#1d2635;--sky:#243b5d;--shadow:0 10px 32px rgba(0,0,0,.24)}
[data-theme="dark"] body{background:var(--bg);color:var(--ink)}
[data-theme="dark"] .topbar,[data-theme="dark"] .card,[data-theme="dark"] .module-card,[data-theme="dark"] .secondary,[data-theme="dark"] .search,[data-theme="dark"] .theme-toggle,[data-theme="dark"] dialog,[data-theme="dark"] .folder-item{background:#1d2635;color:var(--ink)}
[data-theme="dark"] input,[data-theme="dark"] select,[data-theme="dark"] textarea,[data-theme="dark"] .form-card input,[data-theme="dark"] dialog input,[data-theme="dark"] .reception-grid select{background:#151d2a;color:var(--ink);border-color:#3a465a}
[data-theme="dark"] .pause-line,[data-theme="dark"] .visit-point-card,[data-theme="dark"] .visit-summary,[data-theme="dark"] .site-facts span,[data-theme="dark"] th{background:#17202e}
[data-theme="dark"] td,[data-theme="dark"] th,[data-theme="dark"] .site-header,[data-theme="dark"] .point-row{border-color:#303b4d}
[data-theme="dark"] .segmented{background:#263144}[data-theme="dark"] .segmented button.active{background:#3a4659;color:#fff;box-shadow:none}
[data-theme="dark"] .product-options label,[data-theme="dark"] .check-card,[data-theme="dark"] .field-zone,[data-theme="dark"] .visit-content{background:#202b3b;border-color:#3a465a}
[data-theme="dark"] .form-card>label,[data-theme="dark"] dialog label,[data-theme="dark"] .time-row label,[data-theme="dark"] .reception-grid label,[data-theme="dark"] .permissions label{color:#c0c8d4}
[data-theme="dark"] .auto-zone{background:#1c304a;border-color:#30537c}[data-theme="dark"] .auto-zone small,[data-theme="dark"] .auto-zone strong,[data-theme="dark"] .field-zone strong{color:#9bc3ff}
[data-theme="dark"] .admin-access{background:#202c3d;border-color:#40506a;color:#d8e6fb}[data-theme="dark"] .admin-access.active{background:#315d98}
[data-theme="dark"] .login-card{background:#1d2635;color:var(--ink)}[data-theme="dark"] .icon-btn{background:#303b4d;color:#fff}
@media(max-width:850px){.theme-toggle{width:36px;height:36px}}
