/* /Pages/AnimatedPage.razor.rz.scp.css */
.index-main[b-jpzjdragq4]{display:grid}.hnng[b-jpzjdragq4]{height:auto;margin:auto;max-height:100%;max-width:100%;width:auto}.centered[b-jpzjdragq4]{height:100%;margin:auto;max-height:40rem;max-width:30rem}svg[b-jpzjdragq4]{height:100%;width:100%}
/* /Pages/AnimatedPageOld.razor.rz.scp.css */
.index-main[b-gt171it2w1]{display:grid}.hnng[b-gt171it2w1]{height:auto;margin:auto;max-height:100%;max-width:100%;width:auto}.centered[b-gt171it2w1]{height:100%;margin:auto;max-height:40rem;max-width:30rem}svg[b-gt171it2w1]{height:100%;width:100%}
/* /Pages/BedienungSection.razor.rz.scp.css */
.manual-section[b-vif4umsa1i] {
    margin-bottom: 2.5rem;
}

.bedienung-header[b-vif4umsa1i] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid rgba(194, 41, 99, 0.3);
}

.bedienung-icon[b-vif4umsa1i] {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-svg[b-vif4umsa1i] {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 0 10px rgba(194, 41, 99, 0.6));
}

.manual-section h3[b-vif4umsa1i] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ea5a84;
    margin: 0;
    text-shadow: 0 0 10px rgba(194, 41, 99, 0.4);
}

.manual-section p[b-vif4umsa1i] {
    font-size: 1rem;
    line-height: 1.7;
    color: #e0e0e0;
    margin-bottom: 1rem;
}

.manual-section h4[b-vif4umsa1i] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ea5a84;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    text-shadow: 0 0 10px rgba(194, 41, 99, 0.4);
}

.trigger-words[b-vif4umsa1i] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 1.5rem 0;
}

.trigger-word[b-vif4umsa1i] {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: rgba(234, 90, 132, 0.2);
    border: 2px solid rgba(234, 90, 132, 0.4);
    border-radius: 20px;
    color: #ea5a84;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    text-shadow: 0 0 8px rgba(194, 41, 99, 0.3);
}

.trigger-word:hover[b-vif4umsa1i] {
    background: rgba(234, 90, 132, 0.3);
    border-color: rgba(234, 90, 132, 0.6);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(234, 90, 132, 0.3);
}
/* /Pages/FAQSection.razor.rz.scp.css */
.section-header[b-lkuabc7ymi] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid rgba(194, 41, 99, 0.3);
}
.section-icon[b-lkuabc7ymi] {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-header h3[b-lkuabc7ymi] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ea5a84;
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
    text-shadow: 0 0 10px rgba(194, 41, 99, 0.4);
}

.faq-list[b-lkuabc7ymi] {
    margin-top: 1.5rem;
}

.faq-item[b-lkuabc7ymi] {
    margin-bottom: 1rem;
    background: rgba(40, 40, 50, 0.6);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(234, 90, 132, 0.2);
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.faq-item:hover[b-lkuabc7ymi] {
    border-color: rgba(234, 90, 132, 0.4);
    box-shadow: 0 4px 15px rgba(234, 90, 132, 0.2);
}

.faq-question[b-lkuabc7ymi] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    color: #e0e0e0;
    font-size: 1.05rem;
    font-weight: 600;
    transition: color 0.2s ease;
}

.faq-question:hover[b-lkuabc7ymi] {
    color: #ea5a84;
}

.faq-question span[b-lkuabc7ymi] {
    flex: 1;
    padding-right: 1rem;
}

.faq-icon[b-lkuabc7ymi] {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 0 8px rgba(234, 90, 132, 0.4));
}

.faq-item:hover .faq-icon[b-lkuabc7ymi] {
    filter: drop-shadow(0 0 12px rgba(234, 90, 132, 0.6));
}

.faq-answer[b-lkuabc7ymi] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 1.5rem;
}

.faq-answer.expanded[b-lkuabc7ymi] {
    max-height: 500px;
    padding: 0 1.5rem 1.5rem 1.5rem;
}

.faq-answer p[b-lkuabc7ymi] {
    margin: 0;
    color: #fff0f5;
    font-size: 0.95rem;
    line-height: 1.6;
    padding-top: 0.5rem;
}

.faq-answer ul[b-lkuabc7ymi] {
    margin: 0;
    padding-left: 1.5rem;
    padding-top: 0.5rem;
    color: #fff0f5;
}

.faq-answer li[b-lkuabc7ymi] {
    color: #fff0f5;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

.faq-answer li:last-child[b-lkuabc7ymi] {
    margin-bottom: 0;
}

.faq-answer li strong[b-lkuabc7ymi] {
    color: #ffeef5;
}

.commands-section[b-lkuabc7ymi] {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 2px solid rgba(194, 41, 99, 0.3);
}

.commands-intro[b-lkuabc7ymi] {
    color: #fff0f5;
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.commands-grid[b-lkuabc7ymi] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
}

.command-card[b-lkuabc7ymi] {
    background: rgba(40, 40, 50, 0.6);
    border-radius: 12px;
    padding: 1.25rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    border: 1px solid rgba(0, 255, 255, 0.2);
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.command-card:hover[b-lkuabc7ymi] {
    transform: translateY(-3px);
    border-color: rgba(0, 255, 255, 0.5);
    box-shadow: 0 6px 20px rgba(0, 255, 255, 0.3), 0 0 15px rgba(194, 41, 99, 0.2);
    background: rgba(40, 40, 50, 0.8);
}

.command-icon[b-lkuabc7ymi] {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.command-content[b-lkuabc7ymi] {
    flex: 1;
}

.command-text[b-lkuabc7ymi] {
    font-size: 1rem;
    font-weight: 600;
    color: #00ffff;
    margin-bottom: 0.5rem;
    font-family: 'Courier New', monospace;
    text-shadow: 0 0 8px rgba(0, 255, 255, 0.4);
}

.command-description[b-lkuabc7ymi] {
    font-size: 0.875rem;
    color: #fff0f5;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .commands-grid[b-lkuabc7ymi] {
        grid-template-columns: 1fr;
    }

    .faq-question[b-lkuabc7ymi] {
        padding: 1rem 1.25rem;
        font-size: 1rem;
    }

    .faq-answer.expanded[b-lkuabc7ymi] {
        padding: 0 1.25rem 1.25rem 1.25rem;
    }

    .command-card[b-lkuabc7ymi] {
        padding: 1rem;
    }
}
/* /Pages/Index.razor.rz.scp.css */
.index-main[b-bne1rj26da]{display:grid}
.hnng[b-bne1rj26da]{height:auto;margin:auto;max-height:100%;max-width:100%;width:auto}.centered[b-bne1rj26da]{height:100%;margin:auto;max-height:40rem;max-width:30rem}svg[b-bne1rj26da]{height:100%;width:100%}
/* /Pages/LuckyWheel.razor.rz.scp.css */
.manual-container[b-zx44c2bcno] {
    min-height: 100vh;
    background-image: url('/img/IMG_3713.JPG');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    padding: 0.5rem 1rem 2rem 1rem;
    overflow-x: hidden;
}

.manual-container[b-zx44c2bcno]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
}

.manual-content[b-zx44c2bcno] {
    max-width: 800px;
    margin: 1rem auto 0;
    background: rgba(20, 20, 25, 0.85);
    border-radius: 24px;
    padding: 3rem 2.5rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 40px rgba(255, 100, 255, 0.1);
    position: relative;
    z-index: 1;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.manual-title[b-zx44c2bcno] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ea5a84;
    text-align: center;
    margin-bottom: 0.5rem;
    text-shadow: 0 0 20px rgba(194, 41, 99, 0.6), 0 0 40px rgba(194, 41, 99, 0.3);
}

.manual-section[b-zx44c2bcno] {
    margin-bottom: 2.5rem;
}
/* /Pages/LuckyWheelWheel.razor.rz.scp.css */
.manual-container[b-m0w4gs022j] {
    min-height: 100vh;
    background-image: url('/img/IMG_3713.JPG');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    padding: 0.5rem 1rem 2rem 1rem;
    overflow-x: hidden;
}

.manual-container[b-m0w4gs022j]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
}

.manual-content[b-m0w4gs022j] {
    max-width: 800px;
    margin: 1rem auto 0;
    background: rgba(20, 20, 25, 0.85);
    border-radius: 24px;
    padding: 3rem 2.5rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 40px rgba(255, 100, 255, 0.1);
    position: relative;
    z-index: 1;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.manual-title[b-m0w4gs022j] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ea5a84;
    text-align: center;
    margin-bottom: 0.5rem;
    text-shadow: 0 0 20px rgba(194, 41, 99, 0.6), 0 0 40px rgba(194, 41, 99, 0.3);
}

.manual-section[b-m0w4gs022j] {
    margin-bottom: 2.5rem;
}

.wheel-back[b-m0w4gs022j] {
    margin-bottom: 1rem;
}

.wheel-back-link[b-m0w4gs022j] {
    color: #00ffff;
    text-decoration: none;
    font-size: 1rem;
}

.wheel-back-link:hover[b-m0w4gs022j] {
    text-decoration: underline;
    text-shadow: 0 0 10px rgba(0, 255, 255, 0.5);
}

.section-heading[b-m0w4gs022j] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ea5a84;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid rgba(194, 41, 99, 0.3);
}

.lucky-wheel-container[b-m0w4gs022j] {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.lucky-wheel-svg[b-m0w4gs022j] {
    width: 100%;
    max-width: 320px;
    height: auto;
}

.lucky-wheel-empty[b-m0w4gs022j] {
    padding: 2rem;
    text-align: center;
    color: rgba(224, 224, 224, 0.6);
    font-style: italic;
}

.wheel-spin-row[b-m0w4gs022j] {
    text-align: center;
    margin-top: 0.5rem;
}

.wheel-spin-btn[b-m0w4gs022j] {
    padding: 0.6rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
    background: linear-gradient(135deg, #ea5a84 0%, #00ffff 100%);
    border: none;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(234, 90, 132, 0.4);
}

.wheel-spin-btn:hover:not(:disabled)[b-m0w4gs022j] {
    box-shadow: 0 6px 20px rgba(234, 90, 132, 0.5);
}

.wheel-spin-btn:disabled[b-m0w4gs022j] {
    opacity: 0.6;
    cursor: not-allowed;
}

.wheel-results-list[b-m0w4gs022j] {
    list-style: decimal;
    padding-left: 1.5rem;
    margin: 0;
    color: #e0e0e0;
}

.wheel-results-item[b-m0w4gs022j] {
    padding: 0.35rem 0;
}
/* /Pages/Manual.razor.rz.scp.css */
.manual-container[b-x2h7ucki03] {
    min-height: 100vh;
    background-image: url('/img/IMG_3713.JPG');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    padding: 0.5rem 1rem 2rem 1rem;
    overflow-x: hidden;
}

.manual-container[b-x2h7ucki03]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
}

.manual-content[b-x2h7ucki03] {
    max-width: 800px;
    margin: 1rem auto 0;
    background: rgba(20, 20, 25, 0.85);
    border-radius: 24px;
    padding: 3rem 2.5rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 40px rgba(255, 100, 255, 0.1);
    position: relative;
    z-index: 1;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.manual-title[b-x2h7ucki03] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ea5a84;
    text-align: center;
    margin-bottom: 0.5rem;
    text-shadow: 0 0 20px rgba(194, 41, 99, 0.6), 0 0 40px rgba(194, 41, 99, 0.3);
}

.product-name-header[b-x2h7ucki03] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.product-name-icon[b-x2h7ucki03] {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-name[b-x2h7ucki03] {
    font-size: 1.75rem;
    font-weight: 600;
    color: #00ffff;
    margin: 0;
    font-style: italic;
    text-shadow: 0 0 15px rgba(0, 255, 255, 0.5);
}

.manual-section[b-x2h7ucki03] {
    margin-bottom: 2.5rem;
}

.section-header[b-x2h7ucki03] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid rgba(194, 41, 99, 0.3);
}

.section-icon[b-x2h7ucki03] {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.manual-section h3[b-x2h7ucki03] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ea5a84;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid rgba(194, 41, 99, 0.3);
    text-shadow: 0 0 10px rgba(194, 41, 99, 0.4);
}

.section-header h3[b-x2h7ucki03] {
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.manual-section p[b-x2h7ucki03] {
    font-size: 1rem;
    line-height: 1.7;
    color: #e0e0e0;
    margin-bottom: 1rem;
}

.steps-list[b-x2h7ucki03] {
    list-style: none;
    padding-left: 0;
    counter-reset: step-counter;
}

.steps-list li[b-x2h7ucki03] {
    counter-increment: step-counter;
    padding: 1rem 1rem 1rem 3rem;
    margin-bottom: 0.75rem;
    background: rgba(40, 40, 50, 0.6);
    border-radius: 12px;
    border-left: 4px solid #ea5a84;
    position: relative;
    font-size: 1rem;
    line-height: 1.6;
    color: #e0e0e0;
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.steps-list li[b-x2h7ucki03]::before {
    content: counter(step-counter);
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(135deg, #ea5a84 0%, #00ffff 100%);
    color: white;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.875rem;
    box-shadow: 0 0 15px rgba(194, 41, 99, 0.6);
}


.care-list[b-x2h7ucki03] {
    list-style: none;
    padding-left: 0;
}

.care-list li[b-x2h7ucki03] {
    padding: 0.75rem 1rem 0.75rem 2.5rem;
    margin-bottom: 0.5rem;
    background: rgba(40, 40, 50, 0.6);
    border-radius: 10px;
    position: relative;
    font-size: 1rem;
    line-height: 1.6;
    color: #e0e0e0;
    backdrop-filter: blur(5px);
}

.care-list li[b-x2h7ucki03]::before {
    content: '✨';
    position: absolute;
    left: 0.75rem;
    top: 0.75rem;
}

.feature-list[b-x2h7ucki03] {
    list-style: none;
    padding-left: 0;
    margin: 1.5rem 0;
}

.feature-list li[b-x2h7ucki03] {
    padding: 0.75rem 0;
    margin-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.7;
    color: #e0e0e0;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.feature-list li svg[b-x2h7ucki03] {
    flex-shrink: 0;
    margin-top: 0.125rem;
    filter: drop-shadow(0 0 8px rgba(194, 41, 99, 0.6));
}

.feature-content[b-x2h7ucki03] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.feature-list li strong[b-x2h7ucki03] {
    color: #00ffff;
    text-shadow: 0 0 8px rgba(0, 255, 255, 0.4);
    display: block;
}

.warning-box[b-x2h7ucki03] {
    background: rgba(255, 200, 0, 0.15);
    border-left: 4px solid #ffcc00;
    border-radius: 12px;
    padding: 1.25rem;
    margin: 1.5rem 0;
    backdrop-filter: blur(5px);
    box-shadow: 0 0 20px rgba(255, 200, 0, 0.2);
}

.warning-box p[b-x2h7ucki03] {
    margin: 0;
    color: #ffcc00;
    font-weight: 500;
    text-shadow: 0 0 10px rgba(255, 200, 0, 0.5);
}

.specs-grid[b-x2h7ucki03] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.spec-item[b-x2h7ucki03] {
    background: rgba(40, 40, 50, 0.6);
    padding: 1rem;
    border-radius: 10px;
    font-size: 0.95rem;
    color: #e0e0e0;
    border-left: 3px solid #00ffff;
    backdrop-filter: blur(5px);
}

.spec-item strong[b-x2h7ucki03] {
    color: #00ffff;
    display: block;
    margin-bottom: 0.25rem;
    text-shadow: 0 0 8px rgba(0, 255, 255, 0.4);
}

.manual-footer[b-x2h7ucki03] {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 2px solid rgba(194, 41, 99, 0.3);
    text-align: center;
}

.manual-footer p[b-x2h7ucki03] {
    color: #b0b0b0;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
}

.footer-note[b-x2h7ucki03] {
    font-size: 1.1rem !important;
    color: #ea5a84 !important;
    font-weight: 600;
    margin-top: 1rem !important;
    text-shadow: 0 0 15px rgba(194, 41, 99, 0.6);
}

.feature-image-block[b-x2h7ucki03] {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    margin-top: 1.5rem;
    position: relative;
}

.feature-image-text[b-x2h7ucki03] {
    flex: 1;
    z-index: 2;
}

.feature-image-text p[b-x2h7ucki03] {
    margin-bottom: 1rem;
}

.feature-image-text p:last-child[b-x2h7ucki03] {
    margin-bottom: 0;
}

.feature-image-wrapper[b-x2h7ucki03] {
    flex-shrink: 0;
    width: 300px;
    position: relative;
    z-index: 1;
}

.feature-image[b-x2h7ucki03] {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4), 0 0 20px rgba(194, 41, 99, 0.2);
    border: 2px solid rgba(194, 41, 99, 0.3);
}

.coming-soon-section[b-x2h7ucki03] {
    background: rgba(194, 41, 99, 0.1);
    border-radius: 16px;
    padding: 2rem;
    border: 2px dashed rgba(194, 41, 99, 0.4);
    margin-top: 2rem;
}

.coming-soon-content[b-x2h7ucki03] {
    margin-top: 1.5rem;
}

.coming-soon-feature[b-x2h7ucki03] {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 2rem;
    background: rgba(30, 30, 40, 0.6);
    padding: 1.5rem;
    border-radius: 12px;
    backdrop-filter: blur(5px);
}

.coming-soon-icon[b-x2h7ucki03] {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-svg[b-x2h7ucki03] {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 0 10px rgba(194, 41, 99, 0.6));
}

.product-name-icon .feature-svg[b-x2h7ucki03] {
    filter: drop-shadow(0 0 10px rgba(0, 255, 255, 0.6));
}

.section-icon .feature-svg[b-x2h7ucki03] {
    filter: drop-shadow(0 0 10px rgba(194, 41, 99, 0.6));
}

.section-header:has(.section-icon svg[style*="fill: #ffcc00"]) .section-icon .feature-svg[b-x2h7ucki03] {
    filter: drop-shadow(0 0 10px rgba(255, 200, 0, 0.6));
}

.section-header:has(.section-icon svg[style*="fill: #00ffff"]) .section-icon .feature-svg[b-x2h7ucki03] {
    filter: drop-shadow(0 0 10px rgba(0, 255, 255, 0.6));
}

.coming-soon-text[b-x2h7ucki03] {
    flex: 1;
}

.coming-soon-text h4[b-x2h7ucki03] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #00ffff;
    margin-bottom: 0.75rem;
    text-shadow: 0 0 10px rgba(0, 255, 255, 0.5);
}

.coming-soon-text p[b-x2h7ucki03] {
    color: #e0e0e0;
    line-height: 1.7;
    margin: 0;
}

.coming-soon-features-grid[b-x2h7ucki03] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.25rem;
    margin-top: 1.5rem;
}

.coming-soon-feature-card[b-x2h7ucki03] {
    background: rgba(30, 30, 40, 0.7);
    padding: 1.5rem;
    border-radius: 16px;
    text-align: center;
    border: 2px solid rgba(0, 255, 255, 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    backdrop-filter: blur(5px);
}

.coming-soon-feature-card:hover[b-x2h7ucki03] {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 255, 255, 0.4), 0 0 20px rgba(194, 41, 99, 0.2);
    border-color: rgba(0, 255, 255, 0.6);
}

.feature-icon-svg[b-x2h7ucki03] {
    width: 48px;
    height: 48px;
    margin: 0 auto 1rem;
    display: block;
    filter: drop-shadow(0 0 8px rgba(0, 255, 255, 0.5));
}

.coming-soon-feature-card h4[b-x2h7ucki03] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #00ffff;
    margin-bottom: 0.5rem;
    text-shadow: 0 0 10px rgba(0, 255, 255, 0.5);
}

.coming-soon-feature-card p[b-x2h7ucki03] {
    font-size: 0.875rem;
    color: #b0b0b0;
    margin: 0;
}

.commands-intro[b-x2h7ucki03] {
    color: #fff0f5;
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.commands-grid[b-x2h7ucki03] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.command-card[b-x2h7ucki03] {
    background: rgba(40, 40, 50, 0.6);
    border-radius: 12px;
    padding: 1.25rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    border: 1px solid rgba(0, 255, 255, 0.2);
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.command-card:hover[b-x2h7ucki03] {
    transform: translateY(-3px);
    border-color: rgba(0, 255, 255, 0.5);
    box-shadow: 0 6px 20px rgba(0, 255, 255, 0.3), 0 0 15px rgba(194, 41, 99, 0.2);
    background: rgba(40, 40, 50, 0.8);
}

.command-icon[b-x2h7ucki03] {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.command-content[b-x2h7ucki03] {
    flex: 1;
}

.command-text[b-x2h7ucki03] {
    font-size: 1rem;
    font-weight: 600;
    color: #00ffff;
    margin-bottom: 0.5rem;
    font-family: 'Courier New', monospace;
    text-shadow: 0 0 8px rgba(0, 255, 255, 0.4);
}

.command-description[b-x2h7ucki03] {
    font-size: 0.875rem;
    color: #fff0f5;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .manual-content[b-x2h7ucki03] {
        padding: 2rem 1.5rem;
        border-radius: 16px;
    }

    .manual-title[b-x2h7ucki03] {
        font-size: 2rem;
    }

    .product-name[b-x2h7ucki03] {
        font-size: 1.5rem;
    }


    .specs-grid[b-x2h7ucki03] {
        grid-template-columns: 1fr;
    }

    .commands-grid[b-x2h7ucki03] {
        grid-template-columns: 1fr;
    }

    .command-card[b-x2h7ucki03] {
        padding: 1rem;
    }

    .coming-soon-feature[b-x2h7ucki03] {
        flex-direction: column;
        text-align: center;
    }

    .coming-soon-icon[b-x2h7ucki03] {
        margin: 0 auto;
    }

    .coming-soon-features-grid[b-x2h7ucki03] {
        grid-template-columns: 1fr;
    }

    .coming-soon-section[b-x2h7ucki03] {
        padding: 1.5rem;
    }

    .feature-image-block[b-x2h7ucki03] {
        flex-direction: column;
        gap: 1rem;
    }

    .feature-image-wrapper[b-x2h7ucki03] {
        width: 100%;
        max-width: 100%;
        position: relative;
        margin-top: -2rem;
        z-index: 1;
    }

    .feature-image-text[b-x2h7ucki03] {
        position: relative;
        z-index: 2;
        background: rgba(20, 20, 25, 0.7);
        padding: 1.5rem;
        border-radius: 12px;
        backdrop-filter: blur(10px);
        margin-bottom: 0;
    }
}
/* /Shared/DecorativeElements.razor.rz.scp.css */
.decorative-elements[b-e6hhybv75s] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    perspective: 1000px;
    transform-style: preserve-3d;
}

.decoration[b-e6hhybv75s] {
    position: absolute;
    opacity: 0.4;
    animation: float-b-e6hhybv75s 10s ease-in-out infinite, twinkle-b-e6hhybv75s 5s ease-in-out infinite;
    transition: opacity 0.3s ease;
    transform-origin: center center;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform-style: preserve-3d;
}

/* Parallax speeds - different translateZ values create depth */
.decoration-heart[b-e6hhybv75s] {
    --parallax-z: 20px;
    transform: translateZ(var(--parallax-z));
}

.decoration-dollar[b-e6hhybv75s] {
    --parallax-z: 60px;
    transform: translateZ(var(--parallax-z));
}

.decoration-euro[b-e6hhybv75s] {
    --parallax-z: 40px;
    transform: translateZ(var(--parallax-z));
}

.decoration:hover[b-e6hhybv75s] {
    opacity: 0.7;
}

.decoration-svg[b-e6hhybv75s] {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    filter: drop-shadow(0 0 6px rgba(234, 90, 132, 0.6));
}

@keyframes float-b-e6hhybv75s {
    0%, 100% {
        transform: translateY(0px) translateZ(var(--parallax-z, 0px));
    }
    50% {
        transform: translateY(-15px) translateZ(var(--parallax-z, 0px));
    }
}

@keyframes twinkle-b-e6hhybv75s {
    0%, 100% {
        opacity: 0.4;
        filter: brightness(1);
    }
    50% {
        opacity: 0.7;
        filter: brightness(1.3);
    }
}

@media (max-width: 768px) {
    .decoration[b-e6hhybv75s] {
        width: 18px;
        height: 18px;
    }
    
    .decoration-svg[b-e6hhybv75s] {
        width: 18px;
        height: 18px;
    }
}
/* /Shared/EditableList.razor.rz.scp.css */
.editable-list[b-s3co3me8wz] {
    margin-bottom: 1.5rem;
}

.editable-list-header[b-s3co3me8wz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid rgba(194, 41, 99, 0.3);
}

.editable-list-title[b-s3co3me8wz] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ea5a84;
    margin: 0;
}

.editable-list-actions[b-s3co3me8wz] {
    display: flex;
    gap: 0.5rem;
}

.editable-list-btn[b-s3co3me8wz] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    border-radius: 10px;
    background: rgba(40, 40, 50, 0.6);
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
}

.editable-list-btn:hover[b-s3co3me8wz] {
    background: rgba(60, 60, 70, 0.8);
    box-shadow: 0 0 12px rgba(234, 90, 132, 0.3);
}

.editable-list-btn-edit-active[b-s3co3me8wz] {
    background: rgba(194, 41, 99, 0.25);
    box-shadow: 0 0 12px rgba(234, 90, 132, 0.4);
}

.editable-list-icon[b-s3co3me8wz] {
    width: 24px;
    height: 24px;
}

.editable-list-icon-sm[b-s3co3me8wz] {
    width: 20px;
    height: 20px;
}

.editable-list-items[b-s3co3me8wz] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.editable-list-item[b-s3co3me8wz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    margin-bottom: 0.5rem;
    background: rgba(40, 40, 50, 0.6);
    border-radius: 12px;
    border-left: 4px solid #00ffff;
    color: #e0e0e0;
    font-size: 1rem;
}

.editable-list-item-text[b-s3co3me8wz],
.editable-list-item-link[b-s3co3me8wz] {
    flex: 1;
}

.editable-list-item-link[b-s3co3me8wz] {
    color: #00ffff;
    text-decoration: none;
    transition: text-shadow 0.2s;
}

.editable-list-item-link:hover[b-s3co3me8wz] {
    text-decoration: underline;
    text-shadow: 0 0 10px rgba(0, 255, 255, 0.5);
}

.editable-list-btn-delete[b-s3co3me8wz] {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
}

.editable-list-empty[b-s3co3me8wz] {
    padding: 1rem;
    color: rgba(224, 224, 224, 0.6);
    font-style: italic;
}

.editable-list-add-row[b-s3co3me8wz] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin-top: 1rem;
    padding: 0.75rem;
    background: rgba(40, 40, 50, 0.4);
    border-radius: 12px;
}

.editable-list-input[b-s3co3me8wz] {
    flex: 1;
    padding: 0.5rem 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: rgba(20, 20, 25, 0.8);
    color: #e0e0e0;
    font-size: 1rem;
}

.editable-list-input:focus[b-s3co3me8wz] {
    outline: none;
    border-color: #00ffff;
    box-shadow: 0 0 8px rgba(0, 255, 255, 0.3);
}

.editable-list-btn-confirm[b-s3co3me8wz] {
    width: auto;
    padding: 0.5rem 1rem;
    color: #00ffff;
    font-size: 0.9rem;
}

.editable-list-btn-cancel[b-s3co3me8wz] {
    width: auto;
    padding: 0.5rem 1rem;
    color: #e0e0e0;
    font-size: 0.9rem;
}
/* /Shared/ImageDetailView.razor.rz.scp.css */
.image-detail-view[b-f4u0xgb2ji] {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 16px;
    padding: 1.5rem;
    margin-bottom: 1rem;
}

.detail-view-inner[b-f4u0xgb2ji] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    height: 320px;
}

.detail-image-wrap[b-f4u0xgb2ji] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    height: 100%;
}

.detail-image[b-f4u0xgb2ji] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
}

.nav-button[b-f4u0xgb2ji] {
    flex: 0 0 auto;
    width: 3rem;
    height: 3rem;
    min-width: 3rem;
    min-height: 3rem;
    padding: 0;
    border: none;
    border-radius: 50%;
    aspect-ratio: 1;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.nav-button span[b-f4u0xgb2ji] {
    display: block;
    line-height: 1;
    transform: translateY(-0.06em);
}

.nav-button:hover:not(:disabled)[b-f4u0xgb2ji] {
    background: rgba(255, 255, 255, 0.3);
}

.nav-button:disabled[b-f4u0xgb2ji] {
    opacity: 0.4;
    cursor: not-allowed;
}

.detail-footer[b-f4u0xgb2ji] {
    margin-top: 1rem;
    text-align: center;
}

.detail-caption[b-f4u0xgb2ji] {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
}

.detail-counter[b-f4u0xgb2ji] {
    margin: 0.25rem 0 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
}

.detail-close[b-f4u0xgb2ji] {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    width: 2.25rem;
    height: 2.25rem;
    min-width: 2.25rem;
    min-height: 2.25rem;
    padding: 0;
    border: none;
    border-radius: 50%;
    aspect-ratio: 1;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.detail-close span[b-f4u0xgb2ji] {
    display: block;
    line-height: 1;
    transform: translateY(-0.05em);
}

.detail-close:hover[b-f4u0xgb2ji] {
    background: rgba(255, 255, 255, 0.25);
}
/* /Shared/ImageSlideshow.razor.rz.scp.css */
.image-slideshow[b-z2hyewowol] {
    --tile-size: 160px;
    --strip-height: var(--tile-size);
}

.slideshow-strip[b-z2hyewowol] {
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0.25rem 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    min-height: var(--strip-height);
}

.slideshow-tile[b-z2hyewowol] {
    flex: 0 0 var(--tile-size);
    width: var(--tile-size);
    height: var(--tile-size);
    scroll-snap-align: start;
}

.tile-button[b-z2hyewowol] {
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.3);
    display: block;
}

.tile-button.tile-selected[b-z2hyewowol] {
    outline: 3px solid #ea5a84;
    outline-offset: 2px;
}

.tile-image[b-z2hyewowol] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* /Shared/LuckyWheel3D.razor.rz.scp.css */
.lucky-wheel-3d-wrapper[b-42y351w0pq] {
    margin-bottom: 1rem;
}

.lucky-wheel-3d-container[b-42y351w0pq] {
    height: 360px;
    min-height: 320px;
    border: 3px solid #ea5a84;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(234, 90, 132, 0.4), inset 0 0 0 1px rgba(234, 90, 132, 0.2);
    overflow: hidden;
}

.wheel-spin-row[b-42y351w0pq] {
    text-align: center;
    margin-top: 0.5rem;
}

.wheel-spin-btn[b-42y351w0pq] {
    padding: 0.6rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
    background: linear-gradient(135deg, #ea5a84 0%, #00ffff 100%);
    border: none;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(234, 90, 132, 0.4);
}

.wheel-spin-btn:hover:not(:disabled)[b-42y351w0pq] {
    box-shadow: 0 6px 20px rgba(234, 90, 132, 0.5);
}

.wheel-spin-btn:disabled[b-42y351w0pq] {
    opacity: 0.6;
    cursor: not-allowed;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.main[b-ddfmhaw5vz]{display:grid;grid-template-rows:auto 1fr;height:100%;transition:background-color .5s;width:100%}
/* /Shared/ResultPopup.razor.rz.scp.css */
/* Rendered in layout (ResultPopupHost) so no transform/backdrop-filter ancestor – fixed = viewport. */
.result-popup-overlay[b-e4foarrh55] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    cursor: pointer;
}

.result-popup-backdrop[b-e4foarrh55] {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    pointer-events: none;
}

.result-popup-card[b-e4foarrh55] {
    position: relative;
    z-index: 2;
    cursor: default;
    max-width: 90vw;
    width:  min(420px, 100%);
}

.result-popup-card-inner[b-e4foarrh55] {
    background: linear-gradient(145deg, #1a1a1a 0%, #0e0e0e 100%);
    border: 3px solid #ea5a84;
    border-radius: 24px;
    padding: 2rem 2.5rem;
    box-shadow:
        0 0 0 1px rgba(234, 90, 132, 0.3),
        0 0 40px rgba(234, 90, 132, 0.25),
        0 0 80px rgba(0, 255, 255, 0.15),
        inset 0 0 60px rgba(0, 255, 255, 0.03);
    text-align: center;
}

.result-popup-label[b-e4foarrh55] {
    margin: 0 0 0.5rem;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #00ffff;
    text-shadow: 0 0 20px rgba(0, 255, 255, 0.6);
}

.result-popup-text[b-e4foarrh55] {
    margin: 0 0 1.5rem;
    font-size: clamp(1.5rem, 6vw, 2.25rem);
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    text-shadow: 0 0 30px rgba(234, 90, 132, 0.5);
    word-break: break-word;
}

.result-popup-close[b-e4foarrh55] {
    padding: 0.75rem 2rem;
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
    background: linear-gradient(135deg, #ea5a84 0%, #00ffff 100%);
    border: none;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(234, 90, 132, 0.4);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.result-popup-close:hover[b-e4foarrh55] {
    transform: scale(1.03);
    box-shadow: 0 6px 28px rgba(234, 90, 132, 0.5);
}

.result-popup-confetti[b-e4foarrh55] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}
