* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Times New Roman', Times, serif;
    background-color: #ffffff;
    color: #000000;
    line-height: 1.6;
    padding-top: 0;
    font-size: 14px;
}

body.deployment-active {
    padding-top: 50px;
}

/* Deployment Notification Banner - black and white */
.deployment-banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #000000;
    color: #ffffff;
    padding: 12px 20px;
    z-index: 2000;
    border-bottom: 2px solid #000000;
}

.deployment-banner-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 12px;
}

.deployment-icon {
    font-size: 1.2rem;
}

.deployment-text {
    flex: 1;
    font-size: 0.95rem;
}

.deployment-close {
    background: #ffffff;
    border: 2px solid #000000;
    color: #000000;
    font-size: 1.5rem;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.deployment-close:hover {
    background: #000000;
    color: #ffffff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.content-wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.left-sidebar {
    flex: 0 0 250px;
}

.faucet-image {
    margin-bottom: 20px;
}

.faucet-image img {
    width: 100%;
    height: auto;
    display: block;
    border: 2px solid #000000;
}

.available-info {
    background-color: #ffffff;
    padding: 15px;
    border: 2px solid #000000;
    margin-bottom: 30px;
    text-align: center;
}

.available-info p {
    font-size: 1.1rem;
    color: #000000;
    font-weight: bold;
}

.other-sites {
    margin-top: 30px;
}

.other-sites h3 {
    font-size: 1rem;
    margin-bottom: 10px;
    color: #000000;
}

.other-sites a {
    display: block;
    color: #000000;
    text-decoration: underline;
    margin-bottom: 8px;
    font-size: 0.9rem;
}

.other-sites a:hover {
    text-decoration: none;
}

.main-content {
    flex: 1;
}

h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #000000;
    margin-bottom: 15px;
}

.instruction {
    font-size: 1.1rem;
    color: #000000;
    margin-bottom: 30px;
}

.form-container {
    background-color: #ffffff;
    border: 2px solid #000000;
    padding: 30px;
    margin-bottom: 30px;
}

.captcha-section {
    margin-bottom: 25px;
}

.captcha-box {
    display: flex;
    justify-content: center;
    padding: 15px;
    background-color: #ffffff;
    border: 1px solid #000000;
}

.input-group {
    margin-bottom: 25px;
}

.input-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
    color: #000000;
}

.input-group input {
    width: 100%;
    padding: 12px;
    font-size: 1rem;
    font-family: 'Times New Roman', Times, serif;
    border: 2px solid #000000;
    background-color: #ffffff;
    color: #000000;
}

.input-group input:focus {
    outline: 2px solid #000000;
    outline-offset: 2px;
}

.claim-button {
    background-color: #000000;
    color: #ffffff;
    border: 2px solid #000000;
    padding: 12px 30px;
    font-size: 1.1rem;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
}

.claim-button:hover {
    background-color: #ffffff;
    color: #000000;
}

.claim-button:disabled {
    background-color: #ffffff;
    color: #000000;
    border-color: #000000;
    cursor: not-allowed;
    opacity: 0.5;
}

.status-message {
    padding: 15px;
    margin-bottom: 20px;
    border: 2px solid #000000;
    display: none;
    background-color: #ffffff;
    color: #000000;
}

.status-message.success {
    border-color: #000000;
    display: block;
}

.status-message.error {
    border-color: #000000;
    display: block;
}

.status-message.info {
    border-color: #000000;
    display: block;
}

.result {
    margin-top: 20px;
    padding: 20px;
    background-color: #ffffff;
    border: 2px solid #000000;
    display: none;
}

.result.show {
    display: block;
}

.result h4 {
    margin-bottom: 10px;
    color: #000000;
}

.result p {
    margin-bottom: 8px;
    color: #000000;
}

.result a {
    color: #000000;
    text-decoration: underline;
}

.result a:hover {
    text-decoration: none;
}

.info-section {
    background-color: #ffffff;
    padding: 25px;
    border: 2px solid #000000;
    margin-top: 30px;
}

.info-section h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #000000;
}

.info-section p {
    margin-bottom: 15px;
    color: #000000;
    line-height: 1.8;
}

.info-section strong {
    color: #000000;
}

/* Whitepaper section - black and white, full width at top, book-like */
.whitepaper-section {
    background-color: #ffffff;
    padding: 40px 50px;
    margin-bottom: 50px;
    border: 1px solid #000000;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.whitepaper-header {
    text-align: center;
    margin-bottom: 25px;
}

.whitepaper-title-line {
    height: 1px;
    background-color: #000000;
    margin: 5px auto;
    width: 120px;
}

.whitepaper-title {
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    font-weight: normal;
    color: #000000;
    text-transform: uppercase;
    margin: 8px 0;
}

.whitepaper-content-inline {
    color: #000000;
    line-height: 1.8;
    font-size: 1rem;
    max-width: 100%;
    text-align: justify;
}

.whitepaper-content-inline p {
    margin-bottom: 20px;
    text-align: left;
}

.whitepaper-first {
    position: relative;
}

.drop-cap {
    float: left;
    font-size: 3.5rem;
    line-height: 0.8;
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 2px;
    font-weight: normal;
    color: #000000;
}

/* Diagrams embedded in text flow */
.whitepaper-diagram-inline {
    margin: 30px auto;
    text-align: center;
    max-width: 500px;
}

.whitepaper-img-inline {
    width: 100%;
    max-width: 500px;
    height: auto;
    display: block;
    margin: 0 auto;
    border: 2px solid #000000;
}

/* Responsive: smaller diagrams on mobile */
@media (max-width: 768px) {
    .whitepaper-section {
        padding: 20px 25px;
    }
    
    .whitepaper-diagram-inline {
        max-width: 100%;
    }
    
    .whitepaper-img-inline {
        max-width: 100%;
    }
}

/* Scroll to Faucet Button - Top Left */
.scroll-to-faucet-btn {
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 1500;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: transform 0.2s;
}

.scroll-to-faucet-btn:hover {
    transform: scale(1.05);
}

.scroll-to-faucet-btn img {
    width: auto;
    height: auto;
    max-width: 225px;
    max-height: 225px;
    display: block;
}

/* Responsive design */
@media (max-width: 768px) {
    body {
        padding-top: 0;
    }
    
    .content-wrapper {
        flex-direction: column;
    }

    .left-sidebar {
        flex: 1;
        width: 100%;
    }

    h2 {
        font-size: 1.5rem;
    }
    
    .whitepaper-section {
        padding: 25px 30px;
    }
    
    .scroll-to-faucet-btn {
        top: 10px;
        left: 10px;
    }
    
    .scroll-to-faucet-btn img {
        max-width: 150px;
        max-height: 150px;
    }
}
