        :root {
            --glow-sens: 30;
            --dark: hsl(260, 25%, 10%);
            --fg: black;
            --h: 260;
            --card-bg: linear-gradient(8deg, var(--dark) 75%, color-mix(in hsl, var(--dark), white 2.5%) 75.5%);
            --blend: soft-light;
            --glow-blend: plus-lighter;
            --glow-color: 40deg 80% 80%;
            --duration: 1s;
            --ease-slider: cubic-bezier(0.4, 0, 0.2, 1);
            --ease-timeline: cubic-bezier(0.71, 0.21, 0.3, 0.95);
            --page-height: 498px;
            --accent: hsl(260, 100%, 80%);
        }
        .light {
            --card-bg: linear-gradient(8deg, color-mix(in hsl, hsl(260, 25%, 95%), var(--dark) 2.5%) 75%, hsl(260, 25%, 95%) 75.5%);
            --blend: darken;
            --glow-blend: luminosity;
            --glow-color: 280deg 90% 95%;
            --fg: black;
            color: var(--fg);
        }
        body {
            background-color: #debbff;
            margin: 0;
            padding: 0;
            min-height: 100dvh;
            background: url('/images/AAA.png') center/cover;
            background-attachment: scroll;
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: 'Inter', sans-serif;
            color: var(--fg);
            overflow: hidden;
        }
        canvas {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100dvh;
            z-index: -1;
        }
        body.light {
            background: url('/images/AAA.png') center/cover fixed;
            color: var(--fg);
        }
        canvas {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            z-index: -1;
        }
        .glowing-card {
            --pads: 20px;
            --color-sens: calc(var(--glow-sens) + 20);
            position: relative;
            width: 345px !important;
            height: 510px !important;
            min-width: 345px;
            min-height: 510px;
            max-width: 345px;
            max-height: 510px;
            border-radius: 20px;
            isolation: isolate;
            transform: translate3d(0, 0, 0.01px);
            background: #fff2;
            box-shadow: 0px 10px 15px rgba(0, 0, 0, 0), 0 0 56px #fff inset;
            overflow: hidden;
            text-align: center;
            box-sizing: border-box;
            border: none;
            backdrop-filter: blur(5px);
        }
        body:not(.light) .glowing-card {
            backdrop-filter: none;
            background: rgba(255,255,255,0.15);
            border: 1px solid rgb(255 255 255 / 80%);
        }
        body:not(.light) .link-card {
            background: rgba(255,255,255,0.07);
        }
        body:not(.light) .link-card:hover {
            background: rgba(255,255,255,0.2);
        }
        body:not(.light) .spotify-card {
            background: rgba(255,255,255,0.09);
        }
        body:not(.light) .music-player {
            background: rgba(255,255,255,0.15);
            box-shadow: none;
        }
        .theme-toggle {
            position: absolute;
            top: 6px;
            width: 24px;
            height: 24px;
            cursor: pointer;
            z-index: 10;
            opacity: 0.5;
            transition: opacity 0.3s;
            -webkit-tap-highlight-color: transparent;
        }
        .theme-toggle:hover {
            opacity: 0.7;
        }
        .sun-toggle {
            left: 6px;
            transition: transform 0.1s ease;
        }
        .sun-toggle:hover {
            transform: scale(1.2);
        }
        .moon-toggle {
            right: 6px;
        }
        .day-toggle {
            position: absolute;
            bottom: 5px;
            width: 24px;
            height: 24px;
            cursor: pointer;
            z-index: 10;
            opacity: 0.5;
            transition: opacity 0.3s;
            -webkit-tap-highlight-color: transparent;
        }
        .day-toggle:hover {
            opacity: 0.7;
        }
        .day-toggle-left {
            left: 6px;
            transition: transform 0.1s ease;
        }
        .day-toggle-left:hover {
            transform: scale(1.2);
        }
        .day-toggle-right {
            right: 6px;
        }
        .alist-widget-wrapper {
            padding: 20px;
            z-index: 1;
            height: 100%;
            box-sizing: border-box;
        }
        .profile-header {
            padding: 15px 2px 12px;
            position: relative;
        }
        .profile-pic {
            width: 200px;
            height: 200px;
            border-radius: 50%;
            object-fit: cover;
            margin: 0 auto;
            display: block;
            filter: brightness(0.88);
            object-position: center 10%;
            image-rendering: optimizeSpeed;
            image-rendering: -moz-crisp-edges;
            image-rendering: -webkit-optimize-contrast;
            image-rendering: optimize-contrast;
            image-rendering: pixelated;
            -ms-interpolation-mode: nearest-neighbor;
            backface-visibility: hidden;
            transform: translateZ(0);
            will-change: transform;
            margin-top: -45px;
            margin-bottom: -45px;
        }
        .link-section {
            width: 100%;
            height: 100%;
            overflow: hidden;
            padding: 0;
        }
        .pages {
            display: flex;
            transition: transform 0.5s ease-in-out;
            height: 100%;
            transform: translateX(-100%);
        }
        .page {
            flex: 0 0 100%;
            height: var(--page-height);
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 0 27px 26.2px;
            overflow: hidden;
        }
        #page3 {
            justify-content: center;
            align-items: center;
            padding: 0;
        }
        .link-card {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            width: 275px !important;
            min-width: 275px;
            max-width: 275px;
            height: 35px;
            background: #fff1;
            padding: 8px;
            margin-bottom: 6px;
            border-radius: 15px;
            text-decoration: none;
            color: var(--fg);
            transition: background 0.3s;
            font-size: 16px;
            font-style: italic;
            -webkit-tap-highlight-color: transparent;
            box-shadow: 0px 4px 3px #0001, 0 0 26px #fffa inset;
            cursor: pointer;
            user-select: none;
            transition: all 0.2s ease;
        }
        .link-card:hover {
            background: rgba(255,255,255,0.3);
            color: #333;
        }
        .link-icon {
            width: 36px;
            height: 36px;
            margin-left: 16px;
            margin-right: 0px;
        }
        .link-title {
            text-align: center;
            width: 100%;
            font-size: 18px;
            color: var(--fg);
        }
        .link-scroll-container {
            overflow-y: scroll;
            position: relative;
            width: calc(284px + 10px);
            margin-right: -10px;
        }
        .link-scroll-container::-webkit-scrollbar {
            width: 0px;
            background: transparent;
        }
        .link-scroll-container::-webkit-scrollbar-track {
            background: transparent;
            border-right: 0px solid transparent;
        }
        .link-scroll-container::-webkit-scrollbar-thumb {
            background: rgba(200, 200, 200, 0.3);
            border-radius: 100px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        .link-scroll-container.scrolling::-webkit-scrollbar-thumb {
            opacity: 1;
        }
        .spotify-card {
            display: flex;
            justify-content: space-between;
            width: 251px !important;
            min-width: 251px;
            max-width: 251px;
            height: 100px;
            align-items: center;
            background: #fff1;
            border-radius: 20px;
            padding: 10.8px 20px;
            max-width: 100%;
            box-shadow: 0px 4px 3px #0001, 0 0 26px #fffa inset;
            cursor: pointer;
            position: relative;
            margin-bottom: 10px;
            flex-wrap: nowrap;
            gap: 16px;
            user-select: none;
            transition: all 0.2s ease;
        }
        .spotify-left {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            height: auto;
            flex: 1;
            min-width: 0;
            padding-right: 8px;
            gap: 6px;
        }
        .spotify-meta {
            display: flex;
            align-items: center;
            gap: 6px;
        }
        .spotify-icon {
            width: 36px;
            height: 36px;
            border-radius: 12px;
            background-color: #1ed760;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }
        .spotify-icon img {
            width: 22px;
            height: 22px;
        }
        .track-text {
            display: flex;
            flex-direction: column;
            text-align: left;
            gap: 1px;
        }
        .track-title {
            font-size: 16px;
            font-weight: bold;
            margin: 0;
            color: var(--fg);
            font-style: italic;
        }
        .track-artist {
            font-size: 11.7870px;
            color: var(--fg);
            font-style: italic;
        }
        .play-btn {
            background-color: #3fd97a;
            color: white;
            border: none;
            border-radius: 24px;
            padding: 6px 36px;
            font-size: 14px;
            font-weight: bold;
            display: flex;
            align-items: center;
            gap: 6px;
            cursor: pointer;
            margin-top: 1px;
            width: fit-content;
            font-style: italic;
            transition: transform 0.1s ease;
            justify-content: flex-start;
        }
        .play-btn:hover {
            transform: scale(1.05);
        }
        .play-btn svg {
            width: 14px;
            height: 14px;
        }
        .spotify-cover {
            width: 75px;
            height: 75px;
            border-radius: 12px;
            overflow: hidden;
            flex-shrink: 0;
            margin-left: 8px;
        }
        .spotify-cover img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        #shuicheCanvas {
            position: fixed;
            left: 0;
            top: 0;
            z-index: 2147483647;
            pointer-events: none;
        }
        .pagination {
            display: flex;
            justify-content: center;
            gap: 5px;
            margin-top: -8px;
            margin-bottom: 10px;
        }
        .bullet {
            width: 85px;
            height: 6px;
            background: var(--fg);
            opacity: 0.2;
            border-radius: 10%;
            cursor: pointer;
            transition: all 0.3s;
        }
        .bullet {
            position: relative;
        }
        .bullet::before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: -20px;
            bottom: -20px;
            cursor: pointer;
        }
        .bullet.active {
            border-radius: 10%;
            opacity: 1;
            background: #c299ff;
            box-shadow: 0px 0px 20px rgba(194, 153, 255, 0);
        }
        body:not(.light) .crt::after {
            content: " ";
            display: block;
            position: fixed;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: rgba(18, 16, 16, 0);
            opacity: 0%;
            z-index: 2;
            pointer-events: none;
        }
        body:not(.light) .crt::before {
            content: " ";
            display: block;
            position: fixed;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.1) 100%),
                        linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
            z-index: 2;
            background-size: 100% 2px, 3px 100%;
            pointer-events: none;
        }
        #page1 {
            padding: 0;
        }
        #page1 .page-vertical {
            height: 100%;
            overflow-y: auto;
            -webkit-overflow-scrolling: touch;
            scroll-snap-type: y mandatory;
            scroll-behavior: smooth;
            overscroll-behavior: contain;
            position: relative;
        }
        #page1 .page-vertical::-webkit-scrollbar {
            display: none;
        }
        #page1 .page-vertical {
            -ms-overflow-style: none;
            scrollbar-width: none;
        }
        #page1 .subpage {
            scroll-snap-align: start;
            height: 100%;
            min-height: var(--page-height);
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        #page1 .subpage {
            scroll-snap-stop: always;
        }
        #page1,
        #page1 .page-vertical,
        #page1 .subpage {
            overflow-x: hidden !important;
        }
        #page1 img {
            display: block;
            height: auto;
            max-height: 100%;
        }
        #page1 .subpage > div {
            overflow: hidden;
        }
        @font-face {
            font-family: "icomoon";
            src: url("/fonts/icomoon.eot");
            src: url("/fonts/icomoon.eot#iefix") format("embedded-opentype"),
                url("/fonts/icomoon.ttf") format("truetype"),
                url("/fonts/icomoon.woff") format("woff"),
                url("/fonts/icomoon.svg#icomoon") format("svg");
            font-weight: normal;
            font-style: normal;
            font-display: block;
        }
        [class^="icon-"],
        [class*=" icon-"] {
            font-family: "icomoon" !important;
            speak: never;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
        .icon-back:before { content: "\e900"; color: #827d7b; }
        .icon-next:before { content: "\e901"; color: #827d7b; }
        .icon-pause:before { content: "\e902"; color: #fff; }
        .icon-play:before { content: "\e903"; color: #fff; }
        .icon-playlist:before { content: "\e904"; color: #fff; }
        .img { width: 100%; flex-shrink: 0; display: block; object-fit: cover; }
        .list { margin: 0; padding: 0; list-style-type: none; }
        .text_trsf-cap { text-transform: capitalize; }
        .button { all: unset; cursor: pointer; }
        .center { display: flex; align-items: center; justify-content: center; }
        .flex-row { display: flex; }
        .flex-column { display: flex; flex-direction: column; }
        ._align_center { align-items: center; }
        ._align_start { align-items: flex-start; }
        ._align_end { align-items: flex-end; }
        ._justify_center { justify-content: center; }
        ._justify_start { justify-content: flex-start; }
        ._justify_end { justify-content: flex-end; }
        ._justify_space-btwn { justify-content: space-between; }
        .text_overflow {
            width: 66%;
            overflow: hidden;
            white-space: nowrap;
            display: inline-block;
            text-overflow: ellipsis;
            margin-right: 60px;
        }
        .music-player {
            --color-white: #fff;
            --color-gray: #e5e7ea;
            --color-blue: #78adfe;
            --color-blue-dark: #5781bd;
            --box-shadow: 0 2px 6px 1px #0000001f;
            --color-text-1: var(--fg);
            --color-text-2: #ffffff6b;
            --cover-size: 4.2em;
            --border-radius: 1.2em;
            --music-player-height: calc(var(--page-height) - 0px);
            --offset-cover: 1em;
            width: 335px !important;
            height: 445px !important;
            user-select: none;
            color: var(--color-text-1);
            height: var(--music-player-height);
            border-radius: var(--border-radius);
            background-color: rgba(255, 255, 255, 0.1);
            margin-top: -15px;
            margin-right: auto;
            margin-bottom: -0px;
            margin-left: auto;
            box-sizing: border-box;
        }
        .light .music-player {
            --color-text-2: #0000006b;
        }
        .slider {
            --shadow-opacity: 1;
            z-index: 0;
            flex-shrink: 0;
            height: 6.8em;
            position: relative;
            border-radius: inherit;
            transition: var(--duration) height var(--ease-timeline);
        }
        .slider.resize { --shadow-opacity: 0; height: var(--music-player-height); }
        .slider::after {
            top: 0; left: 0; right: 0; content: ""; width: 100%; z-index: -1;
            height: 100%; position: absolute; pointer-events: none; border-radius: inherit;
            box-shadow: var(--box-shadow); opacity: var(--shadow-opacity);
            transition: var(--duration) opacity;
        }
        .slider__content {
            top: 0; left: 0; overflow: hidden; position: absolute; border-radius: inherit;
            width: var(--cover-size); height: var(--cover-size);
            transition: transform, width, height;
            transition-duration: var(--duration);
            transition-timing-function: var(--ease-timeline);
            transform: translate3d(var(--offset-cover), var(--offset-cover), 0);
        }
        .slider.resize .slider__content {
            width: 100%; height: 22em;
            transform: translate3d(0, 0, 0);
        }
        .slider__content .button { --size: 2.5em; z-index: 1; position: absolute; width: var(--size); height: var(--size); }
        .slider__content i { position: absolute; pointer-events: none; font-size: var(--size); }
        .music-player__playlist-button {
            top: 5.5%;
            left: 5.5%;
            transform: scale(0);
            transition: calc(var(--duration) / 2) transform;
        }
        .slider.resize .music-player__playlist-button {
            transform: scale(1);
            transition: 0.30s var(--duration) transform cubic-bezier(0, 0.85, 0.11, 1.64);
        }
        .music-player__broadcast-guarantor {
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        .music-player__broadcast-guarantor .icon-pause,
        .music-player__broadcast-guarantor.click .icon-play { opacity: 0; }
        .music-player__broadcast-guarantor.click .icon-pause { opacity: 1; }
        .slider__imgs {
            width: 100%; height: 100%; filter: brightness(75%);
            transform: translate3d(calc(var(--index) * 100%), 0, 0);
            transition: var(--duration) transform var(--ease-slider);
        }
        .slider__imgs > img { pointer-events: none; }
        .slider__controls {
            --controls-y: 210%; --controls-x: 17.3%; --controls-width: 68.4%; --controls-resize-width: 88%;
            gap: 0.375em 0; flex-wrap: wrap; position: absolute; align-items: center; padding-top: 0.375em;
            width: var(--controls-width); transform: translate3d(var(--controls-x), 0, 0);
            animation: var(--controls-animate, "down paused") var(--duration) var(--ease-timeline) forwards;
        }
        @keyframes down {
            100% { width: var(--controls-resize-width); transform: translate3d(0, var(--controls-y), 0); }
        }
        @keyframes up {
            0% { width: var(--controls-resize-width); transform: translate3d(0, var(--controls-y), 0); }
            100% { width: var(--controls-width); transform: translate3d(var(--controls-x), 0, 0); }
        }
        .slider__switch-button { font-size: 2.5em; height: max-content; }
        .music-player__info {
            width: 56.3%; cursor: pointer; line-height: 1.45; overflow: hidden; font-weight: bold; padding: 0 0.0625em; white-space: nowrap;
        }
        .music-player__info > * { margin: 0 auto; pointer-events: none; }
        .music-player__singer-name { font-size: 1.1em; width: max-content; }
        .music-player__subtitle { font-size: 0.8em; font-weight: bold; color: var(--color-text-2); }
        .slider__controls .music-player__subtitle { width: max-content; }
        .music-player__singer-name.animate, .music-player__subtitle.animate {
            --subtitle-gap: 1.2em;
            display: flex; gap: 0 var(--subtitle-gap); animation: subtitle 12s 1.2s linear infinite;
        }
        @keyframes subtitle {
            80%, 100% { transform: translate3d(calc((100% + var(--subtitle-gap)) / -2), 0, 0); }
        }
        .progress {
            width: 90%; height: 0.6em; cursor: pointer; transition: var(--duration) width var(--ease-timeline); position: relative; top: 8px;
        }
        .slider.resize .progress { width: 100%; }
        .progress__wrapper {
            width: 100%; height: 0.35em; position: relative; border-radius: 1em; background-color: var(--color-gray);
        }
        .progress__bar {
            top: 0; left: 0; bottom: 0; position: absolute; width: var(--width); border-radius: inherit; background-color: var(--color-blue);
        }
        .progress__bar::after {
            --size: 0.375em; left: 98%; content: ""; position: absolute; width: var(--size); height: var(--size);
            border-radius: 100%; background-color: var(--color-blue-dark);
        }
        .music-player__playlist {
            height: 100%;
            overflow-y: auto;
            padding: 1em 0.9em 0 var(--offset-cover);
            box-sizing: border-box;
        }
        .music-player__playlist::-webkit-scrollbar {
            width: 4px;
            background: transparent;
        }
        .music-player__playlist::-webkit-scrollbar-track {
            background: transparent;
        }
        .music-player__playlist::-webkit-scrollbar-thumb {
            background: rgba(200, 200, 200, 0.3);
            border-radius: 2px;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        .music-player__playlist.scrolling::-webkit-scrollbar-thumb {
            opacity: 1;
        }
        .music-player__song {
            --gap: 0.5em; cursor: pointer; margin-bottom: var(--gap); padding-bottom: var(--gap); border-bottom: 0.8px solid #d8d8d859;
        }
        .music-player__song audio { display: none; }
        .music-player__song-img {
            width: var(--cover-size); height: var(--cover-size); border-radius: var(--border-radius);
        }
        .music-player__playlist-info {
            width: 100%;
            overflow: hidden;
            line-height: 1.2;
            font-size: 1em;
            margin-left: 1.2em;
        }
        .music-player__playlist-info b {
            display: block;
            margin-left: 0;
            padding-left: 0;
            text-align: left;
            width: calc(100% - 50px);
        }
        .flex-row._justify_space-btwn {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
        }
        .music-player__playlist-info .music-player__subtitle {
            display: block;
            text-align: left;
            margin-left: 0;
            padding-left: 0;
            flex-grow: 1;
        }
        .music-player__song-duration {
            flex-shrink: 0;
            margin-left: 10px;
        }
        .music-player__song-duration {
            font-weight: bold; font-size: 0.8em; color: var(--color-text-2);
        }
        .loading-spinner {
            display: inline-block;
            width: 40px;
            height: 40px;
            border: 4px solid rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            border-top-color: var(--fg);
            animation: spin 1s ease-in-out infinite;
        }
        @keyframes spin {
            to { transform: rotate(360deg); }
        }
        .loading-text {
            margin-top: 10px;
            font-size: 16px;
            color: var(--fg);
        }
