.tab-btn { position: relative; cursor: pointer; padding-bottom: 1rem; font-weight: 700; color: rgb(6 78 59 / 0.3); outline: 2px solid transparent; outline-offset: 2px; transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
                        .tab-btn.active { --tw-text-opacity: 1; color: rgb(6 78 59 / var(--tw-text-opacity, 1)); }
                        .tab-btn::after { content: ''; position: absolute; bottom: 0px; left: 0px; height: 0.125rem; width: 100%; transform-origin: left; --tw-scale-x: 0; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); --tw-bg-opacity: 1; background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1)); transition-property: transform; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 300ms; }
                        .tab-btn.active::after { --tw-scale-x: 1; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }
                        .gallery-wrapper { display: none; }
                        .gallery-wrapper.active { display: block; animation: fadeIn 0.8s ease forwards; }
                        .nav-btn { cursor: pointer; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: rgb(6 95 70 / 0.3); transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
                        .nav-btn:hover { --tw-text-opacity: 1; color: rgb(6 78 59 / var(--tw-text-opacity, 1)); }
                        .page-num { font-family: "Playfair Display", Georgia, serif; font-style: italic; font-size: 1.125rem; transition: all 0.3s ease; padding: 0 0.5rem; cursor: pointer; color: rgba(6, 78, 59, 0.2) !important; background: none; border: none; }
                        .page-num:hover { color: rgba(6, 78, 59, 0.6) !important; }
                        .page-num.active { color: #064e3b !important; font-weight: 700 !important; font-style: normal !important; border-bottom: 2px solid #064e3b !important; }
                        .aplayer-pic { background-color: #064e3b !important; background-image: linear-gradient(-45deg, #064e3b, #10b981, #d1fae5, #34d399) !important; background-size: 300% 300% !important; animation: fluidFlow 10s ease-in-out infinite !important; border: 2px solid rgba(255, 255, 255, 0.5) !important; box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.2) !important; border-radius: 24px !important; margin: 12px !important; }
                        .aplayer-pic img { display: none !important; }
                        .aplayer-pic .aplayer-button { background: rgba(255, 255, 255, 0.25) !important; backdrop-filter: blur(8px); border: 1px solid rgba(255, 255, 255, 0.3) !important; }
                        .aplayer-list ol li { display: flex !important; align-items: center !important; justify-content: space-between !important; padding: 18px 24px !important; border-top: 1px solid #f0fdf4 !important; transition: all 0.3s ease !important; }
                        .aplayer-list-light { background: rgba(16, 185, 129, 0.05) !important; }
                        .aplayer-list-light .aplayer-list-title { color: #059669 !important; font-weight: bold !important; text-shadow: 0 0 8px rgba(16, 185, 129, 0.1); }
                        .aplayer-list-author { margin-left: auto !important; margin-right: 20px !important; font-size: 0.8em !important; color: #059669 !important; opacity: 0.5; }
                        .dl-btn { flex-shrink: 0 !important; color: #10b981 !important; opacity: 0.3; transition: all 0.3s ease; padding: 8px; display: flex; align-items: center; justify-content: center; text-decoration: none !important; }
                        .dl-btn:hover { opacity: 1; background: #f0fdf4; border-radius: 12px; transform: translateY(-2px); }
                        .dl-btn:active { transform: scale(0.9); }
                        @keyframes fluidFlow { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
                        @keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }