* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    display: flex;
    flex-direction: column;
    height: 100vh;
    background: #f8f9fa;
}

header {
    background: #f8f9fa;
    color: #2c3e50;
    padding: 12px 20px;
    flex-shrink: 0;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo {
    font-size: 20px;
    font-weight: 600;
}

.site-logo-top {
    margin-left: auto;
    width: 34px;
    height: 34px;
    opacity: 0.9;
}

#map {
    height: 100%;
    width: 100%;
}
