.line-style {
    transition: stroke-dashoffset 10ms linear 0s;
    stroke-dasharray: 307.919, 307.919;
    stroke-dashoffset: 0;
}

/* Recommended CSS optimization techniques */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Responsive design base */
body {
    min-width: 320px;
    max-width: 1920px;
    margin: 0 auto;
}

/* Add media queries for responsiveness */
@media screen and (max-width: 768px) {
    /* Mobile-specific adjustments */
}