.breakdown-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1rem 0;
            background: white;
        }.author-bio{display:block}
        .breakdown-table th, .breakdown-table td {
            padding: 0.7rem;
            border-bottom: 1px solid #e2e8f0;
            text-align: left;
        }
        .breakdown-table th {
            font-weight: 600;
            background-color: #f8fafc;
        }
        .otd-total {
            font-size: 2.1rem;
            font-weight: 700;
            color: #2c7da0;
            letter-spacing: -0.5px;
        }
        .canvas-container {
            text-align: center;
            margin: 1.5rem 0;
            background: #fefefe;
            border-radius: 16px;
            padding: 10px;
        }
        .pie-canvas {
            width: 100%;
            max-width: 320px;
            height: auto;
            background: #fafafa;
            border-radius: 50%;
            margin: 0 auto;
            display: block;
            border: 1px solid #e2e8f0;
        }
        .legend {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 1rem;
            margin-top: 1rem;
        }
        .legend-item {
            display: flex;
            align-items: center;
            gap: 6px;
            font-size: 0.8rem;
        }
        .legend-color {
            width: 14px;
            height: 14px;
            border-radius: 4px;
        }
        .result-value-highlight {
            font-size: 2rem;
            font-weight: 800;
            color: #0f5c6b;
        }
        .input-group-custom {
            margin-bottom: 1.2rem;
        } 