.about-page {
    margin-bottom: 10px !important;
    padding: 6px 4px 10px;
}
.about-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 12px 8px;
    align-items: start;
}
.about-span {
    grid-column: 1 / -1;
}
.about-window {
    height: auto !important;
    color: #0a0a0a;
    min-width: 0;
}
.about-pair-window {
    align-self: stretch;
    display: grid;
    grid-template-rows: 20px minmax(0, 1fr) auto;
    height: 100% !important;
}
.about-pair-window .window-body {
    flex-grow: 1;
    height: auto !important;
    overflow-y: auto;
}
.about-window .window-bar {
    gap: 3px;
}
.about-bar-icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
    image-rendering: pixelated;
}
.about-window .window-body {
    flex-grow: 0;
    height: auto !important;
    min-height: 0;
    padding: 6px;
    font-size: 13px;
    line-height: 1.32;
    overflow-y: visible;
}
.about-window .window-body p {
    margin: 0 0 5px;
}
.about-window .window-body p:last-child {
    margin-bottom: 0;
}
.about-window .window-statusbar {
    margin: 0 2px 2px;
    padding: 2px 5px;
    border: 2px inset #9e9e9e;
    color: #111;
    font-size: 11px;
    display: flex;
    justify-content: space-between;
    gap: 4px;
}
.about-window code {
    font-family: 'PixeloidSans', 'PixelOperatorMono', monospace;
    background: #d7d7d7;
    border: 1px solid;
    border-color: #808080 #fff #fff #808080;
    padding: 0 3px;
    white-space: nowrap;
}
.about-section-title {
    margin: 0 0 5px;
    padding-bottom: 2px;
    font-size: 14px;
    line-height: 1.1;
    color: #000;
    border-bottom: 1px solid #808080;
    box-shadow: 0 1px 0 #fff;
}
.about-profile-body {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 8px;
}
.about-photo-col {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.about-photo-frame {
    border: 2px inset #8e8e8e;
    background: #fff;
    padding: 2px;
}
.about-photo-frame img {
    display: block;
    width: 100%;
    height: auto;
    image-rendering: auto;
}
.about-nameplate {
    border: 2px groove #9b9b9b;
    background: linear-gradient(180deg, #ececec, #dcdcdc);
    padding: 4px 5px;
    text-align: center;
}
.about-nameplate .about-name {
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.05;
}
.about-nameplate .about-handle {
    display: block;
    margin-top: 1px;
    font-size: 11px;
    color: #303030;
}
.about-status {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border: 2px inset #8e8e8e;
    background: #ececec;
    padding: 3px 4px;
    font-size: 11px;
    line-height: 1.2;
}
.about-led {
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #19d219;
    box-shadow: 0 0 3px #19d219, inset -1px -1px 0 #0a7a0a;
    animation: about-led-blink 1.6s steps(1) infinite;
}
@keyframes about-led-blink {
    0%, 70% { opacity: 1; }
    71%, 100% { opacity: 0.35; }
}
.about-details-col {
    min-width: 0;
}
.about-props {
    margin-bottom: 5px;
}
.about-quote {
    border-left: 4px solid var(--w98-blue, #000078);
    background: #e9e9e9;
    padding: 4px 6px;
    font-style: italic;
    color: #1a1a1a;
}
.about-skill-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2px;
    border: 2px inset #8e8e8e;
    background: #fff;
    padding: 2px;
}
.about-skill-row,
.about-rotation-row {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr) auto;
    align-items: center;
    gap: 5px;
    min-height: 24px;
    padding: 2px 5px;
    border: 1px solid transparent;
    background: #fff;
}
.about-skill-row:hover,
.about-rotation-row:hover {
    background: #000078;
    color: #fff;
    border-color: #000;
}
.about-skill-row img,
.about-rotation-row img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    image-rendering: pixelated;
}
.about-skill-row span,
.about-rotation-row span {
    overflow: hidden;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.about-skill-row small,
.about-rotation-row b {
    font-size: 10px;
    font-weight: normal;
    color: #4a4a4a;
    white-space: nowrap;
    text-transform: lowercase;
}
.about-skill-row:hover small,
.about-rotation-row:hover b {
    color: #dfe7ff;
}
.about-rotation-list {
    display: grid;
    gap: 2px;
    border: 2px inset #8e8e8e;
    background: #fff;
    padding: 2px;
}
.about-rotation-row {
    min-height: 28px;
}
.about-hobby-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2px;
    align-content: start;
    border: 2px inset #8e8e8e;
    background: #fff;
    padding: 2px;
}
.about-hobby {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr) auto;
    align-items: center;
    gap: 5px;
    min-height: 24px;
    padding: 2px 5px;
    border: 1px solid transparent;
    color: #0a0a0a;
    cursor: pointer;
    text-decoration: none;
}
.about-hobby:hover,
.about-hobby:focus-visible {
    border-color: #000;
    background: #000078;
    color: #fff;
    outline: none;
}
.about-hobby img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    image-rendering: pixelated;
}
.about-hobby-name {
    overflow: hidden;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.05;
    color: inherit;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.about-hobby-desc {
    overflow: hidden;
    font-size: 10px;
    line-height: 1.15;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.about-hobby:hover .about-hobby-desc,
.about-hobby:focus-visible .about-hobby-desc {
    color: #dfe7ff;
}
.about-notepad .window-body {
    padding: 0;
    background: var(--w98-gray);
}
.about-menubar {
    display: flex;
    gap: 12px;
    padding: 2px 6px;
    background: var(--w98-gray);
    border-bottom: 1px solid #808080;
    box-shadow: 0 1px 0 #fff;
    font-size: 12px;
    color: #000;
}
.about-menubar span:first-child {
    text-decoration: underline;
}
.about-notepad-text {
    margin: 0;
    padding: 6px 8px;
    background: #fff;
    color: #0a0a0a;
    font-family: 'PixeloidSans', 'PixelOperatorMono', monospace;
    font-size: 13px;
    line-height: 1.35;
    white-space: normal;
    word-break: break-word;
}
.about-notepad-text .about-cursor {
    display: inline-block;
    width: 7px;
    height: 13px;
    background: #0a0a0a;
    vertical-align: text-bottom;
    animation: about-caret 1s steps(1) infinite;
}
@keyframes about-caret {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
}
@media (max-width: 900px) {
    .about-window {
        margin: 0;
    }
    .about-window .window-body {
        padding: 6px !important;
    }
    .about-notepad .window-body {
        padding: 0 !important;
    }
    .about-grid {
        grid-template-columns: 1fr;
    }
    .about-span {
        grid-column: auto;
    }
    .about-skill-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 560px) {
    .about-profile-body {
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 6px;
    }
    .about-skill-list {
        grid-template-columns: 1fr;
    }
    .about-photo-col {
        gap: 4px;
    }
    .about-nameplate .about-name {
        font-size: 13px;
    }
    .about-nameplate .about-handle,
    .about-status {
        font-size: 10px;
    }
}
