.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.purple { background-color: #9b59b6; }
        .legend-color.gold { background-color: #f1c40f; }
        .legend-color.teal { background-color: #1abc9c; }
        .legend-color.orange { background-color: #e67e22; }
        .destiny-badge { display: inline-block; font-size: 2.2rem; font-weight: 700; background: linear-gradient(135deg, #6c3483, #2980b9); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; padding: 0 0.25rem; }
        .number-profile { background: #f8f4fc; border-radius: 12px; padding: 1.5rem; margin: 1.2rem 0; border: 1px solid #e8dff0; }
        .number-profile h5 { color: #6c3483; font-weight: 700; }
        .number-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 0.8rem; margin: 1rem 0; }
        .number-grid .num-box { background: #fff; border: 1px solid #ddd; border-radius: 8px; padding: 0.8rem; text-align: center; transition: 0.2s; cursor: default; }
        .number-grid .num-box:hover { box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); transform: translateY(-2px); }
        .number-grid .num-box .digit { font-size: 1.8rem; font-weight: 700; color: #6c3483; }
        .number-grid .num-box .label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.05em; color: #666; }
        .pillar-box { background: #fef9f0; border-radius: 12px; padding: 1.2rem; border-left: 4px solid #f39c12; margin: 1.2rem 0; }
        .pillar-box h6 { color: #b7950b; font-weight: 600; }
        .reading-card { background: #ffffff; border-radius: 12px; padding: 1.5rem; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); margin: 1rem 0; border: 1px solid #f0ecf5; }
        .reading-card .title { font-weight: 600; color: #2c3e50; border-bottom: 2px solid #eee; padding-bottom: 0.4rem; margin-bottom: 0.8rem; }
        .name-input-group { display: flex; flex-wrap: wrap; gap: 1rem; align-items: flex-end; }
        .name-input-group .form-group { flex: 1 1 200px; }
        @media (max-width: 576px) { .name-input-group .form-group { flex: 1 1 100%; } }
        .chakra-tag { background: #e8e0f0; border-radius: 20px; padding: 0.2rem 0.8rem; font-size: 0.8rem; color: #4a2d5c; display: inline-block; margin: 0.2rem; }
        .form-check-inline { margin-right: 1rem; }