.example-btn{display:none}.author-bio{display:block}.form-label{font-size:0.85rem}
.warning-note.emphasized {
            background-color: #fff3cd;
            border-left: 5px solid #e0a800;
            font-weight: 600;
            margin: 1.5rem 0;
        }
        .deep-dive {
            margin: 1.8rem 0;
        }
        .unit-note {
            font-size: 0.9rem;
            color: #6c757d;
        }
        canvas {
            max-width: 100%;
            height: auto;
            background: white;
        }
        .legend {
            display: flex;
            justify-content: center;
            gap: 2rem;
            margin: 0.5rem 0;
            font-size: 0.9rem;
            flex-wrap: wrap;
        }
        .legend-item {
            display: flex;
            align-items: center;
            gap: 0.3rem;
        }
        .legend-color {
            width: 16px;
            height: 16px;
            border-radius: 2px;
        }
        .legend-color.blue { background-color: #0d6efd; }
        .legend-color.green { background-color: #28a745; }
        .annual-table-container {
            max-height: 400px;
            overflow-y: auto;
            margin-top: 1.5rem;
            border: 1px solid #dee2e6;
            border-radius: 8px;
        }
        .annual-table {
            width: 100%;
            font-size: 0.85rem;
            margin-bottom: 0;
        }
        .annual-table th {
            position: sticky;
            top: 0;
            background-color: #f8f9fa;
            z-index: 10;
        }
        .btn-export {
            margin-top: 0.5rem;
            margin-bottom: 0.5rem;
        }
        .insight-note {
            background-color: #fef9e6;
            border-left: 4px solid #f1c40f;
            padding: 1rem;
            margin: 1.2rem 0;
            border-radius: 0 8px 8px 0;
        }
        .comparison-table th, .comparison-table td {
            vertical-align: middle;
        }
        .team-card {
            background: linear-gradient(135deg, #ffffff 0%, #f4f9ff 100%);
            border-radius: 16px;
            padding: 1.5rem;
            margin: 2rem 0;
            box-shadow: 0 4px 12px rgba(0,0,0,0.05);
            border: 1px solid rgba(70,130,180,0.2);
        }
        .related-tools a {
            text-decoration: none;
            margin-right: 1rem;
            display: inline-block;
            margin-bottom: 0.5rem;
        }