*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;overscroll-behavior:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#1a1a2e;color:#eee}#map-root,.setup-banner{position:fixed;inset:0}.setup-banner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:24px;text-align:center}.setup-banner h1{font-size:1.3rem}.setup-banner code{background:#2a2a45;padding:2px 8px;border-radius:4px;font-size:.9rem}.map-toolbar{position:fixed;top:max(10px,env(safe-area-inset-top));right:10px;display:flex;flex-direction:column;gap:8px;z-index:10}.map-toolbar button{width:44px;height:44px;border-radius:10px;border:none;background:#fff;color:#222;font-size:20px;box-shadow:0 2px 8px rgba(0,0,0,.3);cursor:pointer}.map-toolbar button.active{background:#2f6fed;color:#fff}.legend{position:fixed;bottom:max(10px,env(safe-area-inset-bottom));left:10px;background:rgba(255,255,255,.95);color:#222;border-radius:10px;padding:8px 12px;font-size:12px;z-index:10;box-shadow:0 2px 8px rgba(0,0,0,.3)}.legend .swatch{display:inline-block;width:10px;height:10px;border-radius:2px;margin-right:6px}.contact-sheet{position:fixed;left:0;right:0;bottom:0;background:#fff;color:#222;border-radius:16px 16px 0 0;padding:16px 16px calc(16px + env(safe-area-inset-bottom));box-shadow:0 -4px 20px rgba(0,0,0,.35);z-index:20;max-height:60vh;overflow-y:auto}@media (min-width:768px){.contact-sheet{left:auto;right:16px;bottom:16px;width:380px;border-radius:16px}}.contact-sheet h2{font-size:1.1rem;margin-bottom:2px}.contact-sheet .addr{color:#666;font-size:.85rem;margin-bottom:10px}.contact-sheet .row{display:flex;align-items:center;gap:8px;padding:6px 0;font-size:.95rem}.contact-sheet a{color:#2f6fed;text-decoration:none}.contact-sheet .close{position:absolute;top:10px;right:12px;border:none;background:#eee;border-radius:50%;width:30px;height:30px;font-size:16px;cursor:pointer}.contact-tabs{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:10px;padding-right:36px}.contact-tabs button{padding:6px 10px;border:1px solid #ccc;border-radius:999px;background:#fff;font-size:.8rem;cursor:pointer}.contact-tabs button.selected{background:#2f6fed;border-color:#2f6fed;color:#fff}.badges{margin:4px 0 8px}.title-row{font-size:.82rem;color:#666}.tag-warn{background:#fdecea;color:#b3261e}.contact-name{font-size:1rem;margin-top:10px}.contact-name,.history{padding-top:10px;border-top:1px solid #eee}.history{margin-top:12px;max-height:180px;overflow-y:auto}.history h4{font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;color:#888;margin-bottom:6px}.history-entry{padding:6px 0;border-bottom:1px solid #f2f2f2;font-size:.9rem}.history-meta{font-size:.75rem;color:#888;margin-bottom:2px}.quick-entry{margin-top:12px;border-top:1px solid #eee;padding-top:12px}.quick-entry textarea{width:100%;min-height:64px;border:1px solid #ccc;border-radius:8px;padding:8px;font-size:16px;font-family:inherit}.door-buttons{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:8px;gap:8px;margin-top:8px}.door-buttons button,.quick-entry .save{padding:10px;border:none;border-radius:8px;background:#f0f0f0;font-size:.9rem;cursor:pointer}.door-buttons button.selected,.quick-entry .save{background:#2f6fed;color:#fff}.quick-entry .save{margin-top:8px;width:100%;font-weight:600}.quick-entry .queued-note{margin-top:6px;font-size:.75rem;color:#888}.tag{display:inline-block;background:#eef2ff;color:#3b4bbf;border-radius:999px;padding:2px 8px;font-size:.72rem;margin:2px 4px 2px 0}.able-fab{position:fixed;bottom:max(16px,env(safe-area-inset-bottom));right:16px;width:56px;height:56px;border-radius:50%;border:none;background:#2f6fed;color:#fff;font-size:22px;box-shadow:0 4px 14px rgba(0,0,0,.35);cursor:pointer;z-index:15}.able-sheet{position:fixed;inset:0;background:#fff;color:#222;z-index:40;display:flex;flex-direction:column}@media (min-width:768px){.able-sheet{left:auto;right:16px;bottom:16px;top:auto;width:400px;height:620px;max-height:85vh;border-radius:16px;box-shadow:0 8px 40px rgba(0,0,0,.35)}}.able-header{display:flex;align-items:center;gap:8px;padding:max(12px,env(safe-area-inset-top)) 14px calc(10px);border-bottom:1px solid #eee}.able-title{font-weight:700;font-size:1.05rem}.able-chip{background:#eef2ff;color:#3b4bbf;border-radius:999px;padding:4px 10px;font-size:.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:55%}.able-close{margin-left:auto;border:none;background:#eee;border-radius:50%;width:32px;height:32px;font-size:15px;cursor:pointer}.able-msgs{flex:1 1;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:8px}.able-greeting{color:#555;font-size:.95rem;padding:8px 2px}.able-card-actions,.able-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.able-chips button{padding:8px 12px;border:1px solid #ccc;border-radius:999px;background:#fff;font-size:.85rem;cursor:pointer}.able-bubble{max-width:85%;padding:10px 12px;border-radius:14px;font-size:.95rem;white-space:pre-wrap;word-break:break-word}.able-user{align-self:flex-end;background:#2f6fed;color:#fff;border-bottom-right-radius:4px}.able-bot{align-self:flex-start;background:#f1f2f4;border-bottom-left-radius:4px}.able-shimmer{color:#999;animation:able-pulse 1.2s ease-in-out infinite}@keyframes able-pulse{50%{opacity:.4}}.able-toolpill{align-self:flex-start;font-size:.75rem;color:#777;background:#fafafa;border:1px solid #eee;border-radius:999px;padding:3px 10px}.able-card{align-self:stretch;border:1px solid #d7defc;background:#f6f8ff;border-radius:12px;padding:12px}.able-card-title{font-weight:600;font-size:.92rem;margin-bottom:6px}.able-diff{display:flex;gap:6px;font-size:.85rem;padding:3px 0;flex-wrap:wrap}.able-diff-field{color:#777;min-width:90px}.able-diff-from{color:#b3261e;text-decoration:line-through}.able-diff-to{color:#1b6e3c;font-weight:600}.able-approve,.able-cancel{flex:1 1;padding:12px;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;min-height:44px}.able-approve{background:#2f6fed;color:#fff}.able-cancel{background:#eceef1}.able-card-note{margin-top:8px;font-size:.85rem;color:#666}.able-ok{color:#1b6e3c}.able-err{color:#b3261e}.able-card-executed{border-color:#bfe3cc;background:#f3fbf5}.able-card-failed{border-color:#f2c6c2;background:#fdf5f4}.able-suggestions-title{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#888;margin-bottom:2px}.able-inputbar{display:flex;gap:8px;padding:10px 12px calc(10px + env(safe-area-inset-bottom));border-top:1px solid #eee}.able-inputbar textarea{flex:1 1;border:1px solid #ccc;border-radius:12px;padding:10px 12px;font-size:16px;font-family:inherit;resize:none;max-height:108px}.able-send{width:46px;border:none;border-radius:12px;background:#2f6fed;color:#fff;font-size:1.1rem;cursor:pointer}.able-send:disabled{opacity:.4}.ask-able{position:absolute;top:10px;right:52px;border:none;background:#eef2ff;color:#2f6fed;border-radius:999px;padding:6px 12px;font-size:.85rem;font-weight:600;cursor:pointer}.login-card{max-width:360px;margin:20vh auto 0;background:#fff;color:#222;border-radius:16px;padding:32px 24px;text-align:center;display:flex;flex-direction:column;gap:16px}.login-card button{padding:12px;border:1px solid #ccc;border-radius:8px;background:#fff;font-size:1rem;cursor:pointer}.login-card .error{color:#c0392b;font-size:.85rem}