.macro-card {
            background: #f8f9fc;
            border-radius: 16px;
            padding: 1rem;
            text-align: center;
            transition: all 0.2s;
            border: 1px solid #e9ecef;
        }
        .macro-number {
            font-size: 2.1rem;
            font-weight: 700;
            color: #2c3e66;
        }
        .macro-unit {
            font-size: 0.9rem;
            color: #6c757d;
        }
        .pie-canvas-container {
            max-width: 280px;
            margin: 0 auto;
        }
        .disclaimer-box {
            background: #fff5e6;
            border-left: 5px solid #f0ad4e;
            padding: 1rem;
            border-radius: 8px;
            font-size: 0.9rem;
        }
        .result-card {
            background: white;
            border-radius: 20px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.05);
            padding: 1.2rem;
            margin-bottom: 1rem;
        }
        .insight-text {
            background: #eef2fa;
            border-radius: 12px;
            padding: 0.8rem 1.2rem;
            font-size: 0.95rem;
        }
        .example-group {
            display: flex;
            flex-wrap: wrap;
            gap: 0.6rem;
            margin: 1rem 0;
        }
        .example-badge {
            background: #e9ecef;
            border-radius: 40px;
            padding: 0.4rem 0.9rem;
            font-size: 0.8rem;
            cursor: pointer;
            transition: all 0.2s;
        }
        .example-badge:hover {
            background: #cbd5e1;
            transform: translateY(-2px);
        }
        .ratio-bar {
            height: 8px;
            border-radius: 10px;
            background: #dee2e6;
            margin-top: 8px;
            overflow: hidden;
        }
        .ratio-fill {
            height: 100%;
            width: 0%;
            float: left;
        }
        .ratio-fat { background-color: #f4c542; }
        .ratio-protein { background-color: #5d9b9b; }
        .ratio-carbs { background-color: #e28743; }
        .authority-badge {
            background: #e8f0fe;
            border-radius: 20px;
            padding: 0.2rem 0.7rem;
            font-size: 0.75rem;
            display: inline-block;
        }