/* _content/PAiRoots.Platform.Web/Components/Account/Pages/Login.razor.rz.scp.css */

/*Front page animation*/

*[b-ckpbe6yis7] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.body[b-ckpbe6yis7] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.circuit-background[b-ckpbe6yis7] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.circuit-svg[b-ckpbe6yis7] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}

.circuit-line[b-ckpbe6yis7] {
    fill: none;
    stroke: #B794F4;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.circuit-pulse[b-ckpbe6yis7] {
    stroke-dasharray: 10, 5;
    animation: pulse-flow-b-ckpbe6yis7 4s linear infinite;
}

.circuit-pulse-2[b-ckpbe6yis7] {
    stroke-dasharray: 8, 8;
    animation: pulse-flow-2-b-ckpbe6yis7 6s linear infinite;
    animation-delay: -2s;
}

.circuit-pulse-3[b-ckpbe6yis7] {
    stroke-dasharray: 6, 10;
    animation: pulse-flow-3-b-ckpbe6yis7 5s linear infinite;
    animation-delay: -1s;
}

.circuit-node[b-ckpbe6yis7] {
    fill: #D1E7FF;
    stroke: #B794F4;
    stroke-width: 1;
    opacity: 0;
    animation: node-lifecycle-b-ckpbe6yis7 8s ease-in-out infinite;
}

.circuit-node-2[b-ckpbe6yis7] {
    fill: #D1E7FF;
    stroke: #B794F4;
    stroke-width: 1;
    opacity: 0;
    animation: node-lifecycle-b-ckpbe6yis7 8s ease-in-out infinite;
    animation-delay: -2s;
}

.circuit-node-3[b-ckpbe6yis7] {
    fill: #D1E7FF;
    stroke: #B794F4;
    stroke-width: 1;
    opacity: 0;
    animation: node-lifecycle-b-ckpbe6yis7 8s ease-in-out infinite;
    animation-delay: -4s;
}

.circuit-junction[b-ckpbe6yis7] {
    fill: #B794F4;
    opacity: 0;
    animation: junction-lifecycle-b-ckpbe6yis7 6s ease-in-out infinite;
}

.circuit-junction-2[b-ckpbe6yis7] {
    fill: #B794F4;
    opacity: 0;
    animation: junction-lifecycle-b-ckpbe6yis7 6s ease-in-out infinite;
    animation-delay: -1.5s;
}

.circuit-junction-3[b-ckpbe6yis7] {
    fill: #B794F4;
    opacity: 0;
    animation: junction-lifecycle-b-ckpbe6yis7 6s ease-in-out infinite;
    animation-delay: -3s;
}

/* Pennsylvania easter egg nodes */
.pa-node[b-ckpbe6yis7] {
    fill: #D1E7FF;
    stroke: #B794F4;
    stroke-width: 1.5;
    opacity: 0;
    animation: pa-glow-b-ckpbe6yis7 12s ease-in-out infinite;
}

.pa-node-2[b-ckpbe6yis7] {
    fill: #D1E7FF;
    stroke: #B794F4;
    stroke-width: 1.5;
    opacity: 0;
    animation: pa-glow-b-ckpbe6yis7 12s ease-in-out infinite;
    animation-delay: -6s;
}

@keyframes pulse-flow-b-ckpbe6yis7 {
    0% {
        stroke-dashoffset: 0;
        opacity: 0.8;
    }

    50% {
        opacity: 1;
    }

    100% {
        stroke-dashoffset: -200;
        opacity: 0.8;
    }
}

@keyframes pulse-flow-2-b-ckpbe6yis7 {
    0% {
        stroke-dashoffset: 0;
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }

    100% {
        stroke-dashoffset: -150;
        opacity: 0.6;
    }
}

@keyframes pulse-flow-3-b-ckpbe6yis7 {
    0% {
        stroke-dashoffset: 0;
        opacity: 0.7;
    }

    50% {
        opacity: 1;
    }

    100% {
        stroke-dashoffset: -180;
        opacity: 0.7;
    }
}

@keyframes node-lifecycle-b-ckpbe6yis7 {
    0%, 80%, 100% {
        opacity: 0;
        transform: scale(0.5);
        filter: brightness(1);
    }

    10%, 70% {
        opacity: 0.9;
        transform: scale(1);
        filter: brightness(1.3) drop-shadow(0 0 8px #D1E7FF);
    }

    40% {
        opacity: 1;
        transform: scale(1.1);
        filter: brightness(1.5) drop-shadow(0 0 12px #D1E7FF);
    }
}

@keyframes junction-lifecycle-b-ckpbe6yis7 {
    0%, 85%, 100% {
        opacity: 0;
        transform: scale(0.3);
    }

    15%, 75% {
        opacity: 0.7;
        transform: scale(1);
        filter: brightness(1.2) drop-shadow(0 0 6px #B794F4);
    }

    45% {
        opacity: 0.9;
        transform: scale(1.2);
        filter: brightness(1.6) drop-shadow(0 0 10px #B794F4);
    }
}

@keyframes pa-glow-b-ckpbe6yis7 {
    0%, 85%, 100% {
        opacity: 0;
        transform: scale(0.8);
    }

    5%, 80% {
        opacity: 0.4;
        transform: scale(1);
    }

    15%, 70% {
        opacity: 0.7;
        transform: scale(1.1);
        filter: brightness(1.4) drop-shadow(0 0 8px #D1E7FF);
    }

    40% {
        opacity: 0.9;
        transform: scale(1.2);
        filter: brightness(1.6) drop-shadow(0 0 12px #D1E7FF);
    }
}

.main-content[b-ckpbe6yis7] {
    position: relative;
    z-index: 10;
    text-align: center;
    color: white;
    padding: 2rem;
}

.logo[b-ckpbe6yis7] {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #ffffff;
    text-shadow: 0 2px 20px rgba(215, 231, 255, 0.3);
    letter-spacing: -0.02em;
}

.tagline[b-ckpbe6yis7] {
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 3rem;
    color: #D1E7FF;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.button-container[b-ckpbe6yis7] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn[b-ckpbe6yis7] {
    padding: 0.875rem 2rem;
    border: none;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.btn-primary[b-ckpbe6yis7] {
    background: #6B7280;
    color: white;
    box-shadow: 0 4px 15px rgba(107, 114, 128, 0.4);
}

    .btn-primary:hover[b-ckpbe6yis7] {
        background: #4B5563;
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(107, 114, 128, 0.6);
    }

.btn-secondary[b-ckpbe6yis7] {
    background: rgba(183, 148, 244, 0.2);
    color: #D1E7FF;
    border: 2px solid #B794F4;
    backdrop-filter: blur(10px);
}

    .btn-secondary:hover[b-ckpbe6yis7] {
        background: rgba(183, 148, 244, 0.3);
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(183, 148, 244, 0.3);
    }

@media (max-width: 768px) {
    .logo[b-ckpbe6yis7] {
        font-size: 2.5rem;
    }

    .tagline[b-ckpbe6yis7] {
        font-size: 1.1rem;
        margin-bottom: 2rem;
    }

    .button-container[b-ckpbe6yis7] {
        flex-direction: column;
        align-items: center;
    }
}

/ /*Front page animation end*/ /[b-ckpbe6yis7]
/* _content/PAiRoots.Platform.Web/Components/Account/Pages/Logout.razor.rz.scp.css */
/* PAiRoots Logout - AI Disconnection Animation */

*[b-wic4brfn8o] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.body[b-wic4brfn8o] {
    font-family: var(--bs-font-sans-serif);
    background: linear-gradient(135deg, var(--bs-primary) 0%, var(--bs-secondary) 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.circuit-background[b-wic4brfn8o] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.circuit-svg[b-wic4brfn8o] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

/* AI Neural Network Style - Disconnecting */
.circuit-line[b-wic4brfn8o] {
    fill: none;
    stroke: var(--bs-success);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 1;
    animation: power-down-b-wic4brfn8o 3s ease-out forwards;
}

.circuit-pulse[b-wic4brfn8o] {
    stroke-dasharray: 15, 10;
    animation: final-pulse-b-wic4brfn8o 4s ease-out forwards, power-down-b-wic4brfn8o 3s ease-out forwards;
}

.circuit-pulse-2[b-wic4brfn8o] {
    stroke-dasharray: 12, 8;
    animation: final-pulse-2-b-wic4brfn8o 5s ease-out forwards, power-down-b-wic4brfn8o 3s ease-out forwards;
    animation-delay: 0.5s;
}

.circuit-pulse-3[b-wic4brfn8o] {
    stroke-dasharray: 10, 12;
    animation: final-pulse-3-b-wic4brfn8o 6s ease-out forwards, power-down-b-wic4brfn8o 3s ease-out forwards;
    animation-delay: 1s;
}

/* AI Nodes - Powering Down */
.circuit-node[b-wic4brfn8o] {
    fill: var(--bs-light);
    stroke: var(--bs-success);
    stroke-width: 2;
    opacity: 1;
    animation: node-shutdown-b-wic4brfn8o 4s ease-out forwards;
}

.circuit-node-2[b-wic4brfn8o] {
    fill: var(--bs-light);
    stroke: var(--bs-warning);
    stroke-width: 2;
    opacity: 1;
    animation: node-shutdown-b-wic4brfn8o 4s ease-out forwards;
    animation-delay: 0.8s;
}

.circuit-node-3[b-wic4brfn8o] {
    fill: var(--bs-light);
    stroke: var(--bs-danger);
    stroke-width: 2;
    opacity: 1;
    animation: node-shutdown-b-wic4brfn8o 4s ease-out forwards;
    animation-delay: 1.6s;
}

/* Junction Points - System Disconnection */
.circuit-junction[b-wic4brfn8o] {
    fill: var(--bs-info);
    opacity: 1;
    animation: junction-disconnect-b-wic4brfn8o 3s ease-out forwards;
}

.circuit-junction-2[b-wic4brfn8o] {
    fill: var(--bs-warning);
    opacity: 1;
    animation: junction-disconnect-b-wic4brfn8o 3s ease-out forwards;
    animation-delay: 0.7s;
}

.circuit-junction-3[b-wic4brfn8o] {
    fill: var(--bs-success);
    opacity: 1;
    animation: junction-disconnect-b-wic4brfn8o 3s ease-out forwards;
    animation-delay: 1.4s;
}

/* Power Down Animation - Lines fade and flicker */
@keyframes power-down-b-wic4brfn8o {
    0% {
        opacity: 1;
        stroke-width: 2;
        filter: brightness(1.2) drop-shadow(0 0 8px currentColor);
    }
    
    20% {
        opacity: 0.8;
        stroke-width: 1.5;
        filter: brightness(1) drop-shadow(0 0 6px currentColor);
    }
    
    40% {
        opacity: 0.9;
        stroke-width: 2;
        filter: brightness(1.1) drop-shadow(0 0 8px currentColor);
    }
    
    60% {
        opacity: 0.4;
        stroke-width: 1;
        filter: brightness(0.8) drop-shadow(0 0 4px currentColor);
    }
    
    80% {
        opacity: 0.6;
        stroke-width: 1.5;
        filter: brightness(0.9) drop-shadow(0 0 6px currentColor);
    }
    
    100% {
        opacity: 0.1;
        stroke-width: 0.5;
        filter: brightness(0.5) drop-shadow(0 0 2px currentColor);
    }
}

/* Final data transmission before disconnect */
@keyframes final-pulse-b-wic4brfn8o {
    0% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
    
    30% {
        stroke-dashoffset: -100;
        opacity: 1;
    }
    
    60% {
        stroke-dashoffset: -200;
        opacity: 0.8;
    }
    
    100% {
        stroke-dashoffset: -300;
        opacity: 0.2;
    }
}

@keyframes final-pulse-2-b-wic4brfn8o {
    0% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
    
    25% {
        stroke-dashoffset: -80;
        opacity: 1;
    }
    
    50% {
        stroke-dashoffset: -160;
        opacity: 0.9;
    }
    
    75% {
        stroke-dashoffset: -240;
        opacity: 0.6;
    }
    
    100% {
        stroke-dashoffset: -320;
        opacity: 0.1;
    }
}

@keyframes final-pulse-3-b-wic4brfn8o {
    0% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
    
    20% {
        stroke-dashoffset: -60;
        opacity: 1;
    }
    
    40% {
        stroke-dashoffset: -120;
        opacity: 0.95;
    }
    
    60% {
        stroke-dashoffset: -180;
        opacity: 0.7;
    }
    
    80% {
        stroke-dashoffset: -240;
        opacity: 0.4;
    }
    
    100% {
        stroke-dashoffset: -300;
        opacity: 0.05;
    }
}

/* AI Node Shutdown - Glowing bright then fading to dark */
@keyframes node-shutdown-b-wic4brfn8o {
    0% {
        opacity: 1;
        transform: scale(1);
        filter: brightness(1.5) drop-shadow(0 0 12px currentColor);
    }
    
    15% {
        opacity: 1;
        transform: scale(1.3);
        filter: brightness(2) drop-shadow(0 0 20px currentColor);
    }
    
    30% {
        opacity: 0.9;
        transform: scale(1.1);
        filter: brightness(1.7) drop-shadow(0 0 16px currentColor);
    }
    
    50% {
        opacity: 0.7;
        transform: scale(0.9);
        filter: brightness(1.2) drop-shadow(0 0 10px currentColor);
    }
    
    70% {
        opacity: 0.4;
        transform: scale(0.7);
        filter: brightness(0.8) drop-shadow(0 0 6px currentColor);
    }
    
    90% {
        opacity: 0.2;
        transform: scale(0.5);
        filter: brightness(0.5) drop-shadow(0 0 3px currentColor);
    }
    
    100% {
        opacity: 0;
        transform: scale(0.3);
        filter: brightness(0.3) drop-shadow(0 0 1px currentColor);
    }
}

/* System Junction Disconnect */
@keyframes junction-disconnect-b-wic4brfn8o {
    0% {
        opacity: 1;
        transform: scale(1);
        filter: brightness(1.4) drop-shadow(0 0 10px currentColor);
    }
    
    25% {
        opacity: 0.8;
        transform: scale(1.2);
        filter: brightness(1.6) drop-shadow(0 0 14px currentColor);
    }
    
    50% {
        opacity: 0.6;
        transform: scale(0.8);
        filter: brightness(1) drop-shadow(0 0 8px currentColor);
    }
    
    75% {
        opacity: 0.3;
        transform: scale(0.6);
        filter: brightness(0.7) drop-shadow(0 0 4px currentColor);
    }
    
    100% {
        opacity: 0;
        transform: scale(0.2);
        filter: brightness(0.4) drop-shadow(0 0 2px currentColor);
    }
}

.main-content[b-wic4brfn8o] {
    position: relative;
    z-index: 10;
    text-align: center;
    color: white;
    padding: 2rem;
    animation: content-fade-in-b-wic4brfn8o 2s ease-out;
}

/* Content fades in as AI powers down */
@keyframes content-fade-in-b-wic4brfn8o {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    
    50% {
        opacity: 0.3;
        transform: translateY(10px);
    }
    
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .main-content[b-wic4brfn8o] {
        padding: 1rem;
    }
    
    .circuit-line[b-wic4brfn8o] {
        stroke-width: 1.5;
    }
    
    .circuit-node[b-wic4brfn8o] {
        stroke-width: 1.5;
    }
    
    .circuit-node-2[b-wic4brfn8o] {
        stroke-width: 1.5;
    }
    
    .circuit-node-3[b-wic4brfn8o] {
        stroke-width: 1.5;
    }
}
/* _content/PAiRoots.Platform.Web/Components/Account/Pages/Register.razor.rz.scp.css */
/* PAiRoots Registration - AI Network Connection Animation */

*[b-30m22i3bus] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.body[b-30m22i3bus] {
    font-family: var(--bs-font-sans-serif);
    background: linear-gradient(135deg, var(--bs-primary) 0%, var(--bs-info) 50%, var(--bs-success) 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.connection-background[b-30m22i3bus] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.connection-svg[b-30m22i3bus] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

/* Central Hub - The AI Core */
.hub-core[b-30m22i3bus] {
    fill: var(--bs-warning);
    stroke: var(--bs-light);
    stroke-width: 3;
    opacity: 0;
    transform-origin: center;
    animation: hub-awakening-b-30m22i3bus 6s ease-out forwards;
}

/* Connection Lines - Building the Network */
.connect-line[b-30m22i3bus] {
    fill: none;
    stroke: var(--bs-success);
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 0;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}

.connect-pulse-1[b-30m22i3bus] {
    animation: connection-establish-b-30m22i3bus 4s ease-out forwards, ongoing-pulse-b-30m22i3bus 8s ease-in-out infinite 4s;
    animation-delay: 0.5s;
}

.connect-pulse-2[b-30m22i3bus] {
    animation: connection-establish-b-30m22i3bus 4s ease-out forwards, ongoing-pulse-b-30m22i3bus 8s ease-in-out infinite 4s;
    animation-delay: 1s;
}

.connect-pulse-3[b-30m22i3bus] {
    animation: connection-establish-b-30m22i3bus 4s ease-out forwards, ongoing-pulse-b-30m22i3bus 8s ease-in-out infinite 4s;
    animation-delay: 1.5s;
}

.connect-pulse-4[b-30m22i3bus] {
    animation: connection-establish-b-30m22i3bus 4s ease-out forwards, ongoing-pulse-b-30m22i3bus 8s ease-in-out infinite 4s;
    animation-delay: 2s;
}

.connect-pulse-5[b-30m22i3bus] {
    animation: connection-establish-b-30m22i3bus 4s ease-out forwards, ongoing-pulse-b-30m22i3bus 8s ease-in-out infinite 4s;
    animation-delay: 2.5s;
}

.connect-pulse-6[b-30m22i3bus] {
    animation: connection-establish-b-30m22i3bus 4s ease-out forwards, ongoing-pulse-b-30m22i3bus 8s ease-in-out infinite 4s;
    animation-delay: 3s;
}

/* Network Branches - AI Expansion */
.network-branch[b-30m22i3bus] {
    fill: none;
    stroke: var(--bs-info);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 0;
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
}

.branch-pulse-1[b-30m22i3bus] {
    animation: branch-growth-b-30m22i3bus 3s ease-out forwards, data-flow-b-30m22i3bus 6s ease-in-out infinite 3s;
    animation-delay: 4s;
}

.branch-pulse-2[b-30m22i3bus] {
    animation: branch-growth-b-30m22i3bus 3s ease-out forwards, data-flow-b-30m22i3bus 6s ease-in-out infinite 3s;
    animation-delay: 4.5s;
}

.branch-pulse-3[b-30m22i3bus] {
    animation: branch-growth-b-30m22i3bus 3s ease-out forwards, data-flow-b-30m22i3bus 6s ease-in-out infinite 3s;
    animation-delay: 5s;
}

.branch-pulse-4[b-30m22i3bus] {
    animation: branch-growth-b-30m22i3bus 3s ease-out forwards, data-flow-b-30m22i3bus 6s ease-in-out infinite 3s;
    animation-delay: 5.5s;
}

/* Sparks - Data Flying Through Network */
.spark[b-30m22i3bus] {
    fill: var(--bs-warning);
    stroke: var(--bs-light);
    stroke-width: 1;
    opacity: 0;
    transform-origin: center;
}

.spark-1[b-30m22i3bus] { animation: spark-burst-b-30m22i3bus 2s ease-out infinite, spark-travel-1-b-30m22i3bus 8s linear infinite 1s; }
.spark-2[b-30m22i3bus] { animation: spark-burst-b-30m22i3bus 2s ease-out infinite, spark-travel-2-b-30m22i3bus 8s linear infinite 1.5s; }
.spark-3[b-30m22i3bus] { animation: spark-burst-b-30m22i3bus 2s ease-out infinite, spark-travel-3-b-30m22i3bus 8s linear infinite 2s; }
.spark-4[b-30m22i3bus] { animation: spark-burst-b-30m22i3bus 2s ease-out infinite, spark-travel-4-b-30m22i3bus 8s linear infinite 2.5s; }
.spark-5[b-30m22i3bus] { animation: spark-burst-b-30m22i3bus 2s ease-out infinite, spark-travel-5-b-30m22i3bus 8s linear infinite 3s; }
.spark-6[b-30m22i3bus] { animation: spark-burst-b-30m22i3bus 2s ease-out infinite, spark-travel-6-b-30m22i3bus 8s linear infinite 3.5s; }
.spark-7[b-30m22i3bus] { animation: spark-burst-b-30m22i3bus 2s ease-out infinite, spark-travel-7-b-30m22i3bus 8s linear infinite 4s; }
.spark-8[b-30m22i3bus] { animation: spark-burst-b-30m22i3bus 2s ease-out infinite, spark-travel-8-b-30m22i3bus 8s linear infinite 4.5s; }

/* Connection Nodes - Network Junctions */
.connection-node[b-30m22i3bus] {
    fill: var(--bs-light);
    stroke: var(--bs-primary);
    stroke-width: 2;
    opacity: 0;
    transform-origin: center;
    animation: node-online-b-30m22i3bus 2s ease-out forwards;
}

.node-1[b-30m22i3bus] { animation-delay: 4.5s; }
.node-2[b-30m22i3bus] { animation-delay: 5s; }
.node-3[b-30m22i3bus] { animation-delay: 5.5s; }
.node-4[b-30m22i3bus] { animation-delay: 6s; }
.node-5[b-30m22i3bus] { animation-delay: 6.5s; }
.node-6[b-30m22i3bus] { animation-delay: 7s; }

/* Junction Boxes - Data Relay Points */
.junction-box[b-30m22i3bus] {
    fill: var(--bs-warning);
    opacity: 0;
    transform-origin: center;
    animation: junction-activate-b-30m22i3bus 1.5s ease-out forwards;
}

.junction-1[b-30m22i3bus] { animation-delay: 5s; }
.junction-2[b-30m22i3bus] { animation-delay: 5.3s; }
.junction-3[b-30m22i3bus] { animation-delay: 5.6s; }
.junction-4[b-30m22i3bus] { animation-delay: 5.9s; }

/* AI Brain Pattern - Intelligence Formation */
.brain-pattern[b-30m22i3bus] {
    fill: none;
    stroke: var(--bs-danger);
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 0;
    stroke-dasharray: 20, 10;
}

.brain-pulse-1[b-30m22i3bus] {
    animation: brain-formation-b-30m22i3bus 3s ease-out forwards, thought-pattern-b-30m22i3bus 4s ease-in-out infinite 3s;
    animation-delay: 6s;
}

.brain-pulse-2[b-30m22i3bus] {
    animation: brain-formation-b-30m22i3bus 3s ease-out forwards, thought-pattern-b-30m22i3bus 4s ease-in-out infinite 3s;
    animation-delay: 6.5s;
}

.brain-pulse-3[b-30m22i3bus] {
    animation: brain-formation-b-30m22i3bus 3s ease-out forwards, thought-pattern-b-30m22i3bus 4s ease-in-out infinite 3s;
    animation-delay: 7s;
}

.brain-pulse-4[b-30m22i3bus] {
    animation: brain-formation-b-30m22i3bus 3s ease-out forwards, thought-pattern-b-30m22i3bus 4s ease-in-out infinite 3s;
    animation-delay: 7.5s;
}

/* Animation Keyframes */

/* Hub awakens as the central AI consciousness */
@keyframes hub-awakening-b-30m22i3bus {
    0% {
        opacity: 0;
        transform: scale(0);
        filter: brightness(1);
    }
    
    20% {
        opacity: 0.3;
        transform: scale(0.5);
        filter: brightness(1.2);
    }
    
    50% {
        opacity: 0.8;
        transform: scale(1.2);
        filter: brightness(2) drop-shadow(0 0 20px var(--bs-warning));
    }
    
    100% {
        opacity: 1;
        transform: scale(1);
        filter: brightness(1.5) drop-shadow(0 0 15px var(--bs-warning));
    }
}

/* Connections establish from all directions */
@keyframes connection-establish-b-30m22i3bus {
    0% {
        stroke-dashoffset: 1000;
        opacity: 0;
        filter: brightness(1);
    }
    
    30% {
        opacity: 0.8;
        filter: brightness(1.5) drop-shadow(0 0 8px currentColor);
    }
    
    100% {
        stroke-dashoffset: 0;
        opacity: 1;
        filter: brightness(1.2) drop-shadow(0 0 6px currentColor);
    }
}

/* Ongoing pulse through established connections */
@keyframes ongoing-pulse-b-30m22i3bus {
    0%, 100% {
        opacity: 1;
        filter: brightness(1.2) drop-shadow(0 0 6px currentColor);
    }
    
    50% {
        opacity: 0.7;
        filter: brightness(2) drop-shadow(0 0 12px currentColor);
    }
}

/* Network branches grow outward */
@keyframes branch-growth-b-30m22i3bus {
    0% {
        stroke-dashoffset: 500;
        opacity: 0;
    }
    
    100% {
        stroke-dashoffset: 0;
        opacity: 0.9;
        filter: drop-shadow(0 0 4px currentColor);
    }
}

/* Data flows through branches */
@keyframes data-flow-b-30m22i3bus {
    0% {
        stroke-dashoffset: 0;
        opacity: 0.9;
    }
    
    50% {
        stroke-dashoffset: -100;
        opacity: 1;
        filter: brightness(1.5) drop-shadow(0 0 8px currentColor);
    }
    
    100% {
        stroke-dashoffset: -200;
        opacity: 0.9;
    }
}

/* Sparks burst with energy */
@keyframes spark-burst-b-30m22i3bus {
    0%, 70%, 100% {
        opacity: 0;
        transform: scale(0.5);
        filter: brightness(1);
    }
    
    15%, 55% {
        opacity: 1;
        transform: scale(1.5);
        filter: brightness(3) drop-shadow(0 0 10px var(--bs-warning));
    }
    
    35% {
        opacity: 0.8;
        transform: scale(1.2);
        filter: brightness(2.5) drop-shadow(0 0 8px var(--bs-warning));
    }
}

/* Spark travel paths */
@keyframes spark-travel-1-b-30m22i3bus {
    0% { transform: translate(0, 0); }
    100% { transform: translate(400px, 250px); }
}

@keyframes spark-travel-2-b-30m22i3bus {
    0% { transform: translate(0, 0); }
    100% { transform: translate(300px, 150px); }
}

@keyframes spark-travel-3-b-30m22i3bus {
    0% { transform: translate(0, 0); }
    100% { transform: translate(-300px, 250px); }
}

@keyframes spark-travel-4-b-30m22i3bus {
    0% { transform: translate(0, 0); }
    100% { transform: translate(-200px, 150px); }
}

@keyframes spark-travel-5-b-30m22i3bus {
    0% { transform: translate(0, 0); }
    100% { transform: translate(0, 250px); }
}

@keyframes spark-travel-6-b-30m22i3bus {
    0% { transform: translate(0, 0); }
    100% { transform: translate(400px, -250px); }
}

@keyframes spark-travel-7-b-30m22i3bus {
    0% { transform: translate(0, 0); }
    100% { transform: translate(-300px, -250px); }
}

@keyframes spark-travel-8-b-30m22i3bus {
    0% { transform: translate(0, 0); }
    100% { transform: translate(0, -250px); }
}

/* Nodes come online */
@keyframes node-online-b-30m22i3bus {
    0% {
        opacity: 0;
        transform: scale(0);
        filter: brightness(1);
    }
    
    50% {
        opacity: 0.8;
        transform: scale(1.3);
        filter: brightness(2) drop-shadow(0 0 12px currentColor);
    }
    
    100% {
        opacity: 1;
        transform: scale(1);
        filter: brightness(1.5) drop-shadow(0 0 8px currentColor);
    }
}

/* Junctions activate */
@keyframes junction-activate-b-30m22i3bus {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    
    60% {
        opacity: 1;
        transform: scale(1.4);
        filter: brightness(2) drop-shadow(0 0 8px currentColor);
    }
    
    100% {
        opacity: 0.9;
        transform: scale(1);
        filter: brightness(1.3) drop-shadow(0 0 6px currentColor);
    }
}

/* AI brain patterns form */
@keyframes brain-formation-b-30m22i3bus {
    0% {
        opacity: 0;
        stroke-dashoffset: 100;
    }
    
    100% {
        opacity: 0.8;
        stroke-dashoffset: 0;
        filter: drop-shadow(0 0 4px currentColor);
    }
}

/* Thought patterns pulse */
@keyframes thought-pattern-b-30m22i3bus {
    0%, 100% {
        stroke-dashoffset: 0;
        opacity: 0.8;
    }
    
    50% {
        stroke-dashoffset: -50;
        opacity: 1;
        filter: brightness(1.5) drop-shadow(0 0 6px currentColor);
    }
}

.main-content[b-30m22i3bus] {
    position: relative;
    z-index: 10;
    text-align: center;
    color: white;
    padding: 2rem;
    animation: content-materialize-b-30m22i3bus 3s ease-out;
}

/* Content fades in as network establishes */
@keyframes content-materialize-b-30m22i3bus {
    0% {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }
    
    60% {
        opacity: 0.3;
        transform: translateY(15px) scale(0.98);
    }
    
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 768px) {
    .main-content[b-30m22i3bus] {
        padding: 1rem;
    }
    
    .connection-svg[b-30m22i3bus] {
        opacity: 0.3;
    }
    
    .hub-core[b-30m22i3bus] {
        r: 6;
    }
    
    .connect-line[b-30m22i3bus] {
        stroke-width: 2;
    }
    
    .network-branch[b-30m22i3bus] {
        stroke-width: 1.5;
    }
}
/* _content/PAiRoots.Platform.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-pqt0r2z3pi] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-pqt0r2z3pi] {
    flex: 1;
}

.sidebar[b-pqt0r2z3pi] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-pqt0r2z3pi] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-pqt0r2z3pi]  a, .top-row[b-pqt0r2z3pi]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-pqt0r2z3pi]  a:hover, .top-row[b-pqt0r2z3pi]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-pqt0r2z3pi]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-pqt0r2z3pi] {
        justify-content: space-between;
    }

    .top-row[b-pqt0r2z3pi]  a, .top-row[b-pqt0r2z3pi]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-pqt0r2z3pi] {
        flex-direction: row;
    }

    .sidebar[b-pqt0r2z3pi] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-pqt0r2z3pi] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-pqt0r2z3pi]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-pqt0r2z3pi], article[b-pqt0r2z3pi] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-pqt0r2z3pi] {
    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-pqt0r2z3pi] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/PAiRoots.Platform.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-cwixuw1wth] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-cwixuw1wth] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-cwixuw1wth] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-cwixuw1wth] {
    font-size: 1.1rem;
}

.bi[b-cwixuw1wth] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-cwixuw1wth] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-cwixuw1wth] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-cwixuw1wth] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-cwixuw1wth] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-cwixuw1wth] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-cwixuw1wth] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-cwixuw1wth] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-cwixuw1wth] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-cwixuw1wth] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-cwixuw1wth] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-cwixuw1wth] {
        padding-bottom: 1rem;
    }

    .nav-item[b-cwixuw1wth]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-cwixuw1wth]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-cwixuw1wth]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-cwixuw1wth] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-cwixuw1wth] {
    display: block;
}

/* Disabled menu item styles */
.nav-item.disabled .nav-link[b-cwixuw1wth] {
    color: var(--bs-secondary) !important;
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

.nav-item.disabled .nav-link:hover[b-cwixuw1wth] {
    color: var(--bs-secondary) !important;
    background-color: transparent !important;
}

.nav-item.disabled .sidebar-icon svg[b-cwixuw1wth] {
    fill: var(--bs-secondary) !important;
    opacity: 0.6;
}

.nav-item.disabled .sidebar-text[b-cwixuw1wth] {
    color: var(--bs-secondary) !important;
    opacity: 0.6;
}

/* Ensure About and Logout remain fully functional */
.nav-item:not(.disabled) .nav-link[b-cwixuw1wth] {
    cursor: pointer;
    pointer-events: auto;
}

@media (min-width: 641px) {
    .navbar-toggler[b-cwixuw1wth] {
        display: none;
    }

    .nav-scrollable[b-cwixuw1wth] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }

    /* Mobile responsive adjustments for disabled items */
    .nav-item.disabled .nav-link[b-cwixuw1wth] {
        opacity: 0.5;
    }
}
/* _content/PAiRoots.Platform.Web/Components/Pages/About.razor.rz.scp.css */
/* About Page Styling */

.about-page[b-5shjzb1vm5] {
    padding: 2rem 0;
}

/* Hero Section */
.hero-section[b-5shjzb1vm5] {
    background: var(--bs-light);
    padding: 4rem 0;
    border-radius: 0 0 2rem 2rem;
    margin-bottom: 3rem;
}

.hero-section h1[b-5shjzb1vm5] {
    color: var(--bs-primary);
}

/* Business Visual */
.business-visual[b-5shjzb1vm5] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin: 2rem 0;
}

.business-item[b-5shjzb1vm5] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    animation: float-b-5shjzb1vm5 3s ease-in-out infinite;
}

.business-item.restaurant[b-5shjzb1vm5] {
    background-color: var(--bs-warning);
    animation-delay: 0s;
}

.business-item.contractor[b-5shjzb1vm5] {
    background-color: var(--bs-primary);
    animation-delay: 0.5s;
}

.business-item.shop[b-5shjzb1vm5] {
    background-color: var(--bs-success);
    animation-delay: 1s;
}

.business-item.service[b-5shjzb1vm5] {
    background-color: var(--bs-info);
    animation-delay: 1.5s;
}

@keyframes float-b-5shjzb1vm5 {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* Content Sections */
.content-section[b-5shjzb1vm5] {
    margin-bottom: 3rem;
}

.content-section h2[b-5shjzb1vm5] {
    color: var(--bs-dark);
    border-bottom: 3px solid var(--bs-primary);
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
    display: inline-block;
}

.content-section p[b-5shjzb1vm5] {
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--bs-secondary);
}

/* Fact Cards */
.fact-card[b-5shjzb1vm5] {
    background: white;
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid var(--bs-border-color);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.fact-card:hover[b-5shjzb1vm5] {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-color: var(--bs-primary);
}

.fact-card h4[b-5shjzb1vm5] {
    color: var(--bs-dark);
    margin-bottom: 1rem;
}

/* Roadmap */
.roadmap-list[b-5shjzb1vm5] {
    max-width: 600px;
}

.roadmap-item[b-5shjzb1vm5] {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: white;
    border-radius: 12px;
    border: 1px solid var(--bs-border-color);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.roadmap-item:hover[b-5shjzb1vm5] {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.roadmap-status[b-5shjzb1vm5] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 1rem;
    margin-top: 0.5rem;
    flex-shrink: 0;
}

.roadmap-status.available[b-5shjzb1vm5] {
    background-color: var(--bs-success);
}

.roadmap-status.coming[b-5shjzb1vm5] {
    background-color: var(--bs-warning);
}

.roadmap-content h5[b-5shjzb1vm5] {
    color: var(--bs-dark);
}


/* Responsive Design */
@media (max-width: 768px) {
    .hero-section[b-5shjzb1vm5] {
        padding: 2rem 0;
        text-align: center;
    }
    
    .business-visual[b-5shjzb1vm5] {
        margin: 1rem 0;
    }
    
    .business-item[b-5shjzb1vm5] {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
}
/* _content/PAiRoots.Platform.Web/Components/Pages/Dashboard.razor.rz.scp.css */
/* Dashboard Progress Enhancements */
.bg-success-soft[b-u70awjuaro] {
    background-color: rgba(40, 167, 69, 0.1) !important;
}

.bg-info-soft[b-u70awjuaro] {
    background-color: rgba(23, 162, 184, 0.1) !important;
}

.icon-wrapper[b-u70awjuaro] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.icon-wrapper:hover[b-u70awjuaro] {
    transform: scale(1.05);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.progress-wrapper[b-u70awjuaro] {
    position: relative;
}

.progress-wrapper:hover .progress[b-u70awjuaro] {
    box-shadow: 0 2px 8px rgba(13, 110, 253, 0.15);
}

.progress[b-u70awjuaro] {
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.progress-bar[b-u70awjuaro] {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar.bg-success[b-u70awjuaro] {
    animation: progress-bar-stripes-b-u70awjuaro 1s linear infinite;
}

@keyframes progress-bar-stripes-b-u70awjuaro {
    0% {
        background-position-x: 1rem;
    }
}

.card[b-u70awjuaro] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.card:hover[b-u70awjuaro] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
    border-color: rgba(13, 110, 253, 0.2);
}

.card-header[b-u70awjuaro] {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.row.mb-4[b-u70awjuaro] {
    transition: all 0.2s ease;
    border-radius: 8px;
    padding: 8px;
    margin-left: -8px;
    margin-right: -8px;
}

.row.mb-4:hover[b-u70awjuaro] {
    background-color: rgba(13, 110, 253, 0.02);
}

/* Enhanced badge styling */
.badge.rounded-pill[b-u70awjuaro] {
    font-size: 0.65rem;
    padding: 0.35em 0.65em;
    font-weight: 600;
    letter-spacing: 0.02em;
}

/* Icon wrapper color variations for different progress states */
.icon-wrapper.bg-success[b-u70awjuaro] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%) !important;
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}

.icon-wrapper.bg-warning[b-u70awjuaro] {
    background: linear-gradient(135deg, #ffc107 0%, #fd7e14 100%) !important;
    box-shadow: 0 4px 12px rgba(255, 193, 7, 0.3);
}

.icon-wrapper.bg-info[b-u70awjuaro] {
    background: linear-gradient(135deg, #17a2b8 0%, #6f42c1 100%) !important;
    box-shadow: 0 4px 12px rgba(23, 162, 184, 0.3);
}

.icon-wrapper.bg-light[b-u70awjuaro] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
}

/* Progress bar color variations */
.progress-bar.bg-warning[b-u70awjuaro] {
    background: linear-gradient(90deg, #ffc107 0%, #fd7e14 100%) !important;
}

.progress-bar.bg-info[b-u70awjuaro] {
    background: linear-gradient(90deg, #17a2b8 0%, #6f42c1 100%) !important;
}

.progress-bar.bg-success[b-u70awjuaro] {
    background: linear-gradient(90deg, #28a745 0%, #20c997 100%) !important;
}

/* Next Step Button Styling */
.card-header .btn-primary[b-u70awjuaro] {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    border: none;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
    animation: pulse-glow-b-u70awjuaro 2s ease-in-out infinite alternate;
}

.card-header .btn-primary:hover[b-u70awjuaro] {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 123, 255, 0.4);
    background: linear-gradient(135deg, #0056b3 0%, #004085 100%);
}

@keyframes pulse-glow-b-u70awjuaro {
    0% {
        box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
    }
    100% {
        box-shadow: 0 4px 12px rgba(0, 123, 255, 0.5);
    }
}
/* _content/PAiRoots.Platform.Web/Components/Pages/Home.razor.rz.scp.css */

/*Front page animation*/

*[b-iejkht2tfx] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.body[b-iejkht2tfx] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.circuit-background[b-iejkht2tfx] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.circuit-svg[b-iejkht2tfx] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}

.circuit-line[b-iejkht2tfx] {
    fill: none;
    stroke: #B794F4;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.circuit-pulse[b-iejkht2tfx] {
    stroke-dasharray: 10, 5;
    animation: pulse-flow-b-iejkht2tfx 4s linear infinite;
}

.circuit-pulse-2[b-iejkht2tfx] {
    stroke-dasharray: 8, 8;
    animation: pulse-flow-2-b-iejkht2tfx 6s linear infinite;
    animation-delay: -2s;
}

.circuit-pulse-3[b-iejkht2tfx] {
    stroke-dasharray: 6, 10;
    animation: pulse-flow-3-b-iejkht2tfx 5s linear infinite;
    animation-delay: -1s;
}

.circuit-node[b-iejkht2tfx] {
    fill: #D1E7FF;
    stroke: #B794F4;
    stroke-width: 1;
    opacity: 0;
    animation: node-lifecycle-b-iejkht2tfx 8s ease-in-out infinite;
}

.circuit-node-2[b-iejkht2tfx] {
    fill: #D1E7FF;
    stroke: #B794F4;
    stroke-width: 1;
    opacity: 0;
    animation: node-lifecycle-b-iejkht2tfx 8s ease-in-out infinite;
    animation-delay: -2s;
}

.circuit-node-3[b-iejkht2tfx] {
    fill: #D1E7FF;
    stroke: #B794F4;
    stroke-width: 1;
    opacity: 0;
    animation: node-lifecycle-b-iejkht2tfx 8s ease-in-out infinite;
    animation-delay: -4s;
}

.circuit-junction[b-iejkht2tfx] {
    fill: #B794F4;
    opacity: 0;
    animation: junction-lifecycle-b-iejkht2tfx 6s ease-in-out infinite;
}

.circuit-junction-2[b-iejkht2tfx] {
    fill: #B794F4;
    opacity: 0;
    animation: junction-lifecycle-b-iejkht2tfx 6s ease-in-out infinite;
    animation-delay: -1.5s;
}

.circuit-junction-3[b-iejkht2tfx] {
    fill: #B794F4;
    opacity: 0;
    animation: junction-lifecycle-b-iejkht2tfx 6s ease-in-out infinite;
    animation-delay: -3s;
}

/* Pennsylvania easter egg nodes */
.pa-node[b-iejkht2tfx] {
    fill: #D1E7FF;
    stroke: #B794F4;
    stroke-width: 1.5;
    opacity: 0;
    animation: pa-glow-b-iejkht2tfx 12s ease-in-out infinite;
}

.pa-node-2[b-iejkht2tfx] {
    fill: #D1E7FF;
    stroke: #B794F4;
    stroke-width: 1.5;
    opacity: 0;
    animation: pa-glow-b-iejkht2tfx 12s ease-in-out infinite;
    animation-delay: -6s;
}

@keyframes pulse-flow-b-iejkht2tfx {
    0% {
        stroke-dashoffset: 0;
        opacity: 0.8;
    }

    50% {
        opacity: 1;
    }

    100% {
        stroke-dashoffset: -200;
        opacity: 0.8;
    }
}

@keyframes pulse-flow-2-b-iejkht2tfx {
    0% {
        stroke-dashoffset: 0;
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }

    100% {
        stroke-dashoffset: -150;
        opacity: 0.6;
    }
}

@keyframes pulse-flow-3-b-iejkht2tfx {
    0% {
        stroke-dashoffset: 0;
        opacity: 0.7;
    }

    50% {
        opacity: 1;
    }

    100% {
        stroke-dashoffset: -180;
        opacity: 0.7;
    }
}

@keyframes node-lifecycle-b-iejkht2tfx {
    0%, 80%, 100% {
        opacity: 0;
        transform: scale(0.5);
        filter: brightness(1);
    }

    10%, 70% {
        opacity: 0.9;
        transform: scale(1);
        filter: brightness(1.3) drop-shadow(0 0 8px #D1E7FF);
    }

    40% {
        opacity: 1;
        transform: scale(1.1);
        filter: brightness(1.5) drop-shadow(0 0 12px #D1E7FF);
    }
}

@keyframes junction-lifecycle-b-iejkht2tfx {
    0%, 85%, 100% {
        opacity: 0;
        transform: scale(0.3);
    }

    15%, 75% {
        opacity: 0.7;
        transform: scale(1);
        filter: brightness(1.2) drop-shadow(0 0 6px #B794F4);
    }

    45% {
        opacity: 0.9;
        transform: scale(1.2);
        filter: brightness(1.6) drop-shadow(0 0 10px #B794F4);
    }
}

@keyframes pa-glow-b-iejkht2tfx {
    0%, 85%, 100% {
        opacity: 0;
        transform: scale(0.8);
    }

    5%, 80% {
        opacity: 0.4;
        transform: scale(1);
    }

    15%, 70% {
        opacity: 0.7;
        transform: scale(1.1);
        filter: brightness(1.4) drop-shadow(0 0 8px #D1E7FF);
    }

    40% {
        opacity: 0.9;
        transform: scale(1.2);
        filter: brightness(1.6) drop-shadow(0 0 12px #D1E7FF);
    }
}

.main-content[b-iejkht2tfx] {
    position: relative;
    z-index: 10;
    text-align: center;
    color: white;
    padding: 2rem;
}

.logo[b-iejkht2tfx] {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #ffffff;
    text-shadow: 0 2px 20px rgba(215, 231, 255, 0.3);
    letter-spacing: -0.02em;
}

.tagline[b-iejkht2tfx] {
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 3rem;
    color: #D1E7FF;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.button-container[b-iejkht2tfx] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn[b-iejkht2tfx] {
    padding: 0.875rem 2rem;
    border: none;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.btn-primary[b-iejkht2tfx] {
    background: #6B7280;
    color: white;
    box-shadow: 0 4px 15px rgba(107, 114, 128, 0.4);
}

    .btn-primary:hover[b-iejkht2tfx] {
        background: #4B5563;
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(107, 114, 128, 0.6);
    }

.btn-secondary[b-iejkht2tfx] {
    background: rgba(183, 148, 244, 0.2);
    color: #D1E7FF;
    border: 2px solid #B794F4;
    backdrop-filter: blur(10px);
}

    .btn-secondary:hover[b-iejkht2tfx] {
        background: rgba(183, 148, 244, 0.3);
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(183, 148, 244, 0.3);
    }

@media (max-width: 768px) {
    .logo[b-iejkht2tfx] {
        font-size: 2.5rem;
    }

    .tagline[b-iejkht2tfx] {
        font-size: 1.1rem;
        margin-bottom: 2rem;
    }

    .button-container[b-iejkht2tfx] {
        flex-direction: column;
        align-items: center;
    }
}

/*Front page animation end*/

/* New Home Page Styles */
.scroll-arrow-container[b-iejkht2tfx] {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    text-align: center;
    z-index: 1000;
    animation: bounce-b-iejkht2tfx 2s infinite;
}

.scroll-arrow[b-iejkht2tfx] {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    transition: all 0.3s ease;
}

.scroll-arrow:hover[b-iejkht2tfx] {
    background: white;
    transform: scale(1.1);
}

.scroll-text[b-iejkht2tfx] {
    color: white;
    font-size: 14px;
    font-weight: 500;
}

@keyframes bounce-b-iejkht2tfx {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    40% {
        transform: translateX(-50%) translateY(-10px);
    }
    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

/* Section Background and Layout */
.fullscreen-section[b-iejkht2tfx] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

.section-body[b-iejkht2tfx] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.circuit-background-static[b-iejkht2tfx] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.circuit-line-static[b-iejkht2tfx] {
    fill: none;
    stroke: #B794F4;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 0.4;
}

/* Feature Icons */
.feature-icon[b-iejkht2tfx] {
    background: rgba(209, 231, 255, 0.2);
    border: 2px solid #B794F4;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-text[b-iejkht2tfx] {
    color: #D1E7FF;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
}

/* Video Placeholder */
.video-placeholder[b-iejkht2tfx] {
    min-height: 400px;
    background: rgba(183, 148, 244, 0.2) !important;
    border: 2px solid #B794F4;
    backdrop-filter: blur(10px);
}

/* Product Cards */
.product-card[b-iejkht2tfx] {
    text-align: center;
    padding: 2rem 1rem;
    background: rgba(183, 148, 244, 0.1);
    border: 2px solid rgba(183, 148, 244, 0.3);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.product-card:hover[b-iejkht2tfx] {
    background: rgba(183, 148, 244, 0.2);
    border-color: #B794F4;
    transform: translateY(-5px);
}

.product-icon[b-iejkht2tfx] {
    margin: 0 auto;
}

.product-title[b-iejkht2tfx] {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 0 2px 20px rgba(215, 231, 255, 0.3);
}

.product-description[b-iejkht2tfx] {
    color: #D1E7FF;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.badge[b-iejkht2tfx] {
    background: rgba(183, 148, 244, 0.3);
    color: #D1E7FF;
    border: 1px solid #B794F4;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
}

/* Benefit Cards */
.benefit-card[b-iejkht2tfx] {
    text-align: center;
    padding: 1.5rem;
}

.benefit-icon[b-iejkht2tfx] {
    background: rgba(209, 231, 255, 0.2);
    border: 2px solid #B794F4;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.benefit-title[b-iejkht2tfx] {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    text-shadow: 0 2px 20px rgba(215, 231, 255, 0.3);
}

.benefit-description[b-iejkht2tfx] {
    color: #D1E7FF;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
}

/* CTA Section */
.cta-section[b-iejkht2tfx] {
    margin-top: 2rem;
}

.cta-title[b-iejkht2tfx] {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-shadow: 0 2px 20px rgba(215, 231, 255, 0.3);
}

.cta-description[b-iejkht2tfx] {
    color: #D1E7FF;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 2rem;
}
/* _content/PAiRoots.Platform.Web/Components/Pages/PilotRoots.razor.rz.scp.css */
/* Pilot Roots Page Styling */
.pilot-roots-page[b-akyrl0xwx0] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 2rem 0;
}

.circuit-background[b-akyrl0xwx0] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.circuit-svg[b-akyrl0xwx0] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}

.circuit-line[b-akyrl0xwx0] {
    fill: none;
    stroke: #B794F4;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.circuit-pulse[b-akyrl0xwx0] {
    stroke-dasharray: 10, 5;
    animation: pulse-flow-b-akyrl0xwx0 4s linear infinite;
}

.circuit-pulse-2[b-akyrl0xwx0] {
    stroke-dasharray: 8, 8;
    animation: pulse-flow-2-b-akyrl0xwx0 6s linear infinite;
    animation-delay: -2s;
}

.circuit-pulse-3[b-akyrl0xwx0] {
    stroke-dasharray: 6, 10;
    animation: pulse-flow-3-b-akyrl0xwx0 5s linear infinite;
    animation-delay: -1s;
}

@keyframes pulse-flow-b-akyrl0xwx0 {
    0% {
        stroke-dashoffset: 0;
        opacity: 0.8;
    }
    50% {
        opacity: 1;
    }
    100% {
        stroke-dashoffset: -200;
        opacity: 0.8;
    }
}

@keyframes pulse-flow-2-b-akyrl0xwx0 {
    0% {
        stroke-dashoffset: 0;
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
    100% {
        stroke-dashoffset: -150;
        opacity: 0.6;
    }
}

@keyframes pulse-flow-3-b-akyrl0xwx0 {
    0% {
        stroke-dashoffset: 0;
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
    100% {
        stroke-dashoffset: -180;
        opacity: 0.7;
    }
}

.main-content[b-akyrl0xwx0] {
    position: relative;
    z-index: 10;
    color: white;
    width: 100%;
}

.pilot-form-container[b-akyrl0xwx0] {
    background: rgba(183, 148, 244, 0.1);
    border: 2px solid rgba(183, 148, 244, 0.3);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    padding: 3rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.logo[b-akyrl0xwx0] {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #ffffff;
    text-shadow: 0 2px 20px rgba(215, 231, 255, 0.3);
    letter-spacing: -0.02em;
}

.tagline[b-akyrl0xwx0] {
    font-size: 1.125rem;
    font-weight: 400;
    color: #D1E7FF;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.pilot-form[b-akyrl0xwx0] {
    margin-bottom: 2rem;
}

.form-label[b-akyrl0xwx0] {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.form-control-custom[b-akyrl0xwx0] {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(183, 148, 244, 0.3);
    border-radius: 10px;
    color: #ffffff;
    padding: 0.875rem 1rem;
    font-size: 1rem;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.form-control-custom:focus[b-akyrl0xwx0] {
    background: rgba(255, 255, 255, 0.15);
    border-color: #B794F4;
    box-shadow: 0 0 0 0.2rem rgba(183, 148, 244, 0.25);
    color: #ffffff;
}

.form-control-custom[b-akyrl0xwx0]::placeholder {
    color: rgba(209, 231, 255, 0.7);
}

.form-check-input[b-akyrl0xwx0] {
    background-color: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(183, 148, 244, 0.3);
    border-radius: 4px;
}

.form-check-input:checked[b-akyrl0xwx0] {
    background-color: #B794F4;
    border-color: #B794F4;
}

.form-check-input:focus[b-akyrl0xwx0] {
    border-color: #B794F4;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(183, 148, 244, 0.25);
}

.form-check-label[b-akyrl0xwx0] {
    color: #D1E7FF;
    font-size: 0.9rem;
    line-height: 1.5;
}

.btn[b-akyrl0xwx0] {
    padding: 0.875rem 2rem;
    border: none;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.btn-primary[b-akyrl0xwx0] {
    background: #6B7280;
    color: white;
    box-shadow: 0 4px 15px rgba(107, 114, 128, 0.4);
}

.btn-primary:hover:not(:disabled)[b-akyrl0xwx0] {
    background: #4B5563;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(107, 114, 128, 0.6);
}

.btn-primary:disabled[b-akyrl0xwx0] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-secondary[b-akyrl0xwx0] {
    background: rgba(183, 148, 244, 0.2);
    color: #D1E7FF;
    border: 2px solid #B794F4;
    backdrop-filter: blur(10px);
}

.btn-secondary:hover[b-akyrl0xwx0] {
    background: rgba(183, 148, 244, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(183, 148, 244, 0.3);
    color: #D1E7FF;
}

.button-container[b-akyrl0xwx0] {
    margin-top: 2rem;
}

.program-benefits[b-akyrl0xwx0] {
    border-top: 1px solid rgba(183, 148, 244, 0.3);
    padding-top: 2rem;
}

.benefits-title[b-akyrl0xwx0] {
    color: #ffffff;
    font-size: 1.75rem;
    font-weight: 700;
    text-shadow: 0 2px 20px rgba(215, 231, 255, 0.3);
    margin-bottom: 2rem;
}

.benefit-icon[b-akyrl0xwx0] {
    background: rgba(209, 231, 255, 0.2);
    border: 2px solid #B794F4;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.benefit-title[b-akyrl0xwx0] {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    text-shadow: 0 2px 20px rgba(215, 231, 255, 0.3);
}

.benefit-description[b-akyrl0xwx0] {
    color: #D1E7FF;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
}

.alert[b-akyrl0xwx0] {
    border-radius: 10px;
    border: none;
}

.alert-danger[b-akyrl0xwx0] {
    background: rgba(220, 53, 69, 0.2);
    color: #ff6b7a;
    border: 1px solid rgba(220, 53, 69, 0.3);
}

.alert-success[b-akyrl0xwx0] {
    background: rgba(40, 167, 69, 0.2);
    color: #6bcf7f;
    border: 1px solid rgba(40, 167, 69, 0.3);
}

@media (max-width: 768px) {
    .pilot-form-container[b-akyrl0xwx0] {
        padding: 2rem 1.5rem;
        margin: 1rem;
    }
    
    .logo[b-akyrl0xwx0] {
        font-size: 2rem;
    }
    
    .tagline[b-akyrl0xwx0] {
        font-size: 1rem;
    }
    
    .button-container .btn[b-akyrl0xwx0] {
        display: block;
        width: 100%;
        margin: 0.5rem 0;
    }
}
/* _content/PAiRoots.Platform.Web/Components/Pages/Social/Pages/ContentLibrary.razor.rz.scp.css */
/* Content Library Gorgeous Styling */

/* Header Section */
.content-library-header[b-nd6cwfhpmk] {
    padding: 2rem 0 1rem;
}

.header-title h1[b-nd6cwfhpmk] {
    background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

.modern-select[b-nd6cwfhpmk] {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.modern-select:focus[b-nd6cwfhpmk] {
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
    border-color: #3498db;
}

/* Upload Section */
.upload-section[b-nd6cwfhpmk] {
    margin-bottom: 3rem;
}

.upload-card[b-nd6cwfhpmk] {
    background: linear-gradient(135deg, #f8fafe 0%, #ffffff 100%);
    border: 1px solid rgba(52, 152, 219, 0.1);
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.upload-header[b-nd6cwfhpmk] {
    margin-bottom: 1.5rem;
}

.modern-file-input[b-nd6cwfhpmk] {
    border-radius: 12px;
    border: 2px dashed #3498db;
    background: rgba(52, 152, 219, 0.02);
    padding: 1rem;
    transition: all 0.3s ease;
}

.modern-file-input:hover[b-nd6cwfhpmk] {
    border-color: #2980b9;
    background: rgba(52, 152, 219, 0.05);
}

.modern-file-input:focus[b-nd6cwfhpmk] {
    border-color: #2980b9;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
    background: rgba(52, 152, 219, 0.08);
}

/* Upload button uses standard Bootstrap styling */

.upload-progress[b-nd6cwfhpmk] {
    background: rgba(40, 167, 69, 0.05);
    border-radius: 12px;
    padding: 1rem;
    border: 1px solid rgba(40, 167, 69, 0.1);
}

.progress[b-nd6cwfhpmk] {
    height: 8px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.progress-bar[b-nd6cwfhpmk] {
    background: linear-gradient(90deg, #28a745 0%, #20c997 100%);
    border-radius: 10px;
}

/* Content Gallery */
.content-gallery[b-nd6cwfhpmk] {
    margin-top: 2rem;
}

.content-card[b-nd6cwfhpmk] {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.content-card:hover[b-nd6cwfhpmk] {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-color: rgba(52, 152, 219, 0.2);
}

.image-container[b-nd6cwfhpmk] {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
}

.content-image[b-nd6cwfhpmk] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.content-card:hover .content-image[b-nd6cwfhpmk] {
    transform: scale(1.05);
}

.image-overlay[b-nd6cwfhpmk] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 1rem;
}

.content-card:hover .image-overlay[b-nd6cwfhpmk] {
    opacity: 1;
}

.overlay-actions .btn[b-nd6cwfhpmk] {
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.content-card-body[b-nd6cwfhpmk] {
    padding: 1rem;
}

.content-title[b-nd6cwfhpmk] {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.content-context[b-nd6cwfhpmk] {
    color: #3498db;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.content-meta[b-nd6cwfhpmk] {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 0.5rem;
}

/* Load More Section */
.load-more-btn[b-nd6cwfhpmk] {
    border-radius: 12px;
    padding: 0.75rem 2rem;
    font-weight: 600;
    border: 2px solid #3498db;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.load-more-btn:hover[b-nd6cwfhpmk] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(52, 152, 219, 0.3);
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white;
}

/* Empty State */
.empty-state[b-nd6cwfhpmk] {
    padding: 3rem 0;
}

.empty-icon[b-nd6cwfhpmk] {
    opacity: 0.6;
}

/* Responsive Design */
@media (max-width: 768px) {
    .content-library-header[b-nd6cwfhpmk] {
        padding: 1rem 0;
    }
    
    .header-controls[b-nd6cwfhpmk] {
        margin-top: 1rem;
    }
    
    .upload-card[b-nd6cwfhpmk] {
        padding: 1.5rem;
    }
    
    .content-card[b-nd6cwfhpmk] {
        border-radius: 12px;
    }
}

/* Success Alert Enhancement */
.alert-success[b-nd6cwfhpmk] {
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.1) 0%, rgba(32, 201, 151, 0.1) 100%);
    border: 1px solid rgba(40, 167, 69, 0.2);
    border-radius: 12px;
    color: #155724;
}

/* Animations */
@keyframes fadeInUp-b-nd6cwfhpmk {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.content-card[b-nd6cwfhpmk] {
    animation: fadeInUp-b-nd6cwfhpmk 0.6s ease forwards;
}

.content-card:nth-child(1)[b-nd6cwfhpmk] { animation-delay: 0.1s; }
.content-card:nth-child(2)[b-nd6cwfhpmk] { animation-delay: 0.2s; }
.content-card:nth-child(3)[b-nd6cwfhpmk] { animation-delay: 0.3s; }
.content-card:nth-child(4)[b-nd6cwfhpmk] { animation-delay: 0.4s; }
