* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    background-color: #121212;
    color: #eeeeee;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}
a {
    color: inherit;
    text-decoration: none;
}
.boringcontainer {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 15px;
}
.boringheader {
    background: #1e1e1e;
    border-bottom: 2px solid #ff7675;
}
.boringtopbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 65px;
}
.boringlogo img {
    max-height: 42px;
    max-width: 100%;
    object-fit: contain;
}
.boringnav {
    display: flex;
    align-items: center;
    gap: 15px;
}
.boringnavlink {
    font-size: 15px;
    font-weight: 600;
    color: #aaaaaa;
    padding: 20px 12px;
    transition: all 0.2s;
}
.boringnavlink:hover, .boringnavlink.active {
    color: #ff7675;
    background: #121212;
}
.boringsearchinput {
    height: 36px;
    padding: 0 12px;
    border: 1px solid #ff7675;
    background: #2d2d2d;
    color: #ffffff;
    border-radius: 18px 0 0 18px;
    outline: none;
    font-size: 13px;
    width: 200px;
}
.boringsearchbtn {
    height: 36px;
    padding: 0 16px;
    background: #ff7675;
    color: #ffffff;
    border: none;
    font-weight: 700;
    border-radius: 0 18px 18px 0;
    cursor: pointer;
}
.boringnotice {
    background: #1e1e1e;
    border-left: 4px solid #ff7675;
    padding: 12px 18px;
    margin: 15px 0;
    border-radius: 4px;
    color: #cccccc;
    font-size: 13px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
.boringherogrid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 15px;
    margin-bottom: 20px;
}
.boringbox {
    background: #1e1e1e;
    border-radius: 6px;
    border: 1px solid #2d2d2d;
    padding: 15px;
}
.boringboxtitle {
    font-size: 15px;
    font-weight: 700;
    color: #ff7675;
    padding-bottom: 8px;
    border-bottom: 2px solid #ff7675;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
}
.boringheroimgbox {
    width: 100%;
    height: 220px;
    background: #121212;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #2d2d2d;
}
.boringheroimg {
    max-height: 180px;
    max-width: 85%;
    object-fit: contain;
}
.boringgrid5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin-bottom: 25px;
}
.boringcard {
    background: #1e1e1e;
    border-radius: 6px;
    border: 1px solid #2d2d2d;
    padding: 10px;
    position: relative;
    overflow: hidden;
    transition: all 0.2s;
}
.boringcard:hover {
    border-color: #ff7675;
    box-shadow: 0 4px 15px rgba(255,118,117,0.2);
}
.boringcardimg {
    width: 100%;
    height: 80px;
    object-fit: contain;
    margin-bottom: 8px;
    display: block;
}
.boringcardtitle {
    font-size: 13px;
    font-weight: 600;
    color: #eeeeee;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 6px;
}
.boringprice {
    color: #ff7675;
    font-weight: 700;
}
.boringbadge {
    position: absolute;
    top: 6px;
    right: 6px;
    background: #ff7675;
    color: #ffffff;
    font-size: 10px;
    padding: 1px 4px;
    border-radius: 2px;
}
.boringautotag {
    font-size: 10px;
    background: #2d2d2d;
    color: #ff7675;
    padding: 2px 6px;
    border-radius: 3px;
    border: 1px solid #ff7675;
}
.boringsectiontitle {
    font-size: 16px;
    font-weight: 700;
    color: #ff7675;
    margin: 25px 0 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #ff7675;
}
.boringfooter {
    background: #111111;
    color: #666666;
    padding: 30px 0;
    margin-top: 40px;
    text-align: center;
    font-size: 13px;
    border-top: 1px solid #1e1e1e;
}
.boringfooterlinks {
    margin-bottom: 10px;
}
.boringfooterlinks a {
    color: #999999;
}
.boringcardbox {
    background: #1e1e1e;
    border-radius: 6px;
    border: 1px solid #2d2d2d;
    padding: 25px;
    margin-bottom: 20px;
}
.boringformgroup {
    margin-bottom: 15px;
}
.boringlabel {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    color: #cccccc;
}
.boringinput {
    width: 100%;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #333333;
    background: #121212;
    color: #ffffff;
    border-radius: 4px;
    outline: none;
}
.boringbtn {
    display: inline-block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #ff7675;
    color: #ffffff;
    border-radius: 4px;
    font-weight: 600;
    border: none;
    cursor: pointer;
}
.boringtabs {
    display: flex;
    border-bottom: 2px solid #2d2d2d;
    margin-bottom: 20px;
}
.boringtabitem {
    padding: 10px 20px;
    font-weight: 600;
    color: #999999;
}
.boringtabitem.active {
    color: #ff7675;
    border-bottom: 2px solid #ff7675;
    margin-bottom: -2px;
}
@media (max-width: 992px) {
    .boringherogrid {
        grid-template-columns: 1fr;
    }
    .boringgrid5 {
        grid-template-columns: repeat(2, 1fr);
    }
}
