/* _content/PAiRoots.Platform.Web/Components/Account/Pages/Login.razor.rz.scp.css */
/*Front page animation*/

*[b-lshe5gt9zd] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.body[b-lshe5gt9zd] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background: #3d5a3d;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}

/* Desktop and iPad Header Background */
@media (min-width: 769px) {
    .body[b-lshe5gt9zd]::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 60vh;
        background: radial-gradient(ellipse 120% 80% at 50% 0%, rgba(255, 215, 120, 0.15) 0%, rgba(255, 215, 120, 0.08) 40%, rgba(255, 215, 120, 0.03) 70%, transparent 100%);
        pointer-events: none;
        z-index: 5;
    }
}

@media (max-width: 768px) {
    .main-content[b-lshe5gt9zd] {
        padding: 1.5rem 1rem;
    }
}

/*Front page animation end*/

/* Hero Background Elements */
.hero-background[b-lshe5gt9zd] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    overflow: hidden;
}

/* Floating Social Media Icons */
.floating-icon[b-lshe5gt9zd] {
    position: absolute;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(74, 104, 74, 0.2), rgba(45, 74, 45, 0.15));
    border: 1px solid rgba(74, 104, 74, 0.3);
    border-radius: 50%;
    backdrop-filter: blur(10px);
    color: rgba(134, 164, 134, 0.8);
    animation: gentleFloat-b-lshe5gt9zd 8s ease-in-out infinite;
}

.instagram-icon[b-lshe5gt9zd] {
    animation-delay: 0s;
}

.facebook-icon[b-lshe5gt9zd] {
    animation-delay: -2s;
    width: 55px;
    height: 55px;
}

.calendar-icon[b-lshe5gt9zd] {
    animation-delay: -4s;
    width: 50px;
    height: 50px;
}

.heart-icon[b-lshe5gt9zd] {
    animation-delay: -6s;
    width: 45px;
    height: 45px;
}

.smiley-icon[b-lshe5gt9zd] {
    animation-delay: -1s;
    width: 55px;
    height: 55px;
}

.laughing-icon[b-lshe5gt9zd] {
    animation-delay: -3s;
    width: 50px;
    height: 50px;
}

.thumbs-icon[b-lshe5gt9zd] {
    animation-delay: -5s;
    width: 52px;
    height: 52px;
}

.star-icon[b-lshe5gt9zd] {
    animation-delay: -7s;
    width: 48px;
    height: 48px;
}

.chat-icon[b-lshe5gt9zd] {
    animation-delay: -2.5s;
    width: 50px;
    height: 50px;
}

.fire-icon[b-lshe5gt9zd] {
    animation-delay: -4.5s;
    width: 46px;
    height: 46px;
}

/* 3D Style Floating Shapes */
.floating-shape[b-lshe5gt9zd] {
    position: absolute;
    border-radius: 50%;
    animation: gentleFloat-b-lshe5gt9zd 12s ease-in-out infinite;
}

.circle-large[b-lshe5gt9zd] {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, rgba(61, 90, 61, 0.15), rgba(45, 74, 45, 0.08));
    box-shadow:
        0 8px 32px rgba(45, 74, 45, 0.2),
        inset 0 1px 0 rgba(134, 164, 134, 0.2);
    animation-delay: -1s;
}

.circle-medium[b-lshe5gt9zd] {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(45, 74, 45, 0.2), rgba(26, 47, 26, 0.1));
    box-shadow:
        0 6px 24px rgba(45, 74, 45, 0.15),
        inset 0 1px 0 rgba(134, 164, 134, 0.15);
    animation-delay: -3s;
}

.circle-small[b-lshe5gt9zd] {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, rgba(74, 104, 74, 0.25), rgba(45, 74, 45, 0.12));
    box-shadow:
        0 4px 16px rgba(45, 74, 45, 0.1),
        inset 0 1px 0 rgba(134, 164, 134, 0.1);
}

/* Abstract Gradient Blobs */
.gradient-blob[b-lshe5gt9zd] {
    width: 100px;
    height: 60px;
    background: linear-gradient(45deg, rgba(61, 90, 61, 0.1), rgba(134, 164, 134, 0.05));
    border-radius: 50% 20% 50% 20%;
    animation: gentleFloat-b-lshe5gt9zd 10s ease-in-out infinite, gentleRotate-b-lshe5gt9zd 20s linear infinite;
    animation-delay: -2.5s;
}

.gradient-blob-2[b-lshe5gt9zd] {
    width: 80px;
    height: 40px;
    background: linear-gradient(-45deg, rgba(45, 74, 45, 0.12), rgba(74, 104, 74, 0.06));
    border-radius: 20% 50% 20% 50%;
    animation: gentleFloat-b-lshe5gt9zd 14s ease-in-out infinite, gentleRotate-b-lshe5gt9zd 25s linear infinite reverse;
    animation-delay: -5s;
}

/* Animations */
@keyframes gentleFloat-b-lshe5gt9zd {
    0%, 100% {
        transform: translateY(0px) translateX(0px);
    }
    25% {
        transform: translateY(-10px) translateX(5px);
    }
    50% {
        transform: translateY(-5px) translateX(-8px);
    }
    75% {
        transform: translateY(-15px) translateX(3px);
    }
}

@keyframes gentleRotate-b-lshe5gt9zd {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Floating Hashtag Text Elements */
.floating-hashtag[b-lshe5gt9zd] {
    position: absolute;
    color: rgba(134, 164, 134, 0.7);
    font-size: 0.875rem;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    animation: gentleFloat-b-lshe5gt9zd 10s ease-in-out infinite;
    pointer-events: none;
    z-index: 3;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.floating-hashtag:hover[b-lshe5gt9zd] {
    opacity: 1;
}


/* Top Logo */
.top-logo[b-lshe5gt9zd] {
    position: fixed;
    top: 2rem;
    left: 2rem;
    z-index: 1000;
    display: flex;
    align-items: center;
    height: 40px;
}

.logo-image[b-lshe5gt9zd] {
    height: 80px;
    width: auto;
    transition: all 0.3s ease;
}

.top-logo:hover .logo-image[b-lshe5gt9zd] {
    transform: translateY(-1px);
}

/* Top Navigation */
.top-nav[b-lshe5gt9zd] {
    position: fixed;
    top: 2rem;
    right: 2rem;
    z-index: 1000;
    display: flex;
    align-items: center;
    height: 40px;
}

.login-btn[b-lshe5gt9zd] {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #f4f1e8;
    padding: 0.5rem 1.25rem;
    border-radius: 25px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    height: 40px;
    display: flex;
    align-items: center;
}

.login-btn:hover[b-lshe5gt9zd] {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
    color: #f4f1e8;
    text-decoration: none;
}

.main-content[b-lshe5gt9zd] {
    position: relative;
    z-index: 10;
    text-align: center;
    color: white;
    padding: 2rem;
    max-width: 600px;
    width: 100%;
}

/* Login Form Styling */
.bg-white[b-lshe5gt9zd] {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(20px);
    border-radius: 24px !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
    border: 1px solid rgba(165, 150, 115, 0.2) !important;
}

.btn-primary[b-lshe5gt9zd] {
    background: linear-gradient(135deg, #a59673, #8a7f5f) !important;
    border: none !important;
    color: white !important;
    padding: 1rem 3.25rem !important;
    border-radius: 50px !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.02em !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 6px 20px rgba(165, 150, 115, 0.3) !important;
}

.btn-primary:hover[b-lshe5gt9zd] {
    background: linear-gradient(135deg, #8a7f5f, #756a4b) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(165, 150, 115, 0.4) !important;
}

.form-control[b-lshe5gt9zd] {
    border: 2px solid rgba(165, 150, 115, 0.2) !important;
    border-radius: 12px !important;
    padding: 1rem !important;
    background: rgba(245, 242, 232, 0.05) !important;
    transition: all 0.3s ease !important;
}

.form-control:focus[b-lshe5gt9zd] {
    border-color: #a59673 !important;
    box-shadow: 0 0 0 0.2rem rgba(165, 150, 115, 0.25) !important;
    background: rgba(245, 242, 232, 0.1) !important;
}

.text-primary[b-lshe5gt9zd] {
    color: #a59673 !important;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .top-logo[b-lshe5gt9zd] {
        top: 1rem;
        left: 1rem;
    }

    .logo-image[b-lshe5gt9zd] {
        height: 64px;
    }

    .top-nav[b-lshe5gt9zd] {
        top: 1rem;
        right: 1rem;
    }

    .login-btn[b-lshe5gt9zd] {
        padding: 0.4rem 1rem;
        font-size: 0.8rem;
    }

    .main-content[b-lshe5gt9zd] {
        padding: 1.5rem 1rem;
    }

    .btn-primary[b-lshe5gt9zd] {
        padding: 0.875rem 2rem !important;
        font-size: 1rem !important;
    }
}
/* _content/PAiRoots.Platform.Web/Components/Account/Pages/Logout.razor.rz.scp.css */
/* PAiRoots Logout - AI Disconnection Animation */

*[b-wwxze28p30] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.body[b-wwxze28p30] {
    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-wwxze28p30] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.circuit-svg[b-wwxze28p30] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

/* AI Neural Network Style - Disconnecting */
.circuit-line[b-wwxze28p30] {
    fill: none;
    stroke: var(--bs-success);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 1;
    animation: power-down-b-wwxze28p30 3s ease-out forwards;
}

.circuit-pulse[b-wwxze28p30] {
    stroke-dasharray: 15, 10;
    animation: final-pulse-b-wwxze28p30 4s ease-out forwards, power-down-b-wwxze28p30 3s ease-out forwards;
}

.circuit-pulse-2[b-wwxze28p30] {
    stroke-dasharray: 12, 8;
    animation: final-pulse-2-b-wwxze28p30 5s ease-out forwards, power-down-b-wwxze28p30 3s ease-out forwards;
    animation-delay: 0.5s;
}

.circuit-pulse-3[b-wwxze28p30] {
    stroke-dasharray: 10, 12;
    animation: final-pulse-3-b-wwxze28p30 6s ease-out forwards, power-down-b-wwxze28p30 3s ease-out forwards;
    animation-delay: 1s;
}

/* AI Nodes - Powering Down */
.circuit-node[b-wwxze28p30] {
    fill: var(--bs-light);
    stroke: var(--bs-success);
    stroke-width: 2;
    opacity: 1;
    animation: node-shutdown-b-wwxze28p30 4s ease-out forwards;
}

.circuit-node-2[b-wwxze28p30] {
    fill: var(--bs-light);
    stroke: var(--bs-warning);
    stroke-width: 2;
    opacity: 1;
    animation: node-shutdown-b-wwxze28p30 4s ease-out forwards;
    animation-delay: 0.8s;
}

.circuit-node-3[b-wwxze28p30] {
    fill: var(--bs-light);
    stroke: var(--bs-danger);
    stroke-width: 2;
    opacity: 1;
    animation: node-shutdown-b-wwxze28p30 4s ease-out forwards;
    animation-delay: 1.6s;
}

/* Junction Points - System Disconnection */
.circuit-junction[b-wwxze28p30] {
    fill: var(--bs-info);
    opacity: 1;
    animation: junction-disconnect-b-wwxze28p30 3s ease-out forwards;
}

.circuit-junction-2[b-wwxze28p30] {
    fill: var(--bs-warning);
    opacity: 1;
    animation: junction-disconnect-b-wwxze28p30 3s ease-out forwards;
    animation-delay: 0.7s;
}

.circuit-junction-3[b-wwxze28p30] {
    fill: var(--bs-success);
    opacity: 1;
    animation: junction-disconnect-b-wwxze28p30 3s ease-out forwards;
    animation-delay: 1.4s;
}

/* Power Down Animation - Lines fade and flicker */
@keyframes power-down-b-wwxze28p30 {
    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-wwxze28p30 {
    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-wwxze28p30 {
    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-wwxze28p30 {
    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-wwxze28p30 {
    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-wwxze28p30 {
    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-wwxze28p30] {
    position: relative;
    z-index: 10;
    text-align: center;
    color: white;
    padding: 2rem;
    animation: content-fade-in-b-wwxze28p30 2s ease-out;
}

/* Content fades in as AI powers down */
@keyframes content-fade-in-b-wwxze28p30 {
    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-wwxze28p30] {
        padding: 1rem;
    }
    
    .circuit-line[b-wwxze28p30] {
        stroke-width: 1.5;
    }
    
    .circuit-node[b-wwxze28p30] {
        stroke-width: 1.5;
    }
    
    .circuit-node-2[b-wwxze28p30] {
        stroke-width: 1.5;
    }
    
    .circuit-node-3[b-wwxze28p30] {
        stroke-width: 1.5;
    }
}
/* _content/PAiRoots.Platform.Web/Components/Account/Pages/Register.razor.rz.scp.css */
/*Front page animation*/

*[b-qg9qfs9fqx] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.body[b-qg9qfs9fqx] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background: #3d5a3d;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}

/* Desktop and iPad Header Background */
@media (min-width: 769px) {
    .body[b-qg9qfs9fqx]::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 60vh;
        background: radial-gradient(ellipse 120% 80% at 50% 0%, rgba(255, 215, 120, 0.15) 0%, rgba(255, 215, 120, 0.08) 40%, rgba(255, 215, 120, 0.03) 70%, transparent 100%);
        pointer-events: none;
        z-index: 5;
    }
}

@media (max-width: 768px) {
    .main-content[b-qg9qfs9fqx] {
        padding: 1.5rem 1rem;
    }
}

/*Front page animation end*/

/* Hero Background Elements */
.hero-background[b-qg9qfs9fqx] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    overflow: hidden;
}

/* Floating Social Media Icons */
.floating-icon[b-qg9qfs9fqx] {
    position: absolute;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(74, 104, 74, 0.2), rgba(45, 74, 45, 0.15));
    border: 1px solid rgba(74, 104, 74, 0.3);
    border-radius: 50%;
    backdrop-filter: blur(10px);
    color: rgba(134, 164, 134, 0.8);
    animation: gentleFloat-b-qg9qfs9fqx 8s ease-in-out infinite;
}

.instagram-icon[b-qg9qfs9fqx] {
    animation-delay: 0s;
}

.facebook-icon[b-qg9qfs9fqx] {
    animation-delay: -2s;
    width: 55px;
    height: 55px;
}

.calendar-icon[b-qg9qfs9fqx] {
    animation-delay: -4s;
    width: 50px;
    height: 50px;
}

.heart-icon[b-qg9qfs9fqx] {
    animation-delay: -6s;
    width: 45px;
    height: 45px;
}

/* 3D Style Floating Shapes */
.floating-shape[b-qg9qfs9fqx] {
    position: absolute;
    border-radius: 50%;
    animation: gentleFloat-b-qg9qfs9fqx 12s ease-in-out infinite;
}

.circle-large[b-qg9qfs9fqx] {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, rgba(61, 90, 61, 0.15), rgba(45, 74, 45, 0.08));
    box-shadow: 
        0 8px 32px rgba(45, 74, 45, 0.2),
        inset 0 1px 0 rgba(134, 164, 134, 0.2);
    animation-delay: -1s;
}

.circle-medium[b-qg9qfs9fqx] {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(45, 74, 45, 0.2), rgba(26, 47, 26, 0.1));
    box-shadow: 
        0 6px 24px rgba(45, 74, 45, 0.15),
        inset 0 1px 0 rgba(134, 164, 134, 0.15);
    animation-delay: -3s;
}

.circle-small[b-qg9qfs9fqx] {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, rgba(74, 104, 74, 0.25), rgba(45, 74, 45, 0.12));
    box-shadow: 
        0 4px 16px rgba(45, 74, 45, 0.1),
        inset 0 1px 0 rgba(134, 164, 134, 0.1);
}

/* Abstract Gradient Blobs */
.gradient-blob[b-qg9qfs9fqx] {
    width: 100px;
    height: 60px;
    background: linear-gradient(45deg, rgba(61, 90, 61, 0.1), rgba(134, 164, 134, 0.05));
    border-radius: 50% 20% 50% 20%;
    animation: gentleFloat-b-qg9qfs9fqx 10s ease-in-out infinite, gentleRotate-b-qg9qfs9fqx 20s linear infinite;
    animation-delay: -2.5s;
}

.gradient-blob-2[b-qg9qfs9fqx] {
    width: 80px;
    height: 40px;
    background: linear-gradient(-45deg, rgba(45, 74, 45, 0.12), rgba(74, 104, 74, 0.06));
    border-radius: 20% 50% 20% 50%;
    animation: gentleFloat-b-qg9qfs9fqx 14s ease-in-out infinite, gentleRotate-b-qg9qfs9fqx 25s linear infinite reverse;
    animation-delay: -5s;
}

/* Animations */
@keyframes gentleFloat-b-qg9qfs9fqx {
    0%, 100% {
        transform: translateY(0px) translateX(0px);
    }
    25% {
        transform: translateY(-10px) translateX(5px);
    }
    50% {
        transform: translateY(-5px) translateX(-8px);
    }
    75% {
        transform: translateY(-15px) translateX(3px);
    }
}

@keyframes gentleRotate-b-qg9qfs9fqx {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Floating Hashtag Text Elements */
.floating-hashtag[b-qg9qfs9fqx] {
    position: absolute;
    color: rgba(134, 164, 134, 0.7);
    font-size: 0.875rem;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    animation: gentleFloat-b-qg9qfs9fqx 10s ease-in-out infinite;
    pointer-events: none;
    z-index: 3;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.floating-hashtag:hover[b-qg9qfs9fqx] {
    opacity: 1;
}


/* Top Logo */
.top-logo[b-qg9qfs9fqx] {
    position: fixed;
    top: 2rem;
    left: 2rem;
    z-index: 1000;
    display: flex;
    align-items: center;
    height: 40px;
}

.logo-image[b-qg9qfs9fqx] {
    height: 80px;
    width: auto;
    transition: all 0.3s ease;
}

.top-logo:hover .logo-image[b-qg9qfs9fqx] {
    transform: translateY(-1px);
}

/* Top Navigation */
.top-nav[b-qg9qfs9fqx] {
    position: fixed;
    top: 2rem;
    right: 2rem;
    z-index: 1000;
    display: flex;
    align-items: center;
    height: 40px;
}

.login-btn[b-qg9qfs9fqx] {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #f4f1e8;
    padding: 0.5rem 1.25rem;
    border-radius: 25px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    height: 40px;
    display: flex;
    align-items: center;
}

.login-btn:hover[b-qg9qfs9fqx] {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
    color: #f4f1e8;
    text-decoration: none;
}

.main-content[b-qg9qfs9fqx] {
    position: relative;
    z-index: 10;
    text-align: center;
    color: white;
    padding: 2rem;
    max-width: 600px;
    width: 100%;
}

/* Register Form Styling */
.bg-white[b-qg9qfs9fqx] {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(20px);
    border-radius: 24px !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
    border: 1px solid rgba(165, 150, 115, 0.2) !important;
}

.btn-primary[b-qg9qfs9fqx] {
    background: linear-gradient(135deg, #a59673, #8a7f5f) !important;
    border: none !important;
    color: white !important;
    padding: 1rem 3.25rem !important;
    border-radius: 50px !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.02em !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 6px 20px rgba(165, 150, 115, 0.3) !important;
}

.btn-primary:hover[b-qg9qfs9fqx] {
    background: linear-gradient(135deg, #8a7f5f, #756a4b) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(165, 150, 115, 0.4) !important;
}

.form-control[b-qg9qfs9fqx] {
    border: 2px solid rgba(165, 150, 115, 0.2) !important;
    border-radius: 12px !important;
    padding: 1rem !important;
    background: rgba(245, 242, 232, 0.05) !important;
    transition: all 0.3s ease !important;
}

.form-control:focus[b-qg9qfs9fqx] {
    border-color: #a59673 !important;
    box-shadow: 0 0 0 0.2rem rgba(165, 150, 115, 0.25) !important;
    background: rgba(245, 242, 232, 0.1) !important;
}

.text-primary[b-qg9qfs9fqx] {
    color: #a59673 !important;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .top-logo[b-qg9qfs9fqx] {
        top: 1rem;
        left: 1rem;
    }
    
    .logo-image[b-qg9qfs9fqx] {
        height: 64px;
    }
    
    .top-nav[b-qg9qfs9fqx] {
        top: 1rem;
        right: 1rem;
    }

    .login-btn[b-qg9qfs9fqx] {
        padding: 0.4rem 1rem;
        font-size: 0.8rem;
    }

    .main-content[b-qg9qfs9fqx] {
        padding: 1.5rem 1rem;
    }

    .btn-primary[b-qg9qfs9fqx] {
        padding: 0.875rem 2rem !important;
        font-size: 1rem !important;
    }
}
/* _content/PAiRoots.Platform.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-kxhhsbyzuz] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-kxhhsbyzuz] {
    flex: 1;
}

.sidebar[b-kxhhsbyzuz] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

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

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

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

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

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

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

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

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

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

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

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

#blazor-error-ui[b-kxhhsbyzuz] {
    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-kxhhsbyzuz] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/PAiRoots.Platform.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-b30001a2wa] {
    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-b30001a2wa] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-b30001a2wa] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-b30001a2wa] {
    font-size: 1.1rem;
}

.bi[b-b30001a2wa] {
    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-b30001a2wa] {
    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-b30001a2wa] {
    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-b30001a2wa] {
    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-b30001a2wa] {
    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-b30001a2wa] {
    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-b30001a2wa] {
    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-b30001a2wa] {
    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-b30001a2wa] {
    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-b30001a2wa] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-b30001a2wa] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-b30001a2wa] {
        padding-bottom: 1rem;
    }

    .nav-item[b-b30001a2wa]  .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-b30001a2wa]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-b30001a2wa]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-b30001a2wa] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-b30001a2wa] {
    display: block;
}

/* Disabled menu item styles */
.nav-item.disabled .nav-link[b-b30001a2wa] {
    color: var(--bs-secondary) !important;
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

.nav-item.disabled .nav-link:hover[b-b30001a2wa] {
    color: var(--bs-secondary) !important;
    background-color: transparent !important;
}

.nav-item.disabled .sidebar-icon svg[b-b30001a2wa] {
    fill: var(--bs-secondary) !important;
    opacity: 0.6;
}

.nav-item.disabled .sidebar-text[b-b30001a2wa] {
    color: var(--bs-secondary) !important;
    opacity: 0.6;
}

/* Ensure About and Logout remain fully functional */
.nav-item:not(.disabled) .nav-link[b-b30001a2wa] {
    cursor: pointer;
    pointer-events: auto;
}

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

    .nav-scrollable[b-b30001a2wa] {
        /* 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-b30001a2wa] {
        opacity: 0.5;
    }
}
/* _content/PAiRoots.Platform.Web/Components/Pages/About.razor.rz.scp.css */
/* About Page Styling */

.about-page[b-rzc7s6jrvb] {
    padding: 2rem 0;
}

/* Hero Section */
.hero-section[b-rzc7s6jrvb] {
    background: var(--bs-light);
    padding: 4rem 0;
    border-radius: 0 0 2rem 2rem;
    margin-bottom: 3rem;
}

.hero-section h1[b-rzc7s6jrvb] {
    color: var(--bs-primary);
}

/* Business Visual */
.business-visual[b-rzc7s6jrvb] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin: 2rem 0;
}

.business-item[b-rzc7s6jrvb] {
    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-rzc7s6jrvb 3s ease-in-out infinite;
}

.business-item.restaurant[b-rzc7s6jrvb] {
    background-color: var(--bs-warning);
    animation-delay: 0s;
}

.business-item.contractor[b-rzc7s6jrvb] {
    background-color: var(--bs-primary);
    animation-delay: 0.5s;
}

.business-item.shop[b-rzc7s6jrvb] {
    background-color: var(--bs-success);
    animation-delay: 1s;
}

.business-item.service[b-rzc7s6jrvb] {
    background-color: var(--bs-info);
    animation-delay: 1.5s;
}

@keyframes float-b-rzc7s6jrvb {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* Content Sections */
.content-section[b-rzc7s6jrvb] {
    margin-bottom: 3rem;
}

.content-section h2[b-rzc7s6jrvb] {
    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-rzc7s6jrvb] {
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--bs-secondary);
}

/* Fact Cards */
.fact-card[b-rzc7s6jrvb] {
    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-rzc7s6jrvb] {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-color: var(--bs-primary);
}

.fact-card h4[b-rzc7s6jrvb] {
    color: var(--bs-dark);
    margin-bottom: 1rem;
}

/* Roadmap */
.roadmap-list[b-rzc7s6jrvb] {
    max-width: 600px;
}

.roadmap-item[b-rzc7s6jrvb] {
    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-rzc7s6jrvb] {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.roadmap-status[b-rzc7s6jrvb] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 1rem;
    margin-top: 0.5rem;
    flex-shrink: 0;
}

.roadmap-status.available[b-rzc7s6jrvb] {
    background-color: var(--bs-success);
}

.roadmap-status.coming[b-rzc7s6jrvb] {
    background-color: var(--bs-warning);
}

.roadmap-content h5[b-rzc7s6jrvb] {
    color: var(--bs-dark);
}


/* Responsive Design */
@media (max-width: 768px) {
    .hero-section[b-rzc7s6jrvb] {
        padding: 2rem 0;
        text-align: center;
    }
    
    .business-visual[b-rzc7s6jrvb] {
        margin: 1rem 0;
    }
    
    .business-item[b-rzc7s6jrvb] {
        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-1te8t8ak3y] {
    background-color: rgba(40, 167, 69, 0.1) !important;
}

.bg-info-soft[b-1te8t8ak3y] {
    background-color: rgba(23, 162, 184, 0.1) !important;
}

.icon-wrapper[b-1te8t8ak3y] {
    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-1te8t8ak3y] {
    transform: scale(1.05);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.progress-wrapper[b-1te8t8ak3y] {
    position: relative;
}

.progress-wrapper:hover .progress[b-1te8t8ak3y] {
    box-shadow: 0 2px 8px rgba(13, 110, 253, 0.15);
}

.progress[b-1te8t8ak3y] {
    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-1te8t8ak3y] {
    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-1te8t8ak3y] {
    animation: progress-bar-stripes-b-1te8t8ak3y 1s linear infinite;
}

@keyframes progress-bar-stripes-b-1te8t8ak3y {
    0% {
        background-position-x: 1rem;
    }
}

.card[b-1te8t8ak3y] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.card:hover[b-1te8t8ak3y] {
    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-1te8t8ak3y] {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.row.mb-4[b-1te8t8ak3y] {
    transition: all 0.2s ease;
    border-radius: 8px;
    padding: 8px;
    margin-left: -8px;
    margin-right: -8px;
}

.row.mb-4:hover[b-1te8t8ak3y] {
    background-color: rgba(13, 110, 253, 0.02);
}

/* Enhanced badge styling */
.badge.rounded-pill[b-1te8t8ak3y] {
    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-1te8t8ak3y] {
    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-1te8t8ak3y] {
    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-1te8t8ak3y] {
    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-1te8t8ak3y] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
}

/* Progress bar color variations */
.progress-bar.bg-warning[b-1te8t8ak3y] {
    background: linear-gradient(90deg, #ffc107 0%, #fd7e14 100%) !important;
}

.progress-bar.bg-info[b-1te8t8ak3y] {
    background: linear-gradient(90deg, #17a2b8 0%, #6f42c1 100%) !important;
}

.progress-bar.bg-success[b-1te8t8ak3y] {
    background: linear-gradient(90deg, #28a745 0%, #20c997 100%) !important;
}

/* Next Step Button Styling */
.card-header .btn-primary[b-1te8t8ak3y] {
    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-1te8t8ak3y 2s ease-in-out infinite alternate;
}

.card-header .btn-primary:hover[b-1te8t8ak3y] {
    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-1te8t8ak3y {
    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/Design/Design1.razor.rz.scp.css */
/* 60s Diner Style with Cyberpunk Network Background - Design 1 */

/* Network Background */
.network-background[b-66fhm0c5e4] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 100%);
}

.network-svg[b-66fhm0c5e4] {
    width: 100%;
    height: 100%;
    opacity: 0.6;
    animation: network-float-b-66fhm0c5e4 8s ease-in-out infinite;
}

/* Network Nodes - Larger than typical with subtle wave animation */
.network-node[b-66fhm0c5e4] {
    stroke-width: 2;
    opacity: 1;
    animation: node-wave-b-66fhm0c5e4 4s ease-in-out infinite;
}

.primary-node[b-66fhm0c5e4] {
    fill: #00ff88;
    stroke: #00cc66;
    filter: drop-shadow(0 0 8px rgba(0, 255, 136, 0.6));
    animation-delay: 0s;
}

.secondary-node[b-66fhm0c5e4] {
    fill: #ff0088;
    stroke: #cc0066;
    filter: drop-shadow(0 0 6px rgba(255, 0, 136, 0.5));
    animation-delay: 1.3s;
}

.accent-node[b-66fhm0c5e4] {
    fill: #0088ff;
    stroke: #0066cc;
    filter: drop-shadow(0 0 7px rgba(0, 136, 255, 0.6));
    animation-delay: 2.6s;
}

/* Network Connections */
.network-connection[b-66fhm0c5e4] {
    fill: none;
    stroke-width: 1.5;
    opacity: 0.8;
}

.primary-connection[b-66fhm0c5e4] {
    stroke: #00ff88;
    stroke-dasharray: 3,2;
    filter: drop-shadow(0 0 2px rgba(0, 255, 136, 0.3));
}

.secondary-connection[b-66fhm0c5e4] {
    stroke: #ff0088;
    stroke-dasharray: 2,3;
    filter: drop-shadow(0 0 2px rgba(255, 0, 136, 0.3));
}

.accent-connection[b-66fhm0c5e4] {
    stroke: #0088ff;
    stroke-dasharray: 4,2;
    filter: drop-shadow(0 0 2px rgba(0, 136, 255, 0.3));
}

.faint-connection[b-66fhm0c5e4] {
    stroke: #888888;
    opacity: 0.5;
    stroke-dasharray: 1,4;
}

/* Typography - 60s Diner Fonts */
.diner-title[b-66fhm0c5e4] {
    font-family: 'Arial Black', Arial, sans-serif;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 
        2px 2px 0px #000000,
        0 0 10px rgba(255, 255, 255, 0.8);
}

.diner-subtitle[b-66fhm0c5e4] {
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #e0e0e0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.diner-text[b-66fhm0c5e4] {
    font-family: 'Verdana', Arial, sans-serif;
    color: #2a2a2a;
    line-height: 1.6;
}

/* Diner Cards - Like table surfaces */
.diner-card[b-66fhm0c5e4] {
    background: linear-gradient(135deg, #f8f8f8 0%, #e8e8e8 100%);
    border: 3px solid #1a1a1a;
    border-radius: 8px;
    box-shadow: 
        0 4px 8px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    padding: 2rem;
    position: relative;
    overflow: hidden;
}

.diner-card[b-66fhm0c5e4]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, 
        #1a1a1a 0%, 
        #4a4a4a 50%, 
        #1a1a1a 100%);
}

/* Diner Card Headers */
.diner-card-header[b-66fhm0c5e4] {
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #1a1a1a;
}

.diner-card-header[b-66fhm0c5e4]::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 1px;
    background: #d0d0d0;
}

.diner-card-title[b-66fhm0c5e4] {
    position: absolute;
    top: -0.5rem;
    right: 1rem;
    background: #f8f8f8;
    padding: 0 1rem;
    font-family: 'Arial Black', Arial, sans-serif;
    font-weight: 900;
    font-size: 0.9rem;
    letter-spacing: 0.2em;
    color: #1a1a1a;
}

/* Diner Buttons - Jukebox style */
.btn-diner[b-66fhm0c5e4] {
    background: linear-gradient(135deg, #f0f0f0 0%, #c0c0c0 100%);
    border: 3px solid #1a1a1a;
    border-radius: 6px;
    color: #1a1a1a;
    font-family: 'Arial Black', Arial, sans-serif;
    font-weight: 900;
    font-size: 1rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.8rem 2rem;
    position: relative;
    transition: all 0.15s ease;
    box-shadow: 
        0 4px 0 #0a0a0a,
        0 6px 8px rgba(0, 0, 0, 0.4);
}

.btn-diner:hover[b-66fhm0c5e4] {
    background: linear-gradient(135deg, #ffffff 0%, #d0d0d0 100%);
    transform: translateY(1px);
    box-shadow: 
        0 3px 0 #0a0a0a,
        0 4px 6px rgba(0, 0, 0, 0.4);
    color: #1a1a1a;
}

.btn-diner:active[b-66fhm0c5e4] {
    transform: translateY(3px);
    box-shadow: 
        0 1px 0 #0a0a0a,
        0 2px 4px rgba(0, 0, 0, 0.4);
}

.btn-diner-primary[b-66fhm0c5e4] {
    background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
    color: #f0f0f0;
    box-shadow: 
        0 4px 0 #000000,
        0 6px 8px rgba(0, 0, 0, 0.5);
}

.btn-diner-primary:hover[b-66fhm0c5e4] {
    background: linear-gradient(135deg, #3a3a3a 0%, #2a2a2a 100%);
    color: #ffffff;
    box-shadow: 
        0 3px 0 #000000,
        0 4px 6px rgba(0, 0, 0, 0.5);
}

/* Feature Lists - Diner Menu Style */
.diner-feature-list[b-66fhm0c5e4] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.diner-feature-item[b-66fhm0c5e4] {
    display: flex;
    align-items: center;
    padding: 0.8rem 0;
    border-bottom: 1px dotted #8a8a8a;
    position: relative;
}

.diner-feature-item[b-66fhm0c5e4]::before {
    content: '•';
    font-size: 1.5rem;
    color: #1a1a1a;
    margin-right: 1rem;
    font-weight: 900;
}

.diner-feature-text[b-66fhm0c5e4] {
    font-family: 'Verdana', Arial, sans-serif;
    color: #2a2a2a;
    font-size: 1rem;
    flex-grow: 1;
}

/* Logo Styling */
.logo-section[b-66fhm0c5e4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.diner-logo[b-66fhm0c5e4] {
    width: 100px;
    height: 100px;
    object-fit: contain;
    filter: grayscale(100%) contrast(120%) brightness(0.8);
    border: 2px solid #1a1a1a;
    border-radius: 50%;
    padding: 2px;
    background: #f8f8f8;
}

/* Layout Utilities */
.diner-container[b-66fhm0c5e4] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.diner-section[b-66fhm0c5e4] {
    padding: 3rem 0;
    position: relative;
    background: transparent;
}

.diner-hero[b-66fhm0c5e4] {
    text-align: center;
    padding: 4rem 2rem;
    position: relative;
    background: transparent;
}

.diner-grid[b-66fhm0c5e4] {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

/* 60s Tech Elements - Static */
.tech-element[b-66fhm0c5e4] {
    position: absolute;
    pointer-events: none;
    z-index: 1;
    opacity: 0.7;
}

.tech-cord[b-66fhm0c5e4] {
    width: 120px;
    height: 6px;
    background: linear-gradient(90deg, #1a1a1a 0%, #4a4a4a 50%, #1a1a1a 100%);
    border-radius: 3px;
    top: 15%;
    left: 10%;
}

.tech-cord[b-66fhm0c5e4]::before {
    content: '';
    position: absolute;
    right: -8px;
    top: -4px;
    width: 14px;
    height: 14px;
    background: #2a2a2a;
    border-radius: 50%;
    border: 2px solid #1a1a1a;
}

.tech-cord-2[b-66fhm0c5e4] {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #1a1a1a 0%, #4a4a4a 50%, #1a1a1a 100%);
    border-radius: 2px;
    top: 20px;
    right: 30px;
}

.tech-spark-1[b-66fhm0c5e4], .tech-spark-2[b-66fhm0c5e4], .tech-spark-3[b-66fhm0c5e4], .tech-spark-4[b-66fhm0c5e4], .tech-spark-5[b-66fhm0c5e4] {
    width: 8px;
    height: 8px;
    background: #1a1a1a;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(26, 26, 26, 0.3);
}

.tech-spark-1[b-66fhm0c5e4] {
    top: 25%;
    right: 15%;
}

.tech-spark-2[b-66fhm0c5e4] {
    bottom: 20%;
    left: 20%;
}

.tech-spark-3[b-66fhm0c5e4] {
    top: 15px;
    right: 20px;
}

.tech-spark-4[b-66fhm0c5e4] {
    top: 15px;
    right: 20px;
}

.tech-spark-5[b-66fhm0c5e4] {
    top: 15px;
    right: 20px;
}

.tech-circuit[b-66fhm0c5e4] {
    width: 60px;
    height: 60px;
    border: 2px solid #4a4a4a;
    border-radius: 4px;
    top: 20px;
    right: 20px;
    background: transparent;
}

.tech-circuit[b-66fhm0c5e4]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border: 2px solid #1a1a1a;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.tech-circuit[b-66fhm0c5e4]::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px dotted #8a8a8a;
    border-radius: 2px;
}

/* Network Float Animation - Entire network moves subtly */
@keyframes network-float-b-66fhm0c5e4 {
    0%, 100% { 
        transform: translateY(0px) translateX(0px);
    }
    25% { 
        transform: translateY(-3px) translateX(2px);
    }
    50% { 
        transform: translateY(0px) translateX(0px);
    }
    75% { 
        transform: translateY(3px) translateX(-2px);
    }
}

/* Node Wave Animation - Larger movement on top of network float */
@keyframes node-wave-b-66fhm0c5e4 {
    0%, 100% { 
        transform: translateY(0px);
        opacity: 1;
    }
    25% { 
        transform: translateY(-6px);
        opacity: 0.8;
    }
    50% { 
        transform: translateY(0px);
        opacity: 1;
    }
    75% { 
        transform: translateY(6px);
        opacity: 0.9;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .network-background[b-66fhm0c5e4] {
        background: linear-gradient(135deg, #0a0a0a 0%, #151515 100%);
    }
    
    .network-svg[b-66fhm0c5e4] {
        opacity: 0.4;
    }
    
    .diner-card[b-66fhm0c5e4] {
        padding: 1.5rem;
    }
    
    .btn-diner[b-66fhm0c5e4] {
        padding: 0.6rem 1.5rem;
        font-size: 0.9rem;
    }
    
    .diner-title[b-66fhm0c5e4] {
        font-size: 2rem;
    }
    
    .diner-logo[b-66fhm0c5e4] {
        width: 100px;
        height: 100px;
        padding: 2px;
    }
    
    .logo-section[b-66fhm0c5e4] {
        margin-bottom: 2rem;
    }
    
    .diner-hero[b-66fhm0c5e4] {
        padding: 2rem 1rem;
        background: transparent;
    }
    
    .diner-section[b-66fhm0c5e4] {
        background: transparent;
    }
    
    .tech-cord[b-66fhm0c5e4], .tech-cord-2[b-66fhm0c5e4] {
        display: none;
    }
    
    .tech-element[b-66fhm0c5e4] {
        display: none;
    }
}
/* _content/PAiRoots.Platform.Web/Components/Pages/Design/Design2.razor.rz.scp.css */
/* Digital Cyber Style - Design 2 */

/* Background for entire page */
.cyber-hero[b-ewr5ssecm1], .cyber-section[b-ewr5ssecm1] {
    background: 
        linear-gradient(135deg, #0a0e1a 0%, #1a1f35 100%),
        radial-gradient(circle at 25% 25%, rgba(0, 212, 255, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(99, 102, 241, 0.05) 0%, transparent 50%);
    position: relative;
}

.cyber-hero[b-ewr5ssecm1]::before, .cyber-section[b-ewr5ssecm1]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(0, 212, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 212, 255, 0.06) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
    z-index: 0;
}

/* Content positioning above background */
.cyber-container[b-ewr5ssecm1] {
    position: relative;
    z-index: 1;
}

/* Typography - Digital/Clean with strong colors */
.cyber-title[b-ewr5ssecm1] {
    font-family: 'Segoe UI', 'Arial', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.05em !important;
    color: #ffffff !important;
    text-shadow: 0 0 20px rgba(0, 212, 255, 0.4) !important;
}

.cyber-subtitle[b-ewr5ssecm1] {
    font-family: 'Segoe UI', 'Arial', sans-serif !important;
    font-weight: 400 !important;
    color: #00d4ff !important;
    letter-spacing: 0.02em !important;
}

.cyber-text[b-ewr5ssecm1] {
    font-family: 'Segoe UI', 'Arial', sans-serif !important;
    color: #b8c5d1 !important;
    line-height: 1.7 !important;
}

.cyber-text-bright[b-ewr5ssecm1] {
    color: #ffffff !important;
}

/* Digital Cards - Glowing borders */
.cyber-card[b-ewr5ssecm1] {
    background: linear-gradient(135deg, rgba(26, 31, 53, 0.8) 0%, rgba(10, 14, 26, 0.9) 100%) !important;
    border: 2px solid #00d4ff !important;
    border-radius: 16px !important;
    padding: 2rem !important;
    position: relative !important;
    backdrop-filter: blur(10px) !important;
    box-shadow: 
        0 0 30px rgba(0, 212, 255, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
    transition: all 0.3s ease !important;
    z-index: 1 !important;
}

.cyber-card:hover[b-ewr5ssecm1] {
    border-color: #6366f1 !important;
    box-shadow: 
        0 0 40px rgba(99, 102, 241, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
    transform: translateY(-2px) !important;
}

.cyber-card[b-ewr5ssecm1]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%,
        #00d4ff 50%,
        transparent 100%);
}

/* Card Headers */
.cyber-card-header[b-ewr5ssecm1] {
    position: relative;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 212, 255, 0.2);
}

.cyber-card-label[b-ewr5ssecm1] {
    position: absolute;
    top: -12px;
    right: 0;
    background: #00d4ff !important;
    color: #0a0e1a !important;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
}

/* Digital Buttons - Sleek and glowing */
.btn-cyber[b-ewr5ssecm1] {
    background: linear-gradient(135deg, #00d4ff 0%, #00a8cc 100%) !important;
    border: 2px solid #00d4ff !important;
    border-radius: 12px !important;
    color: #0a0e1a !important;
    font-family: 'Segoe UI', 'Arial', sans-serif !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    padding: 1rem 2rem !important;
    position: relative !important;
    transition: all 0.3s ease !important;
    box-shadow: 
        0 0 20px rgba(0, 212, 255, 0.3),
        0 4px 8px rgba(0, 0, 0, 0.3) !important;
    overflow: hidden !important;
}

.btn-cyber[b-ewr5ssecm1]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn-cyber:hover[b-ewr5ssecm1]::before {
    left: 100%;
}

.btn-cyber:hover[b-ewr5ssecm1] {
    background: linear-gradient(135deg, var(--cyber-purple) 0%, #4c1d95 100%);
    border-color: var(--cyber-purple);
    color: white;
    box-shadow: 
        0 0 30px rgba(99, 102, 241, 0.5),
        0 6px 12px rgba(0, 0, 0, 0.4);
    transform: translateY(-2px);
}

.btn-cyber-outline[b-ewr5ssecm1] {
    background: transparent;
    border: 2px solid var(--cyber-cyan);
    color: var(--cyber-cyan);
    box-shadow: 
        0 0 15px var(--cyber-glow),
        inset 0 0 15px rgba(0, 212, 255, 0.1);
}

.btn-cyber-outline:hover[b-ewr5ssecm1] {
    background: var(--cyber-cyan);
    color: var(--cyber-dark);
    box-shadow: 
        0 0 25px var(--cyber-glow),
        0 4px 8px rgba(0, 0, 0, 0.3);
}

/* Feature Lists - Digital style */
.cyber-feature-list[b-ewr5ssecm1] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cyber-feature-item[b-ewr5ssecm1] {
    display: flex;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(0, 212, 255, 0.1);
    position: relative;
}

.cyber-feature-item[b-ewr5ssecm1]::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #00d4ff !important;
    border-radius: 50%;
    margin-right: 1rem;
    box-shadow: 0 0 10px rgba(0, 212, 255, 0.3) !important;
}

.cyber-feature-text[b-ewr5ssecm1] {
    color: #ffffff !important;
    font-size: 1rem !important;
    flex-grow: 1;
}

/* Logo Styling - Cyber theme */
.logo-section[b-ewr5ssecm1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cyber-logo[b-ewr5ssecm1] {
    width: 100px !important;
    height: 100px !important;
    border: 2px solid #00d4ff !important;
    border-radius: 50% !important;
    padding: 2px !important;
    background: radial-gradient(circle, rgba(0, 212, 255, 0.1) 0%, transparent 70%) !important;
    box-shadow: 
        0 0 20px rgba(0, 212, 255, 0.3),
        inset 0 0 20px rgba(0, 212, 255, 0.1) !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.cyber-logo:hover[b-ewr5ssecm1] {
    border-color: #6366f1 !important;
    box-shadow: 
        0 0 30px rgba(99, 102, 241, 0.4),
        inset 0 0 30px rgba(99, 102, 241, 0.1) !important;
    transform: scale(1.05) !important;
}

.cyber-logo-image[b-ewr5ssecm1] {
    width: 90px !important;
    height: 90px !important;
    object-fit: contain !important;
    
    /* Enhanced colors only on the PNG image */
    filter: brightness(1.5) contrast(1.4) saturate(1.8) !important;
    transition: filter 0.3s ease !important;
}

.cyber-logo:hover .cyber-logo-image[b-ewr5ssecm1] {
    /* Even brighter on hover */
    filter: brightness(1.8) contrast(1.6) saturate(2.0) !important;
}

/* Layout Utilities */
.cyber-container[b-ewr5ssecm1] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.cyber-section[b-ewr5ssecm1] {
    padding: 4rem 0;
    position: relative;
}

.cyber-hero[b-ewr5ssecm1] {
    text-align: center;
    padding: 6rem 2rem;
    position: relative;
}

.cyber-grid[b-ewr5ssecm1] {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .cyber-card[b-ewr5ssecm1] {
        padding: 1.5rem;
    }
    
    .btn-cyber[b-ewr5ssecm1] {
        padding: 0.8rem 1.5rem;
        font-size: 0.85rem;
    }
    
    .cyber-title[b-ewr5ssecm1] {
        font-size: 2.5rem;
    }
    
    .cyber-logo[b-ewr5ssecm1] {
        width: 100px;
        height: 100px;
        padding: 2px;
    }
    
    .logo-section[b-ewr5ssecm1] {
        margin-bottom: 2rem;
    }
    
    .cyber-hero[b-ewr5ssecm1] {
        padding: 4rem 1rem;
    }
}
/* _content/PAiRoots.Platform.Web/Components/Pages/Design/Design3.razor.rz.scp.css */
/* Pennsylvania Industrial Craftsmanship Style - Design 3 */

/* Industrial Color Palette */
:root[b-a7xkgtrwu5] {
    --steel-blue: #1e3a5f;
    --iron-red: #c41e3a;
    --coal-black: #2b2b2b;
    --copper-orange: #d2691e;
    --aluminum-white: #f8f9fa;
    --rust-brown: #8b4513;
    --blueprint-blue: #006bb3;
}

/* Industrial Blueprint Background */
.industrial-hero[b-a7xkgtrwu5], .industrial-section[b-a7xkgtrwu5] {
    background: 
        linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%),
        linear-gradient(45deg, rgba(30, 58, 95, 0.02) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(30, 58, 95, 0.02) 25%, transparent 25%);
    background-size: 100% 100%, 40px 40px, 40px 40px;
    position: relative;
}

.industrial-hero[b-a7xkgtrwu5]::before, .industrial-section[b-a7xkgtrwu5]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(30, 58, 95, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(30, 58, 95, 0.1) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
    z-index: 0;
}

/* Content positioning above blueprint */
.industrial-container[b-a7xkgtrwu5] {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

/* Industrial Typography - Strong & Reliable */
.industrial-title[b-a7xkgtrwu5] {
    font-family: 'Impact', 'Arial Black', 'Arial', sans-serif !important;
    font-weight: 900 !important;
    letter-spacing: 0.02em !important;
    color: #1e3a5f !important;
    text-shadow: 
        2px 2px 0px #c41e3a,
        4px 4px 8px rgba(0, 0, 0, 0.2) !important;
    text-transform: uppercase !important;
}

.industrial-subtitle[b-a7xkgtrwu5] {
    font-family: 'Arial', sans-serif !important;
    font-weight: 700 !important;
    color: #c41e3a !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
}

.industrial-text[b-a7xkgtrwu5] {
    font-family: 'Arial', sans-serif !important;
    color: #2b2b2b !important;
    line-height: 1.6 !important;
    font-weight: 500 !important;
}

/* Industrial Cards - Like work order forms */
.industrial-card[b-a7xkgtrwu5] {
    background: #ffffff !important;
    border: 3px solid #1e3a5f !important;
    border-radius: 8px !important;
    padding: 2rem !important;
    position: relative !important;
    box-shadow: 
        0 6px 12px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
    transition: all 0.3s ease !important;
}

.industrial-card[b-a7xkgtrwu5]::before {
    content: '';
    position: absolute;
    top: -3px;
    left: 20px;
    width: 60px;
    height: 6px;
    background: linear-gradient(90deg, #c41e3a 0%, #1e3a5f 100%);
    border-radius: 0 0 4px 4px;
}

.industrial-card:hover[b-a7xkgtrwu5] {
    border-color: #c41e3a !important;
    box-shadow: 
        0 8px 16px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
    transform: translateY(-2px) !important;
}

/* Card Headers - Like work order numbers */
.industrial-card-header[b-a7xkgtrwu5] {
    position: relative;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #1e3a5f;
}

.industrial-card-badge[b-a7xkgtrwu5] {
    position: absolute;
    top: -8px;
    right: 0;
    background: #c41e3a !important;
    color: #ffffff !important;
    padding: 6px 16px;
    border-radius: 4px;
    font-family: 'Arial', sans-serif !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Industrial Buttons - Like work boot soles */
.btn-industrial[b-a7xkgtrwu5] {
    background: linear-gradient(135deg, #1e3a5f 0%, #2b2b2b 100%) !important;
    border: 3px solid #1e3a5f !important;
    border-radius: 6px !important;
    color: #ffffff !important;
    font-family: 'Arial', sans-serif !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    padding: 0.9rem 2.2rem !important;
    position: relative !important;
    transition: all 0.2s ease !important;
    box-shadow: 
        0 4px 0 #2b2b2b,
        0 6px 12px rgba(0, 0, 0, 0.3) !important;
}

.btn-industrial:hover[b-a7xkgtrwu5] {
    background: linear-gradient(135deg, #c41e3a 0%, #8b4513 100%) !important;
    border-color: #c41e3a !important;
    color: #ffffff !important;
    transform: translateY(1px) !important;
    box-shadow: 
        0 3px 0 #8b4513,
        0 4px 8px rgba(0, 0, 0, 0.3) !important;
}

.btn-industrial:active[b-a7xkgtrwu5] {
    transform: translateY(3px) !important;
    box-shadow: 
        0 1px 0 #8b4513,
        0 2px 4px rgba(0, 0, 0, 0.3) !important;
}

.btn-industrial-outline[b-a7xkgtrwu5] {
    background: transparent !important;
    border: 3px solid #c41e3a !important;
    color: #c41e3a !important;
    box-shadow: 
        0 4px 0 rgba(196, 30, 58, 0.3),
        0 6px 12px rgba(0, 0, 0, 0.15) !important;
}

.btn-industrial-outline:hover[b-a7xkgtrwu5] {
    background: #c41e3a !important;
    color: #ffffff !important;
    box-shadow: 
        0 3px 0 #8b4513,
        0 4px 8px rgba(0, 0, 0, 0.3) !important;
}

/* Feature Lists - Like tool inventory */
.industrial-feature-list[b-a7xkgtrwu5] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.industrial-feature-item[b-a7xkgtrwu5] {
    display: flex;
    align-items: center;
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(30, 58, 95, 0.1);
    position: relative;
}

.industrial-feature-item[b-a7xkgtrwu5]::before {
    content: '⚡';
    font-size: 1.2rem;
    color: #d2691e;
    margin-right: 1rem;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.industrial-feature-text[b-a7xkgtrwu5] {
    color: #2b2b2b !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    flex-grow: 1;
}

/* Logo Styling - Industrial theme */
.logo-section[b-a7xkgtrwu5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.industrial-logo[b-a7xkgtrwu5] {
    width: 100px !important;
    height: 100px !important;
    border: 3px solid #1e3a5f !important;
    border-radius: 50% !important;
    padding: 2px !important;
    background: 
        radial-gradient(circle, rgba(196, 30, 58, 0.1) 0%, transparent 70%),
        linear-gradient(45deg, #f8f9fa 0%, #ffffff 100%) !important;
    box-shadow: 
        0 6px 12px rgba(0, 0, 0, 0.15),
        inset 0 2px 0 rgba(255, 255, 255, 0.8) !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
}

.industrial-logo[b-a7xkgtrwu5]::before {
    content: '';
    position: absolute;
    top: -3px;
    left: 20px;
    width: 60px;
    height: 6px;
    background: linear-gradient(90deg, #c41e3a 0%, #1e3a5f 100%);
    border-radius: 0 0 4px 4px;
}

.industrial-logo:hover[b-a7xkgtrwu5] {
    border-color: #c41e3a !important;
    box-shadow: 
        0 8px 16px rgba(0, 0, 0, 0.2),
        inset 0 2px 0 rgba(255, 255, 255, 0.8) !important;
    transform: translateY(-2px) !important;
}

.industrial-logo-image[b-a7xkgtrwu5] {
    width: 90px !important;
    height: 90px !important;
    object-fit: contain !important;
    
    /* Industrial look - stronger, more vibrant */
    filter: brightness(1.2) contrast(1.3) saturate(1.4) !important;
    transition: filter 0.3s ease !important;
}

.industrial-logo:hover .industrial-logo-image[b-a7xkgtrwu5] {
    /* Even more vibrant on hover */
    filter: brightness(1.4) contrast(1.5) saturate(1.6) !important;
}

/* Layout Utilities */
.industrial-section[b-a7xkgtrwu5] {
    padding: 4rem 0;
    position: relative;
}

.industrial-hero[b-a7xkgtrwu5] {
    text-align: center;
    padding: 6rem 2rem;
    position: relative;
}

.industrial-grid[b-a7xkgtrwu5] {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .industrial-card[b-a7xkgtrwu5] {
        padding: 1.5rem !important;
    }
    
    .btn-industrial[b-a7xkgtrwu5] {
        padding: 0.8rem 1.8rem !important;
        font-size: 0.9rem !important;
    }
    
    .industrial-title[b-a7xkgtrwu5] {
        font-size: 2.5rem !important;
    }
    
    .industrial-hero[b-a7xkgtrwu5] {
        padding: 4rem 1rem;
    }
}
/* _content/PAiRoots.Platform.Web/Components/Pages/Design/Home1.razor.rz.scp.css */
/* 60s Diner Style - Home1 */

/* Background for entire page */
.diner-hero[b-g9fo53tc4e], .diner-section[b-g9fo53tc4e] {
    background: 
        linear-gradient(135deg, #2c1810 0%, #8b4513 100%),
        radial-gradient(circle at 25% 25%, rgba(255, 107, 107, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(255, 193, 7, 0.1) 0%, transparent 50%);
    position: relative;
}

.diner-hero[b-g9fo53tc4e]::before, .diner-section[b-g9fo53tc4e]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(255, 107, 107, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 193, 7, 0.08) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
    z-index: 0;
}

/* Animated Node Network */
.diner-hero[b-g9fo53tc4e]::after, .diner-section[b-g9fo53tc4e]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle 3px at 15% 20%, rgba(0, 255, 255, 0.6) 0%, transparent 50%),
        radial-gradient(circle 2px at 80% 30%, rgba(255, 107, 107, 0.8) 0%, transparent 50%),
        radial-gradient(circle 4px at 40% 70%, rgba(255, 193, 7, 0.7) 0%, transparent 50%),
        radial-gradient(circle 3px at 90% 80%, rgba(0, 255, 255, 0.5) 0%, transparent 50%),
        radial-gradient(circle 2px at 20% 90%, rgba(255, 107, 107, 0.6) 0%, transparent 50%),
        radial-gradient(circle 3px at 70% 10%, rgba(255, 193, 7, 0.8) 0%, transparent 50%),
        linear-gradient(45deg, transparent 48%, rgba(0, 255, 255, 0.1) 49%, rgba(0, 255, 255, 0.1) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(255, 107, 107, 0.1) 49%, rgba(255, 107, 107, 0.1) 51%, transparent 52%);
    background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 200px 200px, 200px 200px;
    animation: networkFloat-b-g9fo53tc4e 8s ease-in-out infinite alternate;
    pointer-events: none;
    z-index: 0;
}

@keyframes networkFloat-b-g9fo53tc4e {
    0% { transform: translate(0, 0) rotate(0deg); opacity: 0.7; }
    50% { transform: translate(-5px, -10px) rotate(1deg); opacity: 0.9; }
    100% { transform: translate(5px, -5px) rotate(-0.5deg); opacity: 0.8; }
}

/* Content positioning above background */
.diner-container[b-g9fo53tc4e] {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

/* Typography - 60s Diner Style */
.diner-title[b-g9fo53tc4e] {
    font-family: 'Impact', 'Arial Black', 'Arial', sans-serif !important;
    font-weight: 900 !important;
    letter-spacing: 0.1em !important;
    color: #ffd700 !important;
    text-shadow: 
        3px 3px 0px #ff6b6b,
        6px 6px 10px rgba(0, 0, 0, 0.5) !important;
    text-transform: uppercase !important;
}

.diner-subtitle[b-g9fo53tc4e] {
    font-family: 'Georgia', 'Times New Roman', serif !important;
    font-weight: 400 !important;
    color: #ff6b6b !important;
    font-style: italic !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) !important;
}

.diner-text[b-g9fo53tc4e] {
    font-family: 'Arial', sans-serif !important;
    color: #f8f9fa !important;
    line-height: 1.6 !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) !important;
}

/* Diner Cards - Like jukebox/menu style */
.diner-card[b-g9fo53tc4e] {
    background: linear-gradient(145deg, #8b4513 0%, #a0522d 100%) !important;
    border: 4px solid #ffd700 !important;
    border-radius: 20px !important;
    padding: 2rem !important;
    position: relative !important;
    box-shadow: 
        0 8px 16px rgba(0, 0, 0, 0.4),
        inset 0 2px 0 rgba(255, 215, 0, 0.3) !important;
    transition: all 0.3s ease !important;
}

.diner-card[b-g9fo53tc4e]::before {
    content: '';
    position: absolute;
    top: -4px;
    left: 30px;
    width: 80px;
    height: 8px;
    background: linear-gradient(90deg, #ff6b6b 0%, #ffd700 100%);
    border-radius: 0 0 8px 8px;
}

.diner-card:hover[b-g9fo53tc4e] {
    border-color: #ff6b6b !important;
    box-shadow: 
        0 12px 24px rgba(0, 0, 0, 0.5),
        inset 0 2px 0 rgba(255, 107, 107, 0.3) !important;
    transform: translateY(-4px) !important;
}

/* Card Headers - Like menu sections */
.diner-card-header[b-g9fo53tc4e] {
    position: relative;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 3px dashed #ffd700;
}

.diner-card-badge[b-g9fo53tc4e] {
    position: absolute;
    top: -12px;
    right: 0;
    background: #ff6b6b !important;
    color: #ffffff !important;
    padding: 8px 20px;
    border-radius: 25px;
    font-family: 'Impact', 'Arial Black', sans-serif !important;
    font-size: 0.8rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    border: 2px solid #ffd700;
}

/* Diner Buttons - Like jukebox buttons */
.btn-diner[b-g9fo53tc4e] {
    background: linear-gradient(135deg, #ff6b6b 0%, #dc3545 100%) !important;
    border: 3px solid #ffd700 !important;
    border-radius: 25px !important;
    color: #ffffff !important;
    font-family: 'Impact', 'Arial Black', sans-serif !important;
    font-weight: 900 !important;
    font-size: 1rem !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    padding: 1rem 2.5rem !important;
    position: relative !important;
    transition: all 0.3s ease !important;
    box-shadow: 
        0 6px 0 #8b0000,
        0 8px 16px rgba(0, 0, 0, 0.4) !important;
    overflow: hidden !important;
}

.btn-diner[b-g9fo53tc4e]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.btn-diner:hover[b-g9fo53tc4e]::before {
    left: 100%;
}

.btn-diner:hover[b-g9fo53tc4e] {
    background: linear-gradient(135deg, #ffd700 0%, #ffb347 100%) !important;
    border-color: #ff6b6b !important;
    color: #8b4513 !important;
    box-shadow: 
        0 8px 0 #cc8400,
        0 12px 20px rgba(0, 0, 0, 0.5) !important;
    transform: translateY(-2px) !important;
}

.btn-diner:active[b-g9fo53tc4e] {
    transform: translateY(2px) !important;
    box-shadow: 
        0 4px 0 #cc8400,
        0 6px 12px rgba(0, 0, 0, 0.4) !important;
}

.btn-diner-outline[b-g9fo53tc4e] {
    background: transparent !important;
    border: 3px solid #ffd700 !important;
    color: #ffd700 !important;
    box-shadow: 
        0 6px 0 rgba(255, 215, 0, 0.3),
        0 8px 16px rgba(0, 0, 0, 0.3) !important;
}

.btn-diner-outline:hover[b-g9fo53tc4e] {
    background: #ffd700 !important;
    color: #8b4513 !important;
    box-shadow: 
        0 8px 0 #cc8400,
        0 12px 20px rgba(0, 0, 0, 0.5) !important;
}

/* Feature Lists - Like diner menu items */
.diner-feature-list[b-g9fo53tc4e] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.diner-feature-item[b-g9fo53tc4e] {
    display: flex;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 2px dotted rgba(255, 215, 0, 0.3);
    position: relative;
}

.diner-feature-item[b-g9fo53tc4e]::before {
    content: '★';
    font-size: 1.5rem;
    color: #ff6b6b !important;
    margin-right: 1rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
    animation: twinkle-b-g9fo53tc4e 2s ease-in-out infinite alternate;
}

@keyframes twinkle-b-g9fo53tc4e {
    0% { opacity: 0.7; transform: scale(1); }
    100% { opacity: 1; transform: scale(1.1); }
}

.diner-feature-text[b-g9fo53tc4e] {
    color: #f8f9fa !important;
    font-size: 1rem !important;
    flex-grow: 1;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) !important;
}

/* Logo Styling - Diner theme */
.logo-section[b-g9fo53tc4e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.diner-logo[b-g9fo53tc4e] {
    width: 100px !important;
    height: 100px !important;
    border: 4px solid #ffd700 !important;
    border-radius: 50% !important;
    padding: 2px !important;
    background: 
        radial-gradient(circle, rgba(255, 107, 107, 0.2) 0%, transparent 70%),
        linear-gradient(45deg, #8b4513 0%, #a0522d 100%) !important;
    box-shadow: 
        0 0 20px rgba(255, 215, 0, 0.4),
        0 8px 16px rgba(0, 0, 0, 0.3),
        inset 0 2px 0 rgba(255, 215, 0, 0.3) !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
}

.diner-logo[b-g9fo53tc4e]::before {
    content: '';
    position: absolute;
    top: -4px;
    left: 30px;
    width: 40px;
    height: 8px;
    background: linear-gradient(90deg, #ff6b6b 0%, #ffd700 100%);
    border-radius: 0 0 8px 8px;
}

.diner-logo:hover[b-g9fo53tc4e] {
    border-color: #ff6b6b !important;
    box-shadow: 
        0 0 30px rgba(255, 107, 107, 0.5),
        0 12px 20px rgba(0, 0, 0, 0.4),
        inset 0 2px 0 rgba(255, 107, 107, 0.3) !important;
    transform: scale(1.05) !important;
}

.diner-logo-image[b-g9fo53tc4e] {
    width: 90px !important;
    height: 90px !important;
    object-fit: contain !important;
    
    /* Enhanced colors for diner aesthetic */
    filter: brightness(1.3) contrast(1.2) saturate(1.5) !important;
    transition: filter 0.3s ease !important;
}

.diner-logo:hover .diner-logo-image[b-g9fo53tc4e] {
    /* Even more vibrant on hover */
    filter: brightness(1.5) contrast(1.4) saturate(1.7) !important;
}

/* Layout Utilities */
.diner-section[b-g9fo53tc4e] {
    padding: 4rem 0;
    position: relative;
}

.diner-hero[b-g9fo53tc4e] {
    text-align: center;
    padding: 6rem 2rem;
    position: relative;
}

.diner-grid[b-g9fo53tc4e] {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .diner-card[b-g9fo53tc4e] {
        padding: 1.5rem !important;
    }
    
    .btn-diner[b-g9fo53tc4e] {
        padding: 0.8rem 2rem !important;
        font-size: 0.9rem !important;
    }
    
    .diner-title[b-g9fo53tc4e] {
        font-size: 2.5rem !important;
    }
    
    .diner-hero[b-g9fo53tc4e] {
        padding: 4rem 1rem;
    }
}
/* _content/PAiRoots.Platform.Web/Components/Pages/Design/Home2.razor.rz.scp.css */
/* Digital Cyber Style - Home2 */

/* Background for entire page */
.cyber-hero[b-w0hzi3w7bj], .cyber-section[b-w0hzi3w7bj] {
    background: 
        linear-gradient(135deg, #0a0e1a 0%, #1a1f35 100%),
        radial-gradient(circle at 25% 25%, rgba(0, 212, 255, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(99, 102, 241, 0.05) 0%, transparent 50%);
    position: relative;
}

.cyber-hero[b-w0hzi3w7bj]::before, .cyber-section[b-w0hzi3w7bj]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(0, 212, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 212, 255, 0.06) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
    z-index: 0;
}

/* Content positioning above background */
.cyber-container[b-w0hzi3w7bj] {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

/* Typography - Digital/Clean with strong colors */
.cyber-title[b-w0hzi3w7bj] {
    font-family: 'Segoe UI', 'Arial', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.05em !important;
    color: #ffffff !important;
    text-shadow: 0 0 20px rgba(0, 212, 255, 0.4) !important;
}

.cyber-subtitle[b-w0hzi3w7bj] {
    font-family: 'Segoe UI', 'Arial', sans-serif !important;
    font-weight: 400 !important;
    color: #00d4ff !important;
    letter-spacing: 0.02em !important;
}

.cyber-text[b-w0hzi3w7bj] {
    font-family: 'Segoe UI', 'Arial', sans-serif !important;
    color: #b8c5d1 !important;
    line-height: 1.7 !important;
}

.cyber-text-bright[b-w0hzi3w7bj] {
    color: #ffffff !important;
}

/* Digital Cards - Glowing borders */
.cyber-card[b-w0hzi3w7bj] {
    background: linear-gradient(135deg, rgba(26, 31, 53, 0.8) 0%, rgba(10, 14, 26, 0.9) 100%) !important;
    border: 2px solid #00d4ff !important;
    border-radius: 16px !important;
    padding: 2rem !important;
    position: relative !important;
    backdrop-filter: blur(10px) !important;
    box-shadow: 
        0 0 30px rgba(0, 212, 255, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
    transition: all 0.3s ease !important;
    z-index: 1 !important;
}

.cyber-card:hover[b-w0hzi3w7bj] {
    border-color: #6366f1 !important;
    box-shadow: 
        0 0 40px rgba(99, 102, 241, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
    transform: translateY(-2px) !important;
}

.cyber-card[b-w0hzi3w7bj]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%,
        #00d4ff 50%,
        transparent 100%);
}

/* Card Headers */
.cyber-card-header[b-w0hzi3w7bj] {
    position: relative;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 212, 255, 0.2);
}

.cyber-card-label[b-w0hzi3w7bj] {
    position: absolute;
    top: -12px;
    right: 0;
    background: #00d4ff !important;
    color: #0a0e1a !important;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
}

/* Digital Buttons - Sleek and glowing */
.btn-cyber[b-w0hzi3w7bj] {
    background: linear-gradient(135deg, #00d4ff 0%, #00a8cc 100%) !important;
    border: 2px solid #00d4ff !important;
    border-radius: 12px !important;
    color: #0a0e1a !important;
    font-family: 'Segoe UI', 'Arial', sans-serif !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    padding: 1rem 2rem !important;
    position: relative !important;
    transition: all 0.3s ease !important;
    box-shadow: 
        0 0 20px rgba(0, 212, 255, 0.3),
        0 4px 8px rgba(0, 0, 0, 0.3) !important;
    overflow: hidden !important;
}

.btn-cyber[b-w0hzi3w7bj]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn-cyber:hover[b-w0hzi3w7bj]::before {
    left: 100%;
}

.btn-cyber:hover[b-w0hzi3w7bj] {
    background: linear-gradient(135deg, #6366f1 0%, #4c1d95 100%) !important;
    border-color: #6366f1 !important;
    color: white !important;
    box-shadow: 
        0 0 30px rgba(99, 102, 241, 0.5),
        0 6px 12px rgba(0, 0, 0, 0.4) !important;
    transform: translateY(-2px) !important;
}

.btn-cyber-outline[b-w0hzi3w7bj] {
    background: transparent !important;
    border: 2px solid #00d4ff !important;
    color: #00d4ff !important;
    box-shadow: 
        0 0 15px rgba(0, 212, 255, 0.3),
        inset 0 0 15px rgba(0, 212, 255, 0.1) !important;
}

.btn-cyber-outline:hover[b-w0hzi3w7bj] {
    background: #00d4ff !important;
    color: #0a0e1a !important;
    box-shadow: 
        0 0 25px rgba(0, 212, 255, 0.5),
        0 4px 8px rgba(0, 0, 0, 0.3) !important;
}

/* Feature Lists - Digital style */
.cyber-feature-list[b-w0hzi3w7bj] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cyber-feature-item[b-w0hzi3w7bj] {
    display: flex;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(0, 212, 255, 0.1);
    position: relative;
}

.cyber-feature-item[b-w0hzi3w7bj]::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #00d4ff !important;
    border-radius: 50%;
    margin-right: 1rem;
    box-shadow: 0 0 10px rgba(0, 212, 255, 0.3) !important;
}

.cyber-feature-text[b-w0hzi3w7bj] {
    color: #ffffff !important;
    font-size: 1rem !important;
    flex-grow: 1;
}

/* Logo Styling - Cyber theme */
.logo-section[b-w0hzi3w7bj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cyber-logo[b-w0hzi3w7bj] {
    width: 100px !important;
    height: 100px !important;
    border: 2px solid #00d4ff !important;
    border-radius: 50% !important;
    padding: 2px !important;
    background: radial-gradient(circle, rgba(0, 212, 255, 0.1) 0%, transparent 70%) !important;
    box-shadow: 
        0 0 20px rgba(0, 212, 255, 0.3),
        inset 0 0 20px rgba(0, 212, 255, 0.1) !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.cyber-logo:hover[b-w0hzi3w7bj] {
    border-color: #6366f1 !important;
    box-shadow: 
        0 0 30px rgba(99, 102, 241, 0.4),
        inset 0 0 30px rgba(99, 102, 241, 0.1) !important;
    transform: scale(1.05) !important;
}

.cyber-logo-image[b-w0hzi3w7bj] {
    width: 90px !important;
    height: 90px !important;
    object-fit: contain !important;
    
    /* Enhanced colors only on the PNG image */
    filter: brightness(1.5) contrast(1.4) saturate(1.8) !important;
    transition: filter 0.3s ease !important;
}

.cyber-logo:hover .cyber-logo-image[b-w0hzi3w7bj] {
    /* Even brighter on hover */
    filter: brightness(1.8) contrast(1.6) saturate(2.0) !important;
}

/* Layout Utilities */
.cyber-section[b-w0hzi3w7bj] {
    padding: 4rem 0;
    position: relative;
}

.cyber-hero[b-w0hzi3w7bj] {
    text-align: center;
    padding: 6rem 2rem;
    position: relative;
}

.cyber-grid[b-w0hzi3w7bj] {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .cyber-card[b-w0hzi3w7bj] {
        padding: 1.5rem;
    }
    
    .btn-cyber[b-w0hzi3w7bj] {
        padding: 0.8rem 1.5rem;
        font-size: 0.85rem;
    }
    
    .cyber-title[b-w0hzi3w7bj] {
        font-size: 2.5rem;
    }
    
    .cyber-logo[b-w0hzi3w7bj] {
        width: 100px;
        height: 100px;
        padding: 2px;
    }
    
    .logo-section[b-w0hzi3w7bj] {
        margin-bottom: 2rem;
    }
    
    .cyber-hero[b-w0hzi3w7bj] {
        padding: 4rem 1rem;
    }
}
/* _content/PAiRoots.Platform.Web/Components/Pages/Design/Home3.razor.rz.scp.css */
/* Pennsylvania Industrial Craftsmanship Style - Home3 */

/* Industrial Color Palette */
:root[b-6jtxq9da50] {
    --steel-blue: #1e3a5f;
    --iron-red: #c41e3a;
    --coal-black: #2b2b2b;
    --copper-orange: #d2691e;
    --aluminum-white: #f8f9fa;
    --rust-brown: #8b4513;
    --blueprint-blue: #006bb3;
}

/* Industrial Blueprint Background */
.industrial-hero[b-6jtxq9da50], .industrial-section[b-6jtxq9da50] {
    background: 
        linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%),
        linear-gradient(45deg, rgba(30, 58, 95, 0.02) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(30, 58, 95, 0.02) 25%, transparent 25%);
    background-size: 100% 100%, 40px 40px, 40px 40px;
    position: relative;
}

.industrial-hero[b-6jtxq9da50]::before, .industrial-section[b-6jtxq9da50]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(30, 58, 95, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(30, 58, 95, 0.1) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
    z-index: 0;
}

/* Content positioning above blueprint */
.industrial-container[b-6jtxq9da50] {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

/* Industrial Typography - Strong & Reliable */
.industrial-title[b-6jtxq9da50] {
    font-family: 'Impact', 'Arial Black', 'Arial', sans-serif !important;
    font-weight: 900 !important;
    letter-spacing: 0.02em !important;
    color: #1e3a5f !important;
    text-shadow: 
        2px 2px 0px #c41e3a,
        4px 4px 8px rgba(0, 0, 0, 0.2) !important;
    text-transform: uppercase !important;
}

.industrial-subtitle[b-6jtxq9da50] {
    font-family: 'Arial', sans-serif !important;
    font-weight: 700 !important;
    color: #c41e3a !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
}

.industrial-text[b-6jtxq9da50] {
    font-family: 'Arial', sans-serif !important;
    color: #2b2b2b !important;
    line-height: 1.6 !important;
    font-weight: 500 !important;
}

/* Industrial Cards - Like work order forms */
.industrial-card[b-6jtxq9da50] {
    background: #ffffff !important;
    border: 3px solid #1e3a5f !important;
    border-radius: 8px !important;
    padding: 2rem !important;
    position: relative !important;
    box-shadow: 
        0 6px 12px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
    transition: all 0.3s ease !important;
}

.industrial-card[b-6jtxq9da50]::before {
    content: '';
    position: absolute;
    top: -3px;
    left: 20px;
    width: 60px;
    height: 6px;
    background: linear-gradient(90deg, #c41e3a 0%, #1e3a5f 100%);
    border-radius: 0 0 4px 4px;
}

.industrial-card:hover[b-6jtxq9da50] {
    border-color: #c41e3a !important;
    box-shadow: 
        0 8px 16px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
    transform: translateY(-2px) !important;
}

/* Card Headers - Like work order numbers */
.industrial-card-header[b-6jtxq9da50] {
    position: relative;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #1e3a5f;
}

.industrial-card-badge[b-6jtxq9da50] {
    position: absolute;
    top: -8px;
    right: 0;
    background: #c41e3a !important;
    color: #ffffff !important;
    padding: 6px 16px;
    border-radius: 4px;
    font-family: 'Arial', sans-serif !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Industrial Buttons - Like work boot soles */
.btn-industrial[b-6jtxq9da50] {
    background: linear-gradient(135deg, #1e3a5f 0%, #2b2b2b 100%) !important;
    border: 3px solid #1e3a5f !important;
    border-radius: 6px !important;
    color: #ffffff !important;
    font-family: 'Arial', sans-serif !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    padding: 0.9rem 2.2rem !important;
    position: relative !important;
    transition: all 0.2s ease !important;
    box-shadow: 
        0 4px 0 #2b2b2b,
        0 6px 12px rgba(0, 0, 0, 0.3) !important;
}

.btn-industrial:hover[b-6jtxq9da50] {
    background: linear-gradient(135deg, #c41e3a 0%, #8b4513 100%) !important;
    border-color: #c41e3a !important;
    color: #ffffff !important;
    transform: translateY(1px) !important;
    box-shadow: 
        0 3px 0 #8b4513,
        0 4px 8px rgba(0, 0, 0, 0.3) !important;
}

.btn-industrial:active[b-6jtxq9da50] {
    transform: translateY(3px) !important;
    box-shadow: 
        0 1px 0 #8b4513,
        0 2px 4px rgba(0, 0, 0, 0.3) !important;
}

.btn-industrial-outline[b-6jtxq9da50] {
    background: transparent !important;
    border: 3px solid #c41e3a !important;
    color: #c41e3a !important;
    box-shadow: 
        0 4px 0 rgba(196, 30, 58, 0.3),
        0 6px 12px rgba(0, 0, 0, 0.15) !important;
}

.btn-industrial-outline:hover[b-6jtxq9da50] {
    background: #c41e3a !important;
    color: #ffffff !important;
    box-shadow: 
        0 3px 0 #8b4513,
        0 4px 8px rgba(0, 0, 0, 0.3) !important;
}

/* Feature Lists - Like tool inventory */
.industrial-feature-list[b-6jtxq9da50] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.industrial-feature-item[b-6jtxq9da50] {
    display: flex;
    align-items: center;
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(30, 58, 95, 0.1);
    position: relative;
}

.industrial-feature-item[b-6jtxq9da50]::before {
    content: '⚡';
    font-size: 1.2rem;
    color: #d2691e;
    margin-right: 1rem;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.industrial-feature-text[b-6jtxq9da50] {
    color: #2b2b2b !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    flex-grow: 1;
}

/* Logo Styling - Industrial theme */
.logo-section[b-6jtxq9da50] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.industrial-logo[b-6jtxq9da50] {
    width: 100px !important;
    height: 100px !important;
    border: 3px solid #1e3a5f !important;
    border-radius: 50% !important;
    padding: 2px !important;
    background: 
        radial-gradient(circle, rgba(196, 30, 58, 0.1) 0%, transparent 70%),
        linear-gradient(45deg, #f8f9fa 0%, #ffffff 100%) !important;
    box-shadow: 
        0 6px 12px rgba(0, 0, 0, 0.15),
        inset 0 2px 0 rgba(255, 255, 255, 0.8) !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
}

.industrial-logo[b-6jtxq9da50]::before {
    content: '';
    position: absolute;
    top: -3px;
    left: 20px;
    width: 60px;
    height: 6px;
    background: linear-gradient(90deg, #c41e3a 0%, #1e3a5f 100%);
    border-radius: 0 0 4px 4px;
}

.industrial-logo:hover[b-6jtxq9da50] {
    border-color: #c41e3a !important;
    box-shadow: 
        0 8px 16px rgba(0, 0, 0, 0.2),
        inset 0 2px 0 rgba(255, 255, 255, 0.8) !important;
    transform: translateY(-2px) !important;
}

.industrial-logo-image[b-6jtxq9da50] {
    width: 90px !important;
    height: 90px !important;
    object-fit: contain !important;
    
    /* Industrial look - stronger, more vibrant */
    filter: brightness(1.2) contrast(1.3) saturate(1.4) !important;
    transition: filter 0.3s ease !important;
}

.industrial-logo:hover .industrial-logo-image[b-6jtxq9da50] {
    /* Even more vibrant on hover */
    filter: brightness(1.4) contrast(1.5) saturate(1.6) !important;
}

/* Layout Utilities */
.industrial-section[b-6jtxq9da50] {
    padding: 4rem 0;
    position: relative;
}

.industrial-hero[b-6jtxq9da50] {
    text-align: center;
    padding: 6rem 2rem;
    position: relative;
}

.industrial-grid[b-6jtxq9da50] {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .industrial-card[b-6jtxq9da50] {
        padding: 1.5rem !important;
    }
    
    .btn-industrial[b-6jtxq9da50] {
        padding: 0.8rem 1.8rem !important;
        font-size: 0.9rem !important;
    }
    
    .industrial-title[b-6jtxq9da50] {
        font-size: 2.5rem !important;
    }
    
    .industrial-hero[b-6jtxq9da50] {
        padding: 4rem 1rem;
    }
}
/* _content/PAiRoots.Platform.Web/Components/Pages/Design/Login1.razor.rz.scp.css */
/* 60s Diner Login Styling - Login1 */

/* Use the same background and styling as Home1 */
.diner-hero[b-xf6wkr2b1i], .diner-section[b-xf6wkr2b1i] {
    background: 
        linear-gradient(135deg, #2c1810 0%, #8b4513 100%),
        radial-gradient(circle at 25% 25%, rgba(255, 107, 107, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(255, 193, 7, 0.1) 0%, transparent 50%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

.diner-hero[b-xf6wkr2b1i]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(255, 107, 107, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 193, 7, 0.08) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
    z-index: 0;
}

.diner-hero[b-xf6wkr2b1i]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle 3px at 15% 20%, rgba(0, 255, 255, 0.6) 0%, transparent 50%),
        radial-gradient(circle 2px at 80% 30%, rgba(255, 107, 107, 0.8) 0%, transparent 50%),
        radial-gradient(circle 4px at 40% 70%, rgba(255, 193, 7, 0.7) 0%, transparent 50%),
        radial-gradient(circle 3px at 90% 80%, rgba(0, 255, 255, 0.5) 0%, transparent 50%);
    animation: networkFloat-b-xf6wkr2b1i 8s ease-in-out infinite alternate;
    pointer-events: none;
    z-index: 0;
}

@keyframes networkFloat-b-xf6wkr2b1i {
    0% { transform: translate(0, 0) rotate(0deg); opacity: 0.7; }
    50% { transform: translate(-5px, -10px) rotate(1deg); opacity: 0.9; }
    100% { transform: translate(5px, -5px) rotate(-0.5deg); opacity: 0.8; }
}

.diner-container[b-xf6wkr2b1i] {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

/* Form-specific styling */
.diner-input[b-xf6wkr2b1i] {
    background: rgba(248, 249, 250, 0.95) !important;
    border: 3px solid #ffd700 !important;
    border-radius: 15px !important;
    color: #8b4513 !important;
    font-weight: 600 !important;
    padding: 1rem 1.5rem !important;
    transition: all 0.3s ease !important;
}

.diner-input:focus[b-xf6wkr2b1i] {
    background: #ffffff !important;
    border-color: #ff6b6b !important;
    box-shadow: 0 0 15px rgba(255, 107, 107, 0.4) !important;
    transform: scale(1.02) !important;
}

.diner-label[b-xf6wkr2b1i] {
    background: linear-gradient(90deg, #ffd700 0%, #ffb347 100%) !important;
    color: #8b4513 !important;
    font-weight: 700 !important;
    font-size: 0.9rem !important;
    padding: 0.5rem 1rem !important;
    border-radius: 10px !important;
    border: 2px solid #ff6b6b !important;
    transition: all 0.3s ease !important;
}

.diner-input:focus + .diner-label[b-xf6wkr2b1i],
.diner-input:not(:placeholder-shown) + .diner-label[b-xf6wkr2b1i] {
    opacity: 0.1 !important;
    transform: scale(0.8) translateY(-5px) !important;
}

.diner-checkbox[b-xf6wkr2b1i] {
    background: #ffd700 !important;
    border: 2px solid #ff6b6b !important;
    border-radius: 4px !important;
    transform: scale(1.2) !important;
}

.diner-checkbox:checked[b-xf6wkr2b1i] {
    background: #ff6b6b !important;
    border-color: #ffd700 !important;
}

.diner-link[b-xf6wkr2b1i] {
    color: #ffd700 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) !important;
    transition: all 0.3s ease !important;
}

.diner-link:hover[b-xf6wkr2b1i] {
    color: #ff6b6b !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7) !important;
    transform: scale(1.05) !important;
}

/* Typography classes from Home1 */
.diner-title[b-xf6wkr2b1i] {
    font-family: 'Impact', 'Arial Black', 'Arial', sans-serif !important;
    font-weight: 900 !important;
    letter-spacing: 0.1em !important;
    color: #ffd700 !important;
    text-shadow: 
        3px 3px 0px #ff6b6b,
        6px 6px 10px rgba(0, 0, 0, 0.5) !important;
    text-transform: uppercase !important;
}

.diner-subtitle[b-xf6wkr2b1i] {
    font-family: 'Georgia', 'Times New Roman', serif !important;
    font-weight: 400 !important;
    color: #ff6b6b !important;
    font-style: italic !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) !important;
}

.diner-text[b-xf6wkr2b1i] {
    font-family: 'Arial', sans-serif !important;
    color: #f8f9fa !important;
    line-height: 1.6 !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) !important;
}

/* Card styling from Home1 */
.diner-card[b-xf6wkr2b1i] {
    background: linear-gradient(145deg, #8b4513 0%, #a0522d 100%) !important;
    border: 4px solid #ffd700 !important;
    border-radius: 20px !important;
    padding: 2rem !important;
    position: relative !important;
    box-shadow: 
        0 8px 16px rgba(0, 0, 0, 0.4),
        inset 0 2px 0 rgba(255, 215, 0, 0.3) !important;
    transition: all 0.3s ease !important;
}

.diner-card[b-xf6wkr2b1i]::before {
    content: '';
    position: absolute;
    top: -4px;
    left: 30px;
    width: 80px;
    height: 8px;
    background: linear-gradient(90deg, #ff6b6b 0%, #ffd700 100%);
    border-radius: 0 0 8px 8px;
}

.diner-card-header[b-xf6wkr2b1i] {
    position: relative;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 3px dashed #ffd700;
}

.diner-card-badge[b-xf6wkr2b1i] {
    position: absolute;
    top: -12px;
    right: 0;
    background: #ff6b6b !important;
    color: #ffffff !important;
    padding: 8px 20px;
    border-radius: 25px;
    font-family: 'Impact', 'Arial Black', sans-serif !important;
    font-size: 0.8rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    border: 2px solid #ffd700;
}

/* Button styling from Home1 */
.btn-diner[b-xf6wkr2b1i] {
    background: linear-gradient(135deg, #ff6b6b 0%, #dc3545 100%) !important;
    border: 3px solid #ffd700 !important;
    border-radius: 25px !important;
    color: #ffffff !important;
    font-family: 'Impact', 'Arial Black', sans-serif !important;
    font-weight: 900 !important;
    font-size: 1rem !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    padding: 1rem 2.5rem !important;
    position: relative !important;
    transition: all 0.3s ease !important;
    box-shadow: 
        0 6px 0 #8b0000,
        0 8px 16px rgba(0, 0, 0, 0.4) !important;
    overflow: hidden !important;
    width: 100%;
    text-decoration: none !important;
}

.btn-diner[b-xf6wkr2b1i]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.btn-diner:hover[b-xf6wkr2b1i]::before {
    left: 100%;
}

.btn-diner:hover[b-xf6wkr2b1i] {
    background: linear-gradient(135deg, #ffd700 0%, #ffb347 100%) !important;
    border-color: #ff6b6b !important;
    color: #8b4513 !important;
    box-shadow: 
        0 8px 0 #cc8400,
        0 12px 20px rgba(0, 0, 0, 0.5) !important;
    transform: translateY(-2px) !important;
}

.btn-diner:active[b-xf6wkr2b1i] {
    transform: translateY(2px) !important;
    box-shadow: 
        0 4px 0 #cc8400,
        0 6px 12px rgba(0, 0, 0, 0.4) !important;
}

/* Logo styling from Home1 */
.diner-logo[b-xf6wkr2b1i] {
    width: 80px !important;
    height: 80px !important;
    border: 4px solid #ffd700 !important;
    border-radius: 50% !important;
    padding: 2px !important;
    background: 
        radial-gradient(circle, rgba(255, 107, 107, 0.2) 0%, transparent 70%),
        linear-gradient(45deg, #8b4513 0%, #a0522d 100%) !important;
    box-shadow: 
        0 0 20px rgba(255, 215, 0, 0.4),
        0 8px 16px rgba(0, 0, 0, 0.3),
        inset 0 2px 0 rgba(255, 215, 0, 0.3) !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
}

.diner-logo-image[b-xf6wkr2b1i] {
    width: 70px !important;
    height: 70px !important;
    object-fit: contain !important;
    filter: brightness(1.3) contrast(1.2) saturate(1.5) !important;
    transition: filter 0.3s ease !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .diner-hero[b-xf6wkr2b1i] {
        padding: 2rem 1rem;
    }
    
    .diner-card[b-xf6wkr2b1i] {
        padding: 1.5rem !important;
    }
    
    .btn-diner[b-xf6wkr2b1i] {
        padding: 0.8rem 2rem !important;
        font-size: 0.9rem !important;
    }
    
    .diner-logo[b-xf6wkr2b1i] {
        width: 60px !important;
        height: 60px !important;
    }
    
    .diner-logo-image[b-xf6wkr2b1i] {
        width: 50px !important;
        height: 50px !important;
    }
}
/* _content/PAiRoots.Platform.Web/Components/Pages/Design/Login2.razor.rz.scp.css */
/* Cyber/Digital Login Styling - Login2 */

/* Use the same cyber background as Home2 */
.cyber-hero[b-bornvtne76], .cyber-section[b-bornvtne76] {
    background: 
        linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%),
        radial-gradient(circle at 20% 30%, rgba(0, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(46, 204, 113, 0.1) 0%, transparent 50%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.cyber-hero[b-bornvtne76]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(0, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(46, 204, 113, 0.05) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
    z-index: 0;
}

.cyber-hero[b-bornvtne76]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle 2px at 25% 15%, rgba(0, 255, 255, 0.8) 0%, transparent 50%),
        radial-gradient(circle 3px at 70% 25%, rgba(46, 204, 113, 0.6) 0%, transparent 50%),
        radial-gradient(circle 2px at 15% 70%, rgba(0, 255, 255, 0.7) 0%, transparent 50%),
        radial-gradient(circle 4px at 85% 80%, rgba(46, 204, 113, 0.5) 0%, transparent 50%);
    animation: dataFloat-b-bornvtne76 10s ease-in-out infinite alternate;
    pointer-events: none;
    z-index: 0;
}

@keyframes dataFloat-b-bornvtne76 {
    0% { transform: translate(0, 0) rotate(0deg); opacity: 0.6; }
    25% { transform: translate(-3px, -8px) rotate(0.5deg); opacity: 0.8; }
    75% { transform: translate(3px, -5px) rotate(-0.3deg); opacity: 0.9; }
    100% { transform: translate(-2px, 5px) rotate(0.2deg); opacity: 0.7; }
}

.cyber-container[b-bornvtne76] {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

/* Form-specific styling */
.cyber-input[b-bornvtne76] {
    background: rgba(10, 10, 10, 0.9) !important;
    border: 2px solid #00ffff !important;
    border-radius: 8px !important;
    color: #00ffff !important;
    font-family: 'Courier New', 'Monaco', monospace !important;
    font-weight: 500 !important;
    padding: 1rem 1.25rem !important;
    transition: all 0.3s ease !important;
    box-shadow: inset 0 0 10px rgba(0, 255, 255, 0.1) !important;
}

.cyber-input:focus[b-bornvtne76] {
    background: rgba(0, 0, 0, 0.95) !important;
    border-color: #2ecc71 !important;
    box-shadow: 
        0 0 20px rgba(46, 204, 113, 0.3),
        inset 0 0 15px rgba(46, 204, 113, 0.1) !important;
    transform: scale(1.02) !important;
    color: #2ecc71 !important;
}

.cyber-input[b-bornvtne76]::placeholder {
    color: rgba(0, 255, 255, 0.5) !important;
    font-style: italic !important;
}

.cyber-label[b-bornvtne76] {
    background: linear-gradient(90deg, #00ffff 0%, #2ecc71 100%) !important;
    color: #0a0a0a !important;
    font-family: 'Courier New', 'Monaco', monospace !important;
    font-weight: 700 !important;
    font-size: 0.85rem !important;
    padding: 0.4rem 0.8rem !important;
    border-radius: 6px !important;
    border: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    transition: all 0.3s ease !important;
}

.cyber-input:focus + .cyber-label[b-bornvtne76],
.cyber-input:not(:placeholder-shown) + .cyber-label[b-bornvtne76] {
    opacity: 0.1 !important;
    transform: scale(0.8) translateY(-5px) !important;
}

.cyber-checkbox[b-bornvtne76] {
    background: rgba(0, 0, 0, 0.8) !important;
    border: 2px solid #00ffff !important;
    border-radius: 3px !important;
    transform: scale(1.3) !important;
    position: relative !important;
}

.cyber-checkbox:checked[b-bornvtne76] {
    background: linear-gradient(135deg, #00ffff 0%, #2ecc71 100%) !important;
    border-color: #2ecc71 !important;
}

.cyber-checkbox:checked[b-bornvtne76]::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #0a0a0a;
    font-weight: 900;
    font-size: 0.8rem;
}

.cyber-link[b-bornvtne76] {
    color: #00ffff !important;
    text-decoration: none !important;
    font-family: 'Courier New', 'Monaco', monospace !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    font-size: 0.9rem !important;
    letter-spacing: 0.05em !important;
    transition: all 0.3s ease !important;
    position: relative !important;
}

.cyber-link[b-bornvtne76]::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #00ffff 0%, #2ecc71 100%);
    transition: width 0.3s ease;
}

.cyber-link:hover[b-bornvtne76] {
    color: #2ecc71 !important;
    text-shadow: 0 0 10px rgba(46, 204, 113, 0.5) !important;
}

.cyber-link:hover[b-bornvtne76]::after {
    width: 100%;
}

/* Typography classes from Home2 */
.cyber-title[b-bornvtne76] {
    font-family: 'Courier New', 'Monaco', monospace !important;
    font-weight: 900 !important;
    letter-spacing: 0.15em !important;
    color: #00ffff !important;
    text-shadow: 
        0 0 10px rgba(0, 255, 255, 0.5),
        0 0 20px rgba(0, 255, 255, 0.3) !important;
    text-transform: uppercase !important;
}

.cyber-subtitle[b-bornvtne76] {
    font-family: 'Courier New', 'Monaco', monospace !important;
    font-weight: 600 !important;
    color: #2ecc71 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    text-shadow: 0 0 8px rgba(46, 204, 113, 0.4) !important;
}

.cyber-text[b-bornvtne76] {
    font-family: 'Segoe UI', 'Tahoma', sans-serif !important;
    color: #e8f5e8 !important;
    line-height: 1.6 !important;
    font-weight: 400 !important;
}

/* Card styling from Home2 */
.cyber-card[b-bornvtne76] {
    background: 
        linear-gradient(145deg, rgba(10, 10, 10, 0.95) 0%, rgba(26, 26, 26, 0.9) 100%) !important;
    border: 2px solid #00ffff !important;
    border-radius: 12px !important;
    padding: 2rem !important;
    position: relative !important;
    backdrop-filter: blur(10px) !important;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.6),
        0 0 20px rgba(0, 255, 255, 0.1),
        inset 0 1px 0 rgba(0, 255, 255, 0.2) !important;
    transition: all 0.3s ease !important;
}

.cyber-card[b-bornvtne76]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        #00ffff 25%, 
        #2ecc71 50%, 
        #00ffff 75%, 
        transparent 100%);
    animation: scanLine-b-bornvtne76 3s ease-in-out infinite;
}

@keyframes scanLine-b-bornvtne76 {
    0%, 100% { opacity: 0.3; transform: translateX(-100%); }
    50% { opacity: 1; transform: translateX(100%); }
}

.cyber-card-header[b-bornvtne76] {
    position: relative;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 255, 255, 0.3);
}

.cyber-card-label[b-bornvtne76] {
    position: absolute;
    top: -12px;
    right: 0;
    background: linear-gradient(135deg, #00ffff 0%, #2ecc71 100%) !important;
    color: #0a0a0a !important;
    padding: 6px 16px;
    border-radius: 20px;
    font-family: 'Courier New', 'Monaco', monospace !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Button styling from Home2 */
.btn-cyber[b-bornvtne76] {
    background: linear-gradient(135deg, #00ffff 0%, #2ecc71 100%) !important;
    border: 2px solid transparent !important;
    border-radius: 8px !important;
    color: #0a0a0a !important;
    font-family: 'Courier New', 'Monaco', monospace !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    padding: 1rem 2rem !important;
    position: relative !important;
    transition: all 0.3s ease !important;
    box-shadow: 
        0 4px 12px rgba(0, 255, 255, 0.3),
        0 0 20px rgba(0, 255, 255, 0.1) !important;
    overflow: hidden !important;
    width: 100%;
    text-decoration: none !important;
}

.btn-cyber[b-bornvtne76]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    transition: left 0.8s ease;
}

.btn-cyber:hover[b-bornvtne76]::before {
    left: 100%;
}

.btn-cyber:hover[b-bornvtne76] {
    background: linear-gradient(135deg, #2ecc71 0%, #00ffff 100%) !important;
    color: #0a0a0a !important;
    box-shadow: 
        0 6px 16px rgba(46, 204, 113, 0.4),
        0 0 30px rgba(46, 204, 113, 0.2) !important;
    transform: translateY(-2px) !important;
    border-color: #2ecc71 !important;
}

.btn-cyber:active[b-bornvtne76] {
    transform: translateY(0px) !important;
    box-shadow: 
        0 2px 8px rgba(0, 255, 255, 0.3),
        0 0 15px rgba(0, 255, 255, 0.1) !important;
}

/* Logo styling from Home2 */
.cyber-logo[b-bornvtne76] {
    width: 80px !important;
    height: 80px !important;
    border: 2px solid #00ffff !important;
    border-radius: 50% !important;
    padding: 2px !important;
    background: 
        radial-gradient(circle, rgba(0, 255, 255, 0.1) 0%, transparent 70%),
        linear-gradient(45deg, rgba(10, 10, 10, 0.9) 0%, rgba(26, 26, 26, 0.9) 100%) !important;
    box-shadow: 
        0 0 20px rgba(0, 255, 255, 0.3),
        0 4px 12px rgba(0, 0, 0, 0.5),
        inset 0 1px 0 rgba(0, 255, 255, 0.3) !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
}

.cyber-logo[b-bornvtne76]::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 50%;
    background: linear-gradient(45deg, #00ffff, #2ecc71, #00ffff);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.cyber-logo:hover[b-bornvtne76]::after {
    opacity: 0.6;
    animation: rotate-b-bornvtne76 2s linear infinite;
}

@keyframes rotate-b-bornvtne76 {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.cyber-logo-image[b-bornvtne76] {
    width: 70px !important;
    height: 70px !important;
    object-fit: contain !important;
    filter: brightness(1.2) contrast(1.1) saturate(1.3) hue-rotate(180deg) !important;
    transition: filter 0.3s ease !important;
}

/* Divider styling */
.cyber-divider[b-bornvtne76] {
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(0, 255, 255, 0.5) 25%, 
        rgba(46, 204, 113, 0.8) 50%, 
        rgba(0, 255, 255, 0.5) 75%, 
        transparent 100%);
    margin: 1.5rem 0;
    position: relative;
}

.cyber-divider[b-bornvtne76]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background: #2ecc71;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(46, 204, 113, 0.5);
}

/* Footer styling */
.cyber-footer[b-bornvtne76] {
    border-top: 1px solid rgba(0, 255, 255, 0.3);
    padding-top: 1rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .cyber-hero[b-bornvtne76] {
        padding: 2rem 1rem;
    }
    
    .cyber-card[b-bornvtne76] {
        padding: 1.5rem !important;
    }
    
    .btn-cyber[b-bornvtne76] {
        padding: 0.8rem 1.5rem !important;
        font-size: 0.9rem !important;
    }
    
    .cyber-logo[b-bornvtne76] {
        width: 60px !important;
        height: 60px !important;
    }
    
    .cyber-logo-image[b-bornvtne76] {
        width: 50px !important;
        height: 50px !important;
    }
}
/* _content/PAiRoots.Platform.Web/Components/Pages/Design/Login3.razor.rz.scp.css */
/* Industrial/Pennsylvania Login Styling - Login3 */

/* Use the same industrial background as Home3 */
.industrial-hero[b-b8n20soo1i], .industrial-section[b-b8n20soo1i] {
    background: 
        linear-gradient(135deg, #2b2b2b 0%, #1e3a5f 100%),
        radial-gradient(circle at 30% 20%, rgba(196, 30, 58, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgba(210, 105, 30, 0.1) 0%, transparent 50%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

.industrial-hero[b-b8n20soo1i]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(196, 30, 58, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(210, 105, 30, 0.03) 1px, transparent 1px);
    background-size: 80px 80px;
    pointer-events: none;
    z-index: 0;
}

.industrial-hero[b-b8n20soo1i]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle 4px at 20% 30%, rgba(196, 30, 58, 0.6) 0%, transparent 50%),
        radial-gradient(circle 3px at 80% 20%, rgba(210, 105, 30, 0.7) 0%, transparent 50%),
        radial-gradient(circle 5px at 30% 80%, rgba(196, 30, 58, 0.5) 0%, transparent 50%),
        radial-gradient(circle 3px at 90% 70%, rgba(210, 105, 30, 0.6) 0%, transparent 50%);
    animation: industrialGlow-b-b8n20soo1i 12s ease-in-out infinite alternate;
    pointer-events: none;
    z-index: 0;
}

@keyframes industrialGlow-b-b8n20soo1i {
    0% { transform: translate(0, 0) scale(1); opacity: 0.4; }
    33% { transform: translate(-2px, -5px) scale(1.02); opacity: 0.6; }
    67% { transform: translate(3px, -2px) scale(0.98); opacity: 0.7; }
    100% { transform: translate(-1px, 3px) scale(1.01); opacity: 0.5; }
}

.industrial-container[b-b8n20soo1i] {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

/* Form-specific styling */
.industrial-input[b-b8n20soo1i] {
    background: rgba(248, 249, 250, 0.95) !important;
    border: 3px solid #c41e3a !important;
    border-radius: 8px !important;
    color: #1e3a5f !important;
    font-weight: 600 !important;
    padding: 1rem 1.25rem !important;
    transition: all 0.3s ease !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}

.industrial-input:focus[b-b8n20soo1i] {
    background: #ffffff !important;
    border-color: #d2691e !important;
    box-shadow: 
        0 0 15px rgba(210, 105, 30, 0.4),
        inset 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    transform: scale(1.02) !important;
    color: #2b2b2b !important;
}

.industrial-input[b-b8n20soo1i]::placeholder {
    color: rgba(30, 58, 95, 0.6) !important;
    font-style: italic !important;
}

.industrial-label[b-b8n20soo1i] {
    background: linear-gradient(90deg, #c41e3a 0%, #d2691e 100%) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 0.9rem !important;
    padding: 0.5rem 1rem !important;
    border-radius: 6px !important;
    border: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
    transition: all 0.3s ease !important;
}

.industrial-input:focus + .industrial-label[b-b8n20soo1i],
.industrial-input:not(:placeholder-shown) + .industrial-label[b-b8n20soo1i] {
    opacity: 0.1 !important;
    transform: scale(0.8) translateY(-5px) !important;
}

.industrial-checkbox[b-b8n20soo1i] {
    background: rgba(248, 249, 250, 0.9) !important;
    border: 3px solid #c41e3a !important;
    border-radius: 4px !important;
    transform: scale(1.3) !important;
    position: relative !important;
}

.industrial-checkbox:checked[b-b8n20soo1i] {
    background: linear-gradient(135deg, #c41e3a 0%, #d2691e 100%) !important;
    border-color: #d2691e !important;
}

.industrial-checkbox:checked[b-b8n20soo1i]::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-weight: 900;
    font-size: 0.9rem;
}

.industrial-link[b-b8n20soo1i] {
    color: #d2691e !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    transition: all 0.3s ease !important;
    position: relative !important;
}

.industrial-link[b-b8n20soo1i]::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #c41e3a 0%, #d2691e 100%);
    transition: width 0.3s ease;
}

.industrial-link:hover[b-b8n20soo1i] {
    color: #c41e3a !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
    transform: translateY(-1px) !important;
}

.industrial-link:hover[b-b8n20soo1i]::after {
    width: 100%;
}

/* Typography classes from Home3 */
.industrial-title[b-b8n20soo1i] {
    font-family: 'Impact', 'Arial Black', 'Arial', sans-serif !important;
    font-weight: 900 !important;
    letter-spacing: 0.1em !important;
    color: #c41e3a !important;
    text-shadow: 
        2px 2px 0px #d2691e,
        4px 4px 8px rgba(0, 0, 0, 0.3) !important;
    text-transform: uppercase !important;
}

.industrial-subtitle[b-b8n20soo1i] {
    font-family: 'Georgia', 'Times New Roman', serif !important;
    font-weight: 700 !important;
    color: #d2691e !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
}

.industrial-text[b-b8n20soo1i] {
    font-family: 'Arial', 'Helvetica', sans-serif !important;
    color: #f8f9fa !important;
    line-height: 1.6 !important;
    font-weight: 500 !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4) !important;
}

/* Card styling from Home3 */
.industrial-card[b-b8n20soo1i] {
    background: 
        linear-gradient(145deg, rgba(248, 249, 250, 0.95) 0%, rgba(233, 236, 239, 0.9) 100%) !important;
    border: 4px solid #c41e3a !important;
    border-radius: 12px !important;
    padding: 2rem !important;
    position: relative !important;
    box-shadow: 
        0 8px 24px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgba(196, 30, 58, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
    transition: all 0.3s ease !important;
}

.industrial-card[b-b8n20soo1i]::before {
    content: '';
    position: absolute;
    top: -4px;
    left: 20px;
    width: 100px;
    height: 8px;
    background: linear-gradient(90deg, #c41e3a 0%, #d2691e 100%);
    border-radius: 0 0 8px 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.industrial-card[b-b8n20soo1i]::after {
    content: '';
    position: absolute;
    top: -4px;
    right: 20px;
    width: 60px;
    height: 8px;
    background: linear-gradient(90deg, #d2691e 0%, #c41e3a 100%);
    border-radius: 0 0 8px 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.industrial-card-header[b-b8n20soo1i] {
    position: relative;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 3px solid #c41e3a;
}

.industrial-card-badge[b-b8n20soo1i] {
    position: absolute;
    top: -12px;
    right: 0;
    background: linear-gradient(135deg, #c41e3a 0%, #d2691e 100%) !important;
    color: #ffffff !important;
    padding: 8px 20px;
    border-radius: 20px;
    font-family: 'Impact', 'Arial Black', sans-serif !important;
    font-size: 0.8rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    box-shadow: 
        0 4px 8px rgba(0, 0, 0, 0.3),
        0 2px 4px rgba(196, 30, 58, 0.5);
    border: 2px solid #ffffff;
}

/* Button styling from Home3 */
.btn-industrial[b-b8n20soo1i] {
    background: linear-gradient(135deg, #c41e3a 0%, #a31621 100%) !important;
    border: 3px solid #d2691e !important;
    border-radius: 8px !important;
    color: #ffffff !important;
    font-family: 'Impact', 'Arial Black', sans-serif !important;
    font-weight: 900 !important;
    font-size: 1rem !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    padding: 1rem 2rem !important;
    position: relative !important;
    transition: all 0.3s ease !important;
    box-shadow: 
        0 4px 0 #8b1538,
        0 6px 12px rgba(0, 0, 0, 0.4) !important;
    overflow: hidden !important;
    width: 100%;
    text-decoration: none !important;
}

.btn-industrial[b-b8n20soo1i]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent);
    transition: left 0.6s ease;
}

.btn-industrial:hover[b-b8n20soo1i]::before {
    left: 100%;
}

.btn-industrial:hover[b-b8n20soo1i] {
    background: linear-gradient(135deg, #d2691e 0%, #b8860b 100%) !important;
    border-color: #c41e3a !important;
    color: #ffffff !important;
    box-shadow: 
        0 6px 0 #996515,
        0 8px 16px rgba(0, 0, 0, 0.5) !important;
    transform: translateY(-2px) !important;
}

.btn-industrial:active[b-b8n20soo1i] {
    transform: translateY(2px) !important;
    box-shadow: 
        0 2px 0 #996515,
        0 4px 8px rgba(0, 0, 0, 0.4) !important;
}

/* Logo styling from Home3 */
.industrial-logo[b-b8n20soo1i] {
    width: 80px !important;
    height: 80px !important;
    border: 4px solid #c41e3a !important;
    border-radius: 12px !important;
    padding: 2px !important;
    background: 
        linear-gradient(145deg, rgba(248, 249, 250, 0.9) 0%, rgba(233, 236, 239, 0.8) 100%) !important;
    box-shadow: 
        0 4px 12px rgba(0, 0, 0, 0.3),
        0 0 0 2px rgba(210, 105, 30, 0.5),
        inset 0 2px 0 rgba(255, 255, 255, 0.8) !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
}

.industrial-logo[b-b8n20soo1i]::after {
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    border-radius: 16px;
    background: linear-gradient(45deg, #c41e3a, #d2691e, #c41e3a);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.industrial-logo:hover[b-b8n20soo1i]::after {
    opacity: 0.3;
}

.industrial-logo-image[b-b8n20soo1i] {
    width: 70px !important;
    height: 70px !important;
    object-fit: contain !important;
    filter: brightness(1.1) contrast(1.2) saturate(1.4) !important;
    transition: filter 0.3s ease !important;
}

/* Divider styling */
.industrial-divider[b-b8n20soo1i] {
    height: 3px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(196, 30, 58, 0.8) 25%, 
        rgba(210, 105, 30, 0.9) 50%, 
        rgba(196, 30, 58, 0.8) 75%, 
        transparent 100%);
    margin: 1.5rem 0;
    position: relative;
    border-radius: 2px;
}

.industrial-divider[b-b8n20soo1i]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background: linear-gradient(135deg, #c41e3a 0%, #d2691e 100%);
    border-radius: 50%;
    border: 2px solid #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Footer styling */
.industrial-footer[b-b8n20soo1i] {
    border-top: 3px solid rgba(196, 30, 58, 0.5);
    padding-top: 1rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .industrial-hero[b-b8n20soo1i] {
        padding: 2rem 1rem;
    }
    
    .industrial-card[b-b8n20soo1i] {
        padding: 1.5rem !important;
    }
    
    .btn-industrial[b-b8n20soo1i] {
        padding: 0.8rem 1.5rem !important;
        font-size: 0.9rem !important;
    }
    
    .industrial-logo[b-b8n20soo1i] {
        width: 60px !important;
        height: 60px !important;
    }
    
    .industrial-logo-image[b-b8n20soo1i] {
        width: 50px !important;
        height: 50px !important;
    }
}
/* _content/PAiRoots.Platform.Web/Components/Pages/Design/Register1.razor.rz.scp.css */
/* 60s Diner Register Styling - Register1 */

/* Use the same background and styling as Login1 */
.diner-hero[b-zjwgshtck1], .diner-section[b-zjwgshtck1] {
    background: 
        linear-gradient(135deg, #2c1810 0%, #8b4513 100%),
        radial-gradient(circle at 25% 25%, rgba(255, 107, 107, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(255, 193, 7, 0.1) 0%, transparent 50%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

.diner-hero[b-zjwgshtck1]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(255, 107, 107, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 193, 7, 0.08) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
    z-index: 0;
}

.diner-hero[b-zjwgshtck1]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle 3px at 15% 20%, rgba(0, 255, 255, 0.6) 0%, transparent 50%),
        radial-gradient(circle 2px at 80% 30%, rgba(255, 107, 107, 0.8) 0%, transparent 50%),
        radial-gradient(circle 4px at 40% 70%, rgba(255, 193, 7, 0.7) 0%, transparent 50%),
        radial-gradient(circle 3px at 90% 80%, rgba(0, 255, 255, 0.5) 0%, transparent 50%);
    animation: networkFloat-b-zjwgshtck1 8s ease-in-out infinite alternate;
    pointer-events: none;
    z-index: 0;
}

@keyframes networkFloat-b-zjwgshtck1 {
    0% { transform: translate(0, 0) rotate(0deg); opacity: 0.7; }
    50% { transform: translate(-5px, -10px) rotate(1deg); opacity: 0.9; }
    100% { transform: translate(5px, -5px) rotate(-0.5deg); opacity: 0.8; }
}

.diner-container[b-zjwgshtck1] {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

/* Form-specific styling */
.diner-input[b-zjwgshtck1] {
    background: rgba(248, 249, 250, 0.95) !important;
    border: 3px solid #ffd700 !important;
    border-radius: 15px !important;
    color: #8b4513 !important;
    font-weight: 600 !important;
    padding: 1rem 1.5rem !important;
    transition: all 0.3s ease !important;
}

.diner-input:focus[b-zjwgshtck1] {
    background: #ffffff !important;
    border-color: #ff6b6b !important;
    box-shadow: 0 0 15px rgba(255, 107, 107, 0.4) !important;
    transform: scale(1.02) !important;
}

.diner-label[b-zjwgshtck1] {
    background: linear-gradient(90deg, #ffd700 0%, #ffb347 100%) !important;
    color: #8b4513 !important;
    font-weight: 700 !important;
    font-size: 0.9rem !important;
    padding: 0.5rem 1rem !important;
    border-radius: 10px !important;
    border: 2px solid #ff6b6b !important;
    transition: all 0.3s ease !important;
}

.diner-input:focus + .diner-label[b-zjwgshtck1],
.diner-input:not(:placeholder-shown) + .diner-label[b-zjwgshtck1] {
    opacity: 0.1 !important;
    transform: scale(0.8) translateY(-5px) !important;
}

.diner-checkbox[b-zjwgshtck1] {
    background: #ffd700 !important;
    border: 2px solid #ff6b6b !important;
    border-radius: 4px !important;
    transform: scale(1.2) !important;
}

.diner-checkbox:checked[b-zjwgshtck1] {
    background: #ff6b6b !important;
    border-color: #ffd700 !important;
}

.diner-link[b-zjwgshtck1] {
    color: #ffd700 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) !important;
    transition: all 0.3s ease !important;
}

.diner-link:hover[b-zjwgshtck1] {
    color: #ff6b6b !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7) !important;
    transform: scale(1.05) !important;
}

/* Typography classes from Home1 */
.diner-title[b-zjwgshtck1] {
    font-family: 'Impact', 'Arial Black', 'Arial', sans-serif !important;
    font-weight: 900 !important;
    letter-spacing: 0.1em !important;
    color: #ffd700 !important;
    text-shadow: 
        3px 3px 0px #ff6b6b,
        6px 6px 10px rgba(0, 0, 0, 0.5) !important;
    text-transform: uppercase !important;
}

.diner-subtitle[b-zjwgshtck1] {
    font-family: 'Georgia', 'Times New Roman', serif !important;
    font-weight: 400 !important;
    color: #ff6b6b !important;
    font-style: italic !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) !important;
}

.diner-text[b-zjwgshtck1] {
    font-family: 'Arial', sans-serif !important;
    color: #f8f9fa !important;
    line-height: 1.6 !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) !important;
}

/* Card styling from Home1 */
.diner-card[b-zjwgshtck1] {
    background: linear-gradient(145deg, #8b4513 0%, #a0522d 100%) !important;
    border: 4px solid #ffd700 !important;
    border-radius: 20px !important;
    padding: 2rem !important;
    position: relative !important;
    box-shadow: 
        0 8px 16px rgba(0, 0, 0, 0.4),
        inset 0 2px 0 rgba(255, 215, 0, 0.3) !important;
    transition: all 0.3s ease !important;
}

.diner-card[b-zjwgshtck1]::before {
    content: '';
    position: absolute;
    top: -4px;
    left: 30px;
    width: 80px;
    height: 8px;
    background: linear-gradient(90deg, #ff6b6b 0%, #ffd700 100%);
    border-radius: 0 0 8px 8px;
}

.diner-card-header[b-zjwgshtck1] {
    position: relative;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 3px dashed #ffd700;
}

.diner-card-badge[b-zjwgshtck1] {
    position: absolute;
    top: -12px;
    right: 0;
    background: #ff6b6b !important;
    color: #ffffff !important;
    padding: 8px 20px;
    border-radius: 25px;
    font-family: 'Impact', 'Arial Black', sans-serif !important;
    font-size: 0.8rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    border: 2px solid #ffd700;
}

/* Button styling from Home1 */
.btn-diner[b-zjwgshtck1] {
    background: linear-gradient(135deg, #ff6b6b 0%, #dc3545 100%) !important;
    border: 3px solid #ffd700 !important;
    border-radius: 25px !important;
    color: #ffffff !important;
    font-family: 'Impact', 'Arial Black', sans-serif !important;
    font-weight: 900 !important;
    font-size: 1rem !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    padding: 1rem 2.5rem !important;
    position: relative !important;
    transition: all 0.3s ease !important;
    box-shadow: 
        0 6px 0 #8b0000,
        0 8px 16px rgba(0, 0, 0, 0.4) !important;
    overflow: hidden !important;
    width: 100%;
    text-decoration: none !important;
}

.btn-diner[b-zjwgshtck1]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.btn-diner:hover[b-zjwgshtck1]::before {
    left: 100%;
}

.btn-diner:hover[b-zjwgshtck1] {
    background: linear-gradient(135deg, #ffd700 0%, #ffb347 100%) !important;
    border-color: #ff6b6b !important;
    color: #8b4513 !important;
    box-shadow: 
        0 8px 0 #cc8400,
        0 12px 20px rgba(0, 0, 0, 0.5) !important;
    transform: translateY(-2px) !important;
}

.btn-diner:active[b-zjwgshtck1] {
    transform: translateY(2px) !important;
    box-shadow: 
        0 4px 0 #cc8400,
        0 6px 12px rgba(0, 0, 0, 0.4) !important;
}

/* Logo styling from Home1 */
.diner-logo[b-zjwgshtck1] {
    width: 80px !important;
    height: 80px !important;
    border: 4px solid #ffd700 !important;
    border-radius: 50% !important;
    padding: 2px !important;
    background: 
        radial-gradient(circle, rgba(255, 107, 107, 0.2) 0%, transparent 70%),
        linear-gradient(45deg, #8b4513 0%, #a0522d 100%) !important;
    box-shadow: 
        0 0 20px rgba(255, 215, 0, 0.4),
        0 8px 16px rgba(0, 0, 0, 0.3),
        inset 0 2px 0 rgba(255, 215, 0, 0.3) !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
}

.diner-logo-image[b-zjwgshtck1] {
    width: 70px !important;
    height: 70px !important;
    object-fit: contain !important;
    filter: brightness(1.3) contrast(1.2) saturate(1.5) !important;
    transition: filter 0.3s ease !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .diner-hero[b-zjwgshtck1] {
        padding: 2rem 1rem;
    }
    
    .diner-card[b-zjwgshtck1] {
        padding: 1.5rem !important;
    }
    
    .btn-diner[b-zjwgshtck1] {
        padding: 0.8rem 2rem !important;
        font-size: 0.9rem !important;
    }
    
    .diner-logo[b-zjwgshtck1] {
        width: 60px !important;
        height: 60px !important;
    }
    
    .diner-logo-image[b-zjwgshtck1] {
        width: 50px !important;
        height: 50px !important;
    }
}
/* _content/PAiRoots.Platform.Web/Components/Pages/Design/Register2.razor.rz.scp.css */
/* Cyber/Digital Register Styling - Register2 */

/* Use the same cyber background as Login2 */
.cyber-hero[b-04qh8d91fn], .cyber-section[b-04qh8d91fn] {
    background: 
        linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%),
        radial-gradient(circle at 20% 30%, rgba(0, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(46, 204, 113, 0.1) 0%, transparent 50%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.cyber-hero[b-04qh8d91fn]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(0, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(46, 204, 113, 0.05) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
    z-index: 0;
}

.cyber-hero[b-04qh8d91fn]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle 2px at 25% 15%, rgba(0, 255, 255, 0.8) 0%, transparent 50%),
        radial-gradient(circle 3px at 70% 25%, rgba(46, 204, 113, 0.6) 0%, transparent 50%),
        radial-gradient(circle 2px at 15% 70%, rgba(0, 255, 255, 0.7) 0%, transparent 50%),
        radial-gradient(circle 4px at 85% 80%, rgba(46, 204, 113, 0.5) 0%, transparent 50%);
    animation: dataFloat-b-04qh8d91fn 10s ease-in-out infinite alternate;
    pointer-events: none;
    z-index: 0;
}

@keyframes dataFloat-b-04qh8d91fn {
    0% { transform: translate(0, 0) rotate(0deg); opacity: 0.6; }
    25% { transform: translate(-3px, -8px) rotate(0.5deg); opacity: 0.8; }
    75% { transform: translate(3px, -5px) rotate(-0.3deg); opacity: 0.9; }
    100% { transform: translate(-2px, 5px) rotate(0.2deg); opacity: 0.7; }
}

.cyber-container[b-04qh8d91fn] {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

/* Form-specific styling */
.cyber-input[b-04qh8d91fn] {
    background: rgba(10, 10, 10, 0.9) !important;
    border: 2px solid #00ffff !important;
    border-radius: 8px !important;
    color: #00ffff !important;
    font-family: 'Courier New', 'Monaco', monospace !important;
    font-weight: 500 !important;
    padding: 1rem 1.25rem !important;
    transition: all 0.3s ease !important;
    box-shadow: inset 0 0 10px rgba(0, 255, 255, 0.1) !important;
}

.cyber-input:focus[b-04qh8d91fn] {
    background: rgba(0, 0, 0, 0.95) !important;
    border-color: #2ecc71 !important;
    box-shadow: 
        0 0 20px rgba(46, 204, 113, 0.3),
        inset 0 0 15px rgba(46, 204, 113, 0.1) !important;
    transform: scale(1.02) !important;
    color: #2ecc71 !important;
}

.cyber-input[b-04qh8d91fn]::placeholder {
    color: rgba(0, 255, 255, 0.5) !important;
    font-style: italic !important;
}

.cyber-label[b-04qh8d91fn] {
    background: linear-gradient(90deg, #00ffff 0%, #2ecc71 100%) !important;
    color: #0a0a0a !important;
    font-family: 'Courier New', 'Monaco', monospace !important;
    font-weight: 700 !important;
    font-size: 0.85rem !important;
    padding: 0.4rem 0.8rem !important;
    border-radius: 6px !important;
    border: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    transition: all 0.3s ease !important;
}

.cyber-input:focus + .cyber-label[b-04qh8d91fn],
.cyber-input:not(:placeholder-shown) + .cyber-label[b-04qh8d91fn] {
    opacity: 0.1 !important;
    transform: scale(0.8) translateY(-5px) !important;
}

.cyber-checkbox[b-04qh8d91fn] {
    background: rgba(0, 0, 0, 0.8) !important;
    border: 2px solid #00ffff !important;
    border-radius: 3px !important;
    transform: scale(1.3) !important;
    position: relative !important;
}

.cyber-checkbox:checked[b-04qh8d91fn] {
    background: linear-gradient(135deg, #00ffff 0%, #2ecc71 100%) !important;
    border-color: #2ecc71 !important;
}

.cyber-checkbox:checked[b-04qh8d91fn]::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #0a0a0a;
    font-weight: 900;
    font-size: 0.8rem;
}

.cyber-link[b-04qh8d91fn] {
    color: #00ffff !important;
    text-decoration: none !important;
    font-family: 'Courier New', 'Monaco', monospace !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    font-size: 0.9rem !important;
    letter-spacing: 0.05em !important;
    transition: all 0.3s ease !important;
    position: relative !important;
}

.cyber-link[b-04qh8d91fn]::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #00ffff 0%, #2ecc71 100%);
    transition: width 0.3s ease;
}

.cyber-link:hover[b-04qh8d91fn] {
    color: #2ecc71 !important;
    text-shadow: 0 0 10px rgba(46, 204, 113, 0.5) !important;
}

.cyber-link:hover[b-04qh8d91fn]::after {
    width: 100%;
}

/* Typography classes from Home2 */
.cyber-title[b-04qh8d91fn] {
    font-family: 'Courier New', 'Monaco', monospace !important;
    font-weight: 900 !important;
    letter-spacing: 0.15em !important;
    color: #00ffff !important;
    text-shadow: 
        0 0 10px rgba(0, 255, 255, 0.5),
        0 0 20px rgba(0, 255, 255, 0.3) !important;
    text-transform: uppercase !important;
}

.cyber-subtitle[b-04qh8d91fn] {
    font-family: 'Courier New', 'Monaco', monospace !important;
    font-weight: 600 !important;
    color: #2ecc71 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    text-shadow: 0 0 8px rgba(46, 204, 113, 0.4) !important;
}

.cyber-text[b-04qh8d91fn] {
    font-family: 'Segoe UI', 'Tahoma', sans-serif !important;
    color: #e8f5e8 !important;
    line-height: 1.6 !important;
    font-weight: 400 !important;
}

/* Card styling from Home2 */
.cyber-card[b-04qh8d91fn] {
    background: 
        linear-gradient(145deg, rgba(10, 10, 10, 0.95) 0%, rgba(26, 26, 26, 0.9) 100%) !important;
    border: 2px solid #00ffff !important;
    border-radius: 12px !important;
    padding: 2rem !important;
    position: relative !important;
    backdrop-filter: blur(10px) !important;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.6),
        0 0 20px rgba(0, 255, 255, 0.1),
        inset 0 1px 0 rgba(0, 255, 255, 0.2) !important;
    transition: all 0.3s ease !important;
}

.cyber-card[b-04qh8d91fn]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        #00ffff 25%, 
        #2ecc71 50%, 
        #00ffff 75%, 
        transparent 100%);
    animation: scanLine-b-04qh8d91fn 3s ease-in-out infinite;
}

@keyframes scanLine-b-04qh8d91fn {
    0%, 100% { opacity: 0.3; transform: translateX(-100%); }
    50% { opacity: 1; transform: translateX(100%); }
}

.cyber-card-header[b-04qh8d91fn] {
    position: relative;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 255, 255, 0.3);
}

.cyber-card-label[b-04qh8d91fn] {
    position: absolute;
    top: -12px;
    right: 0;
    background: linear-gradient(135deg, #00ffff 0%, #2ecc71 100%) !important;
    color: #0a0a0a !important;
    padding: 6px 16px;
    border-radius: 20px;
    font-family: 'Courier New', 'Monaco', monospace !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Button styling from Home2 */
.btn-cyber[b-04qh8d91fn] {
    background: linear-gradient(135deg, #00ffff 0%, #2ecc71 100%) !important;
    border: 2px solid transparent !important;
    border-radius: 8px !important;
    color: #0a0a0a !important;
    font-family: 'Courier New', 'Monaco', monospace !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    padding: 1rem 2rem !important;
    position: relative !important;
    transition: all 0.3s ease !important;
    box-shadow: 
        0 4px 12px rgba(0, 255, 255, 0.3),
        0 0 20px rgba(0, 255, 255, 0.1) !important;
    overflow: hidden !important;
    width: 100%;
    text-decoration: none !important;
}

.btn-cyber[b-04qh8d91fn]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    transition: left 0.8s ease;
}

.btn-cyber:hover[b-04qh8d91fn]::before {
    left: 100%;
}

.btn-cyber:hover[b-04qh8d91fn] {
    background: linear-gradient(135deg, #2ecc71 0%, #00ffff 100%) !important;
    color: #0a0a0a !important;
    box-shadow: 
        0 6px 16px rgba(46, 204, 113, 0.4),
        0 0 30px rgba(46, 204, 113, 0.2) !important;
    transform: translateY(-2px) !important;
    border-color: #2ecc71 !important;
}

.btn-cyber:active[b-04qh8d91fn] {
    transform: translateY(0px) !important;
    box-shadow: 
        0 2px 8px rgba(0, 255, 255, 0.3),
        0 0 15px rgba(0, 255, 255, 0.1) !important;
}

/* Logo styling from Home2 */
.cyber-logo[b-04qh8d91fn] {
    width: 80px !important;
    height: 80px !important;
    border: 2px solid #00ffff !important;
    border-radius: 50% !important;
    padding: 2px !important;
    background: 
        radial-gradient(circle, rgba(0, 255, 255, 0.1) 0%, transparent 70%),
        linear-gradient(45deg, rgba(10, 10, 10, 0.9) 0%, rgba(26, 26, 26, 0.9) 100%) !important;
    box-shadow: 
        0 0 20px rgba(0, 255, 255, 0.3),
        0 4px 12px rgba(0, 0, 0, 0.5),
        inset 0 1px 0 rgba(0, 255, 255, 0.3) !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
}

.cyber-logo[b-04qh8d91fn]::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 50%;
    background: linear-gradient(45deg, #00ffff, #2ecc71, #00ffff);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.cyber-logo:hover[b-04qh8d91fn]::after {
    opacity: 0.6;
    animation: rotate-b-04qh8d91fn 2s linear infinite;
}

@keyframes rotate-b-04qh8d91fn {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.cyber-logo-image[b-04qh8d91fn] {
    width: 70px !important;
    height: 70px !important;
    object-fit: contain !important;
    filter: brightness(1.2) contrast(1.1) saturate(1.3) hue-rotate(180deg) !important;
    transition: filter 0.3s ease !important;
}

/* Divider styling */
.cyber-divider[b-04qh8d91fn] {
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(0, 255, 255, 0.5) 25%, 
        rgba(46, 204, 113, 0.8) 50%, 
        rgba(0, 255, 255, 0.5) 75%, 
        transparent 100%);
    margin: 1.5rem 0;
    position: relative;
}

.cyber-divider[b-04qh8d91fn]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background: #2ecc71;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(46, 204, 113, 0.5);
}

/* Footer styling */
.cyber-footer[b-04qh8d91fn] {
    border-top: 1px solid rgba(0, 255, 255, 0.3);
    padding-top: 1rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .cyber-hero[b-04qh8d91fn] {
        padding: 2rem 1rem;
    }
    
    .cyber-card[b-04qh8d91fn] {
        padding: 1.5rem !important;
    }
    
    .btn-cyber[b-04qh8d91fn] {
        padding: 0.8rem 1.5rem !important;
        font-size: 0.9rem !important;
    }
    
    .cyber-logo[b-04qh8d91fn] {
        width: 60px !important;
        height: 60px !important;
    }
    
    .cyber-logo-image[b-04qh8d91fn] {
        width: 50px !important;
        height: 50px !important;
    }
}
/* _content/PAiRoots.Platform.Web/Components/Pages/Design/Register3.razor.rz.scp.css */
/* Industrial/Pennsylvania Register Styling - Register3 */

/* Use the same industrial background as Login3 */
.industrial-hero[b-fhlpzvfutu], .industrial-section[b-fhlpzvfutu] {
    background: 
        linear-gradient(135deg, #2b2b2b 0%, #1e3a5f 100%),
        radial-gradient(circle at 30% 20%, rgba(196, 30, 58, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgba(210, 105, 30, 0.1) 0%, transparent 50%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

.industrial-hero[b-fhlpzvfutu]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(196, 30, 58, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(210, 105, 30, 0.03) 1px, transparent 1px);
    background-size: 80px 80px;
    pointer-events: none;
    z-index: 0;
}

.industrial-hero[b-fhlpzvfutu]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle 4px at 20% 30%, rgba(196, 30, 58, 0.6) 0%, transparent 50%),
        radial-gradient(circle 3px at 80% 20%, rgba(210, 105, 30, 0.7) 0%, transparent 50%),
        radial-gradient(circle 5px at 30% 80%, rgba(196, 30, 58, 0.5) 0%, transparent 50%),
        radial-gradient(circle 3px at 90% 70%, rgba(210, 105, 30, 0.6) 0%, transparent 50%);
    animation: industrialGlow-b-fhlpzvfutu 12s ease-in-out infinite alternate;
    pointer-events: none;
    z-index: 0;
}

@keyframes industrialGlow-b-fhlpzvfutu {
    0% { transform: translate(0, 0) scale(1); opacity: 0.4; }
    33% { transform: translate(-2px, -5px) scale(1.02); opacity: 0.6; }
    67% { transform: translate(3px, -2px) scale(0.98); opacity: 0.7; }
    100% { transform: translate(-1px, 3px) scale(1.01); opacity: 0.5; }
}

.industrial-container[b-fhlpzvfutu] {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

/* Form-specific styling */
.industrial-input[b-fhlpzvfutu] {
    background: rgba(248, 249, 250, 0.95) !important;
    border: 3px solid #c41e3a !important;
    border-radius: 8px !important;
    color: #1e3a5f !important;
    font-weight: 600 !important;
    padding: 1rem 1.25rem !important;
    transition: all 0.3s ease !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}

.industrial-input:focus[b-fhlpzvfutu] {
    background: #ffffff !important;
    border-color: #d2691e !important;
    box-shadow: 
        0 0 15px rgba(210, 105, 30, 0.4),
        inset 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    transform: scale(1.02) !important;
    color: #2b2b2b !important;
}

.industrial-input[b-fhlpzvfutu]::placeholder {
    color: rgba(30, 58, 95, 0.6) !important;
    font-style: italic !important;
}

.industrial-label[b-fhlpzvfutu] {
    background: linear-gradient(90deg, #c41e3a 0%, #d2691e 100%) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 0.9rem !important;
    padding: 0.5rem 1rem !important;
    border-radius: 6px !important;
    border: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
    transition: all 0.3s ease !important;
}

.industrial-input:focus + .industrial-label[b-fhlpzvfutu],
.industrial-input:not(:placeholder-shown) + .industrial-label[b-fhlpzvfutu] {
    opacity: 0.1 !important;
    transform: scale(0.8) translateY(-5px) !important;
}

.industrial-checkbox[b-fhlpzvfutu] {
    background: rgba(248, 249, 250, 0.9) !important;
    border: 3px solid #c41e3a !important;
    border-radius: 4px !important;
    transform: scale(1.3) !important;
    position: relative !important;
}

.industrial-checkbox:checked[b-fhlpzvfutu] {
    background: linear-gradient(135deg, #c41e3a 0%, #d2691e 100%) !important;
    border-color: #d2691e !important;
}

.industrial-checkbox:checked[b-fhlpzvfutu]::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-weight: 900;
    font-size: 0.9rem;
}

.industrial-link[b-fhlpzvfutu] {
    color: #d2691e !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    transition: all 0.3s ease !important;
    position: relative !important;
}

.industrial-link[b-fhlpzvfutu]::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #c41e3a 0%, #d2691e 100%);
    transition: width 0.3s ease;
}

.industrial-link:hover[b-fhlpzvfutu] {
    color: #c41e3a !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
    transform: translateY(-1px) !important;
}

.industrial-link:hover[b-fhlpzvfutu]::after {
    width: 100%;
}

/* Typography classes from Home3 */
.industrial-title[b-fhlpzvfutu] {
    font-family: 'Impact', 'Arial Black', 'Arial', sans-serif !important;
    font-weight: 900 !important;
    letter-spacing: 0.1em !important;
    color: #c41e3a !important;
    text-shadow: 
        2px 2px 0px #d2691e,
        4px 4px 8px rgba(0, 0, 0, 0.3) !important;
    text-transform: uppercase !important;
}

.industrial-subtitle[b-fhlpzvfutu] {
    font-family: 'Georgia', 'Times New Roman', serif !important;
    font-weight: 700 !important;
    color: #d2691e !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
}

.industrial-text[b-fhlpzvfutu] {
    font-family: 'Arial', 'Helvetica', sans-serif !important;
    color: #f8f9fa !important;
    line-height: 1.6 !important;
    font-weight: 500 !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4) !important;
}

/* Card styling from Home3 */
.industrial-card[b-fhlpzvfutu] {
    background: 
        linear-gradient(145deg, rgba(248, 249, 250, 0.95) 0%, rgba(233, 236, 239, 0.9) 100%) !important;
    border: 4px solid #c41e3a !important;
    border-radius: 12px !important;
    padding: 2rem !important;
    position: relative !important;
    box-shadow: 
        0 8px 24px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgba(196, 30, 58, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
    transition: all 0.3s ease !important;
}

.industrial-card[b-fhlpzvfutu]::before {
    content: '';
    position: absolute;
    top: -4px;
    left: 20px;
    width: 100px;
    height: 8px;
    background: linear-gradient(90deg, #c41e3a 0%, #d2691e 100%);
    border-radius: 0 0 8px 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.industrial-card[b-fhlpzvfutu]::after {
    content: '';
    position: absolute;
    top: -4px;
    right: 20px;
    width: 60px;
    height: 8px;
    background: linear-gradient(90deg, #d2691e 0%, #c41e3a 100%);
    border-radius: 0 0 8px 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.industrial-card-header[b-fhlpzvfutu] {
    position: relative;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 3px solid #c41e3a;
}

.industrial-card-badge[b-fhlpzvfutu] {
    position: absolute;
    top: -12px;
    right: 0;
    background: linear-gradient(135deg, #c41e3a 0%, #d2691e 100%) !important;
    color: #ffffff !important;
    padding: 8px 20px;
    border-radius: 20px;
    font-family: 'Impact', 'Arial Black', sans-serif !important;
    font-size: 0.8rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    box-shadow: 
        0 4px 8px rgba(0, 0, 0, 0.3),
        0 2px 4px rgba(196, 30, 58, 0.5);
    border: 2px solid #ffffff;
}

/* Button styling from Home3 */
.btn-industrial[b-fhlpzvfutu] {
    background: linear-gradient(135deg, #c41e3a 0%, #a31621 100%) !important;
    border: 3px solid #d2691e !important;
    border-radius: 8px !important;
    color: #ffffff !important;
    font-family: 'Impact', 'Arial Black', sans-serif !important;
    font-weight: 900 !important;
    font-size: 1rem !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    padding: 1rem 2rem !important;
    position: relative !important;
    transition: all 0.3s ease !important;
    box-shadow: 
        0 4px 0 #8b1538,
        0 6px 12px rgba(0, 0, 0, 0.4) !important;
    overflow: hidden !important;
    width: 100%;
    text-decoration: none !important;
}

.btn-industrial[b-fhlpzvfutu]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent);
    transition: left 0.6s ease;
}

.btn-industrial:hover[b-fhlpzvfutu]::before {
    left: 100%;
}

.btn-industrial:hover[b-fhlpzvfutu] {
    background: linear-gradient(135deg, #d2691e 0%, #b8860b 100%) !important;
    border-color: #c41e3a !important;
    color: #ffffff !important;
    box-shadow: 
        0 6px 0 #996515,
        0 8px 16px rgba(0, 0, 0, 0.5) !important;
    transform: translateY(-2px) !important;
}

.btn-industrial:active[b-fhlpzvfutu] {
    transform: translateY(2px) !important;
    box-shadow: 
        0 2px 0 #996515,
        0 4px 8px rgba(0, 0, 0, 0.4) !important;
}

/* Logo styling from Home3 */
.industrial-logo[b-fhlpzvfutu] {
    width: 80px !important;
    height: 80px !important;
    border: 4px solid #c41e3a !important;
    border-radius: 12px !important;
    padding: 2px !important;
    background: 
        linear-gradient(145deg, rgba(248, 249, 250, 0.9) 0%, rgba(233, 236, 239, 0.8) 100%) !important;
    box-shadow: 
        0 4px 12px rgba(0, 0, 0, 0.3),
        0 0 0 2px rgba(210, 105, 30, 0.5),
        inset 0 2px 0 rgba(255, 255, 255, 0.8) !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
}

.industrial-logo[b-fhlpzvfutu]::after {
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    border-radius: 16px;
    background: linear-gradient(45deg, #c41e3a, #d2691e, #c41e3a);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.industrial-logo:hover[b-fhlpzvfutu]::after {
    opacity: 0.3;
}

.industrial-logo-image[b-fhlpzvfutu] {
    width: 70px !important;
    height: 70px !important;
    object-fit: contain !important;
    filter: brightness(1.1) contrast(1.2) saturate(1.4) !important;
    transition: filter 0.3s ease !important;
}

/* Divider styling */
.industrial-divider[b-fhlpzvfutu] {
    height: 3px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(196, 30, 58, 0.8) 25%, 
        rgba(210, 105, 30, 0.9) 50%, 
        rgba(196, 30, 58, 0.8) 75%, 
        transparent 100%);
    margin: 1.5rem 0;
    position: relative;
    border-radius: 2px;
}

.industrial-divider[b-fhlpzvfutu]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background: linear-gradient(135deg, #c41e3a 0%, #d2691e 100%);
    border-radius: 50%;
    border: 2px solid #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Footer styling */
.industrial-footer[b-fhlpzvfutu] {
    border-top: 3px solid rgba(196, 30, 58, 0.5);
    padding-top: 1rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .industrial-hero[b-fhlpzvfutu] {
        padding: 2rem 1rem;
    }
    
    .industrial-card[b-fhlpzvfutu] {
        padding: 1.5rem !important;
    }
    
    .btn-industrial[b-fhlpzvfutu] {
        padding: 0.8rem 1.5rem !important;
        font-size: 0.9rem !important;
    }
    
    .industrial-logo[b-fhlpzvfutu] {
        width: 60px !important;
        height: 60px !important;
    }
    
    .industrial-logo-image[b-fhlpzvfutu] {
        width: 50px !important;
        height: 50px !important;
    }
}
/* _content/PAiRoots.Platform.Web/Components/Pages/Home.razor.rz.scp.css */

/*Front page animation*/

*[b-cs0eg7j5mg] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.body[b-cs0eg7j5mg] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background: #3d5a3d;
    min-height: auto;
    padding: 2rem 0 4rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}





















.main-content[b-cs0eg7j5mg] {
    position: relative;
    z-index: 10;
    text-align: center;
    color: white;
    padding: 2rem;
    padding-top: 8rem;
    max-width: 600px;
    width: 100%;
}

.hero-title[b-cs0eg7j5mg] {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #f4f1e8;
    text-shadow: 0 2px 20px rgba(255, 215, 120, 0.4);
    letter-spacing: -0.02em;
}

.tagline[b-cs0eg7j5mg] {
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 3rem;
    color: #d4b896;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    opacity: 0.9;
}







/* Desktop and iPad Header Background */
@media (min-width: 769px) {
    .body[b-cs0eg7j5mg]::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 60vh;
        background: radial-gradient(ellipse 120% 80% at 50% 0%, rgba(255, 215, 120, 0.15) 0%, rgba(255, 215, 120, 0.08) 40%, rgba(255, 215, 120, 0.03) 70%, transparent 100%);
        pointer-events: none;
        z-index: 5;
    }
}

@media (max-width: 768px) {
    .body[b-cs0eg7j5mg] {
        padding: 1rem 0 2rem 0;
    }

    .fullscreen-section[b-cs0eg7j5mg] {
        padding: 2rem 0;
    }

    .hero-title[b-cs0eg7j5mg] {
        font-size: 2.5rem;
    }
    
    .top-logo[b-cs0eg7j5mg] {
        top: 1rem;
        left: 1rem;
    }
    
    .logo-image[b-cs0eg7j5mg] {
        height: 64px;
    }
    

    .tagline[b-cs0eg7j5mg] {
        font-size: 1.1rem;
        margin-bottom: 2rem;
    }

    .top-nav[b-cs0eg7j5mg] {
        top: 1rem;
        right: 1rem;
    }

    .login-btn[b-cs0eg7j5mg] {
        padding: 0.4rem 1rem;
        font-size: 0.8rem;
    }

    .main-content[b-cs0eg7j5mg] {
        padding: 1.5rem 1rem;
        padding-top: 6rem;
    }

    .pricing-cards-container[b-cs0eg7j5mg] {
        flex-direction: column;
        gap: 2rem;
        align-items: center;
    }

    .get-started-card[b-cs0eg7j5mg] {
        padding: 2rem 1.5rem;
        margin: 0;
        max-width: 320px;
        width: 100%;
    }

    .card-title[b-cs0eg7j5mg] {
        font-size: 1.5rem;
    }

    .card-subtitle[b-cs0eg7j5mg] {
        font-size: 0.9rem;
    }

    .value-point[b-cs0eg7j5mg] {
        font-size: 0.95rem;
    }

    .cta-button[b-cs0eg7j5mg] {
        padding: 0.875rem 2rem;
        font-size: 1rem;
    }

}

/*Front page animation end*/

/* Hero Background Elements */
.hero-background[b-cs0eg7j5mg] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    overflow: hidden;
}

/* Floating Social Media Icons */
.floating-icon[b-cs0eg7j5mg] {
    position: absolute;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(74, 104, 74, 0.2), rgba(45, 74, 45, 0.15));
    border: 1px solid rgba(74, 104, 74, 0.3);
    border-radius: 50%;
    backdrop-filter: blur(10px);
    color: rgba(134, 164, 134, 0.8);
    animation: gentleFloat-b-cs0eg7j5mg 8s ease-in-out infinite;
}

.instagram-icon[b-cs0eg7j5mg] {
    animation-delay: 0s;
}

.facebook-icon[b-cs0eg7j5mg] {
    animation-delay: -2s;
    width: 55px;
    height: 55px;
}

.calendar-icon[b-cs0eg7j5mg] {
    animation-delay: -4s;
    width: 50px;
    height: 50px;
}

.heart-icon[b-cs0eg7j5mg] {
    animation-delay: -6s;
    width: 45px;
    height: 45px;
}

/* 3D Style Floating Shapes */
.floating-shape[b-cs0eg7j5mg] {
    position: absolute;
    border-radius: 50%;
    animation: gentleFloat-b-cs0eg7j5mg 12s ease-in-out infinite;
}

.circle-large[b-cs0eg7j5mg] {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, rgba(61, 90, 61, 0.15), rgba(45, 74, 45, 0.08));
    box-shadow: 
        0 8px 32px rgba(45, 74, 45, 0.2),
        inset 0 1px 0 rgba(134, 164, 134, 0.2);
    animation-delay: -1s;
}

.circle-medium[b-cs0eg7j5mg] {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(45, 74, 45, 0.2), rgba(26, 47, 26, 0.1));
    box-shadow: 
        0 6px 24px rgba(45, 74, 45, 0.15),
        inset 0 1px 0 rgba(134, 164, 134, 0.15);
    animation-delay: -3s;
}

.circle-small[b-cs0eg7j5mg] {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, rgba(74, 104, 74, 0.25), rgba(45, 74, 45, 0.12));
    box-shadow: 
        0 4px 16px rgba(45, 74, 45, 0.1),
        inset 0 1px 0 rgba(134, 164, 134, 0.1);
}

/* Abstract Gradient Blobs */
.gradient-blob[b-cs0eg7j5mg] {
    width: 100px;
    height: 60px;
    background: linear-gradient(45deg, rgba(61, 90, 61, 0.1), rgba(134, 164, 134, 0.05));
    border-radius: 50% 20% 50% 20%;
    animation: gentleFloat-b-cs0eg7j5mg 10s ease-in-out infinite, gentleRotate-b-cs0eg7j5mg 20s linear infinite;
    animation-delay: -2.5s;
}

.gradient-blob-2[b-cs0eg7j5mg] {
    width: 80px;
    height: 40px;
    background: linear-gradient(-45deg, rgba(45, 74, 45, 0.12), rgba(74, 104, 74, 0.06));
    border-radius: 20% 50% 20% 50%;
    animation: gentleFloat-b-cs0eg7j5mg 14s ease-in-out infinite, gentleRotate-b-cs0eg7j5mg 25s linear infinite reverse;
    animation-delay: -5s;
}

/* Animations */
@keyframes gentleFloat-b-cs0eg7j5mg {
    0%, 100% {
        transform: translateY(0px) translateX(0px);
    }
    25% {
        transform: translateY(-10px) translateX(5px);
    }
    50% {
        transform: translateY(-5px) translateX(-8px);
    }
    75% {
        transform: translateY(-15px) translateX(3px);
    }
}

@keyframes gentleRotate-b-cs0eg7j5mg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Floating Hashtag Text Elements */
.floating-hashtag[b-cs0eg7j5mg] {
    position: absolute;
    color: rgba(134, 164, 134, 0.7);
    font-size: 0.875rem;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    animation: gentleFloat-b-cs0eg7j5mg 10s ease-in-out infinite;
    pointer-events: none;
    z-index: 3;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.floating-hashtag:hover[b-cs0eg7j5mg] {
    opacity: 1;
}


/* Top Logo */
.top-logo[b-cs0eg7j5mg] {
    position: fixed;
    top: 2rem;
    left: 2rem;
    z-index: 1000;
    display: flex;
    align-items: center;
    height: 40px;
}

.logo-image[b-cs0eg7j5mg] {
    height: 80px;
    width: auto;
    transition: all 0.3s ease;
}

.top-logo:hover .logo-image[b-cs0eg7j5mg] {
    transform: translateY(-1px);
}

/* Top Navigation */
.top-nav[b-cs0eg7j5mg] {
    position: fixed;
    top: 2rem;
    right: 2rem;
    z-index: 1000;
    display: flex;
    align-items: center;
    height: 40px;
}

.login-btn[b-cs0eg7j5mg] {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #f4f1e8;
    padding: 0.5rem 1.25rem;
    border-radius: 25px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    height: 40px;
    display: flex;
    align-items: center;
}

.login-btn:hover[b-cs0eg7j5mg] {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
    color: #f4f1e8;
    text-decoration: none;
}

/* Pricing Cards Container */
.pricing-cards-container[b-cs0eg7j5mg] {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 2rem;
    margin: 2rem auto;
    max-width: 1000px;
}

/* Get Started Card */
.get-started-card[b-cs0eg7j5mg] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 2.5rem 2rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(165, 150, 115, 0.2);
    position: relative;
    flex: 1;
    min-width: 350px;
    max-width: 450px;
    display: flex;
    flex-direction: column;
}



.card-header[b-cs0eg7j5mg] {
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 2rem;
    background: none;
    background-color: transparent;
}

.card-title[b-cs0eg7j5mg] {
    color: #1a2f1a;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    letter-spacing: -0.01em;
}

.card-subtitle[b-cs0eg7j5mg] {
    color: #d4af37;
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

/* Billing Toggle */
.billing-toggle[b-cs0eg7j5mg] {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.billing-option[b-cs0eg7j5mg] {
    padding: 0.25rem 0.75rem;
    border: 1px solid rgba(165, 150, 115, 0.3);
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #5a6b5a;
    background: transparent;
}

.billing-option:hover[b-cs0eg7j5mg] {
    border-color: #a59673;
    background: rgba(165, 150, 115, 0.1);
}

.billing-option.active[b-cs0eg7j5mg] {
    background: linear-gradient(135deg, #a59673, #8a7f5f);
    color: white;
    border-color: #a59673;
}

.value-points[b-cs0eg7j5mg] {
    margin: 2rem 0;
    flex-grow: 1;
}

.value-point[b-cs0eg7j5mg] {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    color: #2d4a2d;
    font-size: 1rem;
    font-weight: 500;
}

.value-point:last-child[b-cs0eg7j5mg] {
    margin-bottom: 0;
}

.check-icon[b-cs0eg7j5mg] {
    background: #a59673;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    font-size: 0.875rem;
    font-weight: 700;
    flex-shrink: 0;
}

.card-action[b-cs0eg7j5mg] {
    text-align: center;
    margin-top: auto;
    padding-top: 2rem;
}

.cta-button[b-cs0eg7j5mg] {
    background: linear-gradient(135deg, #a59673, #8a7f5f);
    color: white;
    padding: 1rem 3.25rem;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 700;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(165, 150, 115, 0.3);
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.cta-button:hover[b-cs0eg7j5mg] {
    background: linear-gradient(135deg, #8a7f5f, #756a4b);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(165, 150, 115, 0.4);
    color: white;
    text-decoration: none;
}

/* Learn More Button - Outline style */
.btn-secondary[b-cs0eg7j5mg] {
    background: transparent !important;
    color: #a59673 !important;
    padding: 1rem 3.25rem !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    display: inline-block !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
    border: 2px solid #a59673 !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    letter-spacing: 0.02em !important;
}

.btn-secondary:hover[b-cs0eg7j5mg] {
    background: linear-gradient(135deg, #a59673, #8a7f5f) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(165, 150, 115, 0.4) !important;
    color: white !important;
    text-decoration: none !important;
    border-color: #a59673 !important;
}

/* Get Started Today Button - Outline style */
.btn-primary[b-cs0eg7j5mg] {
    background: transparent !important;
    color: #a59673 !important;
    border: 2px solid #a59673 !important;
    padding: 1rem 3.25rem !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    display: inline-block !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    letter-spacing: 0.02em !important;
}

.btn-primary:hover[b-cs0eg7j5mg] {
    background: linear-gradient(135deg, #a59673, #8a7f5f) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(165, 150, 115, 0.4) !important;
    color: white !important;
    text-decoration: none !important;
    border-color: #a59673 !important;
}

.upgrade-text[b-cs0eg7j5mg] {
    color: #5a6b5a;
    font-size: 0.875rem;
    font-weight: 400;
    margin: 1rem 0 0 0;
    opacity: 0.8;
}

/* FREE Badge */
.free-badge[b-cs0eg7j5mg] {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    background: linear-gradient(135deg, #f5f2e8, #ede7d3);
    color: #4a4237;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(165, 150, 115, 0.3);
    z-index: 10;
}

/* UNLIMITED Badge */
.unlimited-badge[b-cs0eg7j5mg] {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    background: linear-gradient(135deg, #f5f2e8, #ede7d3);
    color: #4a4237;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(165, 150, 115, 0.3);
    z-index: 10;
}

/* Premium Card Styling - Remove special styling to match free card */
.premium-card[b-cs0eg7j5mg] {
    /* Same styling as regular card */
}

.premium-card .check-icon[b-cs0eg7j5mg] {
    /* Use default check icon styling - same as free card */
}

/* Removed desktop-only restriction - cards now show on all devices */






/* Section Background and Layout */
.fullscreen-section[b-cs0eg7j5mg] {
    min-height: auto;
    padding: 4rem 0;
    display: flex;
    align-items: center;
    position: relative;
}

.section-body[b-cs0eg7j5mg] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background: #3d5a3d;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}



/* Feature Icons */
.feature-icon[b-cs0eg7j5mg] {
    background: rgba(245, 242, 232, 0.2);
    border: 2px solid #a59673;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-text[b-cs0eg7j5mg] {
    color: #f5f2e8;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
}

/* Video Placeholder */
.video-placeholder[b-cs0eg7j5mg] {
    min-height: 400px;
    background: rgba(165, 150, 115, 0.2) !important;
    border: 2px solid #a59673;
    backdrop-filter: blur(10px);
}

/* Product Cards */
.product-card[b-cs0eg7j5mg] {
    text-align: center;
    padding: 2rem 1rem;
    background: rgba(165, 150, 115, 0.1);
    border: 2px solid rgba(165, 150, 115, 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-cs0eg7j5mg] {
    background: rgba(165, 150, 115, 0.2);
    border-color: #a59673;
    transform: translateY(-5px);
}

.product-icon[b-cs0eg7j5mg] {
    margin: 0 auto;
}

.product-title[b-cs0eg7j5mg] {
    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-cs0eg7j5mg] {
    color: #f5f2e8;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.badge[b-cs0eg7j5mg] {
    background: rgba(165, 150, 115, 0.3);
    color: #f5f2e8;
    border: 1px solid #a59673;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
}

/* Benefit Cards */
.benefit-card[b-cs0eg7j5mg] {
    text-align: center;
    padding: 1.5rem;
}

.benefit-icon[b-cs0eg7j5mg] {
    background: rgba(245, 242, 232, 0.2);
    border: 2px solid #a59673;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.benefit-title[b-cs0eg7j5mg] {
    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-cs0eg7j5mg] {
    color: #f5f2e8;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
}

/* CTA Section */
.cta-section[b-cs0eg7j5mg] {
    margin-top: 2rem;
}

.cta-title[b-cs0eg7j5mg] {
    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-cs0eg7j5mg] {
    color: #f5f2e8;
    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 */

*[b-88y1adyr3g] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.pilot-roots-page[b-88y1adyr3g] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background: #3d5a3d;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 2rem 0;
}

/* Desktop and iPad Header Background */
@media (min-width: 769px) {
    .pilot-roots-page[b-88y1adyr3g]::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 60vh;
        background: radial-gradient(ellipse 120% 80% at 50% 0%, rgba(255, 215, 120, 0.15) 0%, rgba(255, 215, 120, 0.08) 40%, rgba(255, 215, 120, 0.03) 70%, transparent 100%);
        pointer-events: none;
        z-index: 5;
    }
}

/* Hero Background Elements */
.hero-background[b-88y1adyr3g] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    overflow: hidden;
}

/* Floating Social Media Icons */
.floating-icon[b-88y1adyr3g] {
    position: absolute;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(74, 104, 74, 0.2), rgba(45, 74, 45, 0.15));
    border: 1px solid rgba(74, 104, 74, 0.3);
    border-radius: 50%;
    backdrop-filter: blur(10px);
    color: rgba(134, 164, 134, 0.8);
    animation: gentleFloat-b-88y1adyr3g 8s ease-in-out infinite;
}

.instagram-icon[b-88y1adyr3g] {
    animation-delay: 0s;
}

.facebook-icon[b-88y1adyr3g] {
    animation-delay: -2s;
    width: 55px;
    height: 55px;
}

.calendar-icon[b-88y1adyr3g] {
    animation-delay: -4s;
    width: 50px;
    height: 50px;
}

.heart-icon[b-88y1adyr3g] {
    animation-delay: -6s;
    width: 45px;
    height: 45px;
}

/* 3D Style Floating Shapes */
.floating-shape[b-88y1adyr3g] {
    position: absolute;
    border-radius: 50%;
    animation: gentleFloat-b-88y1adyr3g 12s ease-in-out infinite;
}

.circle-large[b-88y1adyr3g] {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, rgba(61, 90, 61, 0.15), rgba(45, 74, 45, 0.08));
    box-shadow: 
        0 8px 32px rgba(45, 74, 45, 0.2),
        inset 0 1px 0 rgba(134, 164, 134, 0.2);
    animation-delay: -1s;
}

.circle-medium[b-88y1adyr3g] {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(45, 74, 45, 0.2), rgba(26, 47, 26, 0.1));
    box-shadow: 
        0 6px 24px rgba(45, 74, 45, 0.15),
        inset 0 1px 0 rgba(134, 164, 134, 0.15);
    animation-delay: -3s;
}

.circle-small[b-88y1adyr3g] {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, rgba(74, 104, 74, 0.25), rgba(45, 74, 45, 0.12));
    box-shadow: 
        0 4px 16px rgba(45, 74, 45, 0.1),
        inset 0 1px 0 rgba(134, 164, 134, 0.1);
}

/* Abstract Gradient Blobs */
.gradient-blob[b-88y1adyr3g] {
    width: 100px;
    height: 60px;
    background: linear-gradient(45deg, rgba(61, 90, 61, 0.1), rgba(134, 164, 134, 0.05));
    border-radius: 50% 20% 50% 20%;
    animation: gentleFloat-b-88y1adyr3g 10s ease-in-out infinite, gentleRotate-b-88y1adyr3g 20s linear infinite;
    animation-delay: -2.5s;
}

.gradient-blob-2[b-88y1adyr3g] {
    width: 80px;
    height: 40px;
    background: linear-gradient(-45deg, rgba(45, 74, 45, 0.12), rgba(74, 104, 74, 0.06));
    border-radius: 20% 50% 20% 50%;
    animation: gentleFloat-b-88y1adyr3g 14s ease-in-out infinite, gentleRotate-b-88y1adyr3g 25s linear infinite reverse;
    animation-delay: -5s;
}

/* Animations */
@keyframes gentleFloat-b-88y1adyr3g {
    0%, 100% {
        transform: translateY(0px) translateX(0px);
    }
    25% {
        transform: translateY(-10px) translateX(5px);
    }
    50% {
        transform: translateY(-5px) translateX(-8px);
    }
    75% {
        transform: translateY(-15px) translateX(3px);
    }
}

@keyframes gentleRotate-b-88y1adyr3g {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Floating Hashtag Text Elements */
.floating-hashtag[b-88y1adyr3g] {
    position: absolute;
    color: rgba(134, 164, 134, 0.7);
    font-size: 0.875rem;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    animation: gentleFloat-b-88y1adyr3g 10s ease-in-out infinite;
    pointer-events: none;
    z-index: 3;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.floating-hashtag:hover[b-88y1adyr3g] {
    opacity: 1;
}

/* Top Logo */
.top-logo[b-88y1adyr3g] {
    position: fixed;
    top: 2rem;
    left: 2rem;
    z-index: 1000;
    display: flex;
    align-items: center;
    height: 40px;
}

.logo-image[b-88y1adyr3g] {
    height: 80px;
    width: auto;
    transition: all 0.3s ease;
}

.top-logo:hover .logo-image[b-88y1adyr3g] {
    transform: translateY(-1px);
}

/* Top Navigation */
.top-nav[b-88y1adyr3g] {
    position: fixed;
    top: 2rem;
    right: 2rem;
    z-index: 1000;
    display: flex;
    align-items: center;
    height: 40px;
}

.login-btn[b-88y1adyr3g] {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #f4f1e8;
    padding: 0.5rem 1.25rem;
    border-radius: 25px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    height: 40px;
    display: flex;
    align-items: center;
}

.login-btn:hover[b-88y1adyr3g] {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
    color: #f4f1e8;
    text-decoration: none;
}

.main-content[b-88y1adyr3g] {
    position: relative;
    z-index: 10;
    color: white;
    width: 100%;
    padding-top: 6rem;
}

.pilot-form-container[b-88y1adyr3g] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 3rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(165, 150, 115, 0.2);
}

.logo[b-88y1adyr3g] {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1a2f1a;
    text-shadow: none;
    letter-spacing: -0.02em;
}

.tagline[b-88y1adyr3g] {
    font-size: 1.125rem;
    font-weight: 400;
    color: #5a6b5a;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.pilot-form[b-88y1adyr3g] {
    margin-bottom: 2rem;
}

.form-label[b-88y1adyr3g] {
    color: #2d4a2d;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.form-control-custom[b-88y1adyr3g] {
    background: rgba(245, 242, 232, 0.05);
    border: 2px solid rgba(165, 150, 115, 0.2);
    border-radius: 12px;
    color: #2d4a2d;
    padding: 1rem;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-control-custom:focus[b-88y1adyr3g] {
    background: rgba(245, 242, 232, 0.1);
    border-color: #a59673;
    box-shadow: 0 0 0 0.2rem rgba(165, 150, 115, 0.25);
    color: #2d4a2d;
}

.form-control-custom[b-88y1adyr3g]::placeholder {
    color: rgba(93, 107, 93, 0.7);
}

.form-check-input[b-88y1adyr3g] {
    background-color: rgba(245, 242, 232, 0.05);
    border: 2px solid rgba(165, 150, 115, 0.2);
    border-radius: 4px;
}

.form-check-input:checked[b-88y1adyr3g] {
    background-color: #a59673;
    border-color: #a59673;
}

.form-check-input:focus[b-88y1adyr3g] {
    border-color: #a59673;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(165, 150, 115, 0.25);
}

.form-check-label[b-88y1adyr3g] {
    color: #5a6b5a;
    font-size: 0.9rem;
    line-height: 1.5;
}

.btn[b-88y1adyr3g] {
    padding: 1rem 3.25rem;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.btn-primary[b-88y1adyr3g] {
    background: linear-gradient(135deg, #a59673, #8a7f5f);
    color: white;
    box-shadow: 0 6px 20px rgba(165, 150, 115, 0.3);
}

.btn-primary:hover:not(:disabled)[b-88y1adyr3g] {
    background: linear-gradient(135deg, #8a7f5f, #756a4b);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(165, 150, 115, 0.4);
}

.btn-primary:disabled[b-88y1adyr3g] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-secondary[b-88y1adyr3g] {
    background: rgba(165, 150, 115, 0.2);
    color: #5a6b5a;
    border: 2px solid #a59673;
}

.btn-secondary:hover[b-88y1adyr3g] {
    background: rgba(165, 150, 115, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(165, 150, 115, 0.3);
    color: #5a6b5a;
    text-decoration: none;
}

.button-container[b-88y1adyr3g] {
    margin-top: 2rem;
}

.program-benefits[b-88y1adyr3g] {
    border-top: 1px solid rgba(165, 150, 115, 0.3);
    padding-top: 2rem;
}

.benefits-title[b-88y1adyr3g] {
    color: #1a2f1a;
    font-size: 1.75rem;
    font-weight: 700;
    text-shadow: none;
    margin-bottom: 2rem;
}

.benefit-icon[b-88y1adyr3g] {
    background: rgba(165, 150, 115, 0.2);
    border: 2px solid #a59673;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.benefit-title[b-88y1adyr3g] {
    color: #1a2f1a;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    text-shadow: none;
}

.benefit-description[b-88y1adyr3g] {
    color: #5a6b5a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
}

.alert[b-88y1adyr3g] {
    border-radius: 12px;
    border: none;
}

.alert-danger[b-88y1adyr3g] {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
    border: 1px solid rgba(220, 53, 69, 0.3);
}

.alert-success[b-88y1adyr3g] {
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
    border: 1px solid rgba(40, 167, 69, 0.3);
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .top-logo[b-88y1adyr3g] {
        top: 1rem;
        left: 1rem;
    }
    
    .logo-image[b-88y1adyr3g] {
        height: 64px;
    }
    
    .top-nav[b-88y1adyr3g] {
        top: 1rem;
        right: 1rem;
    }

    .login-btn[b-88y1adyr3g] {
        padding: 0.4rem 1rem;
        font-size: 0.8rem;
    }

    .pilot-form-container[b-88y1adyr3g] {
        padding: 2rem 1.5rem;
        margin: 1rem;
    }
    
    .logo[b-88y1adyr3g] {
        font-size: 2rem;
    }
    
    .tagline[b-88y1adyr3g] {
        font-size: 1rem;
    }
    
    .button-container .btn[b-88y1adyr3g] {
        display: block;
        width: 100%;
        margin: 0.5rem 0;
        padding: 0.875rem 2rem;
        font-size: 1rem;
    }
}
/* _content/PAiRoots.Platform.Web/Components/Pages/Social/Components/Facebook/Authenticated.razor.rz.scp.css */
/* Connection Success Animation */
.connection-success-container[b-1a88qtcf4z] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.connection-animation[b-1a88qtcf4z] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    margin-bottom: 30px;
}

.connection-endpoint[b-1a88qtcf4z] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    animation: pulse-b-1a88qtcf4z 2s ease-in-out infinite;
}

.connection-endpoint img[b-1a88qtcf4z] {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.connection-line[b-1a88qtcf4z] {
    position: relative;
    width: 200px;
    height: 4px;
    background: rgba(255,255,255,0.3);
    border-radius: 2px;
    overflow: hidden;
}

.connection-line[b-1a88qtcf4z]::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, #00ff88, transparent);
    animation: connectionFlow-b-1a88qtcf4z 2.5s ease-in-out 0.5s forwards;
}

.success-message[b-1a88qtcf4z] {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    opacity: 0;
    animation: fadeInUp-b-1a88qtcf4z 1s ease-out 2s forwards;
}

.success-submessage[b-1a88qtcf4z] {
    color: rgba(255,255,255,0.8);
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    opacity: 0;
    animation: fadeInUp-b-1a88qtcf4z 1s ease-out 2.5s forwards;
}

@keyframes pulse-b-1a88qtcf4z {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

@keyframes connectionFlow-b-1a88qtcf4z {
    0% { left: -100%; }
    100% { left: 100%; }
}

@keyframes fadeInUp-b-1a88qtcf4z {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
/* _content/PAiRoots.Platform.Web/Components/Pages/Social/Pages/ContentLibrary.razor.rz.scp.css */
/* Content Library Gorgeous Styling */

/* Header Section */
.content-library-header[b-00r4akhzoe] {
    padding: 2rem 0 1rem;
}

.header-title h1[b-00r4akhzoe] {
    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-00r4akhzoe] {
    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-00r4akhzoe] {
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
    border-color: #3498db;
}

/* Upload Section */
.upload-section[b-00r4akhzoe] {
    margin-bottom: 3rem;
}

.upload-card[b-00r4akhzoe] {
    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-00r4akhzoe] {
    margin-bottom: 1.5rem;
}

.modern-file-input[b-00r4akhzoe] {
    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-00r4akhzoe] {
    border-color: #2980b9;
    background: rgba(52, 152, 219, 0.05);
}

.modern-file-input:focus[b-00r4akhzoe] {
    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-00r4akhzoe] {
    background: rgba(40, 167, 69, 0.05);
    border-radius: 12px;
    padding: 1rem;
    border: 1px solid rgba(40, 167, 69, 0.1);
}

.progress[b-00r4akhzoe] {
    height: 8px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.progress-bar[b-00r4akhzoe] {
    background: linear-gradient(90deg, #28a745 0%, #20c997 100%);
    border-radius: 10px;
}

/* Content Gallery */
.content-gallery[b-00r4akhzoe] {
    margin-top: 2rem;
}

.content-card[b-00r4akhzoe] {
    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-00r4akhzoe] {
    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-00r4akhzoe] {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
}

.content-image[b-00r4akhzoe] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.content-card:hover .content-image[b-00r4akhzoe] {
    transform: scale(1.05);
}

.image-overlay[b-00r4akhzoe] {
    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-00r4akhzoe] {
    opacity: 1;
}

.overlay-actions .btn[b-00r4akhzoe] {
    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-00r4akhzoe] {
    padding: 1rem;
}

.content-title[b-00r4akhzoe] {
    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-00r4akhzoe] {
    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-00r4akhzoe] {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 0.5rem;
}

/* Load More Section */
.load-more-btn[b-00r4akhzoe] {
    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-00r4akhzoe] {
    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-00r4akhzoe] {
    padding: 3rem 0;
}

.empty-icon[b-00r4akhzoe] {
    opacity: 0.6;
}

/* Responsive Design */
@media (max-width: 768px) {
    .content-library-header[b-00r4akhzoe] {
        padding: 1rem 0;
    }
    
    .header-controls[b-00r4akhzoe] {
        margin-top: 1rem;
    }
    
    .upload-card[b-00r4akhzoe] {
        padding: 1.5rem;
    }
    
    .content-card[b-00r4akhzoe] {
        border-radius: 12px;
    }
}

/* Success Alert Enhancement */
.alert-success[b-00r4akhzoe] {
    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-00r4akhzoe {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.content-card[b-00r4akhzoe] {
    animation: fadeInUp-b-00r4akhzoe 0.6s ease forwards;
}

.content-card:nth-child(1)[b-00r4akhzoe] { animation-delay: 0.1s; }
.content-card:nth-child(2)[b-00r4akhzoe] { animation-delay: 0.2s; }
.content-card:nth-child(3)[b-00r4akhzoe] { animation-delay: 0.3s; }
.content-card:nth-child(4)[b-00r4akhzoe] { animation-delay: 0.4s; }

/* Edit Context Functionality */
.edit-context-container[b-00r4akhzoe] {
    padding: 0.75rem;
    background: rgba(52, 152, 219, 0.03);
    border: 1px solid rgba(52, 152, 219, 0.1);
    border-radius: 8px;
    margin-bottom: 0.5rem;
}

.edit-context-container textarea[b-00r4akhzoe] {
    border: 1px solid rgba(52, 152, 219, 0.2);
    border-radius: 6px;
    transition: all 0.3s ease;
}

.edit-context-container textarea:focus[b-00r4akhzoe] {
    border-color: #3498db;
    box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.1);
}

.edit-actions[b-00r4akhzoe] {
    margin-top: 0.75rem;
}

.edit-actions .btn[b-00r4akhzoe] {
    border-radius: 6px;
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
    transition: all 0.3s ease;
}

.edit-context-btn[b-00r4akhzoe] {
    font-size: 0.8rem;
    text-decoration: none !important;
    transition: all 0.3s ease;
    opacity: 0.7;
}

.edit-context-btn:hover[b-00r4akhzoe] {
    opacity: 1;
    transform: translateY(-1px);
}

.context-view-container:hover .edit-context-btn[b-00r4akhzoe] {
    opacity: 1;
}
