*{box-sizing:border-box}:root{--bg:#f6f8f7;--surface:#ffffff;--surface-2:#f8faf9;--text:#0f172a;--muted:#5f6f66;--brand:#16a34a;--brand-2:#15803d;--danger:#ef4444;--border:#dde6df}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:linear-gradient(180deg,#f7fbf8,#f2f6f3);color:var(--text)}.leaflet-container{font-family:inherit}a{color:inherit}button,input,select{font:inherit}.hc-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:0 8px 22px rgba(15,23,42,.06)}.hc-button{border:1px solid #cfd9d2;background:#ffffff;color:#0f172a;border-radius:10px;padding:8px 14px;cursor:pointer}.hc-button:hover{background:#f1f5f2}.hc-button-brand{border:0;background:linear-gradient(180deg,var(--brand) 0,var(--brand-2) 100%);color:#ffffff;font-weight:700;transition:all .2s ease}.hc-button-brand:hover{filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 4px 12px rgba(22,163,74,.2)}.hc-table-wrap{overflow-x:auto}.hc-table{width:100%;border-collapse:collapse;font-size:14px}.hc-table td,.hc-table th{padding:12px;border-bottom:1px solid #edf2ee}.hc-table-sticky thead th{position:-webkit-sticky;position:sticky;top:0;z-index:2;background:#f8fbf9}.hc-table-sticky td:first-child,.hc-table-sticky th:first-child{position:-webkit-sticky;position:sticky;left:0;z-index:1;background:#ffffff}.hc-table-sticky thead th:first-child{z-index:3;background:#f8fbf9}.hc-table-sticky td.sticky-right,.hc-table-sticky th.sticky-right{position:-webkit-sticky;position:sticky;right:0;z-index:2;background:#ffffff}.hc-table-sticky thead th.sticky-right{z-index:4;background:#f8fbf9}.hc-status-chip{display:inline-flex;align-items:center;gap:6px;border-radius:999px;font-size:12px;font-weight:600;padding:4px 10px;border:1px solid transparent}.hc-logo-slot{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:12px 16px;box-shadow:0 1px 3px rgba(15,23,42,.06)}.hc-logo-slot--wide{width:100%}.hc-logo-slot--compact{padding:8px 12px;border-radius:12px}.hc-logo-slot--login{padding:18px 24px;border-radius:16px}.hc-toolbar{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.hc-input,.hc-select{border-radius:10px;border:1px solid #d7e2db;background:#ffffff;color:#0f172a;padding:8px 10px}.hc-sort{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;cursor:pointer;font-weight:600;color:#334155;padding:0}.hc-page-header{padding:20px;margin-bottom:0}.hc-icon-box{width:52px;height:52px;border-radius:14px;background:#16a34a18;border:1.5px solid #16a34a40;display:grid;place-items:center;font-size:26px;flex-shrink:0}.hc-row-actions-anchor{display:inline-flex;justify-content:flex-end}.hc-row-actions-trigger{display:inline-grid;place-items:center;width:38px;height:38px;padding:0;border-radius:12px;border:1px solid #d8e4dc;background:linear-gradient(180deg,#ffffff,#f4faf6);color:#334155;cursor:pointer;box-shadow:0 1px 2px rgba(15,23,42,.04);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.hc-row-actions-trigger:hover:not(:disabled){border-color:#b6d4c4;background:linear-gradient(180deg,#ffffff,#ecf8f0);box-shadow:0 6px 16px rgba(22,163,74,.12);transform:translateY(-1px)}.hc-row-actions-trigger:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 6px rgba(15,23,42,.08)}.hc-row-actions-trigger:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.hc-row-actions-trigger:disabled{opacity:.45;cursor:not-allowed}.hc-action-sheet{position:fixed;border-radius:16px;border:1px solid rgba(226,232,240,.95);background:rgba(255,255,255,.94);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 4px 6px -1px rgba(15,23,42,.06),0 22px 48px -12px rgba(15,23,42,.18);overflow:hidden;animation:hc-sheet-in .22s cubic-bezier(.22,1,.36,1)}@keyframes hc-sheet-in{0%{opacity:0;transform:translateY(-6px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.hc-action-sheet-glow{position:absolute;inset:-40% -20% auto;height:70%;background:radial-gradient(ellipse at 50% 0,rgba(34,197,94,.14),transparent 55%);pointer-events:none}.hc-action-sheet-inner{position:relative;padding:6px;display:flex;flex-direction:column;gap:2px}.hc-action-sheet-row{display:flex;flex-direction:column;align-items:flex-start;gap:2px;width:100%;text-align:left;padding:11px 12px;border:0;border-radius:12px;background:transparent;color:#0f172a;cursor:pointer;font-size:13px;font-weight:650;transition:background .12s ease}.hc-action-sheet-row:hover:not(:disabled){background:rgba(15,23,42,.05)}.hc-action-sheet-row:focus-visible{outline:2px solid var(--brand);outline-offset:0}.hc-action-sheet-row:disabled{opacity:.45;cursor:not-allowed}.hc-action-sheet-label{display:block;line-height:1.25}.hc-action-sheet-desc{display:block;font-size:11px;font-weight:500;color:var(--muted);line-height:1.35}.hc-action-sheet-row--danger .hc-action-sheet-label{color:#b91c1c}.hc-action-sheet-row--danger:hover:not(:disabled){background:rgba(239,68,68,.08)}.hc-action-sheet-row--success .hc-action-sheet-label{color:#15803d}.hc-action-sheet-row--success:hover:not(:disabled){background:rgba(34,197,94,.1)}