* {
        cursor: url('https://cdn.cursors-4u.net/previews/sony-psp-3d6444a5-32.webp') 32 32, auto !important;
        box-sizing: border-box;
      }

      /* custom cursor only inside the MS Paint window */
      .paint-app,
      .paint-app * {
        cursor: url('images/paintbrush.png') 0 32, auto !important;
      }

      /* REPLACE: download KiwiSoda from dafont.com, unzip it, and put the .ttf/.otf
         file in your images (or a "fonts") folder, matching this path */
      @font-face {
        font-family: 'KiwiSoda';
        src: url('images/KiwiSoda.ttf') format('truetype');
      }

      html, body {
        margin: 0;
        padding: 0;
        min-height: 100%;
      }

      body {
        background-image: url('images/bg1.gif');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        font-family: "Segoe UI", sans-serif;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 30px 0 60px 20px;
      }

      html::-webkit-scrollbar,
      body::-webkit-scrollbar {
        width: 14px;
      }

      html::-webkit-scrollbar-track,
      body::-webkit-scrollbar-track {
        background: linear-gradient(to right, #e1e8f0, #c8d7e6) !important;
        border-radius: 7px !important;
      }

      html::-webkit-scrollbar-thumb,
      body::-webkit-scrollbar-thumb {
        background: linear-gradient(
          to bottom,
          #a8d4ff 0%,
          #6bb0ff 12%,
          #358bfc 45%,
          #1f6fe0 75%,
          #358bfc 100%
        ) !important;
        border-radius: 7px !important;
        border: 2px solid rgba(255, 255, 255, 0.7) !important;
        box-shadow:
          inset 0 2px 3px rgba(255, 255, 255, 0.9),
          inset 0 -2px 3px rgba(0, 0, 0, 0.25),
          0 1px 3px rgba(0, 0, 0, 0.35) !important;
      }

      html::-webkit-scrollbar-thumb:hover,
      body::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(
          to bottom,
          #c0e0ff 0%,
          #7fbcff 12%,
          #4a9bff 45%,
          #2a7ae8 75%,
          #4a9bff 100%
        ) !important;
      }

      .site-header {
        position: relative;
        top: 15px;
        z-index: 20;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
      }

      .site-header .wing {
        width: 110px;
        height: auto;
        display: block;
      }

      .site-header .wing-right {
        transform: scaleX(-1);
      }

      .title-stack {
        position: relative;
        text-align: center;
        filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.35));
      }

      .title-stack h1 {
        margin: 0;
        font-family: 'KiwiSoda', sans-serif;
        font-size: 83px;
        letter-spacing: 2px;
        white-space: nowrap;
      }

      .title-outline {
        position: relative;
        color: transparent;
        -webkit-text-stroke: 6px #57789e;
        text-stroke: 6px #57789e;
      }

      .title-fill {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: linear-gradient(to bottom, #a8d8f0 0%, #e8e8e8 100%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent;
      }

      .win7-clock {
        position: absolute;
        top: 70px;
        right: 30px;
        z-index: 50;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        cursor: grab;
      }

      .win7-clock:active {
        cursor: grabbing;
      }

      .win7-clock .clock-face {
        width: 130px;
        height: 130px;
        border-radius: 50%;
        position: relative;
        background:
          radial-gradient(circle at 32% 26%, rgba(255,255,255,0.6), rgba(255,255,255,0.08) 38%, transparent 60%),
          radial-gradient(circle at 70% 80%, rgba(53,139,252,0.15), transparent 55%),
          radial-gradient(circle at 50% 50%, #2c2c2c 0%, #0a0a0a 85%);
        box-shadow:
          0 8px 20px rgba(0,0,0,0.55),
          0 2px 4px rgba(0,0,0,0.4),
          0 0 0 3px #eaeaea,
          0 0 0 5px #8a8a8a,
          0 0 0 6px #f4f4f4,
          inset 0 3px 8px rgba(255,255,255,0.4),
          inset 0 -4px 10px rgba(0,0,0,0.6);
      }

      .win7-clock .clock-face::before {
        content: "";
        position: absolute;
        top: 6%;
        left: 12%;
        width: 76%;
        height: 40%;
        border-radius: 50%;
        background: linear-gradient(to bottom, rgba(255,255,255,0.35), rgba(255,255,255,0));
        pointer-events: none;
      }

      .win7-clock .clock-tick {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 2px;
        height: 9px;
        background: rgba(255,255,255,0.65);
        box-shadow: 0 0 2px rgba(0,0,0,0.5);
        transform-origin: 50% 57px;
        margin: -57px 0 0 -1px;
      }

      .win7-clock .clock-hand {
        position: absolute;
        left: 50%;
        top: 50%;
        transform-origin: 50% 100%;
        border-radius: 3px;
      }

      .win7-clock .clock-hand.hour {
        width: 4px;
        height: 32px;
        margin: -32px 0 0 -2px;
        background: #f0f0f0;
        box-shadow: 0 0 3px rgba(0,0,0,0.6);
      }

      .win7-clock .clock-hand.minute {
        width: 3px;
        height: 45px;
        margin: -45px 0 0 -1.5px;
        background: #ffffff;
        box-shadow: 0 0 3px rgba(0,0,0,0.6);
      }

      .win7-clock .clock-hand.second {
        width: 1.5px;
        height: 50px;
        margin: -50px 0 0 -0.75px;
        background: #358bfc;
        box-shadow: 0 0 4px #358bfc;
      }

      .win7-clock .clock-center {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 9px;
        height: 9px;
        margin: -4.5px 0 0 -4.5px;
        border-radius: 50%;
        background: #358bfc;
        box-shadow: 0 0 6px #358bfc, 0 0 2px rgba(255,255,255,0.8);
        z-index: 3;
      }

      .win7-clock .clock-digital {
        font-family: "Segoe UI", sans-serif;
        font-size: 13px;
        letter-spacing: 1px;
        color: #ffffff;
        background: rgba(0,0,0,0.45);
        padding: 3px 12px;
        border-radius: 12px;
        border: 1px solid rgba(255,255,255,0.35);
        box-shadow: inset 0 1px 2px rgba(255,255,255,0.2);
      }

      .layout-row {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 20px;
      }

      .sidebar-column {
        display: flex;
        flex-direction: column;
        gap: 14px;
        flex-shrink: 0;
        position: relative;
      }

      .image-sidebar-window {
        width: 240px;
        flex-shrink: 0;
      }

      .cbox-window {
        width: 270px;
        flex-shrink: 0;
        position: absolute;
        top: 750px;
        left: 0;
      }

      .cbox-window #cbox-drag-handle {
        cursor: grab;
      }

      .cbox-window #cbox-drag-handle:active {
        cursor: grabbing;
      }

      .cbox-window .window-body {
        padding: 0;
        line-height: 0;
      }

      .cbox-window iframe {
        display: block;
        width: 100%;
        border: none;
      }

      .image-sidebar-window .window-body {
        padding: 0;
        position: relative;
      }

      .image-sidebar-window img {
        width: 100%;
        height: 570px;
        object-fit: cover;
        display: block;
      }

      .sidebar-nav {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        padding: 18px;
        z-index: 2;
      }

      .sidebar-nav-btn {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
        text-decoration: none;
      }

      .sidebar-nav-btn img {
        width: 80px;
        height: 80px;
        object-fit: contain;
        display: block;
      }

      .sidebar-nav-btn span {
        font-family: 'KiwiSoda', sans-serif;
        color: #358bfc;
        font-size: 28px;
        font-weight: bold;
        text-align: center;
      }

      .page-stack {
        position: relative;
        width: 940px;
        max-width: 92vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: 40px;
        gap: 4px;
      }

      .main-window {
        position: relative;
        width: 100%;
        z-index: 5;
      }

      .title-bar-text {
        display: flex;
        align-items: center;
        gap: 6px;
      }

      .title-bar-bottom {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 6px 8px;
        background: #f0f0f0;
        border-bottom: 1px solid #8e8f8f;
      }

      .url-bar {
        flex: 1;
        border: 1px solid #8e8f8f;
        padding: 5px 10px;
        background: #fff;
        font-size: 13px;
      }

      ul.menubar {
        display: flex;
        gap: 16px;
        list-style: none;
        margin: 0;
        padding: 6px 12px;
        border-bottom: 1px solid #8e8f8f;
        background: #f0f0f0;
        font-size: 13px;
      }

      ul.menubar li {
        cursor: pointer;
      }

      ul.menubar li:hover {
        background: #4eca24;
        color: #fff;
      }

      .content-wrap {
        display: flex;
        max-height: 480px;
        overflow: hidden;
      }

      .sidebar {
        width: 240px;
        flex-shrink: 0;
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 14px;
        border-right: 1px solid #8e8f8f;
        overflow-y: auto;
        overflow-x: hidden;
      }

      .sidebar::-webkit-scrollbar,
      .posts-area::-webkit-scrollbar,
      .scrollable::-webkit-scrollbar {
        width: 14px;
      }

      .sidebar::-webkit-scrollbar-track,
      .posts-area::-webkit-scrollbar-track,
      .scrollable::-webkit-scrollbar-track {
        background: linear-gradient(to right, #e1e8f0, #c8d7e6) !important;
        border-radius: 7px !important;
        box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2) !important;
      }

      .sidebar::-webkit-scrollbar-thumb,
      .posts-area::-webkit-scrollbar-thumb,
      .scrollable::-webkit-scrollbar-thumb {
        background: linear-gradient(
          to bottom,
          #a8d4ff 0%,
          #6bb0ff 12%,
          #358bfc 45%,
          #1f6fe0 75%,
          #358bfc 100%
        ) !important;
        border-radius: 7px !important;
        border: 2px solid rgba(255, 255, 255, 0.7) !important;
        box-shadow:
          inset 0 2px 3px rgba(255, 255, 255, 0.9),
          inset 0 -2px 3px rgba(0, 0, 0, 0.25),
          0 1px 3px rgba(0, 0, 0, 0.35) !important;
      }

      .sidebar::-webkit-scrollbar-thumb:hover,
      .posts-area::-webkit-scrollbar-thumb:hover,
      .scrollable::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(
          to bottom,
          #c0e0ff 0%,
          #7fbcff 12%,
          #4a9bff 45%,
          #2a7ae8 75%,
          #4a9bff 100%
        ) !important;
      }

      .avatar-frame {
        width: 250px;
        height: 250px;
        position: relative;
        flex-shrink: 0;
        transform-origin: center center;
        animation: retro-tilt 1s steps(1) infinite;
      }

      @keyframes retro-tilt {
        0%, 49% {
          transform: rotate(-6deg);
        }
        50%, 100% {
          transform: rotate(6deg);
        }
      }

      .avatar-frame .icon-photo {
        position: absolute;
        top: 20%;
        left: 24%;
        width: 42%;
        height: 50%;
        overflow: hidden;
        z-index: 1;
      }

      .avatar-frame .icon-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
      }

      .avatar-frame .frame-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('images/f.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 2;
        pointer-events: none;
      }

      .blog-name {
        font-weight: bold;
        text-align: center;
      }

      .blog-blurb {
        font-size: 13px;
        text-align: center;
        color: #444;
      }

      .sidebar-links {
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 100%;
      }

      .posts-area {
        flex: 1;
        overflow-y: auto;
        padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        background: #fafafa;
      }

      .post-card {
        background: #fff;
        border: 1px solid #8e8f8f;
        border-radius: 8px;
        padding: 16px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.15);
      }

      .post-card img {
        max-width: 100%;
        border-radius: 4px;
        display: block;
        margin-bottom: 8px;
      }

      .blinkies-footer {
        width: 100%;
        overflow: hidden;
        background: #f0f0f0;
        border-top: 1px solid #8e8f8f;
        padding: 6px 0;
      }

      .blinkies-track {
        display: flex;
        align-items: center;
        width: max-content;
        animation: blinkie-scroll 20s linear infinite;
        will-change: transform;
      }

      .blinkies-track img {
        width: 88px;
        height: 31px;
        object-fit: cover;
        margin-right: 6px;
        display: block;
        flex-shrink: 0;
      }

      @keyframes blinkie-scroll {
        from {
          transform: translateX(0);
        }
        to {
          transform: translateX(-50%);
        }
      }

      .music-window {
        position: absolute;
        bottom: 10px;
        right: -230px;
        width: 320px;
        z-index: 10;
      }

      .music-window .window-body {
        display: flex;
        flex-direction: column;
        gap: 10px;
        text-align: center;
        padding: 15px;
      }

      .music-window .title-bar {
        cursor: grab;
      }

      .music-window .title-bar:active {
        cursor: grabbing;
      }

      .track-info-row {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
      }

      .player-gif {
        width: 96px;
        height: 96px;
        display: block;
      }

      .track-name {
        font-weight: bold;
      }

      .track-artist {
        font-size: 13px;
        color: #555;
      }

      .controls {
        display: flex;
        justify-content: center;
        gap: 20px;
        align-items: center;
      }

      .controls button {
        min-width: 40px;
      }

      .section-divider {
        width: 100%;
        display: block;
      }

      .section-divider img {
        width: 100%;
        height: auto;
        display: block;
      }

      .second-window {
        width: 100%;
        position: relative;
        z-index: 1;
      }

      .second-window .window-body {
        padding: 0;
      }

      .scrollable {
        max-height: 260px;
        overflow-y: auto;
        padding: 20px;
        background: #fafafa;
      }

      .scrollable p {
        margin: 0 0 14px 0;
        line-height: 1.5;
      }

      .paint-title {
        font-family: 'KiwiSoda', sans-serif;
        font-size: 48px;
        text-align: center;
        color: #dafcbd;
        text-shadow:
          3px 3px 0 rgba(0,0,0,0.25),
          1px 1px 0 rgba(0,0,0,0.35);
        margin-bottom: 6px;
      }

      .paint-title .letter {
        display: inline-block;
        white-space: pre;
      }

      .paint-title .letter.bounce {
        animation: paintLetterBounce 0.45s ease;
      }

      @keyframes paintLetterBounce {
        0%   { transform: translateY(0); }
        30%  { transform: translateY(-16px); }
        55%  { transform: translateY(3px); }
        75%  { transform: translateY(-4px); }
        100% { transform: translateY(0); }
      }

      .paint-app {
        background-image: url('images/water.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 10px;
        display: flex;
        flex-direction: column;
        gap: 6px;
        align-items: center;
        font-family: "Segoe UI", sans-serif;
        border-top: 2px solid #ffffff;
        border-left: 2px solid #ffffff;
        border-right: 2px solid #8ca64b;
        border-bottom: 2px solid #8ca64b;
        position: relative;
        width: 100%;
      }

      .paint-app-body {
        display: flex;
        gap: 6px;
        align-items: flex-start;
        width: 100%;
        justify-content: center;
      }

      .paint-panel-raised {
        background: #f5ffdc;
        border-top: 2px solid #ffffff;
        border-left: 2px solid #ffffff;
        border-right: 2px solid #8ca64b;
        border-bottom: 2px solid #8ca64b;
      }

      .paint-panel-sunken {
        border-top: 2px solid #8ca64b;
        border-left: 2px solid #8ca64b;
        border-right: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
      }

      .paint-toolbox-col {
        display: flex;
        flex-direction: column;
        gap: 6px;
        width: auto;
        align-items: center;
        background: #dde6ca;
        border-radius: 8px;
        padding: 6px 14px 6px 6px;
        box-shadow: 0 3px 10px rgba(0,0,0,0.25);
      }

      .paint-toolbox {
        display: grid;
        grid-template-columns: repeat(1, 54px);
        gap: 2px;
        padding: 3px;
        width: 60px;
      }

      .paint-tool-btn {
        width: 54px;
        min-width: 0;
        max-width: 54px;
        height: 36px;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1px;
        font-size: 13px;
        line-height: 1;
        overflow: hidden;
        background: #f5ffdc;
        border-top: 2px solid #ffffff;
        border-left: 2px solid #ffffff;
        border-right: 2px solid #8ca64b;
        border-bottom: 2px solid #8ca64b;
        cursor: pointer;
      }

      .paint-tool-btn .paint-tool-label {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
      }

      .paint-tool-btn .paint-tool-label {
        font-size: 7px;
        line-height: 1;
        color: #333;
        font-family: "Segoe UI", sans-serif;
      }

      .paint-tool-btn:active,
      .paint-tool-btn.active {
        border-top: 2px solid #8ca64b;
        border-left: 2px solid #8ca64b;
        border-right: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        background: #e4ff9c;
      }
      .paint-size-panel {
        padding: 24px 4px 10px 4px;
        display: flex;
        flex-direction: column;
        gap: 6px;
        align-items: center;
        height: 130px;
        justify-content: center;
        width: fit-content;
        position: relative;
      }

      .paint-size-label {
        position: absolute;
        top: 6px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 11px;
        color: #222;
        white-space: nowrap;
      }

      .paint-size-panel input[type="range"] {
        transform: rotate(-90deg);
        width: 90px;
      }

      .paint-colors-panel {
        padding: 6px 8px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 6px;
        width: fit-content;
        margin: 0 auto;
        position: relative;
        left: -18px;
      }

      .paint-current-color-preview {
        width: 28px;
        height: 28px;
        border-top: 2px solid #8ca64b;
        border-left: 2px solid #8ca64b;
        border-right: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        flex-shrink: 0;
      }

      .paint-colors {
        display: grid;
        grid-template-columns: repeat(8, 18px);
        grid-auto-rows: 18px;
        gap: 4px;
        justify-content: center;
      }

      .paint-color-swatch {
        width: 18px;
        height: 18px;
        border: 1px solid #555;
        cursor: pointer;
      }

      .paint-color-swatch.selected {
        outline: 2px solid #358bfc;
        outline-offset: 1px;
      }

      .paint-wheel-corner {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
        flex-shrink: 0;
      }

      .paint-wheel-label {
        font-size: 10px;
        color: #222;
        background: #ffffff;
        padding: 2px 8px;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.25);
        white-space: nowrap;
      }

      /* wheel + shade slider sit side by side, kept compact */
      .paint-wheel-row-inner {
        display: flex;
        align-items: center;
        gap: 5px;
      }

      .paint-wheel-circle {
        background: #ffffff;
        border-radius: 50%;
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 3px 10px rgba(0,0,0,0.3);
      }

      .paint-wheel-brightness {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 3px;
        background: #ffffff;
        border-radius: 8px;
        padding: 4px 5px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.25);
      }

      .paint-wheel-brightness input[type="range"] {
        transform: rotate(-90deg);
        width: 45px;
        margin: 14px 0;
      }

      #paint-color-wheel {
        cursor: crosshair;
        border-radius: 50%;
      }

      .paint-main-col {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
      }

      .paint-canvas-wrap {
        background: #fff;
        border-top: 2px solid #8ca64b;
        border-left: 2px solid #8ca64b;
        border-right: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
      }

      #paint-canvas {
        display: block;
        cursor: crosshair;
        background: #fff;
      }

      .paint-colors-row {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 6px 8px;
      }

      .paint-current-color-preview {
        width: 28px;
        height: 28px;
        border-top: 2px solid #808080;
        border-left: 2px solid #808080;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        flex-shrink: 0;
      }

      .paint-colors {
        display: grid;
        grid-template-columns: repeat(8, 18px);
        grid-auto-rows: 18px;
        gap: 3px;
      }

      .paint-color-swatch {
        width: 18px;
        height: 18px;
        border: 1px solid #555;
        cursor: pointer;
      }

      .paint-color-swatch.selected {
        outline: 2px solid #358bfc;
        outline-offset: 1px;
      }

      .paint-actions {
        display: flex;
        gap: 10px;
        justify-content: center;
        flex-wrap: wrap;
      }

      .paint-action-btn {
        padding: 6px 14px;
        font-family: "Segoe UI", sans-serif;
        font-size: 13px;
        color: #fff;
        background: linear-gradient(to bottom, #6bb0ff, #358bfc);
        border: 1px solid #1f6fe0;
        border-radius: 0;
        cursor: pointer;
        box-shadow: 0 2px 5px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.4);
      }

      .paint-action-btn:hover {
        background: linear-gradient(to bottom, #7fbcff, #4a9bff);
        border-radius: 0;
      }

      .paint-hint {
        font-size: 11px;
        color: #f1ffe6;
        text-align: center;
      }