:root{--color-spring-primary:#afd384;--color-spring-secondary:#f9dfe5;--color-winter-primary:white;--color-winter-secondary:#afccf0;--color-autumn-primary:#8f532f;--color-autumn-secondary:#5c6546;--color-summer-primary:#edc885;--color-summer-secondary:#e78f59}body,html{height:100dvh;max-width:100vw;padding:0;margin:0;overflow:hidden}body{color:white;background:black;font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}a{color:inherit;text-decoration:none}.map-marker{width:30px;height:30px;background-size:contain;background-position:50%;background-repeat:no-repeat;background-color:#5da49f;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;visibility:hidden;opacity:0;pointer-events:all}.map-marker[data-category=recorded-event]{background-color:#77559e}.map-marker[data-category=music-video]{background-color:#e75858}.map-marker[data-category=tour-date]{background-color:black}.map-marker[data-active=true]{visibility:visible;pointer-events:all}.map-marker svg{pointer-events:none;fill:white;width:50%;height:50%}.form-block{display:flex;flex-direction:column;gap:20px;width:100%;max-width:800px}input,select,textarea{padding:8px 16px;font-size:1em;font-family:Arial,sans-serif}.input-wrap,.input-wrap input,.input-wrap select,.input-wrap textarea{width:100%}.flex-start{display:flex;justify-content:flex-start}.align-center{display:flex;align-items:center}.flex-between{display:flex;justify-content:space-between}.flex-column{display:flex;flex-direction:column}.gap--10{gap:10px}.gap--20{gap:20px}label{font-weight:900}