html,body{height:100%}
  body{background:#060a0e;overflow:hidden}
  ::selection{background:#ffc400;color:#0a1016}
  ::-webkit-scrollbar{width:9px;height:9px}
  ::-webkit-scrollbar-track{background:#0a1016}
  ::-webkit-scrollbar-thumb{background:#22364a;border-radius:5px;border:2px solid #0a1016}
  button:focus-visible,a:focus-visible{outline:2px solid #ffc400;outline-offset:2px}

  .bg-fx{position:fixed;inset:0;z-index:0;pointer-events:none;background:
    radial-gradient(900px 480px at 88% -10%, rgba(255,196,0,.055), transparent 62%),
    radial-gradient(760px 420px at -8% 112%, rgba(53,224,255,.045), transparent 60%),
    linear-gradient(rgba(120,155,190,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120,155,190,.035) 1px, transparent 1px);
    background-size:auto,auto,34px 34px,34px 34px;}
  .hazard{background:repeating-linear-gradient(-45deg,#ffc400 0 10px,#12181f 10px 20px)}

  .panel{background:#0c141d;border:1px solid #1b2938;border-radius:6px}
  .panel-head{background:linear-gradient(180deg,#111c28,#0d1620);border-bottom:1px solid #1b2938}
  .card{background:linear-gradient(180deg,#0e1721 0%,#0b1219 100%);border:1px solid #1b2938;border-radius:6px;
        transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;min-height:218px}
  .card:hover{transform:translateY(-2px);border-color:rgba(255,196,0,.35);box-shadow:0 10px 26px rgba(0,0,0,.5)}
  .card-warn{border-color:rgba(255,176,32,.45)}
  .card-crit{border-color:rgba(255,93,93,.6);box-shadow:0 0 0 1px rgba(255,93,93,.22),0 0 20px rgba(255,93,93,.12)}
  .chbadge{background:#182430;border:1px solid #1e2d3b;color:#94a3b8}

  #sidebar{width:250px;transition:width .28s ease,transform .28s ease}
  #sidebar.collapsed{width:76px}
  #sidebar.collapsed .lbl{display:none}
  #sidebar.fs-hide{display:none !important}
  .nav-item{display:flex;align-items:center;gap:12px;padding:11px 16px;color:#8fa3b8;font-weight:600;
    letter-spacing:.08em;font-size:13px;border-left:3px solid transparent;text-transform:uppercase;cursor:pointer;white-space:nowrap}
  .nav-item:hover{color:#e2e8f0;background:#101a24}
  .nav-item.active{color:#ffc400;border-left-color:#ffc400;background:linear-gradient(90deg,rgba(255,196,0,.12),transparent)}
  .unit-item{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:6px;cursor:pointer;border:1px solid transparent;transition:all .15s ease;color:#9fb4c9}
  .unit-item:hover{background:#111a24;border-color:#1e2d3b;color:#e2e8f0}
  .unit-item.active{background:#16222e;border-color:rgba(255,196,0,.45);color:#ffc400}
  .unit-item .udot{width:8px;height:8px;border-radius:50%;flex-shrink:0;background:#6b7280}
  .unit-item .udot.on{background:#2fd374;box-shadow:0 0 6px rgba(47,211,116,.7)}
  .unit-item .udot.off{background:#ef4444}
  .unit-item .uid{font-size:12px;font-weight:700;letter-spacing:.08em;font-family:'IBM Plex Mono',monospace}
  .unit-item .umeta{font-size:9px;color:#64748b;font-family:'IBM Plex Mono',monospace;margin-top:2px}
  body.light .unit-item{color:#475569}
  body.light .unit-item:hover{background:#f1f5f9;border-color:#cbd5e1;color:#0f172a}
  body.light .unit-item.active{background:#fff7ed;border-color:#f59e0b;color:#b45309}

  /* Unit cards (halaman Unit) */
  .unit-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}
  .unit-card{background:linear-gradient(180deg,#0e1721,#0b1219);border:1px solid #1b2938;border-radius:14px;padding:16px;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;text-align:left;color:inherit}
  .unit-card:hover{transform:translateY(-2px);border-color:rgba(255,196,0,.4);box-shadow:0 12px 28px rgba(0,0,0,.35)}
  .unit-card.active{border-color:rgba(255,196,0,.7);box-shadow:0 0 0 1px rgba(255,196,0,.25)}
  .unit-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}
  .unit-card-icon{width:40px;height:40px;border-radius:10px;background:rgba(53,120,255,.15);color:#5b9dff;display:grid;place-items:center;font-weight:800;font-size:12px;letter-spacing:.06em}
  .unit-card-status{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;padding:4px 10px;border-radius:999px;background:rgba(239,68,68,.1);color:#f87171}
  .unit-card-status .dot{width:7px;height:7px;border-radius:50%;background:currentColor}
  .unit-card-status.online{background:rgba(47,211,116,.12);color:#2fd374}
  .unit-card-status.offline{background:rgba(239,68,68,.1);color:#f87171}
  .unit-card-age{font-size:10px;color:#64748b;font-family:'IBM Plex Mono',monospace;margin-bottom:8px}
  .unit-card-name{font-size:16px;font-weight:800;letter-spacing:.04em;color:#e2e8f0}
  .unit-card-id{font-size:11px;font-family:'IBM Plex Mono',monospace;color:#ffc400;margin-top:2px}
  .unit-card-site{font-size:11px;color:#64748b;margin:6px 0 12px}
  .unit-card-metrics{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding-top:10px;border-top:1px dashed #1e2d3b}
  .unit-card-metrics .k{display:block;font-size:9px;color:#64748b;letter-spacing:.08em;text-transform:uppercase}
  .unit-card-metrics .v{display:block;font-size:13px;font-weight:700;color:#cbd5e1;font-family:'IBM Plex Mono',monospace;margin-top:2px}
  .unit-card-metrics small{font-size:9px;color:#64748b;font-weight:500}
  .unit-card-actions{display:flex;gap:8px;margin-top:14px}
  .unit-card-actions button{flex:1;padding:7px 8px;border-radius:8px;font-size:11px;font-weight:700;letter-spacing:.06em;cursor:pointer;border:1px solid #1e2d3b;background:#111a24;color:#94a3b8}
  .unit-card-actions .btn-pick-unit{border-color:rgba(255,196,0,.45);color:#ffc400;background:rgba(255,196,0,.08)}
  .unit-card-actions .btn-pick-unit:hover{background:rgba(255,196,0,.16)}
  .unit-card-actions .btn-edit-unit:hover{color:#e2e8f0;border-color:#334155}
  .unit-card-add{border-style:dashed;border-color:#2a3f52;background:transparent;min-height:220px;display:flex;align-items:center;justify-content:center}
  .unit-card-add:hover{border-color:rgba(255,196,0,.5);background:rgba(255,196,0,.03)}
  .unit-card-add-inner{text-align:center;padding:12px}
  .unit-card-add-plus{width:48px;height:48px;margin:0 auto 10px;border-radius:12px;background:#16222e;color:#94a3b8;display:grid;place-items:center;font-size:28px;font-weight:300;line-height:1}
  .unit-card-add-title{font-size:14px;font-weight:700;color:#cbd5e1}
  .unit-card-add-sub{font-size:11px;color:#64748b;margin-top:6px;max-width:180px;margin-left:auto;margin-right:auto;line-height:1.4}
  .unit-card-add-tag{font-size:10px;color:#475569;margin-top:10px;font-family:'IBM Plex Mono',monospace}
  body.light .unit-card{background:#fff;border-color:#e2e8f0;box-shadow:0 1px 3px rgba(0,0,0,.06)}
  body.light .unit-card:hover{border-color:#f59e0b;box-shadow:0 8px 24px rgba(0,0,0,.08)}
  body.light .unit-card.active{border-color:#f59e0b}
  body.light .unit-card-name{color:#0f172a}
  body.light .unit-card-metrics{border-top-color:#e2e8f0}
  body.light .unit-card-metrics .v{color:#0f172a}
  body.light .unit-card-actions button{background:#f8fafc;border-color:#e2e8f0;color:#64748b}
  body.light .unit-card-add{background:#f8fafc;border-color:#cbd5e1}
  body.light .unit-card-add-plus{background:#e2e8f0;color:#64748b}
  body.light .unit-card-add-title{color:#0f172a}

  @media (max-width:1023px){
    #sidebar{position:fixed;left:0;top:0;bottom:0;z-index:70;transform:translateX(-105%);width:250px !important}
    #sidebar.open{transform:none}
    #sidebar.collapsed .lbl{display:block}
  }

  .chip{font:600 9px/1 'IBM Plex Mono',monospace;letter-spacing:.1em;padding:4px 7px;border-radius:3px;border:1px solid;white-space:nowrap}
  .chip-ok{color:#2fd374;border-color:rgba(47,211,116,.4);background:rgba(47,211,116,.08)}
  .chip-warn{color:#ffb020;border-color:rgba(255,176,32,.45);background:rgba(255,176,32,.08)}
  .chip-crit{color:#ff5d5d;border-color:rgba(255,93,93,.5);background:rgba(255,93,93,.1);animation:blink 1.1s infinite}
  .led{width:8px;height:8px;border-radius:50%;flex-shrink:0}
  .led-ok{background:#2fd374;box-shadow:0 0 7px rgba(47,211,116,.8)}
  .led-warn{background:#ffb020;box-shadow:0 0 8px rgba(255,176,32,.9);animation:blink 1.4s infinite}
  .led-crit{background:#ff4d4d;box-shadow:0 0 9px rgba(255,77,77,.95);animation:blink .8s infinite}
  @keyframes blink{0%,55%{opacity:1}56%,100%{opacity:.22}}

  .zone{opacity:.95}
  .zok{stroke:rgba(47,211,116,.28)} .zwarn{stroke:rgba(255,176,32,.55)} .zcrit{stroke:rgba(255,93,93,.65)}
  .gtrack{stroke:#16222e}.gtick{stroke:#33475c}.gtxt{fill:#5b7186}.gneedle{stroke:#e6edf5}.ghub{fill:#0c141d;stroke:#ffc400}
  .varc{transition:stroke-dasharray .95s ease,stroke .4s ease}
  .arc-ok{stroke:#2fd374;filter:drop-shadow(0 0 4px rgba(47,211,116,.55))}
  .arc-warn{stroke:#ffb020;filter:drop-shadow(0 0 5px rgba(255,176,32,.6))}
  .arc-crit{stroke:#ff4d4d;filter:drop-shadow(0 0 6px rgba(255,77,77,.7))}
  .needle{transition:transform .95s cubic-bezier(.25,1,.4,1);transform-box:view-box;transform-origin:100px 92px}
  .txt-ok{color:#2fd374}.txt-warn{color:#ffb020}.txt-crit{color:#ff5d5d}

  .lamp{width:58px;height:58px;border-radius:50%;flex-shrink:0;border:3px solid #223140}
  .lamp-green{background:radial-gradient(circle at 35% 30%,#c8ffdd,#2fd374 55%,#0a4d2b);box-shadow:0 0 16px rgba(47,211,116,.35),inset 0 2px 6px rgba(0,0,0,.35)}
  .lamp-red{background:radial-gradient(circle at 35% 30%,#ffc1c1,#ff4d4d 55%,#7a0f0f);box-shadow:0 0 24px rgba(255,77,77,.6),inset 0 2px 6px rgba(0,0,0,.35)}
  .lamp-blink{animation:blink .9s steps(1) infinite}

  .btn-head{width:36px;height:36px;display:grid;place-items:center;border:1px solid #1e2d3b;border-radius:5px;
    background:#111a24;color:#9fb4c9;transition:all .18s ease;cursor:pointer;flex-shrink:0}
  .btn-head:hover{border-color:#ffc400;color:#ffc400;box-shadow:0 0 12px rgba(255,196,0,.15)}

  .pulse-dot{position:relative;width:9px;height:9px;border-radius:50%;background:#2fd374;box-shadow:0 0 8px rgba(47,211,116,.9)}
  .pulse-dot::after{content:'';position:absolute;inset:-4px;border-radius:50%;border:1.5px solid #2fd374;animation:ring 1.8s ease-out infinite}
  .pulse-dot.off{background:#6b7280;box-shadow:none}
  .pulse-dot.off::after{display:none}
  .pulse-dot.warn{background:#f59e0b;box-shadow:0 0 8px rgba(245,158,11,.7)}
  .pulse-dot.warn::after{border-color:#f59e0b}
  .pulse-dot.crit{background:#ef4444;box-shadow:0 0 8px rgba(239,68,68,.7)}
  .pulse-dot.crit::after{border-color:#ef4444}
  @keyframes ring{0%{transform:scale(.5);opacity:1}100%{transform:scale(1.8);opacity:0}}

  .leaflet-container{background:#0a0f14;font-family:'IBM Plex Mono',monospace}
  .leaflet-control-attribution{background:rgba(10,15,20,.75) !important;color:#5b7186 !important;font-size:9px}
  .leaflet-control-attribution a{color:#7d93a8 !important}
  .leaflet-bar a{background:#0d141c !important;color:#cfe3f5 !important;border-color:#1b2938 !important}
  .mk-wrap{background:none;border:none}
  .mk{position:relative;width:34px;height:34px}
  .mk .ring{position:absolute;inset:0;border-radius:50%;border:2px solid #ffc400;animation:mkp 1.9s ease-out infinite}
  @keyframes mkp{0%{transform:scale(.55);opacity:.95}100%{transform:scale(2);opacity:0}}
  .mk .core{position:absolute;inset:6px;background:#131a22;border:2px solid #ffc400;border-radius:50%;display:grid;place-items:center}
  .mk-arrow{transition:transform .9s ease}

  .toast{animation:tin .3s ease}
  @keyframes tin{from{transform:translateX(30px);opacity:0}to{transform:none;opacity:1}}
  .console{font-family:'IBM Plex Mono',monospace;font-size:11px;line-height:1.7}
  input[type=date]{color-scheme:dark}

  /* ═══════ MODE TERANG ═══════ */
  body.light{background:#eef2f6;color:#0f172a}
  body.light .bg-fx{background:
    radial-gradient(900px 480px at 88% -10%, rgba(217,119,6,.06), transparent 62%),
    radial-gradient(760px 420px at -8% 112%, rgba(2,132,199,.05), transparent 60%),
    linear-gradient(rgba(30,64,120,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(30,64,120,.05) 1px, transparent 1px);
    background-size:auto,auto,34px 34px,34px 34px}
  body.light .bg-coal-900{background:#f8fafc}
  body.light .bg-coal-800{background:#eef2f7}
  body.light .bg-coal-700{background:#dbe3ec}
  body.light .border-coal-600{border-color:#cbd5e1}
  body.light .border-coal-700{border-color:#d8e0ea}
  body.light .text-slate-200{color:#1e293b}
  body.light .text-slate-300{color:#334155}
  body.light .text-slate-400{color:#475569}
  body.light .text-slate-500{color:#64748b}
  body.light .text-slate-600{color:#8494ab}
  body.light .text-safety{color:#b45309}
  body.light .text-ok{color:#15803d}
  body.light .text-warn{color:#b45309}
  body.light .text-crit{color:#b91c1c}
  body.light .text-cyanx{color:#0e7490}
  body.light .panel{background:#ffffff;border-color:#d7dfe9}
  body.light .panel-head{background:#f1f5f9;border-color:#d7dfe9}
  body.light .card{background:#ffffff;border-color:#d7dfe9;box-shadow:0 1px 2px rgba(15,23,42,.06)}
  body.light .card:hover{border-color:rgba(217,119,6,.5)}
  body.light .nav-item{color:#475569}
  body.light .nav-item:hover{color:#0f172a;background:#eef2f7}
  body.light .nav-item.active{color:#b45309;border-left-color:#d97706;background:linear-gradient(90deg,rgba(217,119,6,.10),transparent)}
  body.light .btn-head{background:#fff;border-color:#cbd5e1;color:#475569}
  body.light .btn-head:hover{border-color:#d97706;color:#b45309;box-shadow:none}
  body.light .chbadge{background:#e8eef5;border-color:#cbd5e1;color:#64748b}
  body.light .chip-ok{color:#15803d;border-color:#86efac;background:#f0fdf4}
  body.light .chip-warn{color:#b45309;border-color:#fcd34d;background:#fffbeb}
  body.light .chip-crit{color:#b91c1c;border-color:#fca5a5;background:#fef2f2}
  body.light .txt-ok{color:#15803d}
  body.light .txt-warn{color:#b45309}
  body.light .txt-crit{color:#b91c1c}
  body.light .gtrack{stroke:#e2e8f0}
  body.light .gtick{stroke:#94a3b8}
  body.light .gtxt{fill:#64748b}
  body.light .gneedle{stroke:#0f172a}
  body.light .ghub{fill:#ffffff;stroke:#b45309}
  body.light .zok{stroke:rgba(22,163,74,.30)}
  body.light .zwarn{stroke:rgba(217,119,6,.5)}
  body.light .zcrit{stroke:rgba(220,38,38,.55)}
  body.light .leaflet-container{background:#dfe8f0}
  body.light .leaflet-bar a{background:#fff !important;color:#334155 !important;border-color:#cbd5e1 !important}
  body.light .leaflet-control-attribution{background:rgba(255,255,255,.8) !important;color:#64748b !important}
  body.light #dataTableBody tr, body.light #reportTableBody tr{border-color:#e2e8f0}
  body.light #dataTableBody tr:hover, body.light #reportTableBody tr:hover{background:#f1f5f9}
  body.light #bellList>div{border-color:#e2e8f0}
  body.light input[type=date]{color-scheme:light}
  body.light ::-webkit-scrollbar-track{background:#eef2f6}
  body.light ::-webkit-scrollbar-thumb{background:#b6c4d6;border-color:#eef2f6}
  body.light .border-l-safety{border-left-color:#d97706}
  body.light .border-l-cyanx{border-left-color:#0e7490}
  body.light .border-l-warn{border-left-color:#d97706}
  body.light .border-l-ok{border-left-color:#16a34a}
  body.light .border-l-crit{border-left-color:#dc2626}

  .unit-card-actions .btn-del-unit{border-color:rgba(239,68,68,.35);color:#f87171;background:rgba(239,68,68,.06)}
  .unit-card-actions .btn-del-unit:hover{background:rgba(239,68,68,.14);border-color:rgba(239,68,68,.55)}

  .profile-menu-item{display:flex;align-items:center;gap:10px;padding:11px 14px;font-size:13px;font-weight:600;color:#94a3b8;background:transparent;border:none;cursor:pointer;letter-spacing:.04em}
  .profile-menu-item:hover{background:#111a24;color:#e2e8f0}
  .profile-menu-item.text-crit{color:#f87171}
  .profile-menu-item.text-crit:hover{background:rgba(239,68,68,.08);color:#fca5a5}
  body.light .profile-menu-item{color:#475569}
  body.light .profile-menu-item:hover{background:#f1f5f9;color:#0f172a}

  /* Toast notifications */
  #toastBox{position:fixed;bottom:48px;right:16px;z-index:120;display:flex;flex-direction:column;gap:10px;max-width:min(380px,calc(100vw - 24px));pointer-events:none}
  .toast-n{pointer-events:auto;display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border-radius:10px;border:1px solid;background:#0c141d;box-shadow:0 10px 28px rgba(0,0,0,.4);animation:tin .28s ease;font-size:13px;font-weight:600;letter-spacing:.02em;color:#e2e8f0}
  .toast-n .ti{flex-shrink:0;width:22px;height:22px;border-radius:50%;display:grid;place-items:center;font-size:12px;font-weight:800;margin-top:1px}
  .toast-n .tx{flex:1;line-height:1.35;padding-top:2px}
  .toast-n .txclose{flex-shrink:0;border:none;background:transparent;color:#64748b;cursor:pointer;font-size:16px;line-height:1;padding:0 2px}
  .toast-n .txclose:hover{color:#e2e8f0}
  .toast-n.ok{border-color:rgba(47,211,116,.45);background:rgba(16,40,28,.95)}
  .toast-n.ok .ti{background:rgba(47,211,116,.2);color:#2fd374}
  .toast-n.info{border-color:rgba(59,130,246,.45);background:rgba(15,30,55,.95)}
  .toast-n.info .ti{background:rgba(59,130,246,.2);color:#60a5fa}
  .toast-n.warn{border-color:rgba(245,158,11,.5);background:rgba(45,32,10,.95)}
  .toast-n.warn .ti{background:rgba(245,158,11,.2);color:#fbbf24}
  .toast-n.crit{border-color:rgba(239,68,68,.5);background:rgba(50,18,18,.95)}
  .toast-n.crit .ti{background:rgba(239,68,68,.2);color:#f87171}
  body.light .toast-n{color:#0f172a;box-shadow:0 8px 24px rgba(0,0,0,.12)}
  body.light .toast-n.ok{background:#ecfdf5;border-color:#6ee7b7}
  body.light .toast-n.info{background:#eff6ff;border-color:#93c5fd}
  body.light .toast-n.warn{background:#fffbeb;border-color:#fcd34d}
  body.light .toast-n.crit{background:#fef2f2;border-color:#fca5a5}

  /* Custom confirm modal */
  #confirmModal{position:fixed;inset:0;z-index:130;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.55);padding:16px;pointer-events:auto}
  #confirmModal.show{display:flex !important}
  #confirmModal.hidden{display:none !important}
  .confirm-card{width:100%;max-width:380px;border-radius:14px;border:1px solid #1b2938;background:#0c141d;box-shadow:0 20px 50px rgba(0,0,0,.5);overflow:hidden}
  .confirm-card .ch{padding:16px 18px 8px;display:flex;align-items:flex-start;gap:12px}
  .confirm-card .ci{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;flex-shrink:0;font-size:16px;font-weight:800}
  .confirm-card .ci.warn{background:rgba(245,158,11,.15);color:#fbbf24}
  .confirm-card .ci.crit{background:rgba(239,68,68,.15);color:#f87171}
  .confirm-card .ci.info{background:rgba(59,130,246,.15);color:#60a5fa}
  .confirm-card .ci.ok{background:rgba(47,211,116,.15);color:#2fd374}
  .confirm-card .ct{font-size:15px;font-weight:700;letter-spacing:.04em;color:#e2e8f0}
  .confirm-card .cm{font-size:13px;color:#94a3b8;margin-top:6px;line-height:1.45;white-space:pre-line}
  .confirm-card .cf{display:flex;justify-content:flex-end;gap:8px;padding:12px 16px 16px;border-top:1px solid #1b2938;margin-top:8px}
  .confirm-card .cf button{padding:8px 16px;border-radius:8px;font-size:12px;font-weight:700;letter-spacing:.08em;cursor:pointer;border:1px solid #1e2d3b;background:#111a24;color:#94a3b8}
  .confirm-card .cf button:hover{color:#e2e8f0;border-color:#334155}
  .confirm-card .cf .cok{border-color:rgba(255,196,0,.5);background:rgba(255,196,0,.12);color:#ffc400}
  .confirm-card .cf .cok:hover{background:rgba(255,196,0,.2)}
  .confirm-card .cf .ccrit{border-color:rgba(239,68,68,.45);background:rgba(239,68,68,.12);color:#f87171}
  body.light .confirm-card{background:#fff;border-color:#e2e8f0}
  body.light .confirm-card .ct{color:#0f172a}
  body.light .confirm-card .cm{color:#64748b}
  body.light .confirm-card .cf{border-top-color:#e2e8f0}
  body.light .confirm-card .cf button{background:#f8fafc;border-color:#e2e8f0;color:#64748b}

  /* Form inputs - readable in light & dark */
  .form-input{background:#0a121a;border-color:#1e2d3b;color:#e2e8f0}
  .form-input:focus{border-color:#ffc400}
  .form-input::placeholder{color:#64748b}
  body.light .form-input{background:#ffffff;border-color:#cbd5e1;color:#0f172a}
  body.light .form-input:focus{border-color:#d97706;box-shadow:0 0 0 2px rgba(217,119,6,.15)}
  body.light .form-input::placeholder{color:#94a3b8}
  body.light #unitModal .bg-coal-900,
  body.light #unitModal [class*="bg-coal"]{background:#ffffff !important}
  body.light #unitModal{color:#0f172a}
  body.light #unitModal .text-slate-100,
  body.light #unitModal .text-slate-200,
  body.light #unitModal .text-slate-300{color:#0f172a !important}
  body.light #unitModal .text-slate-400,
  body.light #unitModal .text-slate-500{color:#64748b !important}
  body.light #unitModal .border-coal-600,
  body.light #unitModal .border-coal-700{border-color:#e2e8f0 !important}
  body.light #unitModalCancel:hover{color:#0f172a !important}

  .log-date-input{background:#0a121a;border:1px solid #1e2d3b;border-radius:6px;padding:6px 8px;color:#e2e8f0;font-family:inherit;font-size:12px}
  body.light .log-date-input{background:#fff;border-color:#cbd5e1;color:#0f172a;color-scheme:light}
  #dataLogBody tr{border-top:1px solid #1b2938}
  #dataLogBody tr:hover{background:rgba(255,196,0,.04)}
  body.light #dataLogBody tr{border-top-color:#e2e8f0}
  body.light #dataLogBody tr:hover{background:#fff7ed}
