/* General Styles */
body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    margin: 0;
    padding: 20px;
}

/* Help Us Button */
.help-us-btn {
    background-color: #ff6f61;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.help-us-btn:hover {
    background-color: #e55a50;
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    color:black;
}

.modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    max-width: 600px;
    width: 90%;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}

.close-btn:hover {
    color: #ff6f61;
}

/* Modal Logo */
.modal-logo {
    display: block;
    margin: 0 auto 15px;
    max-width: 100px; /* Adjust size as needed */
    height: auto;
}

/* Modal Buttons */
.modal-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
}

.modal-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contribute-btn {
    background-color: #4caf50;
    color: white;
}

.contribute-btn.active, .contribute-btn:hover {
    background-color: #45a049;
}

.coffee-btn {
    background-color: #ff9800;
    color: white;
}

.coffee-btn.active, .coffee-btn:hover {
    background-color: #e68a00;
}

/* Modal Sections */
.modal-section {
    text-align: left;
}

.modal-section h3 {
    margin-bottom: 10px;
}

.modal-section p {
    line-height: 1.6;
}

.modal-section ul {
    list-style-type: none;
    padding: 0;
}

.modal-section li {
    margin: 10px 0;
    font-size: 16px;
}

.donation-list .copyable {
    cursor: pointer;
    color: #ff6f61;
    text-decoration: underline;
}

.copy-btn {
    background-color: #2196f3;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
    margin-left: 10px;
}

.copy-btn:hover {
    background-color: #1976d2;
}

/* Copy Notification */
.copy-notification {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #4caf50;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    z-index: 2000;
    animation: slideUp 0.3s ease;
}

@keyframes slideUp {
    from { opacity: 0; transform: translate(-50%, 20px); }
    to { opacity: 1; transform: translate(-50%, 0); }
}

/* Responsive Design */
@media (max-width: 600px) {
    .modal-content {
        width: 95%;
        padding: 15px;
    }

    .modal-btn {
        padding: 8px 16px;
        font-size: 14px;
    }

    .modal-logo {
        max-width: 80px;
    }
}
/*
     FILE ARCHIVED ON 21:58:29 Nov 10, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:04:05 Sep 11, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.553
  exclusion.robots: 0.047
  exclusion.robots.policy: 0.035
  esindex: 0.008
  cdx.remote: 16.973
  LoadShardBlock: 40.185 (3)
  PetaboxLoader3.datanode: 52.527 (4)
  load_resource: 104.259
  PetaboxLoader3.resolve: 53.356
*/