html,body{height:100%;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}#app-shell{height:100%}#map{height:100%;width:100%}#auth-screen{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0b0f14;color:#fff}.auth-card{width:min(420px,92vw);padding:28px;border-radius:12px;background:#ffffff0f;box-shadow:0 20px 50px #00000059;text-align:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.auth-title{margin:0 0 8px;font-size:28px;font-weight:700;letter-spacing:.2px}.auth-subtitle{margin:0 0 20px;color:#fffc;font-size:14px}.auth-status{margin-top:14px;font-size:13px;color:#fffc}.google-btn{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid #dadce0;background:#fff;color:#1f1f1f;border-radius:8px;padding:10px 14px;font-size:14px;font-weight:600;cursor:pointer;transition:box-shadow .12s ease,transform .12s ease}.google-btn:hover{box-shadow:0 2px 10px #00000026;transform:translateY(-1px)}.google-btn:active{transform:translateY(0);box-shadow:0 1px 4px #0000001f}.google-btn__icon{display:inline-flex;align-items:center;justify-content:center}#controls{position:absolute;top:10px;left:10px;z-index:5;background:#ffffffe6;padding:10px;border-radius:4px;box-shadow:0 2px 6px #0000004d;max-width:380px}#controls.log-open{min-width:80ch;max-width:110ch}.status-panel div{margin-bottom:5px;font-size:14px}.status-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border:1px solid #d1d5db;border-radius:999px;background:#f8fafc;font-size:12px;cursor:pointer}.status-pill:hover{background:#eef2ff}.status-dot{width:10px;height:10px;border-radius:50%;display:inline-block;background:#9ca3af}.status-dot.status-disconnected{background:#9ca3af}.status-dot.status-connected{background:#16a34a}.status-dot.status-error{background:#dc2626}.status-dot.status-other{background:#facc15}#log-toggle{margin-top:6px;padding:4px 6px;font-size:12px}#add-hex-toggle,#auto-update-toggle,#jump-origin,#jump-custom{margin-top:6px;margin-right:6px;padding:4px 6px;font-size:12px}#log-panel{position:fixed;left:0;right:0;bottom:0;z-index:7;background:#0f0f0ff0;color:#0f0;padding:8px 10px;border-top:1px solid rgba(255,255,255,.2);max-height:35vh;display:flex;flex-direction:column;overflow-y:auto}.log-panel-header{display:flex;align-items:center;justify-content:space-between;color:#fff;margin-bottom:6px}.log-panel-body{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px}#log-panel.collapsed{max-height:46px}#log-panel.collapsed .log-panel-body{display:none}.log-panel-section{display:flex;flex-direction:column;gap:4px}.log-panel-title{color:#fff;font-size:12px;letter-spacing:.2px}.log-block{background:#0a0a0a;color:#0f0;border:1px solid rgba(255,255,255,.12);border-radius:4px;padding:6px;margin:0;min-height:100px;max-height:24vh;overflow-y:auto;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;line-height:1.4}#tile-panel{position:absolute;top:10px;right:10px;z-index:6;width:min(360px,38vw);max-height:320px;border:1px solid #ccc;border-radius:6px;background:#fffffff2;box-shadow:0 4px 10px #00000047;overflow:hidden}.tile-list-header{display:flex;align-items:center;justify-content:space-between;padding:6px 8px;background:#f0f0f0;font-size:13px}.tile-filter{display:inline-flex;align-items:center;gap:4px}#tile-filter-input{padding:4px 6px;font-size:12px;border:1px solid #ccc;border-radius:4px}#tile-filter-clear{border:1px solid #ccc;background:#fff;font-size:12px;padding:3px 6px;border-radius:4px;cursor:pointer}#tile-filter-clear:hover{background:#f5f5f5}#tile-list{max-height:260px;overflow:auto;padding:6px;display:grid;gap:6px;font-size:12px}.tile-list-item{padding:6px 8px;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer;transition:background .12s ease,border-color .12s ease}.tile-list-item:hover,.tile-list-item:focus-visible{background:#eef6ff;border-color:#94b9ff;outline:none}.tile-list-row{display:flex;align-items:center;gap:6px}.tile-color{width:12px;height:12px;border-radius:50%;border:1px solid #bbb;flex-shrink:0}.tile-list-meta{display:flex;justify-content:space-between;gap:8px;color:#555}#log-content{margin:0;padding:6px;background:transparent;color:#0f0;font-size:10px;line-height:1.25;max-height:30vh;overflow:auto;white-space:pre-wrap;border:1px solid rgba(255,255,255,.1);border-radius:4px}
