.annual-outlook-cta {
    margin: 1.5rem 0 2rem;
    padding: 0 1rem;
}

.annual-outlook-cta .cta-card {
    background: linear-gradient(135deg, #FF9933 0%, #F59E0B 100%);
    border-radius: 16px;
    padding: 2rem 2rem;
    color: #fff;
    text-align: center;
    box-shadow: 0 10px 30px rgba(255, 153, 51, 0.3);
}

.annual-outlook-cta .cta-icon {
    font-size: 3rem;
    margin-bottom: 0.5rem;
}

.annual-outlook-cta .cta-title {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.annual-outlook-cta .cta-description {
    font-size: 1rem;
    margin-bottom: 1.25rem;
    opacity: 0.95;
}

.annual-outlook-cta .cta-benefits {
    list-style: none;
    padding: 0;
    margin: 1.25rem 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.875rem;
    text-align: left;
}

.annual-outlook-cta .cta-benefits li {
    background: rgba(255, 255, 255, 0.2);
    padding: 0.75rem 1rem;
    border-radius: 8px;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25), 0 2px 4px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.annual-outlook-cta .cta-benefits li:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3), 0 3px 6px rgba(0, 0, 0, 0.2);
}

.btn {
    border: none;
    border-radius: 999px;
    padding: 0.85rem 1.75rem;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.btn-primary {
    background: var(--color-primary);
    color: #fff;
    box-shadow: 0 10px 25px rgba(132, 76, 229, 0.3);
}

.btn-secondary {
    background: var(--color-surface);
    color: var(--color-primary);
    border: 1px solid rgba(124, 58, 237, 0.2);
}

.btn-ghost {
    background: transparent;
    color: var(--color-text-secondary);
}

.btn-large {
    padding: 0.875rem 2rem;
    font-size: 1.125rem;
    margin-top: 0.75rem;
}

.annual-outlook-card {
    background: linear-gradient(135deg, #7C3AED 0%, #A78BFA 100%);
    color: #fff;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.annual-outlook-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(124, 58, 237, 0.4);
}

.annual-outlook-card .card-icon {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.status-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.875rem;
    font-weight: 600;
    margin: 0.5rem 0;
}

.status-badge--success {
    background: rgba(34, 197, 94, 0.2);
    color: #10b981;
}

.status-badge--info {
    background: rgba(59, 130, 246, 0.2);
    color: #60a5fa;
}

.page-header {
    text-align: center;
    margin: 3rem 0;
}

.page-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--color-text-primary);
    margin-bottom: 0.5rem;
}

.title-icon {
    font-size: 3rem;
    display: block;
    margin-bottom: 1rem;
}

.page-subtitle {
    font-size: 1.25rem;
    color: var(--color-text-secondary);
}

.report-container {
    max-width: 800px;
    margin: 0 auto;
    background: var(--color-surface);
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.report-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.report-actions--bottom {
    margin-top: 3rem;
    margin-bottom: 0;
}

.report-metadata {
    display: flex;
    gap: 2rem;
    justify-content: center;
    padding: 1rem;
    background: var(--color-background);
    border-radius: 8px;
    margin-bottom: 2rem;
    font-size: 0.875rem;
    color: var(--color-text-secondary);
    flex-wrap: wrap;
}

.report-metadata i {
    margin-right: 0.5rem;
    color: var(--color-primary);
}

.report-content {
    font-family: 'Noto Serif', Georgia, serif;
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--color-text-primary);
}

.report-content h2 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    color: var(--color-primary);
    border-bottom: 2px solid var(--color-primary);
    padding-bottom: 0.5rem;
}

.report-content h3 {
    font-size: 1.375rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    color: var(--color-accent);
}

.report-content p {
    margin-bottom: 1.25rem;
    text-align: justify;
}

.report-content ul {
    padding-left: 1.5rem;
}

.report-content li {
    margin-bottom: 0.75rem;
}

.generation-container {
    max-width: 600px;
    margin: 0 auto;
}

.generation-card {
    background: var(--color-surface);
    border-radius: 16px;
    padding: 3rem 2rem;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.generation-icon {
    color: var(--color-primary);
    margin-bottom: 1.5rem;
    animation: pulse 2s ease-in-out infinite;
}

.generation-title {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.generation-description {
    font-size: 1.125rem;
    color: var(--color-text-secondary);
    margin-bottom: 2rem;
}

.progress-container {
    margin: 2rem 0;
}

.progress-bar {
    width: 100%;
    height: 12px;
    background: var(--color-background);
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #FF9933, #F59E0B);
    border-radius: 6px;
    transition: width 0.3s ease;
    width: 0%;
}

.progress-text {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--color-primary);
}

.generation-status {
    font-size: 1rem;
    color: var(--color-text-secondary);
    margin: 1.5rem 0;
    font-style: italic;
}

.generation-steps {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
    text-align: left;
}

.step-item {
    padding: 0.75rem 1rem;
    margin-bottom: 0.5rem;
    background: var(--color-background);
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: all 0.3s ease;
}

.step-item.step-active {
    background: rgba(255, 153, 51, 0.1);
    border-left: 4px solid var(--color-primary);
}

.step-item.step-complete {
    opacity: 0.6;
}

.error-card {
    color: var(--color-error);
}

.error-card i {
    color: var(--color-error);
    margin-bottom: 1rem;
}

@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(1.05); }
}

@media (max-width: 768px) {
    .annual-outlook-cta .cta-card {
        padding: 2rem 1.5rem;
    }

    .annual-outlook-cta .cta-title {
        font-size: 1.5rem;
    }

    .annual-outlook-cta .cta-benefits {
        grid-template-columns: 1fr;
    }

    .report-container {
        padding: 1.5rem; /* 24px instead of 32px */
    }

    .report-actions {
        flex-direction: column;
    }

    .report-metadata {
        flex-direction: column;
        gap: 0.5rem;
    }

    .report-content {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .report-container {
        padding: 1rem; /* 16px for small mobile */
    }

    .annual-outlook-cta .cta-card {
        padding: 1.5rem 1rem;
    }
}

@media print {
    .app-header,
    .app-footer,
    .report-actions,
    .report-metadata {
        display: none;
    }

    .report-content {
        font-size: 12pt;
    }
}

/* Modal Styles */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    animation: fadeIn 0.2s ease;
}

.modal-content {
    background: var(--color-surface);
    border-radius: 16px;
    max-width: 500px;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp 0.3s ease;
}

.modal-header {
    padding: 1.5rem 2rem;
    border-bottom: 1px solid var(--color-border, rgba(0, 0, 0, 0.1));
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-header h3 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-text-primary);
}

.modal-close {
    background: none;
    border: none;
    font-size: 2rem;
    line-height: 1;
    color: var(--color-text-secondary);
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.modal-close:hover {
    background: var(--color-background);
    color: var(--color-text-primary);
}

.modal-body {
    padding: 2rem;
}

.modal-body p {
    color: var(--color-text-secondary);
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

.modal-question {
    background: var(--color-background);
    padding: 1.5rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    text-align: center;
}

.modal-question h4 {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--color-text-primary);
}

.modal-actions {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.btn-block {
    width: 100%;
    justify-content: center;
}

.btn-block i {
    margin-right: 0.5rem;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .modal-content {
        max-width: 100%;
        margin: 1rem;
    }

    .modal-header {
        padding: 1rem 1.5rem;
    }

    .modal-header h3 {
        font-size: 1.25rem;
    }

    .modal-body {
        padding: 1.5rem;
    }
}
