.input-group-custom { margin-bottom: 1rem; }
        .result-value-lg { font-weight: 600; color: #28a745; font-size: 2.2rem; }
        .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; }
        .stats-canvas { width: 100%; height: auto; background-color: #fafafa; 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.green { background-color: #28a745; }
        .legend-color.blue { background-color: #0d6efd; }
        .legend-color.red { background-color: #dc3545; }
        .legend-color.gray { background-color: #6c757d; }
        .legend-color.orange { background-color: #fd7e14; }
        .data-table { width: 100%; border-collapse: collapse; margin: 0.5rem 0; }
        .data-table th, .data-table td { padding: 0.4rem 0.6rem; border: 1px solid #dee2e6; text-align: center; }
        .data-table th { background-color: #f8f9fa; font-weight: 600; }
        .data-table input { width: 80px; padding: 0.25rem 0.4rem; border: 1px solid #ced4da; border-radius: 4px; text-align: center; font-size: 0.95rem; }
        .data-table input:focus { border-color: #28a745; outline: 0; box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
        .table-controls { display: flex; gap: 0.5rem; margin: 0.5rem 0; flex-wrap: wrap; }
        .sig-level-select { max-width: 120px; display: inline-block; }
        .result-card { background: white; border-radius: 8px; padding: 1.2rem; box-shadow: 0 2px 8px rgba(0,0,0,0.06); margin: 0.5rem 0; border: 1px solid #e9ecef; }
        .result-card .stat-label { font-weight: 500; color: #495057; }
        .result-card .stat-value { font-weight: 600; font-size: 1.3rem; color: #212529; }
        .stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 0.8rem; }
        .stat-item { background: #f8f9fa; padding: 0.8rem 1rem; border-radius: 6px; text-align: center; }
        .stat-item .stat-label { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.03em; color: #6c757d; }
        .stat-item .stat-value { font-size: 1.5rem; font-weight: 700; color: #212529; }
        .stat-item .stat-value.green { color: #28a745; }
        .stat-item .stat-value.red { color: #dc3545; }
        .stat-item .stat-value.blue { color: #0d6efd; }
        .stat-item .stat-value.orange { color: #fd7e14; }
        .conclusion-box { padding: 1rem 1.2rem; border-radius: 6px; margin: 0.8rem 0; font-weight: 500; }
        .conclusion-box.significant { background-color: #d4edda; border: 1px solid #c3e6cb; color: #155724; }
        .conclusion-box.not-significant { background-color: #fff3cd; border: 1px solid #ffeeba; color: #856404; }
        .conclusion-box .icon { margin-right: 0.6rem; } 
        .related-content .related-name { font-weight: 600; }
        .related-content .related-name a { color: #212529; text-decoration: none; }
        .related-content .related-name a:hover { color: #28a745; }
        .related-content .related-desc { font-size: 0.85rem; color: #6c757d; }
        @media (max-width: 576px) {
            .data-table input { width: 60px; font-size: 0.85rem; }
            .stat-grid { grid-template-columns: 1fr 1fr; }
        }
        .batch-import-area textarea {
            font-family: 'Courier New', monospace;
            font-size: 0.95rem;
        }
        .batch-import-area .form-text {
            font-size: 0.9rem;
        }