@font-face {
    font-family: 'Pexico Micro';
    src: url('https://db.onlinewebfonts.com/t/0d1f4b50c0576974249beee96996d9f8.eot');
    src: url('https://db.onlinewebfonts.com/t/0d1f4b50c0576974249beee96996d9f8.eot?#iefix') format('embedded-opentype'),
         url('https://db.onlinewebfonts.com/t/0d1f4b50c0576974249beee96996d9f8.woff2') format('woff2'),
         url('https://db.onlinewebfonts.com/t/0d1f4b50c0576974249beee96996d9f8.woff') format('woff'),
         url('https://db.onlinewebfonts.com/t/0d1f4b50c0576974249beee96996d9f8.ttf') format('truetype');
}

:root {
    --bg-color: #000000;
    --text-color: #f8fafc;
    --accent-color: #38bdf8;
    --font-family: 'Inter', system-ui, -apple-system, sans-serif;
    --border-color: #ffffff;
    --subtext-color: #888888;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    image-rendering: pixelated !important;
}

.portfolio-theme, .portfolio-theme * {
    cursor: url('assets/sleepy-panda-841f7027.cur'), auto !important;
}

.portfolio-theme a, .portfolio-theme button, .portfolio-theme input, .portfolio-theme textarea, .portfolio-theme label, .portfolio-theme [role="button"], .portfolio-theme .nav-tab, .portfolio-theme .submit-button {
    cursor: url('assets/sleepy-panda-841f7027.cur'), pointer !important;
}

html, body {
    width: 100%;
    max-width: 100vw;
    min-height: 100vh;
    background-color: #000000 !important;
    color: var(--text-color);
    font-family: var(--font-family);
    line-height: 1.5;
    overflow-x: hidden;
}

body {
    display: flex;
    flex-direction: column;
    background-color: #000000 !important;
}

.crt-overlay {
    display: none !important;
}

.crt-overlay::before {
    content: " ";
    display: block;
    position: absolute;
    top: -100vh;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.05) 50%,
        rgba(0, 0, 0, 0.2) 51%,
        rgba(0, 0, 0, 0) 100%
    );
    z-index: 101;
    pointer-events: none;
    animation: crtSweepDown 10s linear infinite;
}

@keyframes crtSweepDown {
    0% { transform: translateY(0); }
    100% { transform: translateY(200vh); }
}

@keyframes crtFlicker {
    0% { opacity: 0.94; }
    50% { opacity: 1; }
    100% { opacity: 0.96; }
}

.bg-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    padding: 1rem;
}

.bg-link {
    display: inline-block;
    pointer-events: auto;
    text-decoration: none;
    z-index: 51;
    max-width: 100%;
}


.bg-image {
    
   
    width: 550px;
    height: 700px;
    object-fit: contain;
    border-radius: 4px;
    filter: contrast(1.15) saturate(1.15) brightness(1.05);
    transition: filter 0.3s ease, transform 0.3s ease;
    pointer-events: auto;
}

.bg-link:hover .bg-image {
    filter: contrast(1.25) saturate(1.25) brightness(1.15);
    transform: scale(1.01);
}

.header {
    width: 100%;
    position: relative;
    z-index: 10;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
}

.main-content {
    flex: 1;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
}

.footer {
    width: 100%;
    padding: 1rem 2rem;
    text-align: center;
    position: relative;
    z-index: 10;
}

.btn-enter {
    padding: 0.6rem 3.5rem;
    font-family: var(--font-family);
    font-size: clamp(0.8rem, 2.5vw, 0.95rem);
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 0;
    transition: background-color 0.4s ease, color 0.4s ease;
    max-width: 90vw;
}

.btn-enter:hover {
    background-color: #ffffff;
    color: #000000;
}

.btn-enter:active {
    opacity: 0.9;
}

.portfolio-theme {
    background-color: #000000;
    color: #ffffff;
    font-family: 'Pexico Micro', 'Share Tech Mono', monospace !important;
    padding: 0.75rem;
}

.portfolio-theme p, .brand-subtitle, .card-body p, .content-section p, .content-section li, .content-section h2, .content-section h3, .content-section strong, .status-banner span, .webring-text, .status-text, .counter-label, .copyright-notice {
    font-family: 'Pexico Micro', 'Share Tech Mono', monospace !important;
}

.portfolio-wrapper {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    border: 1px solid #ffffff;
    background: #000000;
    position: relative;
    z-index: 10;
    padding: 0.75rem;
}

.xp-window-frame {
    border: 3px solid #0055ea !important;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 0 15px rgba(0, 85, 234, 0.4), inset 0 0 2px #ffffff;
    overflow: hidden;
}

.xp-titlebar {
    background: linear-gradient(to bottom, #0058ee 0%, #3593ff 4%, #288eff 6%, #127dff 8%, #036ffc 10%, #0262ee 14%, #0057e5 20%, #0054e3 24%, #0052e0 28%, #004de0 32%, #004ce0 36%, #004be0 40%, #004ae0 44%, #004ae0 48%, #004be0 52%, #004ce0 56%, #004de0 60%, #0050e2 64%, #0053e5 68%, #0056e7 72%, #005ceb 76%, #0064ee 80%, #006cef 84%, #0073f1 88%, #007bf3 92%, #0082f5 96%, #0287f6 100%);
    padding: 0.35rem 0.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px 5px 0 0;
    margin: -0.75rem -0.75rem 0.75rem -0.75rem;
    user-select: none;
}

.xp-titlebar-left {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.xp-titlebar-icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.xp-titlebar-title {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.82rem;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 1px 1px 1px #002277;
    letter-spacing: 0.02em;
}

.xp-titlebar-controls {
    display: flex;
    gap: 0.2rem;
}

.xp-control-btn {
    width: 21px;
    height: 21px;
    border: none;
    border-radius: 0;
    background-image: url('assets/UI Theme.png');
    background-repeat: no-repeat;
    font-size: 0;
    line-height: 0;
    color: transparent;
    cursor: pointer;
    box-shadow: none;
    display: inline-block;
    padding: 0;
}

.xp-btn-min {
    background-position: -375px -236px !important;
}

.xp-btn-min:hover {
    background-position: -375px -257px !important;
}

.xp-btn-max {
    background-position: -399px -236px !important;
}

.xp-btn-max:hover {
    background-position: -399px -257px !important;
}

.xp-btn-close {
    background-position: -447px -236px !important;
}

.xp-btn-close:hover {
    background-position: -447px -257px !important;
}

.ie-toolbar {
    background: linear-gradient(to bottom, #f3f3ee 0%, #e6e4d8 50%, #d8d5c4 100%);
    border-bottom: 1px solid #999587;
    padding: 0.35rem 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: -0.75rem -0.75rem 0 -0.75rem;
    flex-wrap: wrap;
}

.ie-nav-controls {
    display: flex;
    gap: 0.2rem;
}

.ie-nav-btn {
    width: 24px;
    height: 24px;
    object-fit: contain;
    cursor: pointer;
    transition: transform 0.15s ease, filter 0.15s ease;
    user-select: none;
}

.ie-nav-btn:hover {
    transform: scale(1.1);
    filter: brightness(1.2);
}

.ie-nav-btn:active {
    transform: scale(0.95);
}

.ie-forward-btn {
    opacity: 0.8;
}

.ie-forward-btn:hover {
    opacity: 1;
}

.ie-address-bar {
    flex: 1;
    min-width: 220px;
    background: #ffffff;
    border: 1px solid #7f9db9;
    border-radius: 2px;
    display: flex;
    align-items: center;
    padding: 0.15rem 0.35rem;
    gap: 0.3rem;
}

.ie-fav-icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.ie-address-input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.82rem;
    color: #000000;
}

.ie-action-btn {
    background: transparent;
    border: none;
    font-size: 0.85rem;
    cursor: pointer;
    padding: 0 0.15rem;
    color: #555555;
}

.ie-action-btn:hover {
    color: #000000;
}

.ie-search-bar {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #7f9db9;
    border-radius: 2px;
    padding: 0.15rem 0.35rem;
    width: 170px;
}

.ie-search-input {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.8rem;
    color: #333333;
}

.ie-search-btn {
    background: transparent;
    border: none;
    font-size: 0.8rem;
    cursor: pointer;
}

.ie-menu-bar {
    background: #f6f5ec;
    border-bottom: 1px solid #d0ccbf;
    padding: 0.2rem 0.6rem;
    margin: 0 -0.75rem 0.75rem -0.75rem;
    display: flex;
    gap: 1.2rem;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.8rem;
    color: #000000;
    user-select: none;
}

.ie-menu-bar span {
    cursor: pointer;
}

.ie-menu-bar span:hover {
    text-decoration: underline;
}

.header-bar {
    text-align: center;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
}

.site-banner {
    background-color: #000000;
    background-image: url('assets/black-glitter.gif');
    background-repeat: repeat;
    border: 1px solid #ffffff;
    padding: 0.75rem;
    margin-bottom: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-asset-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin: 0.4rem 0;
    flex-wrap: wrap;
    position: relative;
}

.header-sticker {
    max-height: 44px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

.overlay-icon-sticker {
    margin-left: -55px;
    position: relative;
    z-index: 10;
}

.brand-title {
    font-family: 'Pexico Micro', 'VT323', monospace;
    font-size: clamp(1.4rem, 6vw, 2.7rem);
    color: #ffffff;
    letter-spacing: 0.08em;
    line-height: 1.1;
    word-break: break-word;
    display: inline-block;
}

.brand-subtitle {
    font-size: clamp(0.8rem, 2vw, 0.95rem);
    color: #888888;
    margin-top: 0.25rem;
}

.news-ticker {
    background: #000000;
    color: #ffffff;
    border: 1px solid #333333;
    padding: 0.25rem 0.5rem;
    font-family: 'Cochin', Georgia, serif;
    font-size: clamp(0.9rem, 2.5vw, 1.1rem);
}

.tab-navigation {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
    margin-bottom: 0.75rem;
    width: 100%;
}

.nav-tab {
    background: linear-gradient(to bottom, #0058ee 0%, #3593ff 4%, #288eff 6%, #127dff 8%, #036ffc 10%, #0262ee 14%, #0057e5 20%, #0054e3 24%, #0052e0 28%, #004de0 32%, #004ce0 36%, #004be0 40%, #004ae0 44%, #004ae0 48%, #004be0 52%, #004ce0 56%, #004de0 60%, #0050e2 64%, #0053e5 68%, #0056e7 72%, #005ceb 76%, #0064ee 80%, #006cef 84%, #0073f1 88%, #007bf3 92%, #0082f5 96%, #0287f6 100%);
    color: #ffffff;
    border: 1px solid #003c74;
    border-radius: 4px;
    padding: 0.35rem 0.65rem;
    font-family: 'Pexico Micro', 'VT323', monospace;
    font-size: clamp(0.85rem, 2vw, 1.05rem);
    text-shadow: 1px 1px 1px #001a40;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 2px 4px rgba(0, 0, 0, 0.4);
    transition: all 0.15s ease;
    width: auto;
    flex: 0 1 auto;
    text-align: center;
}

.lang-toggle-btn {
    margin-left: auto;
    width: auto !important;
    flex: 0 0 auto !important;
}

.nav-tab:hover {
    background: linear-gradient(to bottom, #72baff 0%, #3e92f3 50%, #156ef0 51%, #3b88ee 100%);
    border-color: #e59400;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 0 6px rgba(229, 148, 0, 0.8);
    color: #ffffff;
}

.nav-tab.active {
    background: linear-gradient(to bottom, #ffffff 0%, #ece9d8 100%);
    color: #000000;
    border-color: #003c74;
    font-weight: bold;
    text-shadow: none;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 8px rgba(255, 255, 255, 0.6);
}

.page-layout {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.sidebar-column {
    width: 240px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.main-column {
    flex: 1;
    min-width: 0;
}

.content-card {
    border: 1px solid #ffffff;
    background: #000000;
    margin-bottom: 0.75rem;
    width: 100%;
    overflow: hidden;
}

.card-header {
    background: #ffffff;
    color: #000000;
    font-family: 'VT323', monospace;
    font-size: 1.15rem;
    font-weight: bold;
    padding: 0.25rem 0.5rem;
    letter-spacing: 0.05em;
}

.card-header-inline {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-header-gif {
    max-height: 22px;
    width: auto;
    object-fit: contain;
}

.card-body {
    padding: 0.75rem;
    color: #cccccc;
    font-size: 0.95rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.media-container {
    text-align: center;
    padding: 0.5rem;
}

.sidebar-media {
    width: 100%;
    max-height: 220px;
    height: auto;
    object-fit: contain;
    border: 1px solid #ffffff;
}

.asset-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.4rem;
    justify-items: center;
    align-items: center;
    padding: 0.4rem;
}

.asset-item {
    width: 100%;
    max-width: 55px;
    max-height: 55px;
    object-fit: contain;
}

.media-frame {
    text-align: center;
    margin-bottom: 0.75rem;
    width: 100%;
}

.section-media {
    max-width: 100%;
    max-height: 140px;
    height: auto;
    object-fit: contain;
    border: 1px solid #333333;
}

.borderless-media {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.panoramic-banner {
    width: 100% !important;
    max-height: 200px !important;
    object-fit: cover !important;
}

.project-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
    gap: 0.25rem;
}

.project-badge {
    max-height: 30px;
    width: auto;
    object-fit: contain;
}

.status-indicator {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #ffffff;
    font-weight: bold;
}

.status-dot {
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    border-radius: 50%;
    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

.status-text span {
    color: #ffffff;
}

.counter-display {
    background: #000000;
    color: #ffffff;
    font-family: 'VT323', monospace;
    font-size: clamp(1.5rem, 4vw, 2rem);
    text-align: center;
    border: 1px solid #ffffff;
    letter-spacing: 0.2em;
    padding: 0.25rem;
}

.counter-label {
    text-align: center;
    font-size: 0.75rem;
    color: #888888;
    margin-top: 0.25rem;
}

.webring-links {
    margin-top: 0.5rem;
    text-align: center;
    font-size: 0.8rem;
    color: #ffffff;
}

.status-banner {
    background-color: #000000;
    background-image: 
        linear-gradient(90deg, #ffffff 50%, transparent 50%),
        linear-gradient(90deg, #ffffff 50%, transparent 50%),
        linear-gradient(0deg, #ffffff 50%, transparent 50%),
        linear-gradient(0deg, #ffffff 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 12px 1px, 12px 1px, 1px 12px, 1px 12px;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    color: #ffffff;
    padding: 0.5rem;
    text-align: center;
    font-size: clamp(0.95rem, 2.5vw, 1.1rem);
    margin-bottom: 0.75rem;
    animation: marchingAnts 0.6s infinite linear;
}

@keyframes marchingAnts {
    0% {
        background-position: 0 0, 12px 100%, 0 12px, 100% 0;
    }
    100% {
        background-position: 12px 0, 0 100%, 0 0, 100% 12px;
    }
}

.section-title {
    font-family: 'Pexico Micro', 'VT323', monospace;
    font-size: clamp(1.3rem, 3.5vw, 1.6rem);
    color: #ffffff;
    margin-bottom: 0.5rem;
    border-bottom: 1px dashed #444444;
}

.project-item {
    border: 1px solid #333333;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    background: #050505;
}

.project-title {
    color: #ffffff;
    font-family: 'Pexico Micro', 'VT323', monospace;
    font-size: 1.15rem;
}

.field-group {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.field-group label {
    display: block;
    font-size: 0.8rem;
    color: #ffffff;
}

.form-input, .form-textarea {
    width: 100%;
    background: #000000;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-family: 'Cochin', Georgia, serif;
    padding: 0.4rem;
    font-size: 0.9rem;
}

.submit-button {
    background: #000000;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-family: 'VT323', monospace;
    font-size: 1.1rem;
    padding: 0.4rem 1rem;
    margin-top: 0.5rem;
    transition: background-color 0.2s ease, color 0.2s ease;
    width: 100%;
}

.submit-button:hover {
    background: #ffffff;
    color: #000000;
}

.footer-content {
    text-align: center;
    border-top: 1px solid #ffffff;
    padding-top: 0.75rem;
    margin-top: 0.75rem;
    position: relative;
    width: 100%;
}

.badge-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
}

.tech-badge {
    background: #000000;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 2px 6px;
    font-size: 0.7rem;
    font-weight: bold;
}

.footer-sticker {
    position: absolute;
    bottom: 0;
    right: 0;
    max-height: 38px;
    width: auto;
    object-fit: contain;
    pointer-events: none;
}

.floating-side-chat {
    position: fixed;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 250px;
    height: 400px;
    max-height: 65vh;
    z-index: 999;
    background: #000000;
    border: 1px solid #ffffff;
}

.copyright-notice {
    font-size: 0.75rem;
    color: #666666;
}

.navigation-link {
    display: inline-block;
    margin-top: 0.5rem;
    color: #ffffff;
    text-decoration: underline;
    font-family: 'VT323', monospace;
    font-size: 1.1rem;
}

.navigation-link:hover {
    color: #888888;
}

@media (max-width: 1200px) {
    .floating-side-chat {
        display: none;
    }
}

@media (max-width: 820px) {
    .portfolio-theme {
        padding: 0.4rem;
    }

    .portfolio-wrapper {
        padding: 0.4rem;
    }

    .page-layout {
        flex-direction: column;
    }

    .main-column {
        order: 1;
        width: 100%;
    }

    .sidebar-column {
        order: 2;
        width: 100%;
    }

    .footer-sticker {
        position: static;
        margin: 0.5rem auto 0 auto;
        display: block;
    }

    .panoramic-banner {
        max-height: 140px !important;
    }
}

.chat-resize-handle {
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    cursor: nwse-resize;
    z-index: 10001;
    border-top: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
    box-sizing: border-box;
}

.chat-widget-corner {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 10000;
    width: 320px;
    min-width: 220px;
    max-width: 90vw;
    min-height: 34px;
    max-height: 90vh;
    background: #000000;
    border: 1px solid #ffffff;
    font-family: 'Share Tech Mono', monospace;
    overflow: hidden;
}

.chat-widget-header {
    background: #000000;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    padding: 6px 10px;
    font-size: 0.85rem;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
    height: 32px;
    box-sizing: border-box;
}

.chat-widget-header:hover {
    background: #111111;
}

.chat-widget-toggle {
    background: #000000;
    color: #ffffff;
    border: 1px solid #ffffff;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    cursor: pointer;
}

.chat-widget-body {
    height: calc(100% - 32px);
    min-height: 200px;
    width: 100%;
    background: #000000;
}

@media (max-width: 600px) {
    .chat-widget-corner {
        width: 90vw;
        right: 5vw;
        bottom: 10px;
    }
}

#chatango_group_ticker_container,
[id*="chatango_group_ticker"],
[id*="chatango_ticker"] {
    display: none !important;
}

/*SCROLL*/
    p{
    margin:0 0 10px 0;
    padding:5px;}
   ::selection{ 
    color:white; 
    background-color:blue;}

    ::-webkit-scrollbar {
    width: 15px;
    height: 10px;}
    
    ::-webkit-scrollbar-thumb:vertical{
    background-color: #fff;
    background-image: url(assets/scroll/Qtm9Z60.png);
      border: 1px solid black;
      border: 1px solid black;
      border: 1px solid black;
      border: 1px solid black;}
    
    ::-webkit-scrollbar-track {
    background-color: #fff;
    background-image: url(assets/scroll/IGXGYKz.png);}
    
    ::-webkit-scrollbar-button:vertical:increment {
    background-image: url(assets/scroll/WhC8iy3.png);
    width: 14px;
    height: 16px;
      border: 1px solid black;
      border: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;}
    
    ::-webkit-scrollbar-button:vertical:decrement {
    background-image: url(assets/scroll/fQ18mrR.png);
      border: 1px solid black;
      border: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    width: 14px;
    height: 16px;}

.guestbook-retro-wrapper {
    width: 100%;
    height: 550px;
    border: 1px solid #ffffff;
    background: #000000;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

.guestbook-retro-wrapper::-webkit-scrollbar {
    width: 14px;
}

.guestbook-retro-wrapper::-webkit-scrollbar-track {
    background-color: #fff;
    background-image: url(assets/scroll/IGXGYKz.png);
}

.guestbook-retro-wrapper::-webkit-scrollbar-thumb {
    background-color: #fff;
    background-image: url(assets/scroll/Qtm9Z60.png);
    border: 1px solid black;
}

.guestbook-iframe {
    width: calc(100% + 18px);
    height: 1000px;
    border: none;
    background: #000000;
}

.glitch-box {
    display: inline-block;
    background: #ffffff;
    color: #000000;
    padding: 0 4px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.glitch-char {
    display: inline-block;
    animation: glitchCharAnim 1.8s infinite ease-in-out;
}

@keyframes glitchCharAnim {
    0%, 100% {
        transform: translate(0, 0);
        text-shadow: none;
        color: #000000;
    }
    15% {
        transform: translate(-2px, 1px);
        text-shadow: 2px 0 #ff0055, -2px 0 #00ffff;
        color: #000000;
    }
    18% {
        transform: translate(2px, -1px);
        text-shadow: -2px 0 #ff0055, 2px 0 #00ffff;
        color: #ff0055;
    }
    21% {
        transform: translate(0, 0);
        text-shadow: none;
        color: #000000;
    }
    65% {
        transform: translate(1px, -2px);
        text-shadow: 1px 0 #ff0055, -1px 0 #00ffff;
        color: #00ffff;
    }
    68% {
        transform: translate(-1px, 1px);
        text-shadow: -1px 0 #ff0055, 1px 0 #00ffff;
        color: #000000;
    }
    70% {
        transform: translate(0, 0);
        text-shadow: none;
        color: #000000;
    }
}

.fade-void {
    display: inline-block;
    font-style: italic;
    animation: fadeVoidAnim 4s infinite ease-in-out;
}

@keyframes fadeVoidAnim {
    0%, 100% {
        opacity: 0.25;
        letter-spacing: 0.15em;
        text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
    }
    50% {
        opacity: 0.85;
        letter-spacing: 0.3em;
        text-shadow: 0 0 8px rgba(255, 255, 255, 0.7);
    }
}