/* _content/Automaton.Studio/Pages/Account/AccountPage.razor.rz.scp.css */
/* _content/Automaton.Studio/Pages/Authentication/ForgotPassword/ForgotPassword.razor.rz.scp.css */
/* Main container */
.auth-container[b-2v6fkiy02f] {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr;
}

/* Desktop layout - two columns */
@media (min-width: 1024px) {
    .auth-container[b-2v6fkiy02f] {
        grid-template-columns: 1fr 1fr;
    }
}

/* Mobile layout - hide info panel */
@media (max-width: 1023px) {
    .info-panel[b-2v6fkiy02f] {
        display: none;
    }
}

.forgot-password-content[b-2v6fkiy02f] {
    width: 100%;
    max-width: 1200px;
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    display: grid;
    grid-template-columns: 1fr;
    min-height: 500px;
}

/* Information Panel */
.info-panel[b-2v6fkiy02f] {
    background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 40px;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

.info-panel[b-2v6fkiy02f]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 25% 25%, rgba(250, 140, 22, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(255, 169, 64, 0.15) 0%, transparent 50%);
    pointer-events: none;
}

.info-content[b-2v6fkiy02f] {
    z-index: 1;
    text-align: center;
    max-width: 500px;
}

.brand-section[b-2v6fkiy02f] {
    margin-bottom: 48px;
}

.brand-title[b-2v6fkiy02f] {
    font-size: 3rem;
    font-weight: 700;
    margin: 0 0 16px 0;
    color: white;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.brand-subtitle[b-2v6fkiy02f] {
    font-size: 1.125rem;
    opacity: 0.9;
    margin: 0;
    font-weight: 300;
    color: #CBD5E1;
}

/* Hero Visual */
.hero-visual[b-2v6fkiy02f] {
    position: relative;
    margin-top: 2rem;
}

.email-mockup[b-2v6fkiy02f] {
    background: #1E293B;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.3), 0 8px 10px -6px rgba(0, 0, 0, 0.2);
    margin-bottom: 1.5rem;
}

.email-header[b-2v6fkiy02f] {
    background: linear-gradient(135deg, #FA8C16, #FFA940);
    padding: 2rem;
    text-align: center;
}

.email-icon[b-2v6fkiy02f] {
    color: white;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
}

.email-title[b-2v6fkiy02f] {
    font-size: 1.5rem;
    font-weight: 600;
    color: white;
}

.email-body[b-2v6fkiy02f] {
    padding: 2rem;
    text-align: center;
}

.email-text[b-2v6fkiy02f] {
    color: #CBD5E1;
    font-size: 0.9375rem;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.email-button[b-2v6fkiy02f] {
    display: inline-block;
    padding: 0.875rem 2rem;
    background: linear-gradient(135deg, #FA8C16, #FFA940);
    color: white;
    border-radius: 8px;
    font-weight: 500;
    margin-bottom: 1rem;
}

.email-footer[b-2v6fkiy02f] {
    color: #64748B;
    font-size: 0.8125rem;
}

.security-badges[b-2v6fkiy02f] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.badge[b-2v6fkiy02f] {
    background: rgba(30, 41, 59, 0.5);
    padding: 1.25rem;
    border-radius: 12px;
    text-align: center;
    border: 1px solid rgba(51, 65, 85, 0.5);
}

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

.badge-text[b-2v6fkiy02f] {
    font-size: 0.875rem;
    color: #CBD5E1;
}

/* Form Panel */
.form-panel[b-2v6fkiy02f] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 40px;
    background: white;
    min-height: 100vh;
}

.form-content[b-2v6fkiy02f] {
    width: 100%;
    max-width: 400px;
}

.auth-form[b-2v6fkiy02f] {
    width: 100%;
}

.form-header[b-2v6fkiy02f] {
    text-align: center;
    margin-bottom: 32px;
}

.form-title[b-2v6fkiy02f] {
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 8px 0;
    color: #1f2937;
}

.form-subtitle[b-2v6fkiy02f] {
    color: #6b7280;
    margin: 0;
    font-size: 16px;
}

.signin-link[b-2v6fkiy02f] {
    color: #1890ff;
    font-weight: 500;
    text-decoration: none;
}

.signin-link:hover[b-2v6fkiy02f] {
    color: #40a9ff;
    text-decoration: underline;
}

/* Mobile adjustments */
@media (max-width: 1023px) {
    .form-panel[b-2v6fkiy02f] {
        padding: 32px 24px;
        min-height: 100vh;
    }
}

@media (max-width: 768px) {
    .form-title[b-2v6fkiy02f] {
        font-size: 24px;
    }
}

/* Legacy compatibility */
.grid-container[b-2v6fkiy02f] {
    height: 100%;
    background-color: white;
    align-items: center
}

.site-layout-content[b-2v6fkiy02f] {
    height: 100%;
}

.ant-layout[b-2v6fkiy02f] {
    height: 100%;
}
/* _content/Automaton.Studio/Pages/Authentication/Login/LoginPage.razor.rz.scp.css */
/* Main container */
.auth-container[b-9tn6cs5u5t] {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr;
}

/* Desktop layout - two columns */
@media (min-width: 1024px) {
    .auth-container[b-9tn6cs5u5t] {
        grid-template-columns: 1fr 1fr;
    }
}

/* Mobile layout - hide info panel */
@media (max-width: 1023px) {
    .info-panel[b-9tn6cs5u5t] {
        display: none;
    }
}

/* Information Panel */
.info-panel[b-9tn6cs5u5t] {
    background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 40px;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

.info-panel[b-9tn6cs5u5t]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 25% 25%, rgba(59, 130, 246, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(6, 182, 212, 0.15) 0%, transparent 50%);
    pointer-events: none;
}

.info-content[b-9tn6cs5u5t] {
    z-index: 1;
    text-align: center;
    max-width: 500px;
}

.brand-section[b-9tn6cs5u5t] {
    margin-bottom: 48px;
}

.brand-title[b-9tn6cs5u5t] {
    font-size: 3rem;
    font-weight: 700;
    margin: 0 0 16px 0;
    color: white;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.brand-subtitle[b-9tn6cs5u5t] {
    font-size: 1.125rem;
    opacity: 0.9;
    margin: 0;
    font-weight: 300;
    color: #CBD5E1;
}

/* Hero Visual */
.hero-visual[b-9tn6cs5u5t] {
    position: relative;
    margin-top: 2rem;
}

.code-editor-mockup[b-9tn6cs5u5t] {
    background: #1E293B;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.3), 0 8px 10px -6px rgba(0, 0, 0, 0.2);
}

.editor-header[b-9tn6cs5u5t] {
    background: #1A1F36;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #334155;
}

.editor-tabs[b-9tn6cs5u5t] {
    display: flex;
    gap: 0.5rem;
}

.tab[b-9tn6cs5u5t] {
    padding: 0.5rem 1rem;
    background: transparent;
    color: #64748B;
    font-size: 0.875rem;
    border-radius: 6px 6px 0 0;
    font-family: 'JetBrains Mono', 'Courier New', monospace;
}

.tab.active[b-9tn6cs5u5t] {
    background: #1E293B;
    color: #F8FAFC;
}

.editor-content[b-9tn6cs5u5t] {
    padding: 1rem;
    font-family: 'JetBrains Mono', 'Courier New', monospace;
    font-size: 0.875rem;
}

.code-line[b-9tn6cs5u5t] {
    display: flex;
    margin-bottom: 0.25rem;
}

.line-number[b-9tn6cs5u5t] {
    width: 2rem;
    color: #64748B;
    text-align: right;
    margin-right: 1rem;
    user-select: none;
}

.code-text[b-9tn6cs5u5t] {
    flex: 1;
    color: #F8FAFC;
}

.keyword[b-9tn6cs5u5t] { color: #C792EA; }
.function[b-9tn6cs5u5t] { color: #82AAFF; }
.parameter[b-9tn6cs5u5t] { color: #FFCB6B; }
.string[b-9tn6cs5u5t] { color: #C3E88D; }
.comment[b-9tn6cs5u5t] { color: #64748B; }

/* Form Panel */
.form-panel[b-9tn6cs5u5t] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 40px;
    background: white;
    min-height: 100vh;
}

.form-content[b-9tn6cs5u5t] {
    width: 100%;
    max-width: 400px;
}

.auth-form[b-9tn6cs5u5t] {
    width: 100%;
}

.form-header[b-9tn6cs5u5t] {
    text-align: center;
    margin-bottom: 32px;
}

.form-title[b-9tn6cs5u5t] {
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 8px 0;
    color: #1f2937;
}

.form-subtitle[b-9tn6cs5u5t] {
    color: #6b7280;
    margin: 0;
    font-size: 16px;
}

.signup-link[b-9tn6cs5u5t] {
    color: #1890ff;
    font-weight: 500;
    text-decoration: none;
}

.signup-link:hover[b-9tn6cs5u5t] {
    color: #40a9ff;
    text-decoration: underline;
}

/* Form styling improvements */
.remember-me-container[b-9tn6cs5u5t] {
    display: flex; 
    justify-content: space-between; 
    align-items: center;
    margin-bottom: 8px;
}

.forgot-password a[b-9tn6cs5u5t] {
    color: #1890ff;
    text-decoration: none;
    font-size: 14px;
}

.forgot-password a:hover[b-9tn6cs5u5t] {
    text-decoration: underline;
}

/* Mobile adjustments */
@media (max-width: 1023px) {
    .form-panel[b-9tn6cs5u5t] {
        padding: 32px 24px;
        min-height: 100vh;
    }
}

@media (max-width: 768px) {
    .form-title[b-9tn6cs5u5t] {
        font-size: 24px;
    }
}

/* Legacy compatibility */
.site-layout-content[b-9tn6cs5u5t] {
    height: 100%;
}

.ant-layout[b-9tn6cs5u5t] {
    height: 100%;
}
/* _content/Automaton.Studio/Pages/Authentication/Register/UserRegisterPage.razor.rz.scp.css */
/* Main container */
.auth-container[b-fuz6zm5ym0] {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr;
}

/* Desktop layout - two columns */
@media (min-width: 1024px) {
    .auth-container[b-fuz6zm5ym0] {
        grid-template-columns: 1fr 1fr;
    }
}

/* Mobile layout - hide info panel */
@media (max-width: 1023px) {
    .info-panel[b-fuz6zm5ym0] {
        display: none;
    }
}

/* Information Panel */
.info-panel[b-fuz6zm5ym0] {
    background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 40px;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

.info-panel[b-fuz6zm5ym0]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 25% 25%, rgba(16, 185, 129, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(59, 130, 246, 0.15) 0%, transparent 50%);
    pointer-events: none;
}

.info-content[b-fuz6zm5ym0] {
    z-index: 1;
    text-align: center;
    max-width: 500px;
}

.brand-section[b-fuz6zm5ym0] {
    margin-bottom: 48px;
}

.brand-title[b-fuz6zm5ym0] {
    font-size: 3rem;
    font-weight: 700;
    margin: 0 0 16px 0;
    color: white;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.brand-subtitle[b-fuz6zm5ym0] {
    font-size: 1.125rem;
    opacity: 0.9;
    margin: 0;
    font-weight: 300;
    color: #CBD5E1;
}

/* Hero Visual */
.hero-visual[b-fuz6zm5ym0] {
    position: relative;
    margin-top: 2rem;
}

.workflow-diagram[b-fuz6zm5ym0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1.5rem;
    background: #1E293B;
    border-radius: 12px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.3), 0 8px 10px -6px rgba(0, 0, 0, 0.2);
    margin-bottom: 1.5rem;
}

.flow-node[b-fuz6zm5ym0] {
    padding: 0.875rem 1.75rem;
    border-radius: 12px;
    font-weight: 500;
    text-align: center;
    min-width: 140px;
    font-size: 0.9375rem;
}

.start-node[b-fuz6zm5ym0] {
    background: linear-gradient(135deg, #10B981, #059669);
    color: white;
}

.process-node[b-fuz6zm5ym0] {
    background: linear-gradient(135deg, #3B82F6, #1E3A8A);
    color: white;
}

.action-node[b-fuz6zm5ym0] {
    background: linear-gradient(135deg, #06B6D4, #0891B2);
    color: white;
}

.end-node[b-fuz6zm5ym0] {
    background: linear-gradient(135deg, #6366F1, #4F46E5);
    color: white;
}

.flow-connector[b-fuz6zm5ym0] {
    width: 2px;
    height: 1.5rem;
    background: linear-gradient(180deg, #06B6D4, transparent);
}

.stats-grid[b-fuz6zm5ym0] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.stat-card[b-fuz6zm5ym0] {
    background: rgba(30, 41, 59, 0.5);
    padding: 1.25rem;
    border-radius: 12px;
    text-align: center;
    border: 1px solid rgba(51, 65, 85, 0.5);
}

.stat-number[b-fuz6zm5ym0] {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #06B6D4;
    font-family: 'JetBrains Mono', 'Courier New', monospace;
    margin-bottom: 0.5rem;
}

.stat-label[b-fuz6zm5ym0] {
    font-size: 0.875rem;
    color: #CBD5E1;
}

/* Form Panel */
.form-panel[b-fuz6zm5ym0] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 40px;
    background: white;
    min-height: 100vh;
}

.form-content[b-fuz6zm5ym0] {
    width: 100%;
    max-width: 400px;
}

.auth-form[b-fuz6zm5ym0] {
    width: 100%;
}

.form-header[b-fuz6zm5ym0] {
    text-align: center;
    margin-bottom: 32px;
}

.form-title[b-fuz6zm5ym0] {
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 8px 0;
    color: #1f2937;
}

.form-subtitle[b-fuz6zm5ym0] {
    color: #6b7280;
    margin: 0;
    font-size: 16px;
}

.signin-link[b-fuz6zm5ym0], .terms-link[b-fuz6zm5ym0] {
    color: #1890ff;
    font-weight: 500;
    text-decoration: none;
}

.signin-link:hover[b-fuz6zm5ym0], .terms-link:hover[b-fuz6zm5ym0] {
    color: #40a9ff;
    text-decoration: underline;
}

/* Mobile adjustments */
@media (max-width: 1023px) {
    .form-panel[b-fuz6zm5ym0] {
        padding: 32px 24px;
        min-height: 100vh;
    }
}

@media (max-width: 768px) {
    .form-title[b-fuz6zm5ym0] {
        font-size: 24px;
    }
}

/* Legacy compatibility */
#register-user[b-fuz6zm5ym0] {
    height: 100%;
}

.grid-container[b-fuz6zm5ym0] {
    height: 100%;
    background-color: white;
    align-items: center
}

.site-layout-content[b-fuz6zm5ym0] {
    height: 100%;
}

.ant-layout[b-fuz6zm5ym0] {
    height: 100%;
}
/* _content/Automaton.Studio/Pages/Authentication/ResetPassword/ResetPassword.razor.rz.scp.css */
/* Main container */
.auth-container[b-qgwlnqdyfz] {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr;
}

/* Desktop layout - two columns */
@media (min-width: 1024px) {
    .auth-container[b-qgwlnqdyfz] {
        grid-template-columns: 1fr 1fr;
    }
}

/* Mobile layout - hide info panel */
@media (max-width: 1023px) {
    .info-panel[b-qgwlnqdyfz] {
        display: none;
    }
}

.reset-password-content[b-qgwlnqdyfz] {
    width: 100%;
    max-width: 1200px;
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    display: grid;
    grid-template-columns: 1fr;
    min-height: 550px;
}

/* Information Panel */
.info-panel[b-qgwlnqdyfz] {
    background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 40px;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

.info-panel[b-qgwlnqdyfz]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 25% 25%, rgba(114, 46, 209, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(146, 84, 222, 0.15) 0%, transparent 50%);
    pointer-events: none;
}

.info-content[b-qgwlnqdyfz] {
    z-index: 1;
    text-align: center;
    max-width: 500px;
}

.brand-section[b-qgwlnqdyfz] {
    margin-bottom: 48px;
}

.brand-title[b-qgwlnqdyfz] {
    font-size: 3rem;
    font-weight: 700;
    margin: 0 0 16px 0;
    color: white;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.brand-subtitle[b-qgwlnqdyfz] {
    font-size: 1.125rem;
    opacity: 0.9;
    margin: 0;
    font-weight: 300;
    color: #CBD5E1;
}

/* Hero Visual */
.hero-visual[b-qgwlnqdyfz] {
    position: relative;
    margin-top: 2rem;
}

.security-mockup[b-qgwlnqdyfz] {
    background: #1E293B;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.3), 0 8px 10px -6px rgba(0, 0, 0, 0.2);
    margin-bottom: 1.5rem;
}

.security-header[b-qgwlnqdyfz] {
    background: linear-gradient(135deg, #722ED1, #9254DE);
    padding: 2rem;
    text-align: center;
}

.security-icon[b-qgwlnqdyfz] {
    color: white;
    display: flex;
    justify-content: center;
}

.security-body[b-qgwlnqdyfz] {
    padding: 2rem;
}

.security-requirements[b-qgwlnqdyfz] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.requirement[b-qgwlnqdyfz] {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #CBD5E1;
    font-size: 0.9375rem;
}

.check-icon[b-qgwlnqdyfz] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    background: linear-gradient(135deg, #10B981, #059669);
    border-radius: 50%;
    color: white;
    font-weight: bold;
    font-size: 0.875rem;
    flex-shrink: 0;
}

.strength-meter[b-qgwlnqdyfz] {
    background: rgba(30, 41, 59, 0.5);
    padding: 1.25rem;
    border-radius: 12px;
    border: 1px solid rgba(51, 65, 85, 0.5);
}

.meter-label[b-qgwlnqdyfz] {
    font-size: 0.875rem;
    color: #CBD5E1;
    margin-bottom: 0.75rem;
    text-align: center;
}

.meter-bar[b-qgwlnqdyfz] {
    background: rgba(51, 65, 85, 0.5);
    height: 0.5rem;
    border-radius: 0.25rem;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.meter-fill[b-qgwlnqdyfz] {
    height: 100%;
    border-radius: 0.25rem;
    transition: width 0.3s ease;
}

.meter-fill.strong[b-qgwlnqdyfz] {
    width: 100%;
    background: linear-gradient(90deg, #10B981, #059669);
}

.meter-text[b-qgwlnqdyfz] {
    text-align: center;
    font-size: 0.875rem;
    color: #10B981;
    font-weight: 500;
}

/* Form Panel */
.form-panel[b-qgwlnqdyfz] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 40px;
    background: white;
    min-height: 100vh;
}

.form-content[b-qgwlnqdyfz] {
    width: 100%;
    max-width: 400px;
}

.auth-form[b-qgwlnqdyfz] {
    width: 100%;
}

.form-header[b-qgwlnqdyfz] {
    text-align: center;
    margin-bottom: 32px;
}

.form-title[b-qgwlnqdyfz] {
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 8px 0;
    color: #1f2937;
}

.form-subtitle[b-qgwlnqdyfz] {
    color: #6b7280;
    margin: 0;
    font-size: 16px;
}

/* Mobile adjustments */
@media (max-width: 1023px) {
    .form-panel[b-qgwlnqdyfz] {
        padding: 32px 24px;
        min-height: 100vh;
    }
}

@media (max-width: 768px) {
    .form-title[b-qgwlnqdyfz] {
        font-size: 24px;
    }
}

/* Legacy compatibility */
.grid-container[b-qgwlnqdyfz] {
    height: 100%;
    background-color: white;
    align-items: center;
}

.site-layout-content[b-qgwlnqdyfz] {
    height: 100%;
}

.ant-layout[b-qgwlnqdyfz] {
    height: 100%;
}
/* _content/Automaton.Studio/Pages/CustomNotFound.razor.rz.scp.css */
.customNotFound[b-cva6z5whyb] {
	text-align: center;
	color: red;
	font-size: 35px;
	box-shadow: 1px 1px 1px grey;
}
/* _content/Automaton.Studio/Pages/Install/InstallPage.razor.rz.scp.css */
/* _content/Automaton.Studio/Pages/OnboardingPage.razor.rz.scp.css */
/* Onboarding content - matching DashboardPage pattern exactly */
.home-content[b-7chqgaggec] {
    min-height: auto;
    padding-bottom: 40px;
}

.home-container[b-7chqgaggec] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px 40px 24px;
}

/* Header Section - matching DashboardPage home-header */
.onboarding-header[b-7chqgaggec] {
    margin-bottom: 24px;
    padding: 24px 0;
}

.onboarding-header-content[b-7chqgaggec] {
    display: flex;
    align-items: center;
    gap: 24px;
}

.onboarding-header-icon[b-7chqgaggec] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: #1890ff;
    border-radius: 16px;
}

.onboarding-header-text[b-7chqgaggec] {
    flex: 1;
}

.onboarding-subtitle[b-7chqgaggec] {
    font-size: 16px;
    color: #666;
    margin-bottom: 0;
}

/* Description Section - matching DashboardPage section style */
.description-section[b-7chqgaggec] {
    margin-bottom: 32px;
}

.description-content[b-7chqgaggec] {
    background: white;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
    border: 1px solid #f0f0f0;
    text-align: center;
}

.description-text[b-7chqgaggec] {
    color: #374151;
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
}

.highlight-text[b-7chqgaggec] {
    color: #1890ff;
    font-weight: 600;
}

/* Path Container - Grid Layout matching DashboardPage pattern */
.path-container[b-7chqgaggec] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 32px;
    align-items: stretch;
}

@media (min-width: 1024px) {
    .path-container[b-7chqgaggec] {
        grid-template-columns: 1fr 1fr;
    }
}

/* Path Cards - matching DashboardPage card styling */
[b-7chqgaggec] .path-card {
    border-radius: 8px !important;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
    border: 1px solid #f0f0f0 !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100%;
    background: white !important;
}

[b-7chqgaggec] .path-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

[b-7chqgaggec] .path-card.recommended {
    border: 2px solid #1890ff !important;
    position: relative;
}

[b-7chqgaggec] .path-card.recommended::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #1890ff, #40a9ff);
    border-radius: 8px 8px 0 0;
}

[b-7chqgaggec] .path-card.desktop {
    border: 1px solid #f0f0f0 !important;
}

/* Card Content Layout */
.card-intro[b-7chqgaggec] {
    margin-bottom: 1.5rem;
}

[b-7chqgaggec] .card-description {
    color: #666;
    margin-bottom: 1rem;
    line-height: 1.6;
    font-size: 14px;
}

.desktop-subtitle[b-7chqgaggec] {
    color: #374151;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

/* Card Content Flex Layout */
.recommended-card-content[b-7chqgaggec],
.desktop-card-content[b-7chqgaggec] {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1;
    min-height: 0;
}

.recommended-main-content[b-7chqgaggec],
.desktop-main-content[b-7chqgaggec] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

/* Recommended Badge - matching DashboardPage styling */
.recommended-badge[b-7chqgaggec] {
    background: linear-gradient(135deg, #1890ff, #40a9ff);
    color: white;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.recommended-badge[b-7chqgaggec]::before {
    content: '?';
    font-size: 12px;
}

/* Download Buttons */
.download-buttons[b-7chqgaggec] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

/* Connection Status */
.connection-waiting[b-7chqgaggec] {
    margin-bottom: 16px;
}

.connection-status[b-7chqgaggec] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    font-size: 14px;
    color: #666;
}

.connection-success .connection-status[b-7chqgaggec] {
    color: #52c41a;
    font-weight: 500;
}

/* Action Buttons - matching DashboardPage button styling */
[b-7chqgaggec] .run-sample-btn,
[b-7chqgaggec] .desktop-download-btn {
    margin-top: auto !important;
    margin-bottom: 0 !important;
    width: 100% !important;
    height: 44px !important;
    font-weight: 600 !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
    flex-shrink: 0 !important;
}

[b-7chqgaggec] .run-sample-btn {
    background: #1890ff !important;
    border: 1px solid #1890ff !important;
    color: white !important;
}

[b-7chqgaggec] .run-sample-btn:hover {
    background: #40a9ff !important;
    border: 1px solid #40a9ff !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 2px 8px rgba(24, 144, 255, 0.3) !important;
    color: white !important;
}

/* Desktop Download Button */
[b-7chqgaggec] .desktop-download-btn {
    margin-top: auto !important;
    margin-bottom: 0 !important;
    width: 100% !important;
    font-weight: 600 !important;
    background: linear-gradient(135deg, #722ed1, #9254de) !important;
    border: none !important;
    color: white !important;
    border-radius: 8px !important;
    transition: all 0.2s ease !important;
    flex-shrink: 0 !important; /* Prevent button from shrinking */
}

    [b-7chqgaggec] .desktop-download-btn:hover {
        transform: translateY(-1px) !important;
        box-shadow: 0 4px 12px rgba(114, 46, 209, 0.3) !important;
        background: linear-gradient(135deg, #5a1a9e, #7c2db5) !important;
        color: white !important;
        border: none !important;
    }

    [b-7chqgaggec] .desktop-download-btn:focus {
        background: linear-gradient(135deg, #722ed1, #9254de) !important;
        color: white !important;
        border: none !important;
        box-shadow: 0 0 0 2px rgba(114, 46, 209, 0.2) !important;
    }
/* Desktop Features */
.desktop-features[b-7chqgaggec] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 20px 0;
}

.feature-item[b-7chqgaggec] {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #374151;
    font-size: 14px;
    font-weight: 500;
}

/* Help Section - matching DashboardPage section pattern */
.help-section[b-7chqgaggec] {
    background: white;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
    border: 1px solid #f0f0f0;
}

.help-content[b-7chqgaggec] {
    text-align: center;
}

.help-links[b-7chqgaggec] {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.help-link[b-7chqgaggec] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
    text-decoration: none;
    font-weight: 500;
    padding: 12px 20px;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    transition: all 0.2s ease;
    background: white;
}

.help-link:hover[b-7chqgaggec] {
    color: #1890ff;
    border-color: #1890ff;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(24, 144, 255, 0.15);
    text-decoration: none;
    background: #f0f8ff;
}

/* AntDesign Component Overrides - matching DashboardPage pattern */
[b-7chqgaggec] .ant-card {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

[b-7chqgaggec] .ant-card-head {
    border-bottom: 1px solid #f0f0f0;
    padding: 16px 20px 12px 20px;
    flex-shrink: 0;
}

[b-7chqgaggec] .ant-card-head-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #374151;
}

[b-7chqgaggec] .ant-card-body {
    padding: 0 20px 20px 20px !important;
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
    min-height: 0 !important;
    height: 100% !important;
}

[b-7chqgaggec] .ant-card-extra {
    display: flex;
    align-items: center;
}

[b-7chqgaggec] .ant-steps-item-title {
    font-weight: 600 !important;
    color: #333 !important;
}

[b-7chqgaggec] .ant-steps {
    flex: 1 !important;
    min-height: 0 !important;
}

/* Installation Instructions */
.installation-instructions[b-7chqgaggec] {
    margin-top: 12px;
}

[b-7chqgaggec] .ant-collapse {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 6px;
}

[b-7chqgaggec] .ant-collapse-item {
    border-bottom: none;
}

[b-7chqgaggec] .ant-collapse-header {
    padding: 12px 16px !important;
    font-size: 14px;
    font-weight: 500;
}

[b-7chqgaggec] .ant-collapse-content-box {
    padding: 12px 16px !important;
}

[b-7chqgaggec] .ant-collapse ol {
    margin: 0;
    padding-left: 20px;
}

[b-7chqgaggec] .ant-collapse li {
    margin-bottom: 8px;
    font-size: 14px;
    color: #666;
}

/* Responsive Design */
@media (max-width: 768px) {
    .home-container[b-7chqgaggec] {
        padding: 0 16px 24px 16px;
    }

    .onboarding-header-content[b-7chqgaggec] {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }

    .onboarding-header-icon[b-7chqgaggec] {
        width: 64px;
        height: 64px;
    }

    .help-links[b-7chqgaggec] {
        flex-direction: column;
        gap: 12px;
    }

    .download-buttons[b-7chqgaggec] {
        flex-direction: column;
    }
}

/* Animation for step completion - subtle like DashboardPage */
@keyframes checkmark-b-7chqgaggec {
    0% { transform: scale(0); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

[b-7chqgaggec] .ant-steps-item-finish .ant-steps-item-icon {
    animation: checkmark-b-7chqgaggec 0.3s ease-in-out;
}
/* _content/Automaton.Studio/Pages/Projects/AcceptInvitationPage.razor.rz.scp.css */
/* Main container */
.auth-container[b-m54fjbcn9l] {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr;
}

/* Desktop layout - two columns */
@media (min-width: 1024px) {
    .auth-container[b-m54fjbcn9l] {
        grid-template-columns: 1fr 1fr;
    }
}

/* Mobile layout - hide info panel */
@media (max-width: 1023px) {
    .info-panel[b-m54fjbcn9l] {
        display: none;
    }
}

/* Information Panel */
.info-panel[b-m54fjbcn9l] {
    background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 40px;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

.info-panel[b-m54fjbcn9l]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 25% 25%, rgba(59, 130, 246, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(6, 182, 212, 0.15) 0%, transparent 50%);
    pointer-events: none;
}

.info-content[b-m54fjbcn9l] {
    z-index: 1;
    text-align: center;
    max-width: 500px;
}

.brand-section[b-m54fjbcn9l] {
    margin-bottom: 48px;
}

.brand-title[b-m54fjbcn9l] {
    font-size: 3rem;
    font-weight: 700;
    margin: 0 0 16px 0;
    color: white;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.brand-subtitle[b-m54fjbcn9l] {
    font-size: 1.125rem;
    opacity: 0.9;
    margin: 0;
    font-weight: 300;
    color: #CBD5E1;
}

/* Hero Visual */
.hero-visual[b-m54fjbcn9l] {
    position: relative;
    margin-top: 2rem;
}

/* Invitation Mockup */
.invitation-mockup[b-m54fjbcn9l] {
    background: #1E293B;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.3), 0 8px 10px -6px rgba(0, 0, 0, 0.2);
}

.invitation-header[b-m54fjbcn9l] {
    background: #1A1F36;
    padding: 1.5rem 1rem;
    border-bottom: 1px solid #334155;
    text-align: center;
}

.invitation-icon[b-m54fjbcn9l] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    display: block;
}

.invitation-title[b-m54fjbcn9l] {
    color: #F8FAFC;
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0;
}

.invitation-content[b-m54fjbcn9l] {
    padding: 1.5rem;
}

.invitation-item[b-m54fjbcn9l] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid #334155;
}

.invitation-item:last-of-type[b-m54fjbcn9l] {
    border-bottom: none;
}

.invitation-label[b-m54fjbcn9l] {
    color: #64748B;
    font-size: 0.875rem;
    font-weight: 500;
}

.invitation-value[b-m54fjbcn9l] {
    color: #F8FAFC;
    font-size: 0.875rem;
    font-weight: 600;
}

.invitation-perks[b-m54fjbcn9l] {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #334155;
}

.perk-title[b-m54fjbcn9l] {
    color: #F8FAFC;
    font-size: 0.875rem;
    font-weight: 600;
    margin: 0 0 0.75rem 0;
}

.perk-list[b-m54fjbcn9l] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.perk-list li[b-m54fjbcn9l] {
    color: #CBD5E1;
    font-size: 0.875rem;
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
}

.perk-list li[b-m54fjbcn9l]::before {
    content: '?';
    position: absolute;
    left: 0;
    color: #22C55E;
    font-weight: bold;
}

/* Form Panel */
.form-panel[b-m54fjbcn9l] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 40px;
    background: white;
    min-height: 100vh;
}

.form-content[b-m54fjbcn9l] {
    width: 100%;
    max-width: 400px;
}

.form-content-text[b-m54fjbcn9l] {
    text-align: center;
}

.form-content-text p[b-m54fjbcn9l] {
    color: #6b7280;
    margin: 0 0 1rem 0;
    line-height: 1.5;
}

.form-content-text a[b-m54fjbcn9l] {
    color: #1890ff;
    font-weight: 500;
    text-decoration: none;
}

.form-content-text a:hover[b-m54fjbcn9l] {
    text-decoration: underline;
}

.auth-form[b-m54fjbcn9l] {
    width: 100%;
}

.form-header[b-m54fjbcn9l] {
    text-align: center;
    margin-bottom: 32px;
}

.form-title[b-m54fjbcn9l] {
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 8px 0;
    color: #1f2937;
}

.form-subtitle[b-m54fjbcn9l] {
    color: #6b7280;
    margin: 0;
    font-size: 16px;
}

/* Loading container */
.loading-container[b-m54fjbcn9l] {
    text-align: center;
    padding: 2rem;
}

.loading-container p[b-m54fjbcn9l] {
    color: #6b7280;
    font-size: 16px;
}

/* Alert styling */
.alert[b-m54fjbcn9l] {
    padding: 12px 16px;
    border-radius: 6px;
    margin-bottom: 16px;
    font-size: 14px;
}

.alert-danger[b-m54fjbcn9l] {
    background-color: #FEE2E2;
    color: #991B1B;
    border: 1px solid #FECACA;
}

.alert-info[b-m54fjbcn9l] {
    background-color: #DBEAFE;
    color: #1E40AF;
    border: 1px solid #BFDBFE;
}

.alert-warning[b-m54fjbcn9l] {
    background-color: #FEF3C7;
    color: #92400E;
    border: 1px solid #FDE68A;
}

.alert-success[b-m54fjbcn9l] {
    background-color: #DCFCE7;
    color: #166534;
    border: 1px solid #BBFBBB;
}

/* Mobile adjustments */
@media (max-width: 1023px) {
    .form-panel[b-m54fjbcn9l] {
        padding: 32px 24px;
        min-height: 100vh;
    }
}

@media (max-width: 768px) {
    .form-title[b-m54fjbcn9l] {
        font-size: 24px;
    }

    .brand-title[b-m54fjbcn9l] {
        font-size: 2rem;
    }
}

/* Legacy compatibility */
.site-layout-content[b-m54fjbcn9l] {
    height: 100%;
}

.ant-layout[b-m54fjbcn9l] {
    height: 100%;
}
/* _content/Automaton.Studio/Pages/Runners/RunnersPage.razor.rz.scp.css */
/* _content/Automaton.Studio/Pages/Settings/SettingsPage.razor.rz.scp.css */
/* Settings page styling matching DashboardPage pattern */
.home-content[b-v4ycn1a8ew] {
    min-height: auto;
    padding-bottom: 40px;
}

.home-container[b-v4ycn1a8ew] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px 40px 24px;
}

/* Header Section - matching DashboardPage home-header */
.settings-header[b-v4ycn1a8ew] {
    margin-bottom: 24px;
    padding: 24px 0;
}

.settings-header-content[b-v4ycn1a8ew] {
    display: flex;
    align-items: center;
    gap: 24px;
}

.settings-header-icon[b-v4ycn1a8ew] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: #1890ff;
    border-radius: 16px;
}

.settings-header-text[b-v4ycn1a8ew] {
    flex: 1;
}

.settings-subtitle[b-v4ycn1a8ew] {
    font-size: 16px;
    color: #666;
    margin-bottom: 0;
}

/* Settings content */
.settings-content[b-v4ycn1a8ew] {
    background-color: white;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
    border: 1px solid #f0f0f0;
}

/* Section styling matching DashboardPage */
.section[b-v4ycn1a8ew] {
    margin-bottom: 32px;
}

.section:last-child[b-v4ycn1a8ew] {
    margin-bottom: 0;
}

/* Settings cards */
[b-v4ycn1a8ew] .settings-card {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    border-radius: 8px;
}

[b-v4ycn1a8ew] .settings-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

/* Button styling */
[b-v4ycn1a8ew] .settings-card .ant-btn {
    margin-right: 8px;
    margin-bottom: 8px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .home-container[b-v4ycn1a8ew] {
        padding: 0 16px 24px 16px;
    }

    .settings-header-content[b-v4ycn1a8ew] {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }

    .settings-header-icon[b-v4ycn1a8ew] {
        width: 64px;
        height: 64px;
    }
}}
/* _content/Automaton.Studio/Pages/Steps/Designer/StepPage.razor.rz.scp.css */
/* _content/Automaton.Studio/Shared/MainLayout.razor.rz.scp.css */
.page[b-xps5f4q088] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-xps5f4q088] {
    flex: 1;
}

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

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

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

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

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

.main[b-xps5f4q088] {
    flex: 1;
}

.site-layout-content[b-xps5f4q088] {
    background: #fff;
}

.logo[b-xps5f4q088] {
    height: 31px;
    min-height: 48px;
    margin: auto;
    color: white;
}


@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-xps5f4q088] {
        display: none;
    }

    .top-row.auth[b-xps5f4q088] {
        justify-content: space-between;
    }

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

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

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

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

    .main > div[b-xps5f4q088] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Automaton.Studio/Shared/ProjectSwitcher.razor.rz.scp.css */
.project-switcher[b-gm6ioqqnek] {
    padding: 16px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
}

.current-project-indicator[b-gm6ioqqnek],
.no-project-indicator[b-gm6ioqqnek] {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.85);
    gap: 12px;
}

.ant-dropdown-link[b-gm6ioqqnek] {
    color: rgba(255, 255, 255, 0.85);
    cursor: pointer;
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 12px;
}

.ant-dropdown-link:hover[b-gm6ioqqnek] {
    color: #fff;
}

.project-name[b-gm6ioqqnek],
.workspace-name[b-gm6ioqqnek] {
    font-weight: 500;
}

/* Ensure icons are visible */
.ant-dropdown-link :deep(.anticon)[b-gm6ioqqnek] {
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

.ant-dropdown-link :deep(.anticon-caret-down)[b-gm6ioqqnek] {
    font-size: 12px;
    margin-left: auto;
    transition: transform 0.3s;
}

.ant-dropdown-link:hover :deep(.anticon-caret-down)[b-gm6ioqqnek] {
    transform: rotate(180deg);
}


