/* Иконки военной техники через SVG в CSS */
.military-icon {
    width: 120px;
    height: 120px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.8;
}

/* БТР-4Е */
.icon-btr { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 80'%3E%3Crect x='10' y='30' width='100' height='35' rx='5' fill='%234a6741' stroke='%236a8a5a' stroke-width='2'/%3E%3Crect x='25' y='15' width='40' height='20' rx='3' fill='%233a5a2e' stroke='%236a8a5a' stroke-width='1.5'/%3E%3Ccircle cx='30' cy='70' r='10' fill='%231a1a1a' stroke='%23555' stroke-width='2'/%3E%3Ccircle cx='55' cy='70' r='10' fill='%231a1a1a' stroke='%23555' stroke-width='2'/%3E%3Ccircle cx='80' cy='70' r='10' fill='%231a1a1a' stroke='%23555' stroke-width='2'/%3E%3Ccircle cx='105' cy='70' r='10' fill='%231a1a1a' stroke='%23555' stroke-width='2'/%3E%3Crect x='40' y='16' width='8' height='12' rx='2' fill='%238b0000'/%3E%3C/svg%3E"); }

/* Т-64БВ */
.icon-tank { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 80'%3E%3Crect x='15' y='35' width='90' height='25' rx='3' fill='%234a6741' stroke='%236a8a5a' stroke-width='2'/%3E%3Ccircle cx='35' cy='65' r='11' fill='%231a1a1a' stroke='%23555' stroke-width='2'/%3E%3Ccircle cx='65' cy='65' r='11' fill='%231a1a1a' stroke='%23555' stroke-width='2'/%3E%3Ccircle cx='95' cy='65' r='11' fill='%231a1a1a' stroke='%23555' stroke-width='2'/%3E%3Crect x='45' y='10' width='30' height='28' rx='4' fill='%233a5a2e' stroke='%236a8a5a' stroke-width='2'/%3E%3Crect x='53' y='5' width='14' height='30' rx='2' fill='%23555' stroke='%23777' stroke-width='1.5'/%3E%3C/svg%3E"); }

/* ПТРК Стугна-П */
.icon-atgm { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 80'%3E%3Crect x='20' y='40' width='80' height='15' rx='2' fill='%234a6741' stroke='%236a8a5a' stroke-width='1.5'/%3E%3Ccircle cx='30' cy='58' r='6' fill='%231a1a1a' stroke='%23555' stroke-width='1.5'/%3E%3Ccircle cx='50' cy='58' r='6' fill='%231a1a1a' stroke='%23555' stroke-width='1.5'/%3E%3Crect x='55' y='15' width='12' height='30' rx='2' fill='%233a5a2e' stroke='%236a8a5a' stroke-width='1.5'/%3E%3Crect x='52' y='10' width='18' height='8' rx='2' fill='%23555'/%3E%3Cpolygon points='67,10 85,5 85,25 67,22' fill='%238b0000' stroke='%23a00' stroke-width='1'/%3E%3C/svg%3E"); }

/* РСЗВ Верба */
.icon-mlrs { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 80'%3E%3Crect x='15' y='35' width='75' height='20' rx='3' fill='%234a6741' stroke='%236a8a5a' stroke-width='2'/%3E%3Ccircle cx='30' cy='60' r='9' fill='%231a1a1a' stroke='%23555' stroke-width='2'/%3E%3Ccircle cx='60' cy='60' r='9' fill='%231a1a1a' stroke='%23555' stroke-width='2'/%3E%3Crect x='55' y='8' width='40' height='30' rx='3' fill='%233a5a2e' stroke='%236a8a5a' stroke-width='1.5'/%3E%3Crect x='60' y='3' width='4' height='38' rx='2' fill='%23555'/%3E%3Crect x='68' y='3' width='4' height='38' rx='2' fill='%23555'/%3E%3Crect x='76' y='3' width='4' height='38' rx='2' fill='%23555'/%3E%3Crect x='84' y='3' width='4' height='38' rx='2' fill='%23555'/%3E%3C/svg%3E"); }

/* Мі-24 */
.icon-heli { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 80'%3E%3Cellipse cx='55' cy='35' rx='30' ry='12' fill='%234a6741' stroke='%236a8a5a' stroke-width='2'/%3E%3Crect x='75' y='25' width='10' height='8' rx='2' fill='%238b0000'/%3E%3Crect x='85' y='33' width='25' height='4' rx='1' fill='%23555'/%3E%3Cline x1='55' y1='23' x2='55' y2='0' stroke='%23555' stroke-width='2'/%3E%3Crect x='40' y='-2' width='30' height='4' rx='2' fill='%23777'/%3E%3C/svg%3E"); }
