        .result-card {
            background: #f8fafc;
            border-radius: 20px;
            padding: 1.5rem;
            margin-bottom: 1.5rem;
        }
        .result-label {
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: var(--text-muted);
        }
        .metric-badge {
            background: white;
            border-radius: 30px;
            padding: 0.5rem 1rem;
            box-shadow: 0 2px 8px rgba(0,0,0,0.03);
            margin: 0.25rem;
            display: inline-block;
        }
        canvas {
            max-height: 300px;
            width: 100%;
            background: #ffffff;
            border-radius: 16px;
            padding: 0.5rem;
        }
        .ratio-bar {
            height: 8px;
            background: #e9ecef;
            border-radius: 10px;
            overflow: hidden;
            margin: 0.5rem 0;
        }
        .ratio-fill {
            height: 100%;
            width: 0%;
            background: var(--primary-color);
            border-radius: 10px;
        }
        .forecast-slider {
            width: 100%;
        }
        .financial-card {
            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
            border-radius: 20px;
            padding: 1rem;
            transition: all 0.2s;
        }
        .btn-outline-primary {
            border-radius: 40px;
            border-color: var(--primary-color);
            color: var(--primary-color);
        }
        @media (max-width: 768px) {
            }
        .euler-note {
            background: #fef6e0;
            border-left: 4px solid var(--warning);
        }
        .interpretation {
            font-size: 0.95rem;
            background: white;
            border-radius: 16px;
            padding: 1rem;
            margin-top: 1rem;
            box-shadow: 0 2px 6px rgba(0,0,0,0.03);
        }