body {
    font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
    background-color: #f6f6f8;
    background-image: url('/static/onigiri_wp.png');
    background-repeat: repeat;
    background-size: auto;
    margin: 0;
    padding: 0;
    color: #23272f;
    letter-spacing: 0.01em;
    font-size: 16px;
    min-height: 100vh;
}
.container {
    max-width: 700px;
    margin: 48px auto 32px auto;
    background: rgba(255,255,255,0.95);
    padding: 32px 28px 28px 28px;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08), 0 1.5px 4px rgba(0,0,0,0.04);
    backdrop-filter: blur(1.5px);
}
h1 {
    text-align: center;
    color: #23272f;
    font-size: 2.3em;
    font-weight: 700;
    margin-bottom: 0.2em;
    letter-spacing: 0.01em;
}
.stats {
    margin-bottom: 28px;
    text-align: center;
}
.latest {
    margin-bottom: 28px;
    background: #f8fafd;
    border-radius: 10px;
    padding: 18px 16px 10px 16px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.03);
}
ul#latest-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul#latest-list li {
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #e5e7eb;
    font-size: 0.93em;
    line-height: 1.35;
    color: #3a3d42;
    letter-spacing: 0.01em;
}
.map-section {
    margin-top: 32px;
    background: #f8fafd;
    border-radius: 10px;
    padding: 18px 16px 18px 16px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.03);
}
#map {
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    margin-top: 10px;
}
