.property-table th,
        .property-table td {
            padding: 0.75rem;
            text-align: left;
            border: 1px solid var(--border-color);
        }.author-bio{display:block}
        .input-group-custom {
            margin-bottom: 1rem;
        }
        .deep-dive {
            margin: 1.8rem 0;
        }
        .deep-dive p {
            text-align: justify;
        }
        .unit-note {
            font-size: 0.9rem;
            color: #6c757d;
        }
        .coord-input {
            margin-bottom: 0.5rem;
        }
        .geometry-canvas {
            width: 100%;
            height: auto;
            background-color: #f9f9f9;
            border: 1px solid #ddd;
            border-radius: 8px;
            margin-top: 1.5rem;
            display: block;
        }
        .canvas-container {
            text-align: center;
            margin-top: 1rem;
        }
        .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: 50%;
        }
        .legend-color.red {
            background-color: #dc3545;
        }
        .legend-color.blue {
            background-color: #0d6efd;
        }
        .legend-color.gray {
            background-color: #6c757d;
        }
        .legend-color.green {
            background-color: #28a745;
        }
        .dimension-input {
            max-width: 120px;
        }
        .result-card {
            background: #f8f9fa;
            border-radius: 8px;
            padding: 1rem 1.5rem;
            margin: 0.5rem 0;
            border-left: 4px solid var(--primary-color);
        }
        .result-card .label {
            font-size: 0.9rem;
            color: #6c757d;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .result-card .value {
            font-size: 1.8rem;
            font-weight: 700;
            color: #1a2a3a;
        }
        .result-card .unit {
            font-size: 1rem;
            font-weight: 400;
            color: #6c757d;
            margin-left: 4px;
        }
        .formula-box {
            background: #ffffff;
            border: 1px solid #dee2e6;
            border-radius: 8px;
            padding: 1.2rem 1.5rem;
            margin: 1rem 0;
            font-family: 'Cambria Math', 'Latin Modern Math', serif;
            font-size: 1.4rem;
            text-align: center;
        }
        .formula-box .desc {
            font-family: 'Segoe UI', system-ui, sans-serif;
            font-size: 0.95rem;
            color: #495057;
            margin-top: 0.3rem;
        }
        .unit-selector {
            display: flex;
            gap: 0.5rem;
            align-items: center;
            flex-wrap: wrap;
        }
        .unit-selector label {
            margin-right: 0.5rem;
            font-weight: 500;
        }
        .unit-selector select {
            padding: 0.3rem 0.8rem;
            border-radius: 4px;
            border: 1px solid #ced4da;
            background: white;
        }
        .quick-fact {
            background: #e9ecef;
            border-radius: 50px;
            padding: 0.3rem 1rem;
            font-size: 0.85rem;
            display: inline-block;
            margin: 0.2rem 0;
        }