/* /Layout/MainLayout.razor.rz.scp.css */
/* All layout styles live in wwwroot/css/app.css */
/* /Layout/NavMenu.razor.rz.scp.css */
/* All nav styles live in wwwroot/css/app.css */
/* /Pages/ManagePlans.razor.rz.scp.css */
.manage-layout[b-np6btq1ox2] {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 2rem;
    height: calc(100vh - 200px);
}

.manage-sidebar[b-np6btq1ox2] {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
}

.sidebar-header[b-np6btq1ox2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.plan-list[b-np6btq1ox2] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    overflow-y: auto;
}

.plan-item[b-np6btq1ox2] {
    padding: 1rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.plan-item:hover[b-np6btq1ox2] {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(0, 163, 255, 0.3);
}

.plan-item--active[b-np6btq1ox2] {
    background: rgba(0, 163, 255, 0.1) !important;
    border-color: #00a3ff !important;
}

.plan-item-info[b-np6btq1ox2] {
    display: flex;
    flex-direction: column;
}

.plan-item-name[b-np6btq1ox2] {
    font-weight: 700;
    color: #fff;
}

.plan-item-tag[b-np6btq1ox2] {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
}

.popular-indicator[b-np6btq1ox2] {
    color: #00f3ff;
    font-size: 1.25rem;
}

.plan-detail-card[b-np6btq1ox2] {
    padding: 2.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.detail-header[b-np6btq1ox2] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 1.5rem;
}

.detail-grid[b-np6btq1ox2] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

.section-header[b-np6btq1ox2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.item-stack[b-np6btq1ox2] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.feature-list[b-np6btq1ox2] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.feature-list li[b-np6btq1ox2] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: rgba(255, 255, 255, 0.8);
}

.check-icon[b-np6btq1ox2] {
    color: #00f3ff;
    font-weight: bold;
}

.empty-hint[b-np6btq1ox2] {
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.85rem;
    font-style: italic;
}

.stat-card[b-np6btq1ox2] {
    background: rgba(255, 255, 255, 0.05);
    padding: 1rem 1.5rem;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stat-label[b-np6btq1ox2] {
    font-size: 0.75rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 0.05em;
}

.stat-value[b-np6btq1ox2] {
    font-weight: 700;
    color: #fff;
}

.checkbox-group[b-np6btq1ox2] {
    flex-direction: row !important;
    align-items: center;
    gap: 0.75rem;
}

.checkbox-group input[b-np6btq1ox2] {
    width: auto !important;
}

/* Edit & Delete Styles */
.btn-danger[b-np6btq1ox2] {
    background: rgba(239, 68, 68, 0.1);
    color: #ef4444;
    border: 1px solid rgba(239, 68, 68, 0.3);
}

.btn-danger:hover:not(:disabled)[b-np6btq1ox2] {
    background: rgba(239, 68, 68, 0.2);
    border-color: rgba(239, 68, 68, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.2);
}

.icon-btn-danger[b-np6btq1ox2] {
    background: transparent;
    color: rgba(239, 68, 68, 0.6);
    border: none;
    cursor: pointer;
    font-size: 1.25rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.2s ease;
}

.icon-btn-danger:hover[b-np6btq1ox2] {
    color: #ef4444;
    transform: scale(1.1);
}

.stat-card:hover .icon-btn-danger[b-np6btq1ox2],
.feature-list li:hover .icon-btn-danger[b-np6btq1ox2] {
    opacity: 1;
}

.feature-list li[b-np6btq1ox2] {
    justify-content: space-between;
}
/* /Pages/ProductPlans.razor.rz.scp.css */
.plans-page[b-9z21ao8u4y] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 2rem;
    min-height: 100vh;
    color: #fff;
    font-family: 'Inter', system-ui, sans-serif;
}

.plans-page-header[b-9z21ao8u4y] {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
}

.btn-back-icon[b-9z21ao8u4y] {
    position: absolute;
    left: 0;
    top: 0;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 600;
    cursor: pointer;
    transition: color 0.2s;
}

.btn-back-icon:hover[b-9z21ao8u4y] { color: #fff; }

.product-brand-group[b-9z21ao8u4y] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.brand-icon-img[b-9z21ao8u4y] {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    object-fit: cover;
}

.brand-badge[b-9z21ao8u4y] {
    display: inline-block;
    padding: 0.4rem 1rem;
    background: rgba(0, 243, 255, 0.1);
    color: #00f3ff;
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1.5rem;
}

.plans-title[b-9z21ao8u4y] {
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 1rem;
    letter-spacing: -0.03em;
}

.plans-subtitle[b-9z21ao8u4y] {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.15rem;
    max-width: 600px;
    margin: 0 auto;
}

/* Billing Toggle */
.billing-toggle-container[b-9z21ao8u4y] {
    display: flex;
    justify-content: center;
    margin-bottom: 4rem;
}

.billing-toggle[b-9z21ao8u4y] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 0.75rem 2rem;
    border-radius: 100px;
}

.toggle-label[b-9z21ao8u4y] {
    font-size: 0.9rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: color 0.2s;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.toggle-label.active[b-9z21ao8u4y] { color: #fff; }

.discount-pill[b-9z21ao8u4y] {
    font-size: 0.65rem;
    background: #00f3ff;
    color: #000;
    padding: 0.1rem 0.6rem;
    border-radius: 4px;
    font-weight: 800;
}

.switch[b-9z21ao8u4y] {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
}

.switch input[b-9z21ao8u4y] { opacity: 0; width: 0; height: 0; }

.slider[b-9z21ao8u4y] {
    position: absolute;
    cursor: pointer;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(255, 255, 255, 0.1);
    transition: .4s;
}

.slider[b-9z21ao8u4y]:before {
    position: absolute;
    content: "";
    height: 18px; width: 18px;
    left: 4px; bottom: 4px;
    background-color: #fff;
    transition: .4s;
}

input:checked + .slider[b-9z21ao8u4y] { background-color: #00f3ff; }
input:checked + .slider[b-9z21ao8u4y]:before { transform: translateX(24px); }
.slider.round[b-9z21ao8u4y] { border-radius: 34px; }
.slider.round[b-9z21ao8u4y]:before { border-radius: 50%; }

/* Plans Grid */
.plans-grid[b-9z21ao8u4y] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    align-items: stretch;
}

.plan-card[b-9z21ao8u4y] {
    padding: 3rem 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    position: relative;
    transition: border-color 0.3s;
}

.plan-card--popular[b-9z21ao8u4y] {
    border-color: rgba(0, 243, 255, 0.4);
    background: rgba(255, 255, 255, 0.05);
}

.popular-ribbon[b-9z21ao8u4y] {
    position: absolute;
    top: 0; left: 50%;
    transform: translate(-50%, -50%);
    background: #00f3ff;
    color: #000;
    padding: 0.4rem 1.2rem;
    font-size: 0.65rem;
    font-weight: 900;
    border-radius: 100px;
    letter-spacing: 0.1em;
}

.plan-name[b-9z21ao8u4y] {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.plan-tag[b-9z21ao8u4y] {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.9rem;
}

.price-display[b-9z21ao8u4y] {
    background: rgba(255, 255, 255, 0.03);
    padding: 1.5rem;
    border-radius: 16px;
}

.price-row[b-9z21ao8u4y] {
    display: flex;
    align-items: baseline;
    gap: 0.2rem;
}

.currency[b-9z21ao8u4y] { font-size: 1.5rem; font-weight: 600; color: rgba(255, 255, 255, 0.5); }
.amount[b-9z21ao8u4y] { font-size: 3rem; font-weight: 900; }
.period[b-9z21ao8u4y] { color: rgba(255, 255, 255, 0.4); font-weight: 600; }
.price-val[b-9z21ao8u4y] { font-size: 2.5rem; font-weight: 900; }
.price-hint[b-9z21ao8u4y] { font-size: 0.75rem; color: rgba(255, 255, 255, 0.3); margin-top: 0.5rem; text-transform: uppercase; letter-spacing: 0.05em; }

.feature-stack[b-9z21ao8u4y] {
    list-style: none; padding: 0; margin: 0;
    display: flex; flex-direction: column; gap: 1rem;
}

.feature-item[b-9z21ao8u4y] {
    display: flex; align-items: flex-start; gap: 1rem;
    font-size: 0.95rem; color: rgba(255, 255, 255, 0.8);
}

.check-svg[b-9z21ao8u4y] { width: 18px; height: 18px; color: #00f3ff; flex-shrink: 0; margin-top: 0.2rem; }
.feature-item--empty[b-9z21ao8u4y] { color: rgba(255, 255, 255, 0.3); font-style: italic; }

.plan-footer[b-9z21ao8u4y] { margin-top: auto; }

.btn-checkout[b-9z21ao8u4y] {
    width: 100%; border-radius: 16px; padding: 1.2rem; font-weight: 800; font-size: 0.85rem;
    cursor: pointer; transition: all 0.2s; letter-spacing: 0.05em;
}

.btn-checkout--primary[b-9z21ao8u4y] { background: #00f3ff; color: #000; border: none; }
.btn-checkout--primary:hover[b-9z21ao8u4y] { transform: scale(1.02); box-shadow: 0 10px 30px rgba(0, 243, 255, 0.4); }

.btn-checkout--outline[b-9z21ao8u4y] { background: none; border: 1px solid rgba(255, 255, 255, 0.1); color: #fff; }
.btn-checkout--outline:hover[b-9z21ao8u4y] { background: rgba(255, 255, 255, 0.05); border-color: #fff; }

/* Glass Panels */
.glass-panel[b-9z21ao8u4y] {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 32px;
}

.spinner[b-9z21ao8u4y] {
    width: 40px; height: 40px; border: 3px solid rgba(0, 243, 255, 0.1); border-top-color: #00f3ff;
    border-radius: 50%; animation: spin-b-9z21ao8u4y 0.8s linear infinite; margin: 0 auto 1.5rem;
}

@keyframes spin-b-9z21ao8u4y { to { transform: rotate(360deg); } }

@media (max-width: 768px) {
    .plans-title[b-9z21ao8u4y] { font-size: 2.2rem; }
    .plans-grid[b-9z21ao8u4y] { grid-template-columns: 1fr; }
}
/* /Pages/Products.razor.rz.scp.css */
.store-page[b-3g7eltk2fq] {
    max-width: 1300px;
    margin: 0 auto;
    padding: 4rem 2rem;
    min-height: 100vh;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: #fff;
}

.store-header[b-3g7eltk2fq] {
    text-align: center;
    margin-bottom: 5rem;
}

.store-badge[b-3g7eltk2fq] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #00f3ff;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.badge-dot[b-3g7eltk2fq] {
    width: 8px;
    height: 8px;
    background: #00f3ff;
    border-radius: 50%;
    box-shadow: 0 0 10px #00f3ff;
}

.store-title[b-3g7eltk2fq] {
    font-size: 4rem;
    font-weight: 900;
    background: linear-gradient(135deg, #fff 0%, rgba(255,255,255,0.7) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.store-subtitle[b-3g7eltk2fq] {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.5);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.apps-grid[b-3g7eltk2fq] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 2rem;
}

.app-card[b-3g7eltk2fq] {
    padding: 2rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: relative;
    overflow: hidden;
}

.app-card:hover[b-3g7eltk2fq] {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 243, 255, 0.3);
    background: rgba(255, 255, 255, 0.06);
}

.app-card-header[b-3g7eltk2fq] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.app-icon[b-3g7eltk2fq] {
    width: 70px;
    height: 70px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 900;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    flex-shrink: 0;
}

.app-name[b-3g7eltk2fq] {
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0;
    color: #fff;
}

.app-tagline[b-3g7eltk2fq] {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.4);
    margin: 0.25rem 0 0 0;
}

.app-desc[b-3g7eltk2fq] {
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
    font-size: 0.95rem;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 4.8rem;
}

.app-footer[b-3g7eltk2fq] {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.app-stats[b-3g7eltk2fq] {
    display: flex;
    gap: 1.5rem;
}

.stat-item[b-3g7eltk2fq] {
    display: flex;
    flex-direction: column;
}

.stat-val[b-3g7eltk2fq] {
    font-weight: 700;
    font-size: 0.9rem;
}

.stat-label[b-3g7eltk2fq] {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.3);
}

.btn-explore[b-3g7eltk2fq] {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #00f3ff;
    cursor: pointer;
    transition: all 0.2s;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.btn-explore:hover[b-3g7eltk2fq] {
    background: #00f3ff;
    color: #000;
    box-shadow: 0 0 20px rgba(0, 243, 255, 0.4);
}

.store-footer[b-3g7eltk2fq] {
    margin-top: 6rem;
    text-align: center;
    padding: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.2);
    font-size: 0.75rem;
    letter-spacing: 0.05em;
}

/* Skeleton Loading */
.app-card--skeleton[b-3g7eltk2fq] {
    pointer-events: none;
    background: rgba(255,255,255,0.02);
}

.skeleton-icon[b-3g7eltk2fq] { height: 70px; width: 70px; background: rgba(255,255,255,0.05); border-radius: 18px; }
.skeleton-title[b-3g7eltk2fq] { height: 1.5rem; width: 60%; background: rgba(255,255,255,0.05); border-radius: 4px; }
.skeleton-text[b-3g7eltk2fq] { height: 4rem; width: 100%; background: rgba(255,255,255,0.03); border-radius: 4px; }
.skeleton-btn[b-3g7eltk2fq] { height: 2.5rem; width: 100px; background: rgba(255,255,255,0.05); border-radius: 12px; margin-left: auto; }

/* Glass Panels */
.glass-panel[b-3g7eltk2fq] {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 24px;
}

@media (max-width: 768px) {
    .store-title[b-3g7eltk2fq] { font-size: 2.5rem; }
    .apps-grid[b-3g7eltk2fq] { grid-template-columns: 1fr; }
}
