.leftYin{

}

.rightYin{

}

.iChingLine {
  background-color: black;
  height: 40px;
}

.changeCircle {
  background-color: black;
  height: 40px;
  border-radius: 20px;
}



#iChingNonChanged{

}
#iChingChanged{
  
}
#iChingChangedDots{
  padding-right:0 !important;
  padding-left: 0 !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.hexagram {
  max-width:150px;
  padding:0;
}

.chiningCircle {
  
  border-radius: 50%;
  width:20px;
  height:20px;
  background-color: black;
  margin-bottom: 5px;
  margin-top: 5px;
  /* might not be the best way but it works */
  margin-left:-10px;
}

.fixDotRow {

  height:30px;
}

.hexagramRow {
  margin: 10px 0 10px 0px;  
}

.hexagramRow > div{
  padding-left:0;
  padding-right:0 !important;
  margin-right: 0 !important;
}


.filler {
  height:30px;
  background:black;
}

/* ================================
   HEXAGRAM LISTING PAGE
   ================================ */

.hexagrams-page {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.hexagrams-header {
    text-align: center;
    margin-bottom: 3rem;
}

.hexagrams-header h1 {
    font-size: 2.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
}

.hexagrams-header p {
    color: #666;
    font-size: 1.2rem;
}

.hexagram-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1rem;
    margin-bottom: 3rem;
}

.hexagram-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 1rem;
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.hexagram-card:hover {
    border-color: #667eea;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.2);
    transform: translateY(-4px);
}

.hex-card-number {
    font-size: 0.9rem;
    color: #999;
    margin-bottom: 0.5rem;
}

.hex-card-trigrams {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.75rem;
}

.trigram-symbol {
    font-size: 1.8rem;
    line-height: 1;
}

.hex-card-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.25rem;
}

.hex-card-english {
    font-size: 0.85rem;
    color: #666;
    text-align: center;
}

.hexagrams-footer {
    text-align: center;
    padding: 2rem;
    background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
    border-radius: 16px;
}

.hexagrams-footer p {
    margin-bottom: 1.5rem;
    color: #555;
}

/* ================================
   INDIVIDUAL HEXAGRAM PAGE
   ================================ */

.hexagram-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 1rem;
}

.hexagram-header {
    text-align: center;
    padding: 2rem;
    margin-bottom: 2rem;
    background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
    border-radius: 16px;
}

.hex-number {
    display: inline-block;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.hexagram-title {
    font-size: 2.5rem;
    margin-bottom: 0.25rem;
    color: #333;
}

.hexagram-subtitle {
    font-size: 1.5rem;
    color: #666;
    font-weight: 400;
    margin-bottom: 1rem;
}

.trigram-display {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.5rem;
}

.trigram-display .trigram {
    font-size: 2.5rem;
    line-height: 1;
}

.trigram-labels {
    color: #888;
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

.power-phrase-header {
    font-size: 1.3rem;
    font-style: italic;
    color: #764ba2;
    font-weight: 500;
}

/* Content Sections */
.hexagram-content section {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.hexagram-content h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #333;
    border-bottom: 2px solid #667eea;
    padding-bottom: 0.5rem;
}

.hexagram-content h3 {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 0.75rem;
}

.hexagram-content h4 {
    font-size: 1.1rem;
    color: #667eea;
    margin-bottom: 0.5rem;
}

/* Oracle Section */
.oracle-speaks {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%) !important;
    color: white;
}

.oracle-speaks h2 {
    color: #ffd700;
    border-bottom-color: #ffd700;
}

.oracle-message {
    font-size: 1.2rem;
    font-style: italic;
    line-height: 1.8;
    border-left: 4px solid #ffd700;
    padding-left: 1.5rem;
    margin: 0;
    color: #e0e0e0;
}

/* The Image Section */
.the-image {
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8eb 100%) !important;
}

.image-text {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #444;
    font-style: italic;
}

/* Divination Extras */
.extras-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.extra-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    text-align: center;
}

.extra-card .label {
    font-size: 0.8rem;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.extra-card .value {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
}

.extra-card.power-phrase {
    grid-column: span 2;
    background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
}

.extra-card.power-phrase .value {
    color: #764ba2;
    font-size: 1.1rem;
}

.shadow-gift {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.shadow, .gift {
    padding: 1rem;
    border-radius: 8px;
}

.shadow {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
}

.gift {
    background: #d4edda;
    border-left: 4px solid #28a745;
}

/* Six Lines */
.lines-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.hex-line {
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #667eea;
}

.hex-line h4 {
    margin-bottom: 0.75rem;
}

.line-meaning {
    margin-bottom: 0.5rem;
}

.line-changing {
    font-size: 0.95rem;
    color: #666;
    font-style: italic;
}

/* Modern Applications */
.applications-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1rem;
}

.app-card {
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.app-card h4 {
    margin-bottom: 0.5rem;
}

/* Daily Practice */
.practice-card {
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 1rem;
}

/* Question Guidance */
.question-guidance .prompt {
    font-size: 1.2rem;
    font-style: italic;
    color: #764ba2;
    padding: 1rem;
    background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
    border-radius: 8px;
}

/* Timing */
.timing p {
    margin-bottom: 0.5rem;
}

/* Footer */
.hexagram-footer {
    text-align: center;
    padding: 2rem;
    margin-top: 2rem;
    background: #f8f9fa;
    border-radius: 12px;
}

.hexagram-footer .attribution {
    color: #888;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
}

.hexagram-footer .copyright {
    color: #666;
    font-size: 0.85rem;
}

/* Responsive */
@media (max-width: 768px) {
    .hexagram-grid {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    }
    
    .hexagram-title {
        font-size: 2rem;
    }
    
    .shadow-gift {
        grid-template-columns: 1fr;
    }
    
    .extras-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .extra-card.power-phrase {
        grid-column: span 2;
    }
}

/* ================================
   ORACLE DIVINATION PAGE
   ================================ */

.oracle-page {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.oracle-page-header {
    text-align: center;
    margin-bottom: 2rem;
}

.oracle-page-header h1 {
    font-size: 3rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
}

.oracle-subtitle {
    font-size: 1.3rem;
    color: #666;
    font-style: italic;
}

.oracle-intro {
    text-align: center;
    font-size: 1.1rem;
    color: #555;
    max-width: 700px;
    margin: 0 auto 2rem;
    line-height: 1.7;
}

/* Casting Area */
.oracle-casting-area {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border-radius: 20px;
    padding: 2.5rem;
    margin-bottom: 2rem;
    color: white;
}

.question-input-area {
    margin-bottom: 1.5rem;
}

.question-input-area label {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
    color: #a8dadc;
}

.question-input-area textarea {
    width: 100%;
    padding: 1rem;
    border: 2px solid #667eea;
    border-radius: 12px;
    background: rgba(255,255,255,0.1);
    color: white;
    font-size: 1rem;
    resize: vertical;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.question-input-area textarea::placeholder {
    color: rgba(255,255,255,0.5);
}

.question-input-area textarea:focus {
    outline: none;
    border-color: #764ba2;
    box-shadow: 0 0 20px rgba(118, 75, 162, 0.4);
}

.cast-button {
    display: block;
    width: 100%;
    padding: 1.25rem 2rem;
    font-size: 1.4rem;
    font-weight: bold;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    margin-bottom: 1.5rem;
}

.cast-button:hover:not(:disabled) {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
}

.cast-button:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.casting-method {
    font-size: 0.95rem;
}

.casting-method summary {
    cursor: pointer;
    color: #a8dadc;
    padding: 0.5rem 0;
}

.casting-method details[open] summary {
    margin-bottom: 1rem;
}

.casting-method p, .casting-method li {
    color: #ccc;
    margin-bottom: 0.5rem;
}

/* Casting Animation */
.casting-visual {
    text-align: center;
    padding: 2rem;
}

.coins-container {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1.5rem;
}

.coin {
    font-size: 4rem;
    animation: spin 0.6s linear infinite;
}

.coin.delay-1 {
    animation-delay: 0.2s;
}

.coin.delay-2 {
    animation-delay: 0.4s;
}

@keyframes spin {
    0% { transform: rotateY(0deg); }
    100% { transform: rotateY(360deg); }
}

.casting-text {
    font-size: 1.2rem;
    color: #a8dadc;
    animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

/* Oracle Reading Results */
.oracle-reading {
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    overflow: hidden;
}

.oracle-question-display {
    background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
    padding: 1.25rem 2rem;
    border-bottom: 1px solid #eee;
}

.question-label {
    font-size: 0.9rem;
    color: #666;
    display: block;
    margin-bottom: 0.25rem;
}

.question-text {
    font-size: 1.1rem;
    font-style: italic;
    color: #333;
}

/* Oracle Header with Hexagram Visual */
.oracle-header {
    display: flex;
    gap: 2rem;
    padding: 2.5rem;
    background: radial-gradient(circle at 20% 20%, #222b45 0%, #151a2d 35%, #0f1426 100%);
    color: white;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.hexagram-visual {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.hexagram-lines-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 14px;
    padding: 1rem 1.25rem;
    box-shadow: 0 12px 35px rgba(0,0,0,0.25);
    backdrop-filter: blur(6px);
    min-width: 150px;
}

.lines-label {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.75rem;
    color: #a8dadc;
    margin-bottom: 0.75rem;
}

.oracle-lines {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.oracle-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-family: 'IBM Plex Mono', monospace;
    padding: 8px 10px;
    border-radius: 10px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
}

.line-num {
    font-size: 0.85rem;
    color: #7fb3ff;
    width: 22px;
    text-align: right;
}

.line-symbol {
    font-size: 1.9rem;
    letter-spacing: 6px;
    color: #f5f6ff;
}

.oracle-line.changing {
    border-color: rgba(255, 215, 0, 0.35);
    background: linear-gradient(90deg, rgba(255,215,0,0.15) 0%, rgba(255,215,0,0.05) 100%);
}

.changing-indicator {
    color: #ffd700;
    font-size: 1rem;
}

.transformation-arrow {
    font-size: 2rem;
    color: #7fb3ff;
    padding-top: 1.5rem;
}

.oracle-lines.transformed {
    opacity: 0.9;
}

.oracle-lines.transformed .line-num {
    display: none;
}

.oracle-line.transformed-line {
    justify-content: center;
    background: rgba(255,255,255,0.02);
}

.hexagram-identity {
    text-align: center;
    flex: 1;
    min-width: 250px;
}

.hex-number-large {
    font-size: 4rem;
    font-weight: bold;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.hex-name {
    font-size: 2.5rem;
    margin: 0.25rem 0;
}

.hex-english {
    font-size: 1.3rem;
    color: #a8dadc;
    font-weight: normal;
    margin-bottom: 0.75rem;
}

.trigram-info {
    font-size: 1rem;
    color: #ccc;
    margin-bottom: 1rem;
}

.trigram-info span {
    margin: 0 0.5rem;
}

.power-phrase-main {
    font-size: 1.3rem;
    color: #ffd700;
    font-style: italic;
}

/* Oracle Sections */
.oracle-section {
    padding: 2rem;
    border-bottom: 1px solid #eee;
}

.oracle-section:last-child {
    border-bottom: none;
}

.oracle-section h3 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.oracle-message-section .oracle-message {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #444;
    padding: 1.5rem;
    background: linear-gradient(135deg, #667eea08 0%, #764ba208 100%);
    border-left: 4px solid #667eea;
    border-radius: 0 12px 12px 0;
    font-style: italic;
    white-space: pre-line;
}

.essence-section p {
    line-height: 1.8;
    color: #444;
    margin-bottom: 1rem;
}

.image-section .the-image-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    font-style: italic;
    padding: 1.5rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
}

/* Changing Lines */
.changing-lines-section {
    background: linear-gradient(135deg, #ffd70015 0%, #ff8c0015 100%);
}

.section-intro {
    color: #666;
    margin-bottom: 1.5rem;
}

.changing-line-card {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    border-left: 4px solid #ffd700;
}

.changing-line-card h4 {
    color: #333;
    margin-bottom: 0.75rem;
}

.line-meaning {
    color: #444;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.line-changing {
    color: #666;
    font-size: 0.95rem;
    padding-top: 1rem;
    border-top: 1px dashed #ddd;
}

/* Transformed Section */
.transformed-section {
    background: linear-gradient(135deg, #764ba215 0%, #667eea15 100%);
}

.transformed-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.transformed-header .trigram-display {
    display: flex;
    flex-direction: column;
    font-size: 2rem;
}

.transformed-header .power-phrase {
    font-size: 1.2rem;
    color: #764ba2;
    font-style: italic;
}

.transformed-section .oracle-message {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #444;
    padding: 1rem;
    background: white;
    border-radius: 8px;
    margin-bottom: 1rem;
    font-style: italic;
}

.btn-explore {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    transition: transform 0.3s, box-shadow 0.3s;
}

.btn-explore:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(102, 126, 234, 0.3);
    color: white;
    text-decoration: none;
}

/* Divination Extras in Oracle */
.divination-extras-section .extras-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.divination-extras-section .extra-card {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s;
}

.divination-extras-section .extra-card:hover {
    transform: translateY(-3px);
}

.extra-icon {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.extra-label {
    display: block;
    font-size: 0.8rem;
    color: #666;
    margin-bottom: 0.25rem;
}

.extra-value {
    display: block;
    font-weight: 600;
    color: #333;
}

.shadow-warning, .gift-revealed {
    padding: 1.25rem;
    border-radius: 12px;
    margin-top: 1rem;
}

.shadow-warning {
    background: linear-gradient(135deg, #ff6b6b15 0%, #ee5a5a15 100%);
    border-left: 4px solid #ff6b6b;
}

.gift-revealed {
    background: linear-gradient(135deg, #51cf6615 0%, #38d96c15 100%);
    border-left: 4px solid #51cf66;
}

.shadow-warning h4, .gift-revealed h4 {
    margin-bottom: 0.5rem;
}

/* Guidance Tabs */
.guidance-tabs {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.guidance-tab {
    padding: 0.6rem 1.25rem;
    border: 2px solid #667eea;
    background: transparent;
    color: #667eea;
    border-radius: 30px;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s;
}

.guidance-tab:hover {
    background: #667eea20;
}

.guidance-tab.active {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-color: transparent;
}

.guidance-pane {
    display: none;
    padding: 1.25rem;
    background: #f8f9fa;
    border-radius: 12px;
    line-height: 1.7;
}

.guidance-pane.active {
    display: block;
}

/* Practice Section in Oracle */
.practice-section .practice-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1rem;
}

.practice-section .practice-card {
    background: #f8f9fa;
    padding: 1.25rem;
    border-radius: 12px;
}

.practice-section .practice-card h4 {
    margin-bottom: 0.75rem;
    color: #333;
}

.practice-section .practice-card p {
    color: #555;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Timing Section */
.timing-section p {
    margin-bottom: 0.5rem;
    color: #444;
}

/* Oracle Footer */
.oracle-footer {
    display: flex;
    gap: 1rem;
    padding: 2rem;
    background: #f8f9fa;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-explore-full {
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: transform 0.3s, box-shadow 0.3s;
}

.btn-explore-full:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
    color: white;
    text-decoration: none;
}

.btn-new-reading {
    padding: 1rem 2rem;
    background: transparent;
    border: 2px solid #667eea;
    color: #667eea;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-new-reading:hover {
    background: #667eea;
    color: white;
}

/* Explore Section */
.oracle-explore {
    text-align: center;
    padding: 3rem 2rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 20px;
    margin-top: 2rem;
}

.oracle-explore h2 {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 0.75rem;
}

.oracle-explore p {
    color: #666;
    margin-bottom: 1.5rem;
}

.btn-hexagrams {
    display: inline-block;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: transform 0.3s, box-shadow 0.3s;
}

.btn-hexagrams:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
    color: white;
    text-decoration: none;
}

/* Oracle Mobile Responsive */
@media (max-width: 768px) {
    .oracle-page-header h1 {
        font-size: 2rem;
    }
    
    .oracle-casting-area {
        padding: 1.5rem;
    }
    
    .cast-button {
        font-size: 1.2rem;
        padding: 1rem;
    }
    
    .oracle-header {
        flex-direction: column;
        text-align: center;
    }
    
    .hexagram-visual {
        flex-direction: column;
    }
    
    .transformation-arrow {
        transform: rotate(90deg);
    }
    
    .hex-number-large {
        font-size: 3rem;
    }
    
    .hex-name {
        font-size: 1.8rem;
    }
    
    .oracle-section {
        padding: 1.5rem;
    }
    
    .guidance-tabs {
        justify-content: center;
    }
    
    .guidance-tab {
        padding: 0.5rem 1rem;
        font-size: 0.85rem;
    }
    
    .divination-extras-section .extras-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .oracle-footer {
        flex-direction: column;
    }
    
    .btn-explore-full, .btn-new-reading {
        width: 100%;
        text-align: center;
    }
}

/* ================================
   PRIVACY PAGE
   ================================ */
.privacy-page {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

.privacy-header h1 {
    font-size: 2.2rem;
    margin-bottom: 0.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.privacy-header .updated {
    color: #666;
    margin-bottom: 1.5rem;
}

.privacy-section {
    margin-bottom: 1.5rem;
    padding: 1.25rem;
    background: #f9fafb;
    border: 1px solid #eceff4;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

.privacy-section h2 {
    font-size: 1.2rem;
    margin-bottom: 0.75rem;
    color: #333;
}

.privacy-section p, .privacy-section li {
    color: #555;
    line-height: 1.7;
}

.privacy-section ul {
    padding-left: 1.2rem;
    margin: 0.5rem 0 0;
    list-style: disc;
}
