body{margin:0;padding:0;font-family:sans-serif;overflow:hidden}.main-container{display:flex;height:100vh;width:100vw}.sidebar{width:400px;background:#f8f9fa;border-right:1px solid #ddd;display:flex;flex-direction:column;padding:0;z-index:10}.map-container{flex-grow:1;position:relative}.place-item{background:#fff;padding:15px;margin-bottom:10px;border-radius:8px;border:1px solid #eee;cursor:pointer;transition:all .2s}.place-item:hover{border-color:#3b82f6;box-shadow:0 2px 4px #0000001a}.place-category{font-size:.8em;text-transform:uppercase;color:#666;font-weight:700}.column{min-width:300px;padding:15px;border-right:1px solid #ccc;overflow-y:auto}.column-header{font-weight:700;margin-bottom:10px;padding-bottom:10px;border-bottom:2px solid #ddd;position:sticky;top:0;background:#f8f9fa}.tab-header{display:flex;border-bottom:1px solid #ddd;background:#fff}.tab-button{flex:1;padding:15px;border:none;background:none;cursor:pointer;font-weight:700;color:#666;border-bottom:3px solid transparent}.tab-button.active{color:#3b82f6;border-bottom:3px solid #3b82f6;background:#eff6ff}.tab-content{flex-grow:1;overflow-y:auto;padding:15px}.day-container{margin-bottom:15px;background:#fff;border:1px solid #ddd;border-radius:8px;overflow:hidden}.day-header{padding:12px;background:#eee;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:700}.day-header:hover{background:#e2e2e2}.day-body{padding:10px;min-height:50px;background:#fafafa}.sidebar-section{display:flex;flex-direction:column;border-bottom:2px solid #ddd;transition:all .3s ease;overflow:hidden}.section-header{padding:15px;background:#e2e8f0;font-weight:700;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.section-content{flex-grow:1;overflow-y:auto;padding:15px;min-height:0}.sidebar-section.open{flex-grow:1}.sidebar-section.closed{flex-grow:0}.place-item.selected{border-color:#3b82f6;background-color:#eff6ff;box-shadow:0 0 0 2px #3b82f64d}.info-window-container{width:260px;font-family:sans-serif;overflow:hidden;padding:0}.info-photo{width:100%;height:120px;background-size:cover;background-position:center;border-radius:6px;margin-bottom:10px}.info-header h3{margin:0 0 8px;font-size:1.1em;color:#1e293b}.info-badges{display:flex;gap:5px;flex-wrap:wrap;margin-bottom:10px}.badge{font-size:.75em;padding:2px 6px;border-radius:4px;font-weight:600;text-transform:uppercase;background:#f1f5f9;color:#64748b}.badge.price{color:#16a34a;background:#dcfce7}.info-body{font-size:.9em;color:#475569}.info-row{margin-bottom:6px}.info-row a{color:#3b82f6;text-decoration:none}.info-hours{margin-top:10px;background:#f8fafc;padding:8px;border-radius:4px}.info-hours strong{display:block;margin-bottom:4px;font-size:.85em;color:#334155}.info-hours ul{list-style:none;padding:0;margin:0;font-size:.8em;max-height:80px;overflow-y:auto}.info-hours li{margin-bottom:2px}.info-footer{margin-top:15px;display:flex;justify-content:flex-end;border-top:1px solid #e2e8f0;padding-top:10px}.edit-btn{background:#3b82f6;color:#fff;border:none;padding:6px 12px;border-radius:4px;cursor:pointer;font-size:.9em;font-weight:500;transition:background .2s}.edit-btn:hover{background:#2563eb}.info-notes{background:#fffbeb;border-left:3px solid #f59e0b;padding:8px;font-size:.9em;color:#444;margin-bottom:10px;border-radius:0 4px 4px 0;white-space:pre-wrap}.info-row a{display:inline-block;margin-bottom:4px;color:#3b82f6;text-decoration:none;font-weight:500}.info-row a:hover{text-decoration:underline}.filter-toggle-btn{background:#fff;border:1px solid #ccc;border-radius:4px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;transition:all .2s;color:#666}.filter-toggle-btn:hover,.filter-toggle-btn.active{background:#e0f2fe;color:#3b82f6;border-color:#3b82f6}.filter-badge{position:absolute;top:-5px;right:-5px;background:#ef4444;color:#fff;font-size:10px;font-weight:700;height:16px;width:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid white}.filter-popover{background:#fff;padding:15px;border-bottom:2px solid #ddd;box-shadow:0 4px 6px -1px #0000001a;animation:slideDown .2s ease-out;max-height:400px;overflow-y:auto}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.filter-group{margin-bottom:15px}.filter-group label{display:block;font-size:.8em;font-weight:700;color:#64748b;margin-bottom:8px;text-transform:uppercase}.filter-chips{display:flex;flex-wrap:wrap;gap:8px}.chip{padding:6px 12px;border:1px solid #e2e8f0;border-radius:16px;background:#fff;font-size:.85em;color:#64748b;cursor:pointer;transition:all .2s}.chip:hover{background:#f8fafc;border-color:#cbd5e1}.chip.selected{background:#eff6ff;border-color:#3b82f6;color:#3b82f6;font-weight:500;box-shadow:0 1px 2px #3b82f61a}.filter-footer{border-top:1px solid #eee;padding-top:10px;text-align:right}.clear-filters-btn{background:none;border:none;color:#ef4444;font-size:.85em;cursor:pointer;text-decoration:underline}.clear-filters-btn:hover{color:#dc2626}
