@import '_content/Aerraflow.Shared/Aerraflow.Shared.vnzrx34s8h.bundle.scp.css';

/* _content/Aerraflow.Web/Layout/MainLayout.razor.rz.scp.css */
/* ==============================================
   MAIN LAYOUT - CLEAN & STRUCTURED
   ============================================== */

/* === PAGE CONTAINER === */
.page[b-mggjptlhi1] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    min-height: 100vh;
}

/* === MAIN CONTENT AREA === */
main[b-mggjptlhi1] {
    flex: 1;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* === DESKTOP LAYOUT (641px and up) === */
@media (min-width: 641px) {
    .page[b-mggjptlhi1] {
        flex-direction: row; /* Enable sidebar layout on desktop */
    }
}

/* === MOBILE LAYOUT (640px and below) === */
@media (max-width: 640px) {
    .page[b-mggjptlhi1] {
        flex-direction: column; /* Stack vertically on mobile */
        width: 100%;
        max-width: 100vw;
        overflow-x: hidden;
    }
    
    main[b-mggjptlhi1] {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }
}

/* === LEGACY/UNUSED STYLES === */
/* The following styles appear to be legacy/unused but keeping for compatibility */

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

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

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

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

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

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

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

@media (min-width: 641px) {
    .sidebar[b-mggjptlhi1] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

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

    /* REMOVED: Conflicting padding rules that interfered with mobile layout */
    /* .top-row, article { padding-left: 2rem !important; padding-right: 1.5rem !important; } */
}

/* === ERROR UI === */
#blazor-error-ui[b-mggjptlhi1] {
    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-mggjptlhi1] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

/* Main Layout Styles */
.page[b-mggjptlhi1] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Main content area with padding for fixed navigations */
.main-content[b-mggjptlhi1] {
    padding-top: 0; /* No top padding - handled by app.css */
    flex: 1;
    transition: padding 0.3s ease;
    box-sizing: border-box;
}

/* Desktop layout - main content positioning */
@media (min-width: 769px) {
    .main-content[b-mggjptlhi1] {
        /* Layout handled by app.css - avoiding conflicts */
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .main-content[b-mggjptlhi1] {
        padding-top: 0; /* Consistent with desktop - no top padding */
        padding-left: 0; /* No left padding on mobile since main nav is at bottom */
        padding-bottom: 56px; /* Add bottom padding for mobile main nav */
        width: 100%; /* Full width on mobile */
        margin-left: 0; /* No margin offset needed on mobile */
    }
}

/* Blazor error UI */
#blazor-error-ui[b-mggjptlhi1] {
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(20px);
    bottom: 0;
    box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.5);
    display: none;
    left: 0;
    padding: 1rem;
    position: fixed;
    right: 0;
    z-index: 1000;
}

#blazor-error-ui .error-content[b-mggjptlhi1] {
    display: flex;
    align-items: center;
    gap: 1rem;
    max-width: 800px;
    margin: 0 auto;
}

#blazor-error-ui .error-icon[b-mggjptlhi1] {
    font-size: 2rem;
    flex-shrink: 0;
}

#blazor-error-ui .error-message[b-mggjptlhi1] {
    flex: 1;
}

#blazor-error-ui .error-message h3[b-mggjptlhi1] {
    margin: 0 0 0.5rem 0;
    font-size: 1.125rem;
    color: white;
}

#blazor-error-ui .error-message p[b-mggjptlhi1] {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
}

#blazor-error-ui .error-actions[b-mggjptlhi1] {
    display: flex;
    gap: 0.5rem;
}

#blazor-error-ui .btn[b-mggjptlhi1] {
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 0.25rem;
    cursor: pointer;
    font-size: 0.875rem;
    transition: all 0.2s ease;
}

#blazor-error-ui .btn-primary[b-mggjptlhi1] {
    background: var(--aerraflow-primary, #f59e0b);
    color: white;
}

#blazor-error-ui .btn-primary:hover[b-mggjptlhi1] {
    background: #d97706;
}

#blazor-error-ui .btn-secondary[b-mggjptlhi1] {
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

#blazor-error-ui .btn-secondary:hover[b-mggjptlhi1] {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}
/* _content/Aerraflow.Web/Pages/Error.razor.rz.scp.css */
/* Error Page Styles */
.error-page[b-rfxtj8z21c] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.95) 0%,
        rgba(20, 10, 5, 0.95) 100%);
}

.error-container[b-rfxtj8z21c] {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.error-content[b-rfxtj8z21c] {
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(245, 158, 11, 0.2);
    border-radius: 16px;
    padding: 48px;
    text-align: center;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

/* Error Icon */
.error-icon-wrapper[b-rfxtj8z21c] {
    margin-bottom: 32px;
}

.error-icon[b-rfxtj8z21c] {
    font-size: 80px;
    line-height: 1;
    display: inline-block;
    animation: float-b-rfxtj8z21c 3s ease-in-out infinite;
}

.error-icon-search[b-rfxtj8z21c] {
    filter: grayscale(0.2);
}

.error-icon-locked[b-rfxtj8z21c] {
    color: #f59e0b;
    text-shadow: 0 0 20px rgba(245, 158, 11, 0.5);
}

.error-icon-limit[b-rfxtj8z21c] {
    color: #ef4444;
    animation: pulse-b-rfxtj8z21c 1.5s ease-in-out infinite;
}

.error-icon-danger[b-rfxtj8z21c] {
    color: #ef4444;
    text-shadow: 0 0 30px rgba(239, 68, 68, 0.5);
    animation: shake-b-rfxtj8z21c 0.5s ease-in-out infinite;
}

.error-icon-maintenance[b-rfxtj8z21c] {
    color: #6b7280;
    animation: rotate-b-rfxtj8z21c 4s linear infinite;
}

.error-icon-warning[b-rfxtj8z21c] {
    color: #f59e0b;
}

/* Error Title */
.error-title[b-rfxtj8z21c] {
    font-size: 2.5em;
    font-weight: 700;
    margin: 0 0 16px 0;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Error Message */
.error-message[b-rfxtj8z21c] {
    font-size: 1.1em;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin: 0 0 32px 0;
}

/* Error Details */
.error-details[b-rfxtj8z21c] {
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(245, 158, 11, 0.1);
    border-radius: 8px;
    padding: 16px;
    margin: 24px 0;
    text-align: left;
}

.error-detail-item[b-rfxtj8z21c] {
    margin: 8px 0;
    font-size: 0.9em;
    color: rgba(255, 255, 255, 0.7);
}

.error-detail-item strong[b-rfxtj8z21c] {
    color: #f59e0b;
}

.error-detail-item code[b-rfxtj8z21c] {
    background: rgba(245, 158, 11, 0.1);
    padding: 2px 6px;
    border-radius: 4px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.85em;
}

/* Action Buttons */
.error-actions[b-rfxtj8z21c] {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin: 32px 0;
}

.btn[b-rfxtj8z21c] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 1em;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-icon[b-rfxtj8z21c] {
    font-size: 1.2em;
}

.btn-primary[b-rfxtj8z21c] {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: white;
}

.btn-primary:hover[b-rfxtj8z21c] {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(245, 158, 11, 0.3);
}

.btn-secondary[b-rfxtj8z21c] {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-secondary:hover[b-rfxtj8z21c] {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
}

/* Error Help */
.error-help[b-rfxtj8z21c] {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
}

.error-help p[b-rfxtj8z21c] {
    font-size: 0.9em;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 0 16px 0;
}

.error-help ul[b-rfxtj8z21c] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.error-help li[b-rfxtj8z21c] {
    font-size: 0.85em;
    color: rgba(255, 255, 255, 0.5);
    padding: 4px 0;
    padding-left: 20px;
    position: relative;
}

.error-help li[b-rfxtj8z21c]::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #f59e0b;
}

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

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

@keyframes shake-b-rfxtj8z21c {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

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

/* Responsive */
@media (max-width: 768px) {
    .error-content[b-rfxtj8z21c] {
        padding: 32px 24px;
    }
    
    .error-icon[b-rfxtj8z21c] {
        font-size: 60px;
    }
    
    .error-title[b-rfxtj8z21c] {
        font-size: 2em;
    }
    
    .error-actions[b-rfxtj8z21c] {
        flex-direction: column;
        width: 100%;
    }
    
    .btn[b-rfxtj8z21c] {
        width: 100%;
        justify-content: center;
    }
} 
/* _content/Aerraflow.Web/Pages/Home.razor.rz.scp.css */
/* Home Page Specific Styles */

/* Landing page specific styling for members counter */
.landing-members-counter .members-counter[b-v8bn6ockkw] {
    background: transparent;
    border: none;
    padding: 0;
    gap: 0;
}

.landing-members-counter .counter-content[b-v8bn6ockkw] {
    gap: 0;
}

.landing-members-counter .counter-label[b-v8bn6ockkw] {
    font-size: 0.75em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 2px;
}

.landing-members-counter .counter-value[b-v8bn6ockkw] {
    font-size: 1.2em;
    font-weight: 700;
    color: #ffffff;
    font-family: 'JetBrains Mono', 'Courier New', monospace;
}

.landing-members-counter .counter-value .number-animation[b-v8bn6ockkw] {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 20px rgba(245, 158, 11, 0.3);
}

.landing-members-counter .members-counter.updating .counter-value .number-animation[b-v8bn6ockkw] {
    animation: glow-pulse-b-v8bn6ockkw 0.8s ease-in-out;
}

@keyframes glow-pulse-b-v8bn6ockkw {
    0% { 
        filter: brightness(1);
        text-shadow: 0 0 20px rgba(245, 158, 11, 0.3);
    }
    50% { 
        filter: brightness(1.3);
        text-shadow: 0 0 30px rgba(245, 158, 11, 0.6);
    }
    100% { 
        filter: brightness(1);
        text-shadow: 0 0 20px rgba(245, 158, 11, 0.3);
    }
}

/* Newsletter Signup Section */
.newsletter-signup[b-v8bn6ockkw] {
    text-align: center;
    margin-top: 3rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.newsletter-subtitle[b-v8bn6ockkw] {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0.25rem 0;
    line-height: 1.6;
    font-weight: 400;
}

.aerra-highlight[b-v8bn6ockkw] {
    color: var(--aerraflow-primary);
    font-weight: 600;
    text-shadow: 
        0 0 10px var(--aerraflow-glow),
        0 0 20px var(--aerraflow-glow);
    transition: all 0.3s ease;
}

.aerra-highlight:hover[b-v8bn6ockkw] {
    text-shadow: 
        0 0 15px var(--aerraflow-glow),
        0 0 30px var(--aerraflow-glow),
        0 0 45px var(--aerraflow-glow);
}

.newsletter-question[b-v8bn6ockkw] {
    font-size: 1.2rem;
    color: var(--aerraflow-primary, #f59e0b);
    margin: 1.5rem 0 1rem 0;
    font-weight: 600;
    text-transform: lowercase;
}

.newsletter-form[b-v8bn6ockkw] {
    width: 100%;
}

.form-group[b-v8bn6ockkw] {
    display: flex;
    gap: 0.5rem;
    align-items: stretch;
    margin-bottom: 1rem;
    justify-content: center;
}

.newsletter-input[b-v8bn6ockkw] {
    flex: 1;
    max-width: 300px;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: white;
    font-size: 1rem;
    transition: all 0.3s ease;
    font-family: inherit;
}

.newsletter-input[b-v8bn6ockkw]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.newsletter-input:focus[b-v8bn6ockkw] {
    outline: none;
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--aerraflow-primary, #f59e0b);
    box-shadow: 0 0 0 2px rgba(245, 158, 11, 0.2);
}

.newsletter-button[b-v8bn6ockkw] {
    padding: 0.75rem 2rem;
    background: var(--aerraflow-primary, #f59e0b);
    border: none;
    border-radius: 8px;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: lowercase;
}

.newsletter-button:hover[b-v8bn6ockkw] {
    background: #d97706;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
}

.newsletter-button:active[b-v8bn6ockkw] {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(245, 158, 11, 0.2);
}

.newsletter-message[b-v8bn6ockkw] {
    margin-top: 1rem;
    font-size: 0.9rem;
    padding: 0.75rem;
    border-radius: 6px;
    animation: fadeIn-b-v8bn6ockkw 0.3s ease;
}

.newsletter-message.success[b-v8bn6ockkw] {
    background: rgba(34, 197, 94, 0.1);
    color: #22c55e;
    border: 1px solid rgba(34, 197, 94, 0.2);
}

.newsletter-message.error[b-v8bn6ockkw] {
    background: rgba(239, 68, 68, 0.1);
    color: #ef4444;
    border: 1px solid rgba(239, 68, 68, 0.2);
}

@keyframes fadeIn-b-v8bn6ockkw {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .newsletter-signup[b-v8bn6ockkw] {
        padding: 0 1rem;
    }
    
    .form-group[b-v8bn6ockkw] {
        flex-direction: column;
        justify-content: stretch;
    }
    
    .newsletter-input[b-v8bn6ockkw] {
        max-width: none;
    }
    
    .newsletter-button[b-v8bn6ockkw] {
        width: 100%;
    }
} 
/* _content/Aerraflow.Web/Pages/Studio/StudioProjects.razor.rz.scp.css */
/* StudioProjects Page - Clean & Mobile-First Layout */

.studio-projects[b-emkkrg2naq] {
    font-family: var(--font-sans);
    color: var(--text-primary);
    min-height: 100vh;
}

/* === WORLD HEADER === */
.world-header[b-emkkrg2naq] {
    background: var(--bg-secondary);
    padding: 3rem 0;
    border-bottom: 1px solid var(--border-subtle);
}

.world-header-content[b-emkkrg2naq] {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.world-title[b-emkkrg2naq] {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.world-title .text-magical[b-emkkrg2naq] {
    color: var(--aerraflow-primary);
}

.world-subtitle[b-emkkrg2naq] {
    font-size: 1.125rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

/* === PROJECTS SECTION === */
.projects-section[b-emkkrg2naq] {
    padding: 4rem 0;
    background: var(--bg-primary);
}

.container[b-emkkrg2naq] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

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

/* === MOBILE OPTIMIZATIONS === */
@media (max-width: 768px) {
    .world-header[b-emkkrg2naq] {
        padding: 2rem 0;
    }
    
    .world-title[b-emkkrg2naq] {
        font-size: 1.875rem;
    }
    
    .world-subtitle[b-emkkrg2naq] {
        font-size: 1rem;
    }
    
    .projects-section[b-emkkrg2naq] {
        padding: 2rem 0;
    }
    
    .container[b-emkkrg2naq] {
        padding: 0 1rem;
    }
    
    .projects-grid[b-emkkrg2naq] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

/* === SMALL MOBILE === */
@media (max-width: 480px) {
    .world-header[b-emkkrg2naq] {
        padding: 1.5rem 0;
    }
    
    .world-title[b-emkkrg2naq] {
        font-size: 1.5rem;
        margin-bottom: 0.75rem;
    }
    
    .world-subtitle[b-emkkrg2naq] {
        font-size: 0.9rem;
    }
    
    .projects-section[b-emkkrg2naq] {
        padding: 1.5rem 0;
    }
    
    .container[b-emkkrg2naq] {
        padding: 0 0.75rem;
    }
    
    .projects-grid[b-emkkrg2naq] {
        gap: 1rem;
    }
} 
