/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-lt10ka77mw] {
    display: flex;
    min-height: 100vh;
}

.sidebar[b-lt10ka77mw] {
    width: 250px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0;
    box-shadow: 2px 0 10px rgba(0,0,0,0.1);
}

.sidebar-header[b-lt10ka77mw] {
    padding: 2rem 1.5rem;
    background: rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.sidebar-header h3[b-lt10ka77mw] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
}

.nav-list[b-lt10ka77mw] {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}

.nav-list li[b-lt10ka77mw] {
    margin: 0;
}

.nav-link[b-lt10ka77mw] {
    display: block;
    padding: 1rem 1.5rem;
    color: rgba(255,255,255,0.9);
    text-decoration: none;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.nav-link:hover[b-lt10ka77mw] {
    background: rgba(255,255,255,0.1);
    border-left-color: white;
    padding-left: 2rem;
}

.main-content[b-lt10ka77mw] {
    flex: 1;
    padding: 2rem;
    background: #f5f7fa;
    overflow-y: auto;
}

#blazor-error-ui[b-lt10ka77mw] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-lt10ka77mw] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-upq41q312x],
.components-reconnect-repeated-attempt-visible[b-upq41q312x],
.components-reconnect-failed-visible[b-upq41q312x],
.components-pause-visible[b-upq41q312x],
.components-resume-failed-visible[b-upq41q312x],
.components-rejoining-animation[b-upq41q312x] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-upq41q312x],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-upq41q312x],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-upq41q312x],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-upq41q312x],
#components-reconnect-modal.components-reconnect-retrying[b-upq41q312x],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-upq41q312x],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-upq41q312x],
#components-reconnect-modal.components-reconnect-failed[b-upq41q312x],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-upq41q312x] {
    display: block;
}


#components-reconnect-modal[b-upq41q312x] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-upq41q312x 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-upq41q312x 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-upq41q312x 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-upq41q312x]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-upq41q312x 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-upq41q312x {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-upq41q312x {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-upq41q312x {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-upq41q312x] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-upq41q312x] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-upq41q312x] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-upq41q312x] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-upq41q312x] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-upq41q312x] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-upq41q312x] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-upq41q312x 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-upq41q312x] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-upq41q312x {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/ApiDemo.razor.rz.scp.css */
.api-container[b-bhsrlknrej] {
    max-width: 1000px;
    margin: 0 auto;
}

.api-container h1[b-bhsrlknrej] {
    color: #2d3748;
    margin-bottom: 2rem;
}

.demo-section[b-bhsrlknrej] {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

.demo-section h2[b-bhsrlknrej] {
    color: #667eea;
    margin-top: 0;
}

.explanation[b-bhsrlknrej] {
    color: #718096;
    background: #f7fafc;
    padding: 1rem;
    border-left: 4px solid #667eea;
    border-radius: 4px;
}

.architecture-box[b-bhsrlknrej] {
    background: #edf2f7;
    padding: 1.5rem;
    border-radius: 8px;
    margin-top: 1rem;
}

.architecture-box h3[b-bhsrlknrej] {
    margin-top: 0;
    color: #2d3748;
}

.architecture-box ul[b-bhsrlknrej] {
    margin: 0.5rem 0;
    padding-left: 1.5rem;
}

.architecture-box li[b-bhsrlknrej] {
    padding: 0.5rem 0;
    color: #2d3748;
}

.info[b-bhsrlknrej] {
    background: #bee3f8;
    padding: 0.75rem;
    border-radius: 6px;
    color: #2c5282;
    font-size: 0.9rem;
}

.info code[b-bhsrlknrej] {
    background: white;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
}

.demo-box[b-bhsrlknrej] {
    background: #f7fafc;
    padding: 1.5rem;
    border-radius: 8px;
    margin-top: 1rem;
}

.btn[b-bhsrlknrej] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-primary[b-bhsrlknrej] {
    background: #667eea;
    color: white;
}

.btn-primary:hover:not(:disabled)[b-bhsrlknrej] {
    background: #5568d3;
}

.btn-primary:disabled[b-bhsrlknrej] {
    background: #a0aec0;
    cursor: not-allowed;
}

.user-result[b-bhsrlknrej] {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: white;
    padding: 2rem;
    border-radius: 8px;
    margin-top: 1.5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.user-avatar-large[b-bhsrlknrej] {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 4px solid #667eea;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.user-details h3[b-bhsrlknrej] {
    margin: 0 0 1rem 0;
    color: #2d3748;
    font-size: 1.5rem;
}

.user-details p[b-bhsrlknrej] {
    margin: 0.5rem 0;
    color: #718096;
}

.fact-card[b-bhsrlknrej] {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    margin-top: 1.5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    display: flex;
    gap: 1.5rem;
    align-items: start;
}

.fact-icon[b-bhsrlknrej] {
    font-size: 3rem;
    flex-shrink: 0;
}

.fact-text[b-bhsrlknrej] {
    color: #2d3748;
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 0;
}

.activity-controls[b-bhsrlknrej] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.input-field[b-bhsrlknrej] {
    flex: 1;
    padding: 0.75rem;
    border: 2px solid #e2e8f0;
    border-radius: 6px;
    font-size: 1rem;
}

.input-field:focus[b-bhsrlknrej] {
    outline: none;
    border-color: #667eea;
}

.activity-card[b-bhsrlknrej] {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    margin-top: 1.5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.activity-card h3[b-bhsrlknrej] {
    margin: 0 0 1rem 0;
    color: #2d3748;
    font-size: 1.3rem;
}

.advice-icon[b-bhsrlknrej] {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 1rem;
}

.advice-text[b-bhsrlknrej] {
    color: #2d3748;
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: center;
    font-style: italic;
    margin: 1rem 0;
}

.activity-details[b-bhsrlknrej] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.badge[b-bhsrlknrej] {
    display: inline-block;
    background: #667eea;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
}

.alert[b-bhsrlknrej] {
    padding: 1rem;
    border-radius: 6px;
    margin-top: 1rem;
}

.alert-error[b-bhsrlknrej] {
    background: #fed7d7;
    color: #742a2a;
    border-left: 4px solid #f56565;
}

.code-example[b-bhsrlknrej] {
    background: #1a202c;
    color: white;
}

.code-example h2[b-bhsrlknrej] {
    color: #fbbf24;
}

.code-box[b-bhsrlknrej] {
    background: #2d3748;
    padding: 1.5rem;
    border-radius: 8px;
    overflow-x: auto;
}

.code-box code[b-bhsrlknrej] {
    color: #e2e8f0;
    font-family: 'Courier New', monospace;
    font-size: 0.9rem;
    line-height: 1.6;
}

.code-box pre[b-bhsrlknrej] {
    margin: 0;
}
/* /Components/Pages/Basics.razor.rz.scp.css */
.basics-container[b-bfr5eupedw] {
    max-width: 1000px;
    margin: 0 auto;
}

.basics-container h1[b-bfr5eupedw] {
    color: #2d3748;
    margin-bottom: 2rem;
}

.demo-section[b-bfr5eupedw] {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

.demo-section h2[b-bfr5eupedw] {
    color: #667eea;
    margin-top: 0;
}

.explanation[b-bfr5eupedw] {
    color: #718096;
    background: #f7fafc;
    padding: 1rem;
    border-left: 4px solid #667eea;
    border-radius: 4px;
    margin-bottom: 1.5rem;
}

.demo-box[b-bfr5eupedw] {
    background: #f7fafc;
    padding: 1.5rem;
    border-radius: 8px;
    margin-top: 1rem;
}

.demo-box h3[b-bfr5eupedw] {
    margin-top: 0;
    color: #2d3748;
    font-size: 1.1rem;
}

.input-field[b-bfr5eupedw] {
    width: 100%;
    max-width: 400px;
    padding: 0.75rem;
    border: 2px solid #e2e8f0;
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.input-field:focus[b-bfr5eupedw] {
    outline: none;
    border-color: #667eea;
}

.btn[b-bfr5eupedw] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0.5rem 0.5rem 0.5rem 0;
}

.btn-primary[b-bfr5eupedw] {
    background: #667eea;
    color: white;
}

.btn-primary:hover[b-bfr5eupedw] {
    background: #5568d3;
}

.btn-success[b-bfr5eupedw] {
    background: #48bb78;
    color: white;
}

.btn-success:hover[b-bfr5eupedw] {
    background: #38a169;
}

.btn-secondary[b-bfr5eupedw] {
    background: #718096;
    color: white;
}

.btn-secondary:hover[b-bfr5eupedw] {
    background: #4a5568;
}

.counter[b-bfr5eupedw] {
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    color: #667eea;
    min-width: 50px;
    text-align: center;
}

.alert[b-bfr5eupedw] {
    padding: 1rem;
    border-radius: 6px;
    margin-top: 1rem;
}

.alert-info[b-bfr5eupedw] {
    background: #bee3f8;
    color: #2c5282;
    border-left: 4px solid #3182ce;
}

.item-list[b-bfr5eupedw] {
    list-style: none;
    padding: 0;
    margin-top: 1rem;
}

.item-list li[b-bfr5eupedw] {
    background: white;
    padding: 0.75rem 1rem;
    margin: 0.5rem 0;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-remove[b-bfr5eupedw] {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    padding: 0.25rem;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.btn-remove:hover[b-bfr5eupedw] {
    opacity: 1;
}

.todo-input[b-bfr5eupedw] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.todo-list[b-bfr5eupedw] {
    margin: 1rem 0;
}

.todo-item[b-bfr5eupedw] {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: white;
    padding: 1rem;
    border-radius: 6px;
    margin: 0.5rem 0;
    transition: all 0.3s ease;
}

.todo-item:hover[b-bfr5eupedw] {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.todo-item.completed .todo-text[b-bfr5eupedw] {
    text-decoration: line-through;
    opacity: 0.5;
}

.todo-item input[type="checkbox"][b-bfr5eupedw] {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.todo-text[b-bfr5eupedw] {
    flex: 1;
}

.todo-stats[b-bfr5eupedw] {
    background: #667eea;
    color: white;
    padding: 1rem;
    border-radius: 6px;
    text-align: center;
    margin-top: 1rem;
}

.todo-stats p[b-bfr5eupedw] {
    margin: 0;
    font-weight: 600;
}
/* /Components/Pages/ComponentsDemo.razor.rz.scp.css */
.components-container[b-ot3rr7weg6] {
    max-width: 1000px;
    margin: 0 auto;
}

.components-container h1[b-ot3rr7weg6] {
    color: #2d3748;
    margin-bottom: 2rem;
}

.demo-section[b-ot3rr7weg6] {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

.demo-section h2[b-ot3rr7weg6] {
    color: #667eea;
    margin-top: 0;
}

.explanation[b-ot3rr7weg6] {
    color: #718096;
    background: #f7fafc;
    padding: 1rem;
    border-left: 4px solid #667eea;
    border-radius: 4px;
}

.demo-box[b-ot3rr7weg6] {
    background: #f7fafc;
    padding: 1.5rem;
    border-radius: 8px;
    margin-top: 1rem;
}

.selected-color[b-ot3rr7weg6] {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    color: white;
    font-weight: 600;
    min-width: 100px;
    text-align: center;
}

.color-buttons[b-ot3rr7weg6] {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.counter-grid[b-ot3rr7weg6] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.cart-items[b-ot3rr7weg6] {
    margin: 1rem 0;
}

.empty-cart[b-ot3rr7weg6] {
    text-align: center;
    color: #718096;
    padding: 2rem;
    font-size: 1.2rem;
}

.btn[b-ot3rr7weg6] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0.5rem 0.5rem 0.5rem 0;
}

.btn-primary[b-ot3rr7weg6] {
    background: #667eea;
    color: white;
}

.btn-primary:hover[b-ot3rr7weg6] {
    background: #5568d3;
}

.btn-secondary[b-ot3rr7weg6] {
    background: #718096;
    color: white;
}

.btn-secondary:hover[b-ot3rr7weg6] {
    background: #4a5568;
}
/* /Components/Pages/DatabaseDemo.razor.rz.scp.css */
.database-container[b-wmmt0afzml] {
    max-width: 1200px;
    margin: 0 auto;
}

.database-container h1[b-wmmt0afzml] {
    color: #2d3748;
    margin-bottom: 2rem;
}

.demo-section[b-wmmt0afzml] {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

.demo-section h2[b-wmmt0afzml] {
    color: #667eea;
    margin-top: 0;
}

.explanation[b-wmmt0afzml] {
    color: #718096;
    background: #f7fafc;
    padding: 1rem;
    border-left: 4px solid #667eea;
    border-radius: 4px;
}

.architecture-box[b-wmmt0afzml] {
    background: #edf2f7;
    padding: 1.5rem;
    border-radius: 8px;
    margin-top: 1rem;
}

.architecture-box h3[b-wmmt0afzml] {
    margin-top: 0;
    color: #2d3748;
}

.architecture-box ul[b-wmmt0afzml] {
    margin: 0;
    padding-left: 1.5rem;
}

.architecture-box li[b-wmmt0afzml] {
    padding: 0.5rem 0;
    color: #2d3748;
}

.crud-section[b-wmmt0afzml] {
    margin-bottom: 2rem;
}

.product-form[b-wmmt0afzml] {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr auto;
    gap: 1rem;
    margin-top: 1rem;
}

.input-field[b-wmmt0afzml] {
    padding: 0.75rem;
    border: 2px solid #e2e8f0;
    border-radius: 6px;
    font-size: 1rem;
}

.input-field:focus[b-wmmt0afzml] {
    outline: none;
    border-color: #667eea;
}

.input-field-small[b-wmmt0afzml] {
    width: 100%;
    padding: 0.5rem;
    border: 2px solid #e2e8f0;
    border-radius: 6px;
    margin-bottom: 0.5rem;
}

.btn[b-wmmt0afzml] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-primary[b-wmmt0afzml] {
    background: #667eea;
    color: white;
}

.btn-primary:hover[b-wmmt0afzml] {
    background: #5568d3;
}

.btn-success-small[b-wmmt0afzml], .btn-secondary-small[b-wmmt0afzml] {
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 4px;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-success-small[b-wmmt0afzml] {
    background: #48bb78;
    color: white;
}

.btn-success-small:hover[b-wmmt0afzml] {
    background: #38a169;
}

.btn-secondary-small[b-wmmt0afzml] {
    background: #718096;
    color: white;
}

.btn-secondary-small:hover[b-wmmt0afzml] {
    background: #4a5568;
}

.loading[b-wmmt0afzml] {
    text-align: center;
    padding: 2rem;
    color: #718096;
    font-size: 1.2rem;
}

.alert[b-wmmt0afzml] {
    padding: 1rem;
    border-radius: 6px;
    margin: 1rem 0;
    font-weight: 600;
}

.alert-success[b-wmmt0afzml] {
    background: #c6f6d5;
    color: #22543d;
    border-left: 4px solid #48bb78;
}

.alert-error[b-wmmt0afzml] {
    background: #fed7d7;
    color: #742a2a;
    border-left: 4px solid #f56565;
}

.products-grid[b-wmmt0afzml] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.no-products[b-wmmt0afzml] {
    text-align: center;
    color: #718096;
    padding: 2rem;
    grid-column: 1 / -1;
}

.product-card[b-wmmt0afzml] {
    background: #f7fafc;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    padding: 1.5rem;
    transition: all 0.3s ease;
}

.product-card:hover[b-wmmt0afzml] {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.product-info h4[b-wmmt0afzml] {
    margin: 0 0 0.5rem 0;
    color: #2d3748;
    font-size: 1.25rem;
}

.product-price[b-wmmt0afzml] {
    color: #667eea;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0.5rem 0;
}

.product-stock[b-wmmt0afzml] {
    color: #718096;
    margin: 0.25rem 0;
}

.product-date[b-wmmt0afzml] {
    color: #a0aec0;
    font-size: 0.875rem;
    margin: 0.5rem 0;
}

.product-actions[b-wmmt0afzml] {
    display: flex;
    gap: 0.5rem;
    margin-top: 1rem;
}

.btn-edit[b-wmmt0afzml], .btn-delete[b-wmmt0afzml] {
    flex: 1;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-edit[b-wmmt0afzml] {
    background: #667eea;
    color: white;
}

.btn-edit:hover[b-wmmt0afzml] {
    background: #5568d3;
}

.btn-delete[b-wmmt0afzml] {
    background: #f56565;
    color: white;
}

.btn-delete:hover[b-wmmt0afzml] {
    background: #e53e3e;
}

.product-edit[b-wmmt0afzml] {
    display: flex;
    flex-direction: column;
}

.edit-actions[b-wmmt0afzml] {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.5rem;
}
/* /Components/Pages/FormsDemo.razor.rz.scp.css */
.forms-container[b-9t6jzeovcs] {
    max-width: 800px;
    margin: 0 auto;
}

.forms-container h1[b-9t6jzeovcs] {
    color: #2d3748;
    margin-bottom: 2rem;
}

.demo-section[b-9t6jzeovcs] {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

.demo-section h2[b-9t6jzeovcs] {
    color: #667eea;
    margin-top: 0;
}

.explanation[b-9t6jzeovcs] {
    color: #718096;
    background: #f7fafc;
    padding: 1rem;
    border-left: 4px solid #667eea;
    border-radius: 4px;
}

.demo-box[b-9t6jzeovcs] {
    background: #f7fafc;
    padding: 1.5rem;
    border-radius: 8px;
    margin-top: 1rem;
}

.form-group[b-9t6jzeovcs] {
    margin-bottom: 1.5rem;
}

.form-group label[b-9t6jzeovcs] {
    display: block;
    margin-bottom: 0.5rem;
    color: #2d3748;
    font-weight: 600;
}

.form-row[b-9t6jzeovcs] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.input-field[b-9t6jzeovcs] {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #e2e8f0;
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.input-field:focus[b-9t6jzeovcs] {
    outline: none;
    border-color: #667eea;
}

.textarea[b-9t6jzeovcs] {
    resize: vertical;
    font-family: inherit;
}

.checkbox-group[b-9t6jzeovcs] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.checkbox-group label[b-9t6jzeovcs] {
    margin: 0;
    font-weight: normal;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.validation-error[b-9t6jzeovcs] {
    color: #f56565;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: block;
}

.validation-summary[b-9t6jzeovcs] {
    background: #fff5f5;
    color: #c53030;
    padding: 1rem;
    border-radius: 6px;
    border-left: 4px solid #f56565;
    margin-bottom: 1rem;
}

.form-actions[b-9t6jzeovcs] {
    display: flex;
    gap: 1rem;
}

.btn[b-9t6jzeovcs] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-primary[b-9t6jzeovcs] {
    background: #667eea;
    color: white;
}

.btn-primary:hover[b-9t6jzeovcs] {
    background: #5568d3;
}

.btn-secondary[b-9t6jzeovcs] {
    background: #718096;
    color: white;
}

.btn-secondary:hover[b-9t6jzeovcs] {
    background: #4a5568;
}

.alert[b-9t6jzeovcs] {
    padding: 1rem;
    border-radius: 6px;
    margin-top: 1rem;
}

.alert-success[b-9t6jzeovcs] {
    background: #c6f6d5;
    color: #22543d;
    border-left: 4px solid #48bb78;
}

.alert h4[b-9t6jzeovcs] {
    margin: 0 0 0.5rem 0;
}

.alert pre[b-9t6jzeovcs] {
    margin: 0;
    font-family: inherit;
    white-space: pre-wrap;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-container[b-w1478uyefs] {
    max-width: 1200px;
    margin: 0 auto;
}

.home-container h1[b-w1478uyefs] {
    font-size: 2.5rem;
    color: #2d3748;
    margin-bottom: 2rem;
    text-align: center;
}

.intro-card[b-w1478uyefs] {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin-bottom: 3rem;
}

.intro-card h2[b-w1478uyefs] {
    color: #667eea;
    margin-top: 0;
}

.demo-grid[b-w1478uyefs] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.demo-card[b-w1478uyefs] {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.demo-card:hover[b-w1478uyefs] {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.card-icon[b-w1478uyefs] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.demo-card h3[b-w1478uyefs] {
    color: #2d3748;
    margin: 1rem 0;
}

.demo-card p[b-w1478uyefs] {
    color: #718096;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.card-link[b-w1478uyefs] {
    display: inline-block;
    color: #667eea;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.card-link:hover[b-w1478uyefs] {
    color: #764ba2;
}

.architecture-info[b-w1478uyefs] {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.architecture-info h2[b-w1478uyefs] {
    color: #667eea;
    margin-top: 0;
}

.architecture-info ul[b-w1478uyefs] {
    list-style: none;
    padding: 0;
}

.architecture-info li[b-w1478uyefs] {
    padding: 0.75rem 0;
    border-bottom: 1px solid #e2e8f0;
}

.architecture-info li:last-child[b-w1478uyefs] {
    border-bottom: none;
}

.architecture-info strong[b-w1478uyefs] {
    color: #2d3748;
}
/* /Components/Pages/JsonStorageDemo.razor.rz.scp.css */
.json-container[b-wxn2djjo6w] {
    max-width: 1200px;
    margin: 0 auto;
}

.json-container h1[b-wxn2djjo6w] {
    color: #2d3748;
    margin-bottom: 2rem;
}

.demo-section[b-wxn2djjo6w] {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

.demo-section h2[b-wxn2djjo6w] {
    color: #667eea;
    margin-top: 0;
}

.explanation[b-wxn2djjo6w] {
    color: #718096;
    background: #f7fafc;
    padding: 1rem;
    border-left: 4px solid #667eea;
    border-radius: 4px;
}

.architecture-box[b-wxn2djjo6w] {
    background: #edf2f7;
    padding: 1.5rem;
    border-radius: 8px;
    margin-top: 1rem;
}

.architecture-box h3[b-wxn2djjo6w] {
    margin-top: 0;
    color: #2d3748;
}

.architecture-box ul[b-wxn2djjo6w] {
    margin: 0.5rem 0;
    padding-left: 1.5rem;
}

.architecture-box li[b-wxn2djjo6w] {
    padding: 0.5rem 0;
    color: #2d3748;
}

.note[b-wxn2djjo6w] {
    margin-top: 1rem;
    padding: 0.75rem;
    background: #bee3f8;
    border-radius: 6px;
    color: #2c5282;
}

.note code[b-wxn2djjo6w] {
    background: white;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
}

.crud-section[b-wxn2djjo6w] {
    margin-bottom: 2rem;
}

.note-form[b-wxn2djjo6w] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
}

.input-field[b-wxn2djjo6w], .textarea-field[b-wxn2djjo6w] {
    padding: 0.75rem;
    border: 2px solid #e2e8f0;
    border-radius: 6px;
    font-size: 1rem;
    font-family: inherit;
}

.input-field:focus[b-wxn2djjo6w], .textarea-field:focus[b-wxn2djjo6w] {
    outline: none;
    border-color: #667eea;
}

.textarea-field[b-wxn2djjo6w] {
    resize: vertical;
}

.input-field-small[b-wxn2djjo6w], .textarea-field-small[b-wxn2djjo6w] {
    width: 100%;
    padding: 0.5rem;
    border: 2px solid #e2e8f0;
    border-radius: 6px;
    margin-bottom: 0.5rem;
    font-family: inherit;
}

.textarea-field-small[b-wxn2djjo6w] {
    resize: vertical;
}

.btn[b-wxn2djjo6w] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-primary[b-wxn2djjo6w] {
    background: #667eea;
    color: white;
}

.btn-primary:hover[b-wxn2djjo6w] {
    background: #5568d3;
}

.btn-success-small[b-wxn2djjo6w], .btn-secondary-small[b-wxn2djjo6w] {
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 4px;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-success-small[b-wxn2djjo6w] {
    background: #48bb78;
    color: white;
}

.btn-success-small:hover[b-wxn2djjo6w] {
    background: #38a169;
}

.btn-secondary-small[b-wxn2djjo6w] {
    background: #718096;
    color: white;
}

.btn-secondary-small:hover[b-wxn2djjo6w] {
    background: #4a5568;
}

.loading[b-wxn2djjo6w] {
    text-align: center;
    padding: 2rem;
    color: #718096;
    font-size: 1.2rem;
}

.alert[b-wxn2djjo6w] {
    padding: 1rem;
    border-radius: 6px;
    margin: 1rem 0;
    font-weight: 600;
}

.alert-success[b-wxn2djjo6w] {
    background: #c6f6d5;
    color: #22543d;
    border-left: 4px solid #48bb78;
}

.alert-error[b-wxn2djjo6w] {
    background: #fed7d7;
    color: #742a2a;
    border-left: 4px solid #f56565;
}

.no-notes[b-wxn2djjo6w] {
    text-align: center;
    color: #718096;
    padding: 3rem;
    font-size: 1.2rem;
}

.notes-grid[b-wxn2djjo6w] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.note-card[b-wxn2djjo6w] {
    background: #fffbeb;
    border: 2px solid #fbbf24;
    border-radius: 8px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.note-card:hover[b-wxn2djjo6w] {
    box-shadow: 0 4px 12px rgba(251, 191, 36, 0.3);
    transform: translateY(-2px);
}

.note-header[b-wxn2djjo6w] {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 1rem;
}

.note-header h4[b-wxn2djjo6w] {
    margin: 0;
    color: #92400e;
    font-size: 1.25rem;
    flex: 1;
}

.note-date[b-wxn2djjo6w] {
    font-size: 0.75rem;
    color: #d97706;
    white-space: nowrap;
    margin-left: 0.5rem;
}

.note-content[b-wxn2djjo6w] {
    flex: 1;
    margin-bottom: 1rem;
}

.note-content p[b-wxn2djjo6w] {
    color: #78350f;
    line-height: 1.6;
    margin: 0;
    word-wrap: break-word;
}

.note-footer[b-wxn2djjo6w] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    border-top: 1px solid #fcd34d;
}

.note-id[b-wxn2djjo6w] {
    font-size: 0.75rem;
    color: #d97706;
    font-family: 'Courier New', monospace;
}

.note-actions[b-wxn2djjo6w] {
    display: flex;
    gap: 0.5rem;
}

.btn-edit[b-wxn2djjo6w], .btn-delete[b-wxn2djjo6w] {
    padding: 0.5rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.btn-edit[b-wxn2djjo6w] {
    background: #667eea;
    color: white;
}

.btn-edit:hover[b-wxn2djjo6w] {
    background: #5568d3;
}

.btn-delete[b-wxn2djjo6w] {
    background: #f56565;
    color: white;
}

.btn-delete:hover[b-wxn2djjo6w] {
    background: #e53e3e;
}

.note-edit[b-wxn2djjo6w] {
    display: flex;
    flex-direction: column;
}

.edit-actions[b-wxn2djjo6w] {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.comparison[b-wxn2djjo6w] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.comparison h2[b-wxn2djjo6w] {
    color: white;
}

.comparison-grid[b-wxn2djjo6w] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 1.5rem;
}

.comparison-card[b-wxn2djjo6w] {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    color: #2d3748;
}

.comparison-card h3[b-wxn2djjo6w] {
    margin-top: 0;
    color: #667eea;
    text-align: center;
}

.comparison-card h4[b-wxn2djjo6w] {
    margin: 1rem 0 0.5rem 0;
    font-size: 1rem;
}

.pros h4[b-wxn2djjo6w] {
    color: #48bb78;
}

.cons h4[b-wxn2djjo6w] {
    color: #f56565;
}

.comparison-card ul[b-wxn2djjo6w] {
    margin: 0;
    padding-left: 1.5rem;
}

.comparison-card li[b-wxn2djjo6w] {
    padding: 0.25rem 0;
    color: #4a5568;
}
/* /Components/Shared/CartItem.razor.rz.scp.css */
.cart-item[b-aadyo74mhc] {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: white;
    padding: 1rem;
    border-radius: 8px;
    margin: 0.5rem 0;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

.item-info[b-aadyo74mhc] {
    flex: 1;
}

.item-info h4[b-aadyo74mhc] {
    margin: 0;
    color: #2d3748;
}

.item-price[b-aadyo74mhc] {
    margin: 0.25rem 0 0 0;
    color: #718096;
    font-size: 0.9rem;
}

.item-controls[b-aadyo74mhc] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-qty[b-aadyo74mhc] {
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 4px;
    background: #667eea;
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
}

.btn-qty:hover[b-aadyo74mhc] {
    background: #5568d3;
}

.quantity[b-aadyo74mhc] {
    min-width: 30px;
    text-align: center;
    font-weight: 600;
    color: #2d3748;
}

.item-total[b-aadyo74mhc] {
    min-width: 80px;
    text-align: right;
    font-weight: 600;
    color: #667eea;
    font-size: 1.1rem;
}

.btn-remove[b-aadyo74mhc] {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.2rem;
    padding: 0.5rem;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.btn-remove:hover[b-aadyo74mhc] {
    opacity: 1;
}
/* /Components/Shared/ColorButton.razor.rz.scp.css */
.color-button[b-ohui7y1e2d] {
    width: 60px;
    height: 60px;
    border: 3px solid white;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.color-button:hover[b-ohui7y1e2d] {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
/* /Components/Shared/CounterComponent.razor.rz.scp.css */
.counter-component[b-5bgpvgqg7l] {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.counter-component h4[b-5bgpvgqg7l] {
    margin: 0 0 1rem 0;
    color: #2d3748;
}

.counter-display[b-5bgpvgqg7l] {
    font-size: 2.5rem;
    font-weight: bold;
    color: #667eea;
    margin: 1rem 0;
}

.counter-buttons[b-5bgpvgqg7l] {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    margin-bottom: 1rem;
}

.btn-counter[b-5bgpvgqg7l] {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: #667eea;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-counter:hover[b-5bgpvgqg7l] {
    background: #5568d3;
    transform: scale(1.1);
}

.btn-reset[b-5bgpvgqg7l] {
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 6px;
    background: #718096;
    color: white;
    cursor: pointer;
    transition: background 0.3s ease;
}

.btn-reset:hover[b-5bgpvgqg7l] {
    background: #4a5568;
}
/* /Components/Shared/UserCard.razor.rz.scp.css */
.user-card[b-9rvaowhyoz] {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: white;
    padding: 1rem;
    border-radius: 8px;
    margin: 0.5rem 0;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

.user-avatar[b-9rvaowhyoz] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
}

.user-info h4[b-9rvaowhyoz] {
    margin: 0;
    color: #2d3748;
}

.user-info p[b-9rvaowhyoz] {
    margin: 0.25rem 0 0 0;
    color: #718096;
    font-size: 0.9rem;
}
