html,body{width:100%;height:100%;margin:0;padding:0;font-family:system-ui,-apple-system,sans-serif}.layout{flex-direction:column;width:100%;height:100vh;display:flex}.map-pane{flex:60%;min-height:0;position:relative}.table-pane{background:#fafafa;border-top:1px solid #ddd;flex:40%;min-height:0;overflow:auto}.table-header{z-index:1;background:#fafafa;border-bottom:1px solid #e5e5e5;align-items:baseline;gap:12px;padding:10px 14px;display:flex;position:sticky;top:0}.table-header h2{margin:0;font-size:16px;font-weight:600}.table-header small{color:#777}.spinner{border:2px solid #d1d5db;border-top-color:#2563eb;border-radius:50%;flex-shrink:0;width:12px;height:12px;animation:.8s linear infinite spinner-rotate;display:inline-block}@keyframes spinner-rotate{to{transform:rotate(360deg)}}.poi-table{border-collapse:collapse;width:100%;font-size:13px}.poi-table th,.poi-table td{text-align:left;border-bottom:1px solid #eee;padding:6px 14px}.poi-table th{color:#555;background:#f3f3f3;font-weight:600}.poi-table .header-day{color:#888;white-space:nowrap;font-size:11px;font-weight:400}.poi-table tr.draft-row{background:#fff8d5}.poi-table tbody tr{cursor:pointer}.poi-table tbody tr.selected{outline-offset:-2px;background:#dbeafe;outline:2px solid #2563eb}.poi-table tbody tr.selected td{color:#1e3a8a}.poi-table input{width:100%;font:inherit;box-sizing:border-box;border:1px solid #ccc;border-radius:3px;padding:4px 6px}.poi-table button{color:#fff;cursor:pointer;background:#2563eb;border:1px solid #2563eb;border-radius:3px;padding:4px 10px;font-size:12px}.poi-table button:hover:not(:disabled){background:#1d4ed8}.poi-table button:disabled{opacity:.5;cursor:default}.poi-table button.secondary{color:#333;background:#fff;border-color:#ccc}.poi-table button.secondary:hover:not(:disabled){background:#f0f0f0}.poi-table button.danger{color:#b91c1c;background:#fff;border-color:#fca5a5}.poi-table button.danger:hover:not(:disabled){color:#991b1b;background:#fee2e2}.poi-table .sun-icon{font-size:14px}.poi-table .sun-cell{white-space:nowrap;font-variant-numeric:tabular-nums;line-height:1.25}.poi-table .sun-time{color:#1f2937;font-weight:600}.poi-table .sun-sub{color:#b45309;font-size:11px}.poi-table .sun-sub-cell{color:#b45309;font-size:12px}.poi-table tr.selected .sun-sub-cell{color:#92400e}.poi-table tr.selected .sun-time{color:#1e3a8a}.poi-table tr.selected .sun-sub{color:#92400e}.poi-table .sun-time{align-items:center;gap:6px;display:flex}.poi-table .beauty-badge{cursor:help;align-items:center;font-size:14px;line-height:1;display:inline-flex}.poi-table .beauty-badge.beauty-yes{filter:saturate(1.4)}.poi-table .beauty-badge.beauty-no{filter:grayscale(.35);opacity:.85}.poi-table .fog-list{font-variant-numeric:tabular-nums;flex-direction:column;gap:2px;line-height:1.2;display:flex}.poi-table .fog-reading{cursor:help;justify-content:space-between;align-items:baseline;gap:8px;font-size:11px;display:flex}.poi-table .fog-reading .fog-at{color:#6b7280}.poi-table .fog-reading .fog-pct{font-weight:600}.poi-table .fog-reading.fog-low .fog-pct{color:#6b7280}.poi-table .fog-reading.fog-med .fog-pct{color:#b45309}.poi-table .fog-reading.fog-high .fog-pct{color:#1d4ed8}.pin{border:2px solid #fff;border-radius:50% 50% 50% 0;width:14px;height:14px;transform:rotate(-45deg);box-shadow:0 1px 3px #0006}.pin--saved{background:#2563eb}.pin--selected{background:#1d4ed8;border-color:#fde047;transform:rotate(-45deg)scale(1.25);box-shadow:0 0 0 3px #fde04799,0 1px 3px #0006}.pin--draft{background:#f59e0b;animation:1.4s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.error-toast{color:#fff;cursor:pointer;z-index:10;background:#dc2626f2;border-radius:4px;max-width:70%;padding:8px 12px;font-size:13px;position:absolute;top:8px;left:8px}
