/* _content/PoliTech/Components/Account/Pages/Login.razor.rz.scp.css */
/* Remove default padding from the content wrapper for full-width design */
:global(.content)[b-vohbm0pr3e] {
    padding: 0 !important;
}

/* Remove background from main element to prevent lines/borders */
:global(main)[b-vohbm0pr3e] {
    background-color: transparent !important;
}

/* Global overrides to ensure input styling works */
:global(.login-card input.form-input)[b-vohbm0pr3e],
:global(.login-card .form-input)[b-vohbm0pr3e],
:global(.login-card input)[b-vohbm0pr3e] {
    width: 100% !important;
    padding: 15px 20px !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: 8px !important;
    font-size: 1rem !important;
    transition: all 0.3s ease !important;
    background: rgba(255, 255, 255, 1) !important;
    box-sizing: border-box !important;
    font-family: inherit !important;
}

:global(.login-card input.form-input:focus)[b-vohbm0pr3e],
:global(.login-card .form-input:focus)[b-vohbm0pr3e],
:global(.login-card input:focus)[b-vohbm0pr3e] {
    outline: none !important;
    border-color: #667eea !important;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1) !important;
    background: rgba(255, 255, 255, 1) !important;
}

:global(.login-card input.form-input:hover)[b-vohbm0pr3e],
:global(.login-card .form-input:hover)[b-vohbm0pr3e],
:global(.login-card input:hover)[b-vohbm0pr3e] {
    border-color: rgba(0, 0, 0, 0.25) !important;
}

:global(.login-card input::placeholder)[b-vohbm0pr3e] {
    color: rgba(0, 0, 0, 0.5) !important;
}

.login-page[b-vohbm0pr3e] {
    min-height: calc(100vh - 80px);
    background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 20%, #e9ecef 40%, #dee2e6 60%, #ced4da 80%, #adb5bd 100%);
    position: relative;
    overflow: hidden;
    margin: -1.5rem;
    padding: 40px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-page[b-vohbm0pr3e]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(0, 0, 0, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 50%);
    pointer-events: none;
}

.login-container[b-vohbm0pr3e] {
    display: flex;
    gap: 30px;
    max-width: 900px;
    width: 100%;
    position: relative;
    z-index: 1;
    animation: fadeInUp-b-vohbm0pr3e 1s cubic-bezier(0.23, 1, 0.320, 1);
}

.login-card[b-vohbm0pr3e] {
    flex: 1;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.15),
        0 10px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
    position: relative;
}

.login-card:hover[b-vohbm0pr3e] {
    transform: translateY(-5px);
    box-shadow: 
        0 30px 80px rgba(0, 0, 0, 0.2),
        0 15px 40px rgba(0, 0, 0, 0.15);
}

.external-login-card[b-vohbm0pr3e] {
    flex: 0 0 300px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.15),
        0 10px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
    position: relative;
    animation-delay: 0.1s;
}

.external-login-card:hover[b-vohbm0pr3e] {
    transform: translateY(-5px);
    box-shadow: 
        0 30px 80px rgba(0, 0, 0, 0.2),
        0 15px 40px rgba(0, 0, 0, 0.15);
}

.login-header[b-vohbm0pr3e] {
    text-align: center;
    margin-bottom: 40px;
}

.login-title[b-vohbm0pr3e] {
    font-size: 2.5rem;
    font-weight: 700;
    color: black;
    margin-bottom: 10px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.login-subtitle[b-vohbm0pr3e] {
    font-size: 1.1rem;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 300;
    letter-spacing: 0.5px;
    margin: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.login-content[b-vohbm0pr3e] {
    display: flex;
    flex-direction: column;
}

.form-group[b-vohbm0pr3e] {
    margin-bottom: 25px;
}

.form-label[b-vohbm0pr3e] {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 1rem;
}





.checkbox-group[b-vohbm0pr3e] {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.checkbox-label[b-vohbm0pr3e] {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 1rem;
    color: #555;
}

.form-checkbox[b-vohbm0pr3e] {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    accent-color: #667eea;
    cursor: pointer;
}

.checkbox-text[b-vohbm0pr3e] {
    user-select: none;
}

.login-button[b-vohbm0pr3e] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 18px 40px;
    background: linear-gradient(45deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
    box-shadow: 
        0 10px 30px rgba(102, 126, 234, 0.3),
        0 4px 15px rgba(102, 126, 234, 0.2);
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
}

.login-button[b-vohbm0pr3e]::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;
}

.login-button:hover[b-vohbm0pr3e]::before {
    left: 100%;
}

.login-button:hover[b-vohbm0pr3e] {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 
        0 20px 40px rgba(102, 126, 234, 0.4),
        0 8px 25px rgba(102, 126, 234, 0.3);
    background: linear-gradient(45deg, #5a67d8 0%, #6b46c1 100%);
}

.login-button:active[b-vohbm0pr3e] {
    transform: translateY(-1px) scale(1.01);
}

.button-text[b-vohbm0pr3e] {
    position: relative;
    z-index: 1;
}

.button-arrow[b-vohbm0pr3e] {
    position: relative;
    z-index: 1;
    font-size: 1.4rem;
    transition: transform 0.3s ease;
}

.login-button:hover .button-arrow[b-vohbm0pr3e] {
    transform: translateX(4px);
}

.form-links[b-vohbm0pr3e] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.form-link[b-vohbm0pr3e] {
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    text-align: center;
}

.form-link:hover[b-vohbm0pr3e] {
    color: #5a67d8;
    text-decoration: underline;
}

.external-login-header[b-vohbm0pr3e] {
    text-align: center;
    margin-bottom: 30px;
}

.external-login-title[b-vohbm0pr3e] {
    font-size: 1.4rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.validation-summary[b-vohbm0pr3e] {
    background: rgba(220, 53, 69, 0.1);
    border: 1px solid rgba(220, 53, 69, 0.3);
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    color: #dc3545;
}

.validation-summary ul[b-vohbm0pr3e] {
    margin: 0;
    padding-left: 20px;
}

.validation-message[b-vohbm0pr3e] {
    color: #dc3545;
    font-size: 0.9rem;
    margin-top: 5px;
    display: block;
}

@keyframes fadeInUp-b-vohbm0pr3e {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive design */
@media (max-width: 768px) {
    .login-container[b-vohbm0pr3e] {
        flex-direction: column;
        gap: 20px;
    }
    
    .external-login-card[b-vohbm0pr3e] {
        flex: 1;
    }
    
    .login-title[b-vohbm0pr3e] {
        font-size: 2rem;
    }
    
    .login-page[b-vohbm0pr3e] {
        padding: 20px 15px;
    }
    
    .login-card[b-vohbm0pr3e],
    .external-login-card[b-vohbm0pr3e] {
        padding: 30px;
    }
}

@media (max-width: 480px) {
    .login-card[b-vohbm0pr3e],
    .external-login-card[b-vohbm0pr3e] {
        padding: 20px;
    }
    
    .login-title[b-vohbm0pr3e] {
        font-size: 1.8rem;
    }
    
    .form-input[b-vohbm0pr3e] {
        padding: 12px 16px;
    }
    
    .login-button[b-vohbm0pr3e] {
        padding: 16px 32px;
    }
} 
/* _content/PoliTech/Components/Account/Pages/Manage/Index.razor.rz.scp.css */
.account-page[b-9gh3bp37ly] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.account-header[b-9gh3bp37ly] {
    text-align: center;
    margin-bottom: 3rem;
}

.account-header h1[b-9gh3bp37ly] {
    color: #2d3748;
    margin-bottom: 0.5rem;
}

.account-subtitle[b-9gh3bp37ly] {
    color: #718096;
    font-size: 1.1rem;
}

.account-content[b-9gh3bp37ly] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.info-card[b-9gh3bp37ly] {
    background: white;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
}

.info-card h3[b-9gh3bp37ly] {
    color: #2d3748;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e2e8f0;
}

.user-details p[b-9gh3bp37ly] {
    margin-bottom: 0.5rem;
    color: #4a5568;
}

.action-buttons[b-9gh3bp37ly] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.action-btn[b-9gh3bp37ly] {
    display: inline-block;
    padding: 0.75rem 1rem;
    background: #4299e1;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    transition: background 0.2s ease;
    text-align: center;
}

.action-btn:hover[b-9gh3bp37ly] {
    background: #3182ce;
    color: white;
    text-decoration: none;
}

.logout-btn[b-9gh3bp37ly] {
    display: inline-block;
    padding: 0.75rem 1rem;
    background: #e53e3e;
    color: white;
    text-decoration: none;
    border: none;
    border-radius: 6px;
    transition: background 0.2s ease;
    text-align: center;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    width: 100%;
}

.logout-btn:hover[b-9gh3bp37ly] {
    background: #c53030;
    color: white;
}

.logout-btn:active[b-9gh3bp37ly] {
    transform: translateY(1px);
}

/* New abilities section styles */
.abilities-grid[b-9gh3bp37ly] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 0.75rem;
    margin-top: 1rem;
}

.ability-item[b-9gh3bp37ly] {
    display: flex;
    align-items: center;
    padding: 0.5rem;
    background: #f7fafc;
    border-radius: 6px;
    border-left: 3px solid #48bb78;
}

.ability-icon[b-9gh3bp37ly] {
    color: #48bb78;
    font-weight: bold;
    margin-right: 0.5rem;
    font-size: 1.1rem;
}

.ability-name[b-9gh3bp37ly] {
    color: #2d3748;
    font-weight: 500;
}

/* Form styling improvements */
.form-floating[b-9gh3bp37ly] {
    margin-bottom: 1rem;
}

.form-control[b-9gh3bp37ly] {
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 0.75rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-control:focus[b-9gh3bp37ly] {
    border-color: #4299e1;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
    outline: none;
}

.btn-primary[b-9gh3bp37ly] {
    background: #4299e1;
    border-color: #4299e1;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.btn-primary:hover[b-9gh3bp37ly] {
    background: #3182ce;
    border-color: #3182ce;
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .account-content[b-9gh3bp37ly] {
        grid-template-columns: 1fr;
    }
    
    .account-page[b-9gh3bp37ly] {
        padding: 1rem;
    }

    .abilities-grid[b-9gh3bp37ly] {
        grid-template-columns: 1fr;
    }
} 
/* _content/PoliTech/Components/Pages/About.razor.rz.scp.css */
/* Remove default padding from the content wrapper for full-width design */
:global(.content)[b-r9omnxgf55] {
    padding: 0 !important;
}

/* Remove background from main element to prevent lines/borders */
:global(main)[b-r9omnxgf55] {
    background-color: transparent !important;
}

/* Enable smooth scrolling for anchor links */
:global(html)[b-r9omnxgf55] {
    scroll-behavior: smooth;
}

/* Add extra top padding to contact section to account for fixed navbar */
.contact-section[b-r9omnxgf55] {
    scroll-margin-top: 100px;
}

/* Global overrides to ensure form styling works */
:global(.contact-form-card input.form-input)[b-r9omnxgf55],
:global(.contact-form-card textarea.form-textarea)[b-r9omnxgf55],
:global(.contact-form-card .form-input)[b-r9omnxgf55],
:global(.contact-form-card .form-textarea)[b-r9omnxgf55],
:global(.contact-form-card input)[b-r9omnxgf55],
:global(.contact-form-card textarea)[b-r9omnxgf55] {
    width: 100% !important;
    padding: 15px 20px !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: 8px !important;
    font-size: 1rem !important;
    transition: all 0.3s ease !important;
    background: rgba(255, 255, 255, 1) !important;
    box-sizing: border-box !important;
    font-family: inherit !important;
}

:global(.contact-form-card input.form-input:focus)[b-r9omnxgf55],
:global(.contact-form-card textarea.form-textarea:focus)[b-r9omnxgf55],
:global(.contact-form-card .form-input:focus)[b-r9omnxgf55],
:global(.contact-form-card .form-textarea:focus)[b-r9omnxgf55],
:global(.contact-form-card input:focus)[b-r9omnxgf55],
:global(.contact-form-card textarea:focus)[b-r9omnxgf55] {
    outline: none !important;
    border-color: #667eea !important;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1) !important;
    background: rgba(255, 255, 255, 1) !important;
}

:global(.contact-form-card input.form-input:hover)[b-r9omnxgf55],
:global(.contact-form-card textarea.form-textarea:hover)[b-r9omnxgf55],
:global(.contact-form-card .form-input:hover)[b-r9omnxgf55],
:global(.contact-form-card .form-textarea:hover)[b-r9omnxgf55],
:global(.contact-form-card input:hover)[b-r9omnxgf55],
:global(.contact-form-card textarea:hover)[b-r9omnxgf55] {
    border-color: rgba(0, 0, 0, 0.25) !important;
}

:global(.contact-form-card input::placeholder)[b-r9omnxgf55],
:global(.contact-form-card textarea::placeholder)[b-r9omnxgf55] {
    color: rgba(0, 0, 0, 0.5) !important;
}

.about-page[b-r9omnxgf55] {
    min-height: calc(100vh - 80px);
    background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 20%, #e9ecef 40%, #dee2e6 60%, #ced4da 80%, #adb5bd 100%);
    position: relative;
    overflow: hidden;
    margin: -1.5rem;
    padding: 40px 20px;
    box-sizing: border-box;
}

.about-page[b-r9omnxgf55]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(0, 0, 0, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 50%);
    pointer-events: none;
}

.about-container[b-r9omnxgf55] {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    animation: fadeInUp-b-r9omnxgf55 1s cubic-bezier(0.23, 1, 0.320, 1);
}

.about-header[b-r9omnxgf55] {
    text-align: center;
    margin-bottom: 60px;
}

.about-title[b-r9omnxgf55] {
    font-size: 3rem;
    font-weight: 700;
    color: black;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.about-subtitle[b-r9omnxgf55] {
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
    margin: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.mission-section[b-r9omnxgf55],
.founders-section[b-r9omnxgf55],
.contact-section[b-r9omnxgf55] {
    margin-bottom: 80px;
}

.section-title[b-r9omnxgf55] {
    font-size: 2.2rem;
    font-weight: 700;
    color: black;
    text-align: center;
    margin-bottom: 40px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: -0.02em;
}

.content-card[b-r9omnxgf55] {
    background: rgba(255, 255, 255, 1);
    border-radius: 12px;
    padding: 40px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
}

.mission-text[b-r9omnxgf55],
.founders-text[b-r9omnxgf55],
.contact-text[b-r9omnxgf55] {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #555;
    margin: 0;
    text-align: justify;
}

.founders-grid[b-r9omnxgf55] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-bottom: 60px;
}

.founder-card[b-r9omnxgf55] {
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: fadeInUp-b-r9omnxgf55 1s cubic-bezier(0.23, 1, 0.320, 1);
}

.founder-card:first-child[b-r9omnxgf55] {
    animation-delay: 0.1s;
}

.founder-card:last-child[b-r9omnxgf55] {
    animation-delay: 0.2s;
}

.founder-image-placeholder[b-r9omnxgf55] {
    width: 250px;
    height: 250px;
    background: rgba(255, 255, 255, 1);
    border-radius: 12px;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}

.image-content[b-r9omnxgf55] {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.image-content[b-r9omnxgf55]::before {
    content: '📷';
    font-size: 3rem;
    color: #999;
    opacity: 0.6;
}

.founder-name[b-r9omnxgf55] {
    font-size: 1.4rem;
    font-weight: 600;
    color: #333;
    margin: 0;
    text-align: center;
}

.contact-form-card[b-r9omnxgf55] {
    background: rgba(255, 255, 255, 1);
    border-radius: 12px;
    padding: 40px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    max-width: 600px;
    margin: 0 auto;
}

.form-title[b-r9omnxgf55] {
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
}

.form-group[b-r9omnxgf55] {
    margin-bottom: 25px;
}

.form-label[b-r9omnxgf55] {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 1rem;
}

.form-textarea[b-r9omnxgf55] {
    resize: vertical;
    min-height: 120px;
}

.submit-button[b-r9omnxgf55] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 18px 40px;
    background: linear-gradient(45deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
    box-shadow: 
        0 10px 30px rgba(102, 126, 234, 0.3),
        0 4px 15px rgba(102, 126, 234, 0.2);
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
}

.submit-button[b-r9omnxgf55]::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;
}

.submit-button:hover[b-r9omnxgf55]::before {
    left: 100%;
}

.submit-button:hover[b-r9omnxgf55] {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 
        0 20px 40px rgba(102, 126, 234, 0.4),
        0 8px 25px rgba(102, 126, 234, 0.3);
    background: linear-gradient(45deg, #5a67d8 0%, #6b46c1 100%);
}

.submit-button:active[b-r9omnxgf55] {
    transform: translateY(-1px) scale(1.01);
}

.button-text[b-r9omnxgf55] {
    position: relative;
    z-index: 1;
}

.button-arrow[b-r9omnxgf55] {
    position: relative;
    z-index: 1;
    font-size: 1.4rem;
    transition: transform 0.3s ease;
}

.submit-button:hover .button-arrow[b-r9omnxgf55] {
    transform: translateX(4px);
}

.validation-message[b-r9omnxgf55] {
    color: #dc3545;
    font-size: 0.9rem;
    margin-top: 5px;
    display: block;
}

@keyframes fadeInUp-b-r9omnxgf55 {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive design */
@media (max-width: 768px) {
    .about-title[b-r9omnxgf55] {
        font-size: 2.5rem;
    }
    
    .about-subtitle[b-r9omnxgf55] {
        font-size: 1.5rem;
    }
    
    .section-title[b-r9omnxgf55] {
        font-size: 1.8rem;
    }
    
    .about-page[b-r9omnxgf55] {
        padding: 20px 15px;
    }
    
    .content-card[b-r9omnxgf55],
    .contact-form-card[b-r9omnxgf55] {
        padding: 30px;
    }
    
    .founders-grid[b-r9omnxgf55] {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .founder-image-placeholder[b-r9omnxgf55] {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 480px) {
    .about-title[b-r9omnxgf55] {
        font-size: 2rem;
    }
    
    .content-card[b-r9omnxgf55],
    .contact-form-card[b-r9omnxgf55] {
        padding: 20px;
    }
    
    .form-input[b-r9omnxgf55],
    .form-textarea[b-r9omnxgf55] {
        padding: 12px 16px;
    }
    
    .submit-button[b-r9omnxgf55] {
        padding: 16px 32px;
    }
    
    .founder-image-placeholder[b-r9omnxgf55] {
        width: 180px;
        height: 180px;
    }
} 
/* _content/PoliTech/Components/Pages/Bills.razor.rz.scp.css */
.bill-card[b-3xw3kiitrr] {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.bill-card:hover[b-3xw3kiitrr] {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.vote-result[b-3xw3kiitrr] {
    border-radius: 8px;
    padding: 12px;
    margin: 8px 0;
}

.vote-passed[b-3xw3kiitrr] {
    background-color: rgba(76, 175, 80, 0.1);
    border-left: 4px solid #4caf50;
}

.vote-failed[b-3xw3kiitrr] {
    background-color: rgba(244, 67, 54, 0.1);
    border-left: 4px solid #f44336;
}

.explanation-card[b-3xw3kiitrr] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 12px;
}

.loading-shimmer[b-3xw3kiitrr] {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer-b-3xw3kiitrr 1.5s infinite;
}

@keyframes shimmer-b-3xw3kiitrr {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

.bill-status-chip[b-3xw3kiitrr] {
    font-size: 0.75rem;
    padding: 4px 8px;
    border-radius: 12px;
    font-weight: 500;
}

.sponsor-chip[b-3xw3kiitrr] {
    margin: 2px;
    font-size: 0.8rem;
}

@media (max-width: 768px) {
    .hide-mobile[b-3xw3kiitrr] {
        display: none !important;
    }
    
    .mobile-stack[b-3xw3kiitrr] {
        flex-direction: column;
    }
    
    .mobile-full-width[b-3xw3kiitrr] {
        width: 100% !important;
    }
}
/* _content/PoliTech/Components/Pages/Pricing.razor.rz.scp.css */
/* Remove default padding from the content wrapper for full-width design */
:global(.content)[b-7uw8qelbdr] {
    padding: 0 !important;
}

/* Remove background from main element to prevent lines/borders */
:global(main)[b-7uw8qelbdr] {
    background-color: transparent !important;
}

.pricing-page[b-7uw8qelbdr] {
    min-height: calc(100vh - 80px);
    background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 20%, #e9ecef 40%, #dee2e6 60%, #ced4da 80%, #adb5bd 100%);
    position: relative;
    overflow: hidden;
    margin: -1.5rem;
    padding: 40px 20px;
    box-sizing: border-box;
}

.pricing-page[b-7uw8qelbdr]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(0, 0, 0, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 50%);
    pointer-events: none;
}

.pricing-header[b-7uw8qelbdr] {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
    animation: fadeInUp-b-7uw8qelbdr 1s cubic-bezier(0.23, 1, 0.320, 1);
}

.pricing-title[b-7uw8qelbdr] {
    font-size: 3rem;
    font-weight: 700;
    color: black;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.pricing-subtitle[b-7uw8qelbdr] {
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 300;
    letter-spacing: 0.5px;
    margin: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.pricing-container[b-7uw8qelbdr] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding-top: 30px;
}

.pricing-card[b-7uw8qelbdr] {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.15),
        0 10px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
    position: relative;
    animation: fadeInUp-b-7uw8qelbdr 1s cubic-bezier(0.23, 1, 0.320, 1);
}

.pricing-card.basic[b-7uw8qelbdr] {
    animation-delay: 0.1s;
}

.pricing-card.standard[b-7uw8qelbdr] {
    animation-delay: 0.2s;
}

.pricing-card.premium[b-7uw8qelbdr] {
    animation-delay: 0.3s;
}

.pricing-card:hover[b-7uw8qelbdr] {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 
        0 30px 80px rgba(0, 0, 0, 0.2),
        0 15px 40px rgba(0, 0, 0, 0.15);
}

.pricing-card.popular[b-7uw8qelbdr] {
    border: 2px solid #667eea;
    transform: scale(1.05);
}

.pricing-card.popular:hover[b-7uw8qelbdr] {
    transform: translateY(-10px) scale(1.07);
}

.popular-badge[b-7uw8qelbdr] {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(45deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
    white-space: nowrap;
    z-index: 10;
}

.card-header[b-7uw8qelbdr] {
    text-align: center;
    margin-bottom: 30px;
}

.plan-name[b-7uw8qelbdr] {
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.price[b-7uw8qelbdr] {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 5px;
    margin-bottom: 20px;
}

.currency[b-7uw8qelbdr] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #666;
}

.amount[b-7uw8qelbdr] {
    font-size: 3.5rem;
    font-weight: 700;
    color: #333;
    line-height: 1;
}

.period[b-7uw8qelbdr] {
    font-size: 1.2rem;
    color: #666;
    font-weight: 500;
}

.card-body[b-7uw8qelbdr] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.features-list[b-7uw8qelbdr] {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    flex-grow: 1;
}

.features-list li[b-7uw8qelbdr] {
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #555;
    font-size: 1rem;
    line-height: 1.5;
    transition: color 0.3s ease;
}

.features-list li:last-child[b-7uw8qelbdr] {
    border-bottom: none;
}

.features-list li:hover[b-7uw8qelbdr] {
    color: #333;
}

.plan-button[b-7uw8qelbdr] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 40px;
    border: none;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.15),
        0 4px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    text-decoration: none;
    width: 100%;
}

.plan-button[b-7uw8qelbdr]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    transition: left 0.6s ease;
}

.plan-button:hover[b-7uw8qelbdr]::before {
    left: 100%;
}

.plan-button:hover[b-7uw8qelbdr] {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 8px 25px rgba(0, 0, 0, 0.15);
}

.plan-button:active[b-7uw8qelbdr] {
    transform: translateY(-1px) scale(1.02);
}

.basic-button[b-7uw8qelbdr] {
    background: linear-gradient(45deg, #ffffff 0%, #f8f9fa 100%);
    color: #495057;
}

.basic-button:hover[b-7uw8qelbdr] {
    background: linear-gradient(45deg, #ffffff 0%, #e9ecef 100%);
}

.standard-button[b-7uw8qelbdr] {
    background: linear-gradient(45deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.standard-button:hover[b-7uw8qelbdr] {
    background: linear-gradient(45deg, #5a67d8 0%, #6b46c1 100%);
}

.premium-button[b-7uw8qelbdr] {
    background: linear-gradient(45deg, #2c3e50 0%, #34495e 100%);
    color: white;
}

.premium-button:hover[b-7uw8qelbdr] {
    background: linear-gradient(45deg, #1a252f 0%, #2c3e50 100%);
}

.pricing-footer[b-7uw8qelbdr] {
    text-align: center;
    margin-top: 160px;
    position: relative;
    z-index: 1;
    animation: fadeInUp-b-7uw8qelbdr 1s cubic-bezier(0.23, 1, 0.320, 1) 0.4s both;
}

.footer-text[b-7uw8qelbdr] {
    font-size: 1.1rem;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 10px;
    font-weight: 500;
}

.footer-subtext[b-7uw8qelbdr] {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.6);
    margin: 0;
}

.footer-subtext a[b-7uw8qelbdr] {
    color: #667eea;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.footer-subtext a:hover[b-7uw8qelbdr] {
    color: #5a67d8;
    text-decoration: underline;
}

@keyframes fadeInUp-b-7uw8qelbdr {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive design */
@media (max-width: 768px) {
    .pricing-container[b-7uw8qelbdr] {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .pricing-card.popular[b-7uw8qelbdr] {
        transform: scale(1);
    }
    
    .pricing-card.popular:hover[b-7uw8qelbdr] {
        transform: translateY(-10px) scale(1.02);
    }
    
    .pricing-title[b-7uw8qelbdr] {
        font-size: 2.5rem;
    }
    
    .pricing-subtitle[b-7uw8qelbdr] {
        font-size: 1.1rem;
    }
    
    .pricing-page[b-7uw8qelbdr] {
        padding: 20px 15px;
    }
} 
