/* _content/Boardom/Components/Layout/MainLayout.razor.rz.scp.css */
.landing-layout[b-jzmonoq4w1] {
    width: 100%;
    min-height: 100vh;
}

.page[b-jzmonoq4w1] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-jzmonoq4w1] {
    flex: 1;
    background: linear-gradient(135deg, #0f1419 0%, #1a2332 50%, #0f1419 100%);
    min-height: 100vh;
}

.sidebar[b-jzmonoq4w1] {
    background: linear-gradient(180deg, #0f1419 0%, #1a2332 100%);
    border-right: 1px solid rgba(59, 125, 217, 0.1);
}

.top-row[b-jzmonoq4w1] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-jzmonoq4w1]  a,
.top-row[b-jzmonoq4w1]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-jzmonoq4w1]  a:hover,
.top-row[b-jzmonoq4w1]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-jzmonoq4w1]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-jzmonoq4w1] {
        justify-content: space-between;
    }

    .top-row[b-jzmonoq4w1]  a,
    .top-row[b-jzmonoq4w1]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-jzmonoq4w1] {
        flex-direction: row;
    }

    .sidebar[b-jzmonoq4w1] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-jzmonoq4w1] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-jzmonoq4w1]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-jzmonoq4w1],
    article[b-jzmonoq4w1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-jzmonoq4w1] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-jzmonoq4w1] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/Boardom/Components/Layout/NavMenu.razor.rz.scp.css */
.nav-toggle-checkbox[b-blhgllxnut] {
    display: none;
}

.navbar-toggler[b-blhgllxnut] {
    appearance: none;
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    border: none;
    background: transparent;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;
    transition: all 0.3s ease;
}

.navbar-toggler[b-blhgllxnut]::before,
.navbar-toggler[b-blhgllxnut]::after {
    content: '';
    display: block;
    width: 1.5rem;
    height: 2px;
    background: white;
    border-radius: 1px;
    transition: all 0.3s ease;
}

.navbar-toggler[b-blhgllxnut]::before {
    box-shadow: 0 0.6rem 0 white;
}

.nav-toggle-checkbox:checked~.top-row .navbar-toggler[b-blhgllxnut]::before {
    transform: rotate(45deg) translateY(0.85rem);
    box-shadow: none;
}

.nav-toggle-checkbox:checked~.top-row .navbar-toggler[b-blhgllxnut]::after {
    transform: rotate(-45deg) translateY(-0.85rem);
}

.top-row[b-blhgllxnut] {
    height: 4rem;
    background: #0f1419;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(59, 125, 217, 0.15);
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.navbar-container[b-blhgllxnut] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand[b-blhgllxnut] {
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    letter-spacing: -0.3px;
    transition: all 0.3s ease;
}

.navbar-brand:hover[b-blhgllxnut] {
    text-shadow: 0 0 10px rgba(59, 125, 217, 0.3);
}

.brand-icon[b-blhgllxnut] {
    font-size: 1.5rem;
    display: inline-flex;
    align-items: center;
}

.brand-text[b-blhgllxnut] {
    display: inline;
}

.bi[b-blhgllxnut] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.nav-menu[b-blhgllxnut] {
    padding: 1.5rem 0;
}

.nav-section[b-blhgllxnut] {
    margin-bottom: 0;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.nav-section:last-of-type[b-blhgllxnut] {
    border-bottom: none;
}

.tour-btn[b-blhgllxnut] {
    cursor: pointer;
    background: transparent;
    border: none;
    text-align: left;
    width: 100%;
}

.nav-section:first-of-type[b-blhgllxnut] {
    margin-top: 0;
}

.nav-section-title[b-blhgllxnut] {
    font-size: 0.7rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.35);
    padding: 0.8rem 1.5rem 0.8rem;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.nav-item[b-blhgllxnut] {
    margin: 0.3rem 0.5rem;
}

.nav-item:hover[b-blhgllxnut] {
    background: rgba(59, 125, 217, 0.1);
    border-radius: 8px;
}

.nav-item[b-blhgllxnut]  .nav-link {
    color: rgba(232, 238, 247, 0.75);
    background: transparent;
    border: none;
    border-radius: 8px;
    height: 3rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0 1.5rem;
    width: 100%;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    font-weight: 500;
}

.nav-item[b-blhgllxnut]  .nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, transparent 0%, #fff 100%);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s ease;
}

.nav-item[b-blhgllxnut]  a.active {
    background: rgba(59, 125, 217, 0.15);
    color: #e8eef7;
    box-shadow: 0 4px 12px rgba(59, 125, 217, 0.15);
}

.nav-item[b-blhgllxnut]  a.active::before {
    transform: scaleY(1);
}

.nav-item[b-blhgllxnut]  .nav-link:hover:not(.disabled) {
    background: rgba(59, 125, 217, 0.1);
    color: #e8eef7;
    transform: translateX(4px);
}

.nav-item[b-blhgllxnut]  .nav-link.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.nav-icon[b-blhgllxnut] {
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    width: 1.5rem;
    justify-content: center;
    opacity: 0.9;
}

.nav-text[b-blhgllxnut] {
    flex: 1;
    display: inline;
}

.nav-badge[b-blhgllxnut] {
    display: inline-block;
    background: rgba(249, 115, 22, 0.25);
    color: #f97316;
    padding: 0.25rem 0.7rem;
    border-radius: 3px;
    font-size: 0.6rem;
    font-weight: 800;
    margin-left: auto;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    border: 1px solid rgba(249, 115, 22, 0.3);
}

.nav-scrollable[b-blhgllxnut] {
    display: none;
    position: fixed;
    top: 4rem;
    left: 0;
    width: 100%;
    background: #0f1419;
    height: calc(100vh - 4rem);
    overflow-y: auto;
    z-index: 999;
    box-shadow: 4px 0 12px rgba(0, 0, 0, 0.3);
}

.nav-toggle-checkbox:checked~.nav-scrollable[b-blhgllxnut] {
    display: block;
    animation: slideIn-b-blhgllxnut 0.3s ease-out;
}

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

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 641px) {
    .navbar-toggler[b-blhgllxnut] {
        display: none;
    }

    .nav-scrollable[b-blhgllxnut] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        position: static;
        width: auto;
        height: calc(100vh - 4rem);
        overflow-y: auto;
        background: transparent;
        top: auto;
        box-shadow: none;
        animation: none;
    }

    .nav-toggle-checkbox:checked~.nav-scrollable[b-blhgllxnut] {
        animation: none;
    }
}

.logout-btn[b-blhgllxnut] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}
/* _content/Boardom/Components/Pages/Analytics.razor.rz.scp.css */
/* ===== Analytics Container ===== */
.analytics-container[b-b144rl35tv] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.analytics-header[b-b144rl35tv] {
    margin-bottom: 2rem;
    animation: fadeInDown-b-b144rl35tv 0.6s ease-out;
}

.analytics-title[b-b144rl35tv] {
    font-size: 2.8rem;
    color: #e8eef7;
    font-weight: 600;
    letter-spacing: -0.3px;
    margin: 0 0 0.5rem 0;
    text-align: center;
}

.analytics-subtitle[b-b144rl35tv] {
    font-size: 0.95rem;
    color: #b0b9c3;
    text-align: center;
    letter-spacing: 0.3px;
    margin: 0;
}

/* ===== Device Selection Modal ===== */
.analytics-overlay[b-b144rl35tv] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1.5rem;
    animation: fadeIn-b-b144rl35tv 0.3s ease-out;
}

.analytics-modal[b-b144rl35tv] {
    width: 100%;
    max-width: 520px;
    background: linear-gradient(135deg, rgba(26, 35, 50, 0.95) 0%, rgba(26, 35, 50, 0.8) 100%);
    border-radius: 16px;
    border: 1px solid rgba(59, 125, 217, 0.2);
    padding: 2.5rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    animation: slideUp-b-b144rl35tv 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.modal-title[b-b144rl35tv] {
    font-size: 1.75rem;
    color: #e8eef7;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    text-align: center;
}

.modal-subtitle[b-b144rl35tv] {
    font-size: 0.9rem;
    color: #7a8fa3;
    text-align: center;
    margin: 0 0 1.5rem 0;
}

/* ===== Device List ===== */
.device-list[b-b144rl35tv] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-height: 400px;
    overflow-y: auto;
    margin-bottom: 1.5rem;
    padding-right: 0.5rem;
}

.device-list[b-b144rl35tv]::-webkit-scrollbar {
    width: 6px;
}

.device-list[b-b144rl35tv]::-webkit-scrollbar-track {
    background: rgba(59, 125, 217, 0.05);
    border-radius: 3px;
}

.device-list[b-b144rl35tv]::-webkit-scrollbar-thumb {
    background: rgba(59, 125, 217, 0.2);
    border-radius: 3px;
}

.device-list[b-b144rl35tv]::-webkit-scrollbar-thumb:hover {
    background: rgba(59, 125, 217, 0.3);
}

.device-item[b-b144rl35tv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: rgba(59, 125, 217, 0.08);
    border: 1px solid rgba(59, 125, 217, 0.15);
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.device-item:hover[b-b144rl35tv] {
    background: rgba(59, 125, 217, 0.15);
    border-color: rgba(59, 125, 217, 0.3);
    transform: translateX(4px);
}

.device-name[b-b144rl35tv] {
    color: #e8eef7;
    font-weight: 500;
    font-size: 0.95rem;
}

.device-status[b-b144rl35tv] {
    font-size: 0.75rem;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.device-status.online[b-b144rl35tv] {
    background: rgba(16, 185, 129, 0.2);
    color: #10b981;
    border: 1px solid rgba(16, 185, 129, 0.3);
}

.device-status.offline[b-b144rl35tv] {
    background: rgba(239, 68, 68, 0.2);
    color: #ef4444;
    border: 1px solid rgba(239, 68, 68, 0.3);
}

/* ===== Selection Mode ===== */
.selection-mode[b-b144rl35tv] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.selection-mode label[b-b144rl35tv] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #e8eef7;
    font-weight: 500;
    cursor: pointer;
}

.selection-mode input[type="radio"][b-b144rl35tv] {
    accent-color: #3b7dd9;
}

/* ===== Group List ===== */
.group-list[b-b144rl35tv] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-height: 400px;
    overflow-y: auto;
    margin-bottom: 1.5rem;
    padding-right: 0.5rem;
}

.group-list[b-b144rl35tv]::-webkit-scrollbar {
    width: 6px;
}

.group-list[b-b144rl35tv]::-webkit-scrollbar-track {
    background: rgba(59, 125, 217, 0.05);
    border-radius: 3px;
}

.group-list[b-b144rl35tv]::-webkit-scrollbar-thumb {
    background: rgba(59, 125, 217, 0.2);
    border-radius: 3px;
}

.group-list[b-b144rl35tv]::-webkit-scrollbar-thumb:hover {
    background: rgba(59, 125, 217, 0.3);
}

.group-item[b-b144rl35tv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: rgba(59, 125, 217, 0.08);
    border: 1px solid rgba(59, 125, 217, 0.15);
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.group-item:hover[b-b144rl35tv] {
    background: rgba(59, 125, 217, 0.15);
    border-color: rgba(59, 125, 217, 0.3);
    transform: translateX(4px);
}

.group-name[b-b144rl35tv] {
    color: #e8eef7;
    font-weight: 500;
    font-size: 0.95rem;
}

.group-device-count[b-b144rl35tv] {
    color: #b0b9c3;
    font-size: 0.8rem;
    font-weight: 400;
}

/* ===== Modal Actions ===== */
.modal-actions[b-b144rl35tv] {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
}

/* ===== Analytics Controls ===== */
.analytics-controls[b-b144rl35tv] {
    background: linear-gradient(135deg, rgba(26, 35, 50, 0.8) 0%, rgba(26, 35, 50, 0.6) 100%);
    border: 1px solid rgba(59, 125, 217, 0.15);
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2rem;
    animation: fadeInUp-b-b144rl35tv 0.6s ease-out;
    max-width: 45%;
    margin-left: auto;
    margin-right: auto;
}

/* ===== Selected Device Display ===== */
.selected-device-display[b-b144rl35tv] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    background: rgba(59, 125, 217, 0.08);
    border: 1px solid rgba(59, 125, 217, 0.2);
    border-radius: 8px;
    margin-bottom: 2rem;
}

.selected-device-display:hover[b-b144rl35tv] {
    cursor: pointer;
}

.selected-device-label[b-b144rl35tv] {
    font-size: 1rem;
    font-weight: 600;
    color: #b0b9c3;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.selected-device-name[b-b144rl35tv] {
    font-size: 1rem;
    font-weight: 600;
    color: #10b981;
}

.control-group[b-b144rl35tv] {
    margin-bottom: 1.5rem;
}

.control-group:last-of-type[b-b144rl35tv] {
    margin-bottom: 2rem;
}

.control-label[b-b144rl35tv] {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #b0b9c3;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.control-hint[b-b144rl35tv] {
    font-size: 0.75rem;
    color: #7a8fa3;
    margin-top: 0.4rem;
    margin-bottom: 0;
    letter-spacing: 0.1px;
}

.analytics-select[b-b144rl35tv],
.analytics-date[b-b144rl35tv] {
    width: 100%;
    padding: 0.75rem 1rem;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(59, 125, 217, 0.2);
    border-radius: 8px;
    color: #e8eef7;
    font-size: 0.95rem;
    font-family: inherit;
    transition: all 0.3s ease;
}

.analytics-select:hover[b-b144rl35tv],
.analytics-date:hover[b-b144rl35tv] {
    border-color: rgba(59, 125, 217, 0.3);
    background: rgba(0, 0, 0, 0.25);
}

.analytics-select:focus[b-b144rl35tv],
.analytics-date:focus[b-b144rl35tv] {
    outline: none;
    border-color: #3b7dd9;
    background: rgba(59, 125, 217, 0.1);
    box-shadow: 0 0 0 3px rgba(59, 125, 217, 0.1);
}

.analytics-select option[b-b144rl35tv] {
    background: #1a2332;
    color: #e8eef7;
}

/* ===== Control Actions ===== */
.control-actions[b-b144rl35tv] {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
}

/* ===== Analytics Content ===== */
.analytics-content[b-b144rl35tv] {
    animation: fadeInUp-b-b144rl35tv 0.6s ease-out 0.1s backwards;
}

.chart-placeholder[b-b144rl35tv] {
    background: linear-gradient(135deg, rgba(26, 35, 50, 0.8) 0%, rgba(26, 35, 50, 0.6) 100%);
    border: 1px dashed rgba(59, 125, 217, 0.2);
    border-radius: 12px;
    padding: 4rem 2rem;
    text-align: center;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.chart-icon[b-b144rl35tv] {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    opacity: 0.8;
}

.chart-text[b-b144rl35tv] {
    color: #7a8fa3;
    font-size: 1rem;
    margin: 0;
}

/* ===== Animations ===== */
@keyframes fadeIn-b-b144rl35tv {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeInDown-b-b144rl35tv {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp-b-b144rl35tv {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideUp-b-b144rl35tv {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== Responsive Design ===== */
@media (max-width: 768px) {
    .analytics-title[b-b144rl35tv] {
        font-size: 2rem;
    }

    .analytics-modal[b-b144rl35tv] {
        padding: 1.5rem;
    }

    .analytics-controls[b-b144rl35tv] {
        padding: 1.5rem;
    }

    .control-actions[b-b144rl35tv] {
        flex-direction: column;
    }

    .control-actions .btn[b-b144rl35tv] {
        width: 100%;
    }

    .chart-placeholder[b-b144rl35tv] {
        padding: 2rem 1rem;
        min-height: 300px;
    }

    .chart-icon[b-b144rl35tv] {
        font-size: 2.5rem;
    }
}

@media (max-width: 480px) {
    .analytics-container[b-b144rl35tv] {
        padding: 1rem 0.5rem;
    }

    .analytics-title[b-b144rl35tv] {
        font-size: 1.75rem;
    }

    .analytics-modal[b-b144rl35tv] {
        max-width: 100%;
        padding: 1rem;
    }

    .device-item[b-b144rl35tv] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .device-status[b-b144rl35tv] {
        align-self: flex-start;
    }
}
/* _content/Boardom/Components/Pages/Error.razor.rz.scp.css */
.error-page[b-2dcadgge7o] {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
  padding: 2rem;
}

.error-container[b-2dcadgge7o] {
  text-align: center;
  max-width: 600px;
  width: 100%;
  animation: fadeIn-b-2dcadgge7o 0.6s ease-out;
}

.error-icon[b-2dcadgge7o] {
  font-size: 4rem;
  margin-bottom: 1.5rem;
}

.error-title[b-2dcadgge7o] {
  font-size: 2.5rem;
  font-weight: 700;
  color: #e8eef7;
  margin: 0 0 0.75rem 0;
}

.error-subtitle[b-2dcadgge7o] {
  font-size: 1.1rem;
  color: #7a8fa3;
  margin: 0 0 2rem 0;
  line-height: 1.6;
}

.error-detail[b-2dcadgge7o] {
  display: inline-flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem 2rem;
  background: rgba(59, 125, 217, 0.1);
  border: 1px solid rgba(59, 125, 217, 0.2);
  border-radius: 10px;
  margin-bottom: 2rem;
}

.error-detail-label[b-2dcadgge7o] {
  font-size: 0.75rem;
  font-weight: 700;
  color: #7a8fa3;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.error-detail-value[b-2dcadgge7o] {
  font-size: 0.9rem;
  color: #3b7dd9;
  font-family: 'SF Mono', 'Fira Code', monospace;
  background: transparent;
}

.error-info[b-2dcadgge7o] {
  text-align: left;
  padding: 2rem;
  background: linear-gradient(135deg, rgba(26, 35, 50, 0.8) 0%, rgba(26, 35, 50, 0.4) 100%);
  border-radius: 12px;
  border: 1px solid rgba(59, 125, 217, 0.15);
  margin-bottom: 2rem;
}

.error-info-title[b-2dcadgge7o] {
  font-size: 1.1rem;
  font-weight: 700;
  color: #e8eef7;
  margin: 0 0 1rem 0;
}

.error-info-text[b-2dcadgge7o] {
  font-size: 0.9rem;
  color: #b0b9c3;
  line-height: 1.7;
  margin: 0 0 1rem 0;
}

.error-info-text:last-child[b-2dcadgge7o] {
  margin-bottom: 0;
}

.error-info-text strong[b-2dcadgge7o] {
  color: #e8eef7;
}

.error-btn[b-2dcadgge7o] {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 2rem;
  background: linear-gradient(135deg, #3b7dd9 0%, #2c5aa0 100%);
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(59, 125, 217, 0.3);
}

.error-btn:hover[b-2dcadgge7o] {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(59, 125, 217, 0.4);
  color: white;
}

@keyframes fadeIn-b-2dcadgge7o {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* _content/Boardom/Components/Pages/HowTo.razor.rz.scp.css */
/* ── Page shell ─────────────────────────────────────────── */
.howto-page[b-dy0lukff2g] {
  min-height: 100vh;
  background: linear-gradient(135deg, #0f1419 0%, #1a2332 50%, #0f1419 100%);
  color: #e8eef7;
  position: relative;
  overflow-x: hidden;
}

.bg-gradient[b-dy0lukff2g] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at 20% 20%, rgba(59, 125, 217, 0.08) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 80%, rgba(59, 125, 217, 0.05) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}

.bg-accent[b-dy0lukff2g] {
  position: fixed;
  top: -30%;
  right: -20%;
  width: 60%;
  height: 60%;
  background: radial-gradient(circle, rgba(59, 125, 217, 0.04) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* ── Navigation ─────────────────────────────────────────── */
.howto-nav[b-dy0lukff2g] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  height: 4rem;
  background: rgba(15, 20, 25, 0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(59, 125, 217, 0.12);
}

.howto-nav .nav-brand[b-dy0lukff2g] {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
  color: #e8eef7;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: -0.3px;
}

.howto-nav .nav-logo[b-dy0lukff2g] {
  font-size: 1.4rem;
  color: #3b7dd9;
}

.howto-nav .nav-links[b-dy0lukff2g] {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.howto-nav .nav-link[b-dy0lukff2g] {
  color: rgba(232, 238, 247, 0.7);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s;
}

.howto-nav .nav-link:hover[b-dy0lukff2g] {
  color: #e8eef7;
}

.howto-nav .nav-cta[b-dy0lukff2g] {
  background: linear-gradient(135deg, #3b7dd9, #2563b0);
  color: white;
  border: none;
  border-radius: 8px;
  padding: 0.5rem 1.2rem;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

.howto-nav .nav-cta:hover[b-dy0lukff2g] {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(59, 125, 217, 0.35);
}

/* ── Layout ─────────────────────────────────────────────── */
.howto-layout[b-dy0lukff2g] {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
  padding: 6rem 2rem 4rem;
  position: relative;
  z-index: 1;
}

/* ── Table of Contents ──────────────────────────────────── */
.howto-toc[b-dy0lukff2g] {
  position: sticky;
  top: 5.5rem;
  align-self: start;
  height: fit-content;
}

.toc-inner[b-dy0lukff2g] {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 1.5rem;
}

.toc-title[b-dy0lukff2g] {
  font-size: 0.7rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.toc-link[b-dy0lukff2g] {
  display: block;
  color: rgba(232, 238, 247, 0.65);
  text-decoration: none;
  font-size: 0.85rem;
  padding: 0.45rem 0.75rem;
  margin: 0.1rem 0;
  border-radius: 6px;
  transition: all 0.2s;
  border-left: 2px solid transparent;
}

.toc-link:hover[b-dy0lukff2g] {
  color: #e8eef7;
  background: rgba(59, 125, 217, 0.1);
  border-left-color: #3b7dd9;
  padding-left: 1rem;
}

/* ── Hero ───────────────────────────────────────────────── */
.howto-hero[b-dy0lukff2g] {
  margin-bottom: 3rem;
}

.hero-badge[b-dy0lukff2g] {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(59, 125, 217, 0.12);
  border: 1px solid rgba(59, 125, 217, 0.25);
  border-radius: 20px;
  padding: 0.35rem 1rem;
  font-size: 0.8rem;
  color: #93b4ea;
  margin-bottom: 1.2rem;
  font-weight: 600;
}

.howto-title[b-dy0lukff2g] {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 1rem;
}

.text-highlight[b-dy0lukff2g] {
  background: linear-gradient(135deg, #3b7dd9, #60a5fa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.howto-subtitle[b-dy0lukff2g] {
  color: rgba(232, 238, 247, 0.65);
  font-size: 1.1rem;
  line-height: 1.7;
  max-width: 620px;
}

/* ── Sections ───────────────────────────────────────────── */
.howto-section[b-dy0lukff2g] {
  margin-bottom: 4rem;
  scroll-margin-top: 5.5rem;
}

.section-header[b-dy0lukff2g] {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 1.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(59, 125, 217, 0.15);
}

.section-number[b-dy0lukff2g] {
  font-size: 0.75rem;
  font-weight: 800;
  color: #3b7dd9;
  letter-spacing: 1px;
  opacity: 0.8;
}

.section-title[b-dy0lukff2g] {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #e8eef7;
}

.section-intro[b-dy0lukff2g] {
  color: rgba(232, 238, 247, 0.75);
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 1.5rem;
}

.section-para[b-dy0lukff2g] {
  color: rgba(232, 238, 247, 0.75);
  font-size: 0.95rem;
  line-height: 1.75;
  margin-bottom: 1rem;
}

.sub-heading[b-dy0lukff2g] {
  font-size: 1.05rem;
  font-weight: 700;
  color: #e8eef7;
  margin: 1.8rem 0 0.8rem;
}

/* ── Info Card ──────────────────────────────────────────── */
.info-card[b-dy0lukff2g] {
  display: flex;
  gap: 1.2rem;
  background: rgba(59, 125, 217, 0.06);
  border: 1px solid rgba(59, 125, 217, 0.18);
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.info-card-icon[b-dy0lukff2g] {
  font-size: 1.8rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.info-card h3[b-dy0lukff2g] {
  font-size: 1rem;
  font-weight: 700;
  color: #e8eef7;
  margin-bottom: 0.7rem;
}

/* ── Lists ──────────────────────────────────────────────── */
.howto-list[b-dy0lukff2g] {
  color: rgba(232, 238, 247, 0.75);
  padding-left: 1.2rem;
  margin: 0;
  line-height: 1.9;
  font-size: 0.95rem;
}

.howto-list.numbered[b-dy0lukff2g] {
  list-style-type: decimal;
  padding-left: 1.5rem;
}

/* ── Wiring Grid ────────────────────────────────────────── */
.wiring-grid[b-dy0lukff2g] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.wiring-card[b-dy0lukff2g] {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 1.2rem;
  text-align: center;
}

.wiring-icon[b-dy0lukff2g] {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.wiring-name[b-dy0lukff2g] {
  font-weight: 700;
  font-size: 1rem;
  color: #e8eef7;
  margin-bottom: 0.2rem;
}

.wiring-desc[b-dy0lukff2g] {
  font-size: 0.78rem;
  color: rgba(232, 238, 247, 0.5);
  margin-bottom: 1rem;
}

.wiring-pins[b-dy0lukff2g] {
  text-align: left;
}

.pin-row[b-dy0lukff2g] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  margin-bottom: 0.3rem;
}

.pin-label[b-dy0lukff2g] {
  font-weight: 600;
  color: #93b4ea;
  min-width: 55px;
  font-size: 0.78rem;
}

.pin-arrow[b-dy0lukff2g] {
  color: rgba(232, 238, 247, 0.3);
}

.pin-target[b-dy0lukff2g] {
  color: rgba(232, 238, 247, 0.7);
  font-family: 'Courier New', monospace;
  font-size: 0.78rem;
}

/* ── Tip Box ────────────────────────────────────────────── */
.tip-box[b-dy0lukff2g] {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: rgba(59, 125, 217, 0.08);
  border: 1px solid rgba(59, 125, 217, 0.2);
  border-radius: 10px;
  padding: 1rem 1.2rem;
  margin: 1.2rem 0;
  font-size: 0.9rem;
  color: rgba(232, 238, 247, 0.8);
  line-height: 1.65;
}

.tip-box.warning[b-dy0lukff2g] {
  background: rgba(245, 158, 11, 0.07);
  border-color: rgba(245, 158, 11, 0.25);
}

.tip-icon[b-dy0lukff2g] {
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 0.05rem;
}

/* ── Steps Flow ─────────────────────────────────────────── */
.steps-flow[b-dy0lukff2g] {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 1.5rem;
}

.step-card[b-dy0lukff2g] {
  display: flex;
  gap: 1.2rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 1.3rem 1.5rem;
}

.step-connector[b-dy0lukff2g] {
  text-align: left;
  padding-left: 1.55rem;
  color: rgba(59, 125, 217, 0.4);
  font-size: 1.2rem;
  line-height: 1.4;
  height: 1.6rem;
}

.step-num[b-dy0lukff2g] {
  background: linear-gradient(135deg, #3b7dd9, #2563b0);
  color: white;
  font-size: 0.85rem;
  font-weight: 800;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.step-body h4[b-dy0lukff2g] {
  font-size: 1rem;
  font-weight: 700;
  color: #e8eef7;
  margin-bottom: 0.45rem;
}

.step-body p[b-dy0lukff2g] {
  font-size: 0.9rem;
  color: rgba(232, 238, 247, 0.7);
  line-height: 1.7;
  margin: 0;
}

/* ── Inline helpers ─────────────────────────────────────── */
.inline-badge[b-dy0lukff2g] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #3b7dd9, #2563b0);
  color: white;
  border-radius: 50%;
  width: 1.4rem;
  height: 1.4rem;
  font-size: 1rem;
  font-weight: 700;
  vertical-align: middle;
}

.inline-link[b-dy0lukff2g] {
  color: #60a5fa;
  text-decoration: none;
  border-bottom: 1px solid rgba(96, 165, 250, 0.35);
  transition: border-color 0.2s;
}

.inline-link:hover[b-dy0lukff2g] {
  border-bottom-color: #60a5fa;
}

/* ── Feature Grid ───────────────────────────────────────── */
.feature-grid[b-dy0lukff2g] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.feature-card[b-dy0lukff2g] {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 1.3rem;
  border-left: 3px solid #3b7dd9;
  transition: transform 0.2s;
}

.feature-card:hover[b-dy0lukff2g] {
  transform: translateY(-3px);
}

.feature-icon[b-dy0lukff2g] {
  font-size: 0.9rem;
  color: #3b7dd9;
  margin-bottom: 0.6rem;
}

.feature-card h4[b-dy0lukff2g] {
  font-size: 0.95rem;
  font-weight: 700;
  color: #e8eef7;
  margin-bottom: 0.5rem;
}

.feature-card p[b-dy0lukff2g] {
  font-size: 0.85rem;
  color: rgba(232, 238, 247, 0.65);
  line-height: 1.65;
  margin: 0;
}

/* ── Detail List ────────────────────────────────────────── */
.detail-list[b-dy0lukff2g] {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 1.2rem;
}

.detail-row[b-dy0lukff2g] {
  display: flex;
  gap: 1.5rem;
  padding: 0.85rem 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.9rem;
}

.detail-row:last-child[b-dy0lukff2g] {
  border-bottom: none;
}

.detail-key[b-dy0lukff2g] {
  flex: 0 0 160px;
  font-weight: 600;
  color: #93b4ea;
}

.detail-val[b-dy0lukff2g] {
  color: rgba(232, 238, 247, 0.7);
  line-height: 1.55;
}

/* ── FAB Guide ──────────────────────────────────────────── */
.fab-guide[b-dy0lukff2g] {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 1.5rem;
}

.fab-item[b-dy0lukff2g] {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 1.1rem 1.4rem;
}

.fab-icon-sample[b-dy0lukff2g] {
  width: 2.4rem;
  height: 2.4rem;
  background: linear-gradient(135deg, #3b7dd9, #2563b0);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1rem;
  font-weight: 700;
  flex-shrink: 0;
  text-align: center;
  line-height: 2.4rem;
}

.fab-item h4[b-dy0lukff2g] {
  font-size: 0.95rem;
  font-weight: 700;
  color: #e8eef7;
  margin-bottom: 0.3rem;
}

.fab-item p[b-dy0lukff2g] {
  font-size: 0.88rem;
  color: rgba(232, 238, 247, 0.65);
  line-height: 1.65;
  margin: 0;
}

/* ── CTA Footer ─────────────────────────────────────────── */
.howto-cta[b-dy0lukff2g] {
  text-align: center;
  padding: 3rem 2rem;
  background: rgba(59, 125, 217, 0.06);
  border: 1px solid rgba(59, 125, 217, 0.15);
  border-radius: 16px;
  margin-top: 2rem;
}

.howto-cta h2[b-dy0lukff2g] {
  font-size: 1.8rem;
  font-weight: 700;
  color: #e8eef7;
  margin-bottom: 0.7rem;
}

.howto-cta p[b-dy0lukff2g] {
  color: rgba(232, 238, 247, 0.65);
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.btn-primary-cta[b-dy0lukff2g] {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: linear-gradient(135deg, #3b7dd9, #2563b0);
  color: white;
  border: none;
  border-radius: 10px;
  padding: 0.85rem 2rem;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-primary-cta:hover[b-dy0lukff2g] {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(59, 125, 217, 0.35);
}

.btn-icon[b-dy0lukff2g] {
  font-size: 1.1rem;
}

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 900px) {
  .howto-layout[b-dy0lukff2g] {
    grid-template-columns: 1fr;
    padding-top: 5rem;
  }

  .howto-toc[b-dy0lukff2g] {
    position: static;
  }

  .toc-inner[b-dy0lukff2g] {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0.5rem;
    padding: 0.8rem 1rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .toc-inner[b-dy0lukff2g]::-webkit-scrollbar {
    display: none;
  }

  .toc-title[b-dy0lukff2g] {
    display: none;
  }

  .toc-link[b-dy0lukff2g] {
    white-space: nowrap;
    border-left: none;
    border-bottom: 2px solid transparent;
    border-radius: 6px;
    padding: 0.35rem 0.9rem;
  }

  .toc-link:hover[b-dy0lukff2g] {
    padding-left: 0.9rem;
    border-bottom-color: #3b7dd9;
    border-left-color: transparent;
  }

  .wiring-grid[b-dy0lukff2g] {
    grid-template-columns: 1fr;
  }

  .feature-grid[b-dy0lukff2g] {
    grid-template-columns: 1fr;
  }

  .howto-title[b-dy0lukff2g] {
    font-size: 1.9rem;
  }
}

@media (max-width: 600px) {
  .howto-nav[b-dy0lukff2g] {
    padding: 0 1rem;
  }

  .detail-row[b-dy0lukff2g] {
    flex-direction: column;
    gap: 0.3rem;
  }

  .detail-key[b-dy0lukff2g] {
    flex: none;
  }
}
/* _content/Boardom/Components/Pages/Login.razor.rz.scp.css */
/* ===== Landing Page Base ===== */
.landing-page[b-8ccei3rh1p] {
  min-height: 100vh;
  background: linear-gradient(135deg, #0f1419 0%, #1a2332 50%, #0f1419 100%);
  color: #e8eef7;
  font-family: inherit;
  overflow-x: hidden;
  position: relative;
}

/* ===== Background Effects ===== */
.bg-gradient[b-8ccei3rh1p] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg,
      transparent 0%,
      rgba(44, 90, 160, 0.05) 25%,
      transparent 50%,
      rgba(44, 90, 160, 0.03) 75%,
      transparent 100%);
  pointer-events: none;
  z-index: 0;
}

.bg-accent[b-8ccei3rh1p] {
  position: fixed;
  top: 30%;
  left: 50%;
  width: 1000px;
  height: 1000px;
  background: radial-gradient(circle, rgba(59, 125, 217, 0.08) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
}

.floating-shapes[b-8ccei3rh1p] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.shape[b-8ccei3rh1p] {
  position: absolute;
  border-radius: 50%;
  background: rgba(59, 125, 217, 0.1);
  animation: float-b-8ccei3rh1p 20s ease-in-out infinite;
}

.shape-1[b-8ccei3rh1p] {
  width: 300px;
  height: 300px;
  top: 10%;
  right: 10%;
  animation-delay: 0s;
}

.shape-2[b-8ccei3rh1p] {
  width: 200px;
  height: 200px;
  bottom: 20%;
  left: 5%;
  animation-delay: -5s;
}

.shape-3[b-8ccei3rh1p] {
  width: 150px;
  height: 150px;
  top: 60%;
  right: 20%;
  animation-delay: -10s;
}

/* ===== Navigation ===== */
.landing-nav[b-8ccei3rh1p] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 4rem;
  background: rgba(15, 20, 25, 0.8);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(59, 125, 217, 0.1);
  z-index: 100;
}

.nav-brand[b-8ccei3rh1p] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.nav-logo[b-8ccei3rh1p] {
  font-size: 1.5rem;
  color: #3b7dd9;
  filter: drop-shadow(0 0 8px rgba(59, 125, 217, 0.4));
}

.nav-title[b-8ccei3rh1p] {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #e8eef7;
}

.nav-links[b-8ccei3rh1p] {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav-link[b-8ccei3rh1p] {
  color: #b0b9c3;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: color 0.2s ease;
}

.nav-link:hover[b-8ccei3rh1p] {
  color: #e8eef7;
}

.nav-cta-form[b-8ccei3rh1p] {
  margin: 0;
}

.nav-cta[b-8ccei3rh1p] {
  padding: 0.6rem 1.25rem;
  background: transparent;
  border: 1.5px solid rgba(59, 125, 217, 0.5);
  border-radius: 8px;
  color: #3b7dd9;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.nav-cta:hover[b-8ccei3rh1p] {
  background: rgba(59, 125, 217, 0.1);
  border-color: #3b7dd9;
}

/* ===== Hero Section ===== */
.hero-section[b-8ccei3rh1p] {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 4rem;
  padding: 8rem 4rem 4rem;
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
}

.hero-content[b-8ccei3rh1p] {
  animation: slideUp-b-8ccei3rh1p 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.hero-badge[b-8ccei3rh1p] {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: rgba(59, 125, 217, 0.15);
  border: 1px solid rgba(59, 125, 217, 0.3);
  border-radius: 50px;
  font-size: 0.85rem;
  color: #3b7dd9;
  margin-bottom: 1.5rem;
}

.badge-icon[b-8ccei3rh1p] {
  font-size: 1rem;
}

.hero-title[b-8ccei3rh1p] {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 1.5rem 0;
  color: #e8eef7;
}

.hero-highlight[b-8ccei3rh1p] {
  display: block;
  background: linear-gradient(135deg, #3b7dd9 0%, #4a8fe8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle[b-8ccei3rh1p] {
  font-size: 1.15rem;
  line-height: 1.7;
  color: #b0b9c3;
  margin: 0 0 2rem 0;
  max-width: 500px;
}

.hero-actions[b-8ccei3rh1p] {
  display: flex;
  gap: 1rem;
  margin-bottom: 3rem;
}

.btn-primary[b-8ccei3rh1p] {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  background: linear-gradient(135deg, #3b7dd9 0%, #2c5aa0 100%);
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 4px 20px rgba(59, 125, 217, 0.3);
}

.btn-primary:hover[b-8ccei3rh1p] {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(59, 125, 217, 0.4);
}

.btn-primary .btn-icon[b-8ccei3rh1p] {
  transition: transform 0.3s ease;
}

.btn-primary:hover .btn-icon[b-8ccei3rh1p] {
  transform: translateX(4px);
}

.btn-secondary[b-8ccei3rh1p] {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  background: transparent;
  color: #e8eef7;
  border: 1.5px solid rgba(232, 238, 247, 0.2);
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-secondary:hover[b-8ccei3rh1p] {
  background: rgba(232, 238, 247, 0.05);
  border-color: rgba(232, 238, 247, 0.3);
}

.hero-stats[b-8ccei3rh1p] {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(59, 125, 217, 0.15);
}

.stat-item[b-8ccei3rh1p] {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.stat-number[b-8ccei3rh1p] {
  font-size: 1.5rem;
  font-weight: 700;
  color: #3b7dd9;
}

.stat-label[b-8ccei3rh1p] {
  font-size: 0.85rem;
  color: #7a8fa3;
}

.stat-divider[b-8ccei3rh1p] {
  width: 1px;
  height: 40px;
  background: rgba(59, 125, 217, 0.2);
}

/* ===== Hero Visual / Dashboard Preview ===== */
.hero-visual[b-8ccei3rh1p] {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: slideUp-b-8ccei3rh1p 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s both;
}

.dashboard-preview[b-8ccei3rh1p] {
  width: 100%;
  max-width: 450px;
  background: linear-gradient(135deg, #1a2332 0%, rgba(26, 35, 50, 0.95) 100%);
  border-radius: 16px;
  border: 1px solid rgba(59, 125, 217, 0.2);
  box-shadow:
    0 25px 80px rgba(0, 0, 0, 0.5),
    0 0 1px rgba(59, 125, 217, 0.3);
  overflow: hidden;
}

.preview-header[b-8ccei3rh1p] {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(59, 125, 217, 0.1);
}

.preview-dots[b-8ccei3rh1p] {
  display: flex;
  gap: 0.5rem;
}

.preview-dots span[b-8ccei3rh1p] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(232, 238, 247, 0.15);
}

.preview-dots span:first-child[b-8ccei3rh1p] {
  background: #ff5f57;
}

.preview-dots span:nth-child(2)[b-8ccei3rh1p] {
  background: #febc2e;
}

.preview-dots span:last-child[b-8ccei3rh1p] {
  background: #28c840;
}

.preview-title[b-8ccei3rh1p] {
  font-size: 0.85rem;
  color: #7a8fa3;
  font-weight: 500;
}

.preview-content[b-8ccei3rh1p] {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.preview-card[b-8ccei3rh1p] {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: rgba(59, 125, 217, 0.08);
  border-radius: 10px;
  border: 1px solid rgba(59, 125, 217, 0.15);
  transition: all 0.3s ease;
}

.preview-card:hover[b-8ccei3rh1p] {
  background: rgba(59, 125, 217, 0.12);
  transform: translateX(5px);
}

.preview-card-icon[b-8ccei3rh1p] {
  font-size: 1.5rem;
}

.preview-card-info[b-8ccei3rh1p] {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.preview-card-label[b-8ccei3rh1p] {
  font-size: 0.8rem;
  color: #7a8fa3;
}

.preview-card-value[b-8ccei3rh1p] {
  font-size: 1.25rem;
  font-weight: 700;
  color: #e8eef7;
}

/* ===== Features Section ===== */
.features-section[b-8ccei3rh1p] {
  padding: 6rem 4rem;
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
}

.section-header[b-8ccei3rh1p] {
  text-align: center;
  margin-bottom: 4rem;
}

.section-tag[b-8ccei3rh1p] {
  display: inline-block;
  padding: 0.4rem 1rem;
  background: rgba(59, 125, 217, 0.15);
  border-radius: 50px;
  font-size: 0.85rem;
  color: #3b7dd9;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.section-title[b-8ccei3rh1p] {
  font-size: 2.5rem;
  font-weight: 700;
  color: #e8eef7;
  margin: 0 0 1rem 0;
}

.section-subtitle[b-8ccei3rh1p] {
  font-size: 1.1rem;
  color: #7a8fa3;
  margin: 0;
  max-width: 600px;
  margin: 0 auto;
}

.features-grid[b-8ccei3rh1p] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.feature-card[b-8ccei3rh1p] {
  padding: 2.5rem;
  background: linear-gradient(135deg, rgba(26, 35, 50, 0.8) 0%, rgba(26, 35, 50, 0.4) 100%);
  border-radius: 16px;
  border: 1px solid rgba(59, 125, 217, 0.15);
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.feature-card:hover[b-8ccei3rh1p] {
  transform: translateY(-8px);
  border-color: rgba(59, 125, 217, 0.3);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.feature-icon-wrapper[b-8ccei3rh1p] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: rgba(59, 125, 217, 0.15);
  border-radius: 12px;
  margin-bottom: 1.5rem;
}

.feature-icon[b-8ccei3rh1p] {
  font-size: 1.75rem;
}

.feature-title[b-8ccei3rh1p] {
  font-size: 1.25rem;
  font-weight: 700;
  color: #e8eef7;
  margin: 0 0 0.75rem 0;
}

.feature-description[b-8ccei3rh1p] {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #7a8fa3;
  margin: 0;
}

/* ===== About Section ===== */
.about-section[b-8ccei3rh1p] {
  padding: 6rem 4rem;
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

.about-content[b-8ccei3rh1p] {
  text-align: center;
}

.about-title[b-8ccei3rh1p] {
  font-size: 2.5rem;
  font-weight: 700;
  color: #e8eef7;
  margin: 1rem 0 1.5rem 0;
}

.about-text[b-8ccei3rh1p] {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #b0b9c3;
  margin: 0 0 2.5rem 0;
}

.about-features[b-8ccei3rh1p] {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  flex-wrap: wrap;
}

.about-feature[b-8ccei3rh1p] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
  color: #e8eef7;
}

.about-check[b-8ccei3rh1p] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: rgba(16, 185, 129, 0.2);
  border-radius: 50%;
  color: #10b981;
  font-size: 0.85rem;
}

/* ===== Footer ===== */
.landing-footer[b-8ccei3rh1p] {
  padding: 4rem 4rem 2rem;
  background: rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(59, 125, 217, 0.1);
  position: relative;
  z-index: 1;
}

.footer-content[b-8ccei3rh1p] {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(59, 125, 217, 0.1);
}

.footer-brand[b-8ccei3rh1p] {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-logo[b-8ccei3rh1p] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.footer-logo-icon[b-8ccei3rh1p] {
  font-size: 1.5rem;
  color: #3b7dd9;
}

.footer-logo-text[b-8ccei3rh1p] {
  font-size: 1.25rem;
  font-weight: 700;
  color: #e8eef7;
  letter-spacing: 1px;
}

.footer-tagline[b-8ccei3rh1p] {
  font-size: 0.9rem;
  color: #7a8fa3;
  margin: 0;
}

.footer-links[b-8ccei3rh1p] {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  justify-content: center;
}

.footer-link[b-8ccei3rh1p] {
  color: #b0b9c3;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s ease;
}

.footer-link:hover[b-8ccei3rh1p] {
  color: #3b7dd9;
}

.footer-cta[b-8ccei3rh1p] {
  text-align: right;
}

.footer-cta-text[b-8ccei3rh1p] {
  font-size: 0.9rem;
  color: #7a8fa3;
  margin: 0 0 1rem 0;
}

.btn-footer[b-8ccei3rh1p] {
  padding: 0.75rem 1.5rem;
  background: linear-gradient(135deg, #3b7dd9 0%, #2c5aa0 100%);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-footer:hover[b-8ccei3rh1p] {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(59, 125, 217, 0.3);
}

.footer-bottom[b-8ccei3rh1p] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 2rem;
}

.footer-copyright[b-8ccei3rh1p] {
  font-size: 0.85rem;
  color: #7a8fa3;
  margin: 0;
}

.footer-security[b-8ccei3rh1p] {
  font-size: 0.85rem;
  color: #7a8fa3;
  margin: 0;
}

/* ===== Animations ===== */
@keyframes slideUp-b-8ccei3rh1p {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float-b-8ccei3rh1p {

  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(-30px) rotate(5deg);
  }
}

/* ===== Responsive Design ===== */
@media (max-width: 1024px) {
  .hero-section[b-8ccei3rh1p] {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 7rem 2rem 4rem;
    gap: 3rem;
  }

  .hero-subtitle[b-8ccei3rh1p] {
    max-width: 100%;
    margin: 0 auto 2rem;
  }

  .hero-actions[b-8ccei3rh1p] {
    justify-content: center;
  }

  .hero-stats[b-8ccei3rh1p] {
    justify-content: center;
  }

  .hero-visual[b-8ccei3rh1p] {
    order: -1;
  }

  .dashboard-preview[b-8ccei3rh1p] {
    max-width: 400px;
  }

  .features-section[b-8ccei3rh1p],
  .about-section[b-8ccei3rh1p] {
    padding: 4rem 2rem;
  }

  .section-title[b-8ccei3rh1p] {
    font-size: 2rem;
  }

  .features-grid[b-8ccei3rh1p] {
    grid-template-columns: 1fr;
  }

  .footer-content[b-8ccei3rh1p] {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 2rem;
  }

  .footer-cta[b-8ccei3rh1p] {
    text-align: center;
  }

  .footer-bottom[b-8ccei3rh1p] {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .landing-nav[b-8ccei3rh1p] {
    padding: 1rem 1.5rem;
  }

  .nav-links[b-8ccei3rh1p] {
    gap: 1rem;
  }

  .nav-link[b-8ccei3rh1p] {
    display: none;
  }

  .hero-title[b-8ccei3rh1p] {
    font-size: 2.5rem;
  }

  .hero-stats[b-8ccei3rh1p] {
    flex-direction: column;
    gap: 1.5rem;
  }

  .stat-divider[b-8ccei3rh1p] {
    width: 60px;
    height: 1px;
  }

  .about-features[b-8ccei3rh1p] {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}

@media (max-width: 480px) {
  .hero-section[b-8ccei3rh1p] {
    padding: 6rem 1rem 3rem;
  }

  .hero-title[b-8ccei3rh1p] {
    font-size: 2rem;
  }

  .hero-subtitle[b-8ccei3rh1p] {
    font-size: 1rem;
  }

  .hero-actions[b-8ccei3rh1p] {
    flex-direction: column;
  }

  .btn-primary[b-8ccei3rh1p],
  .btn-secondary[b-8ccei3rh1p] {
    width: 100%;
    justify-content: center;
  }

  .feature-card[b-8ccei3rh1p] {
    padding: 1.5rem;
  }

  .landing-footer[b-8ccei3rh1p] {
    padding: 3rem 1rem 1.5rem;
  }

  .footer-links[b-8ccei3rh1p] {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }
}
/* _content/Boardom/Components/Pages/Power.razor.rz.scp.css */
/* ===== Power Container ===== */
.power-container[b-p9slajajg4] {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.power-header[b-p9slajajg4] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 3rem;
  animation: fadeInDown 0.6s ease-out;
}

.power-title[b-p9slajajg4] {
  font-size: 2.8rem;
  color: #e8eef7;
  font-weight: 600;
  letter-spacing: -0.3px;
  margin: 0 0 0.5rem 0;
}

.power-subtitle[b-p9slajajg4] {
  font-size: 0.95rem;
  color: #b0b9c3;
  letter-spacing: 0.3px;
  margin: 0;
}

/* ===== Power Content ===== */
.power-content[b-p9slajajg4] {
  animation: fadeInUp 0.6s ease-out 0.1s backwards;
}

/* ===== Settings Form ===== */
.settings-form[b-p9slajajg4] {
  background: rgba(26, 35, 50, 0.5);
  border: 1px solid rgba(59, 125, 217, 0.2);
  border-radius: 12px;
  padding: 2rem;
  backdrop-filter: blur(10px);
}

.form-section[b-p9slajajg4] {
  margin-bottom: 2.5rem;
}

.form-section:last-of-type[b-p9slajajg4] {
  margin-bottom: 2rem;
}

.form-label[b-p9slajajg4] {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #e8eef7;
  margin-bottom: 0.75rem;
  letter-spacing: 0.2px;
}

.form-hint[b-p9slajajg4] {
  font-size: 0.85rem;
  color: #7a8fa3;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  letter-spacing: 0.1px;
}

/* ===== Price Input ===== */
.input-wrapper[b-p9slajajg4] {
  position: relative;
  display: flex;
  align-items: center;
}

.price-input[b-p9slajajg4] {
  width: 100%;
  padding: 0.85rem 3.5rem 0.85rem 1rem;
  background: rgba(15, 20, 25, 0.6);
  border: 1px solid rgba(59, 125, 217, 0.25);
  border-radius: 8px;
  font-size: 1rem;
  color: #e8eef7;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  transition: all 0.2s ease;
  letter-spacing: 0.2px;
}

.price-input:focus[b-p9slajajg4] {
  outline: none;
  border-color: #3b7dd9;
  background: rgba(15, 20, 25, 0.9);
  box-shadow: 0 0 0 3px rgba(59, 125, 217, 0.1);
}

.price-input[b-p9slajajg4]::placeholder {
  color: #546e7a;
}

.input-suffix[b-p9slajajg4] {
  position: absolute;
  right: 1rem;
  color: #7a8fa3;
  font-weight: 600;
  font-size: 0.9rem;
  pointer-events: none;
}

/* ===== Company Dropdown ===== */
.company-dropdown[b-p9slajajg4] {
  width: 100%;
  padding: 0.85rem 1rem;
  background: rgba(15, 20, 25, 0.6);
  border: 1px solid rgba(59, 125, 217, 0.25);
  border-radius: 8px;
  font-size: 1rem;
  color: #e8eef7;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  transition: all 0.2s ease;
  letter-spacing: 0.2px;
  cursor: pointer;
}

.company-dropdown:focus[b-p9slajajg4] {
  outline: none;
  border-color: #3b7dd9;
  background: rgba(15, 20, 25, 0.9);
  box-shadow: 0 0 0 3px rgba(59, 125, 217, 0.1);
}

.company-dropdown option[b-p9slajajg4] {
  background: #1a2332;
  color: #e8eef7;
  padding: 0.5rem;
}

/* ===== Form Actions ===== */
.form-actions[b-p9slajajg4] {
  display: flex;
  gap: 1rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(59, 125, 217, 0.15);
}

.btn-primary[b-p9slajajg4],
.btn-secondary[b-p9slajajg4] {
  flex: 1;
  padding: 0.85rem 1.5rem;
  border: none;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  letter-spacing: 0.3px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.button-content[b-p9slajajg4] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.feedback-icon[b-p9slajajg4] {
  font-size: 1.1rem;
  font-weight: 700;
}

.feedback-icon.error[b-p9slajajg4] {
  color: #ff6b6b;
}

.btn-primary[b-p9slajajg4] {
  background: linear-gradient(135deg, #3b7dd9 0%, #2c5aa0 100%);
  color: #ffffff;
  border: 1px solid rgba(59, 125, 217, 0.5);
}

.btn-primary:hover:not(:disabled)[b-p9slajajg4] {
  background: linear-gradient(135deg, #4a8ae6 0%, #3863b0 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(59, 125, 217, 0.3);
}

.btn-primary:disabled[b-p9slajajg4] {
  opacity: 0.9;
  cursor: not-allowed;
}

.btn-primary.btn-success[b-p9slajajg4] {
  background: linear-gradient(135deg, #51cf66 0%, #37b24d 100%);
  border-color: rgba(81, 207, 102, 0.5);
}

.btn-primary.btn-error[b-p9slajajg4] {
  background: linear-gradient(135deg, #ff6b6b 0%, #d63031 100%);
  border-color: rgba(255, 107, 107, 0.5);
}

.btn-secondary[b-p9slajajg4] {
  background: rgba(59, 125, 217, 0.15);
  color: #3b7dd9;
  border: 1px solid rgba(59, 125, 217, 0.3);
}

.btn-secondary:hover:not(:disabled)[b-p9slajajg4] {
  background: rgba(59, 125, 217, 0.25);
  border-color: #3b7dd9;
  transform: translateY(-1px);
}

.btn-secondary:disabled[b-p9slajajg4] {
  opacity: 0.5;
  cursor: not-allowed;
}

/* ===== Responsive ===== */
@media (max-width: 640px) {
  .power-container[b-p9slajajg4] {
    padding: 1.5rem 0.75rem;
  }

  .power-title[b-p9slajajg4] {
    font-size: 2rem;
  }

  .settings-form[b-p9slajajg4] {
    padding: 1.5rem;
  }

  .form-actions[b-p9slajajg4] {
    flex-direction: column;
  }

  .btn-primary[b-p9slajajg4],
  .btn-secondary[b-p9slajajg4] {
    width: 100%;
  }
}
