@charset "utf-8";
@import url('common.css');
@import url('layout.css');

.ani-preview-box {
    background: #252830;
    border-radius: 8px;
    height: 180px;
    position: relative;
    overflow: hidden;
}

.ani-preview-item {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--blue), #00d2ff);
    border-radius: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}