/* ===== Custom Fonts ===== */
@font-face{font-family:'Allura';src:url('../fonts/Allura.ttf') format('truetype');font-display:swap;}
@font-face{font-family:'Amazone';src:url('../fonts/Amazone.ttf') format('truetype');font-display:swap;}
@font-face{font-family:'Arial';src:url('../fonts/Arial.ttf') format('truetype');font-display:swap;}
@font-face{font-family:'Balloon';src:url('../fonts/balloon.ttf') format('truetype');font-display:swap;}
@font-face{font-family:'Bauhaus';src:url('../fonts/Bauhaus.ttf') format('truetype');font-display:swap;}
@font-face{font-family:'Blacklight';src:url('../fonts/Blacklight.ttf') format('truetype');font-display:swap;}
@font-face{font-family:'Brittany Signature';src:url('../fonts/BrittanySignature.ttf') format('truetype');font-display:swap;}
@font-face{font-family:'HandelGOT';src:url('../fonts/handelGOT.ttf') format('truetype');font-display:swap;}
@font-face{font-family:'Ink Free';src:url('../fonts/Inkfree.ttf') format('truetype');font-display:swap;}
@font-face{font-family:'Matera';src:url('../fonts/Matera.ttf') format('truetype');font-display:swap;}
@font-face{font-family:'Wild Blood';src:url('../fonts/WildBlood.ttf') format('truetype');font-display:swap;}

/* =========================================================
   Arter Neon Designer - V6 Clean CSS
   Desktop / Tablet / Mobile separated
   ========================================================= */

/* ===== Reset / Base ===== */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {.rgb-line {
    display: block;
    overflow: visible !important;
    box-sizing: content-box;

    background: linear-gradient(
        90deg,
        red,
        orange,
        yellow,
        lime,
        cyan,
        blue,
        violet,
        red
    );

    background-size: 600% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;

    animation: spinHue 3s linear infinite;
}
    min-height: 100%;
    background: #05060b;
    color: #fff;
    font-family: Arial, sans-serif;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

/* ===== Header ===== */
header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 18px 8%;
    background: #0d0d12;
}

.logo img {
    width: 105px;
    max-width: 100%;
    height: auto;
    display: block;
}

nav {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

nav a {
    color: #fff;
    text-decoration: none;
    font-weight: 800;
}

/* ===== Hero ===== */
.hero {
    text-align: center;
    padding: 55px 20px 35px;
    background: linear-gradient(180deg, #151515, #05060b);
}

.hero h1 {
    font-size: 46px;
    color: #00eaff;
    text-shadow: 0 0 18px rgba(0, 234, 255, 0.8);
    margin-bottom: 14px;
}

.hero p {
    font-size: 18px;
    color: #ddd;
    margin-bottom: 25px;
}

/* ===== Common Buttons ===== */
.hero-btn,
.option-btn,
.small-btn,
.action-btn {
    border: 0;
    border-radius: 30px;
    background: #00d9e8;
    color: #000;
    cursor: pointer;
    font-weight: 800;
    box-shadow: 0 0 18px rgba(0, 234, 255, 0.7);
    text-decoration: none;
    text-align: center;
}

.hero-btn {
    display: inline-block;
    padding: 14px 30px;
}

.small-btn {
    padding: 12px 14px;
    min-height: 46px;
}

.option-btn {
    padding: 12px 16px;
    min-height: 46px;
    font-size: 14px;
}

.option-btn small {
    display: block;
    font-size: 11px;
    margin-top: 4px;
}

.option-btn.full {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 14px 0 0;
    padding: 14px 20px;
    min-height: 52px;
    font-size: 15px;
}

.option-btn.active,
.small-btn.active {
    background: #111 !important;
    color: #00eaff !important;
    outline: 3px solid #fff !important;
    box-shadow: 0 0 18px rgba(0, 234, 255, 0.9) !important;
}

/* ===== Desktop Designer Layout ===== */
.designer-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 24px;
    padding: 22px 5%;
    align-items: start;
}

.preview-area {
    width: 100%;
}

.room-wall {
    position: relative;
    width: 100%;
    height: 650px;
    min-height: 500px;
    border-radius: 18px;
    background-image: url("../images/Bedroom 1.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #05060b;
    overflow: hidden;
}

/* ===== Preview Controls ===== */
.power-switch {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 35;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.68);
    box-shadow: 0 0 20px rgba(0, 255, 80, 0.55);
    font-weight: 900;
    cursor: pointer;
    user-select: none;
}

#powerBtn {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #42ff67;
    box-shadow: 0 0 22px #42ff67;
}

.dimension-label {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 20;
    font-weight: 900;
    text-shadow: 0 0 8px #000;
}

.sign-group {
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
    z-index: 10;
    cursor: move;
    max-width: 90%;
}

.live-text {
    position: relative;
    z-index: 2;
    min-width: 90px;
    max-width: 100%;
    text-align: center;
    white-space: pre;
    line-height: 1.12;
    user-select: none;
    transform-origin: center center;
    font-weight: 400 !important;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
	overflow: visible !important;
    
}

.live-line {
    display: block;
    white-space: nowrap;
	margin:0;
	padding:0;
}

.backing-preview {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    border: 2px solid rgba(255, 255, 255, 0.55);
    display: none;
}

.backing-preview.clear {
    background: rgba(255, 255, 255, 0.08);
}

.backing-preview.black {
    background: rgba(0, 0, 0, 0.55);
}

.backing-preview.cut {
    border-radius: 18px;
}

.backing-preview.rectangle {
    border-radius: 4px;
}

/* ===== Measurements ===== */
.measure {
    position: absolute;
    z-index: 15;
    background: #fff;
    display: none;
}

.measure-line-w {
    height: 2px;
}

.measure-line-h {
    width: 2px;
}

.measure-label {
    position: absolute;
    z-index: 16;
    font-size: 13px;
    font-weight: 900;
    text-shadow: 0 0 6px #000;
    display: none;
}

/* ===== Room Thumbnails ===== */
.room-thumbs {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    background: rgba(0, 0, 0, 0.38);
    padding: 10px;
    border-radius: 18px;
    z-index: 25;
    width: max-content;
    max-width: 94%;
    overflow: visible;
}

.room-thumb {
    position: relative;
    flex: 0 0 auto;
    cursor: pointer;
}

.room-thumb img {
    width: 66px;
    height: 66px;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid #fff;
    display: block;
}

.room-thumb span {
    display: none;
    position: absolute;
    bottom: 72px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.78);
    color: #fff;
    padding: 5px 9px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 800;
    z-index: 999;
    pointer-events: none;
}

.room-thumb.active span {
    display: block !important;
}

/* ===== Right Panel ===== */
.panel {
    background: rgba(15, 15, 18, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    padding: 18px;
    max-height: 650px;
    overflow-y: auto;
}

.step {
    margin-bottom: 22px;
}

.step h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

.hint {
    font-size: 12px;
    color: #cbd5e1;
    margin-top: 8px;
}

textarea {
    width: 100%;
    height: 82px;
    border-radius: 14px;
    padding: 14px;
    font-size: 16px;
    resize: vertical;
}

.font-align-row {
    display: grid;
    grid-template-columns: 1fr auto auto auto;
    gap: 8px;
    align-items: center;
}

select {
    width: 100%;
    padding: 12px;
    border-radius: 13px;
    font-size: 16px;
}

.option-grid {
    display: grid;
    gap: 10px;
}

.option-grid.two {
    grid-template-columns: repeat(2, 1fr);
}

.option-grid.three {
    grid-template-columns: repeat(3, 1fr);
}

/* ===== Color Buttons ===== */
.color-grid {
    display: grid;
    grid-template-columns: repeat(6, 32px);
    gap: 12px;
    align-items: center;
    margin: 10px 0;
}

.color-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.75);
    background-size: cover;
    background-position: center;
}

.color-btn.active {
    outline: 3px solid #fff !important;
    outline-offset: 4px !important;
    box-shadow: 0 0 14px #fff !important;
}

.selected-name {
    font-size: 14px;
    font-weight: 900;
    color: #fff;
    margin: 10px 0;
}

/* ===== Advanced Options ===== */
.advanced-box {
    display: none;
    margin-top: 12px;
}

.advanced-box.show {
    display: block;
}

.line-row {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.line-buttons {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

/* ===== Price / Actions ===== */
.price-box {
    margin-top: 20px;
    padding: 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
}

.size-display {
    font-weight: 900;
    margin-bottom: 8px;
}

.total-price {
    font-size: 16px;
    font-weight: 900;
    color: #00eaff;
}

.bottom-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.action-btn {
    padding: 12px 16px;
}

.hidden {
    display: none !important;
}

/* ===== Popup / Sections ===== */
.popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.popup-card {
    background: #111;
    border: 1px solid #333;
    border-radius: 18px;
    padding: 24px;
    width: min(420px, 90vw);
}

.popup-card h3 {
    margin-bottom: 10px;
}

.popup-actions {
    display: flex;
    gap: 10px;
    margin-top: 18px;
}

.products,
.quote,
.contact {
    padding: 50px 8%;
    background: #08090e;
    border-top: 1px solid #222;
}

/* ===== RGB Text ===== */
.rgb-line {
    display: block;
    overflow: visible !important;
    box-sizing: content-box;

    background: linear-gradient(
        90deg,
        red,
        orange,
        yellow,
        lime,
        cyan,
        blue,
        violet,
        red
    );

    background-size: 600% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;

    animation: spinHue 3s linear infinite;
}

@keyframes spinHue {
    from { filter: hue-rotate(0deg); }
    to { filter: hue-rotate(360deg); }
}

/* =========================================================
   Tablet
   ========================================================= */
@media (max-width: 900px) {
    header {
        flex-direction: column;
        padding: 16px;
    }

    .designer-wrap {
        grid-template-columns: 1fr;
        padding: 14px;
    }

    .room-wall {
        height: 520px;
    }

    .panel {
        max-height: none;
    }

    .hero h1 {
        font-size: 34px;
    }

    .font-align-row {
        grid-template-columns: 1fr;
    }

    .step h3 {
        font-size: 22px;
    }
}

/* =========================================================
   Mobile: fixed preview, panel scroll only
   ========================================================= */
@media (max-width: 768px) {
    body {
        overflow: hidden;
    }

    header {
        display: none;
    }

    .hero {
        display: none;
    }

    .designer-wrap {
        display: block;
        height: 100dvh;
        padding: 0;
        overflow: hidden;
    }

    .preview-area {
        position: sticky;
        top: 0;
        z-index: 10;
        height: 44dvh;
        background: #05060b;
        overflow: hidden;
    }

    .room-wall {
        height: 44dvh !important;
        min-height: 44dvh !important;
        border-radius: 0;
        background-size: cover;
        background-position: center center;
    }

    .panel {
        height: 56dvh;
        max-height: 56dvh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        border-radius: 18px 18px 0 0;
        margin-top: 0;
        padding: 22px 18px 120px;
    }

    .sign-group {
        top: 38%;
        max-width: 86%;
    }

    .room-thumbs {
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) !important;
        justify-content: center !important;
        width: max-content !important;
        max-width: 94vw !important;
        overflow: visible !important;
        bottom: 14px;
        padding: 8px;
    }

    .room-thumb img {
        width: 54px;
        height: 54px;
    }

    .font-align-row{
    display:grid;
    grid-template-columns:1.8fr 0.7fr 0.7fr 0.7fr;
    gap:8px;
    align-items:center;
}

    .small-btn,
	.option-btn{
    width:100%;
    min-height:48px;
    font-size:14px;
    border-radius:18px;
}

    .option-btn.full {
        min-height: 62px;
        font-size: 18px;
        margin: 16px 0 20px;
    }

    .color-grid {
        grid-template-columns: repeat(6, 46px);
        gap: 16px;
        justify-content: center;
        margin: 18px 0 12px;
    }

    .color-btn {
        width: 46px;
        height: 46px;
    }

    .option-grid.two {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .option-grid.three {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    .option-grid.two .option-btn,
    .option-grid.three .option-btn {
        min-height: 58px;
        font-size: 16px;
        padding: 12px 8px;
    }

    .step h3 {
        font-size: 28px;
        margin-bottom: 16px;
    }

    textarea {
        height: 96px;
        font-size: 20px;
    }
}

/* =========================================================
   Small Phone
   ========================================================= */
@media (max-width: 480px) {
    .preview-area {
        height: 43dvh;
    }

    .room-wall {
        height: 43dvh !important;
        min-height: 43dvh !important;
    }

    .panel {
        height: 57dvh;
        max-height: 57dvh;
    }

    .color-grid {
        grid-template-columns: repeat(6, 46px);
        gap: 16px;
    }

    .room-thumb img {
        width: 48px;
        height: 48px;
    }

    .step h3 {
        font-size: 26px;
    }

    .hero h1 {
        font-size: 28px;
    }
}


/* ===== Extra Small Phone ===== */
@media (max-width: 390px) {
    .color-grid {
        grid-template-columns: repeat(6, 42px);
        gap: 12px;
        justify-content: center;
    }

    .color-btn {
        width: 42px;
        height: 42px;
    }
}


/* ===== V6.1 Polish ===== */
.option-btn,
.small-btn,
.action-btn,
.hero-btn,
.color-btn,
.room-thumb img {
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, outline .18s ease;
}

.option-btn:hover,
.small-btn:hover,
.action-btn:hover,
.hero-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 0 24px rgba(0, 234, 255, .85);
}

.color-btn:hover,
.room-thumb:hover img {
    transform: scale(1.06);
}

.price-box {
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 0 24px rgba(0,234,255,.08);
}


/* =========================================================
   V7 RGB + Price Breakdown Polish
   ========================================================= */
.color-btn.rgb-btn{
    background: linear-gradient(90deg, red, orange, yellow, lime, cyan, blue, violet, red) !important;
    background-size: 400% 400% !important;
    animation: rgbMove 3s linear infinite;
    position: relative;
}

.color-btn.rgb-btn::after{
    content: "RGB";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 9px;
    font-weight: 900;
    text-shadow: 0 1px 3px #000, 0 0 6px #000;
    pointer-events: none;
}

#powerBtn.rgb-power{
    width: 48px;
    min-width: 48px;
    background: linear-gradient(90deg, red, orange, yellow, lime, cyan, blue, violet, red) !important;
    background-size: 400% 400% !important;
    animation: rgbMove 3s linear infinite;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    text-shadow: 0 1px 3px #000;
    box-shadow: 0 0 24px rgba(255,255,255,.75);
}

@keyframes rgbMove{
    0%{ background-position: 0% 50%; }
    100%{ background-position: 100% 50%; }
}

.price-breakdown{
    display: grid;
    gap: 6px;
    margin: 10px 0 12px;
    padding: 12px;
    border-radius: 14px;
    background: rgba(0,0,0,.28);
    border: 1px solid rgba(255,255,255,.10);
    font-size: 13px;
}

.price-line{
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: #dbeafe;
}

.price-line strong{
    color: #fff;
}

.price-line.extra span:last-child{
    color: #00ff99;
    font-weight: 900;
}

.price-line.free span:last-child{
    color: #9fffd0;
    font-weight: 900;
}

.rgb-line{
    background: linear-gradient(90deg, red, orange, yellow, lime, cyan, blue, violet, red);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    animation: rgbMove 3s linear infinite;
    text-shadow: none !important;
    filter: drop-shadow(0 0 8px rgba(255,255,255,.45));
}

@media (max-width: 768px){
    .color-grid{
        grid-template-columns: repeat(6, 46px) !important;
        justify-content: center !important;
    }

    .price-breakdown{
        font-size: 14px;
    }
}


/* =========================================================
   V7.1 Final RGB polish fixes
   ========================================================= */
.color-btn.rgb-btn{
    background:linear-gradient(90deg,#ff0000,#ff8000,#ffff00,#00ff00,#00ffff,#0066ff,#8000ff,#ff0080,#ff0000) !important;
    background-size:600% 100% !important;
    animation:rgbFlow 2.8s linear infinite !important;
    position:relative;
}

#powerBtn.rgb-power{
    background:linear-gradient(90deg,red,orange,yellow,lime,cyan,blue,violet,red) !important;
    background-size:600% 100% !important;
    animation:rgbFlow 2.8s linear infinite !important;
    color:#fff !important;
    font-weight:900 !important;
}

.rgb-line{
    display:inline-block !important;
    overflow:visible !important;
    background:linear-gradient(90deg,red,orange,yellow,lime,cyan,blue,violet,red) !important;
    background-size:600% 100% !important;
    -webkit-background-clip:text !important;
    background-clip:text !important;
    color:transparent !important;
    -webkit-text-fill-color:transparent !important;
    animation:rgbFlow 2.8s linear infinite !important;
    text-shadow:none !important;
    filter:drop-shadow(0 0 8px rgba(255,255,255,.45));
}

.live-text, .live-line, .sign-group{
    overflow:visible !important;
}

.rgb-popup-card p{
    margin:8px 0;
    line-height:1.4;
    color:#e5e7eb;
}

.rgb-cost-box{
    margin:14px 0;
    display:grid;
    gap:6px;
    padding:12px;
    border-radius:14px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.12);
}

.rgb-cost-box div{
    display:flex;
    justify-content:space-between;
    gap:12px;
}

.rgb-cost-box strong{
    color:#00ff99;
}

.rgb-note{
    font-size:13px;
    color:#cbd5e1 !important;
}

.rgb-check{
    display:flex;
    align-items:center;
    gap:8px;
    margin-top:12px;
    font-size:13px;
    color:#fff;
}

.rgb-confirm{
    background:linear-gradient(90deg,red,orange,yellow,lime,cyan,blue,violet,red) !important;
    background-size:600% 100% !important;
    animation:rgbFlow 2.8s linear infinite !important;
    color:#fff !important;
    text-shadow:0 1px 3px #000;
}


/* =========================================================
   V7.2 Stable RGB engine and tall-script fixes
   ========================================================= */
@keyframes rgbFlow {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}

.color-btn.rgb-btn,
#powerBtn.rgb-power,
.rgb-confirm {
    background-image: linear-gradient(
        90deg,
        #ff0033 0%,
        #ff8a00 12.5%,
        #ffe600 25%,
        #00e676 37.5%,
        #00eaff 50%,
        #2962ff 62.5%,
        #8e24aa 75%,
        #ff1493 87.5%,
        #ff0033 100%
    ) !important;
    background-size: 700% 100% !important;
    animation: rgbFlow 3s linear infinite !important;
    will-change: background-position;
}

.color-btn.rgb-btn {
    background-color: #ff1493 !important;
}

#powerBtn.rgb-power {
    background-color: #2962ff !important;
    box-shadow: 0 0 10px #fff, 0 0 24px rgba(0, 234, 255, .9) !important;
}

.live-line {
    display: block !important;
    width: max-content;
    min-width: 100%;
    white-space: nowrap !important;
    overflow: visible !important;
}

.rgb-line {
    display: block !important;
    padding: .14em .08em .10em !important;
    margin: -.12em -.08em -.07em !important;
    line-height: 1.08 !important;
    background-image: linear-gradient(
        90deg,
        #ff0033,
        #ff8a00,
        #ffe600,
        #00e676,
        #00eaff,
        #2962ff,
        #8e24aa,
        #ff1493,
        #ff0033
    ) !important;
    background-size: 700% 100% !important;
    animation: rgbFlow 3s linear infinite !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
    filter: drop-shadow(0 0 5px rgba(255,255,255,.55));
    will-change: background-position;
}

.live-text.tall-script-font .rgb-line {
    padding-top: .30em !important;
    padding-bottom: .16em !important;
    margin-top: -.25em !important;
    margin-bottom: -.10em !important;
    line-height: 1.02 !important;
}

.live-text,
.live-line,
.sign-group,
.backing-preview {
    overflow: visible !important;
}

.popup-actions.single-action {
    grid-template-columns: 1fr !important;
}

@media (prefers-reduced-motion: reduce) {
    .color-btn.rgb-btn,
    #powerBtn.rgb-power,
    .rgb-line,
    .rgb-confirm {
        animation-duration: 6s !important;
    }
}


/* =========================================================
   V7.3 RGB animation reliability fix
   - Removes desktop background-position lock
   - Keeps RGB controls animated while RGB is selected
   - Uses hue rotation as a cross-browser fallback
   ========================================================= */
@keyframes arterRgbShift {
    0% {
        background-position: 0% 50%;
        filter: hue-rotate(0deg) saturate(1.15);
    }
    50% {
        background-position: 100% 50%;
        filter: hue-rotate(180deg) saturate(1.3);
    }
    100% {
        background-position: 0% 50%;
        filter: hue-rotate(360deg) saturate(1.15);
    }
}

.color-btn.rgb-btn {
    background-image: linear-gradient(90deg,#ff0033,#ff8a00,#ffe600,#00e676,#00eaff,#2962ff,#8e24aa,#ff1493,#ff0033) !important;
    background-size: 500% 100% !important;
    background-position: 0% 50% !important;
    animation: arterRgbShift 2.4s linear infinite !important;
    animation-play-state: running !important;
    will-change: background-position, filter;
}

.color-btn.rgb-btn.active {
    animation: arterRgbShift 2.4s linear infinite !important;
    animation-play-state: running !important;
}

#powerBtn.rgb-power {
    background-image: linear-gradient(90deg,#ff0033,#ff8a00,#ffe600,#00e676,#00eaff,#2962ff,#8e24aa,#ff1493,#ff0033) !important;
    background-size: 500% 100% !important;
    background-position: 0% 50% !important;
    animation: arterRgbShift 2.4s linear infinite !important;
    animation-play-state: running !important;
    will-change: background-position, filter;
}

.rgb-line {
    background-image: linear-gradient(90deg,#ff0033,#ff8a00,#ffe600,#00e676,#00eaff,#2962ff,#8e24aa,#ff1493,#ff0033) !important;
    background-size: 500% 100% !important;
    background-position: 0% 50% !important;
    animation: arterRgbShift 2.4s linear infinite !important;
    animation-play-state: running !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
    will-change: background-position, filter;
}
