.property-table th,
        .property-table td {
            padding: 0.75rem;
            text-align: left;
            border: 1px solid var(--border-color, #dee2e6);
        }
        .input-group-custom {
            margin-bottom: 1rem;
        }
        .result-value.interest {
            color: #28a745;
        }
        .result-value.total {
            color: #dc3545;
        }
        .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;
        }
        .canvas-container {
            text-align: center;
            margin-top: 1rem;
        }
        .geometry-canvas {
            width: 100%;
            height: auto;
            background-color: #f9f9f9;
            border: 1px solid #ddd;
            border-radius: 8px;
            margin-top: 0.5rem;
            display: block;
        }
        .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.green {
            background-color: #28a745;
        }
        .legend-color.blue {
            background-color: #0d6efd;
        }
        .legend-color.gray {
            background-color: #6c757d;
        }
        .legend-color.purple {
            background-color: #6f42c1;
        }
        .summary-card .number {
            font-size: 1.5rem;
            font-weight: 700;
            color: #0d6efd;word-break:break-all
        }
        .summary-card .number.interest {
            color: #28a745;
        }
        .summary-card .number.total {
            color: #dc3545;
        }
        .summary-card .label {
            font-size: 0.5rem;
            color: #6c757d;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .rd-formula {
            font-family: 'Courier New', monospace;
            background: #f1f3f5;
            padding: 0.5rem 1rem;
            border-radius: 4px;
            display: inline-block;
            font-size: 1.1rem;
        }
        .rate-badge {
            display: inline-block;
            background: #e9ecef;
            padding: 0.2rem 0.8rem;
            border-radius: 20px;
            font-size: 0.8rem;
            color: #495057;
        }
        .tool-header .badge {
            font-size: 0.9rem;
        }