
.iw-wrapper,
.iw-history{
    max-width:1150px;
    margin:0 auto;
    padding:35px 20px;
}
.iw-head{
    text-align:center;
    margin-bottom:35px;
}
.iw-head h2{
    font-size:38px;
    margin:0 0 8px;
    color:#000;
}
.iw-head p{
    color:#555;
    margin:0 0 12px;
}
.iw-week{
    display:inline-block;
    border:1px solid #000;
    border-radius:999px;
    padding:8px 18px;
    font-size:13px;
    font-weight:700;
}
.iw-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(270px,1fr));
    gap:28px;
}
.iw-card{
    position:relative;
    border:1px solid #000;
    background:#fff;
    border-radius:22px;
    padding:28px;
    text-align:center;
    overflow:hidden;
}
.iw-badge{
    display:inline-block;
    background:#000;
    color:#fff;
    border-radius:999px;
    padding:8px 18px;
    font-size:12px;
    font-weight:800;
    letter-spacing:2px;
    margin-bottom:18px;
}
.iw-image{
    height:170px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:18px;
}
.iw-image img{
    max-height:160px;
    max-width:100%;
    object-fit:contain;
}
.iw-card h3{
    font-size:22px;
    margin:8px 0 18px;
    color:#000;
}
.iw-label{
    color:#777;
    margin:0;
}
.iw-pseudo{
    font-size:30px;
    font-weight:900;
    margin:8px 0;
    color:#000;
}
.iw-points{
    color:#555;
    font-size:14px;
    margin:10px 0 0;
}
.iw-countdown{
    max-width:850px;
    margin:25px auto;
    text-align:center;
    background:#000;
    color:#fff;
    border-radius:24px;
    padding:28px 20px;
}
.iw-countdown .iw-red{
    display:block;
    color:#E30613;
    font-weight:900;
    letter-spacing:2px;
    margin-bottom:10px;
}
.iw-countdown strong{
    display:block;
    color:#fff;
    font-size:34px;
    font-weight:900;
}
.iw-history h2{
    text-align:center;
    font-size:30px;
    margin-bottom:20px;
}
.iw-table-wrap{
    overflow-x:auto;
    border:1px solid #000;
    border-radius:18px;
}
.iw-table{
    width:100%;
    border-collapse:collapse;
    background:#fff;
}
.iw-table th,
.iw-table td{
    padding:14px 16px;
    border-bottom:1px solid #e5e5e5;
    text-align:left;
}
.iw-table th{
    background:#000;
    color:#fff;
}
.iw-empty{
    text-align:center;
    padding:30px;
    border:1px solid #000;
    border-radius:18px;
    background:#fff;
}
@media(max-width:768px){
    .iw-head h2{font-size:30px;}
    .iw-pseudo{font-size:24px;}
    .iw-countdown strong{font-size:26px;}
}
