/* startpaste – page-specific styles (cached)
   IMPORTANT: If you edit @media blocks, ensure every { has a matching }.
   A missing } after @media (max-width: 480px) once trapped ~60% of this file
   inside that query only — desktop looked unstyled, mobile looked fine. */
@media (min-width: 768px) {
    nav.nav-enhanced-desktop.nav-translucent {
        display: block !important;
        position: fixed !important;
        margin: 0 !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
    }
}
    .ql-toolbar.ql-snow {
        background: rgba(17, 24, 39, 0.4);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border: none !important;
        border-radius: 1.5rem 1.5rem 0 0;
        padding-left: 8px !important;
        padding-right: 8px !important;
        margin-bottom: 1px;
        display: flex;
        flex-wrap: wrap;
        gap: 3px;
        justify-content: flex-start;
        align-items: center !important;
        position: relative;
        z-index: 20;
        width: 100%;
    }
    .ql-snow .ql-toolbar button {
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        border: none !important;
        background: rgba(30, 41, 59, 0.4);
        transition: all 0.2s ease;
        margin: 0 1px;
    }
    .ql-toolbar .ql-formats {
        margin: 0 3px 0 0 !important;
    }
    .ql-toolbar .ql-formats:last-child {
        margin-right: 0 !important;
    }
    .ql-snow .ql-toolbar button svg {
        display: inline-block !important;
        vertical-align: middle !important;
        width: 18px !important;
        height: 18px !important;
    }
    .ql-container.ql-snow {
        background: rgba(10, 14, 22, 0.3);
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        border: none !important;
        border-radius: 0 0 1.5rem 1.5rem;
        min-height: 300px;
        box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        position: relative;
        z-index: 10;
    }
    .ql-editor {
        color: rgba(255, 255, 255, 0.9);
        padding: 24px;
        line-height: 1.8;
        cursor: text;
        text-align: left;
        white-space: pre-wrap;
        word-wrap: break-word;
        font-size: 16px;
        letter-spacing: 0.3px;
        min-height: 277px;
        font-weight: 400;
    }
    #paste-input .ql-editor {
        position: relative;
        z-index: 50;
    }
    .ql-editor.ql-blank::before {
        content: attr(data-placeholder);
        color: rgba(156, 163, 175, 0.7);
        font-style: normal;
        font-weight: 300;
        opacity: 0.8;
        position: absolute;
        left: 24px;
        top: 24px;
        pointer-events: none;
        z-index: 60;
    }
    .ql-editor,
    .ql-editor * {
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
        -ms-touch-action: manipulation;
    }
    .ql-snow .ql-stroke {
        stroke: rgba(209, 213, 219, 0.8) !important;
        stroke-width: 1.5 !important;
        stroke-linecap: round !important;
        stroke-linejoin: round !important;
        transition: all 0.2s ease;
    }
    .ql-snow .ql-fill {
        fill: rgba(209, 213, 219, 0.8) !important;
        transition: all 0.2s ease;
    }
    .ql-snow .ql-thin {
        stroke: rgba(209, 213, 219, 0.8) !important;
        fill: none !important;
        transition: all 0.2s ease;
    }
    .ql-snow .ql-toolbar svg {
        stroke: rgba(209, 213, 219, 0.8);
        fill: none;
    }
    .ql-snow .ql-toolbar .ql-fill {
        fill: rgba(209, 213, 219, 0.8);
        stroke: none;
    }
    .ql-snow .ql-picker {
        color: rgba(209, 213, 219, 0.8) !important;
        height: 32px;
        transition: all 0.2s ease;
    }
    .ql-snow .ql-toolbar button:hover {
        background: rgba(30, 41, 59, 0.7);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    }
    .ql-snow .ql-toolbar button:hover .ql-stroke,
    .ql-snow .ql-toolbar button:hover .ql-thin {
        stroke: rgba(74, 222, 128, 0.9) !important;
    }
    .ql-snow .ql-toolbar button:hover .ql-fill {
        fill: rgba(74, 222, 128, 0.9) !important;
    }
    .ql-snow .ql-toolbar .ql-picker-item.ql-selected,
    .ql-snow .ql-toolbar .ql-picker-label.ql-active,
    .ql-snow .ql-toolbar button.ql-active,
    .ql-snow .ql-toolbar button.ql-selected,
    .ql-snow .ql-toolbar button[aria-pressed="true"],
    .ql-snow .ql-toolbar button[aria-selected="true"],
    .ql-snow.ql-toolbar .ql-picker-item.ql-selected,
    .ql-snow.ql-toolbar .ql-picker-label.ql-active,
    .ql-snow.ql-toolbar button.ql-active {
        background: rgba(34, 197, 94, 0.2) !important;
        box-shadow: 0 2px 8px rgba(34, 197, 94, 0.15);
        border: none !important;
        border-radius: 8px;
    }
    .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
    .ql-snow .ql-toolbar button.ql-active .ql-stroke,
    .ql-snow .ql-toolbar button.ql-active .ql-thin,
    .ql-snow .ql-toolbar button[aria-pressed="true"] .ql-stroke,
    .ql-snow .ql-toolbar button[aria-selected="true"] .ql-stroke,
    .ql-snow.ql-toolbar button.ql-active .ql-stroke,
    .ql-snow.ql-toolbar button.ql-active .ql-thin {
        stroke: rgba(74, 222, 128, 0.9) !important;
    }
    .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
    .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
    .ql-snow .ql-toolbar button.ql-active .ql-fill,
    .ql-snow .ql-toolbar button[aria-pressed="true"] .ql-fill,
    .ql-snow .ql-toolbar button[aria-selected="true"] .ql-fill,
    .ql-snow.ql-toolbar button.ql-active .ql-fill {
        fill: rgba(74, 222, 128, 0.9) !important;
    }
    .ql-snow .ql-picker-label {
        border: none !important;
        background: rgba(30, 41, 59, 0.4);
        border-radius: 8px;
        padding: 0 10px;
        display: flex;
        align-items: center;
        height: 32px;
    }
    .ql-snow .ql-picker-label:hover {
        background: rgba(30, 41, 59, 0.7);
    }
    .ql-snow .ql-formats {
        margin: 0;
        flex-wrap: nowrap;
    }
    .ql-snow .ql-formats:last-child {
        border-right: none;
    }
    .ql-snow .ql-picker-options {
        background: rgba(15, 23, 42, 0.85) !important;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border: none !important;
        border-radius: 12px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        padding: 8px;
        margin-top: 8px;
        z-index: 30 !important;
        max-height: 300px;
        overflow-y: auto;
    }
    .ql-snow .ql-picker-item {
        padding: 6px 12px;
        border-radius: 6px;
        transition: background-color 0.2s ease;
        color: rgba(209, 213, 219, 0.9) !important;
    }
    .ql-snow .ql-picker-item:hover {
        background-color: rgba(34, 197, 94, 0.15);
        color: #fff !important;
    }
    .ql-snow .ql-color-picker .ql-picker-item {
        width: 16px !important;
        height: 16px !important;
        border: 1px solid rgba(255, 255, 255, 0.2) !important;
    }
    .ql-toolbar .ql-picker.ql-align .ql-picker-item::before,
    .ql-toolbar .ql-picker.ql-align .ql-picker-label::before {
        font-size: 16px;
        line-height: 1;
    }
    .ql-bold {
        font-weight: 700 !important;
    }
    .ql-snow .ql-bold svg .ql-stroke {
        stroke-width: 2 !important;
    }
    #toolbar-container {
        position: relative;
        z-index: 20;
    }
    #paste-input {
        z-index: 10;
        position: relative;
    }
    body,
    html {
        overflow-x: hidden;
        overflow-y: auto;
        min-height: 100vh;
        margin: 0;
        padding: 0;
        -webkit-overflow-scrolling: touch;
    }
    #paste-input,
    .ql-container,
    .ql-editor {
        overflow-anchor: none;
    }
    .ql-editor b,
    .ql-editor strong {
        font-weight: 700 !important;
    }
    /* Premium black gradient - same as index */
    .premium-black-gradient {
        background:
            radial-gradient(ellipse 80% 50% at 20% 30%, rgba(255, 255, 255, 0.04) 0%, transparent 50%),
            radial-gradient(ellipse 60% 40% at 80% 10%, rgba(255, 255, 255, 0.02) 0%, transparent 45%),
            linear-gradient(180deg, #020202 0%, #060608 30%, #08080c 60%, #030305 100%);
        background-attachment: fixed;
    }
    /* Premium black tile overlays */
    .tile-premium-overlay {
        background: linear-gradient(135deg, rgba(13, 13, 20, 0.35) 0%, rgba(10, 10, 15, 0.55) 40%, rgba(5, 5, 8, 0.75) 100%);
        backdrop-filter: blur(48px);
        -webkit-backdrop-filter: blur(48px);
    }
    .tile-premium-overlay-t {
        background: linear-gradient(to top, rgba(0, 0, 0, 0.25) 0%, transparent 45%, rgba(255, 255, 255, 0.02) 85%, rgba(255, 255, 255, 0.04) 100%);
    }
    .tile-premium-border {
        border: 1px solid rgba(255, 255, 255, 0.08);
        box-shadow:
            0 0 0 1px rgba(255, 255, 255, 0.04),
            0 12px 40px -8px rgba(0, 0, 0, 0.5),
            0 6px 20px -4px rgba(0, 0, 0, 0.35),
            inset 0 1px 0 rgba(255, 255, 255, 0.06),
            inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    }
    /* Translucent nav - same as index */
    .nav-translucent {
        background:
            radial-gradient(ellipse 80% 50% at 20% 30%, rgba(255, 255, 255, 0.06) 0%, transparent 50%),
            linear-gradient(180deg, rgba(2, 2, 2, 0.5) 0%, rgba(6, 6, 8, 0.45) 50%, rgba(3, 3, 5, 0.5) 100%);
    }
    /* Do NOT set position: relative here — it overrides Tailwind .fixed on the <nav> and the bar
       stops being viewport-fixed (looks like empty space / wrong offset above the bar on desktop). */
    .nav-enhanced-desktop {
        box-shadow:
            0 4px 30px rgba(0, 0, 0, 0.4),
            0 1px 0 rgba(255, 255, 255, 0.06),
            0 0 40px -10px rgba(74, 222, 128, 0.15);
        border-bottom: 1px solid rgba(75, 85, 99, 0.3);
    }
    .nav-enhanced-desktop::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent 0%, rgba(74, 222, 128, 0.4) 50%, transparent 100%);
        opacity: 0.8;
    }
    /* Mobile nav - premium translucent */
    .mobile-nav-glass {
        background:
            radial-gradient(ellipse 80% 50% at 20% 30%, rgba(255, 255, 255, 0.06) 0%, transparent 50%),
            linear-gradient(180deg, rgba(2, 2, 2, 0.45) 0%, rgba(6, 6, 8, 0.4) 50%, rgba(3, 3, 5, 0.45) 100%) !important;
        backdrop-filter: blur(24px) !important;
        -webkit-backdrop-filter: blur(24px) !important;
        border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
        box-shadow:
            0 -4px 30px rgba(0, 0, 0, 0.4),
            0 -1px 0 rgba(255, 255, 255, 0.06),
            0 0 40px -10px rgba(74, 222, 128, 0.12) !important;
    }
    .mobile-nav-glass::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent 0%, rgba(74, 222, 128, 0.35) 50%, transparent 100%);
        opacity: 0.9;
        pointer-events: none;
    }
                    @keyframes blog-icon-float {
                        0%, 100% { transform: translateY(0); }
                        50% { transform: translateY(-2px); }
                    }
                    @keyframes updates-refresh-spin {
                        0% { transform: rotate(0deg); }
                        100% { transform: rotate(360deg); }
                    }
                    #timer-select {
                        background-color: rgba(13, 13, 20, 0.95);
                        color: #f3f4f6;
                    }
                    #timer-select option {
                        background-color: #0d0d14 !important;
                        color: #e5e7eb !important;
                    }
                    #timer-select option:focus,
                    #timer-select option:hover {
                        background-color: #12121a !important;
                        color: #a7f3d0 !important;
                    }
                    #timer-select::-ms-expand {
                        display: none;
                    }
                    #timer-select-wrapper.timer-premium-glow {
                        border-radius: 1rem;
                        box-shadow: 0 0 0 1px rgba(250, 204, 21, 0.5), 0 0 22px rgba(250, 204, 21, 0.35);
                    }
                    .vision-pro-card-dark {
                        box-shadow:
                            0 8px 32px rgba(0, 0, 0, 0.25),
                            0 2px 8px rgba(0, 0, 0, 0.15),
                            inset 0 1px 0 rgba(75, 85, 99, 0.2),
                            inset 0 -1px 0 rgba(75, 85, 99, 0.1);
                        backdrop-filter: blur(40px) saturate(120%);
                        -webkit-backdrop-filter: blur(40px) saturate(120%);
                        transform: translateZ(0);
                        will-change: transform;
                    }
                    .vision-pro-card-dark:hover {
                        box-shadow:
                            0 16px 48px rgba(0, 0, 0, 0.3),
                            0 4px 16px rgba(0, 0, 0, 0.2),
                            0 0 0 1px rgba(74, 222, 128, 0.15),
                            inset 0 1px 0 rgba(75, 85, 99, 0.25),
                            inset 0 -1px 0 rgba(75, 85, 99, 0.15);
                    }
                    .vision-pro-text-dark {
                        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
                        font-weight: 500;
                        letter-spacing: 0.025em;
                    }
                    .vision-pro-number-dark {
                        text-shadow: 0 2px 6px rgba(0, 0, 0, 0.8);
                        font-weight: 700;
                        letter-spacing: -0.02em;
                    }
                    .vision-pro-badge-dark {
                        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
                        font-weight: 600;
                        backdrop-filter: blur(20px);
                        -webkit-backdrop-filter: blur(20px);
                    }
                    .vision-pro-pulse-dark {
                        filter: drop-shadow(0 0 4px currentColor);
                    }
                    .vision-pro-eye-dark {
                        filter: drop-shadow(0 0 2px rgba(74, 222, 128, 0.4));
                    }
                    .vision-pro-card-dark * {
                        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
                    }
                    .vision-pro-card-dark:hover .vision-pro-text-dark {
                        color: rgba(209, 213, 219, 0.95);
                    }
                    .vision-pro-card-dark:hover .vision-pro-number-dark {
                        color: #fff;
                        text-shadow: 0 2px 8px rgba(74, 222, 128, 0.3);
                    }
                    .vision-pro-card-dark {
                        animation: visionProFadeInDark 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
                    }
                    @keyframes visionProFadeInDark {
                        from {
                            opacity: 0;
                            transform: translateY(20px) scale(0.95);
                        }
                        to {
                            opacity: 1;
                            transform: translateY(0) scale(1);
                        }
                    }
                    @media (max-width: 640px) {
                        .vision-pro-card-dark {
                            backdrop-filter: blur(30px) saturate(110%);
                            -webkit-backdrop-filter: blur(30px) saturate(110%);
                        }
                    }
                    @media (max-width: 599px) {
                        .earnings-wrap {
                            flex-direction: column;
                            align-items: flex-start;
                            gap: 0.25rem;
                        }
                    }
                    @media (max-width: 480px) {
                        .stats-card-label {
                            font-size: 0.65rem;
                        }
                        .stats-card-badge {
                            font-size: 0.65rem;
                            padding: 0.15rem 0.35rem;
                            min-width: 36px !important;
                        }
                    }
                    [role="button"],
                    a,
                    button,
                    input,
                    textarea {
                        -webkit-tap-highlight-color: transparent;
                    }
                    html {
                        touch-action: manipulation;
                        -ms-touch-action: manipulation;
                        -webkit-text-size-adjust: 100%;
                    }
                    @media (hover: none) and (pointer: coarse) {
                        .tap-target {
                            padding: 8px 10px;
                        }
                    }
                    @keyframes fadeInUp {
                        0% {
                            transform: translateY(15px);
                            opacity: 0;
                        }
                        100% {
                            transform: translateY(0);
                            opacity: 1;
                        }
                    }
                    .fade-in-up {
                        animation: fadeInUp 0.8s ease-out forwards;
                    }
                    @keyframes float {
                        0% {
                            transform: translateY(0);
                        }
                        50% {
                            transform: translateY(-6px);
                        }
                        100% {
                            transform: translateY(0);
                        }
                    }
                    .float-animation {
                        animation: float 3s ease-in-out infinite;
                    }
                    .float-animation-delayed {
                        animation: float 3s ease-in-out 1.5s infinite;
                    }
                    @keyframes shimmer {
                        0% {
                            background-position: -100% 0;
                        }
                        100% {
                            background-position: 100% 0;
                        }
                    }
                    @keyframes fadeIn {
                        from {
                            opacity: 0;
                        }
                        to {
                            opacity: 1;
                        }
                    }
                    @keyframes slideInUp {
                        from {
                            opacity: 0;
                            transform: translate(-50%, -50%) translateY(20px) scale(0.95);
                        }
                        to {
                            opacity: 1;
                            transform: translate(-50%, -50%) translateY(0) scale(1);
                        }
                    }
                    @keyframes slideInDown {
                        from {
                            opacity: 0;
                            transform: translateX(-50%) translateY(-20px);
                        }
                        to {
                            opacity: 1;
                            transform: translateX(-50%) translateY(0);
                        }
                    }
                    @keyframes slideOutUp {
                        from {
                            opacity: 1;
                            transform: translateX(-50%) translateY(0);
                        }
                        to {
                            opacity: 0;
                            transform: translateX(-50%) translateY(-20px);
                        }
                    }
                    .loading-spinner {
                        background:
                            radial-gradient(ellipse 80% 50% at 20% 30%, rgba(255, 255, 255, 0.04) 0%, transparent 50%),
                            radial-gradient(ellipse 60% 40% at 80% 10%, rgba(255, 255, 255, 0.02) 0%, transparent 45%),
                            linear-gradient(180deg, #020202 0%, #060608 30%, #08080c 60%, #030305 100%);
                        position: fixed;
                        inset: 0;
                        width: 100%;
                        height: 100vh;
                        overflow: hidden;
                    }
                    #loading-details,
                    #loading-status {
                        opacity: 1;
                        transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
                    }
                    .tab-button {
                        color: rgba(156, 163, 175, 0.8);
                        background: 0 0;
                        transition: all 0.3s ease;
                    }
                    .tab-button.active {
                        color: rgba(74, 222, 128, 0.9);
                        background: rgba(74, 222, 128, 0.1);
                        box-shadow: 0 0 0 1px rgba(74, 222, 128, 0.2);
                    }
                    .tab-button:hover:not(.active) {
                        color: rgba(209, 213, 219, 0.9);
                        background: rgba(74, 222, 128, 0.05);
                    }
                    #loading-progress {
                        box-shadow:
                            0 0 15px rgba(34, 197, 94, 0.4),
                            0 0 30px rgba(34, 197, 94, 0.15),
                            inset 0 1px 0 rgba(255, 255, 255, 0.1);
                    }
                    @keyframes bounce {
                        0%,
                        100%,
                        20%,
                        50%,
                        80% {
                            transform: translateY(0) scale(1);
                            opacity: 0.7;
                        }
                        40% {
                            transform: translateY(-8px) scale(1.1);
                            opacity: 1;
                        }
                        60% {
                            transform: translateY(-4px) scale(1.05);
                            opacity: 0.9;
                        }
                    }
                    .loading-spinner > div {
                        animation: fadeInScale 0.8s ease-out;
                    }
                    @keyframes fadeInScale {
                        from {
                            opacity: 0;
                            transform: scale(0.9) translateY(20px);
                        }
                        to {
                            opacity: 1;
                            transform: scale(1) translateY(0);
                        }
                    }
                    .mobile-nav-center {
                        position: relative;
                    }
                    .mobile-nav-icon-center {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        width: 32px;
                        height: 32px;
                        margin-bottom: 2px;
                        transition: transform 0.2s ease;
                    }
                    .mobile-nav-center:active .mobile-nav-icon-center,
                    .mobile-nav-center:hover .mobile-nav-icon-center {
                        transform: scale(1.1);
                    }
                    #mobileUserPhoto,
                    #mobileUserPhotoDropdown {
                        width: 32px;
                        height: 32px;
                        border-radius: 9999px;
                    }
                    .mobile-nav-center.premium-user {
                        background: radial-gradient(circle, rgba(251, 191, 36, 0.1) 0, transparent 70%);
                    }
                    .mobile-nav-center.premium-user .mobile-nav-icon-center {
                        filter: drop-shadow(0 0 8px rgba(251, 191, 36, 0.3));
                    }
                    #mobilePremiumIndicator {
                        top: -0.125rem;
                        right: -0.25rem;
                        animation: premiumPulse 2s ease-in-out infinite;
                    }
                    @keyframes premiumPulse {
                        0%,
                        100% {
                            transform: scale(1);
                            opacity: 1;
                        }
                        50% {
                            transform: scale(1.1);
                            opacity: 0.8;
                        }
                    }
                    .mobile-nav-center:active,
                    .mobile-nav-center:hover {
                        color: rgba(74, 222, 128, 0.9);
                        background: rgba(74, 222, 128, 0.1);
                        transform: translateY(-2px);
                        border-radius: 12px;
                    }
                    .mobile-nav-glass {
                        height: 4rem;
                        background:
                            radial-gradient(ellipse 80% 50% at 20% 30%, rgba(255, 255, 255, 0.06) 0%, transparent 50%),
                            linear-gradient(180deg, rgba(2, 2, 2, 0.45) 0%, rgba(6, 6, 8, 0.4) 50%, rgba(3, 3, 5, 0.45) 100%) !important;
                        backdrop-filter: blur(24px) !important;
                        -webkit-backdrop-filter: blur(24px) !important;
                        border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
                        box-shadow:
                            0 -4px 30px rgba(0, 0, 0, 0.4),
                            0 -1px 0 rgba(255, 255, 255, 0.06),
                            0 0 40px -10px rgba(74, 222, 128, 0.12) !important;
                        transition: backdrop-filter 0.3s ease, box-shadow 0.3s ease;
                        overflow: hidden;
                    }
                    .mobile-nav-glass::before {
                        content: '';
                        position: absolute;
                        top: 0;
                        left: 0;
                        right: 0;
                        height: 1px;
                        background: linear-gradient(90deg, transparent 0%, rgba(74, 222, 128, 0.35) 50%, transparent 100%);
                        opacity: 0.9;
                        pointer-events: none;
                    }
                    .mobile-nav-scrolled {
                        background: linear-gradient(180deg, rgba(2, 2, 2, 0.6) 0%, rgba(6, 6, 8, 0.55) 50%, rgba(3, 3, 5, 0.6) 100%) !important;
                        backdrop-filter: blur(35px) !important;
                    }
                    .mobile-nav-item {
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        justify-content: center;
                        text-decoration: none;
                        color: rgba(156, 163, 175, 0.8);
                        transition: all 0.3s ease;
                        padding: 0.5rem;
                        border-radius: 12px;
                        min-width: 54px;
                        -webkit-tap-highlight-color: transparent;
                    }
                    .mobile-nav-item:active,
                    .mobile-nav-item:hover {
                        color: rgba(74, 222, 128, 0.9);
                        background: rgba(74, 222, 128, 0.1);
                        transform: translateY(-2px);
                    }
                    .mobile-nav-item.active {
                        color: #4ade80;
                        background: rgba(74, 222, 128, 0.15);
                    }
                    .mobile-nav-icon {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        width: 26px;
                        height: 26px;
                        margin-bottom: 2px;
                        transition: transform 0.2s ease;
                    }
                    .mobile-nav-item:active .mobile-nav-icon,
                    .mobile-nav-item:hover .mobile-nav-icon {
                        transform: scale(1.1);
                    }
                    .mobile-nav-label {
                        font-size: 10px;
                        font-size: 9px;
                        text-align: center;
                        line-height: 1;
                        letter-spacing: 0.025em;
                    }
                    .mobile-auth-prominent {
                        position: relative;
                        cursor: pointer;
                        transition: all 0.2s ease;
                    }
                    .mobile-auth-prominent:active,
                    .mobile-auth-prominent:hover {
                        color: rgba(74, 222, 128, 0.9);
                        background: rgba(74, 222, 128, 0.1);
                        transform: translateY(-2px);
                        border-radius: 12px;
                    }
                    .mobile-auth-icon {
                        background: rgba(74, 222, 128, 0.15);
                        border: 1px solid rgba(74, 222, 128, 0.3);
                        border-radius: 60%;
                        color: #4ade80 !important;
                        position: relative;
                    }
                    .mobile-auth-icon::after {
                        content: "";
                        position: absolute;
                        top: -2px;
                        right: -2px;
                        width: 8px;
                        height: 8px;
                        background: #4ade80;
                        border-radius: 60%;
                        animation: authPulse 2s ease-in-out infinite;
                    }
                    .mobile-auth-label {
                        color: #4ade80 !important;
                        font-weight: 500;
                        font-size: 10px !important;
                    }
                    @keyframes authPulse {
                        0%,
                        100% {
                            opacity: 1;
                            transform: scale(1);
                        }
                        50% {
                            opacity: 0.6;
                            transform: scale(1.2);
                        }
                    }
                    body {
                        margin: 0;
                        min-height: 100dvh;
                        display: flex;
                        flex-direction: column;
                        justify-content: space-between;
                        color: #fff;
                        background: linear-gradient(to bottom right, #111827, #1f2937);
                    }
                    /* Safe-area strip: mobile only. On desktop it sat above the fixed nav (z-9999 vs z-50) and looked like a gap. */
                    @media (max-width: 768px) {
                        body::before {
                            content: "";
                            position: fixed;
                            top: 0;
                            left: 0;
                            right: 0;
                            height: env(safe-area-inset-top);
                            background: inherit;
                            pointer-events: none;
                            z-index: 40;
                        }
                    }
                    body {
                        margin: 0;
                        padding: 0;
                        padding-top: env(safe-area-inset-top);
                        padding-bottom: env(safe-area-inset-bottom);
                        padding-left: env(safe-area-inset-left);
                        padding-right: env(safe-area-inset-right);
                    }
                    /* Desktop: no body padding-top — it stacked with flex + fixed nav and read as a “gap” above the bar.
                       Offset for the top bar is on the main column (startpaste.html: md:pt-16). */
                    @media (min-width: 769px) {
                        body {
                            padding-top: 0 !important;
                            padding-bottom: 0;
                        }
                    }
                    @media (max-width: 768px) {
                        body {
                            padding-top: 0.75rem !important;
                            padding-bottom: 5rem !important;
                        }
                    }
                    #mobileUserDropdown {
                        transform: translateY(10px) scale(0.95);
                        opacity: 0;
                        transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
                        pointer-events: none;
                    }
                    #mobileUserDropdown:not(.hidden) {
                        transform: translateY(0) scale(1);
                        opacity: 1;
                        pointer-events: auto;
                    }
                    /* Base nav link (matches index.html – required for ::after + readable text) */
                    .nav-link {
                        color: rgb(209 213 219);
                        transition:
                            color 0.3s ease,
                            transform 0.3s ease,
                            border-color 0.3s ease;
                        font-size: 0.875rem;
                        text-transform: uppercase;
                        letter-spacing: 0.1em;
                        position: relative;
                    }
                    .nav-link:hover {
                        color: rgb(134 239 172);
                        transform: translateY(-1px);
                    }
                    .nav-link::selection,
                    .nav-link span::selection,
                    .mobile-nav-label::selection {
                        background: rgba(16, 185, 129, 0.45);
                        color: #fff;
                    }
                    .nav-link::after {
                        content: "";
                        position: absolute;
                        bottom: -4px;
                        left: 50%;
                        width: 0;
                        height: 2px;
                        background: linear-gradient(90deg, #10b981, #34d399);
                        transition: all 0.3s ease;
                        transform: translateX(-50%);
                    }
                    .nav-link:hover::after {
                        width: 100%;
                    }
                    #userDropdown {
                        transform: translateY(-10px) scale(0.95);
                        opacity: 0;
                        transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
                        pointer-events: none;
                    }
                    #userDropdown:not(.hidden) {
                        transform: translateY(0) scale(1);
                        opacity: 1;
                        pointer-events: auto;
                    }
                    @media (max-width: 768px) {
                        .nav-link span {
                            display: none;
                        }
                        .nav-link svg {
                            width: 1.25rem;
                            height: 1.25rem;
                        }
                    }
                    .mobile-nav-item[href="/premium.html"] svg,
                    .nav-link[href="/premium.html"] svg {
                        filter: drop-shadow(0 0 8px #fbbf24) drop-shadow(0 0 16px #f59e0b);
                        color: #fbbf24;
                        transition: all 0.3s ease;
                    }
                    .mobile-nav-item[href="/premium.html"]:hover svg,
                    .nav-link[href="/premium.html"]:hover svg {
                        filter: drop-shadow(0 0 12px #fbbf24) drop-shadow(0 0 24px #f59e0b);
                        transform: scale(1.1);
                    }
                    .mobile-nav-item[href="/premium.html"] .mobile-nav-label,
                    .nav-link[href="/premium.html"] span {
                        color: #fbbf24;
                        font-weight: 600;
                    }

                    /* Premium timer “Ultimate Earnings” only — shimmer; does not change font/color vs sibling */
                    @keyframes timer-ultimate-earnings-glitter {
                        0%,
                        100% {
                            text-shadow: 0 0 6px rgba(253, 224, 71, 0.55), 0 0 12px rgba(250, 204, 21, 0.35);
                        }
                        50% {
                            text-shadow: 0 0 10px rgba(255, 255, 255, 0.55), 0 0 18px rgba(253, 224, 71, 0.85),
                                0 0 26px rgba(250, 204, 21, 0.45);
                        }
                    }
                    .timer-ultimate-earnings-glitter {
                        display: inline-block;
                        animation: timer-ultimate-earnings-glitter 2.2s ease-in-out infinite;
                    }

                    /* Blog / Updates tiles — large iOS-style badge, overlaps more of the card + pulse */
                    @keyframes startpaste-tile-notif-pulse {
                        0%,
                        100% {
                            transform: translate(var(--sp-notif-tx), var(--sp-notif-ty)) scale(1);
                            box-shadow:
                                0 0 0 3px rgba(10, 10, 14, 0.96),
                                0 2px 6px rgba(0, 0, 0, 0.45),
                                0 0 0 0 rgba(255, 59, 48, 0.55);
                        }
                        50% {
                            transform: translate(var(--sp-notif-tx), var(--sp-notif-ty)) scale(1.12);
                            box-shadow:
                                0 0 0 3px rgba(10, 10, 14, 0.96),
                                0 5px 18px rgba(0, 0, 0, 0.5),
                                0 0 20px 6px rgba(255, 59, 48, 0.45);
                        }
                    }
                    /* Do not rely on Tailwind’s .hidden (may be absent from output.css) */
                    .startpaste-tile-notif-badge.hidden {
                        display: none !important;
                        visibility: hidden !important;
                        animation: none !important;
                        pointer-events: none !important;
                    }
                    .startpaste-tile-notif-badge {
                        /* Shift left / less “hanging off” — bulk sits on the tile */
                        --sp-notif-tx: 12%;
                        --sp-notif-ty: -22%;
                        position: absolute;
                        top: 0.3rem;
                        right: 0.45rem;
                        z-index: 25;
                        transform: translate(var(--sp-notif-tx), var(--sp-notif-ty));
                        box-sizing: border-box;
                        min-width: 1.5rem;
                        min-height: 1.5rem;
                        height: 1.5rem;
                        padding: 0 0.38rem;
                        border-radius: 9999px;
                        background: #ff3b30;
                        color: #fff;
                        font-size: 0.6875rem;
                        font-weight: 800;
                        line-height: 1;
                        letter-spacing: -0.02em;
                        display: inline-flex;
                        align-items: center;
                        justify-content: center;
                        -webkit-font-smoothing: antialiased;
                        box-shadow:
                            0 0 0 3px rgba(10, 10, 14, 0.96),
                            0 2px 6px rgba(0, 0, 0, 0.45),
                            0 4px 14px rgba(0, 0, 0, 0.25);
                        pointer-events: none;
                        font-variant-numeric: tabular-nums;
                    }
                    .startpaste-tile-notif-badge:not(.hidden) {
                        animation: startpaste-tile-notif-pulse 1.85s ease-in-out infinite;
                    }
                    @media (min-width: 640px) {
                        .startpaste-tile-notif-badge {
                            --sp-notif-tx: 8%;
                            --sp-notif-ty: -18%;
                            top: 0.35rem;
                            right: 0.5rem;
                            min-width: 1.625rem;
                            min-height: 1.625rem;
                            height: 1.625rem;
                            font-size: 0.71875rem;
                            padding: 0 0.42rem;
                        }
                    }
