@charset "UTF-8";.sg-flex-section{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.sg-flex-row{display:flex;gap:6px}.sg-flex-item{flex:1;min-width:0;overflow:hidden;border-radius:7px;background:#111;transition:flex .28s ease;position:relative;cursor:pointer}.sg-flex-row:has(>.sg-flex-item:nth-child(3)) .sg-flex-item:hover{flex:2.2}.sg-flex-row .sg-flex-item:only-child{max-width:33.33%}.sg-flex-img{height:190px;overflow:hidden;position:relative}.sg-flex-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .28s ease}.sg-flex-item:hover .sg-flex-img img{transform:scale(1.04)}.sg-style-badge{position:absolute;bottom:6px;left:6px;background:#000000a6;color:#fff;font-size:.6rem;padding:2px 7px;border-radius:4px;pointer-events:none;z-index:2;letter-spacing:.02em}.sg-modal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}@media (max-width: 575px){.sg-modal-grid{grid-template-columns:repeat(2,1fr)}.sg-flex-img{height:120px}.sg-flex-row .sg-flex-item:only-child{max-width:50%}}.sg-modal-card{border-radius:7px;overflow:hidden;background:#111}.sg-modal-img{aspect-ratio:1/1;overflow:hidden;position:relative}.sg-modal-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .2s}.sg-modal-card:hover .sg-modal-img img{transform:scale(1.04)}
