@import '_content/Blazorise.RichTextEdit/Blazorise.RichTextEdit.ujcws5bfym.bundle.scp.css';

/* _content/TradesAidWeb/Pages/Account.razor.rz.scp.css */
/* Enhanced Loading Overlay */
.loading-overlay[b-xkmla1r62v] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    backdrop-filter: blur(4px);
}

.loading-spinner[b-xkmla1r62v] {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #1e3a8a;
    font-weight: 500;
}

.spinner[b-xkmla1r62v] {
    width: 40px;
    height: 40px;
    border: 4px solid #e5e7eb;
    border-top: 4px solid #1e3a8a;
    border-radius: 50%;
    animation: spin-b-xkmla1r62v 1s linear infinite;
    margin-bottom: 1rem;
}

.loading-spinner p[b-xkmla1r62v] {
    margin: 0;
    font-size: 1rem;
    color: #1e3a8a;
}

@keyframes spin-b-xkmla1r62v {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Main Content Styles */
.account-content[b-xkmla1r62v] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
}

/* Account Header */
.account-header[b-xkmla1r62v] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.account-title h2[b-xkmla1r62v] {
    font-size: 2rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 0.5rem 0;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.account-title h2 i[b-xkmla1r62v] {
    color: #4f46e5;
    font-size: 1.8rem;
}

.account-subtitle[b-xkmla1r62v] {
    color: #64748b;
    font-size: 1.1rem;
    margin: 0;
    font-weight: 500;
}

.account-actions[b-xkmla1r62v] {
    display: flex;
    gap: 1rem;
}

.account-btn[b-xkmla1r62v] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.account-btn:hover[b-xkmla1r62v] {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(79, 70, 229, 0.4);
    background: linear-gradient(135deg, #4338ca 0%, #6d28d9 100%);
}

/* Account Cards Container */
.account-cards-container[b-xkmla1r62v] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

/* Account Card Base Styles */
.account-card[b-xkmla1r62v] {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: all 0.3s ease;
}

.account-card:hover[b-xkmla1r62v] {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.08);
    border-color: rgba(79, 70, 229, 0.2);
}

.card-header[b-xkmla1r62v] {
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 50%, #6366f1 100%);
    padding: 1.5rem 2rem;
    color: white;
}

.card-header h3[b-xkmla1r62v] {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.card-header h3 i[b-xkmla1r62v] {
    font-size: 1.2rem;
}

.card-content[b-xkmla1r62v] {
    padding: 2rem;
}

/* Info Row Styles */
.info-row[b-xkmla1r62v] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border-radius: 12px;
    border: 1px solid rgba(79, 70, 229, 0.1);
    transition: all 0.3s ease;
}

.info-row:hover[b-xkmla1r62v] {
    background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
    border-color: rgba(79, 70, 229, 0.2);
    transform: translateX(4px);
}

.info-row label[b-xkmla1r62v] {
    font-weight: 600;
    color: #374151;
    font-size: 1rem;
    min-width: 120px;
}

.info-value[b-xkmla1r62v] {
    font-weight: 500;
    color: #1e293b;
    font-size: 1rem;
    flex: 1;
}

.info-value.greeting[b-xkmla1r62v] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #4f46e5;
}

.info-value.token[b-xkmla1r62v] {
    font-family: 'Courier New', monospace;
    background: #f1f5f9;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    word-break: break-all;
}

/* Plan Badge Styles */
.plan-badge[b-xkmla1r62v] {
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.9rem;
}

.plan-badge.free[b-xkmla1r62v] {
    background: linear-gradient(135deg, #64748b 0%, #94a3b8 100%);
    color: white;
}

.plan-badge.plan1[b-xkmla1r62v] {
    background: linear-gradient(135deg, #eab308 0%, #fbbf24 100%);
    color: white;
}

.plan-badge.plan2[b-xkmla1r62v] {
    background: linear-gradient(135deg, #16a34a 0%, #22c55e 100%);
    color: white;
}

.plan-badge.plan3[b-xkmla1r62v] {
    background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
    color: white;
}

/* Button Styles */
.upgrade-btn[b-xkmla1r62v], .change-plan-btn[b-xkmla1r62v] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.upgrade-btn[b-xkmla1r62v] {
    background: linear-gradient(135deg, #16a34a 0%, #22c55e 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.3);
}

.upgrade-btn:hover[b-xkmla1r62v] {
    background: linear-gradient(135deg, #15803d 0%, #16a34a 100%);
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(34, 197, 94, 0.4);
}

.change-plan-btn[b-xkmla1r62v] {
    background: linear-gradient(135deg, #eab308 0%, #fbbf24 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(251, 191, 36, 0.3);
}

.change-plan-btn:hover[b-xkmla1r62v] {
    background: linear-gradient(135deg, #d97706 0%, #eab308 100%);
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(251, 191, 36, 0.4);
}

.change-password-link[b-xkmla1r62v] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    box-shadow: 0 3px 8px rgba(99, 102, 241, 0.3);
}

.change-password-link:hover[b-xkmla1r62v] {
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(99, 102, 241, 0.4);
    text-decoration: none;
    color: white;
}

/* Notification Settings */
.notification-setting[b-xkmla1r62v] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border-radius: 12px;
    border: 1px solid rgba(79, 70, 229, 0.1);
    margin-bottom: 1rem;
}

.notification-info label[b-xkmla1r62v] {
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.5rem;
    display: block;
}

.notification-description[b-xkmla1r62v] {
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.4;
}

.notification-controls[b-xkmla1r62v] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.info-tooltip[b-xkmla1r62v] {
    padding: 0.5rem;
    background: transparent;
    border: none;
    color: #6366f1;
    cursor: pointer;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.info-tooltip:hover[b-xkmla1r62v] {
    color: #4f46e5;
    transform: scale(1.1);
}

/* Developer Section */
.developer-toggle[b-xkmla1r62v] {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border-radius: 12px;
    border: 1px solid rgba(79, 70, 229, 0.1);
}

.developer-apis h4[b-xkmla1r62v] {
    color: #1e293b;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.api-inputs[b-xkmla1r62v] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.api-input[b-xkmla1r62v] {
    padding: 0.75rem 1rem;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.3s ease;
    background: white;
}

.api-input:focus[b-xkmla1r62v] {
    outline: none;
    border-color: #4f46e5;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
}

.api-test-btn[b-xkmla1r62v] {
    padding: 0.75rem 1rem;
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.api-test-btn:hover[b-xkmla1r62v] {
    background: linear-gradient(135deg, #4338ca 0%, #6d28d9 100%);
    transform: scale(1.05);
}

.api-note[b-xkmla1r62v] {
    color: #64748b;
    font-style: italic;
    margin-bottom: 2rem;
}

.api-sections[b-xkmla1r62v] {
    display: grid;
    gap: 2rem;
}

.api-section h5[b-xkmla1r62v] {
    color: #1e293b;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.api-links[b-xkmla1r62v] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.api-link[b-xkmla1r62v] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    text-decoration: none;
    color: #374151;
    font-weight: 500;
    transition: all 0.3s ease;
}

.api-link:hover[b-xkmla1r62v] {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border-color: #4f46e5;
    color: #1e293b;
    transform: translateX(4px);
    text-decoration: none;
}

.api-link i[b-xkmla1r62v] {
    color: #16a34a;
    font-size: 0.9rem;
}

/* Plans Modal Styles */
.plans-modal .modal-header-fancy[b-xkmla1r62v] {
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
    color: white;
    border-bottom: none;
}

.plans-modal .modal-header-fancy h5[b-xkmla1r62v] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 700;
    font-size: 1.3rem;
}

.plans-modal .modal-body-fancy[b-xkmla1r62v] {
    padding: 2rem;
}

.plans-table-container[b-xkmla1r62v] {
    overflow-x: auto;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.plans-table[b-xkmla1r62v] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: white;
    border-radius: 12px;
    overflow: hidden;
}

.plans-header-row[b-xkmla1r62v] {
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
    color: white;
}

.plans-header-row th[b-xkmla1r62v] {
    padding: 1.5rem 1rem;
    text-align: center;
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.plan-column[b-xkmla1r62v] {
    position: relative;
    overflow: hidden;
}

.plan-column i[b-xkmla1r62v] {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.plans-table tbody tr:nth-child(even)[b-xkmla1r62v] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
}

.plans-table td[b-xkmla1r62v] {
    padding: 1.5rem 1rem;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #e2e8f0;
}

.feature-label[b-xkmla1r62v] {
    background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
    font-weight: 700;
    color: #1e293b;
    text-align: left !important;
}

.feature-label i[b-xkmla1r62v] {
    margin-right: 0.75rem;
    color: #4f46e5;
}

.plan-feature[b-xkmla1r62v] {
    font-weight: 600;
    color: #374151;
}

.plan-price[b-xkmla1r62v] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #16a34a;
}

.plan-btn[b-xkmla1r62v] {
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.plan-btn:hover:not(:disabled)[b-xkmla1r62v] {
    transform: scale(1.05);
}

/* Trial Alert */
.trial-alert[b-xkmla1r62v] {
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #16a34a 0%, #22c55e 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.3);
}

.trial-alert i[b-xkmla1r62v] {
    margin-right: 0.5rem;
}

/* Utility Classes */
.text-success[b-xkmla1r62v] {
    color: #16a34a !important;
}

.text-danger[b-xkmla1r62v] {
    color: #dc2626 !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .account-cards-container[b-xkmla1r62v] {
        grid-template-columns: 1fr;
    }
    
    .account-header[b-xkmla1r62v] {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .info-row[b-xkmla1r62v] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .notification-setting[b-xkmla1r62v] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    
    .api-inputs[b-xkmla1r62v] {
        flex-direction: column;
        align-items: stretch;
    }
}
/* _content/TradesAidWeb/Pages/Login.razor.rz.scp.css */
/* Modern Login Page Styles */
.login-container[b-emsoe0gt8x] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 1rem;
    position: relative;
    overflow: hidden;
}

.login-background[b-emsoe0gt8x] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.background-pattern[b-emsoe0gt8x] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    animation: float-b-emsoe0gt8x 6s ease-in-out infinite;
}

@keyframes float-b-emsoe0gt8x {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}

.login-content[b-emsoe0gt8x] {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 420px;
}

.login-card[b-emsoe0gt8x] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 3rem 2.5rem;
    box-shadow: 
        0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 10px 10px -5px rgba(0, 0, 0, 0.04),
        0 0 0 1px rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.login-card:hover[b-emsoe0gt8x] {
    transform: translateY(-5px);
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.4);
}

.login-header[b-emsoe0gt8x] {
    text-align: center;
    margin-bottom: 2.5rem;
}

.login-logo[b-emsoe0gt8x] {
    width: 180px;
    height: auto;
    margin-bottom: 1.5rem;
    filter: brightness(0.7) contrast(1.1) drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.login-logo:hover[b-emsoe0gt8x] {
    transform: scale(1.02);
    filter: brightness(1.0) contrast(1.4) drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3));
    background: rgba(255, 255, 255, 0.12);
}

.login-title[b-emsoe0gt8x] {
    font-size: 2rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.login-subtitle[b-emsoe0gt8x] {
    color: #64748b;
    font-size: 1rem;
    margin: 0;
    font-weight: 500;
}

.login-form[b-emsoe0gt8x] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group[b-emsoe0gt8x] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.input-wrapper[b-emsoe0gt8x] {
    position: relative;
    display: flex;
    align-items: center;
}

.input-icon[b-emsoe0gt8x] {
    position: absolute;
    left: 1rem;
    color: #64748b;
    font-size: 1.1rem;
    z-index: 2;
    transition: color 0.3s ease;
}

.form-input[b-emsoe0gt8x] {
    width: 100%;
    padding: 1rem 1rem 1rem 3rem;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
}

.form-input:focus[b-emsoe0gt8x] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    background: rgba(255, 255, 255, 1);
}

.form-input:focus + .input-icon[b-emsoe0gt8x],
.input-wrapper:hover .input-icon[b-emsoe0gt8x] {
    color: #667eea;
}

.form-input[b-emsoe0gt8x]::placeholder {
    color: #94a3b8;
    font-weight: 400;
}

.form-actions[b-emsoe0gt8x] {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0.5rem;
}

.forgot-link[b-emsoe0gt8x] {
    color: #667eea;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.forgot-link:hover[b-emsoe0gt8x] {
    color: #764ba2;
    text-decoration: underline;
}

.login-btn[b-emsoe0gt8x] {
    width: 100%;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
    min-height: 56px;
}

.login-btn:hover:not(:disabled)[b-emsoe0gt8x] {
    background: linear-gradient(135deg, #5a67d8 0%, #6b46c1 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.login-btn:disabled[b-emsoe0gt8x] {
    background: linear-gradient(135deg, #9ca3af 0%, #6b7280 100%);
    cursor: not-allowed;
    transform: none;
    box-shadow: 0 2px 4px rgba(156, 163, 175, 0.3);
}

.login-btn:disabled .fa-spinner[b-emsoe0gt8x] {
    animation: spin-b-emsoe0gt8x 1s linear infinite;
}

.btn-text[b-emsoe0gt8x] {
    font-weight: 700;
    letter-spacing: 0.025em;
}

.signup-section[b-emsoe0gt8x] {
    text-align: center;
    padding-top: 1.5rem;
    border-top: 1px solid #e2e8f0;
    margin-top: 1rem;
}

.signup-text[b-emsoe0gt8x] {
    color: #64748b;
    font-size: 0.95rem;
    margin-bottom: 1rem;
    font-weight: 500;
}

.signup-link[b-emsoe0gt8x] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #667eea;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
    border: 2px solid #667eea;
    border-radius: 12px;
    transition: all 0.3s ease;
    background: rgba(102, 126, 234, 0.05);
    cursor: pointer;
    font-family: inherit;
}

.signup-link:hover[b-emsoe0gt8x] {
    background: #667eea;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

@keyframes spin-b-emsoe0gt8x {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Responsive Design */
@media (max-width: 480px) {
    .login-card[b-emsoe0gt8x] {
        padding: 2rem 1.5rem;
        margin: 0.5rem;
    }
    
    .login-title[b-emsoe0gt8x] {
        font-size: 1.75rem;
    }
    
    .login-logo[b-emsoe0gt8x] {
        width: 150px;
    }
    
    .form-input[b-emsoe0gt8x] {
        padding: 0.875rem 0.875rem 0.875rem 2.75rem;
    }
    
    .login-btn[b-emsoe0gt8x] {
        padding: 0.875rem 1.5rem;
        font-size: 1rem;
    }
}
/* _content/TradesAidWeb/Pages/Main.razor.rz.scp.css */
/* LEGACY GRID STYLES - REMOVED (Using individual cells now) */

/* TABLE HEADER STYLES */
.table-header-row[b-6ohkbwibyr] {
    background: var(--primary-color);
    color: white;
}

.table-sub-header-row[b-6ohkbwibyr] {
    background: var(--primary-dark);
    color: white;
    display: none; /* Hidden for unified analysis */
}

.header-cell[b-6ohkbwibyr],
.sub-header-cell[b-6ohkbwibyr] {
    padding: 12px 8px;
    text-align: center;
    font-weight: 600;
    font-size: 0.875rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

/* Loading Overlay */
.loading-overlay[b-6ohkbwibyr] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    backdrop-filter: blur(4px);
}

.loading-spinner[b-6ohkbwibyr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #1e3a8a;
    font-weight: 500;
}

.spinner[b-6ohkbwibyr] {
    width: 40px;
    height: 40px;
    border: 4px solid #e5e7eb;
    border-top: 4px solid #1e3a8a;
    border-radius: 50%;
    animation: spin-b-6ohkbwibyr 1s linear infinite;
    margin-bottom: 1rem;
}

.loading-spinner p[b-6ohkbwibyr] {
    margin: 0;
    font-size: 1rem;
    color: #1e3a8a;
}

@keyframes spin-b-6ohkbwibyr {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Анимация вращения для кнопок refresh */
@keyframes refreshSpin-b-6ohkbwibyr {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.fa-refresh.spinning[b-6ohkbwibyr],
.fa-sync.spinning[b-6ohkbwibyr],
.fas.fa-sync.spinning[b-6ohkbwibyr] {
    animation: refreshSpin-b-6ohkbwibyr 1s linear infinite;
}

/* Main Page Styles */
.main-content[b-6ohkbwibyr] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
}

/* Search Section */
.search-section[b-6ohkbwibyr] {
    background: linear-gradient(135deg, var(--surface-color) 0%, #f1f5f9 100%);
    border-radius: var(--border-radius-lg);
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--border-color);
}

.search-header[b-6ohkbwibyr] {
    text-align: center;
    margin-bottom: 2rem;
}

.search-title[b-6ohkbwibyr] {
    color: var(--text-primary);
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.search-title i[b-6ohkbwibyr] {
    color: var(--primary-color);
}

.search-subtitle[b-6ohkbwibyr] {
    color: var(--text-secondary);
    font-size: 1rem;
    margin: 0;
    text-align: center;
    font-weight: 400;
    line-height: 1.4;
}

.search-form[b-6ohkbwibyr] {
    max-width: 600px;
    margin: 0 auto;
}

.input-group[b-6ohkbwibyr] {
    display: flex;
    gap: 1rem;
    align-items: end;
    flex-wrap: wrap;
}

.input-wrapper[b-6ohkbwibyr] {
    flex: 1;
    min-width: 150px;
}

.input-label[b-6ohkbwibyr] {
    display: block;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
}

.form-input[b-6ohkbwibyr] {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 2px solid var(--border-color);
    border-radius: var(--border-radius);
    font-size: 1rem;
    transition: var(--transition);
    background-color: var(--surface-color);
    color: var(--text-primary);
}

.form-input:focus[b-6ohkbwibyr] {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(30, 58, 138, 0.1);
}

.form-input[b-6ohkbwibyr]::placeholder {
    color: var(--text-secondary);
}

.search-btn[b-6ohkbwibyr], .primary-btn[b-6ohkbwibyr] {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    border: none;
    color: white;
    padding: 0.875rem 1.5rem;
    border-radius: var(--border-radius);
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: var(--shadow-sm);
}

.search-btn:hover[b-6ohkbwibyr], .primary-btn:hover[b-6ohkbwibyr] {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.search-btn:active[b-6ohkbwibyr], .primary-btn:active[b-6ohkbwibyr] {
    transform: translateY(0);
}

/* Results Section */
.results-section[b-6ohkbwibyr] {
    margin-bottom: 2rem;
}

.stock-info-card[b-6ohkbwibyr] {
    background: var(--surface-color);
    border-radius: var(--border-radius-lg);
    padding: 1.5rem;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--border-color);
}

.stock-header[b-6ohkbwibyr] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border-color);
}

.stock-details[b-6ohkbwibyr] {
    flex: 1;
    font-size: 1.125rem;
    color: var(--text-primary);
}

.external-links[b-6ohkbwibyr] {
    display: flex;
    gap: 0.75rem;
}

.external-link[b-6ohkbwibyr] {
    padding: 0.5rem;
    border-radius: var(--border-radius);
    transition: var(--transition);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.google-link[b-6ohkbwibyr] {
    background-color: #4285f4;
    color: white;
}

.google-link:hover[b-6ohkbwibyr] {
    background-color: #3367d6;
    transform: translateY(-2px);
}

.yahoo-link[b-6ohkbwibyr] {
    background-color: #7b68ee;
    color: white;
}

.yahoo-link:hover[b-6ohkbwibyr] {
    background-color: #6a5acd;
    transform: translateY(-2px);
}

.action-buttons[b-6ohkbwibyr] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.action-btn[b-6ohkbwibyr] {
    padding: 0.75rem 1.25rem;
    border: none;
    border-radius: var(--border-radius);
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    box-shadow: var(--shadow-sm);
}

.success-btn[b-6ohkbwibyr] {
    background: linear-gradient(135deg, var(--success-color) 0%, #16a34a 100%);
    color: white;
}

.success-btn:hover[b-6ohkbwibyr] {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.info-btn[b-6ohkbwibyr] {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #2563eb 100%);
    color: white;
}

.info-btn:hover[b-6ohkbwibyr] {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

/* Portfolio Section */
.portfolio-section[b-6ohkbwibyr] {
    background: var(--surface-color);
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-md);
    border: 1px solid var(--border-color);
    overflow: hidden;
}

.portfolio-header[b-6ohkbwibyr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 2rem;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border-bottom: 2px solid var(--border-color);
    border-radius: var(--border-radius) var(--border-radius) 0 0;
}

.portfolio-title[b-6ohkbwibyr] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.portfolio-title h2[b-6ohkbwibyr] {
    color: var(--text-primary);
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-align: left;
    line-height: 1.2;
}

.portfolio-title h2 i[b-6ohkbwibyr] {
    color: var(--primary-color);
}

.portfolio-stats[b-6ohkbwibyr] {
    display: flex;
    gap: 1rem;
    margin: 0;
    align-items: center;
}

.stat-item[b-6ohkbwibyr] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-secondary);
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.25rem 0.75rem;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: var(--border-radius);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.portfolio-actions[b-6ohkbwibyr] {
    display: flex;
    gap: 0.75rem;
}

.portfolio-btn[b-6ohkbwibyr] {
    padding: 0.625rem 1rem;
    border: none;
    border-radius: var(--border-radius);
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
}

.refresh-btn[b-6ohkbwibyr] {
    background: linear-gradient(135deg, var(--accent-color) 0%, #059669 100%);
    color: white;
}

.refresh-btn:hover:not(:disabled)[b-6ohkbwibyr] {
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

.clear-btn[b-6ohkbwibyr] {
    background: linear-gradient(135deg, var(--danger-color) 0%, #dc2626 100%);
    color: white;
}

.clear-btn:hover:not(:disabled)[b-6ohkbwibyr] {
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

.portfolio-btn:disabled[b-6ohkbwibyr] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Progress Bars */
.loading-progress[b-6ohkbwibyr], .refresh-progress[b-6ohkbwibyr] {
    padding: 1rem 2rem;
    background-color: #f8fafc;
    border-bottom: 1px solid var(--border-color);
}

.progress-bar[b-6ohkbwibyr] {
    width: 100%;
    height: 8px;
    background-color: #e5e7eb;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.progress-fill[b-6ohkbwibyr] {
    height: 100%;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    transition: width 0.3s ease;
}

.progress-text[b-6ohkbwibyr] {
    font-size: 0.875rem;
    color: var(--text-secondary);
}

/* Portfolio Table - Enhanced and Larger */
.portfolio-table-container[b-6ohkbwibyr] {
    overflow-x: auto;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 4px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin: 1.5rem 0;
    padding: 1rem;
}

.portfolio-table[b-6ohkbwibyr], .portfolio-table-custom[b-6ohkbwibyr] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px;
    table-layout: fixed;
    background: transparent;
    font-size: 1rem;
    font-weight: 500;
}

/* Enhanced Stock Info Cell */
.stock-info-cell[b-6ohkbwibyr] {
    padding: 1.5rem 1.25rem !important;
}

.stock-details[b-6ohkbwibyr] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.stock-symbol[b-6ohkbwibyr] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.symbol-text[b-6ohkbwibyr] {
    font-size: 1.4rem !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.5px;
}

.stock-company[b-6ohkbwibyr] {
    font-size: 0.95rem !important;
    color: #64748b !important;
    font-weight: 500 !important;
    margin-top: 0.5rem;
    line-height: 1.4;
}

/* Enhanced External Links */
.external-links-small[b-6ohkbwibyr] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.link-icon[b-6ohkbwibyr] {
    width: 32px !important;
    height: 32px !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    border: 2px solid transparent !important;
    text-decoration: none !important;
}

.google-icon[b-6ohkbwibyr] {
    background: linear-gradient(135deg, #ea4335 0%, #fbbc05 100%) !important;
    color: white !important;
    box-shadow: 0 3px 8px rgba(234, 67, 53, 0.3) !important;
}

.google-icon:hover[b-6ohkbwibyr] {
    transform: scale(1.1) rotate(5deg) !important;
    box-shadow: 0 6px 16px rgba(234, 67, 53, 0.4) !important;
    border-color: rgba(234, 67, 53, 0.5) !important;
}

.yahoo-icon[b-6ohkbwibyr] {
    background: linear-gradient(135deg, #410093 0%, #7c3aed 100%) !important;
    color: white !important;
    box-shadow: 0 3px 8px rgba(65, 0, 147, 0.3) !important;
}

.yahoo-icon:hover[b-6ohkbwibyr] {
    transform: scale(1.1) rotate(-5deg) !important;
    box-shadow: 0 6px 16px rgba(65, 0, 147, 0.4) !important;
    border-color: rgba(65, 0, 147, 0.5) !important;
}
/* Enhanced Price Cell */
.price-cell[b-6ohkbwibyr] {
    text-align: center !important;
    padding: 1.5rem 1rem !important;
}

.price-display[b-6ohkbwibyr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    padding: 1rem;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border-radius: 12px;
    border: 2px solid rgba(79, 70, 229, 0.1);
    transition: all 0.3s ease;
}

.price-display:hover[b-6ohkbwibyr] {
    background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
    border-color: rgba(79, 70, 229, 0.3);
    transform: scale(1.05);
}

.currency[b-6ohkbwibyr] {
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    color: #64748b !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.price[b-6ohkbwibyr] {
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.portfolio-table-custom th:nth-child(1)[b-6ohkbwibyr],
.portfolio-table-custom td:nth-child(1)[b-6ohkbwibyr] {
    width: 22% !important;
    max-width: 22% !important;
}

.portfolio-table-custom th:nth-child(2)[b-6ohkbwibyr],
.portfolio-table-custom td:nth-child(2)[b-6ohkbwibyr] {
    width: 12% !important;
    max-width: 12% !important;
    min-width: 80px !important;
}

.portfolio-table-custom th:nth-child(3)[b-6ohkbwibyr],
.portfolio-table-custom td:nth-child(3)[b-6ohkbwibyr] {
    width: 18% !important;
    max-width: 18% !important;
    min-width: 160px !important;
}

.portfolio-table-custom th:nth-child(4)[b-6ohkbwibyr],
.portfolio-table-custom td:nth-child(4)[b-6ohkbwibyr] {
    width: 18% !important;
    max-width: 18% !important;
    min-width: 160px !important;
}

.portfolio-table-custom th:nth-child(5)[b-6ohkbwibyr],
.portfolio-table-custom td:nth-child(5)[b-6ohkbwibyr] {
    width: 18% !important;
    max-width: 18% !important;
    min-width: 160px !important;
}

/* REMOVE old nth-child(6) width rules (replaced by .action-col) */
.portfolio-table-custom th:nth-child(6)[b-6ohkbwibyr],
.portfolio-table-custom td:nth-child(6)[b-6ohkbwibyr] { width: auto !important; max-width: none !important; min-width: 0 !important; padding: 0 !important; }

/* Enhanced action column with more space for larger buttons */
.portfolio-table-custom th.action-col[b-6ohkbwibyr],
.portfolio-table-custom td.action-cell[b-6ohkbwibyr] {
  width: 12% !important;
  min-width: 100px !important;
  max-width: none !important;
  padding: 8px !important;
  text-align: center !important;
}

/* Enhanced Loading and Empty States */
.loading-cell[b-6ohkbwibyr], .empty-cell[b-6ohkbwibyr] {
    padding: 3rem 2rem !important;
    text-align: center !important;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%) !important;
    border-radius: 16px !important;
    border: 2px dashed rgba(79, 70, 229, 0.2) !important;
}

.loading-content[b-6ohkbwibyr], .empty-state[b-6ohkbwibyr] {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 1.5rem !important;
}

.loading-spinner[b-6ohkbwibyr], .empty-icon[b-6ohkbwibyr] {
    font-size: 3rem !important;
    color: #4f46e5 !important;
    animation: pulse-b-6ohkbwibyr 2s ease-in-out infinite !important;
}

.loading-content h4[b-6ohkbwibyr], .empty-state h4[b-6ohkbwibyr] {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    margin: 0 !important;
}

.loading-content p[b-6ohkbwibyr], .empty-state p[b-6ohkbwibyr] {
    font-size: 1rem !important;
    color: #64748b !important;
    margin: 0 !important;
}

/* Enhanced Individual analysis cells styling */
.portfolio-table-custom .analysis-cell[b-6ohkbwibyr] {
    padding: 3px !important;
    text-align: center !important;
    vertical-align: middle !important;
}

/* Enhanced Analysis grid items - larger and more fancy */
.analysis-cell .analysis-grid-item[b-6ohkbwibyr] {
    width: 140px !important;
    height: 85px !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 16px !important;
    padding: 12px !important;
    box-sizing: border-box !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: white !important;
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2) !important;
    border: 3px solid rgba(255, 255, 255, 0.2) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.analysis-cell .analysis-grid-item[b-6ohkbwibyr]::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: rotate(45deg);
    transition: all 0.6s ease;
    opacity: 0;
}

.analysis-cell .analysis-grid-item:hover[b-6ohkbwibyr] {
    transform: scale(1.08) rotate(2deg) !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3) !important;
}

.analysis-cell .analysis-grid-item:hover[b-6ohkbwibyr]::before {
    opacity: 1;
    animation: shimmer-b-6ohkbwibyr 1.5s ease-in-out infinite;
}

@keyframes shimmer-b-6ohkbwibyr {
    0% { transform: rotate(45deg) translateX(-200%); }
    100% { transform: rotate(45deg) translateX(200%); }
}

/* Enhanced analysis colors with gradients and glowing effects */
.analysis-cell .analysis-grid-item.buy[b-6ohkbwibyr] {
    background: linear-gradient(135deg, #16a34a 0%, #22c55e 50%, #15803d 100%) !important;
    background-color: #16a34a !important;
    box-shadow: 0 6px 16px rgba(34, 197, 94, 0.4), 0 0 25px rgba(34, 197, 94, 0.2) !important;
}

.analysis-cell .analysis-grid-item.buy:hover[b-6ohkbwibyr] {
    box-shadow: 0 12px 28px rgba(34, 197, 94, 0.5), 0 0 35px rgba(34, 197, 94, 0.3) !important;
}

.analysis-cell .analysis-grid-item.sell[b-6ohkbwibyr] {
    background: linear-gradient(135deg, #dc2626 0%, #ef4444 50%, #b91c1c 100%) !important;
    background-color: #dc2626 !important;
    box-shadow: 0 6px 16px rgba(239, 68, 68, 0.4), 0 0 25px rgba(239, 68, 68, 0.2) !important;
}

.analysis-cell .analysis-grid-item.sell:hover[b-6ohkbwibyr] {
    box-shadow: 0 12px 28px rgba(239, 68, 68, 0.5), 0 0 35px rgba(239, 68, 68, 0.3) !important;
}

.analysis-cell .analysis-grid-item.neutral[b-6ohkbwibyr],
.analysis-cell .analysis-grid-item.hold[b-6ohkbwibyr] {
    background: linear-gradient(135deg, #eab308 0%, #fbbf24 50%, #d97706 100%) !important;
    background-color: #eab308 !important;
    box-shadow: 0 6px 16px rgba(251, 191, 36, 0.4), 0 0 25px rgba(251, 191, 36, 0.2) !important;
}

.analysis-cell .analysis-grid-item.neutral:hover[b-6ohkbwibyr],
.analysis-cell .analysis-grid-item.hold:hover[b-6ohkbwibyr] {
    box-shadow: 0 12px 28px rgba(251, 191, 36, 0.5), 0 0 35px rgba(251, 191, 36, 0.3) !important;
}

.analysis-cell .analysis-grid-item i[b-6ohkbwibyr] {
    font-size: 16px !important;
    margin-bottom: 6px !important;
    color: white !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
    animation: pulse-b-6ohkbwibyr 2s ease-in-out infinite !important;
}

.analysis-cell .analysis-grid-item span[b-6ohkbwibyr] {
    color: white !important;
    font-weight: 700 !important;
    text-align: center !important;
    font-size: 11px !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) !important;
    letter-spacing: 0.5px !important;
}

@keyframes pulse-b-6ohkbwibyr {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}
.portfolio-table-custom th:nth-child(4)[b-6ohkbwibyr] { width: 20% !important; }
.portfolio-table-custom th:nth-child(5)[b-6ohkbwibyr] { width: 19% !important; }
.portfolio-table-custom th:nth-child(6)[b-6ohkbwibyr] { width: 8% !important; }

.portfolio-table-custom td:nth-child(1)[b-6ohkbwibyr] { width: 18% !important; }
.portfolio-table-custom td:nth-child(2)[b-6ohkbwibyr] { width: 15% !important; }
.portfolio-table-custom td:nth-child(3)[b-6ohkbwibyr] { width: 20% !important; }
.portfolio-table-custom td:nth-child(4)[b-6ohkbwibyr] { width: 20% !important; }
.portfolio-table-custom td:nth-child(5)[b-6ohkbwibyr] { width: 19% !important; }
.portfolio-table-custom td:nth-child(6)[b-6ohkbwibyr] { width: 8% !important; }

.portfolio-table thead tr[b-6ohkbwibyr], .portfolio-table-custom thead tr[b-6ohkbwibyr] {
    display: table-row !important;
}

/* Enhanced Portfolio Table Rows */
.portfolio-row[b-6ohkbwibyr] {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.06);
    margin: 8px 0;
}

.portfolio-row:hover[b-6ohkbwibyr] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border-color: rgba(79, 70, 229, 0.3);
}

.portfolio-table-custom td[b-6ohkbwibyr] {
    padding: 1.5rem 1rem !important;
    vertical-align: middle !important;
    border: none !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    background: transparent !important;
}

.portfolio-table-custom td:first-child[b-6ohkbwibyr] {
    border-radius: 12px 0 0 12px;
}

.portfolio-table-custom td:last-child[b-6ohkbwibyr] {
    border-radius: 0 12px 12px 0;
}
/* Enhanced Action Buttons - Larger and More Fancy */
.portfolio-table-custom td:nth-child(6) button[b-6ohkbwibyr],
.portfolio-table-custom td:nth-child(6) .btn[b-6ohkbwibyr],
.portfolio-table-custom .action-cell button[b-6ohkbwibyr],
.portfolio-table-custom .action-cell .btn[b-6ohkbwibyr],
.action-btn-small[b-6ohkbwibyr] {
    padding: 8px !important;
    font-size: 16px !important;
    min-width: auto !important;
    width: 36px !important;
    height: 36px !important;
    margin: 0 2px !important;
    border: 2px solid transparent !important;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%) !important;
    color: #64748b !important;
    border-radius: 12px !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    text-align: center !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
    position: relative !important;
}

/* Enhanced Analyze Button (Green) */
.action-btn-small.analyze-btn[b-6ohkbwibyr] {
    background: linear-gradient(135deg, #16a34a 0%, #22c55e 100%) !important;
    color: white !important;
    border-color: rgba(34, 197, 94, 0.3) !important;
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.3) !important;
}

.action-btn-small.analyze-btn:hover[b-6ohkbwibyr] {
    background: linear-gradient(135deg, #15803d 0%, #16a34a 100%) !important;
    transform: scale(1.1) rotate(5deg) !important;
    box-shadow: 0 8px 20px rgba(34, 197, 94, 0.4) !important;
}

/* Enhanced Remove Button (Red) */
.action-btn-small.remove-btn[b-6ohkbwibyr] {
    background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%) !important;
    color: white !important;
    border-color: rgba(239, 68, 68, 0.3) !important;
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3) !important;
}

.action-btn-small.remove-btn:hover[b-6ohkbwibyr] {
    background: linear-gradient(135deg, #b91c1c 0%, #dc2626 100%) !important;
    transform: scale(1.1) rotate(-5deg) !important;
    box-shadow: 0 8px 20px rgba(239, 68, 68, 0.4) !important;
}

.portfolio-table-custom td:nth-child(6) button:hover[b-6ohkbwibyr],
.portfolio-table-custom td:nth-child(6) .btn:hover[b-6ohkbwibyr],
.portfolio-table-custom .action-cell button:hover[b-6ohkbwibyr],
.portfolio-table-custom .action-cell .btn:hover[b-6ohkbwibyr],
.action-btn-small:hover[b-6ohkbwibyr] {
    background: #e9ecef !important;
    color: #212529 !important;
    border-color: #adb5bd !important;
    transform: scale(1.05) !important;
}

/* Enhanced Action Buttons Container */
.portfolio-table-custom .action-buttons[b-6ohkbwibyr],
.portfolio-table-custom .action-cell .action-buttons[b-6ohkbwibyr] {
    display: flex !important;
    flex-direction: row !important;
    gap: 8px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 8px !important;
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
}

.portfolio-table th[b-6ohkbwibyr], .portfolio-table td[b-6ohkbwibyr], .portfolio-table-custom th[b-6ohkbwibyr], .portfolio-table-custom td[b-6ohkbwibyr] {
    display: table-cell !important;
    vertical-align: middle !important;
}

.table-header-row[b-6ohkbwibyr] {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: white;
}

.table-sub-header-row[b-6ohkbwibyr] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    display: table-row !important;
    width: 100% !important;
}

.table-sub-header-row th[b-6ohkbwibyr] {
    display: table-cell !important;
    float: none !important;
    width: 33.33% !important;
    box-sizing: border-box !important;
}

/* Force table layout */
.portfolio-table-custom[b-6ohkbwibyr] {
    border-spacing: 0 !important;
}

.portfolio-table-custom *[b-6ohkbwibyr] {
    box-sizing: border-box !important;
}

.sub-header-row[b-6ohkbwibyr] {
    background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
    color: var(--text-primary);
}

.header-cell[b-6ohkbwibyr], .sub-header-cell[b-6ohkbwibyr] {
    padding: 1.5rem 1.25rem;
    text-align: center !important;
    vertical-align: middle !important;
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 50%, #6366f1 100%);
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.3);
    border-radius: 12px 12px 0 0;
    position: relative;
    overflow: hidden;
}

.header-cell[b-6ohkbwibyr]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.header-cell:hover[b-6ohkbwibyr]::before {
    left: 100%;
}

.header-cell i[b-6ohkbwibyr] {
    margin-right: 0.5rem;
}

.technical-analysis-header[b-6ohkbwibyr] {
    background: linear-gradient(135deg, #64748b 0%, #94a3b8 100%) !important;
    color: white !important;
    font-weight: 700 !important;
    font-size: 0.9rem !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
    border: 1px solid #475569 !important;
    text-align: center !important;
}

.sub-header-cell[b-6ohkbwibyr] {
    padding: 0.75rem 1rem !important;
    text-align: center !important;
    vertical-align: middle !important;
    font-weight: 600 !important;
    font-size: 0.85rem !important;
    text-transform: capitalize !important;
    letter-spacing: 0.3px !important;
    border: 1px solid #cbd5e1 !important;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%) !important;
    color: #475569 !important;
}

/* Table Data Cells - простые стили */
.portfolio-table-custom tbody td[b-6ohkbwibyr] {
    padding: 1rem;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #e2e8f0;
    font-weight: 500;
    height: 60px;
}

/* Stock info - слева */
.stock-info-cell[b-6ohkbwibyr] {
    text-align: left !important;
    padding: 1rem 1.5rem !important;
}

/* Price - по центру */
.price-cell[b-6ohkbwibyr] {
    text-align: center !important;
}

/* Analysis - по центру */
.analysis-cell[b-6ohkbwibyr] {
    text-align: center !important;
    padding: 0.75rem !important;
}

/* Action - по центру */
.action-cell[b-6ohkbwibyr] {
    text-align: center !important;
}

/* Stock Info Cell - Left aligned */
.stock-info-cell[b-6ohkbwibyr] {
    text-align: left !important;
    padding: 1rem 1.5rem !important;
    border: 1px solid #e2e8f0 !important;
    box-sizing: border-box !important;
}

.stock-details[b-6ohkbwibyr] {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
}

/* Price Cell - Center aligned */
.price-cell[b-6ohkbwibyr] {
    text-align: center !important;
    font-weight: 600 !important;
    padding: 0.75rem 0.5rem !important;
    border: 1px solid #e2e8f0 !important;
    box-sizing: border-box !important;
}

/* Action Cell - Center aligned */
.action-cell[b-6ohkbwibyr] {
    text-align: center !important;
    padding: 1rem 0.75rem !important;
}

/* Stock Symbol Cell - простые стили */
.stock-symbol[b-6ohkbwibyr] {
    font-weight: 700;
    color: var(--primary-color);
    text-align: left;
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.symbol-text[b-6ohkbwibyr] {
    flex: 1;
    margin-right: 0.5rem;
}

.stock-company[b-6ohkbwibyr] {
    color: var(--text-secondary);
    font-size: 0.875rem;
    text-align: left;
    margin: 0;
    font-weight: 400;
}

/* External links */
.external-links-small[b-6ohkbwibyr] {
    display: flex;
    gap: 0.25rem;
    flex-shrink: 0;
}

/* Price Cell */
.price-display[b-6ohkbwibyr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.price-display .currency[b-6ohkbwibyr] {
    font-size: 0.75rem;
    color: var(--text-secondary);
    font-weight: 500;
    margin-bottom: 0.1rem;
}

.price-display .price[b-6ohkbwibyr] {
    font-weight: 700;
    font-size: 1rem;
    color: var(--text-primary);
}

/* Analysis Cell - простые стили */
.analysis-cell[b-6ohkbwibyr] {
    text-align: center !important;
    vertical-align: middle !important;
    padding: 0.75rem !important;
}

.analysis-content[b-6ohkbwibyr] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    height: 100%;
}

.analysis-content i[b-6ohkbwibyr] {
    font-size: 1rem;
}

.analysis-text[b-6ohkbwibyr] {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    text-align: center;
    line-height: 1.2;
    white-space: nowrap;
}

.analysis-strong[b-6ohkbwibyr] {
    color: #059669 !important;
    font-weight: 700 !important;
}

.analysis-buy[b-6ohkbwibyr] {
    color: white !important;
    background-color: #16a34a !important;
    font-weight: 600 !important;
    border-radius: 6px !important;
    padding: 4px 8px !important;
    display: inline-block !important;
    text-align: center !important;
}

.analysis-sell[b-6ohkbwibyr] {
    color: white !important;
    background-color: #dc2626 !important;
    font-weight: 600 !important;
    border-radius: 6px !important;
    padding: 4px 8px !important;
    display: inline-block !important;
    text-align: center !important;
}

.analysis-neutral[b-6ohkbwibyr] {
    color: #1f2937 !important;
    background-color: #eab308 !important;
    font-weight: 600 !important;
    border-radius: 6px !important;
    padding: 4px 8px !important;
    display: inline-block !important;
    text-align: center !important;
    background-color: #eab308 !important;
    font-weight: 500 !important;
}

/* Action Buttons */
.action-buttons[b-6ohkbwibyr] {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0.5rem !important;
}

.analysis-header[b-6ohkbwibyr] {
    font-size: 0.9rem;
    min-width: 100px;
}

.stock-cell[b-6ohkbwibyr] {
    min-width: 120px;
}

.price-cell[b-6ohkbwibyr] {
    min-width: 100px;
}

.action-cell[b-6ohkbwibyr] {
    min-width: auto !important;
    max-width: 60px !important;
    width: auto !important;
    padding: 2px 1px !important;
}

/* Table Cells */
.portfolio-row[b-6ohkbwibyr] {
    transition: var(--transition);
}

.portfolio-row:hover[b-6ohkbwibyr] {
    background-color: #f8fafc;
}

.stock-info-cell[b-6ohkbwibyr] {
    padding: 1.25rem;
    border: 1px solid var(--border-color);
}

.stock-details[b-6ohkbwibyr] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.stock-symbol[b-6ohkbwibyr] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 700;
    font-size: 1rem;
    color: var(--text-primary);
}

.external-links-small[b-6ohkbwibyr] {
    display: flex;
    gap: 0.5rem;
}

.link-icon[b-6ohkbwibyr] {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: var(--transition);
    text-decoration: none;
    font-size: 0.75rem;
}

.google-icon[b-6ohkbwibyr] {
    background-color: #4285f4;
    color: white;
}

.google-icon:hover[b-6ohkbwibyr] {
    background-color: #3367d6;
    transform: scale(1.1);
}

.yahoo-icon[b-6ohkbwibyr] {
    background-color: #7b68ee;
    color: white;
}

.yahoo-icon:hover[b-6ohkbwibyr] {
    background-color: #6a5acd;
    transform: scale(1.1);
}

.company-name[b-6ohkbwibyr] {
    font-size: 0.875rem;
    color: var(--text-secondary);
    font-weight: 500;
}

.price-cell[b-6ohkbwibyr] {
    padding: 1.25rem;
    border: 1px solid var(--border-color);
    text-align: center;
}

.price-info[b-6ohkbwibyr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.currency[b-6ohkbwibyr] {
    font-size: 0.75rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.price[b-6ohkbwibyr] {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
}

/* Analysis Cells */
.analysis-cell[b-6ohkbwibyr] {
    padding: 1rem;
    border: 1px solid var(--border-color);
    text-align: center;
}

.analysis-content[b-6ohkbwibyr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.analysis-content i[b-6ohkbwibyr] {
    font-size: 1.25rem;
}

.analysis-text[b-6ohkbwibyr] {
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.analysis-buy[b-6ohkbwibyr] {
    background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
    color: #166534;
}

.analysis-buy i[b-6ohkbwibyr] {
    color: #16a34a;
}

.analysis-sell[b-6ohkbwibyr] {
    background: linear-gradient(135deg, #fef2f2 0%, #fecaca 100%);
    color: #991b1b;
}

.analysis-sell i[b-6ohkbwibyr] {
    color: #dc2626;
}

.analysis-neutral[b-6ohkbwibyr] {
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    color: #475569;
}

.analysis-neutral i[b-6ohkbwibyr] {
    color: #64748b;
}

/* Action Buttons */
.action-cell[b-6ohkbwibyr] {
    padding: 1rem;
    border: 1px solid var(--border-color);
    text-align: center;
}

.action-buttons-group[b-6ohkbwibyr] {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
}

.action-btn-small[b-6ohkbwibyr] {
    width: 36px;
    height: 36px;
    border: none;
    border-radius: var(--border-radius);
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
}

.analyze-btn[b-6ohkbwibyr] {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #2563eb 100%);
    color: white;
}

.analyze-btn:hover:not(:disabled)[b-6ohkbwibyr] {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.remove-btn[b-6ohkbwibyr] {
    background: linear-gradient(135deg, var(--danger-color) 0%, #dc2626 100%);
    color: white;
}

.remove-btn:hover:not(:disabled)[b-6ohkbwibyr] {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.action-btn-small:disabled[b-6ohkbwibyr] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Empty and Loading States */
.loading-cell[b-6ohkbwibyr], .empty-cell[b-6ohkbwibyr] {
    padding: 3rem;
    border: 1px solid var(--border-color);
    text-align: center;
}

.loading-content[b-6ohkbwibyr], .empty-state[b-6ohkbwibyr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.loading-spinner[b-6ohkbwibyr] {
    font-size: 2rem;
    color: var(--primary-color);
}

.loading-text h4[b-6ohkbwibyr], .empty-state h4[b-6ohkbwibyr] {
    margin: 0;
    color: var(--text-primary);
    font-size: 1.25rem;
}

.loading-text p[b-6ohkbwibyr], .empty-state p[b-6ohkbwibyr] {
    margin: 0;
    color: var(--text-secondary);
    font-size: 1rem;
}

.empty-icon[b-6ohkbwibyr] {
    font-size: 3rem;
    color: var(--text-secondary);
    opacity: 0.5;
}

/* Modal Styles */
.analysis-modal .modal-header[b-6ohkbwibyr] {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: white;
    border-bottom: none;
    padding: 1.5rem;
}

.modal-title-content[b-6ohkbwibyr] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.25rem;
    font-weight: 600;
}

.modal-external-links[b-6ohkbwibyr] {
    display: flex;
    gap: 0.75rem;
}

.modal-link[b-6ohkbwibyr] {
    padding: 0.5rem;
    border-radius: var(--border-radius);
    transition: var(--transition);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
}

.modal-link:hover[b-6ohkbwibyr] {
    background-color: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
    color: white;
}

.modal-body[b-6ohkbwibyr] {
    padding: 2rem;
}

.modal-loading[b-6ohkbwibyr] {
    text-align: center;
    padding: 2rem;
}

.loading-spinner-modal[b-6ohkbwibyr] {
    margin-bottom: 1rem;
}

.loading-text-modal[b-6ohkbwibyr] {
    color: var(--text-secondary);
    font-size: 1rem;
}

.analysis-results[b-6ohkbwibyr] {
    margin-top: 1rem;
}

.analysis-grid[b-6ohkbwibyr] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.analysis-item[b-6ohkbwibyr] {
    padding: 1.5rem;
    border-radius: var(--border-radius-lg);
    text-align: center;
    box-shadow: var(--shadow-sm);
    border: 2px solid transparent;
    transition: var(--transition);
}

.analysis-item:hover[b-6ohkbwibyr] {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.analysis-item.daily[b-6ohkbwibyr] {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    border-color: #3b82f6;
}

.analysis-item.weekly[b-6ohkbwibyr] {
    background: linear-gradient(135deg, #f3e8ff 0%, #e9d5ff 100%);
    border-color: #8b5cf6;
}

.analysis-item.monthly[b-6ohkbwibyr] {
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    border-color: #10b981;
}

.analysis-header[b-6ohkbwibyr] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.analysis-header h4[b-6ohkbwibyr] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-primary);
}

.analysis-value[b-6ohkbwibyr] {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.modal-footer[b-6ohkbwibyr] {
    padding: 1.5rem;
    background-color: #f8fafc;
    border-top: 1px solid var(--border-color);
}

.modal-footer-actions[b-6ohkbwibyr] {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
}

.modal-btn[b-6ohkbwibyr] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: var(--border-radius);
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.secondary-btn[b-6ohkbwibyr] {
    background-color: #6b7280;
    color: white;
}

.secondary-btn:hover[b-6ohkbwibyr] {
    background-color: #4b5563;
    transform: translateY(-1px);
}

/* Accessibility helpers */
.visually-hidden[b-6ohkbwibyr] {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Responsive table wrapper */
.portfolio-table-container.responsive[b-6ohkbwibyr] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 900px) {
    .portfolio-table-custom th.stock-cell[b-6ohkbwibyr] { min-width: 160px; }
    .portfolio-table-custom th.price-cell[b-6ohkbwibyr] { min-width: 90px; }
    .portfolio-table-custom .action-cell[b-6ohkbwibyr] { min-width: 40px !important; }
}

@media (max-width: 600px) {
    .search-section[b-6ohkbwibyr] { padding: 1.25rem; }
    .input-group[b-6ohkbwibyr] { flex-direction: column; }
    .portfolio-actions[b-6ohkbwibyr] { flex-direction: column; gap: .5rem; }
}

/* ACTION column and buttons - optimal size */
.portfolio-table-custom th.action-col[b-6ohkbwibyr],
.portfolio-table-custom td.action-cell[b-6ohkbwibyr] {
    width: 5% !important;
    min-width: 40px !important;
    max-width: 60px !important;
    padding: 2px !important;
    text-align: center !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}

.portfolio-table-custom td.action-cell .action-buttons[b-6ohkbwibyr] {
    display: flex !important;
    flex-direction: row !important;
    gap: 4px !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.portfolio-table-custom td.action-cell .action-buttons button[b-6ohkbwibyr] {
    width: 24px !important;
    height: 24px !important;
    padding: 4px !important;
    margin: 0 !important;
    font-size: 12px !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    background: white !important;
    color: #495057 !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
}

/* Специфичные цветные стили для кнопок */
.portfolio-table-custom td.action-cell .action-buttons button.analyze-btn[b-6ohkbwibyr] {
    color: #28a745 !important;
    border-color: #28a745 !important;
}

.portfolio-table-custom td.action-cell .action-buttons button.analyze-btn:hover[b-6ohkbwibyr] {
    background: #28a745 !important;
    color: white !important;
}

.portfolio-table-custom td.action-cell .action-buttons button.remove-btn[b-6ohkbwibyr] {
    color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.portfolio-table-custom td.action-cell .action-buttons button.remove-btn:hover[b-6ohkbwibyr] {
    background: #dc3545 !important;
    color: white !important;
}

/* Additional analysis classes */
.analysis-hold[b-6ohkbwibyr] {
    color: #1f2937 !important;
    background-color: #eab308 !important;
    font-weight: 600 !important;
    border-radius: 6px !important;
    padding: 4px 8px !important;
    display: inline-block !important;
    text-align: center !important;
}

/* Analysis cell improvements with maximum specificity */
table.portfolio-table-custom td.analysis-cell .analysis-content[b-6ohkbwibyr] {
    border-radius: 6px !important;
    padding: 8px 12px !important;
    min-width: 85px !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    text-align: center !important;
    font-weight: 600 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

table.portfolio-table-custom td.analysis-cell .analysis-content i[b-6ohkbwibyr] {
    margin-bottom: 2px !important;
    font-size: 12px !important;
}

table.portfolio-table-custom td.analysis-cell .analysis-text[b-6ohkbwibyr] {
    font-size: 10px !important;
    line-height: 1.2 !important;
    text-align: center !important;
    font-weight: 600 !important;
}

/* BUY analysis styling with maximum specificity */
table.portfolio-table-custom tbody tr td.analysis-cell.analysis-buy .analysis-content[b-6ohkbwibyr] {
    background-color: #16a34a !important;
    color: white !important;
}

table.portfolio-table-custom tbody tr td.analysis-cell.analysis-buy .analysis-text[b-6ohkbwibyr] {
    color: white !important;
    font-weight: 600 !important;
}

table.portfolio-table-custom tbody tr td.analysis-cell.analysis-buy i[b-6ohkbwibyr] {
    color: white !important;
}

/* SELL analysis styling with maximum specificity */
table.portfolio-table-custom tbody tr td.analysis-cell.analysis-sell .analysis-content[b-6ohkbwibyr] {
    background-color: #dc2626 !important;
    color: white !important;
}

table.portfolio-table-custom tbody tr td.analysis-cell.analysis-sell .analysis-text[b-6ohkbwibyr] {
    color: white !important;
    font-weight: 600 !important;
}

table.portfolio-table-custom tbody tr td.analysis-cell.analysis-sell i[b-6ohkbwibyr] {
    color: white !important;
}

/* NEUTRAL analysis styling with maximum specificity */
table.portfolio-table-custom tbody tr td.analysis-cell.analysis-neutral .analysis-content[b-6ohkbwibyr] {
    background-color: #eab308 !important;
    color: #1f2937 !important;
}

table.portfolio-table-custom tbody tr td.analysis-cell.analysis-neutral .analysis-text[b-6ohkbwibyr] {
    color: #1f2937 !important;
    font-weight: 600 !important;
}

table.portfolio-table-custom tbody tr td.analysis-cell.analysis-neutral i[b-6ohkbwibyr] {
    color: #1f2937 !important;
}

/* HOLD analysis styling with maximum specificity */
table.portfolio-table-custom tbody tr td.analysis-cell.analysis-hold .analysis-content[b-6ohkbwibyr] {
    background-color: #eab308 !important;
    color: #1f2937 !important;
}

table.portfolio-table-custom tbody tr td.analysis-cell.analysis-hold .analysis-text[b-6ohkbwibyr] {
    color: #1f2937 !important;
    font-weight: 600 !important;
}

table.portfolio-table-custom tbody tr td.analysis-cell.analysis-hold i[b-6ohkbwibyr] {
    color: #1f2937 !important;
}

/* NUCLEAR OPTION - Force colored backgrounds with extreme specificity */
html body div div div table.portfolio-table-custom tbody tr td.analysis-cell.analysis-buy .analysis-content[b-6ohkbwibyr],
.analysis-cell.analysis-buy .analysis-content[b-6ohkbwibyr] {
    background: #16a34a !important;
    background-color: #16a34a !important;
    color: white !important;
    border-radius: 6px !important;
    padding: 8px 12px !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

html body div div div table.portfolio-table-custom tbody tr td.analysis-cell.analysis-sell .analysis-content[b-6ohkbwibyr],
.analysis-cell.analysis-sell .analysis-content[b-6ohkbwibyr] {
    background: #dc2626 !important;
    background-color: #dc2626 !important;
    color: white !important;
    border-radius: 6px !important;
    padding: 8px 12px !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

html body div div div table.portfolio-table-custom tbody tr td.analysis-cell.analysis-hold .analysis-content[b-6ohkbwibyr],
.analysis-cell.analysis-hold .analysis-content[b-6ohkbwibyr] {
    background: #eab308 !important;
    background-color: #eab308 !important;
    color: #1f2937 !important;
    border-radius: 6px !important;
    padding: 8px 12px !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

html body div div div table.portfolio-table-custom tbody tr td.analysis-cell.analysis-neutral .analysis-content[b-6ohkbwibyr],
.analysis-cell.analysis-neutral .analysis-content[b-6ohkbwibyr] {
    background: #eab308 !important;
    background-color: #eab308 !important;
    color: #1f2937 !important;
    border-radius: 6px !important;
    padding: 8px 12px !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Force text and icon colors */
.analysis-cell.analysis-buy .analysis-text[b-6ohkbwibyr],
.analysis-cell.analysis-buy i[b-6ohkbwibyr],
.analysis-cell.analysis-sell .analysis-text[b-6ohkbwibyr],
.analysis-cell.analysis-sell i[b-6ohkbwibyr] {
    color: white !important;
    font-weight: 600 !important;
}

.analysis-cell.analysis-hold .analysis-text[b-6ohkbwibyr],
.analysis-cell.analysis-hold i[b-6ohkbwibyr],
.analysis-cell.analysis-neutral .analysis-text[b-6ohkbwibyr],
.analysis-cell.analysis-neutral i[b-6ohkbwibyr] {
    color: #1f2937 !important;
    font-weight: 600 !important;
}
/* _content/TradesAidWeb/Pages/Registration.razor.rz.scp.css */
/* _content/TradesAidWeb/Pages/Selections.razor.rz.scp.css */
/* Enhanced Loading Overlay */
.loading-overlay[b-4opfr5sh4e] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    backdrop-filter: blur(4px);
}

.loading-spinner[b-4opfr5sh4e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #1e3a8a;
    font-weight: 500;
}

.spinner[b-4opfr5sh4e] {
    width: 40px;
    height: 40px;
    border: 4px solid #e5e7eb;
    border-top: 4px solid #1e3a8a;
    border-radius: 50%;
    animation: spin-b-4opfr5sh4e 1s linear infinite;
    margin-bottom: 1rem;
}

.loading-spinner p[b-4opfr5sh4e] {
    margin: 0;
    font-size: 1rem;
    color: #1e3a8a;
}

@keyframes spin-b-4opfr5sh4e {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Main Content Styles */
.selections-content[b-4opfr5sh4e] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
}

/* Selections Header */
.selections-header[b-4opfr5sh4e] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.selections-title h2[b-4opfr5sh4e] {
    font-size: 2rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 0.5rem 0;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.selections-title h2 i[b-4opfr5sh4e] {
    color: #4f46e5;
    font-size: 1.8rem;
}

.selections-subtitle[b-4opfr5sh4e] {
    color: #64748b;
    font-size: 1.1rem;
    margin: 0;
    font-weight: 500;
}

.selections-actions[b-4opfr5sh4e] {
    display: flex;
    gap: 1rem;
}

.selections-btn[b-4opfr5sh4e] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.selections-btn:hover[b-4opfr5sh4e] {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(79, 70, 229, 0.4);
    background: linear-gradient(135deg, #4338ca 0%, #6d28d9 100%);
}

/* Enhanced Table Container */
.selections-table-container[b-4opfr5sh4e] {
    overflow-x: auto;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 4px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin: 1.5rem 0;
    padding: 1rem;
}

.selections-table-custom[b-4opfr5sh4e] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px;
    table-layout: fixed;
    background: transparent;
    font-size: 1rem;
    font-weight: 500;
}

/* Enhanced Table Headers */
.table-header-row[b-4opfr5sh4e] {
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 50%, #6366f1 100%);
    color: white;
}

.header-cell[b-4opfr5sh4e] {
    padding: 1.5rem 1.25rem;
    text-align: center !important;
    vertical-align: middle !important;
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.3);
    border-radius: 12px 12px 0 0;
    position: relative;
    overflow: hidden;
}

.header-cell[b-4opfr5sh4e]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.header-cell:hover[b-4opfr5sh4e]::before {
    left: 100%;
}

.header-cell i[b-4opfr5sh4e] {
    margin-right: 0.75rem;
    font-size: 1rem;
}

/* Enhanced Table Rows */
.selections-row[b-4opfr5sh4e] {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.06);
    margin: 8px 0;
}

.selections-row:hover[b-4opfr5sh4e] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border-color: rgba(79, 70, 229, 0.3);
}

.selections-table-custom td[b-4opfr5sh4e] {
    padding: 1.5rem 1rem !important;
    vertical-align: middle !important;
    border: none !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    background: transparent !important;
}

.selections-table-custom td:first-child[b-4opfr5sh4e] {
    border-radius: 12px 0 0 12px;
}

.selections-table-custom td:last-child[b-4opfr5sh4e] {
    border-radius: 0 12px 12px 0;
}

/* Enhanced Stock Info Cell */
.stock-info-cell[b-4opfr5sh4e] {
    padding: 1.5rem 1.25rem !important;
    width: 50% !important;
}

.stock-details[b-4opfr5sh4e] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.stock-symbol[b-4opfr5sh4e] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.symbol-text[b-4opfr5sh4e] {
    font-size: 1.4rem !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.5px;
}

.stock-company[b-4opfr5sh4e] {
    font-size: 0.95rem !important;
    color: #64748b !important;
    font-weight: 500 !important;
    margin-top: 0.5rem;
    line-height: 1.4;
}

/* Enhanced External Links */
.external-links-small[b-4opfr5sh4e] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.link-icon[b-4opfr5sh4e] {
    width: 32px !important;
    height: 32px !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    border: 2px solid transparent !important;
    text-decoration: none !important;
}

.google-icon[b-4opfr5sh4e] {
    background: linear-gradient(135deg, #ea4335 0%, #fbbc05 100%) !important;
    color: white !important;
    box-shadow: 0 3px 8px rgba(234, 67, 53, 0.3) !important;
}

.google-icon:hover[b-4opfr5sh4e] {
    transform: scale(1.1) rotate(5deg) !important;
    box-shadow: 0 6px 16px rgba(234, 67, 53, 0.4) !important;
    border-color: rgba(234, 67, 53, 0.5) !important;
}

.yahoo-icon[b-4opfr5sh4e] {
    background: linear-gradient(135deg, #410093 0%, #7c3aed 100%) !important;
    color: white !important;
    box-shadow: 0 3px 8px rgba(65, 0, 147, 0.3) !important;
}

.yahoo-icon:hover[b-4opfr5sh4e] {
    transform: scale(1.1) rotate(-5deg) !important;
    box-shadow: 0 6px 16px rgba(65, 0, 147, 0.4) !important;
    border-color: rgba(65, 0, 147, 0.5) !important;
}

/* Enhanced Price Cell */
.price-cell[b-4opfr5sh4e] {
    text-align: center !important;
    padding: 1.5rem 1rem !important;
    width: 25% !important;
}

.price-display[b-4opfr5sh4e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    padding: 1rem;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border-radius: 12px;
    border: 2px solid rgba(79, 70, 229, 0.1);
    transition: all 0.3s ease;
    min-height: 60px;
}

.price-display:hover[b-4opfr5sh4e] {
    background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
    border-color: rgba(79, 70, 229, 0.3);
    transform: scale(1.05);
}

.price[b-4opfr5sh4e] {
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Enhanced Action Cell */
.action-cell[b-4opfr5sh4e] {
    text-align: center !important;
    padding: 1.5rem 1rem !important;
    width: 25% !important;
}

.action-buttons[b-4opfr5sh4e] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.action-btn-large[b-4opfr5sh4e] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 1.5rem;
    background: linear-gradient(135deg, #16a34a 0%, #22c55e 100%);
    color: white;
    border: 2px solid rgba(34, 197, 94, 0.3);
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    min-width: 120px;
}

.action-btn-large:hover[b-4opfr5sh4e] {
    background: linear-gradient(135deg, #15803d 0%, #16a34a 100%);
    transform: scale(1.05) rotate(2deg);
    box-shadow: 0 8px 20px rgba(34, 197, 94, 0.4);
}

.action-btn-large:disabled[b-4opfr5sh4e] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.action-btn-large:disabled .fa-spinner[b-4opfr5sh4e] {
    animation: spin-b-4opfr5sh4e 1s linear infinite;
}

.action-btn-large i[b-4opfr5sh4e] {
    font-size: 1.1rem;
}

/* Enhanced Loading and Empty States */
.loading-cell[b-4opfr5sh4e] {
    padding: 3rem 2rem !important;
    text-align: center !important;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%) !important;
    border-radius: 16px !important;
    border: 2px dashed rgba(79, 70, 229, 0.2) !important;
}

.loading-content[b-4opfr5sh4e] {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 1.5rem !important;
}

.loading-content .loading-spinner[b-4opfr5sh4e] {
    font-size: 3rem !important;
    color: #4f46e5 !important;
    animation: pulse-b-4opfr5sh4e 2s ease-in-out infinite !important;
}

.loading-content h4[b-4opfr5sh4e] {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    margin: 0 !important;
}

.loading-content p[b-4opfr5sh4e] {
    font-size: 1rem !important;
    color: #64748b !important;
    margin: 0 !important;
}

@keyframes pulse-b-4opfr5sh4e {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

/* Utility Classes */
.visually-hidden[b-4opfr5sh4e] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
/* _content/TradesAidWeb/Pages/Support.razor.rz.scp.css */
/* Support Page Styles */
.support-content[b-g72b4c97dd] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
}

/* Support Header */
.support-header[b-g72b4c97dd] {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.08);
    text-align: center;
}

.support-title h2[b-g72b4c97dd] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.support-title h2 i[b-g72b4c97dd] {
    color: #4f46e5;
    font-size: 2.2rem;
}

.support-subtitle[b-g72b4c97dd] {
    color: #64748b;
    font-size: 1.2rem;
    margin: 0;
    font-weight: 500;
    line-height: 1.6;
}

/* Support Form Container */
.support-form-container[b-g72b4c97dd] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
    margin: 2rem 0;
}

/* Support Form Card */
.support-form-card[b-g72b4c97dd] {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: all 0.3s ease;
}

.support-form-card:hover[b-g72b4c97dd] {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.08);
    border-color: rgba(79, 70, 229, 0.2);
}

.form-header[b-g72b4c97dd] {
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 50%, #6366f1 100%);
    padding: 2rem;
    color: white;
    text-align: center;
}

.form-header h3[b-g72b4c97dd] {
    margin: 0 0 0.75rem 0;
    font-size: 1.5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.form-header h3 i[b-g72b4c97dd] {
    font-size: 1.3rem;
}

.form-header p[b-g72b4c97dd] {
    margin: 0;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
}

.form-content[b-g72b4c97dd] {
    padding: 2rem;
}

/* Form Groups */
.form-group[b-g72b4c97dd] {
    margin-bottom: 2rem;
}

.form-label[b-g72b4c97dd] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 700;
    font-size: 1.1rem;
    color: #1e293b;
    margin-bottom: 0.75rem;
}

.form-label i[b-g72b4c97dd] {
    color: #4f46e5;
    font-size: 1rem;
}

/* Enhanced Form Inputs */
.form-input-fancy[b-g72b4c97dd] {
    width: 100%;
    padding: 1rem 1.5rem;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 500;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.form-input-fancy:focus[b-g72b4c97dd] {
    outline: none;
    border-color: #4f46e5;
    background: white;
    box-shadow: 0 0 0 4px rgba(79, 70, 229, 0.1), 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}

/* Rich Text Editor Container */
.rich-text-container[b-g72b4c97dd] {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 2px solid #e2e8f0;
    transition: all 0.3s ease;
    background: white;
}

.rich-text-container:hover[b-g72b4c97dd] {
    border-color: #cbd5e1;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.rich-text-container:focus-within[b-g72b4c97dd] {
    border-color: #4f46e5;
    box-shadow: 0 0 0 4px rgba(79, 70, 229, 0.1), 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* Rich Text Editor Styling */
[b-g72b4c97dd] .rich-text-fancy .ql-toolbar {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border: none !important;
    border-bottom: 1px solid #e2e8f0 !important;
    padding: 1rem;
}

[b-g72b4c97dd] .rich-text-fancy .ql-container {
    border: none !important;
    min-height: 200px;
    font-size: 1rem;
}

[b-g72b4c97dd] .rich-text-fancy .ql-editor {
    padding: 1.5rem;
    line-height: 1.6;
    color: #374151;
}

[b-g72b4c97dd] .rich-text-fancy .ql-editor.ql-blank::before {
    color: #9ca3af;
    font-style: italic;
}

/* Form Actions */
.form-actions[b-g72b4c97dd] {
    text-align: center;
    padding-top: 1rem;
}

.send-btn-fancy[b-g72b4c97dd] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #16a34a 0%, #22c55e 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 6px 16px rgba(34, 197, 94, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    min-width: 180px;
}

.send-btn-fancy:hover[b-g72b4c97dd] {
    background: linear-gradient(135deg, #15803d 0%, #16a34a 100%);
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(34, 197, 94, 0.4);
}

.send-btn-fancy i[b-g72b4c97dd] {
    font-size: 1.2rem;
}

/* Help Resources Card */
.help-resources-card[b-g72b4c97dd] {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: all 0.3s ease;
    height: fit-content;
}

.help-resources-card:hover[b-g72b4c97dd] {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.08);
    border-color: rgba(79, 70, 229, 0.2);
}

.resources-header[b-g72b4c97dd] {
    background: linear-gradient(135deg, #64748b 0%, #94a3b8 100%);
    padding: 1.5rem;
    color: white;
    text-align: center;
}

.resources-header h3[b-g72b4c97dd] {
    margin: 0 0 0.5rem 0;
    font-size: 1.3rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.resources-header h3 i[b-g72b4c97dd] {
    font-size: 1.2rem;
}

.resources-header p[b-g72b4c97dd] {
    margin: 0;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
}

.resources-content[b-g72b4c97dd] {
    padding: 1.5rem;
}

/* Help Sections */
.help-section[b-g72b4c97dd] {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border-radius: 12px;
    border: 1px solid rgba(79, 70, 229, 0.1);
    transition: all 0.3s ease;
}

.help-section:hover[b-g72b4c97dd] {
    background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
    border-color: rgba(79, 70, 229, 0.2);
    transform: translateX(4px);
}

.help-section h4[b-g72b4c97dd] {
    color: #1e293b;
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.help-section h4 i[b-g72b4c97dd] {
    color: #4f46e5;
    font-size: 1rem;
}

.help-list[b-g72b4c97dd] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.help-list li[b-g72b4c97dd] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 0;
    color: #374151;
    font-weight: 500;
    transition: all 0.3s ease;
}

.help-list li:hover[b-g72b4c97dd] {
    color: #1e293b;
    transform: translateX(4px);
}

.help-list li i[b-g72b4c97dd] {
    color: #16a34a;
    font-size: 0.9rem;
    flex-shrink: 0;
}

/* Contact Info */
.contact-info[b-g72b4c97dd] {
    margin-top: 2rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, #eef2ff 0%, #e0e7ff 100%);
    border-radius: 12px;
    border: 2px solid rgba(79, 70, 229, 0.1);
}

.contact-info h4[b-g72b4c97dd] {
    color: #1e293b;
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.contact-info h4 i[b-g72b4c97dd] {
    color: #4f46e5;
    font-size: 1rem;
}

.contact-methods[b-g72b4c97dd] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.contact-method[b-g72b4c97dd] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #374151;
    font-weight: 500;
}

.contact-method i[b-g72b4c97dd] {
    color: #6366f1;
    font-size: 0.9rem;
    width: 20px;
    text-align: center;
}

/* Success Snackbar */
[b-g72b4c97dd] .success-snackbar {
    background: linear-gradient(135deg, #16a34a 0%, #22c55e 100%);
    color: white;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(34, 197, 94, 0.3);
    border: none;
}

[b-g72b4c97dd] .success-snackbar .snackbar-body {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 600;
    padding: 1rem 1.5rem;
}

[b-g72b4c97dd] .success-snackbar .snackbar-action {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 0.5rem 1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

[b-g72b4c97dd] .success-snackbar .snackbar-action:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .support-form-container[b-g72b4c97dd] {
        grid-template-columns: 1fr;
    }
    
    .support-title h2[b-g72b4c97dd] {
        font-size: 2rem;
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .form-header h3[b-g72b4c97dd] {
        flex-direction: column;
        gap: 0.5rem;
    }
}

@media (max-width: 768px) {
    .support-content[b-g72b4c97dd] {
        padding: 1rem;
    }
    
    .support-header[b-g72b4c97dd] {
        padding: 1.5rem;
    }
    
    .support-title h2[b-g72b4c97dd] {
        font-size: 1.8rem;
    }
    
    .form-content[b-g72b4c97dd], .resources-content[b-g72b4c97dd] {
        padding: 1.5rem;
    }
    
    .form-header[b-g72b4c97dd], .resources-header[b-g72b4c97dd] {
        padding: 1.5rem;
    }
    
    .send-btn-fancy[b-g72b4c97dd] {
        width: 100%;
        justify-content: center;
    }
    
    .contact-methods[b-g72b4c97dd] {
        text-align: center;
    }
}
/* _content/TradesAidWeb/Shared/EmptyLayout.razor.rz.scp.css */
.page[b-h7mo7zfsxc] {
    display: flex;
    flex-direction: column;
    position: relative;
}

.empty-layout[b-h7mo7zfsxc] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Global overrides for empty layout pages */
.empty-layout[b-h7mo7zfsxc]  body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: var(--background-color);
    overflow-x: hidden;
}

.empty-layout[b-h7mo7zfsxc]  * {
    box-sizing: border-box;
}

/* Ensure consistent styling across auth pages */
.empty-layout[b-h7mo7zfsxc]  .form-control,
.empty-layout[b-h7mo7zfsxc]  .btn,
.empty-layout[b-h7mo7zfsxc]  .card {
    border-radius: var(--border-radius);
}

.empty-layout[b-h7mo7zfsxc]  .btn {
    transition: var(--transition);
}

.empty-layout[b-h7mo7zfsxc]  .btn:hover {
    transform: translateY(-1px);
}

.sidebar[b-h7mo7zfsxc] { background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%); }

.top-row[b-h7mo7zfsxc] {
    align-items: center;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    display: flex;
    height: 3.5rem;
    justify-content: flex-end;
}

.top-row[b-h7mo7zfsxc]  a, .top-row .btn-link[b-h7mo7zfsxc] {
    margin-left: 1.5rem;
    white-space: nowrap;
}

.top-row a:first-child[b-h7mo7zfsxc] {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-h7mo7zfsxc] { display: none; }

    .top-row.auth[b-h7mo7zfsxc] { justify-content: space-between; }

    .top-row a[b-h7mo7zfsxc], .top-row .btn-link[b-h7mo7zfsxc] { margin-left: 0; }
}

@media (min-width: 641px) {
    .page[b-h7mo7zfsxc] { flex-direction: row; }

    .sidebar[b-h7mo7zfsxc] {
        height: 100vh;
        position: sticky;
        top: 0;
        width: 250px;
    }

    .top-row[b-h7mo7zfsxc] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-h7mo7zfsxc] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/TradesAidWeb/Shared/MainLayout.razor.rz.scp.css */
:root[b-fuel8664x5] {
    --primary-color: #1e3a8a;
    --primary-dark: #1e40af;
    --secondary-color: #3b82f6;
    --accent-color: #10b981;
    --danger-color: #ef4444;
    --warning-color: #f59e0b;
    --success-color: #22c55e;
    --background-color: #f8fafc;
    --surface-color: #ffffff;
    --text-primary: #1f2937;
    --text-secondary: #6b7280;
    --border-color: #e5e7eb;
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    --border-radius: 8px;
    --border-radius-lg: 12px;
    --transition: all 0.2s ease-in-out;
}

.page[b-fuel8664x5] {
    display: flex;
    flex-direction: row; /* Принудительно устанавливаем горизонтальный layout для desktop */
    position: relative;
    min-height: 100vh;
    background-color: var(--background-color);
}

.main[b-fuel8664x5] { 
    flex: 1;
    transition: var(--transition);
    overflow-x: auto;
}

.sidebar[b-fuel8664x5] { 
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    box-shadow: var(--shadow-lg);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    width: 280px !important;
    min-width: 280px !important;
    height: 100vh !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 100 !important;
    display: block !important;
    visibility: visible !important;
}

.top-row[b-fuel8664x5] {
    align-items: center;
    background-color: var(--surface-color);
    border-bottom: 1px solid var(--border-color);
    display: flex;
    height: 4rem;
    justify-content: flex-end;
    padding: 0 1.5rem;
    box-shadow: var(--shadow-sm);
    backdrop-filter: blur(8px);
}

.top-row[b-fuel8664x5]  a, .top-row .btn-link[b-fuel8664x5] {
    margin-left: 1.5rem;
    white-space: nowrap;
    color: var(--text-primary);
    text-decoration: none;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: var(--border-radius);
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.top-row[b-fuel8664x5]  a:hover, .top-row .btn-link:hover[b-fuel8664x5] {
    background-color: var(--background-color);
    color: var(--primary-color);
    transform: translateY(-1px);
}

.top-row a:first-child[b-fuel8664x5] {
    overflow: hidden;
    text-overflow: ellipsis;
}

.content[b-fuel8664x5] {
    padding: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

@media (max-width: 640.98px) {
    .page[b-fuel8664x5] {
        flex-direction: column !important;
    }
    
    .sidebar[b-fuel8664x5] {
        width: 100% !important;
        min-width: auto !important;
        height: auto !important;
        position: relative !important;
    }
    
    .top-row:not(.auth)[b-fuel8664x5] { display: none; }

    .top-row.auth[b-fuel8664x5] { 
        justify-content: space-between;
        padding: 0 1rem;
    }

    .top-row a[b-fuel8664x5], .top-row .btn-link[b-fuel8664x5] { 
        margin-left: 0;
        padding: 0.5rem;
    }

    .content[b-fuel8664x5] {
        padding: 1rem;
    }
}

@media (min-width: 641px) {
    .page[b-fuel8664x5] { 
        flex-direction: row !important; 
    }

    .sidebar[b-fuel8664x5] {
        height: 100vh !important;
        position: sticky !important;
        top: 0;
        width: 280px !important;
        min-width: 280px !important;
    }

    .top-row[b-fuel8664x5] {
        position: sticky;
        top: 0;
        z-index: 10;
    }

    .main > div[b-fuel8664x5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/TradesAidWeb/Shared/NavMenu.razor.rz.scp.css */
.nav-header[b-zqoschscpt] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-brand[b-zqoschscpt] {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.navbar-brand img[b-zqoschscpt] {
    filter: brightness(1.2) contrast(1.1) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.navbar-toggler[b-zqoschscpt] { 
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    padding: 0.5rem;
    transition: all 0.2s ease;
}

.navbar-toggler:hover[b-zqoschscpt] {
    background-color: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

.nav-menu[b-zqoschscpt] {
    list-style: none;
    margin: 0;
    padding: 1rem 0;
}

/* Show menu by default on desktop */
nav[b-zqoschscpt] {
    display: block !important;
}

nav.collapse[b-zqoschscpt] {
    display: none;
}

/* Responsive behavior */
@media (max-width: 640px) {
    nav.collapse[b-zqoschscpt] {
        display: none; /* Hide when collapsed on mobile */
    }
    
    nav:not(.collapse)[b-zqoschscpt] {
        display: block; /* Show when not collapsed on mobile */
    }
}

@media (min-width: 641px) {
    nav[b-zqoschscpt] {
        display: block !important; /* Always show on desktop */
    }
    
    nav.collapse[b-zqoschscpt] {
        display: block !important; /* Override collapse on desktop */
    }
}

.nav-item[b-zqoschscpt] {
    margin: 0.25rem 1rem;
}

.nav-separator[b-zqoschscpt] {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    margin: 1rem 2rem;
}

.nav-link[b-zqoschscpt] {
    display: flex;
    align-items: center;
    padding: 0.875rem 1.25rem;
    color: rgba(255, 255, 255, 0.95) !important;
    text-decoration: none !important;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-weight: 500;
    position: relative;
    overflow: hidden;
}

.nav-link:hover[b-zqoschscpt],
.nav-link:focus[b-zqoschscpt],
.nav-link:active[b-zqoschscpt],
.nav-link:visited[b-zqoschscpt] {
    text-decoration: none !important;
}

.nav-link[b-zqoschscpt]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background: linear-gradient(135deg, #3b82f6, #10b981);
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.nav-link:hover[b-zqoschscpt] {
    background-color: rgba(255, 255, 255, 0.15) !important;
    color: white !important;
    text-decoration: none !important;
    transform: translateX(6px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.nav-link:hover[b-zqoschscpt]::before {
    transform: scaleY(1);
}

.nav-link.active[b-zqoschscpt] {
    background-color: rgba(255, 255, 255, 0.15);
    color: white !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.nav-link.active[b-zqoschscpt]::before {
    transform: scaleY(1);
}

.nav-icon[b-zqoschscpt] {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.875rem;
    font-size: 1.1rem;
    color: inherit !important;
}

.nav-text[b-zqoschscpt] {
    font-size: 0.95rem;
    letter-spacing: 0.025em;
    color: inherit !important;
}

.logout-link[b-zqoschscpt] {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 0.5rem;
    padding-top: 1rem;
}

.logout-link:hover[b-zqoschscpt] {
    background-color: rgba(239, 68, 68, 0.2);
    color: #fca5a5;
}

@media (min-width: 641px) {
    .navbar-toggler[b-zqoschscpt] { display: none; }

    .collapse[b-zqoschscpt] {
        display: block;
    }
}

@media (max-width: 640.98px) {
    .nav-header[b-zqoschscpt] {
        padding: 1rem;
    }
    
    .nav-menu[b-zqoschscpt] {
        padding: 0.5rem 0;
    }
    
    .nav-item[b-zqoschscpt] {
        margin: 0.125rem 0.5rem;
    }
    
    .nav-link[b-zqoschscpt] {
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
    }
}

/* Принудительное переопределение цветов - добавляем в конец для максимального приоритета */
.sidebar .nav-menu .nav-item .nav-link[b-zqoschscpt],
.sidebar .nav-menu .nav-item .nav-link:visited[b-zqoschscpt],
.sidebar .nav-menu .nav-item .nav-link:focus[b-zqoschscpt],
.sidebar .nav-menu .nav-item a.nav-link[b-zqoschscpt],
.sidebar .nav-menu .nav-item a.nav-link:visited[b-zqoschscpt],
.sidebar .nav-menu .nav-item a.nav-link:focus[b-zqoschscpt],
nav .nav-menu .nav-item .nav-link[b-zqoschscpt],
nav .nav-menu .nav-item a.nav-link[b-zqoschscpt] {
    color: rgba(255, 255, 255, 0.95) !important;
}

.sidebar .nav-menu .nav-item .nav-link:hover[b-zqoschscpt],
.sidebar .nav-menu .nav-item a.nav-link:hover[b-zqoschscpt],
nav .nav-menu .nav-item .nav-link:hover[b-zqoschscpt],
nav .nav-menu .nav-item a.nav-link:hover[b-zqoschscpt] {
    color: white !important;
}

.sidebar .nav-menu .nav-item .nav-link.active[b-zqoschscpt],
.sidebar .nav-menu .nav-item a.nav-link.active[b-zqoschscpt],
nav .nav-menu .nav-item .nav-link.active[b-zqoschscpt],
nav .nav-menu .nav-item a.nav-link.active[b-zqoschscpt] {
    color: white !important;
}

.sidebar .nav-menu .nav-item .nav-link .nav-icon[b-zqoschscpt],
.sidebar .nav-menu .nav-item a.nav-link .nav-icon[b-zqoschscpt],
nav .nav-menu .nav-item .nav-link .nav-icon[b-zqoschscpt],
nav .nav-menu .nav-item a.nav-link .nav-icon[b-zqoschscpt] {
    color: inherit !important;
}

.sidebar .nav-menu .nav-item .nav-link .nav-text[b-zqoschscpt],
.sidebar .nav-menu .nav-item a.nav-link .nav-text[b-zqoschscpt],
nav .nav-menu .nav-item .nav-link .nav-text[b-zqoschscpt],
nav .nav-menu .nav-item a.nav-link .nav-text[b-zqoschscpt] {
    color: inherit !important;
}

/* Additional hover and underline removal rules */
.nav-menu a[b-zqoschscpt],
.nav-menu a:hover[b-zqoschscpt],
.nav-menu a:focus[b-zqoschscpt],
.nav-menu a:active[b-zqoschscpt],
.nav-menu a:visited[b-zqoschscpt],
.sidebar a[b-zqoschscpt],
.sidebar a:hover[b-zqoschscpt],
.sidebar a:focus[b-zqoschscpt],
.sidebar a:active[b-zqoschscpt],
.sidebar a:visited[b-zqoschscpt] {
    text-decoration: none !important;
    border-bottom: none !important;
    outline: none !important;
}

/* Enhanced hover effect for entire sidebar */
.sidebar .nav-item:hover[b-zqoschscpt] {
    transform: translateX(2px);
    transition: transform 0.2s ease;
}

/* Improved active state */
.nav-link.active[b-zqoschscpt] {
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: white !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    text-decoration: none !important;
}
/* _content/TradesAidWeb/Shared/TooltipM.razor.rz.scp.css */
.tooltip-wrapper[b-hjjjzfkq9m] {
    border-bottom: 1px dotted black;
    cursor: help;
    display: inline-block;
    position: relative;
}

span[b-hjjjzfkq9m] {
    background-color: #363636;
    border-radius: 6px;
    bottom: 100%;
    color: #fff;
    left: 50%;
    margin-left: -60px;
    padding: 5px 0;
    position: absolute;
    text-align: center;
    visibility: hidden;
    width: 120px;
    z-index: 1;
}

span[b-hjjjzfkq9m]::after {
    border-color: #555 transparent transparent transparent;
    border-style: solid;
    border-width: 5px;
    content: "";
    left: 50%;
    margin-left: -5px;
    position: absolute;
    /*top: 100%;*/
}

.tooltip-wrapper:hover span[b-hjjjzfkq9m] { visibility: visible; }
