.visit-counter {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: fit-content;
    border: 2px inset #dfdfdf;
    background: linear-gradient(180deg, #0f0f0f 0%, #292929 100%);
    padding: 4px 8px;
}

.visit-counter-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.visit-counter-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #d8d8d8;
}

.visit-counter-value {
    font-size: 18px;
    letter-spacing: 0.4px;
}

.home-status-row {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.site-version {
    font-size: 10px;
    letter-spacing: 0.3px;
    color: #a8d2ff;
    border: 1px solid #4c4c4c;
    background: #151515;
    padding: 1px 4px;
    white-space: nowrap;
}

.home-intro {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
    min-height: 100%;
}

.home-intro-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.home-title {
    margin: 0;
    font-size: 2rem;
    line-height: 1;
}

.home-text-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.home-section-title {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.home-section-title-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.home-about-content {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: start;
}

.home-about-photo {
    width: 128px;
    border: 2px solid #3a3a3a;
}

.home-copy {
    margin: 0;
    line-height: 1.4;
}

.home-section-rule {
    width: 100%;
}

.home-inline-icon {
    width: 24px;
    margin-bottom: -8px;
}

.home-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.home-chat-dock {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.home-hobbies-section {
    gap: 4px;
}

.home-hobby-folder {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    height: auto;
    border: 2px solid #000;
    border-color: #ffffff #5f5f5f #5f5f5f #ffffff;
    box-shadow: none;
    background: var(--w98-gray);
}

.home-hobby-folder.window {
    box-shadow: 0 0 0 2px #808080 !important;
}

@media (max-width: 900px) {
    .home-hobby-folder.window {
        margin: 0 !important;
    }
}

.home-hobby-folder .window-bar {
    min-height: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 1px 6px;
}

.home-hobby-title-icon {
    width: 14px;
    height: 14px;
    object-fit: contain;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.home-hobby-folder .window-title {
    padding-left: 0;
}

.home-hobby-folder .window-body {
    min-height: 0;
    height: auto;
    flex-grow: 0;
    overflow: visible;
    border: none;
    box-shadow: none;
    background: var(--w98-gray);
}

.home-hobby-folder-body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 4px;
}

.home-hobby-icons {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(66px, 1fr));
    gap: 6px;
    min-height: 0;
    height: auto;
    max-height: none;
    overflow: visible;
    border: 1px solid #8b8b8b;
    background: var(--w98-gray);
    padding: 4px;
    align-items: start;
}

.home-hobby-item {
    width: 100%;
    min-height: 64px;
    text-decoration: none;
    border: 1px solid transparent;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 2px;
    padding: 2px;
    box-sizing: border-box;
    color: #f6f6f6;
}

.home-hobby-item:hover,
.home-hobby-item:focus-visible {
    border: 1px dotted #ffffff;
    background: rgba(8, 51, 131, 0.62);
    outline: none;
}

.home-hobby-item:active {
    background: rgba(8, 34, 86, 0.8);
}

.home-hobby-item-icon {
    width:  42px;
    height: 42px;
    object-fit: contain;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.home-hobby-item-name {
    max-width: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 12px;
    line-height: 1.1;
    word-break: normal;
    overflow-wrap: normal;
    text-shadow: 1px 1px 0 #101010;
}

.home-hobby-item-name-base {
    display: block;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
}

.home-hobby-item-name-ext {
    display: block;
    white-space: nowrap;
    opacity: 0.95;
}

.home-hobby-description {
    margin: 0;
    min-height: 1.2em;
    text-align: left;
    color: #121212;
    font-size: 10px;
    border: 1px solid #8b8b8b;
    background: var(--w98-gray);
    padding: 3px 5px;
}
