@import url('https://fonts.googleapis.com/css2?family=SUSE+Mono:ital,wght@0,100..800;1,100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap');
/*body {
    font-family: "SUSE Mono", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: .9062rem;
    color: #111;
    letter-spacing: -0.00208em;
    line-height: 1.61;
}*/
body {
    font-family: "Hanken Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #111;
    letter-spacing: -0.00208em;
    line-height: 1.61;
}
.suse-mono-400 {
    font-family: "SUSE Mono", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: .9062rem;
    color: #111;
    letter-spacing: -0.00208em;
    line-height: 1.61;
}
.suse-mono-800 {
    font-family: "SUSE Mono", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;

    color: #111;
    letter-spacing: -0.00208em;
    line-height: 1.61;
}
.desc{
    font-size: 0.75em;
}
#oracle-poem{
    font-style: italic;
}
#countdown{
    color: red;
}
#deadline-box{
    font-weight: 700;
    font-size: 16px;
}
#footerNav  {
    a  {
        color: #000;
    }
}

#labelTime  {
    display: none;
}
@media (min-width: 768px) {
    #labelTime  {
        display: block;
    }
}
.latest-revelation-section{
    padding: 18px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    margin-bottom: 24px;
}
.archive-revelation-section{
    padding: 8px;

}
.blockquote{
    font-size: .9062rem
}
header {
    font-size: 16px;
}
@media (min-width: 768px) {
    header {
        font-size: 24px;
    }
    #imgBanner{
        display: none;
    }
    #deadline-box{
    font-weight: 900;
    font-size: 18px;
}
}
#tx-link{
    color: red;
    text-decoration:none;
}
.bi-bank{
    margin-bottom: 0.3rem;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(12, 10, 26, 0.9);
    color: #e0e0e0;
    padding: 15px 20px;
    z-index: 1000;
    display: none;
    backdrop-filter: blur(5px);
    border-top: 1px solid #4a3f8a;
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.cookie-text {
    font-size: 0.9em;
    margin: 0;
    line-height: 1.5;
}

.cookie-link {
    color: #d8c4ff;
    text-decoration: underline;
    white-space: nowrap;
}

.cookie-button {
    background-color: #8a2be2;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    white-space: nowrap;
    transition: background-color 0.3s;
}

.cookie-button:hover {
    background-color: #7b24ca;
}

@media (max-width: 768px) {
    .cookie-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
}