/* ============================
   Core Styles for iframe content
============================ */

/* ============================
   Reset and Base Styles
============================ */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Jura', sans-serif;
    background: #2f2f2f;
    color: #f5f5f5;
    line-height: 1.6;
    margin: 0 auto;
    padding: 1rem;
    text-align: center;
    overflow: auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* ============================
   Header and Titles
============================ */
header {
    text-align: center;
    margin-bottom: 1rem;
}

h1 {
    font-size: 2.6rem;
    font-family: 'Playfair Display SC', sans-serif;
    font-weight:900; letter-spacing:0.09rem;
    color: #00e6ff;
    text-shadow: 0 0 15px #00e6ff, 0 0 30px #00e6ff;
    margin-bottom: 0.5rem;
}

h2 { font-family: 'Major Mono Display', serif;
    font-size: 1.5rem;
    color: #c0ffcc;
    margin-top: 1rem;
}

h3 {
    font-size: 1.3rem;
    color: #34495e;
    margin-top: 0.75rem;
}
sup, sub 
{
opacity:0.12;
}

header h1 sup
{opacity:0.387;}


/* ============================
   Section Styling
============================ */
section {
    background: #003c002f;
    padding: 1rem;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    margin-bottom: 1rem;
    border-left: 2px solid #16a085;
    border-right: 2px solid #16a085;
    transition: background-color 0.3s;
    width:100%;
}
section:nth-child(odd) {
     border-left: 2px solid #1685a0;
    border-right: 2px solid #16a085;
     border-bottom: 1px dotted #303c3033;
    border-top: 1px dotted #30303c33;
    }
    
    section:nth-child(even) {
    background: #00003c2f;
     border-right: 2px solid #1685a0;
    border-left: 2px solid #16a085;
     border-bottom: 1px dotted #303c3033;
    border-top: 1px dotted #30303c33;
    }

/* ============================
   List Styles
============================ */
ul {
    list-style: none;
    padding: 1.5rem;
    width: 100%;
}

li {
    padding:1rem;
    border-left: 2px solid #16a085;
    border-right: 2px solid #1685a0;
    border-top: 1px dotted #303c3033;
    border-bottom: 1px dotted #30303c33;
    border-radius: 6px;
    margin-bottom: 0.5rem;
    transition: background-color 0.3s;
}



li:nth-child(odd) {
    background-color: rgba(22, 160, 133, 0.15); /* Former hover color */
     border-left: 2px solid #1685a0;
    border-right: 2px solid #16a085;
     border-bottom: 1px dotted #303c3033;
    border-top: 1px dotted #30303c33;
}

li:nth-child(even) {
    background-color: rgba(44, 62, 80, 0.2); /* Former normal bg */
}

/* ============================
   Links and Buttons
============================ */
a {
    color: #fc7c50;
    text-decoration: none;
    transition: color 0.3s;
}

a:hover {
    text-decoration: underline;
}

button, .btn {
    font-family: 'Jura', sans-serif;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0.05rem;
    line-height: 1.333;
    color: #fc7c50;
    background: radial-gradient(circle at center,
    #30707095 0%,
    #2adc9c 25%,
    #36f0c5 50%,
    #1abc9c 75%,
    #30707095 100%
  );
    border: none;
    border-radius: 12px;
    padding: 0.75rem 1.5rem;
    margin: 0.5rem;
    cursor: pointer;
    transition: background 0.3s, transform 0.1s ease-in-out;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-shadow: 1px -1px 1px #000000, -1px 1px 1px #333333,
                 1px 1px 1px #000000, -1px -1px 1px #333333,
                 1px -1px 1px #000000, -1px 1px 1px #333333,
                 -1px -1px 1px #000000, 1px 1px 1px #333333;
}

button:hover, .btn:hover {
    background: radial-gradient(circle at center,
    #00000055 0%,
    #2adc9c 25%,
    #36f0c5 50%,
    #1abc9c 75%,
    #00000055 100%
  );   
    transform: scale(1.05);
    box-shadow: 6px -6px 9px #dddddd4f,  -6px 6px 9px #dddddd4f,
    			 6px 6px 9px #dddddd4f,  -6px -6px 9px #dddddd4f;
                 text-shadow: 1px -1px 1px #000000, -1px 1px 1px #333333,
                 1px 1px 1px #000000, -1px -1px 1px #333333,
                 1px -1px 1px #000000, -1px 1px 1px #333333,
                 -1px -1px 1px #000000, 1px 1px 1px #333333;
    border-radius: 12px;
    border:1px solid #000000;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(153, 100, 100, 0.521);
    text-shadow: 1px -1px 1px #000000, -1px 1px 1px #333333,
                 1px 1px 1px #000000, -1px -1px 1px #333333,
                 1px -1px 1px #000000, -1px 1px 1px #333333,
                 -1px -1px 1px #000000, 1px 1px 1px #333333;
    text-decoration: none;
}


/* ============================
   Special Containers
============================ */
.bahx {
    border-radius: 12px;
    width: 90vw;
    max-width: 1200px;
    min-height: 348px;
    border: none;
    background: #00000000;
    text-align: center;
    margin: 1rem auto;
    color: #b0b0b0;
    padding: 0.69rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}





/* ============================
   Responsive Adjustments
============================ */
@media (max-width: 768px) {
    h1 {
        font-size: 1.8rem;
    }

    h2 {
        font-size: 1.3rem;
    }

    section {
        padding: 0.75rem;
    }

    button, .btn {
        width: 100%;
    }

}
