* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 1.15;
    text-decoration: none;
    scrollbar-width: thin;
    scrollbar-color: #333 #000;
    cursor: url('cursor.png') 6 6, crosshair !important;
}

::selection {
    background-color: #ffc32b;
    color: #000;
}

html {
    scrollbar-gutter: stable;
}

body {
    background-color: #000;
    color: #eee;
    font-family: Arial, Helvetica, "Liberation Sans", sans-serif;
}

header {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

main {
    flex: 1;
    padding: 20px 0;
}

.container {
    display: flex;
    flex-direction: column;
    min-height: 100svh;
    max-width: 768px;
    margin: 0 auto;
    padding: 20px;
    mask: linear-gradient(0deg, #bbbb 50%, #ffff 50%) 0 0 / 256px 2px, linear-gradient(90deg, #eeee 50%, #ffff 50%) 0 0 / 3px 256px;
    mask-composite: intersect;
}

.splash-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.page-title {
    text-align: center;
    color: #ffc32b;
    font-size: 1.8rem;
    text-transform: uppercase;
}

.description-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.page-description {
    color: #bbb;
    font-style: italic;
    text-align: center;
    line-height: 1.4;
}

.notfound-title {
    text-align: center;
    color: #ffc32b;
    font-size: 4rem;
    text-transform: uppercase;
}

.description-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.splash-logo {
    width: 160px;
    height: 160px;
    background-image: url('avatar.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    white-space: nowrap;
    box-shadow: inset 0 0 20px rgba(0,0,0,0.8);
}

.table-of-contents {
    display: flex;
    justify-content: center;
    width: 100%;
    text-transform: uppercase;
}

.table-of-contents span {
    padding: 0 10px;
    user-select: none;
}

.nav-group {
    display: inline-flex;
    flex-direction: column;
    gap: 20px;
}

@keyframes menu-shake {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(3deg); }
    50% { transform: rotate(0deg); }
    75% { transform: rotate(-3deg); }
    100% { transform: rotate(0deg); }
}

.table-wrapper {
    width: 100%;
    overflow-x: auto;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    border: 1px solid #333;
    padding: 8px;
    text-align: center;
    white-space: nowrap;
}

td:first-child {
    text-align: left;
}

th {
    background-color: #111;
    color: #bbb;
    font-weight: bold;
    text-transform: uppercase;
}

.table-title {
    letter-spacing: 2px;
    font-size: 1.2rem;
    color: #ffc32b;
    background-color: #000;
    scroll-margin-top: 38px;
}

tbody tr:hover {
    background-color: #111;
}

.fot-table th:nth-child(1), 
.fot-table td:nth-child(1) {
    width: 15%;
}

.fot-table th:nth-child(2), 
.fot-table td:nth-child(2) {
    width: 15%;
}

.fot-table th:nth-child(3), 
.fot-table td:nth-child(3) {
    width: 20%;
}

.fot-table th:nth-child(4), 
.fot-table td:nth-child(4) {
    width: 20%;
}

.fot-table th:nth-child(5), 
.fot-table td:nth-child(5) {
    width: 15%;
}

.fot-table th:nth-child(6), 
.fot-table td:nth-child(6) {
    width: 15%;
}

.watchlist-table th:nth-child(2), 
.watchlist-table td:nth-child(2) {
    width: 15%;
}

.watchlist-table th:nth-child(3), 
.watchlist-table td:nth-child(3) {
    width: 15%;
}

.software-table th:nth-child(2), 
.software-table td:nth-child(2) {
    width: 20%;
}

.software-table th:nth-child(3), 
.software-table td:nth-child(3) {
    width: 10%;
}

.software-table td:first-child a {
    color: #eee;
}

.software-table td:first-child a:hover {
    color: #ffc32b;
}

.oss-yes {
    color: #2ecc71;
}

.oss-no {
    color: #e74c3c;
}

.site-footer {
    margin-top: auto;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center; 
    gap: 4px;
    text-align: center;
}

.footer-text {
    text-transform: uppercase;
    font-size: 0.9rem;
}

.footer-note {
    color: #bbb;
    font-style: italic;
    font-size: 0.7rem;
    letter-spacing: 1px;
}

.floating-btn {
    position: fixed;
    bottom: 40px;
    width: 40px;
    height: 40px;
    background-color: #000;
    border: 1px solid #333;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition: all 0.2s ease;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}

.back-home {
    left: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M7 1L3 5l4 4z' fill='%23ffc32b'/%3E%3C/svg%3E");
}

.back-home:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M7 1L3 5l4 4z' fill='%23eeeeee'/%3E%3C/svg%3E");
}

.back-top {
    right: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M1 7l4-4 4 4z' fill='%23ffc32b'/%3E%3C/svg%3E");
}

.back-top:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M1 7l4-4 4 4z' fill='%23eeeeee'/%3E%3C/svg%3E");
}

.floating-btn:hover {
    border-color: #ffc32b;
    transform: translateY(-5px) !important;
}

.menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 9999;
}

.menu-overlay:target {
    display: flex;
}

.overlay-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    padding: 40px 0;
    font-size: 1.2rem;
}

.top-links {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bottom-links {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom-links .hatch-btn {
    width: auto;
    min-width: 160px;
    padding: 8px 40px;
}

.menu-category {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.category-title {
    color: #eee;
    font-size: 1.4rem;
    letter-spacing: 3px;
    font-weight: normal;
    border-bottom: 1px dotted #333;
    padding-bottom: 4px;
    user-select: none;
}

del {
    position: relative;
    color: #333;
    display: inline-block;
}

del::before {
    content: "";
    position: absolute;
    top: 46%;
    left: -1px;
    width: calc(100% + 2px);
    height: 2px;
    background: #ffc32b;
    transition: background 0.2s;
}

.hatch-btn {
    border: 2px solid #ffc32b;
    padding: 8px 0;
    width: 100%;
    text-align: center;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.hatch-btn:hover {
    background-color: #ffc32b;
    color: #000 !important;
}

.monero-qr-link {
    display: block;
    width: 246px;
    height: 246px;
    background-image: url("monero.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    shape-rendering: crispEdges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    animation: none !important;
}

.monero-address {
    font-size: 0.8rem;
    color: #eee;
    word-break: break-all;
    text-align: center;
    max-width: 246px;
    line-height: 1.4;
    user-select: all;
    -webkit-user-select: all;
    -moz-user-select: all;
}

a:focus-visible:not(.floating-btn), 
.hatch-btn:focus-visible {
    outline: 4px solid #ffc32b;
    background-color: #ffc32b;
    color: #000 !important;
}

.floating-btn:focus-visible {
    outline: 2px solid #e74c3c;
    outline-offset: 4px;
    background-color: transparent;
}

.regular-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
}

h2 {
    color: #ffc32b;
    font-size: 1.6rem;
    margin-bottom: 10px;
    text-transform: uppercase;
    scroll-margin-top: 38px;
}

h2.lined {
    display: flex;
    align-items: center;
    gap: 20px;
    white-space: nowrap;
}

h2.lined::after {
    content: "";
    flex: 1;
    height: 4px;
    background-color: #ffc32b;
}

h3 {
    color: #ffc32b;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.regular-container h3::before {
    content: "//"; 
    color: #ffc32b;
    margin-right: 10px;
}

.regular-container p {
    text-align: left;
    line-height: 1.6;
    margin-bottom: 20px;
}

ul, 
ol {
    margin-left: 40px;
    margin-bottom: 20px;
}

ul {
    list-style-type: "✦ ";
}

ol {
    list-style-type: upper-roman;
}

li {
    margin-bottom: 10px;
    padding-left: 10px;
    line-height: 1.6;
}

li::marker {
    color: #ffc32b;
}

.last-update-box {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffc32b;
    color: #000;
    font-size: 0.8rem;
    padding: 2px 8px;
    width: fit-content;
    margin: 0 auto 0 auto;
    border-radius: 2px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.text-label {
    font-weight: bold;
    margin-right: 10px;
}

a {
    color: #ffc32b;
    display: inline-block;
}

a:hover {
    color: #fff;
    animation: menu-shake 0.4s infinite;
}

a:hover del::before {
    background: #fff;
}

mark {
    color: #fff;
    background-color: #000;
}

.comms-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 100%;
}

.comms-row {
    display: grid;
    grid-template-columns: 20px 80px 1fr;
    align-items: center;
    gap: 16px;
}

.comms-icon {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
}

.mistify-container {
    display: flex;
    white-space: nowrap;
}

.mistify-text {
    direction: rtl;
    unicode-bidi: bidi-override;
}

.mistify-symbol::before {
    content: "\0040";
}

.panel {
    width: 100%;
    border: 2px solid #ffc32b;
    line-height: 1.2;
}

.panel-header {
    background: #ffc32b;
    color: #000;
    font-weight: bold;
    font-size: 0.9rem;
    padding: 2px 10px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.panel.monero-warning {
    width: 246px;
}

.panel-regular.scrollable {
    overflow-x: auto;
}

.panel-regular.scrollable pre {
    white-space: pre;
}

.panel-regular.scrollable pre code {
    display: block;
    padding: 20px;
    min-width: fit-content;
    box-sizing: border-box;
}

.panel-centered {
    overflow-x: auto;
    text-align: center;
    font-size: 0.9rem;
    padding: 10px;
}

section {
    display: flow-root; 
}

.sticky-panel-right {
    float: right;
    width: 40%;
    margin-left: 20px;
    margin-bottom: 20px;
}

.page-layout {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 40px;
    align-items: stretch;
    margin-bottom: 20px;
}

.page-col {
    flex: 1;
}

:is(ul, ol, li, p, .page-layout):last-child {
    margin-bottom: 0;
}

@media (max-width: 410px) {
    .table-of-contents a {
        font-size: 0.9rem;
    }
    .table-of-contents span {
        padding: 0 6px;
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) {
    .page-layout {
        flex-direction: column;
        gap: 20px;
    }
    .floating-btn {
        display: none;
    }
    .sticky-panel-right {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.check-group {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    margin-bottom: 20px;
    gap: 20px;
}

.check-label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    color: #eee;
}

.custom-check {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #333;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
}

.custom-check::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #ffc32b;
    transform: scale(0);
    transition: transform 0.1s ease;
}

.custom-check:checked::before {
    transform: scale(1);
}

.custom-check:checked + span {
    color: #bbb;
}

.image-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

.img-wrapper {
    position: relative;
    width: 232px;
    height: 203px;
    overflow: hidden;
}

.img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
}

.info-box {
    position: absolute;
    background-color: #ffc32b;
    color: #000;
    padding: 4px 8px;
    font-size: 0.8rem;
    border-radius: 4px;
    z-index: 5;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}

.location-box {
    top: 10px;
    left: 10px;
}

.date-box {
    bottom: 10px;
    right: 10px;
}

.img-wrapper:hover .info-box {
    opacity: 1;
    visibility: visible;
}
