* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .home4mentions {
    }
}
.container {
    max-width: 70vw !important;
    margin: 0 auto !important;
    width: 100% !important;
}


@media (max-width: 768px) {
    .container {
        margin: 0 8vw !important;
    }
}

.page-body-wrapper {
    min-height: 100vh;
}

.main-container {
    max-width: 1450px;
    margin: 0 auto;
    display: flex;
    gap: 42px;
    align-items: flex-start;
    padding-top: 50px;
    padding-bottom: 50px;
}

.cfgmaker-create-box {
    flex: 1;
    background: transparent;
    border-radius: 12px;
    padding: 20px;
    border: none;
    max-height: none;
    overflow-y: visible;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.cfgmaker-create-select {
    background: rgba(20, 20, 20, 1);
    border: 1px solid rgba(0, 0, 0, 0.8);
    border-radius: 8px;
    padding: 21px;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.cfgmaker-create-select:hover {
    background: rgba(40, 40, 40, 0.9);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateX(5px);
}

.cfgmaker-create-select.nobtm {
    margin-bottom: 0;
}

.cfgmaker-create-select-text {
    color: #ffffff;
}

.cgfmaker-create-select-btn {
    background: rgba(255, 255, 255, 0.17);
    border: none;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: white;
    font-size: 21px;
}

.cgfmaker-create-select-btn:hover {
    transform: rotate(90deg) scale(1.1);
    box-shadow: 0 4px 15px rgba(60, 55, 241, 0.4);
}

.cfgmaker-create-box-container-right {
    width: 370px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: sticky;
    top: 105px;
}

.cfgmaker-create-box-container-right img {

}

.cfgmaker-create-box-img-container-right-btn {
    background: rgba(20, 20, 20, 0.9);
    border-radius: 12px;
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.cfgmaker-create-box-container-right-price {
    background: linear-gradient(135deg, #3C37F1, #5752FF);
    border-radius: 8px;
    padding: 21px;
    margin-bottom: 21px;
    box-shadow: 0 4px 15px rgba(60, 55, 241, 0.3);
}

.cfgmaker-create-box-container-right-price span {
    color: white !important;
}



.cfgmaker-create-box-container-pcparts {
    width: 100%;
    min-height: 330px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}


.cfgmaker-create-box-container-pcparts #cases {
    width: 80%;
    position: absolute;
    right: 0;
    z-index: 2;
}

.cfgmaker-create-box-container-pcparts #cooling {
    position: absolute;
    width: 25%;
    top: 10%;
    rotate: 20deg;
    z-index: 100;
}

.cfgmaker-create-box-container-pcparts #cpu {
    position: absolute;
    width: 9%;
    left: 27%;
    top: 13%;
    rotate: -20deg;
    z-index: 100;
}


.cfgmaker-create-box-container-pcparts #gpu {
    position: absolute;
    width: 40%;
    rotate: -40deg;
    top: 22%;
    z-index: 100;
}

.cfgmaker-create-box-container-pcparts #fans {
    position: absolute;
    width: 23%;
    right: 2.5%;
    top: 15%;
    z-index: 100;
}

.cfgmaker-create-box-container-pcparts #supply {
    position: absolute;
    width: 33%;
    top: 34%;
    left: 30%;
    rotate: -7deg;
    z-index: 100;
}

.cfgmaker-create-box-container-pcparts #motherboard {
    position: absolute;
    width: 30%;
    left: 40%;
    top: 9.8%;
    z-index: 100;
}

.cfgmaker-create-box-container-pcparts #ram {
    position: absolute;
    width: 4%;
    top: 10%;
    right: 37%;
    z-index: 100;
}

.cfgmaker-create-box-container-pcparts #storage {
    position: absolute;
    width: 15%;
    rotate: 12deg;
    top: 24.5%;
    left: 47%;
    z-index: 100;
}





.cfgmaker-create-box-container-pcparts #motherboard-c {
    position: absolute;
    width: 30%;
    left: 40%;
    top: 8%;
    z-index: 100;
}
.cfgmaker-create-box-container-pcparts #cases-c {
    width: 80%;
    position: absolute;
    right: 0;
    z-index: 2;
}

.cfgmaker-create-box-container-pcparts #cooling-c {
    position: absolute;
    width: 25%;
    top: 10%;
    rotate: 20deg;
    z-index: 100;
}

.cfgmaker-create-box-container-pcparts #cpu-c {
    position: absolute;
    width: 9%;
    left: 27%;
    top: 13%;
    rotate: -20deg;
    z-index: 100;
}


.cfgmaker-create-box-container-pcparts #gpu-c {
    position: absolute;
    width: 40%;
    rotate: -40deg;
    top: 20%;
    z-index: 100;
}

.cfgmaker-create-box-container-pcparts #fans-c {
    position: absolute;
    width: 23%;
    right: 2.5%;
    top: 13%;
    z-index: 100;
}

.cfgmaker-create-box-container-pcparts #supply-c {
    position: absolute;
    width: 33%;
    top: 29%;
    left: 30%;
    rotate: -7deg;
    z-index: 100;
}

.cfgmaker-create-box-container-pcparts #ram-c {
    position: absolute;
    width: 4%;
    top: 10%;
    right: 37%;
    z-index: 100;
}

.cfgmaker-create-box-container-pcparts #storage-c {
    position: absolute;
    width: 15%;
    rotate: 12deg;
    top: 20.3%;
    left: 47%;
    z-index: 100;
}





.copy-url {
    width: 100%;
    padding: 16px 21px;
    margin: 11px 0;
    border: none;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
}

.copy-url:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.1);
}

.copy-url i {
    font-size: 19px;
}

.cfgmaker-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 9999999;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
}

.cfgmaker-modal-overlay.active {
    display: flex;
}

.cfgmaker-modal {
    background: rgba(20, 20, 20, 0.98);
    border-radius: 16px;
    width: 100vw;
    height: 100vh;
    padding: 30px;
    position: relative;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    display: flex;
    z-index: 9999999;
    flex-direction: column;
}

.comparison-modal {
    max-width: 900px;
}

.cfgmaker-modal-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 0;
}

#modal-title, #comparison-modal-title {
    color: white;
    font-size: 28px;
    margin-bottom: 35px;
    text-align: center;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}

.close-modal {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.3s ease;
    z-index: 10;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-modal:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
}

.close-modal svg {
    width: 20px;
    height: 20px;
}

.search-container {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
    flex-shrink: 0;
}

#component-searcbar {
    width: 100%;
    padding: 18px 25px 18px 60px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    color: white;
    font-size: 18px;
    transition: all 0.3s ease;
    outline: none;
}

#component-searcbar:focus {
    background: rgba(255, 255, 255, 0.12);
    border-color: #3C37F1;
    box-shadow: 0 0 0 2px rgba(60, 55, 241, 0.2);
}

#component-searcbar::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.search-container i {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
    pointer-events: none;
}

.modal-list-container, .comparison-list-container {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 15px;
    margin-right: -5px;
    position: relative;
    min-height: 0;
}

.modal-list-container::-webkit-scrollbar,
.comparison-list-container::-webkit-scrollbar {
    width: 10px;
}

.modal-list-container::-webkit-scrollbar-track,
.comparison-list-container::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 5px;
}

.modal-list-container::-webkit-scrollbar-thumb,
.comparison-list-container::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    transition: background 0.3s ease;
}

.modal-list-container::-webkit-scrollbar-thumb:hover,
.comparison-list-container::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.3);
}

#modal-component-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.modal-component-item {
    background: rgba(0, 0, 0, 0.41) !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 25px 30px;
    color: white;
    font-size: 17px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    text-align: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 90px;
}

.modal-component-item:hover {
    background: rgba(0, 0, 0, 0.5);
    border-color: rgba(60, 55, 241, 0.3);
    transform: translateX(5px);
    box-shadow: 0 5px 20px rgba(60, 55, 241, 0.1);
}

.modal-component-content {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

.modal-component-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
    min-width: 300px;
}

.modal-component-name {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: none;
}

.modal-component-model {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-transform: none;
}

.modal-component-price {
    position: absolute;
    right: 70px;
    color: white;
    font-size: 20px;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.05);
    padding: 10px 10px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.modal-seller {
    position: absolute;
    right: 185px;
}

.modal-component-item:hover .modal-component-price {
    background: rgba(60, 55, 241, 0.15);
    border-color: rgba(60, 55, 241, 0.3);
}

.modal-component-image {
    margin-right: 15px;
    height: 70px;
    width: 70px;
    object-fit: contain;
    filter: brightness(0.95);
    transition: all 0.3s ease;
    border-radius: 8px;
}
.modal-component-icon {
    position: absolute;
    right: 20px;
    font-size: 40px;
}
.modal-component-item:hover .modal-component-image {
    filter: brightness(1.1);
    transform: scale(1.05);
}

.comparison-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.comparison-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.comparison-name {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.comparison-model {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
}

.comparison-main-image {
    height: 200px;
    width: 200px;
    object-fit: contain;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.03);
    padding: 10px;
}

#comparison-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.comparison-item {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.comparison-item:hover {
    background: rgba(0, 0, 0, 0.7);
    border-color: rgba(60, 55, 241, 0.3);
    transform: translateX(5px);
    box-shadow: 0 5px 20px rgba(60, 55, 241, 0.1);
    text-decoration: none;
}

.comparison-item-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.comparison-seller-logo {
    height: 40px;
    width: 120px;
    object-fit: contain;
}

.comparison-item-price {
    color: white;
    font-size: 20px;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.05);
    padding: 10px 20px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    white-space: nowrap;
}



.comparison-item-arrow {
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
    transition: all 0.3s ease;
}

.comparison-item:hover .comparison-item-arrow {
    color: rgba(255, 255, 255, 0.8);
    transform: translateX(5px);
}

@keyframes modalItemFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-component-item,
.comparison-item {
    animation: modalItemFadeIn 0.3s ease-out backwards;
}

.modal-component-item:nth-child(1),
.comparison-item:nth-child(1) { animation-delay: 0.05s; }
.modal-component-item:nth-child(2),
.comparison-item:nth-child(2) { animation-delay: 0.1s; }
.modal-component-item:nth-child(3),
.comparison-item:nth-child(3) { animation-delay: 0.15s; }
.modal-component-item:nth-child(4),
.comparison-item:nth-child(4) { animation-delay: 0.2s; }
.modal-component-item:nth-child(5),
.comparison-item:nth-child(5) { animation-delay: 0.25s; }
.modal-component-item:nth-child(6),
.comparison-item:nth-child(6) { animation-delay: 0.3s; }
.modal-component-item:nth-child(7),
.comparison-item:nth-child(7) { animation-delay: 0.35s; }
.modal-component-item:nth-child(8),
.comparison-item:nth-child(8) { animation-delay: 0.4s; }

@keyframes modalFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes modalSlideIn {
    from {
        transform: scale(0.9) translateY(20px);
        opacity: 0;
    }
    to {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}

.cfgmaker-modal-overlay.active {
    animation: modalFadeIn 0.3s ease-out;
}

.cfgmaker-modal-overlay.active .cfgmaker-modal {
    animation: modalSlideIn 0.3s ease-out;
}

@media (max-width: 992px) {
    .modal-component-item {
        padding: 20px 25px;
        min-height: 80px;
    }

    .modal-component-info {
        min-width: 250px;
    }

    .modal-component-name {
        font-size: 17px;
    }

    .modal-component-price {
        font-size: 18px;
        padding: 8px 16px;
        right: 100px;
    }

    .modal-component-image {
        height: 60px;
        width: 60px;
    }

    .comparison-header {
        padding: 20px;
    }

    .comparison-name {
        font-size: 20px;
    }

    .comparison-main-image {
        height: 80px;
        width: 80px;
    }

    .comparison-item {
        padding: 18px 20px;
    }

    .comparison-item-price {
        font-size: 20px;
        padding: 10px 20px;
    }

}

@media (max-width: 768px) {
    .cfgmaker-modal-overlay {
        padding: 10px;
    }

    .cfgmaker-modal {
        width: 95%;
        padding: 25px;
        max-height: calc(100vh - 20px);
    }

    #modal-title, #comparison-modal-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .modal-list-container,
    .comparison-list-container {
        padding-right: 10px;
    }

    .modal-component-item {
        padding: 15px 20px;
        min-height: 70px;
    }

    .modal-component-info {
        min-width: 0;
        flex: 1;
        margin-right: 10px;
    }

    .modal-component-name {
        font-size: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .modal-component-model {
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .modal-component-price {
        position: relative;
        right: auto;
        font-size: 16px;
        padding: 6px 12px;
        margin-right: 15px;
        flex-shrink: 0;
    }

    .modal-seller {
        display: none;
    }

    .modal-component-image {
        position: relative;
        right: auto;
        height: 50px;
        width: 50px;
        padding: 5px;
        flex-shrink: 0;
    }

    .comparison-header {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .comparison-name {
        font-size: 18px;
    }

    .comparison-model {
        font-size: 14px;
    }

    .comparison-item {
        padding: 15px;
        flex-direction: column;
        gap: 15px;
    }

    .comparison-item-left {
        width: 100%;
        justify-content: center;
    }

    .comparison-seller-logo {
        height: 30px;
        width: 100px;
    }

    .comparison-item-price {
        font-size: 18px;
        padding: 8px 16px;
    }

    .comparison-item-arrow {
        display: none;
    }


}

@media (max-width: 480px) {


    .cfgmaker-modal-overlay {
        padding: 0px;
    }

    .cfgmaker-modal {
        padding: 20px;
        border-radius: 12px;
        max-height: 100vh;
        height: 100vh;
        width: 100vw;
    }

    .close-modal {
        top: 15px;
        right: 15px;
        width: 30px;
        height: 30px;
    }

    #component-searcbar {
        padding: 12px 15px 12px 40px;
        font-size: 14px;
    }

    .search-container i {
        left: 15px;
        font-size: 18px;
    }

    .search-container {
        margin-bottom: 20px;
    }

    #modal-title, #comparison-modal-title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .modal-component-item {
        padding: 12px 15px;
        min-height: 60px;
        gap: 10px;
    }

    .modal-component-info {
        min-width: 0;
        flex: 1;
    }

    .modal-component-name {
        font-size: 14px;
    }

    .modal-component-model {
        font-size: 11px;
        display: none;
    }

    .modal-component-price {
        font-size: 14px;
        padding: 5px 10px;
        margin-right: 10px;
    }

    .modal-component-image {
        height: 45px;
        width: 45px;
        padding: 3px;
    }

    .comparison-header {
        padding: 15px;
    }

    .comparison-name {
        font-size: 16px;
    }

    .comparison-main-image {
        height: 70px;
        width: 70px;
    }

    .comparison-item {
        padding: 12px;
    }

    .comparison-seller-logo {
        height: 25px;
        width: 80px;
    }

    .comparison-item-price {
        font-size: 16px;
        padding: 6px 12px;
    }
}

@media (max-width: 360px) {
    .modal-component-item {
        padding: 10px 12px;
    }

    .modal-component-name {
        font-size: 13px;
    }

    .modal-component-price {
        font-size: 13px;
        padding: 4px 8px;
    }

    .modal-component-image {
        height: 40px;
        width: 40px;
    }

    .comparison-name {
        font-size: 14px;
    }

    .comparison-model {
        font-size: 12px;
    }

    .comparison-item-price {
        font-size: 14px;
        padding: 5px 10px;
    }
}

@media (max-height: 600px) {
    .cfgmaker-modal {
        padding: 20px;
        max-height: 100vh;
    }

    #modal-title, #comparison-modal-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .search-container {
        margin-bottom: 15px;
    }

    .modal-component-item {
        padding: 12px 20px;
        min-height: 60px;
    }

    .comparison-header {
        padding: 15px;
        margin-bottom: 20px;
    }

    .comparison-item {
        padding: 15px 20px;
    }
}

@supports (-webkit-touch-callout: none) {
    .cfgmaker-modal {
        max-height: calc(100vh - 40px);
    }
}

body.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.home-ctnr {
    background: radial-gradient(#393939, #0c0c0c);
    background-size: cover;
    background-repeat: no-repeat !important;
    width: 100%;
    min-height: 100vh;
    padding-top: 13.8vh;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1200px) {
    .main-container {
        gap: 30px;
    }

    .cfgmaker-create-box-container-right {
        width: 300px;
    }
}

@media (max-width: 992px) {
    .main-container {
        flex-direction: column;
        align-items: center;
    }

    .cfgmaker-create-box {
        width: 100%;
        max-width: 600px;
        order: 1;
    }

    .cfgmaker-create-box-container-right {
        width: 100%;
        max-width: 600px;
        position: relative;
        top: auto;
        order: 2;
        margin-top: 30px;
    }

    .cfgmaker-create-box-container-right img {
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }

    .cfgmaker-create-box-img-container-right-btn {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .home-ctnr {
        padding: 20px 15px;
        padding-top: 6vh !important;
    }

    .cfgmaker-create-box {
        padding: 0;
    }

    .cfgmaker-create-select {
        padding: 15px;
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .cfgmaker-create-select-text {
        font-size: 12px;
    }

    .cgfmaker-create-select-btn {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }

    .cfgmaker-create-box-container-right img {
        max-width: 250px;
    }

    .cfgmaker-create-box-container-right-price span {
        font-size: 24px !important;
    }

    .copy-url {
        font-size: 12px;
        padding: 12px 15px;
    }
}

@media (max-width: 480px) {
    .home-ctnr {
        min-height: calc(100vh - 70px);
        padding: 15px 10px;
        padding-top: 6vh !important;

    }

    .cfgmaker-create-box {
        padding: 0;
        border-radius: 8px;
        margin-top: 50px;
    }

    .cfgmaker-create-select {
        padding: 12px;
        margin-bottom: 10px;
    }

    .cfgmaker-create-box-container-right {
        margin-top: 20px;
    }

    .cfgmaker-create-box-container-right img {
        max-width: 320px;
    }

    .cfgmaker-create-box-img-container-right-btn {
        padding: 20px;
    }

    .cfgmaker-create-box-container-right-price {
        padding: 15px;
        margin-bottom: 15px;
    }

    .cfgmaker-create-box-container-right-price span {
        font-size: 20px !important;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cfgmaker-create-box,
.cfgmaker-create-box-container-right {
    animation: fadeIn 0.6s ease-out;
}

.cfgmaker-create-select {
    animation: fadeIn 0.6s ease-out backwards;
}

.cfgmaker-create-select:nth-child(1) { animation-delay: 0.1s; }
.cfgmaker-create-select:nth-child(2) { animation-delay: 0.15s; }
.cfgmaker-create-select:nth-child(3) { animation-delay: 0.2s; }
.cfgmaker-create-select:nth-child(4) { animation-delay: 0.25s; }
.cfgmaker-create-select:nth-child(5) { animation-delay: 0.3s; }
.cfgmaker-create-select:nth-child(6) { animation-delay: 0.35s; }
.cfgmaker-create-select:nth-child(7) { animation-delay: 0.4s; }
.cfgmaker-create-select:nth-child(8) { animation-delay: 0.45s; }
.cfgmaker-create-select:nth-child(9) { animation-delay: 0.5s; }
.cfgmaker-create-select:nth-child(10) { animation-delay: 0.55s; }
.cfgmaker-create-select:nth-child(11) { animation-delay: 0.6s; }
.cfgmaker-create-select:nth-child(12) { animation-delay: 0.65s; }
.cfgmaker-create-select:nth-child(13) { animation-delay: 0.7s; }


.component-added {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 40vw;
    min-width: 300px;
    min-height: 100px;
    padding: 12px 15px;
    background: rgba(13, 13, 13, 0.50);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    animation: slideIn 0.4s ease-out;
}

.component-link {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: inherit;
    margin-right: 15px;
}

.component-link a:hover {
    text-decoration: none;
}

.component-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.component-name {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.component-model {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
}

.component-price {
    color: white;
    font-size: 18px;
    font-weight: 700;
    background: rgba(60, 55, 241, 0.1);
    padding: 6px 12px;
    border-radius: 6px;
    margin-left: 1.5vw;
    border: 1px solid rgba(60, 55, 241, 0.2);
}

.component-image {
    width: 100px;
    height: 100px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.03);
    padding: 5px;
    filter: brightness(0.95);
    transition: all 0.3s ease;
}

.component-added:hover .component-image {
    filter: brightness(1.1);
    transform: scale(1.05);
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 992px) {
    .component-added {
        padding: 11px 14px;
    }

    .component-name {
        font-size: 13px;
    }

    .component-price {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .component-added {
        padding: 10px 12px;
        margin-top: 12px;
        width: auto;
    }

    .component-link {
        margin-right: 12px;
    }

    .component-name {
        font-size: 13px;
    }

    .component-model {
        font-size: 11px;
    }

    .component-price {
        font-size: 14px;
        padding: 5px 10px;
    }

    .component-image {
        width: 45px;
        height: 45px;
        padding: 4px;
    }
}

@media (max-width: 480px) {
    .component-added {
        padding: 8px 10px;
        margin-top: 10px;
    }

    .component-link {
        margin-right: 10px;
    }

    .component-info {
        gap: 2px;
    }

    .component-name {
        font-size: 12px;
    }

    .component-model {
        font-size: 10px;
    }

    .component-price {
        font-size: 13px;
        padding: 4px 8px;
    }

    .component-image {
        width: 70px;
        height: 70px;
        padding: 3px;
    }
}

@media (max-width: 360px) {
    .component-added {
        flex-wrap: wrap;
        gap: 8px;
    }

    .component-link {
        width: 100%;
        margin-right: 0;
    }


}



.component-content-wrapper {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 0;
}

.component-added .component-link {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: inherit;
    margin-right: 0;
    position: relative;
}

.seller-section {
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
}

.seller-section img {
    width: 100px;
    height: auto;
}

.seller-dropdown-container {
    position: relative;
    display: inline-flex;
    align-items: center;
    z-index: 999999;
}

.seller-dropdown-toggle {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    padding: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1000000;
}

.seller-dropdown-toggle:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(60, 55, 241, 0.3);
    transform: translateY(-1px);
}

.seller-dropdown-toggle i {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    transition: all 0.3s ease;
}

.seller-dropdown-toggle:hover i {
    color: rgba(255, 255, 255, 0.9);
}

.seller-dropdown-toggle.active i {
    transform: rotate(180deg);
    color: #3C37F1;
}

.seller-dropdown {
    position: fixed;
    background: rgb(0, 0, 0);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 8px;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 999999;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.9);
    pointer-events: none;
}

.seller-dropdown.active {
    position: fixed;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.seller-dropdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 4px;
    background: transparent;
    border: 1px solid transparent;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.seller-dropdown-item:last-child {
    margin-bottom: 0;
}

.seller-dropdown-item:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(60, 55, 241, 0.2);
    transform: translateX(3px);
}

.seller-dropdown-item.active {
    background: rgba(60, 55, 241, 0.15);
    border-color: rgba(60, 55, 241, 0.3);
}

.seller-dropdown-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.seller-dropdown-logo {
    height: 25px;
    width: 80px;
    object-fit: contain;
}

.seller-dropdown-price {
    color: white;
    font-size: 14px;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.05);
    padding: 4px 10px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.seller-dropdown-item:hover .seller-dropdown-price {
    background: rgba(60, 55, 241, 0.1);
    border-color: rgba(60, 55, 241, 0.2);
}

@keyframes dropdownArrowPulse {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(2px);
    }
}

.seller-dropdown-toggle:not(.active):hover i {
    animation: dropdownArrowPulse 1s ease-in-out infinite;
}

.cfgmaker-create-select {
    position: relative;
    z-index: 1;
}

.component-added {
    position: relative;
    z-index: 2;
}

.seller-dropdown-container {
    position: relative;
    z-index: 99998;
}

@media (max-width: 768px) {
    .component-content-wrapper {
        flex-direction: row;
        width: 100%;
    }

    .component-added .component-link {
        flex: 1;
    }

    .seller-section {
        gap: 3px;
    }

    .seller-section img {
        width: 80px;
    }

    .seller-dropdown-toggle {
        padding: 6px;
    }

    .seller-dropdown-toggle i {
        font-size: 16px;
    }

    .seller-dropdown {
        min-width: 180px;
    }

    .seller-dropdown-item {
        padding: 10px 14px;
    }

    .seller-dropdown-logo {
        height: 20px;
        width: 70px;
    }

    .seller-dropdown-price {
        font-size: 13px;
        padding: 3px 8px;
    }
}

@media (max-width: 480px) {
    .seller-dropdown-toggle {
        padding: 5px;
    }

    .seller-dropdown-toggle i {
        font-size: 14px;
    }

    .seller-dropdown {
        position: fixed;
        top: auto;
        bottom: 20px;
        left: 20px;
        right: 20px;
        min-width: auto;
        transform: translateY(20px);
    }

    .seller-dropdown.active {
        transform: translateY(0);
    }

    .seller-dropdown-item {
        padding: 10px;
    }

    .seller-dropdown-logo {
        height: 16px;
        width: 55px;
    }

    .seller-dropdown-price {
        font-size: 11px;
        padding: 2px 6px;
    }
}

@media (max-width: 360px) {
    .seller-dropdown-container {
        margin-left: 4px;
    }

    .seller-dropdown-toggle {
        padding: 4px;
    }

    .seller-dropdown-toggle i {
        font-size: 12px;
    }

    .seller-dropdown {
        bottom: 10px;
        left: 10px;
        right: 10px;
    }

    .seller-dropdown-item {
        padding: 8px;
    }

    .seller-dropdown-logo {
        height: 14px;
        width: 50px;
    }
}

@media (max-height: 600px) and (orientation: landscape) {
    .seller-dropdown {
        max-height: 200px;
        overflow-y: auto;
    }

    .seller-dropdown::-webkit-scrollbar {
        width: 6px;
    }

    .seller-dropdown::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.05);
        border-radius: 3px;
    }

    .seller-dropdown::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.2);
        border-radius: 3px;
    }
}






.cfgmaker-create-box-svg {
    width: 35px;
    height: auto;
    margin-right: 10px;
}


.see-compo-btn {
    color: white;
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, rgba(60, 55, 241, 0.45), rgba(87, 82, 255, 0.45));
    border-radius: 8px;
    text-align: center;
    font-size: 21px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding-top: 11px;
}

.see-compo-btn:hover {
    text-decoration: none;
    text-underline: none;
}

.cfg-author {
    color: white;
    transition: all 0.1s ease;

}

.cfg-author:hover {
    text-decoration: none;
    color: #cbcdeb;
    transition: all 0.1s ease;
}




@media (min-width: 1925px) {
    .main-container {
        max-width: 1500px;
        gap: 45px;
    }

    .cfgmaker-create-box {
        padding: 22px;
    }

    .cfgmaker-create-select {
        padding: 22px;
        margin-bottom: 17px;
    }

    .cfgmaker-create-select-text {
        font-size: 15.5px;
    }

    .cgfmaker-create-select-btn {
        width: 43px;
        height: 43px;
        font-size: 21.5px;
    }

    .cfgmaker-create-box-container-right {
        width: 390px;
        gap: 33px;
    }

    .component-added {
        max-width: 750px;
        padding: 13px 16px;
    }

    .component-name {
        font-size: 16.5px;
    }

    .component-price {
        font-size: 21px;
    }
}

@media (min-width: 2560px) {
    .main-container {
        max-width: 1650px;
        gap: 48px;
    }

    .cfgmaker-create-box {
        padding: 24px;
    }

    .cfgmaker-create-select {
        padding: 23px;
        margin-bottom: 18px;
    }

    .cfgmaker-create-select-text {
        font-size: 16px;
        letter-spacing: 0.5px;
    }

    .cgfmaker-create-select-btn {
        width: 45px;
        height: 45px;
        font-size: 22px;
    }

    .cfgmaker-create-box-container-right {
        width: 420px;
        gap: 35px;
    }

    .cfgmaker-create-box-container-pcparts {
        min-height: 370px;
    }

    .cfgmaker-create-box-img-container-right-btn {
        padding: 35px;
    }

    .cfgmaker-create-box-container-right-price {
        padding: 23px;
        margin-bottom: 23px;
    }

    .cfgmaker-create-box-container-right-price span {
        font-size: 35px !important;
    }

    .copy-url {
        padding: 18px 23px;
        font-size: 16px;
    }

    .copy-url i {
        font-size: 20px;
    }

    .cfgmaker-create-box-svg {
        width: 37px;
        margin-right: 11px;
    }

    .component-added {
        max-width: 900px;
        padding: 14px 18px;
    }

    .component-name {
        font-size: 17px;
    }

    .component-model {
        font-size: 13px;
    }

    .component-price {
        font-size: 19px;
        font-weight: 550;
        padding: 10px 10px;
    }

    .component-image {
        width: 95px;
        height: 95px;
    }

    .cfgmaker-modal {
        padding: 32px;
    }

    #modal-title, #comparison-modal-title {
        font-size: 30px;
        margin-bottom: 36px;
    }

    #component-searcbar {
        padding: 19px 25px 19px 52px;
        font-size: 18px;
    }

    .search-container i {
        left: 25px;
        font-size: 25px;
    }

    .modal-component-item {
        padding: 28px 32px;
        min-height: 98px;
    }

    .modal-component-name {
        font-size: 19px;
    }

    .modal-component-model {
        font-size: 14px;
    }

    .modal-component-price {
        font-size: 19px;
        padding: 10px 10px;
    }

    .modal-component-image {
        height: 77px;
        width: 77px;
    }

    .comparison-modal {
        max-width: 980px;
    }

    .comparison-header {
        padding: 27px;
    }

    .comparison-name {
        font-size: 25px;
    }

    .comparison-model {
        font-size: 16px;
    }

    .comparison-main-image {
        height: 250px;
        width: 250px;
    }

    .comparison-item {
        padding: 22px 26px;
    }

    .comparison-item-price {
        font-size: 19px;

        padding: 10px 10px;
    }

    .seller-section img {
        width: 108px;
    }

    .seller-dropdown {
        min-width: 225px;
    }

    .seller-dropdown-item {
        padding: 13px 16px;
    }

    .seller-dropdown-price {
        font-size: 14.5px;
        padding: 5px 11px;
    }
}

@media (min-width: 3840px) {

    .main-container {
        max-width: 2200px;
        gap: 60px;
    }

    .cfgmaker-create-box {
        padding: 30px;
    }

    .cfgmaker-create-select {
        padding: 28px;
        margin-bottom: 20px;
    }

    .cfgmaker-create-select-text {
        font-size: 18px;
    }

    .cgfmaker-create-select-btn {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }

    .cfgmaker-create-box-container-right {
        width: 500px;
    }

    .cfgmaker-create-box-container-pcparts {
        min-height: 420px;
    }

    .component-added {
        max-width: 1000px;
        padding: 16px 20px;
    }

    .component-name {
        font-size: 19px;
    }

    .component-price {
        font-size: 21px;
    }

    .component-image {
        width: 80px;
        height: 80px;
    }
}

@media (min-aspect-ratio: 21/9) {
    .main-container {
        max-width: 85vw;
    }

    .component-added {
        width: 45vw;
    }

    .cfgmaker-modal {
        width: 80vw;
        max-width: 1600px;
    }
}

@media (min-width: 2560px) {
    #modal-component-list {
        gap: 16px;
    }

    .modal-component-item {
        margin: 0;
    }
}

@media (min-width: 1920px) {
    .cfgmaker-create-select,
    .component-added,
    .modal-component-item {
        transform: translateZ(0);
        backface-visibility: hidden;
    }
}



















.purchase-status-container {
    margin-top: 20px;
    animation: fadeIn 0.6s ease-out backwards;
    animation-delay: 0.8s;
}

.purchase-status-box {
    background: rgba(20, 20, 20, 0.9);
    border-radius: 12px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.purchase-status-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: all 0.3s ease;
}

.purchase-status-box.purchased::before {
    background: linear-gradient(90deg, transparent, #4ade80, transparent);
}

.purchase-status-box.not-purchased::before {
    background: linear-gradient(90deg, transparent, #a9a9a9, transparent);
}

.purchase-status-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.purchase-status-label {
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.purchase-status-edit {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    padding: 3px 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #a9a9a9;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.purchase-status-edit:hover {
    background: rgba(60, 55, 241, 0.15);
    border-color: rgba(60, 55, 241, 0.3);
    color: #a9a9a9;
    transform: translateY(-1px);
}

.purchase-status-edit i {
    font-size: 16px;
}

.purchase-status-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.purchase-status-icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.purchase-status-box.purchased .purchase-status-icon {
    background: rgba(74, 222, 128, 0.1);
    border: 1px solid rgba(74, 222, 128, 0.2);
}

.purchase-status-box.not-purchased .purchase-status-icon {
    background: rgba(169, 169, 169, 0.1);
    border: 1px solid rgba(255, 220, 141, 0.2);
}

.purchase-status-icon i {
    font-size: 28px;
    transition: all 0.3s ease;
}

.purchase-status-box.purchased .purchase-status-icon i {
    color: #4ade80;
}

.purchase-status-box.not-purchased .purchase-status-icon i {
    color: #a9a9a9;
}

.purchase-status-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.purchase-status-title {
    color: #a9a9a9;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.purchase-status-subtitle {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    line-height: 1.4;
}

@keyframes statusChange {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.95);
    }
    100% {
        transform: scale(1);
    }
}

.purchase-status-box.animating {
    animation: statusChange 0.4s ease;
}

.purchase-status-icon.rotating {
    animation: rotate360 0.6s ease;
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
}

.purchase-status-edit:active {
    transform: scale(0.95);
}

.status-toast {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: rgba(20, 20, 20, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 16px 20px;
    color: white;
    font-size: 14px;
    z-index: 10000;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transform: translateX(400px);
    transition: transform 0.3s ease;
}

.status-toast.show {
    transform: translateX(0);
}

.status-toast i {
    font-size: 20px;
}

.status-toast.success {
    border-color: rgba(74, 222, 128, 0.3);
}

.status-toast.success i {
    color: #4ade80;
}

.status-toast.error {
    border-color: rgba(239, 68, 68, 0.3);
}

.status-toast.error i {
    color: #ef4444;
}

@media (max-width: 992px) {
    .purchase-status-container {
        margin-top: 20px;
    }

    .purchase-status-box {
        padding: 18px;
    }

    .purchase-status-icon {
        width: 45px;
        height: 45px;
    }

    .purchase-status-icon i {
        font-size: 24px;
    }

    .purchase-status-title {
        font-size: 15px;
    }

    .purchase-status-subtitle {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .purchase-status-container {
        margin-top: 15px;
    }

    .purchase-status-box {
        padding: 16px;
    }

    .purchase-status-content {
        gap: 12px;
    }

    .purchase-status-icon {
        width: 42px;
        height: 42px;
        border-radius: 8px;
    }

    .purchase-status-icon i {
        font-size: 22px;
    }

    .purchase-status-title {
        font-size: 14px;
    }

    .purchase-status-subtitle {
        font-size: 11px;
    }

    .purchase-status-label {
        font-size: 10px;
    }

    .purchase-status-edit {
        padding: 5px 7px;
    }

    .purchase-status-edit i {
        font-size: 14px;
    }

    .status-toast {
        bottom: 20px;
        right: 20px;
        left: 20px;
        padding: 14px 18px;
    }
}

@media (max-width: 480px) {
    .purchase-status-container {
        margin-top: 12px;
    }

    .purchase-status-box {
        padding: 14px;
        border-radius: 10px;
    }

    .purchase-status-header {
        margin-bottom: 12px;
    }

    .purchase-status-content {
        gap: 10px;
    }

    .purchase-status-icon {
        width: 38px;
        height: 38px;
    }

    .purchase-status-icon i {
        font-size: 20px;
    }

    .purchase-status-title {
        font-size: 13px;
    }

    .purchase-status-subtitle {
        font-size: 10px;
    }

    .purchase-status-label {
        font-size: 9px;
        letter-spacing: 0.5px;
    }

    .status-toast {
        bottom: 15px;
        right: 15px;
        left: 15px;
        padding: 12px 16px;
        font-size: 13px;
    }
}

@media (max-width: 360px) {
    .purchase-status-box {
        padding: 12px;
    }

    .purchase-status-icon {
        width: 35px;
        height: 35px;
    }

    .purchase-status-icon i {
        font-size: 18px;
    }

    .purchase-status-title {
        font-size: 12px;
    }

    .purchase-status-subtitle {
        display: none;
    }
}

@media (min-width: 1920px) {
    .purchase-status-box {
        padding: 22px;
    }

    .purchase-status-icon {
        width:40px;
        height: 40px;
    }

    .purchase-status-icon i {
        font-size: 25px;
    }

    .purchase-status-title {
        font-size: 17px;
    }

    .purchase-status-subtitle {
        font-size: 14px;
    }
}

@media (min-width: 2560px) {
    .purchase-status-box {
        padding: 24px;
    }

    .purchase-status-icon {
        width:40px;
        height: 40px;
    }

    .purchase-status-icon i {
        font-size: 25px;
    }

    .purchase-status-title {
        font-size: 18px;
    }

    .purchase-status-subtitle {
        font-size: 14px;
    }

    .purchase-status-label {
        font-size: 12px;
    }
}

.purchase-status-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.purchase-status-box:hover::before {
    height: 4px;
}

@media (prefers-color-scheme: dark) {
    .purchase-status-box {
        background: rgba(15, 15, 15, 0.95);
    }
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .home4mentions {
    }
}


.page-body-wrapper {
    min-height: 100vh;
}

.main-container {
    max-width: 1450px;
    margin: 0 auto;
    display: flex;
    gap: 42px;
    align-items: flex-start;
    padding-top: 50px;
    padding-bottom: 50px;
}

.cfgmaker-create-box {
    flex: 1;
    background: transparent;
    border-radius: 12px;
    padding: 20px;
    border: none;
    max-height: none;
    overflow-y: visible;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.cfgmaker-create-select {
    background: rgba(20, 20, 20, 1);
    border: 1px solid rgba(0, 0, 0, 0.8);
    border-radius: 8px;
    padding: 21px;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.cfgmaker-create-select:hover {
    background: rgba(40, 40, 40, 0.9);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateX(5px);
}

.cfgmaker-create-select.nobtm {
    margin-bottom: 0;
}

.cfgmaker-create-select-text {
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.cgfmaker-create-select-btn {
    background: rgba(255, 255, 255, 0.17);
    border: none;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: white;
    font-size: 21px;
}

.cgfmaker-create-select-btn:hover {
    transform: rotate(90deg) scale(1.1);
    box-shadow: 0 4px 15px rgba(60, 55, 241, 0.4);
}

.cfgmaker-create-box-container-right {
    width: 370px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: sticky;
    top: 105px;
}

.cfgmaker-create-box-container-right img {

}

.cfgmaker-create-box-img-container-right-btn {
    background: rgba(20, 20, 20, 0.9);
    border-radius: 12px;
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.cfgmaker-create-box-container-right-price {
    background: linear-gradient(135deg, #3C37F1, #5752FF);
    border-radius: 8px;
    padding: 21px;
    margin-bottom: 21px;
    box-shadow: 0 4px 15px rgba(60, 55, 241, 0.3);
}

.cfgmaker-create-box-container-right-price span {
    color: white !important;
}



.cfgmaker-create-box-container-pcparts {
    width: 100%;
    min-height: 330px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}


.cfgmaker-create-box-container-pcparts #cases {
    width: 80%;
    position: absolute;
    right: 0;
    z-index: 2;
}

.cfgmaker-create-box-container-pcparts #cooling {
    position: absolute;
    width: 25%;
    top: 9%;
    rotate: 20deg;
    z-index: 100;
}

.cfgmaker-create-box-container-pcparts #cpu {
    position: absolute;
    width: 9%;
    left: 27%;
    top: 11%;
    rotate: -20deg;
    z-index: 100;
}


.cfgmaker-create-box-container-pcparts #gpu {
    position: absolute;
    width: 40%;
    rotate: -40deg;
    top: 18.2%;
    z-index: 100;
}

.cfgmaker-create-box-container-pcparts #fans {
    position: absolute;
    width: 23%;
    right: 2.5%;
    top: 12%;
    z-index: 100;
}

.cfgmaker-create-box-container-pcparts #supply {
    position: absolute;
    width: 33%;
    top: 26.3%;
    left: 30%;
    rotate: -7deg;
    z-index: 100;
}

.cfgmaker-create-box-container-pcparts #motherboard {
    position: absolute;
    width: 30%;
    left: 40%;
    top: 7.2%;
    z-index: 100;
}

.cfgmaker-create-box-container-pcparts #ram {
    position: absolute;
    width: 4%;
    top: 8%;
    right: 37%;
    z-index: 100;
}

.cfgmaker-create-box-container-pcparts #storage {
    position: absolute;
    width: 15%;
    rotate: 12deg;
    top: 18.5%;
    left: 47%;
    z-index: 100;
}





.cfgmaker-create-box-container-pcparts #motherboard-c {
    position: absolute;
    width: 30%;
    left: 40%;
    top: 8%;
    z-index: 100;
}
.cfgmaker-create-box-container-pcparts #cases-c {
    width: 80%;
    position: absolute;
    right: 0;
    z-index: 2;
}

.cfgmaker-create-box-container-pcparts #cooling-c {
    position: absolute;
    width: 25%;
    top: 10%;
    rotate: 20deg;
    z-index: 100;
}

.cfgmaker-create-box-container-pcparts #cpu-c {
    position: absolute;
    width: 9%;
    left: 27%;
    top: 13%;
    rotate: -20deg;
    z-index: 100;
}


.cfgmaker-create-box-container-pcparts #gpu-c {
    position: absolute;
    width: 40%;
    rotate: -40deg;
    top: 20%;
    z-index: 100;
}

.cfgmaker-create-box-container-pcparts #fans-c {
    position: absolute;
    width: 23%;
    right: 2.5%;
    top: 13%;
    z-index: 100;
}

.cfgmaker-create-box-container-pcparts #supply-c {
    position: absolute;
    width: 33%;
    top: 29%;
    left: 30%;
    rotate: -7deg;
    z-index: 100;
}

.cfgmaker-create-box-container-pcparts #ram-c {
    position: absolute;
    width: 4%;
    top: 10%;
    right: 37%;
    z-index: 100;
}

.cfgmaker-create-box-container-pcparts #storage-c {
    position: absolute;
    width: 15%;
    rotate: 12deg;
    top: 20.3%;
    left: 47%;
    z-index: 100;
}





.copy-url {
    width: 100%;
    padding: 16px 21px;
    margin: 11px 0;
    border: none;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
}

.copy-url:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.1);
}

.copy-url i {
    font-size: 19px;
}

.cfgmaker-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 9999999;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
}

.cfgmaker-modal-overlay.active {
    display: flex;
}

.cfgmaker-modal {
    background: rgba(20, 20, 20, 0.98);
    border-radius: 16px;
    width: 100vw;
    height: 100vh;
    padding: 30px;
    position: relative;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    display: flex;
    z-index: 9999999;
    flex-direction: column;
}

.comparison-modal {
    max-width: 900px;
}

.cfgmaker-modal-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 0;
}

#modal-title, #comparison-modal-title {
    color: white;
    font-size: 28px;
    margin-bottom: 35px;
    text-align: center;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}

.close-modal {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.3s ease;
    z-index: 10;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-modal:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
}

.close-modal svg {
    width: 20px;
    height: 20px;
}

.search-container {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
    flex-shrink: 0;
}

#component-searcbar {
    width: 100%;
    padding: 18px 25px 18px 60px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    color: white;
    font-size: 18px;
    transition: all 0.3s ease;
    outline: none;
}

#component-searcbar:focus {
    background: rgba(255, 255, 255, 0.12);
    border-color: #3C37F1;
    box-shadow: 0 0 0 2px rgba(60, 55, 241, 0.2);
}

#component-searcbar::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.search-container i {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
    pointer-events: none;
}

.modal-list-container, .comparison-list-container {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 15px;
    margin-right: -5px;
    position: relative;
    min-height: 0;
}

.modal-list-container::-webkit-scrollbar,
.comparison-list-container::-webkit-scrollbar {
    width: 10px;
}

.modal-list-container::-webkit-scrollbar-track,
.comparison-list-container::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 5px;
}

.modal-list-container::-webkit-scrollbar-thumb,
.comparison-list-container::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    transition: background 0.3s ease;
}

.modal-list-container::-webkit-scrollbar-thumb:hover,
.comparison-list-container::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.3);
}

#modal-component-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.modal-component-item {
    background: rgba(0, 0, 0, 0.41) !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 25px 30px;
    color: white;
    font-size: 17px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    text-align: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 90px;
}

.modal-component-item:hover {
    background: rgba(0, 0, 0, 0.5);
    border-color: rgba(60, 55, 241, 0.3);
    transform: translateX(5px);
    box-shadow: 0 5px 20px rgba(60, 55, 241, 0.1);
}

.modal-component-content {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

.modal-component-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
    min-width: 300px;
}

.modal-component-name {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: none;
}

.modal-component-model {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-transform: none;
}

.modal-component-price {
    position: absolute;
    right: 70px;
    color: white;
    font-size: 20px;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.05);
    padding: 10px 10px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.modal-seller {
    position: absolute;
    right: 185px;
}

.modal-component-item:hover .modal-component-price {
    background: rgba(60, 55, 241, 0.15);
    border-color: rgba(60, 55, 241, 0.3);
}

.modal-component-image {
    margin-right: 15px;
    height: 70px;
    width: 70px;
    object-fit: contain;
    filter: brightness(0.95);
    transition: all 0.3s ease;
    border-radius: 8px;
}
.modal-component-icon {
    position: absolute;
    right: 20px;
    font-size: 40px;
}
.modal-component-item:hover .modal-component-image {
    filter: brightness(1.1);
    transform: scale(1.05);
}

.comparison-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.comparison-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.comparison-name {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.comparison-model {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
}

.comparison-main-image {
    height: 150px;
    width: 150px;
    object-fit: contain;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.03);
    padding: 10px;
}

#comparison-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.comparison-item {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.comparison-item:hover {
    background: rgba(0, 0, 0, 0.7);
    border-color: rgba(60, 55, 241, 0.3);
    transform: translateX(5px);
    box-shadow: 0 5px 20px rgba(60, 55, 241, 0.1);
    text-decoration: none;
}

.comparison-item-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.comparison-seller-logo {
    height: 40px;
    width: 120px;
    object-fit: contain;
}

.comparison-item-price {
    color: white;
    font-size: 20px;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.05);
    padding: 10px 20px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    white-space: nowrap;
}



.comparison-item-arrow {
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
    transition: all 0.3s ease;
}

.comparison-item:hover .comparison-item-arrow {
    color: rgba(255, 255, 255, 0.8);
    transform: translateX(5px);
}

@keyframes modalItemFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-component-item,
.comparison-item {
    animation: modalItemFadeIn 0.3s ease-out backwards;
}

.modal-component-item:nth-child(1),
.comparison-item:nth-child(1) { animation-delay: 0.05s; }
.modal-component-item:nth-child(2),
.comparison-item:nth-child(2) { animation-delay: 0.1s; }
.modal-component-item:nth-child(3),
.comparison-item:nth-child(3) { animation-delay: 0.15s; }
.modal-component-item:nth-child(4),
.comparison-item:nth-child(4) { animation-delay: 0.2s; }
.modal-component-item:nth-child(5),
.comparison-item:nth-child(5) { animation-delay: 0.25s; }
.modal-component-item:nth-child(6),
.comparison-item:nth-child(6) { animation-delay: 0.3s; }
.modal-component-item:nth-child(7),
.comparison-item:nth-child(7) { animation-delay: 0.35s; }
.modal-component-item:nth-child(8),
.comparison-item:nth-child(8) { animation-delay: 0.4s; }

@keyframes modalFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes modalSlideIn {
    from {
        transform: scale(0.9) translateY(20px);
        opacity: 0;
    }
    to {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}

.cfgmaker-modal-overlay.active {
    animation: modalFadeIn 0.3s ease-out;
}

.cfgmaker-modal-overlay.active .cfgmaker-modal {
    animation: modalSlideIn 0.3s ease-out;
}

@media (max-width: 992px) {
    .modal-component-item {
        padding: 20px 25px;
        min-height: 80px;
    }

    .modal-component-info {
        min-width: 250px;
    }

    .modal-component-name {
        font-size: 17px;
    }

    .modal-component-price {
        font-size: 18px;
        padding: 8px 16px;
        right: 100px;
    }

    .modal-component-image {
        height: 60px;
        width: 60px;
    }

    .comparison-header {
        padding: 20px;
    }

    .comparison-name {
        font-size: 20px;
    }

    .comparison-main-image {
        height: 150px;
        width: 150px;
    }

    .comparison-item {
        padding: 18px 20px;
    }

    .comparison-item-price {
        font-size: 20px;
        padding: 10px 20px;
    }
}


@media (max-width: 768px) {
    .container {
        max-width: 100vw !important;
        padding: 0 !important;
    }

    .main-container {
        padding: 0px 12px 20px 12px;
        gap: 20px;
    }

    .home-ctnr {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 6vh !important;

    }

    .cfgmaker-create-box {
        padding: 0;
        box-shadow: none;
        width: 100%;
    }

    .cfgmaker-create-select {
        background: rgba(20, 20, 20, 0.95);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 10px;
        padding: 14px 16px;
        margin-bottom: 10px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        min-height: 70px;
    }

    .cfgmaker-create-select:hover {
        transform: none;
    }

    .cfgmaker-create-select-text {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.3px;
        flex: 1;
    }

    .cfgmaker-create-box-svg {
        width: 28px;
        height: 28px;
        margin-right: 0;
        opacity: 0.9;
    }

    .cgfmaker-create-select-btn {
        width: 38px;
        height: 38px;
        font-size: 20px;
        flex-shrink: 0;
        background: rgba(60, 55, 241, 0.15);
        border: 1px solid rgba(60, 55, 241, 0.2);
    }

    .cgfmaker-create-select-btn:hover {
        transform: scale(1.05);
    }

    .component-added {
        width: 100%;
        min-width: 50vw;
        padding: 12px;
        margin-top: 10px;
        background: rgba(10, 10, 10, 0.6);
        border: 1px solid rgba(255, 255, 255, 0.12);
        min-height: auto;
    }

    .component-content-wrapper {
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
    }

    .component-link {
        flex-direction: column;
        gap: 12px;
        margin-right: 0;
        align-items: stretch;
    }

    .component-info {
        order: 1;
        text-align: left;
        gap: 6px;
    }

    .component-name {
        font-size: 13px;
        line-height: 1.4;
        font-weight: 600;
    }

    .component-model {
        font-size: 11px;
        line-height: 1.3;
        color: rgba(255, 255, 255, 0.6);
    }

    .component-image {
        width: 80px;
        height: auto;
    }

    .seller-section {
        order: 2;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 10px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .seller-section img {
        width: 70px;
        height: auto;
    }

    .component-price {
        order: 3;
        font-size: 16px;
        font-weight: 700;
        padding: 8px 14px;
        background: rgba(60, 55, 241, 0.15);
        border: 1px solid rgba(60, 55, 241, 0.25);
    }

    .seller-dropdown-container {
        order: 2;
    }

    .seller-dropdown-toggle {
        padding: 6px;
        background: rgba(255, 255, 255, 0.08);
    }

    .seller-dropdown-toggle i {
        font-size: 16px;
    }

    .seller-dropdown {
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        min-width: 100%;
        border-radius: 16px 16px 0 0;
        padding: 16px;
        max-height: 60vh;
        overflow-y: auto;
        box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.8);
    }

    .seller-dropdown-item {
        padding: 14px;
        margin-bottom: 8px;
        border-radius: 8px;
    }

    .seller-dropdown-logo {
        height: 22px;
        width: 70px;
    }

    .seller-dropdown-price {
        font-size: 13px;
        padding: 4px 10px;
    }

    .cfgmaker-create-box > div > br {
        display: none;
    }

    .cfgmaker-create-box > div > div > hr {
        margin: 16px 0 !important;
        width: 80% !important;
        height: 1px !important;
        background: rgba(255, 255, 255, 0.12) !important;
    }


    .cfgmaker-create-box-container-right {
        width: 100%;
        position: relative;
        top: auto;
        gap: 16px;
        margin-top: 20px;
    }


    .cfgmaker-create-box-img-container-right-btn {
        padding: 20px;
        background: rgba(20, 20, 20, 0.95);
        border: 1px solid rgba(255, 255, 255, 0.08);
    }

    .cfgmaker-create-box-container-right-price {
        padding: 16px;
        margin-bottom: 16px;
        text-align: center;
    }

    .cfgmaker-create-box-container-right-price span {
        font-size: 28px !important;
    }

    .copy-url {
        padding: 14px 18px;
        font-size: 14px;
        margin: 8px 0;
        font-weight: 600;
    }

    .copy-url i {
        font-size: 17px;
    }

    .cfgmaker-modal-overlay {
        padding: 0;
    }

    .cfgmaker-modal {
        width: 100vw;
        height: 100vh;
        padding: 16px;
        border-radius: 0;
        max-height: 100vh;
    }

    .comparison-modal {
        max-width: 100%;
    }

    #modal-title, #comparison-modal-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .close-modal {
        top: 16px;
        right: 16px;
        width: 32px;
        height: 32px;
    }

    .search-container {
        margin-bottom: 20px;
    }

    #component-searcbar {
        padding: 12px 16px 12px 46px;
        font-size: 15px;
        border-radius: 8px;
    }

    .search-container i {
        left: 16px;
        font-size: 20px;
    }

    .modal-list-container,
    .comparison-list-container {
        padding-right: 8px;
    }

    .modal-component-item {
        padding: 14px 12px;
        min-height: 70px;
        border-radius: 10px;
        flex-direction: row;
        gap: 12px;
    }

    .modal-component-content {
        flex-direction: row;
        gap: 10px;
    }

    .modal-component-image {
        width: 50px;
        height: 50px;
        margin-right: 0;
        flex-shrink: 0;
    }

    .modal-component-info {
        min-width: 0;
        flex: 1;
        gap: 4px;
    }

    .modal-component-name {
        font-size: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .modal-component-model {
        font-size: 11px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .modal-seller {
        display: none;
    }

    .modal-component-price {
        position: relative;
        right: auto;
        font-size: 14px;
        padding: 6px 10px;
        flex-shrink: 0;
        align-self: center;
    }

    .modal-component-icon {
        position: relative;
        right: auto;
        font-size: 20px;
        flex-shrink: 0;
        align-self: center;
        color: rgba(255, 255, 255, 0.4);
    }

    .comparison-header {
        padding: 16px;
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    .comparison-name {
        font-size: 16px;
    }

    .comparison-model {
        font-size: 12px;
    }

    .comparison-main-image {
        height: 120px;
        width: 120px;
    }

    .comparison-item {
        padding: 14px;
        flex-direction: column;
        gap: 12px;
    }

    .comparison-item-left {
        width: 100%;
        justify-content: space-between;
    }

    .comparison-seller-logo {
        height: 30px;
        width: 90px;
    }

    .comparison-item-price {
        font-size: 15px;
        padding: 6px 12px;
    }

    .comparison-item-arrow {
        display: none;
    }
}

@media (max-width: 480px) {
    .main-container {
        padding: 0px 10px 20px 10px;
        gap: 16px;
    }

    .cfgmaker-create-select {
        padding: 12px 14px;
        min-height: 64px;
        border-radius: 8px;
        margin-bottom: 8px;
    }

    .cfgmaker-create-select-text {
        font-size: 12px;
        gap: 10px;
    }

    .cfgmaker-create-box-svg {
        width: 24px;
        height: 24px;
    }

    .cgfmaker-create-select-btn {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }

    .component-added {
        padding: 10px;
        border-radius: 8px;
    }

    .component-name {
        font-size: 12px;
    }

    .component-model {
        font-size: 10px;
    }

    .component-price {
        font-size: 14px;
        padding: 6px 12px;
    }

    .seller-section img {
        width: 60px;
    }

    .cfgmaker-create-box-container-right-price span {
        font-size: 24px !important;
    }

    .copy-url {
        padding: 12px 16px;
        font-size: 13px;
    }

    .cfgmaker-modal {
        padding: 12px;
    }

    #modal-title, #comparison-modal-title {
        font-size: 18px;
        margin-bottom: 16px;
    }

    #component-searcbar {
        padding: 10px 14px 10px 42px;
        font-size: 14px;
    }

    .modal-component-item {
        padding: 12px 10px;
        min-height: 64px;
        gap: 10px;
    }

    .modal-component-image {
        width: 70px;
        height: 70px;
    }

    .modal-component-name {
        font-size: 12px;
    }

    .modal-component-model {
        font-size: 10px;
    }

    .modal-component-price {
        font-size: 13px;
        padding: 5px 8px;
    }

    .modal-component-icon {
        font-size: 18px;
    }

    .comparison-name {
        font-size: 15px;
    }

    .comparison-model {
        font-size: 11px;
    }

    .comparison-main-image {
        height: 100px;
        width: 100px;
    }

    .comparison-item {
        padding: 12px;
    }

    .comparison-seller-logo {
        height: 26px;
        width: 80px;
    }

    .comparison-item-price {
        font-size: 14px;
        padding: 5px 10px;
    }

    .seller-dropdown {
        padding: 12px;
        max-height: 50vh;
    }

    .seller-dropdown-item {
        padding: 12px;
    }

    .seller-dropdown-logo {
        height: 20px;
        width: 60px;
    }

    .seller-dropdown-price {
        font-size: 12px;
        padding: 3px 8px;
    }
}

@media (max-width: 360px) {
    .cfgmaker-create-select {
        padding: 10px 12px;
        min-height: 60px;
    }

    .cfgmaker-create-select-text {
        font-size: 11px;
        gap: 8px;
    }

    .cfgmaker-create-box-svg {
        width: 22px;
        height: 22px;
    }

    .cgfmaker-create-select-btn {
        width: 34px;
        height: 34px;
        font-size: 17px;
    }

    .component-added {
        padding: 8px;
    }

    .component-name {
        font-size: 11px;
    }

    .component-price {
        font-size: 13px;
        padding: 5px 10px;
    }

    .cfgmaker-create-box-container-right-price span {
        font-size: 22px !important;
    }

    .copy-url {
        padding: 11px 14px;
        font-size: 12px;
    }
}


body.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.home-ctnr {
    background: radial-gradient(#393939, #0c0c0c);
    background-size: cover;
    background-repeat: no-repeat !important;
    width: 100%;
    min-height: 100vh;
    padding-top: 13.8vh;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1200px) {
    .main-container {
        gap: 30px;
    }

    .cfgmaker-create-box-container-right {
        width: 300px;
    }
}

@media (max-width: 992px) {
    .main-container {
        flex-direction: column;
        align-items: center;
    }

    .cfgmaker-create-box {
        width: 100%;
        max-width: 600px;
        order: 1;
    }

    .cfgmaker-create-box-container-right {
        width: 100%;
        max-width: 600px;
        position: relative;
        top: auto;
        order: 2;
        margin-top: 30px;
    }

    .cfgmaker-create-box-container-right img {
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }

    .cfgmaker-create-box-img-container-right-btn {
        margin-top: 20px;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cfgmaker-create-box,
.cfgmaker-create-box-container-right {
    animation: fadeIn 0.6s ease-out;
}

.cfgmaker-create-select {
    animation: fadeIn 0.6s ease-out backwards;
}

.cfgmaker-create-select:nth-child(1) { animation-delay: 0.1s; }
.cfgmaker-create-select:nth-child(2) { animation-delay: 0.15s; }
.cfgmaker-create-select:nth-child(3) { animation-delay: 0.2s; }
.cfgmaker-create-select:nth-child(4) { animation-delay: 0.25s; }
.cfgmaker-create-select:nth-child(5) { animation-delay: 0.3s; }
.cfgmaker-create-select:nth-child(6) { animation-delay: 0.35s; }
.cfgmaker-create-select:nth-child(7) { animation-delay: 0.4s; }
.cfgmaker-create-select:nth-child(8) { animation-delay: 0.45s; }
.cfgmaker-create-select:nth-child(9) { animation-delay: 0.5s; }
.cfgmaker-create-select:nth-child(10) { animation-delay: 0.55s; }
.cfgmaker-create-select:nth-child(11) { animation-delay: 0.6s; }
.cfgmaker-create-select:nth-child(12) { animation-delay: 0.65s; }
.cfgmaker-create-select:nth-child(13) { animation-delay: 0.7s; }


@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 360px) {
    .component-added {
        flex-wrap: wrap;
        gap: 8px;
    }

    .component-link {
        width: 100%;
        margin-right: 0;
    }

    .component-image {
        display: none;
    }
}



.component-content-wrapper {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 0;
}

.component-added .component-link {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: inherit;
    margin-right: 0;
    position: relative;
}

.seller-section {
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
}

.seller-section img {
    width: 100px;
    height: auto;
}

.seller-dropdown-container {
    position: relative;
    display: inline-flex;
    align-items: center;
    z-index: 999999;
}

.seller-dropdown-toggle {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    padding: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1000000;
}

.seller-dropdown-toggle:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(60, 55, 241, 0.3);
    transform: translateY(-1px);
}

.seller-dropdown-toggle i {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    transition: all 0.3s ease;
}

.seller-dropdown-toggle:hover i {
    color: rgba(255, 255, 255, 0.9);
}

.seller-dropdown-toggle.active i {
    transform: rotate(180deg);
    color: #3C37F1;
}

.seller-dropdown {
    position: fixed;
    background: rgb(0, 0, 0);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 8px;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 999999;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.9);
    pointer-events: none;
}

.seller-dropdown.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.seller-dropdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 4px;
    background: transparent;
    border: 1px solid transparent;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.seller-dropdown-item:last-child {
    margin-bottom: 0;
}

.seller-dropdown-item:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(60, 55, 241, 0.2);
    transform: translateX(3px);
}

.seller-dropdown-item.active {
    background: rgba(60, 55, 241, 0.15);
    border-color: rgba(60, 55, 241, 0.3);
}

.seller-dropdown-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.seller-dropdown-logo {
    height: 25px;
    width: 80px;
    object-fit: contain;
}

.seller-dropdown-price {
    color: white;
    font-size: 14px;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.05);
    padding: 4px 10px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.seller-dropdown-item:hover .seller-dropdown-price {
    background: rgba(60, 55, 241, 0.1);
    border-color: rgba(60, 55, 241, 0.2);
}

@keyframes dropdownArrowPulse {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(2px);
    }
}

.seller-dropdown-toggle:not(.active):hover i {
    animation: dropdownArrowPulse 1s ease-in-out infinite;
}

.cfgmaker-create-select {
    position: relative;
    z-index: 1;
}

.component-added {
    position: relative;
    z-index: 2;
}

.seller-dropdown-container {
    position: relative;
    z-index: 99998;
}

@media (max-height: 600px) and (orientation: landscape) {
    .seller-dropdown {
        max-height: 200px;
        overflow-y: auto;
    }

    .seller-dropdown::-webkit-scrollbar {
        width: 6px;
    }

    .seller-dropdown::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.05);
        border-radius: 3px;
    }

    .seller-dropdown::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.2);
        border-radius: 3px;
    }
}

.cfgmaker-create-box-svg {
    width: 35px;
    height: auto;
    margin-right: 10px;
}


.see-compo-btn {
    color: white;
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, rgba(60, 55, 241, 0.45), rgba(87, 82, 255, 0.45));
    border-radius: 8px;
    text-align: center;
    font-size: 21px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding-top: 11px;
}

.see-compo-btn:hover {
    text-decoration: none;
    text-underline: none;
}

.cfg-author {
    color: white;
    transition: all 0.1s ease;

}

.cfg-author:hover {
    text-decoration: none;
    color: #cbcdeb;
    transition: all 0.1s ease;
}




@media (min-width: 1925px) {
    .main-container {
        max-width: 1500px;
        gap: 45px;
    }

    .cfgmaker-create-box {
        padding: 22px;
    }

    .cfgmaker-create-select {
        padding: 22px;
        margin-bottom: 17px;
    }

    .cfgmaker-create-select-text {
        font-size: 15.5px;
    }

    .cgfmaker-create-select-btn {
        width: 43px;
        height: 43px;
        font-size: 21.5px;
    }

    .cfgmaker-create-box-container-right {
        width: 390px;
        gap: 33px;
    }

    .component-added {
        max-width: 750px;
        padding: 13px 16px;
    }

    .component-name {
        font-size: 16.5px;
    }

    .component-price {
        font-size: 21px;
    }
}

@media (min-width: 2560px) {
    .main-container {
        max-width: 1650px;
        gap: 48px;
    }

    .cfgmaker-create-box {
        padding: 24px;
    }

    .cfgmaker-create-select {
        padding: 23px;
        margin-bottom: 18px;
    }

    .cfgmaker-create-select-text {
        font-size: 16px;
        letter-spacing: 0.5px;
    }

    .cgfmaker-create-select-btn {
        width: 45px;
        height: 45px;
        font-size: 22px;
    }

    .cfgmaker-create-box-container-right {
        width: 420px;
        gap: 35px;
    }

    .cfgmaker-create-box-container-pcparts {
        min-height: 370px;
    }

    .cfgmaker-create-box-img-container-right-btn {
        padding: 35px;
    }

    .cfgmaker-create-box-container-right-price {
        padding: 23px;
        margin-bottom: 23px;
    }

    .cfgmaker-create-box-container-right-price span {
        font-size: 35px !important;
    }

    .copy-url {
        padding: 18px 23px;
        font-size: 16px;
    }

    .copy-url i {
        font-size: 20px;
    }

    .cfgmaker-create-box-svg {
        width: 37px;
        margin-right: 11px;
    }

    .component-added {
        max-width: 900px;
        padding: 14px 18px;
    }

    .component-name {
        font-size: 17px;
    }

    .component-model {
        font-size: 13px;
    }

    .component-price {
        font-size: 19px;
        font-weight: 550;
        padding: 10px 10px;
    }

    .component-image {
        width: 95px;
        height: 95px;
    }

    .cfgmaker-modal {
        padding: 32px;
    }

    #modal-title, #comparison-modal-title {
        font-size: 30px;
        margin-bottom: 36px;
    }

    #component-searcbar {
        padding: 19px 25px 19px 52px;
        font-size: 18px;
    }

    .search-container i {
        left: 25px;
        font-size: 25px;
    }

    .modal-component-item {
        padding: 28px 32px;
        min-height: 98px;
    }

    .modal-component-name {
        font-size: 19px;
    }

    .modal-component-model {
        font-size: 14px;
    }

    .modal-component-price {
        font-size: 19px;
        padding: 10px 10px;
    }

    .modal-component-image {
        height: 77px;
        width: 77px;
    }

    .comparison-modal {
        max-width: 980px;
    }

    .comparison-header {
        padding: 27px;
    }

    .comparison-name {
        font-size: 25px;
    }

    .comparison-model {
        font-size: 16px;
    }

    .comparison-main-image {
        height: 200px;
        width: 200px;
    }

    .comparison-item {
        padding: 22px 26px;
    }

    .comparison-item-price {
        font-size: 19px;

        padding: 10px 10px;
    }

    .seller-section img {
        width: 108px;
    }

    .seller-dropdown {
        min-width: 225px;
    }

    .seller-dropdown-item {
        padding: 13px 16px;
    }

    .seller-dropdown-price {
        font-size: 14.5px;
        padding: 5px 11px;
    }
}

@media (min-width: 3840px) {

    .main-container {
        max-width: 2200px;
        gap: 60px;
    }

    .cfgmaker-create-box {
        padding: 30px;
    }

    .cfgmaker-create-select {
        padding: 28px;
        margin-bottom: 20px;
    }

    .cfgmaker-create-select-text {
        font-size: 18px;
    }

    .cgfmaker-create-select-btn {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }

    .cfgmaker-create-box-container-right {
        width: 500px;
    }

    .cfgmaker-create-box-container-pcparts {
        min-height: 420px;
    }

    .component-added {
        max-width: 1000px;
        padding: 16px 20px;
    }

    .component-name {
        font-size: 19px;
    }

    .component-price {
        font-size: 21px;
    }

    .component-image {
        width: 80px;
        height: 80px;
    }
}

@media (min-aspect-ratio: 21/9) {
    .main-container {
        max-width: 85vw;
    }

    .component-added {
        width: 45vw;
    }

    .cfgmaker-modal {
        width: 80vw;
        max-width: 1600px;
    }
}

@media (min-width: 2560px) {
    #modal-component-list {
        gap: 16px;
    }

    .modal-component-item {
        margin: 0;
    }
}

@media (min-width: 1920px) {
    .cfgmaker-create-select,
    .component-added,
    .modal-component-item {
        transform: translateZ(0);
        backface-visibility: hidden;
    }
}



















.purchase-status-container {
    margin-top: 20px;
    animation: fadeIn 0.6s ease-out backwards;
    animation-delay: 0.8s;
}

.purchase-status-box {
    background: rgba(20, 20, 20, 0.9);
    border-radius: 12px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.purchase-status-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: all 0.3s ease;
}

.purchase-status-box.purchased::before {
    background: linear-gradient(90deg, transparent, #4ade80, transparent);
}

.purchase-status-box.not-purchased::before {
    background: linear-gradient(90deg, transparent, #a9a9a9, transparent);
}

.purchase-status-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.purchase-status-label {
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.purchase-status-edit {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    padding: 3px 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #a9a9a9;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.purchase-status-edit:hover {
    background: rgba(60, 55, 241, 0.15);
    border-color: rgba(60, 55, 241, 0.3);
    color: #a9a9a9;
    transform: translateY(-1px);
}

.purchase-status-edit i {
    font-size: 16px;
}

.purchase-status-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.purchase-status-icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.purchase-status-box.purchased .purchase-status-icon {
    background: rgba(74, 222, 128, 0.1);
    border: 1px solid rgba(74, 222, 128, 0.2);
}

.purchase-status-box.not-purchased .purchase-status-icon {
    background: rgba(169, 169, 169, 0.1);
    border: 1px solid rgba(255, 220, 141, 0.2);
}

.purchase-status-icon i {
    font-size: 28px;
    transition: all 0.3s ease;
}

.purchase-status-box.purchased .purchase-status-icon i {
    color: #4ade80;
}

.purchase-status-box.not-purchased .purchase-status-icon i {
    color: #a9a9a9;
}

.purchase-status-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.purchase-status-title {
    color: #a9a9a9;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.purchase-status-subtitle {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    line-height: 1.4;
}

@keyframes statusChange {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.95);
    }
    100% {
        transform: scale(1);
    }
}

.purchase-status-box.animating {
    animation: statusChange 0.4s ease;
}

.purchase-status-icon.rotating {
    animation: rotate360 0.6s ease;
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
}

.purchase-status-edit:active {
    transform: scale(0.95);
}

.status-toast {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: rgba(20, 20, 20, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 16px 20px;
    color: white;
    font-size: 14px;
    z-index: 10000;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transform: translateX(400px);
    transition: transform 0.3s ease;
}

.status-toast.show {
    transform: translateX(0);
}

.status-toast i {
    font-size: 20px;
}

.status-toast.success {
    border-color: rgba(74, 222, 128, 0.3);
}

.status-toast.success i {
    color: #4ade80;
}

.status-toast.error {
    border-color: rgba(239, 68, 68, 0.3);
}

.status-toast.error i {
    color: #ef4444;
}

@media (max-width: 992px) {
    .purchase-status-container {
        margin-top: 20px;
    }

    .purchase-status-box {
        padding: 18px;
    }

    .purchase-status-icon {
        width: 45px;
        height: 45px;
    }

    .purchase-status-icon i {
        font-size: 24px;
    }

    .purchase-status-title {
        font-size: 15px;
    }

    .purchase-status-subtitle {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .purchase-status-container {
        margin-top: 15px;
    }

    .purchase-status-box {
        padding: 14px;
        border-radius: 10px;
    }

    .purchase-status-header {
        margin-bottom: 12px;
    }

    .purchase-status-content {
        gap: 12px;
    }

    .purchase-status-icon {
        width: 42px;
        height: 42px;
        border-radius: 8px;
    }

    .purchase-status-icon i {
        font-size: 22px;
    }

    .purchase-status-title {
        font-size: 14px;
    }

    .purchase-status-subtitle {
        font-size: 11px;
    }

    .purchase-status-label {
        font-size: 10px;
    }

    .purchase-status-edit {
        padding: 5px 7px;
    }

    .purchase-status-edit i {
        font-size: 14px;
    }

    .status-toast {
        bottom: 20px;
        right: 20px;
        left: 20px;
        padding: 14px 18px;
    }
}

@media (max-width: 480px) {
    .purchase-status-container {
        margin-top: 12px;
    }

    .purchase-status-box {
        padding: 12px;
        border-radius: 8px;
    }

    .purchase-status-header {
        margin-bottom: 10px;
    }

    .purchase-status-content {
        gap: 10px;
    }

    .purchase-status-icon {
        width: 38px;
        height: 38px;
    }

    .purchase-status-icon i {
        font-size: 20px;
    }

    .purchase-status-title {
        font-size: 13px;
    }

    .purchase-status-subtitle {
        font-size: 10px;
    }

    .purchase-status-label {
        font-size: 9px;
        letter-spacing: 0.5px;
    }

    .status-toast {
        bottom: 15px;
        right: 15px;
        left: 15px;
        padding: 12px 16px;
        font-size: 13px;
    }
}

@media (max-width: 360px) {
    .purchase-status-box {
        padding: 10px;
    }

    .purchase-status-icon {
        width: 35px;
        height: 35px;
    }

    .purchase-status-icon i {
        font-size: 18px;
    }

    .purchase-status-title {
        font-size: 12px;
    }

    .purchase-status-subtitle {
        font-size: 9px;
    }
}

@media (min-width: 1920px) {
    .purchase-status-box {
        padding: 22px;
    }

    .purchase-status-icon {
        width:40px;
        height: 40px;
    }

    .purchase-status-icon i {
        font-size: 25px;
    }

    .purchase-status-title {
        font-size: 17px;
    }

    .purchase-status-subtitle {
        font-size: 14px;
    }
}

@media (min-width: 2560px) {
    .purchase-status-box {
        padding: 24px;
    }

    .purchase-status-icon {
        width:40px;
        height: 40px;
    }

    .purchase-status-icon i {
        font-size: 25px;
    }

    .purchase-status-title {
        font-size: 18px;
    }

    .purchase-status-subtitle {
        font-size: 14px;
    }

    .purchase-status-label {
        font-size: 12px;
    }
}

.purchase-status-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.purchase-status-box:hover::before {
    height: 4px;
}

@media (prefers-color-scheme: dark) {
    .purchase-status-box {
        background: rgba(15, 15, 15, 0.95);
    }
}









































.power-consumption-container {
    background: rgba(20, 20, 20, 0.9);
    border-radius: 12px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
    animation: fadeIn 0.6s ease-out backwards;
    animation-delay: 0.4s;
    position: relative;
    overflow: hidden;
}

.power-consumption-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg,
    transparent,
    rgba(255, 215, 0, 0.3),
    rgba(255, 193, 7, 0.5),
    rgba(255, 215, 0, 0.3),
    transparent);
    animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.7; }
}

.power-consumption-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.power-consumption-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.15), rgba(255, 215, 0, 0.1));
    border: 1px solid rgba(255, 215, 0, 0.25);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7.5px;
}

.power-consumption-icon i {
    font-size: 24px;
    color: #FFD700;
}

.power-consumption-icon svg {
    rotate: 20deg;
    fill: #FFD700;
}

.power-consumption-title {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
}

.power-consumption-label {
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.power-consumption-value {
    color: #FFD700;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}

.power-consumption-bar-container {
    margin-bottom: 15px;
}

.power-consumption-bar-background {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    height: 28px;
    position: relative;
    overflow: hidden;
}

.power-consumption-bar-fill {
    height: 100%;
    background: linear-gradient(90deg,
    rgba(255, 193, 7, 0.6),
    rgba(255, 215, 0, 0.8),
    rgba(255, 193, 7, 0.6));
    border-radius: 7px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.4);
}

.power-consumption-bar-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    padding: 0 2px;
}

.power-consumption-bar-labels span {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
}

.power-consumption-current {
    color: #FFD700 !important;
}

.power-consumption-status {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.power-consumption-status.good {
    border-color: rgba(74, 222, 128, 0.2);
    background: rgba(74, 222, 128, 0.05);
}

.power-consumption-status.good i {
    color: #4ade80;
}

.power-consumption-status.warning {
    border-color: rgba(255, 193, 7, 0.3);
    background: rgba(255, 193, 7, 0.08);
}

.power-consumption-status.warning i {
    color: #FFD700;
}

.power-consumption-status.danger {
    border-color: rgba(239, 68, 68, 0.3);
    background: rgba(239, 68, 68, 0.08);
}

.power-consumption-status.danger i {
    color: #ef4444;
}

.power-consumption-status i {
    font-size: 18px;
    transition: all 0.3s ease;
}

.power-consumption-status span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    font-weight: 500;
}

.power-consumption-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.power-detail-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 215, 0, 0.1);
    border-radius: 8px;
    padding: 10px 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    transition: all 0.3s ease;
}

.power-detail-item:hover {
    background: rgba(255, 215, 0, 0.05);
    border-color: rgba(255, 215, 0, 0.2);
}

.power-detail-label {
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.power-detail-value {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    font-weight: 600;
}


.power-consumption-bar-fill.warning {
    background: linear-gradient(90deg,
    rgba(255, 152, 0, 0.6),
    rgba(255, 193, 7, 0.8),
    rgba(255, 152, 0, 0.6));
}

.power-consumption-bar-fill.danger {
    background: linear-gradient(90deg,
    rgba(239, 68, 68, 0.6),
    rgba(255, 99, 71, 0.8),
    rgba(239, 68, 68, 0.6));
    animation: pulse-danger 1s ease-in-out infinite;
}

@keyframes pulse-danger {
    0%, 100% { opacity: 0.8; }
    50% { opacity: 1; }
}

@media (max-width: 1200px) {
    .power-consumption-container {
        padding: 18px;
    }

    .power-consumption-value {
        font-size: 22px;
    }
}

@media (max-width: 992px) {
    .power-consumption-container {
        margin-bottom: 20px;
    }

    .power-consumption-icon {
        width: 42px;
        height: 42px;
    }

    .power-consumption-icon i {
        font-size: 22px;
    }

    .power-consumption-value {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .power-consumption-container {
        padding: 14px;
        margin-bottom: 16px;
        border-radius: 10px;
    }

    .power-consumption-header {
        gap: 12px;
        margin-bottom: 16px;
    }

    .power-consumption-icon {
        width: 38px;
        height: 38px;
    }

    .power-consumption-icon i {
        font-size: 20px;
    }

    .power-consumption-label {
        font-size: 10px;
    }

    .power-consumption-value {
        font-size: 18px;
    }

    .power-consumption-bar-background {
        height: 24px;
    }

    .power-consumption-status {
        padding: 8px 12px;
    }

    .power-consumption-status i {
        font-size: 16px;
    }

    .power-consumption-status span {
        font-size: 12px;
    }

    .power-detail-item {
        padding: 8px 10px;
    }

    .power-detail-value {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .power-consumption-container {
        padding: 12px;
        border-radius: 8px;
    }

    .power-consumption-header {
        gap: 10px;
        margin-bottom: 14px;
    }

    .power-consumption-icon {
        width: 35px;
        height: 35px;
        border-radius: 8px;
    }

    .power-consumption-icon i {
        font-size: 18px;
    }

    .power-consumption-label {
        font-size: 9px;
    }

    .power-consumption-value {
        font-size: 16px;
    }

    .power-consumption-bar-background {
        height: 20px;
    }

    .power-consumption-bar-labels span {
        font-size: 11px;
    }

    .power-consumption-details {
        gap: 8px;
    }

    .power-detail-label {
        font-size: 9px;
    }

    .power-detail-value {
        font-size: 13px;
    }
}

@media (max-width: 360px) {
    .power-consumption-container {
        padding: 10px;
    }

    .power-consumption-icon {
        width: 32px;
        height: 32px;
    }

    .power-consumption-icon i {
        font-size: 16px;
    }

    .power-consumption-value {
        font-size: 14px;
    }

    .power-detail-value {
        font-size: 12px;
    }
}


@media (min-width: 1920px) {
    .power-consumption-container {
        padding: 22px;
    }

    .power-consumption-icon {
        width: 48px;
        height: 48px;
    }

    .power-consumption-value {
        font-size: 26px;
    }

    .power-consumption-bar-background {
        height: 30px;
    }
}

@media (min-width: 2560px) {
    .power-consumption-container {
        padding: 24px;
    }

    .power-consumption-icon {
        width: 50px;
        height: 50px;
    }

    .power-consumption-icon i {
        font-size: 26px;
    }

    .power-consumption-value {
        font-size: 28px;
    }

    .power-detail-value {
        font-size: 18px;
    }
}
















.comparison-info-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}

.comparison-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-shrink: 0;
}

.comparison-main-image {
    flex-shrink: 0;
}

.component-specs-grid {
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    width: 500px;
    gap: 10px;
    padding-top: 10px;
}

.spec-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    transition: all 0.3s ease;
    white-space: nowrap;
}


.spec-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    background: linear-gradient(135deg, rgba(60, 55, 241, 0.15), rgba(87, 82, 255, 0.1));
    border: 1px solid rgba(60, 55, 241, 0.2);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spec-icon i {
    font-size: 13px;
    color: #3C37F1;
}

.spec-content {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
}

.spec-label {
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
    font-weight: 600;
}

.spec-value {
    color: rgba(255, 255, 255, 0.95);
    font-size: 12px;
    font-weight: 600;
}

.spec-content::after {
    content: ':';
    color: rgba(255, 255, 255, 0.3);
    margin: 0 -3px;
}

@keyframes specFadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.spec-item {
    animation: specFadeIn 0.2s ease-out backwards;
}

.spec-item:nth-child(1) { animation-delay: 0.03s; }
.spec-item:nth-child(2) { animation-delay: 0.05s; }
.spec-item:nth-child(3) { animation-delay: 0.07s; }
.spec-item:nth-child(4) { animation-delay: 0.09s; }
.spec-item:nth-child(5) { animation-delay: 0.11s; }
.spec-item:nth-child(6) { animation-delay: 0.13s; }
.spec-item:nth-child(7) { animation-delay: 0.15s; }
.spec-item:nth-child(8) { animation-delay: 0.17s; }
.spec-item:nth-child(9) { animation-delay: 0.19s; }
.spec-item:nth-child(10) { animation-delay: 0.21s; }

.spec-item {
    position: relative;
    overflow: hidden;
}

.spec-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: left 0.4s ease;
    pointer-events: none;
}

.spec-item:hover::before {
    left: 100%;
}


@media (max-width: 1200px) {
    .spec-item {
        padding: 5px 10px;
        gap: 7px;
    }

    .spec-icon {
        width: 22px;
        height: 22px;
        min-width: 22px;
    }

    .spec-icon i {
        font-size: 12px;
    }

    .spec-label {
        font-size: 10px;
    }

    .spec-value {
        font-size: 11px;
    }
}

@media (max-width: 992px) {
    .component-specs-grid {
        gap: 7px;
        padding: 14px;
    }

    .spec-item {
        padding: 5px 9px;
        gap: 6px;
    }

    .spec-icon {
        width: 20px;
        height: 20px;
        min-width: 20px;
    }

    .spec-icon i {
        font-size: 11px;
    }
}

@media (max-width: 768px) {
    .comparison-info-container {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }

    .comparison-info {
        width: 100%;
        align-items: center;
    }

    .comparison-main-image {
        margin: 0 auto;
    }

    .component-specs-grid {
        gap: 6px;
        padding: 12px;
        border-radius: 8px;
        justify-content: center;
    }

    .spec-item {
        padding: 5px 8px;
        gap: 6px;
        font-size: 10px;
    }

    .spec-icon {
        width: 20px;
        height: 20px;
        min-width: 20px;
    }

    .spec-icon i {
        font-size: 11px;
    }

    .spec-label {
        font-size: 9px;
    }

    .spec-value {
        font-size: 10px;
    }
}

@media (max-width: 480px) {
    .comparison-info-container {
        gap: 12px;
    }

    .component-specs-grid {
        padding: 10px;
        gap: 5px;
    }

    .spec-item {
        padding: 4px 7px;
        gap: 5px;
        border-radius: 5px;
    }

    .spec-icon {
        width: 18px;
        height: 18px;
        min-width: 18px;
        border-radius: 4px;
    }

    .spec-icon i {
        font-size: 10px;
    }

    .spec-label {
        font-size: 8px;
    }

    .spec-value {
        font-size: 9px;
    }

    .spec-content {
        gap: 4px;
    }
}

@media (max-width: 360px) {
    .component-specs-grid {
        padding: 8px;
        gap: 4px;
    }

    .spec-item {
        padding: 3px 6px;
    }

    .spec-icon {
        width: 16px;
        height: 16px;
        min-width: 16px;
    }

    .spec-icon i {
        font-size: 9px;
    }

    .spec-label {
        font-size: 7px;
    }

    .spec-value {
        font-size: 8px;
    }
}

@media (min-width: 1920px) {
    .component-specs-grid {
        gap: 10px;
        padding-top: 20px;
    }

    .spec-item {
        padding: 7px 13px;
        gap: 9px;
    }

    .spec-icon {
        width: 26px;
        height: 26px;
        min-width: 26px;
    }

    .spec-icon i {
        font-size: 14px;
    }

    .spec-label {
        font-size: 11px;
    }

    .spec-value {
        font-size: 12px;
    }
}

@media (min-width: 2560px) {
    .component-specs-grid {
        gap: 12px;
        padding-top: 20px;
    }

    .spec-item {
        padding: 8px 14px;
        gap: 10px;
        border-radius: 7px;
    }

    .spec-icon {
        width: 28px;
        height: 28px;
        min-width: 28px;
        border-radius: 7px;
    }

    .spec-icon i {
        font-size: 15px;
    }

    .spec-label {
        font-size: 12px;
    }

    .spec-value {
        font-size: 13px;
    }
}

.comparison-header {
    display: flex;
    flex-direction: column;
    gap: 0;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
    .comparison-header {
        padding: 16px;
        border-radius: 10px;
    }
}

@media (max-width: 480px) {
    .comparison-header {
        padding: 12px;
        border-radius: 8px;
    }
}

.spec-value {
    text-shadow: 0 0 0 transparent;
    transition: text-shadow 0.3s ease;
}

.spec-item:hover .spec-value {
    text-shadow: 0 0 6px rgba(60, 55, 241, 0.2);
}


.spec-item:focus-within {
    outline: 2px solid rgba(60, 55, 241, 0.5);
    outline-offset: 1px;
}

.component-specs-grid::-webkit-scrollbar {
    height: 6px;
}

.component-specs-grid::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 3px;
}

.component-specs-grid::-webkit-scrollbar-thumb {
    background: rgba(60, 55, 241, 0.3);
    border-radius: 3px;
}

.component-specs-grid::-webkit-scrollbar-thumb:hover {
    background: rgba(60, 55, 241, 0.5);
}


