/* /Components/Layout/Footer.razor.rz.scp.css */
.app-footer[b-i4djaajo4d] {
    background: #2c3e50;
    color: white;
    padding: 2rem 0;
    margin-top: auto;
}

.footer-content[b-i4djaajo4d] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    text-align: center;
}

.footer-content p[b-i4djaajo4d] {
    margin: 0;
    font-size: 0.95rem;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .app-footer[b-i4djaajo4d] {
        padding: 1.5rem 0;
    }

    .footer-content[b-i4djaajo4d] {
        padding: 0 1rem;
    }

    .footer-content p[b-i4djaajo4d] {
        font-size: 0.875rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-p50x0bgo70] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

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

.content[b-p50x0bgo70] {
    padding: 0 !important;
}

#blazor-error-ui[b-p50x0bgo70] {
    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-p50x0bgo70] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.top-navbar[b-afs0jrcelc] {
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar-container[b-afs0jrcelc] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-logo[b-afs0jrcelc] {
    font-size: 1.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-decoration: none;
    transition: opacity 0.2s;
}

.navbar-logo:hover[b-afs0jrcelc] {
    opacity: 0.8;
}

.navbar-links[b-afs0jrcelc] {
    display: flex;
    align-items: center;
    gap: 2.5rem;
}

.navbar-links .nav-link[b-afs0jrcelc] {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.5rem 0;
    border-bottom: 2px solid transparent;
    transition: color 0.2s, border-color 0.2s;
}

.navbar-links .nav-link:hover[b-afs0jrcelc] {
    color: #667eea;
}

.navbar-links[b-afs0jrcelc]  a.active {
    color: #667eea;
    border-bottom-color: #667eea;
}

.mobile-menu-details[b-afs0jrcelc] {
    display: none;
}

.mobile-menu-details > summary[b-afs0jrcelc] {
    list-style: none;
}

.mobile-menu-details > summary[b-afs0jrcelc]::-webkit-details-marker {
    display: none;
}

.mobile-menu-toggle[b-afs0jrcelc] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
}

.hamburger-icon[b-afs0jrcelc] {
    font-size: 1.75rem;
    color: #333;
}

.mobile-menu-details:not([open]) > .mobile-menu[b-afs0jrcelc] {
    display: none;
}

.logout-btn[b-afs0jrcelc], .signin-btn[b-afs0jrcelc] {
  padding: 0.5rem 1rem !important;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white !important;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.logout-btn:hover[b-afs0jrcelc], .signin-btn:hover[b-afs0jrcelc] {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.avatar-dropdown[b-afs0jrcelc] {
    position: relative;
}

.avatar-dropdown > summary[b-afs0jrcelc] {
    list-style: none;
}

.avatar-dropdown > summary[b-afs0jrcelc]::-webkit-details-marker {
    display: none;
}

.avatar-dropdown:not([open]) > .avatar-menu[b-afs0jrcelc] {
    display: none;
}

.nav-avatar[b-afs0jrcelc] {
    display: flex;
    align-items: center;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: transform 0.2s;
}

.nav-avatar:hover[b-afs0jrcelc] {
    transform: scale(1.05);
}

.nav-avatar-image[b-afs0jrcelc] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #667eea;
}

.nav-avatar-placeholder[b-afs0jrcelc] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.875rem;
    font-weight: 600;
}

.avatar-menu[b-afs0jrcelc] {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 0.5rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    min-width: 180px;
    padding: 0.5rem 0;
    z-index: 1001;
}

.avatar-menu-item[b-afs0jrcelc] {
    display: block;
    width: 100%;
    padding: 0.75rem 1rem;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.2s;
}

.avatar-menu-item:hover[b-afs0jrcelc] {
    background-color: #f8f9fa;
}

.avatar-menu-divider[b-afs0jrcelc] {
    height: 1px;
    background-color: #e5e5e5;
    margin: 0.5rem 0;
}

.avatar-menu-form[b-afs0jrcelc] {
    margin: 0;
}

.signout-item[b-afs0jrcelc] {
    color: #667eea;
    text-align: right;
}

@media (max-width: 768px) {
    .navbar-container[b-afs0jrcelc] {
        padding: 0 1rem;
        height: 60px;
    }

    .navbar-links[b-afs0jrcelc] {
        display: none;
    }

    .mobile-menu-details[b-afs0jrcelc] {
        display: block;
    }

    .mobile-menu[b-afs0jrcelc] {
        display: flex;
        flex-direction: column;
        background: white;
        border-top: 1px solid #e5e5e5;
        padding: 1rem;
    }

    .mobile-nav-link[b-afs0jrcelc] {
        padding: 1rem;
        color: #333;
        text-decoration: none;
        font-weight: 500;
        border-radius: 6px;
        transition: background-color 0.2s;
    }

    .mobile-nav-link:hover[b-afs0jrcelc] {
        background-color: #f8f9fa;
    }

    .mobile-menu[b-afs0jrcelc]  a.active {
        background-color: #f0f0ff;
        color: #667eea;
    }
}
/* /Components/Pages/CheckoutCancel.razor.rz.scp.css */
.checkout-page[b-kmt9gu569i] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.checkout-container[b-kmt9gu569i] {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 500px;
    width: 100%;
}

.checkout-card[b-kmt9gu569i] {
    width: 100%;
    background: white;
    border-radius: 16px;
    padding: 3rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.status-icon[b-kmt9gu569i] {
    font-size: 4rem;
    margin-bottom: 1.5rem;
}

.status-icon.error[b-kmt9gu569i] {
    color: #dc3545;
}

.checkout-card h1[b-kmt9gu569i] {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.checkout-message[b-kmt9gu569i] {
    color: #666;
    margin-bottom: 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
}

.btn-primary[b-kmt9gu569i] {
    display: inline-block;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.btn-primary:hover:not(:disabled)[b-kmt9gu569i] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
    color: white;
    text-decoration: none;
}

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

.btn-secondary[b-kmt9gu569i] {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: transparent;
    color: #667eea;
    border: 2px solid #667eea;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    margin-top: 0.75rem;
}

.btn-secondary:hover[b-kmt9gu569i] {
    background: #667eea;
    color: white;
    text-decoration: none;
}

@media (max-width: 640px) {
    .checkout-page[b-kmt9gu569i] {
        padding: 1rem;
    }

    .checkout-card[b-kmt9gu569i] {
        padding: 2rem 1.5rem;
    }

    .status-icon[b-kmt9gu569i] {
        font-size: 3rem;
    }

    .checkout-card h1[b-kmt9gu569i] {
        font-size: 1.5rem;
    }
}
/* /Components/Pages/CheckoutSuccess.razor.rz.scp.css */
.checkout-page[b-odkizgq7dm] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.checkout-container[b-odkizgq7dm] {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 500px;
    width: 100%;
}

.checkout-card[b-odkizgq7dm] {
    width: 100%;
    background: white;
    border-radius: 16px;
    padding: 3rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.status-icon[b-odkizgq7dm] {
    font-size: 4rem;
    margin-bottom: 1.5rem;
}

.status-icon.success[b-odkizgq7dm] {
    color: #28a745;
}

.checkout-card h1[b-odkizgq7dm] {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.checkout-message[b-odkizgq7dm] {
    color: #666;
    margin-bottom: 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
}

.btn-primary[b-odkizgq7dm] {
    display: inline-block;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.btn-primary:hover[b-odkizgq7dm] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
    color: white;
    text-decoration: none;
}

.btn-secondary[b-odkizgq7dm] {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: transparent;
    color: #667eea;
    border: 2px solid #667eea;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    margin-top: 0.75rem;
}

.btn-secondary:hover[b-odkizgq7dm] {
    background: #667eea;
    color: white;
    text-decoration: none;
}

@media (max-width: 640px) {
    .checkout-page[b-odkizgq7dm] {
        padding: 1rem;
    }

    .checkout-card[b-odkizgq7dm] {
        padding: 2rem 1.5rem;
    }

    .status-icon[b-odkizgq7dm] {
        font-size: 3rem;
    }

    .checkout-card h1[b-odkizgq7dm] {
        font-size: 1.5rem;
    }
}
/* /Components/Pages/ConfirmEmail.razor.rz.scp.css */
.confirm-email-page[b-hia1w8vhr1] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.confirm-email-container[b-hia1w8vhr1] {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 500px;
    width: 100%;
}

.confirm-email-card[b-hia1w8vhr1] {
    width: 100%;
    background: white;
    border-radius: 16px;
    padding: 3rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.status-icon[b-hia1w8vhr1] {
    font-size: 4rem;
    margin-bottom: 1.5rem;
}

.status-icon.success[b-hia1w8vhr1] {
    color: #28a745;
}

.status-icon.error[b-hia1w8vhr1] {
    color: #dc3545;
}

.status-icon.loading[b-hia1w8vhr1] {
    color: #667eea;
}

.confirm-email-card h1[b-hia1w8vhr1] {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.confirm-message[b-hia1w8vhr1] {
    color: #666;
    margin-bottom: 2rem;
    font-size: 1rem;
    line-height: 1.5;
}

.btn-primary[b-hia1w8vhr1] {
    display: inline-block;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.btn-primary:hover[b-hia1w8vhr1] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
    color: white;
    text-decoration: none;
}

@media (max-width: 640px) {
    .confirm-email-page[b-hia1w8vhr1] {
        padding: 1rem;
    }

    .confirm-email-card[b-hia1w8vhr1] {
        padding: 2rem 1.5rem;
    }

    .status-icon[b-hia1w8vhr1] {
        font-size: 3rem;
    }

    .confirm-email-card h1[b-hia1w8vhr1] {
        font-size: 1.5rem;
    }
}
/* /Components/Pages/Contact.razor.rz.scp.css */
.contact-page[b-agxtk9ayos] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem;
}

.form-container[b-agxtk9ayos] {
    max-width: 600px;
    margin: 0 auto;
}

.back-link[b-agxtk9ayos] {
    margin-bottom: 1.5rem;
}

.back-link a[b-agxtk9ayos] {
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
}

.back-link a:hover[b-agxtk9ayos] {
    text-decoration: underline;
}

h1[b-agxtk9ayos] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.context-info[b-agxtk9ayos] {
    background: #f8f9fa;
    padding: 0.75rem 1rem;
    border-radius: 6px;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    color: #666;
}

.context-info strong[b-agxtk9ayos] {
    color: #1a1a1a;
}

.form-group[b-agxtk9ayos] {
    margin-bottom: 1.25rem;
}

.form-group label[b-agxtk9ayos] {
    display: block;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.form-control[b-agxtk9ayos] {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 1rem;
    font-family: inherit;
    resize: vertical;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
}

.form-control:focus[b-agxtk9ayos] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-control:disabled[b-agxtk9ayos] {
    background: #f3f4f6;
    color: #6b7280;
}

.alert[b-agxtk9ayos] {
    padding: 0.75rem 1rem;
    border-radius: 6px;
    margin-bottom: 1rem;
}

.alert-danger[b-agxtk9ayos] {
    background: #fee2e2;
    color: #dc2626;
    border: 1px solid #fecaca;
}

.alert-success[b-agxtk9ayos] {
    background: #dcfce7;
    color: #16a34a;
    border: 1px solid #bbf7d0;
}

.form-actions[b-agxtk9ayos] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.btn-secondary[b-agxtk9ayos] {
    background: #f3f4f6;
    color: #374151;
    padding: 0.625rem 1.25rem;
    border-radius: 6px;
    border: 1px solid #d1d5db;
    font-weight: 500;
    font-size: 0.875rem;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s;
}

.btn-secondary:hover[b-agxtk9ayos] {
    background: #e5e7eb;
}

.btn-primary[b-agxtk9ayos] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0.625rem 1.25rem;
    border-radius: 6px;
    border: none;
    font-weight: 500;
    font-size: 0.875rem;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.2s, opacity 0.2s;
}

.btn-primary:hover:not(:disabled)[b-agxtk9ayos] {
    transform: scale(1.02);
}

.validation-message[b-agxtk9ayos] {
    color: #dc2626;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}
/* /Components/Pages/CreateJob.razor.rz.scp.css */
.create-job-page[b-nf71cur4we] {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
}

.form-container[b-nf71cur4we] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
}

.form-container h1[b-nf71cur4we] {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.form-description[b-nf71cur4we] {
    color: #666;
    margin-bottom: 2rem;
    font-size: 1.125rem;
}

.job-form[b-nf71cur4we] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.form-section[b-nf71cur4we] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-section h3[b-nf71cur4we] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #f093fb;
}

.form-group[b-nf71cur4we] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label[b-nf71cur4we] {
    font-weight: 600;
    color: #333;
    font-size: 0.95rem;
}

.form-control[b-nf71cur4we] {
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.form-control:focus[b-nf71cur4we] {
    outline: none;
    border-color: #f093fb;
    box-shadow: 0 0 0 3px rgba(240, 147, 251, 0.1);
}

.form-control[b-nf71cur4we]::placeholder {
    color: #999;
}

textarea.form-control[b-nf71cur4we] {
    resize: vertical;
    min-height: 120px;
    font-family: inherit;
}

.form-text[b-nf71cur4we] {
    color: #666;
    font-size: 0.875rem;
}

.form-actions[b-nf71cur4we] {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    padding-top: 1rem;
    border-top: 1px solid #e5e5e5;
}

.btn-primary[b-nf71cur4we],
.btn-secondary[b-nf71cur4we] {
    padding: 0.75rem 2rem;
    border-radius: 6px;
    font-weight: 500;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.btn-primary[b-nf71cur4we] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
}

.btn-primary:hover[b-nf71cur4we] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(240, 147, 251, 0.4);
}

.btn-secondary[b-nf71cur4we] {
    background: #f8f9fa;
    color: #333;
    border: 1px solid #ddd;
}

.btn-secondary:hover[b-nf71cur4we] {
    background: #e9ecef;
}

@media (max-width: 768px) {
    .create-job-page[b-nf71cur4we] {
        padding: 1rem;
    }

    .form-container[b-nf71cur4we] {
        padding: 1.5rem;
    }

    .form-container h1[b-nf71cur4we] {
        font-size: 1.5rem;
    }

    .form-actions[b-nf71cur4we] {
        flex-direction: column;
    }

    .btn-primary[b-nf71cur4we],
    .btn-secondary[b-nf71cur4we] {
        width: 100%;
    }
}
/* /Components/Pages/CreatePost.razor.rz.scp.css */
.create-post-page[b-krepkhb02l] {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
}

.form-container[b-krepkhb02l] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
}

.form-container h1[b-krepkhb02l] {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.form-description[b-krepkhb02l] {
    color: #666;
    margin-bottom: 2rem;
    font-size: 1.125rem;
}

.post-form[b-krepkhb02l] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.form-section[b-krepkhb02l] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-section h3[b-krepkhb02l] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #667eea;
}

.form-group[b-krepkhb02l] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label[b-krepkhb02l] {
    font-weight: 600;
    color: #333;
    font-size: 0.95rem;
}

.form-control[b-krepkhb02l] {
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.form-control:focus[b-krepkhb02l] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-control[b-krepkhb02l]::placeholder {
    color: #999;
}

textarea.form-control[b-krepkhb02l] {
    resize: vertical;
    min-height: 120px;
    font-family: inherit;
}

.form-text[b-krepkhb02l] {
    color: #666;
    font-size: 0.875rem;
}

.audio-upload-info[b-krepkhb02l] {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 6px;
    border: 1px dashed #ddd;
}

.audio-upload-info p[b-krepkhb02l] {
    margin: 0 0 0.5rem 0;
    color: #333;
    font-weight: 500;
}

.audio-upload-info small[b-krepkhb02l] {
    color: #666;
    font-size: 0.875rem;
}

.form-actions[b-krepkhb02l] {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    padding-top: 1rem;
    border-top: 1px solid #e5e5e5;
}

.btn-primary[b-krepkhb02l],
.btn-secondary[b-krepkhb02l] {
    padding: 0.75rem 2rem;
    border-radius: 6px;
    font-weight: 500;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.btn-primary[b-krepkhb02l] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.btn-primary:hover[b-krepkhb02l] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.btn-secondary[b-krepkhb02l] {
    background: #f8f9fa;
    color: #333;
    border: 1px solid #ddd;
}

.btn-secondary:hover[b-krepkhb02l] {
    background: #e9ecef;
}

@media (max-width: 768px) {
    .create-post-page[b-krepkhb02l] {
        padding: 1rem;
    }

    .form-container[b-krepkhb02l] {
        padding: 1.5rem;
    }

    .form-container h1[b-krepkhb02l] {
        font-size: 1.5rem;
    }

    .form-actions[b-krepkhb02l] {
        flex-direction: column;
    }

    .btn-primary[b-krepkhb02l],
    .btn-secondary[b-krepkhb02l] {
        width: 100%;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-page[b-54ntiv02c3] {
    width: 100%;
}

/* Hero Section */
.hero[b-54ntiv02c3] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 5rem 2rem;
    text-align: center;
}

.hero-content[b-54ntiv02c3] {
    max-width: 900px;
    margin: 0 auto;
}

.hero-title[b-54ntiv02c3] {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hero-subtitle[b-54ntiv02c3] {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
    opacity: 0.95;
    line-height: 1.6;
}

.hero-actions[b-54ntiv02c3] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-hero[b-54ntiv02c3] {
    padding: 1rem 2rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.125rem;
    transition: transform 0.2s, box-shadow 0.2s;
    display: inline-block;
}

.btn-hero.primary[b-54ntiv02c3] {
    background: white;
    color: #667eea;
}

.btn-hero.primary:hover[b-54ntiv02c3] {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.btn-hero.secondary[b-54ntiv02c3] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 2px solid white;
}

.btn-hero.secondary:hover[b-54ntiv02c3] {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

/* Features Section */
.features[b-54ntiv02c3] {
    padding: 5rem 2rem;
    background: #f8f9fa;
}

.features-container[b-54ntiv02c3] {
    max-width: 1200px;
    margin: 0 auto;
}

.section-title[b-54ntiv02c3] {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
    color: #1a1a1a;
}

.section-subtitle[b-54ntiv02c3] {
    font-size: 1.125rem;
    text-align: center;
    margin-bottom: 2rem;
    color: #666;
}

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

.feature-card[b-54ntiv02c3] {
    background: white;
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s;
    text-align: center;
}

.feature-card:hover[b-54ntiv02c3] {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.feature-icon[b-54ntiv02c3] {
    font-size: 4rem;
    margin-bottom: 1.5rem;
}

.feature-card h3[b-54ntiv02c3] {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.feature-card p[b-54ntiv02c3] {
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.feature-link[b-54ntiv02c3] {
    color: #667eea;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}

.feature-link:hover[b-54ntiv02c3] {
    color: #764ba2;
}

/* Roles Section */
.roles[b-54ntiv02c3] {
    padding: 5rem 2rem;
    background: white;
}

.roles-container[b-54ntiv02c3] {
    max-width: 1200px;
    margin: 0 auto;
}

.roles-grid[b-54ntiv02c3] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.role-badge[b-54ntiv02c3] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-weight: 500;
    font-size: 1rem;
    transition: transform 0.2s;
}

.role-badge:hover[b-54ntiv02c3] {
    transform: scale(1.05);
}

/* CTA Section */
.cta[b-54ntiv02c3] {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
    text-align: center;
}

.cta-content[b-54ntiv02c3] {
    max-width: 800px;
    margin: 0 auto;
}

.cta-content h2[b-54ntiv02c3] {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cta-content p[b-54ntiv02c3] {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
    opacity: 0.95;
}

.cta-actions[b-54ntiv02c3] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-cta[b-54ntiv02c3] {
    padding: 1rem 2rem;
    border-radius: 8px;
    background: white;
    color: #f5576c;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.125rem;
    transition: transform 0.2s, box-shadow 0.2s;
    display: inline-block;
}

.btn-cta:hover[b-54ntiv02c3] {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-title[b-54ntiv02c3] {
        font-size: 2rem;
    }

    .hero-subtitle[b-54ntiv02c3] {
        font-size: 1.125rem;
    }

    .section-title[b-54ntiv02c3] {
        font-size: 2rem;
    }

    .cta-content h2[b-54ntiv02c3] {
        font-size: 2rem;
    }

    .features-grid[b-54ntiv02c3] {
        grid-template-columns: 1fr;
    }

    .hero-actions[b-54ntiv02c3],
    .cta-actions[b-54ntiv02c3] {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-hero[b-54ntiv02c3],
    .btn-cta[b-54ntiv02c3] {
        width: 100%;
    }
}
/* /Components/Pages/JobDetails.razor.rz.scp.css */
.job-details-page[b-sryd7u7hav] {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
}

.back-link[b-sryd7u7hav] {
    margin-bottom: 1.5rem;
}

.back-link a[b-sryd7u7hav] {
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.back-link a:hover[b-sryd7u7hav] {
    color: #764ba2;
}

.details-card[b-sryd7u7hav] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    border: 1px solid #e5e5e5;
}

.details-header[b-sryd7u7hav] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e5e5e5;
}

.header-info[b-sryd7u7hav] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
}

.header-text[b-sryd7u7hav] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.details-header h1[b-sryd7u7hav] {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.company-name[b-sryd7u7hav] {
    font-size: 1.125rem;
    color: #666;
    margin: 0;
}

.role-badge[b-sryd7u7hav] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0.375rem 0.75rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
    white-space: nowrap;
    display: inline-block;
}

.post-date[b-sryd7u7hav] {
    font-size: 0.875rem;
    color: #999;
}

.details-grid[b-sryd7u7hav] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e5e5e5;
}

.detail-item[b-sryd7u7hav] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.detail-label[b-sryd7u7hav] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #666;
}

.detail-value[b-sryd7u7hav] {
    font-size: 1.125rem;
    color: #1a1a1a;
}

.description-section[b-sryd7u7hav],
.requirements-section[b-sryd7u7hav] {
    margin-bottom: 2rem;
}

.description-section h3[b-sryd7u7hav],
.requirements-section h3[b-sryd7u7hav] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.75rem;
}

.description-section p[b-sryd7u7hav],
.requirements-section p[b-sryd7u7hav] {
    line-height: 1.8;
    color: #444;
    white-space: pre-wrap;
}

.actions-section[b-sryd7u7hav] {
    display: flex;
    gap: 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e5e5;
    flex-wrap: wrap;
}

.btn-contact[b-sryd7u7hav] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 6px;
    border: none;
    font-weight: 500;
    font-size: 1rem;
    cursor: pointer;
    transition: transform 0.2s;
}

.btn-contact:hover[b-sryd7u7hav] {
    transform: scale(1.05);
}

.btn-apply[b-sryd7u7hav] {
    display: inline-flex;
    align-items: center;
    background: #10b981;
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    transition: transform 0.2s, background 0.2s;
}

.btn-apply:hover[b-sryd7u7hav] {
    transform: scale(1.05);
    background: #059669;
    color: white;
}

.not-found[b-sryd7u7hav] {
    text-align: center;
    padding: 4rem 2rem;
}

.not-found h2[b-sryd7u7hav] {
    font-size: 1.5rem;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.not-found p[b-sryd7u7hav] {
    color: #666;
    margin-bottom: 1.5rem;
}

.btn-primary[b-sryd7u7hav] {
    display: inline-block;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: transform 0.2s;
}

.btn-primary:hover[b-sryd7u7hav] {
    transform: scale(1.05);
    color: white;
}

@media (max-width: 768px) {
    .job-details-page[b-sryd7u7hav] {
        padding: 1rem;
    }

    .details-card[b-sryd7u7hav] {
        padding: 1.5rem;
    }

    .details-header[b-sryd7u7hav] {
        flex-direction: column;
        gap: 1rem;
    }

    .details-header h1[b-sryd7u7hav] {
        font-size: 1.5rem;
    }

    .details-grid[b-sryd7u7hav] {
        grid-template-columns: 1fr;
    }

    .actions-section[b-sryd7u7hav] {
        flex-direction: column;
    }

    .actions-section button[b-sryd7u7hav],
    .actions-section a[b-sryd7u7hav] {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}
/* /Components/Pages/Jobs.razor.rz.scp.css */
.jobs-page[b-vlfhakjozy] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.page-header[b-vlfhakjozy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
    gap: 1rem;
}

.header-content[b-vlfhakjozy] {
    text-align: left;
}

.page-header h1[b-vlfhakjozy] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.lead[b-vlfhakjozy] {
    font-size: 1.25rem;
    color: #666;
}

.page-content[b-vlfhakjozy] {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 2rem;
}

.category-sidebar[b-vlfhakjozy] {
    position: sticky;
    top: 90px;
    align-self: start;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e5e5;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.category-sidebar h3[b-vlfhakjozy] {
    font-size: 1rem;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 0.5rem 0;
}

.category-btn[b-vlfhakjozy] {
    display: block;
    width: 100%;
    padding: 0.625rem 1rem;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: white;
    color: #1a1a1a;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    text-align: left;
    transition: all 0.2s;
}

.category-btn:hover[b-vlfhakjozy] {
    background: #f8f9fa;
    border-color: #667eea;
    color: #667eea;
}

.category-btn.active[b-vlfhakjozy] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-color: transparent;
}

.content-area[b-vlfhakjozy] {
    min-width: 0;
}

.jobs-grid[b-vlfhakjozy] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.job-card[b-vlfhakjozy] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    transition: transform 0.2s, box-shadow 0.2s;
    border: 1px solid #e5e5e5;
}

.job-card:hover[b-vlfhakjozy] {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.job-header[b-vlfhakjozy] {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 1.5rem;
    gap: 1rem;
}

.job-header h3[b-vlfhakjozy] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 0.25rem 0;
}

.company-name[b-vlfhakjozy] {
    font-size: 1rem;
    color: #667eea;
    font-weight: 500;
    margin: 0;
}

.role-badge[b-vlfhakjozy] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
    padding: 0.375rem 0.75rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
    white-space: nowrap;
}

.job-details[b-vlfhakjozy] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e5e5e5;
}

.detail-item[b-vlfhakjozy] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.detail-icon[b-vlfhakjozy] {
    font-size: 1.25rem;
}

.detail-value[b-vlfhakjozy] {
    color: #1a1a1a;
    font-size: 0.95rem;
}

.job-description[b-vlfhakjozy],
.job-requirements[b-vlfhakjozy] {
    margin-bottom: 1.5rem;
}

.job-description h4[b-vlfhakjozy],
.job-requirements h4[b-vlfhakjozy] {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.job-description p[b-vlfhakjozy],
.job-requirements p[b-vlfhakjozy] {
    color: #444;
    line-height: 1.6;
    margin: 0;
}

.job-footer[b-vlfhakjozy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e5e5;
}

.post-date[b-vlfhakjozy] {
    font-size: 0.875rem;
    color: #999;
}

.view-btn[b-vlfhakjozy] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0.625rem 1.5rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: transform 0.2s;
}

.view-btn:hover[b-vlfhakjozy] {
    transform: scale(1.05);
    color: white;
}

.empty-state[b-vlfhakjozy] {
    text-align: center;
    padding: 4rem 2rem;
    color: #666;
}

.empty-state p[b-vlfhakjozy] {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
}

.btn-primary[b-vlfhakjozy] {
    display: inline-block;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: transform 0.2s;
}

.btn-primary:hover[b-vlfhakjozy] {
    transform: scale(1.05);
    color: white;
}

@media (max-width: 768px) {
    .page-header[b-vlfhakjozy] {
        flex-direction: column;
        text-align: center;
    }

    .header-content[b-vlfhakjozy] {
        text-align: center;
    }

    .page-content[b-vlfhakjozy] {
        grid-template-columns: 1fr;
    }

    .category-sidebar[b-vlfhakjozy] {
        position: static;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.5rem;
        padding: 1rem;
    }

    .category-sidebar h3[b-vlfhakjozy] {
        width: 100%;
        margin-bottom: 0.25rem;
    }

    .category-btn[b-vlfhakjozy] {
        width: auto;
        padding: 0.5rem 1rem;
    }

    .jobs-grid[b-vlfhakjozy] {
        grid-template-columns: 1fr;
    }

    .page-header h1[b-vlfhakjozy] {
        font-size: 2rem;
    }
}
/* /Components/Pages/Messages.razor.rz.scp.css */
.messages-page[b-dmymyq5vwe] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    height: calc(100vh - 80px);
    display: flex;
    flex-direction: column;
}

.page-header[b-dmymyq5vwe] {
    margin-bottom: 1.5rem;
}

.page-header h1[b-dmymyq5vwe] {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.messages-container[b-dmymyq5vwe] {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 1.5rem;
    flex: 1;
    min-height: 0;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e5e5;
    overflow: hidden;
}

.thread-list[b-dmymyq5vwe] {
    border-right: 1px solid #e5e5e5;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.thread-list h2[b-dmymyq5vwe] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1a1a1a;
    padding: 1.25rem;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
}

.no-threads[b-dmymyq5vwe] {
    padding: 2rem;
    text-align: center;
    color: #666;
}

.thread-item[b-dmymyq5vwe] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.2s;
}

.thread-item:hover[b-dmymyq5vwe] {
    background: #f8f9fa;
}

.thread-item.active[b-dmymyq5vwe] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    border-left: 3px solid #667eea;
}

.thread-avatar[b-dmymyq5vwe] {
    flex-shrink: 0;
}

.thread-avatar img[b-dmymyq5vwe] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.avatar-placeholder[b-dmymyq5vwe] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 1rem;
}

.thread-info[b-dmymyq5vwe] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.thread-header-row[b-dmymyq5vwe] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.thread-name[b-dmymyq5vwe] {
    font-weight: 600;
    color: #1a1a1a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.unread-badge[b-dmymyq5vwe] {
    background: #667eea;
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.125rem 0.5rem;
    border-radius: 10px;
    flex-shrink: 0;
}

.thread-context[b-dmymyq5vwe] {
    font-size: 0.75rem;
    color: #667eea;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.thread-preview[b-dmymyq5vwe] {
    font-size: 0.875rem;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.thread-date[b-dmymyq5vwe] {
    font-size: 0.75rem;
    color: #999;
    flex-shrink: 0;
}

.message-thread[b-dmymyq5vwe] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.no-thread-selected[b-dmymyq5vwe] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #666;
}

.thread-header[b-dmymyq5vwe] {
    padding: 1.25rem;
    border-bottom: 1px solid #e5e5e5;
}

.thread-header h3[b-dmymyq5vwe] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 0.25rem 0;
}

.thread-context-detail[b-dmymyq5vwe] {
    font-size: 0.875rem;
    color: #667eea;
}

.messages-list[b-dmymyq5vwe] {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.message[b-dmymyq5vwe] {
    max-width: 70%;
    display: flex;
    flex-direction: column;
}

.message.sent[b-dmymyq5vwe] {
    align-self: flex-end;
}

.message.received[b-dmymyq5vwe] {
    align-self: flex-start;
}

.message-content[b-dmymyq5vwe] {
    padding: 0.75rem 1rem;
    border-radius: 12px;
    line-height: 1.5;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.message.sent .message-content[b-dmymyq5vwe] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-bottom-right-radius: 4px;
}

.message.received .message-content[b-dmymyq5vwe] {
    background: #f0f0f0;
    color: #1a1a1a;
    border-bottom-left-radius: 4px;
}

.message-meta[b-dmymyq5vwe] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.25rem;
    padding: 0 0.5rem;
}

.message.sent .message-meta[b-dmymyq5vwe] {
    justify-content: flex-end;
}

.message-time[b-dmymyq5vwe] {
    font-size: 0.75rem;
    color: #999;
}

.read-status[b-dmymyq5vwe] {
    font-size: 0.75rem;
    color: #10b981;
}

.reply-form[b-dmymyq5vwe] {
    padding: 1rem 1.25rem;
    border-top: 1px solid #e5e5e5;
    display: flex;
    gap: 0.75rem;
    align-items: flex-end;
}

.reply-form textarea[b-dmymyq5vwe] {
    flex: 1;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 0.875rem;
    font-family: inherit;
    resize: none;
    transition: border-color 0.2s;
}

.reply-form textarea:focus[b-dmymyq5vwe] {
    outline: none;
    border-color: #667eea;
}

.btn-send[b-dmymyq5vwe] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    border: none;
    font-weight: 500;
    cursor: pointer;
    transition: transform 0.2s, opacity 0.2s;
}

.btn-send:hover:not(:disabled)[b-dmymyq5vwe] {
    transform: scale(1.02);
}

.btn-send:disabled[b-dmymyq5vwe] {
    opacity: 0.6;
    cursor: not-allowed;
}

@media (max-width: 768px) {
    .messages-page[b-dmymyq5vwe] {
        padding: 1rem;
        height: calc(100vh - 60px);
    }

    .messages-container[b-dmymyq5vwe] {
        grid-template-columns: 1fr;
    }

    .thread-list[b-dmymyq5vwe] {
        border-right: none;
        border-bottom: 1px solid #e5e5e5;
        max-height: 40vh;
    }

    .message-thread[b-dmymyq5vwe] {
        min-height: 50vh;
    }

    .message[b-dmymyq5vwe] {
        max-width: 85%;
    }

    .reply-form[b-dmymyq5vwe] {
        flex-direction: column;
    }

    .btn-send[b-dmymyq5vwe] {
        width: 100%;
    }
}
/* /Components/Pages/MyPosts.razor.rz.scp.css */
.my-posts-page[b-tuudvkvtp7] {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem;
}

.page-header[b-tuudvkvtp7] {
    margin-bottom: 2rem;
}

.page-header h1[b-tuudvkvtp7] {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.posts-section[b-tuudvkvtp7] {
    margin-bottom: 2.5rem;
}

.posts-section h2[b-tuudvkvtp7] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #667eea;
}

.empty-state-text[b-tuudvkvtp7] {
    color: #666;
    margin-bottom: 1rem;
}

.my-post-card[b-tuudvkvtp7] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    border: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    transition: box-shadow 0.2s;
}

.my-post-card:hover[b-tuudvkvtp7] {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.my-post-header[b-tuudvkvtp7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.5rem;
}

.my-post-header h3[b-tuudvkvtp7] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
}

.company-name[b-tuudvkvtp7] {
    font-size: 0.95rem;
    color: #667eea;
    font-weight: 500;
    margin: 0 0 0.5rem 0;
}

.status-badge[b-tuudvkvtp7] {
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    white-space: nowrap;
}

.status-badge.status-active[b-tuudvkvtp7] {
    background: #d4edda;
    color: #155724;
}

.status-badge.status-pending[b-tuudvkvtp7] {
    background: #fff3cd;
    color: #856404;
}

.status-badge.status-expired[b-tuudvkvtp7] {
    background: #f8d7da;
    color: #721c24;
}

.my-post-meta[b-tuudvkvtp7] {
    display: flex;
    gap: 1.5rem;
    font-size: 0.875rem;
    color: #999;
    margin-bottom: 1rem;
}

.my-post-actions[b-tuudvkvtp7] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e5e5;
}

.expired-text[b-tuudvkvtp7] {
    color: #721c24;
    font-size: 0.875rem;
    font-weight: 500;
}

.btn-primary[b-tuudvkvtp7] {
    display: inline-block;
    padding: 0.625rem 1.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.btn-primary:hover[b-tuudvkvtp7] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
    color: white;
    text-decoration: none;
}

.btn-secondary[b-tuudvkvtp7] {
    display: inline-block;
    padding: 0.625rem 1.5rem;
    background: transparent;
    color: #667eea;
    border: 2px solid #667eea;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.btn-secondary:hover[b-tuudvkvtp7] {
    background: #667eea;
    color: white;
    text-decoration: none;
}

@media (max-width: 768px) {
    .my-posts-page[b-tuudvkvtp7] {
        padding: 1rem;
    }

    .page-header h1[b-tuudvkvtp7] {
        font-size: 1.5rem;
    }

    .my-post-header[b-tuudvkvtp7] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .my-post-meta[b-tuudvkvtp7] {
        flex-direction: column;
        gap: 0.25rem;
    }
}
/* /Components/Pages/ProfessionalDetails.razor.rz.scp.css */
.professional-details-page[b-hr4uqn6b7q] {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
}

.back-link[b-hr4uqn6b7q] {
    margin-bottom: 1.5rem;
}

.back-link a[b-hr4uqn6b7q] {
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.back-link a:hover[b-hr4uqn6b7q] {
    color: #764ba2;
}

.details-card[b-hr4uqn6b7q] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    border: 1px solid #e5e5e5;
}

.details-header[b-hr4uqn6b7q] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e5e5e5;
}

.header-info[b-hr4uqn6b7q] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.details-avatar[b-hr4uqn6b7q] {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.details-avatar-placeholder[b-hr4uqn6b7q] {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.details-avatar-placeholder span[b-hr4uqn6b7q] {
    color: white;
    font-weight: 600;
    font-size: 1.5rem;
}

.header-text[b-hr4uqn6b7q] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.details-header h1[b-hr4uqn6b7q] {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.role-badge[b-hr4uqn6b7q] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0.375rem 0.75rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
    white-space: nowrap;
}

.post-date[b-hr4uqn6b7q] {
    font-size: 0.875rem;
    color: #999;
}

.details-grid[b-hr4uqn6b7q] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e5e5e5;
}

.detail-item[b-hr4uqn6b7q] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.detail-label[b-hr4uqn6b7q] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #666;
}

.detail-value[b-hr4uqn6b7q] {
    font-size: 1.125rem;
    color: #1a1a1a;
}

.bio-section[b-hr4uqn6b7q] {
    margin-bottom: 2rem;
}

.bio-section h3[b-hr4uqn6b7q] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.75rem;
}

.bio-section p[b-hr4uqn6b7q] {
    line-height: 1.8;
    color: #444;
    white-space: pre-wrap;
}

.audio-section[b-hr4uqn6b7q] {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 2rem;
}

.audio-section h3[b-hr4uqn6b7q] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.audio-filename[b-hr4uqn6b7q] {
    display: block;
    color: #666;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.audio-section audio[b-hr4uqn6b7q] {
    width: 100%;
    border-radius: 6px;
}

.actions-section[b-hr4uqn6b7q] {
    display: flex;
    gap: 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e5e5;
}

.btn-contact[b-hr4uqn6b7q] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 6px;
    border: none;
    font-weight: 500;
    font-size: 1rem;
    cursor: pointer;
    transition: transform 0.2s;
}

.btn-contact:hover[b-hr4uqn6b7q] {
    transform: scale(1.05);
}

.not-found[b-hr4uqn6b7q] {
    text-align: center;
    padding: 4rem 2rem;
}

.not-found h2[b-hr4uqn6b7q] {
    font-size: 1.5rem;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.not-found p[b-hr4uqn6b7q] {
    color: #666;
    margin-bottom: 1.5rem;
}

.btn-primary[b-hr4uqn6b7q] {
    display: inline-block;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: transform 0.2s;
}

.btn-primary:hover[b-hr4uqn6b7q] {
    transform: scale(1.05);
    color: white;
}

@media (max-width: 768px) {
    .professional-details-page[b-hr4uqn6b7q] {
        padding: 1rem;
    }

    .details-card[b-hr4uqn6b7q] {
        padding: 1.5rem;
    }

    .details-header[b-hr4uqn6b7q] {
        flex-direction: column;
        gap: 1rem;
    }

    .details-avatar[b-hr4uqn6b7q],
    .details-avatar-placeholder[b-hr4uqn6b7q] {
        width: 56px;
        height: 56px;
    }

    .details-avatar-placeholder span[b-hr4uqn6b7q] {
        font-size: 1.25rem;
    }

    .details-header h1[b-hr4uqn6b7q] {
        font-size: 1.5rem;
    }

    .details-grid[b-hr4uqn6b7q] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Professionals.razor.rz.scp.css */
.professionals-page[b-c40dcstw7o] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.page-header[b-c40dcstw7o] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
    gap: 1rem;
}

.header-content[b-c40dcstw7o] {
    text-align: left;
}

.page-header h1[b-c40dcstw7o] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.lead[b-c40dcstw7o] {
    font-size: 1.25rem;
    color: #666;
}

.page-content[b-c40dcstw7o] {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 2rem;
}

.category-sidebar[b-c40dcstw7o] {
    position: sticky;
    top: 90px;
    align-self: start;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e5e5;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.category-sidebar h3[b-c40dcstw7o] {
    font-size: 1rem;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 0.5rem 0;
}

.category-btn[b-c40dcstw7o] {
    display: block;
    width: 100%;
    padding: 0.625rem 1rem;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: white;
    color: #1a1a1a;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    text-align: left;
    transition: all 0.2s;
}

.category-btn:hover[b-c40dcstw7o] {
    background: #f8f9fa;
    border-color: #667eea;
    color: #667eea;
}

.category-btn.active[b-c40dcstw7o] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-color: transparent;
}

.content-area[b-c40dcstw7o] {
    min-width: 0;
}

.posts-grid[b-c40dcstw7o] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.post-card[b-c40dcstw7o] {
    display: flex;
    flex-direction: column;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    transition: transform 0.2s, box-shadow 0.2s;
    border: 1px solid #e5e5e5;
}

.post-card:hover[b-c40dcstw7o] {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.post-header[b-c40dcstw7o] {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 1rem;
    gap: 1rem;
}

.header-left[b-c40dcstw7o] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.post-avatar[b-c40dcstw7o] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.post-avatar-placeholder[b-c40dcstw7o] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.post-avatar-placeholder span[b-c40dcstw7o] {
    color: white;
    font-weight: 600;
    font-size: 1rem;
}

.post-header h3[b-c40dcstw7o] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
}

.role-badge[b-c40dcstw7o] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0.375rem 0.75rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
    white-space: nowrap;
}

.post-details[b-c40dcstw7o] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e5e5e5;
}

.detail-item[b-c40dcstw7o] {
    display: flex;
    gap: 0.5rem;
}

.detail-label[b-c40dcstw7o] {
    font-weight: 600;
    color: #666;
    min-width: 85px;
}

.detail-value[b-c40dcstw7o] {
    color: #1a1a1a;
}

.post-bio[b-c40dcstw7o] {
    margin-bottom: 1rem;
    line-height: 1.6;
    color: #444;
}

.bio-truncate[b-c40dcstw7o] {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}

.audio-section[b-c40dcstw7o] {
    background: #f8f9fa;
    padding: 0.75rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    text-align: center;
}

.audio-label[b-c40dcstw7o] {
    color: #667eea;
    font-weight: 600;
    font-size: 0.875rem;
}

.post-footer[b-c40dcstw7o] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    border-top: 1px solid #e5e5e5;
    margin-top: auto;
}

.post-date[b-c40dcstw7o] {
    font-size: 0.875rem;
    color: #999;
}

.view-btn[b-c40dcstw7o] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0.5rem 1.25rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: transform 0.2s;
}

.view-btn:hover[b-c40dcstw7o] {
    transform: scale(1.05);
    color: white;
}

.empty-state[b-c40dcstw7o] {
    text-align: center;
    padding: 4rem 2rem;
    color: #666;
}

.empty-state p[b-c40dcstw7o] {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
}

.btn-primary[b-c40dcstw7o] {
    display: inline-block;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: transform 0.2s;
}

.btn-primary:hover[b-c40dcstw7o] {
    transform: scale(1.05);
    color: white;
}

@media (max-width: 768px) {
    .page-header[b-c40dcstw7o] {
        flex-direction: column;
        text-align: center;
    }

    .header-content[b-c40dcstw7o] {
        text-align: center;
    }

    .page-content[b-c40dcstw7o] {
        grid-template-columns: 1fr;
    }

    .category-sidebar[b-c40dcstw7o] {
        position: static;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.5rem;
        padding: 1rem;
    }

    .category-sidebar h3[b-c40dcstw7o] {
        width: 100%;
        margin-bottom: 0.25rem;
    }

    .category-btn[b-c40dcstw7o] {
        width: auto;
        padding: 0.5rem 1rem;
    }

    .posts-grid[b-c40dcstw7o] {
        grid-template-columns: 1fr;
    }

    .page-header h1[b-c40dcstw7o] {
        font-size: 2rem;
    }
}
/* /Components/Pages/Settings.razor.rz.scp.css */
.settings-page[b-2sz7rhg35p] {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
}

.settings-container[b-2sz7rhg35p] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
}

.settings-container h1[b-2sz7rhg35p] {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.settings-description[b-2sz7rhg35p] {
    color: #666;
    margin-bottom: 2rem;
    font-size: 1.125rem;
}

.settings-section[b-2sz7rhg35p] {
    padding: 1.5rem 0;
    border-bottom: 1px solid #e5e5e5;
}

.settings-section:last-child[b-2sz7rhg35p] {
    border-bottom: none;
}

.settings-section h3[b-2sz7rhg35p] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #667eea;
}

.settings-form[b-2sz7rhg35p] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.avatar-preview[b-2sz7rhg35p] {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.avatar-image[b-2sz7rhg35p] {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #667eea;
}

.avatar-placeholder[b-2sz7rhg35p] {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2.5rem;
    font-weight: 700;
}

.avatar-upload-info[b-2sz7rhg35p] {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 6px;
    border: 1px dashed #ddd;
    margin-bottom: 0.5rem;
}

.avatar-upload-info p[b-2sz7rhg35p] {
    margin: 0 0 0.5rem 0;
    color: #333;
    font-weight: 500;
}

.avatar-upload-info small[b-2sz7rhg35p] {
    color: #666;
    font-size: 0.875rem;
}

.form-group[b-2sz7rhg35p] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label[b-2sz7rhg35p] {
    font-weight: 600;
    color: #333;
    font-size: 0.95rem;
}

.form-control[b-2sz7rhg35p] {
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.form-control:focus[b-2sz7rhg35p] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-control:disabled[b-2sz7rhg35p] {
    background-color: #f8f9fa;
    color: #666;
}

.form-text[b-2sz7rhg35p] {
    color: #666;
    font-size: 0.875rem;
}

.selected-file[b-2sz7rhg35p] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem;
    background: #f0f4ff;
    border-radius: 4px;
    margin-top: 0.5rem;
}

.btn-remove[b-2sz7rhg35p] {
    background: none;
    border: none;
    color: #e50000;
    cursor: pointer;
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem;
}

.btn-remove:hover[b-2sz7rhg35p] {
    text-decoration: underline;
}

.form-actions[b-2sz7rhg35p] {
    display: flex;
    gap: 1rem;
    justify-content: flex-start;
    padding-top: 1rem;
}

.btn-primary[b-2sz7rhg35p] {
    padding: 0.75rem 2rem;
    border-radius: 6px;
    font-weight: 500;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.btn-primary:hover:not(:disabled)[b-2sz7rhg35p] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

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

.alert[b-2sz7rhg35p] {
    padding: 0.75rem 1rem;
    border-radius: 6px;
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

.alert-success[b-2sz7rhg35p] {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-danger[b-2sz7rhg35p] {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.validation-message[b-2sz7rhg35p] {
    color: #dc3545;
    font-size: 0.875rem;
}

@media (max-width: 768px) {
    .settings-page[b-2sz7rhg35p] {
        padding: 1rem;
    }

    .settings-container[b-2sz7rhg35p] {
        padding: 1.5rem;
    }

    .settings-container h1[b-2sz7rhg35p] {
        font-size: 1.5rem;
    }

    .avatar-image[b-2sz7rhg35p],
    .avatar-placeholder[b-2sz7rhg35p] {
        width: 96px;
        height: 96px;
    }

    .avatar-placeholder[b-2sz7rhg35p] {
        font-size: 2rem;
    }
}
/* /Components/Pages/SignIn.razor.rz.scp.css */
.signin-page[b-t63es7yrvd] {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.signin-container[b-t63es7yrvd] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  max-width: 1100px;
  width: 100%;
}

.signin-card[b-t63es7yrvd] {
  background: white;
  border-radius: 16px;
  padding: 3rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.signin-card h1[b-t63es7yrvd] {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}

.signin-subtitle[b-t63es7yrvd] {
  color: #666;
  margin-bottom: 2rem;
  font-size: 1rem;
}

.signin-form[b-t63es7yrvd] {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-group[b-t63es7yrvd] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-group label[b-t63es7yrvd] {
  font-weight: 600;
  color: #333;
  font-size: 0.95rem;
}

.form-control[b-t63es7yrvd] {
  padding: 0.875rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.form-control:focus[b-t63es7yrvd] {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-options[b-t63es7yrvd] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
}

.remember-me[b-t63es7yrvd] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  color: #333;
}

.forgot-password[b-t63es7yrvd] {
  color: #667eea;
  text-decoration: none;
  font-weight: 500;
}

.forgot-password:hover[b-t63es7yrvd] {
  text-decoration: underline;
}

.btn-signin[b-t63es7yrvd] {
  margin-top: 1rem;
  padding: 1rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.btn-signin:hover[b-t63es7yrvd] {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.signup-prompt[b-t63es7yrvd] {
  text-align: center;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e5e5;
}

.signup-prompt p[b-t63es7yrvd] {
  color: #666;
  margin: 0;
}

.signup-prompt a[b-t63es7yrvd] {
  color: #667eea;
  font-weight: 600;
  text-decoration: none;
}

.signup-prompt a:hover[b-t63es7yrvd] {
  text-decoration: underline;
}

.divider[b-t63es7yrvd] {
  position: relative;
  text-align: center;
  margin: 1.5rem 0;
}

.divider[b-t63es7yrvd]::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}

.divider span[b-t63es7yrvd] {
  position: relative;
  background: white;
  padding: 0 1rem;
  color: #999;
  font-size: 0.875rem;
}

.social-signin[b-t63es7yrvd] {
  display: flex;
  gap: 1rem;
}

.btn-social[b-t63es7yrvd] {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem;
  border: 1px solid #ddd;
  background: white;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s;
}

.btn-social:hover[b-t63es7yrvd] {
  background-color: #f8f9fa;
  border-color: #667eea;
}

.social-icon[b-t63es7yrvd] {
  font-weight: 700;
  font-size: 1.125rem;
}

.signin-info[b-t63es7yrvd] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  padding: 2rem;
}

.signin-info h2[b-t63es7yrvd] {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 1.2;
}

.info-benefits[b-t63es7yrvd] {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.benefit-item[b-t63es7yrvd] {
  display: flex;
  align-items: start;
  gap: 1rem;
  font-size: 1.125rem;
}

.benefit-item i[b-t63es7yrvd] {
  font-size: 1.5rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.alert[b-t63es7yrvd] {
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.alert-danger[b-t63es7yrvd] {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.alert-warning[b-t63es7yrvd] {
  background-color: #fff3cd;
  color: #856404;
  border: 1px solid #ffeeba;
}

.alert-warning p[b-t63es7yrvd] {
  margin: 0 0 0.5rem 0;
}

.resend-form[b-t63es7yrvd] {
  display: inline;
}

.btn-link[b-t63es7yrvd] {
  background: none;
  border: none;
  color: #667eea;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  font-size: inherit;
  text-decoration: underline;
}

.btn-link:hover[b-t63es7yrvd] {
  color: #764ba2;
}

@media (max-width: 968px) {
  .signin-container[b-t63es7yrvd] {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .signin-info[b-t63es7yrvd] {
    order: -1;
    text-align: center;
  }

  .signin-info h2[b-t63es7yrvd] {
    font-size: 2rem;
  }

  .benefit-item[b-t63es7yrvd] {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .signin-page[b-t63es7yrvd] {
    padding: 1rem;
  }

  .signin-card[b-t63es7yrvd] {
    padding: 2rem 1.5rem;
  }

  .social-signin[b-t63es7yrvd] {
    flex-direction: column;
  }

  .signin-info h2[b-t63es7yrvd] {
    font-size: 1.75rem;
  }
}
/* /Components/Pages/SignUp.razor.rz.scp.css */
.signup-page[b-o39ewtfe1n] {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.signup-container[b-o39ewtfe1n] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  max-width: 1100px;
  width: 100%;
}

.signup-card[b-o39ewtfe1n] {
  width: 50%;
  background: white;
  border-radius: 16px;
  padding: 3rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.signup-card h1[b-o39ewtfe1n] {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}

.signup-subtitle[b-o39ewtfe1n] {
  color: #666;
  margin-bottom: 2rem;
  font-size: 1rem;
}

.signup-form[b-o39ewtfe1n] {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-group[b-o39ewtfe1n] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-group label[b-o39ewtfe1n] {
  font-weight: 600;
  color: #333;
  font-size: 0.95rem;
}

.form-control[b-o39ewtfe1n] {
  padding: 0.875rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.form-control:focus[b-o39ewtfe1n] {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-options[b-o39ewtfe1n] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
}

.remember-me[b-o39ewtfe1n] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  color: #333;
}

.forgot-password[b-o39ewtfe1n] {
  color: #667eea;
  text-decoration: none;
  font-weight: 500;
}

.forgot-password:hover[b-o39ewtfe1n] {
  text-decoration: underline;
}

.btn-signup[b-o39ewtfe1n] {
  margin-top: 1rem;
  padding: 1rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.btn-signup:hover[b-o39ewtfe1n] {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.signup-prompt[b-o39ewtfe1n] {
  text-align: center;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e5e5;
}

.signup-prompt p[b-o39ewtfe1n] {
  color: #666;
  margin: 0;
}

.signup-prompt a[b-o39ewtfe1n] {
  color: #667eea;
  font-weight: 600;
  text-decoration: none;
}

.signup-prompt a:hover[b-o39ewtfe1n] {
  text-decoration: underline;
}

.divider[b-o39ewtfe1n] {
  position: relative;
  text-align: center;
  margin: 1.5rem 0;
}

.divider[b-o39ewtfe1n]::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}

.divider span[b-o39ewtfe1n] {
  position: relative;
  background: white;
  padding: 0 1rem;
  color: #999;
  font-size: 0.875rem;
}

.social-signup[b-o39ewtfe1n] {
  display: flex;
  gap: 1rem;
}

.btn-social[b-o39ewtfe1n] {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem;
  border: 1px solid #ddd;
  background: white;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s;
}

.btn-social:hover[b-o39ewtfe1n] {
  background-color: #f8f9fa;
  border-color: #667eea;
}

.social-icon[b-o39ewtfe1n] {
  font-weight: 700;
  font-size: 1.125rem;
}

.signup-info[b-o39ewtfe1n] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  padding: 2rem;
}

.signup-info h2[b-o39ewtfe1n] {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 1.2;
}

.info-benefits[b-o39ewtfe1n] {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.benefit-item[b-o39ewtfe1n] {
  display: flex;
  align-items: start;
  gap: 1rem;
  font-size: 1.125rem;
}

.benefit-icon[b-o39ewtfe1n] {
  background: rgba(255, 255, 255, 0.2);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: 700;
}

@media (max-width: 968px) {
  .signup-container[b-o39ewtfe1n] {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .signup-info[b-o39ewtfe1n] {
    order: -1;
    text-align: center;
  }

  .signup-info h2[b-o39ewtfe1n] {
    font-size: 2rem;
  }

  .benefit-item[b-o39ewtfe1n] {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .signup-page[b-o39ewtfe1n] {
    padding: 1rem;
  }

  .signup-card[b-o39ewtfe1n] {
    padding: 2rem 1.5rem;
  }

  .social-signup[b-o39ewtfe1n] {
    flex-direction: column;
  }

  .signup-info h2[b-o39ewtfe1n] {
    font-size: 1.75rem;
  }
}
/* /Components/Pages/SignUpCheckEmail.razor.rz.scp.css */
.check-email-page[b-siio8hpnmv] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.check-email-container[b-siio8hpnmv] {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 500px;
    width: 100%;
}

.check-email-card[b-siio8hpnmv] {
    width: 100%;
    background: white;
    border-radius: 16px;
    padding: 3rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.email-icon[b-siio8hpnmv] {
    font-size: 4rem;
    color: #667eea;
    margin-bottom: 1.5rem;
}

.check-email-card h1[b-siio8hpnmv] {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.check-email-subtitle[b-siio8hpnmv] {
    color: #333;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    line-height: 1.6;
}

.check-email-subtitle strong[b-siio8hpnmv] {
    color: #667eea;
    word-break: break-all;
}

.check-email-instructions[b-siio8hpnmv] {
    color: #666;
    margin-bottom: 2rem;
    font-size: 0.95rem;
    line-height: 1.5;
}

.alert-warning[b-siio8hpnmv] {
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
    text-align: left;
}

.check-email-actions[b-siio8hpnmv] {
    margin-bottom: 1.5rem;
}

.btn-secondary[b-siio8hpnmv] {
    padding: 0.875rem 1.5rem;
    background: white;
    color: #667eea;
    border: 2px solid #667eea;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
}

.btn-secondary:hover[b-siio8hpnmv] {
    background: #667eea;
    color: white;
}

.signup-prompt[b-siio8hpnmv] {
    padding-top: 1.5rem;
    border-top: 1px solid #e5e5e5;
}

.signup-prompt p[b-siio8hpnmv] {
    color: #666;
    margin: 0;
}

.signup-prompt a[b-siio8hpnmv] {
    color: #667eea;
    font-weight: 600;
    text-decoration: none;
}

.signup-prompt a:hover[b-siio8hpnmv] {
    text-decoration: underline;
}

@media (max-width: 640px) {
    .check-email-page[b-siio8hpnmv] {
        padding: 1rem;
    }

    .check-email-card[b-siio8hpnmv] {
        padding: 2rem 1.5rem;
    }

    .email-icon[b-siio8hpnmv] {
        font-size: 3rem;
    }

    .check-email-card h1[b-siio8hpnmv] {
        font-size: 1.5rem;
    }
}
