
body { padding-bottom: 72px; }

@media (min-width: 768px) {
    body { padding-bottom: 0; padding-left: 260px; }
}

/* Mobil oyun menüsü deneyi: Bu blok kaldırılarak önceki görünüme kolayca dönülebilir. */
.jot-game-mobile-nav {
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    height: calc(64px + env(safe-area-inset-bottom));
    padding: 0 9px env(safe-area-inset-bottom);
    isolation: isolate;
    background:
        linear-gradient(180deg, rgba(55, 56, 56, 0.15) 0%, rgba(31, 32, 33, 0.48) 44%, rgba(16, 17, 18, 0.83) 100%);
    border-top: 0;
    box-shadow:
        0 -6px 16px rgba(0, 0, 0, 0.28),
        inset 0 7px 16px rgba(255, 255, 255, 0.018);
    backdrop-filter: blur(14px);
}

.jot-game-nav-item {
    position: relative;
    display: flex;
    flex: 1 1 0;
    min-width: 0;
    height: 64px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 1px;
    padding-top: 0;
    color: #ded8c4;
    text-align: center;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.95);
    transition: color 160ms ease, transform 160ms ease, background-color 160ms ease;
}

.jot-game-nav-item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    width: 1px;
    height: 42px;
    background: linear-gradient(180deg, transparent, rgba(230, 217, 177, 0.36), transparent);
}

.jot-game-nav-icon {
    position: relative;
    display: inline-flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 24px;
    line-height: 1;
    filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.9));
    transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.jot-game-nav-icon > i:not(.fa-certificate) {
    -webkit-text-stroke: 0.35px rgba(20, 18, 12, 0.72);
    transform: translateY(-1px);
}

.jot-game-nav-label {
    display: block;
    max-width: 100%;
    overflow: hidden;
    font-size: 9px;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: 0.01em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jot-game-nav-item.is-active {
    color: #fff1bd;
}

.jot-game-nav-item.is-active .jot-game-nav-icon {
    border-color: rgba(239, 184, 79, 0.28);
    background: linear-gradient(180deg, rgba(217, 162, 57, 0.15), rgba(91, 67, 26, 0.09));
    box-shadow: inset 0 1px 0 rgba(255, 245, 199, 0.12), 0 0 10px rgba(239, 184, 79, 0.07);
}

.jot-game-nav-item:active {
    transform: translateY(0) scale(0.96);
}

.jot-game-nav-avatar > div {
    box-shadow: 0 0 0 1px rgba(239, 184, 79, 0.5), 0 2px 4px rgba(0, 0, 0, 0.7);
}

.jot-contact-unread-badge {
    position: absolute;
    top: 0;
    left: calc(50% + 13px);
    z-index: 5;
    display: grid;
    min-width: 16px;
    height: 16px;
    place-items: center;
    padding: 0 4px;
    border: 0;
    border-radius: 999px;
    background: #fcd34d;
    color: #111827;
    font-size: 8px;
    font-weight: 900;
    line-height: 1;
    box-shadow: none !important;
    filter: none !important;
    text-shadow: none !important;
}

.jot-contact-unread-badge-desktop {
    position: static;
    display: inline-grid;
    min-width: 20px;
    height: 18px;
    font-size: 9px;
}

@media (min-width: 768px) {
    .jot-game-mobile-nav {
        display: none !important;
    }
}

.jot-hero-bg {
    background-position: center;
    background-size: cover;
    filter: saturate(1.18) contrast(1.08);
    transform: scale(1.04);
    animation: jotHeroDrift 18s ease-in-out infinite alternate;
}

.jot-scanlines {
    background:
        linear-gradient(to bottom, rgba(255, 255, 255, 0.06), transparent 1px),
        radial-gradient(circle at 50% 20%, rgba(239, 68, 68, 0.16), transparent 36%);
    background-size: 100% 5px, 100% 100%;
    mix-blend-mode: screen;
    opacity: 0.28;
    pointer-events: none;
}

.jot-soft-texture {
    background-image:
        radial-gradient(circle at center, rgba(255, 255, 255, 0.07) 1px, transparent 1.6px),
        linear-gradient(30deg, rgba(255, 255, 255, 0.035) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.035) 87.5%),
        linear-gradient(150deg, rgba(255, 255, 255, 0.035) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.035) 87.5%);
    background-position: 0 0, 0 0, 0 0;
    background-size: 34px 34px, 48px 84px, 48px 84px;
    filter: blur(0.3px);
    mask-image: radial-gradient(circle at 50% 22%, black 0%, rgba(0, 0, 0, 0.7) 34%, transparent 78%);
    opacity: 0.22;
    pointer-events: none;
}

.jot-page-texture {
    background-image:
        radial-gradient(circle at center, rgba(255, 255, 255, 0.045) 1px, transparent 1.8px),
        linear-gradient(30deg, rgba(255, 255, 255, 0.026) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.026) 87.5%),
        linear-gradient(150deg, rgba(255, 255, 255, 0.026) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.026) 87.5%),
        radial-gradient(circle at 50% 8%, rgba(220, 38, 38, 0.12), transparent 44%);
    background-size: 46px 46px, 64px 112px, 64px 112px, 100% 100%;
    opacity: 0.2;
    filter: blur(0.45px);
    pointer-events: none;
}

.jot-lightbar {
    animation: jotLightbar 3.8s ease-in-out infinite;
}

.jot-float {
    animation: jotFloat 4.8s ease-in-out infinite;
}

.jot-pulse-dot {
    box-shadow: 0 0 0 rgba(248, 113, 113, 0.7);
    animation: jotPulseDot 1.8s ease-out infinite;
}

.jot-pop {
    animation: jotPop 0.28s ease-out;
}

.jot-cinematic-img {
    animation: jotCinematicDrift 24s ease-in-out infinite alternate;
    transform-origin: center;
}

.jot-auth-bg {
    filter: saturate(1.18) contrast(1.08);
}

.jot-glass-tile {
    display: block;
    min-height: 86px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.66), rgba(16, 17, 22, 0.74));
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(14px);
    transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.jot-glass-tile:hover {
    border-color: rgba(248, 113, 113, 0.42);
    background: linear-gradient(180deg, rgba(25, 10, 12, 0.76), rgba(12, 12, 16, 0.82));
    transform: translateY(-2px);
}

.jot-record-summary {
    display: block;
    border: 1px solid rgba(248, 113, 113, 0.22);
    border-radius: 16px;
    padding: 12px;
    background:
        linear-gradient(135deg, rgba(18, 8, 10, 0.78), rgba(10, 11, 15, 0.86)),
        radial-gradient(circle at 50% 0%, rgba(248, 113, 113, 0.13), transparent 58%);
    box-shadow: 0 20px 46px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(16px);
    transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.jot-record-summary:hover {
    border-color: rgba(248, 113, 113, 0.44);
    transform: translateY(-2px);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.36), 0 0 26px rgba(248, 113, 113, 0.11);
}

.jot-home-card-kicker {
    font-size: 10px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.jot-home-card-title {
    display: block;
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.25rem;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
}

.jot-record-metric {
    min-height: 58px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 8px 7px;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
}

.jot-record-metric strong {
    display: block;
    font-size: 2rem;
    line-height: 1;
    font-weight: 900;
}

.jot-record-metric .jot-record-number {
    font-size: 1.55rem !important;
    line-height: 0.95 !important;
    letter-spacing: 0 !important;
}

.jot-record-metric span {
    display: block;
    margin-top: 5px;
    color: rgba(209, 213, 219, 0.72);
    font-size: 10px;
    line-height: 1.15;
}

.jot-action-card {
    position: relative;
    display: block;
    min-height: 104px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 16px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.68), rgba(18, 19, 24, 0.78));
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(16px);
    overflow: hidden;
    transition: border-color 180ms ease, transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.jot-action-card::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 15px;
    background: radial-gradient(circle at 50% 0%, rgba(248, 113, 113, 0.16), transparent 56%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
}

.jot-action-card > * {
    position: relative;
    z-index: 1;
}

.jot-action-card:hover {
    border-color: rgba(248, 113, 113, 0.34);
    transform: translateY(-2px);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.72), rgba(18, 19, 24, 0.82));
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.26), 0 0 0 1px rgba(248, 113, 113, 0.08), 0 0 26px rgba(248, 113, 113, 0.1);
}

.jot-action-card:hover::before {
    opacity: 1;
}

.jot-visual-card .jot-card-bg,
.jot-visual-card .jot-card-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.jot-visual-card .jot-card-bg {
    object-fit: cover;
    object-position: center;
    opacity: 1;
    filter: none;
    transform: scale(1.01);
    transition: transform 500ms ease;
}

.jot-visual-card .jot-card-shade {
    background: none !important;
}

.jot-visual-card:hover .jot-card-bg {
    transform: scale(1.045);
}

.jot-raffle-card-copy {
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.98), 0 0 12px rgba(0, 0, 0, 0.78);
}

.jot-raffle-live {
    box-shadow: 0 0 0 rgba(251, 191, 36, 0), inset 0 0 12px rgba(251, 191, 36, 0.08);
    animation: jot-raffle-live-glow 1.8s ease-in-out infinite;
    transform-origin: left center;
}

@keyframes jot-raffle-live-glow {
    0%, 100% {
        transform: scale(1);
        border-color: rgba(252, 211, 77, 0.35);
        box-shadow: 0 0 0 rgba(251, 191, 36, 0), inset 0 0 12px rgba(251, 191, 36, 0.08);
    }

    50% {
        transform: scale(1.035);
        border-color: rgba(253, 230, 138, 0.82);
        box-shadow: 0 0 18px rgba(251, 191, 36, 0.38), inset 0 0 16px rgba(251, 191, 36, 0.18);
    }
}

@media (max-width: 767px) {
    .jot-visual-card .jot-raffle-card-bg {
        object-position: center;
        transform: scale(1);
        transform-origin: center;
    }

    .jot-visual-card:hover .jot-raffle-card-bg {
        transform: scale(1.02);
    }
}

.jot-home-control-grid .jot-action-card .jot-home-card-content strong {
    color: #fff7ed !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.95), 0 0 9px rgba(251, 191, 36, 0.16);
}

.jot-home-control-grid .jot-action-card .jot-home-card-content > div:first-child > span {
    color: rgba(229, 231, 235, 0.86) !important;
    text-shadow: 0 2px 7px rgba(0, 0, 0, 0.96), 0 0 2px rgba(0, 0, 0, 0.9);
}

.jot-home-control-grid .jot-action-card .jot-home-card-content > div:first-child > span:first-child {
    color: #fda4af !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 1), 0 0 5px rgba(127, 29, 29, 0.7);
}

.jot-home-control-grid .jot-record-summary p,
.jot-home-control-grid .jot-record-metric span {
    color: rgba(229, 231, 235, 0.86);
}

.jot-home-control-grid > a,
.jot-home-control-grid > button {
    height: 100%;
}

.jot-action-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.jot-home-card-content {
    height: 100%;
}

.jot-home-card-content > div:first-child {
    position: relative;
    z-index: 2;
}

.jot-home-control-grid .jot-home-unified-card {
    position: relative;
}

.jot-home-control-grid .jot-home-card-content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: static;
}

.jot-home-control-grid .jot-home-card-icon {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
    margin: 0;
    z-index: 3;
}

.jot-home-control-grid .jot-record-summary > div:first-child,
.jot-home-control-grid .jot-action-card .min-w-0,
.jot-home-control-grid .jot-action-card .jot-home-card-content > div:first-child {
    padding-right: 48px;
}

@media (max-width: 1023px) {
    .jot-home-control-grid > .jot-home-unified-card {
        position: relative;
        height: 146px;
        min-height: 146px;
        max-height: 146px;
        overflow: hidden;
    }

    .jot-home-control-grid .jot-action-card.jot-home-unified-card,
    .jot-home-control-grid .jot-record-summary.jot-home-unified-card {
        padding: 14px;
    }

    .jot-home-control-grid .jot-home-card-content {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        position: static;
    }

    .jot-home-control-grid .jot-home-card-icon {
        position: absolute;
        top: 14px;
        right: 14px;
        width: 40px;
        height: 40px;
        margin: 0;
        z-index: 3;
    }

    .jot-home-control-grid .jot-record-summary > div:first-child {
        padding-right: 48px;
    }

    .jot-home-control-grid .jot-record-summary .grid {
        margin-top: 10px;
    }

    .jot-home-control-grid .jot-record-metric {
        min-height: 62px;
    }

    .jot-home-control-grid .jot-action-card .min-w-0,
    .jot-home-control-grid .jot-action-card .jot-home-card-content > div:first-child {
        padding-right: 48px;
    }

    .jot-home-control-grid .jot-action-card .jot-countdown {
        position: absolute;
        left: 14px;
        bottom: 14px;
        width: auto;
        margin: 0;
        z-index: 3;
    }

    .jot-home-control-grid .jot-action-card.jot-home-event-card .jot-countdown {
        position: static;
        width: max-content;
        margin-top: 8px;
    }

    .jot-home-control-grid .jot-action-card.jot-home-mini-game-card .jot-mini-game-countdown {
        position: static;
        width: max-content;
        margin-top: 8px;
    }
}

.jot-rule-card {
    position: relative;
    min-height: 248px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 18px;
    background: #111216;
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.3);
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.jot-rule-card__image,
.jot-rule-card__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.jot-rule-card__image {
    object-fit: cover;
    object-position: center;
    opacity: 1;
    filter: none;
    transform: scale(1.01);
    transition: transform 520ms ease;
}

.jot-rule-card__shade {
    background: none;
}

.jot-rule-card:hover {
    transform: translateY(-3px);
    border-color: rgba(248, 113, 113, 0.38);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.36), 0 0 30px rgba(248, 113, 113, 0.08);
}

.jot-rule-card:hover .jot-rule-card__image {
    opacity: 1;
    transform: scale(1.055);
}

.jot-gameplay-card__image,
.jot-gameplay-card__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.jot-gameplay-card__image {
    object-fit: cover;
    object-position: center;
    filter: none;
    transform: scale(1.01);
    transition: transform 500ms ease;
}

.jot-gameplay-card__shade {
    background: none;
}

.jot-gameplay-card:hover .jot-gameplay-card__image {
    transform: scale(1.045);
}

.jot-event-image {
    filter: none !important;
}

.jot-event-copy {
    width: fit-content;
    max-width: 100%;
    padding: 0;
    background: transparent;
    text-shadow:
        0 2px 2px rgba(0, 0, 0, 1),
        0 0 5px rgba(0, 0, 0, 1),
        0 0 10px rgba(0, 0, 0, 0.96);
}

.jot-event-copy p {
    color: rgba(255, 255, 255, 0.96) !important;
}

.jot-event-countdown-box {
    width: fit-content;
    max-width: 100%;
    flex: 0 0 auto;
}

.jot-chat-unread-dot {
    position: absolute;
    top: -4px;
    right: -6px;
    width: 9px;
    height: 9px;
    border: 2px solid #16161a;
    border-radius: 9999px;
    background: #ef4444;
    box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.18), 0 0 10px rgba(239, 68, 68, 0.8);
    animation: jot-chat-unread-pulse 1.8s ease-in-out infinite;
}

@keyframes jot-chat-unread-pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.28);
        opacity: 0.72;
    }
}

@media (min-width: 768px) {
    .etkinlik-karti {
        display: flex;
        min-height: 132px;
        align-items: center;
    }

    .etkinlik-karti > .relative.z-10 {
        width: 100%;
    }
}

.jot-image-local-copy {
    width: fit-content;
    max-width: 100%;
    padding: 0;
    background: transparent;
    text-shadow:
        0 2px 2px rgba(0, 0, 0, 1),
        0 0 5px rgba(0, 0, 0, 1),
        0 0 10px rgba(0, 0, 0, 0.96);
}

.jot-home-card-content,
.jot-rule-card > .relative.z-20,
.jot-gameplay-card > .relative.z-10 {
    text-shadow:
        0 2px 2px rgba(0, 0, 0, 1),
        0 0 5px rgba(0, 0, 0, 1),
        0 0 10px rgba(0, 0, 0, 0.94);
}

.jot-rule-card h2,
.jot-rule-card p,
.jot-rule-card span,
.jot-gameplay-card h2,
.jot-gameplay-card p,
.jot-gameplay-card span,
.jot-home-card-content strong,
.jot-home-card-content span {
    text-shadow:
        0 2px 2px rgba(0, 0, 0, 1),
        0 0 4px rgba(0, 0, 0, 1),
        0 0 8px rgba(0, 0, 0, 0.98);
}

.jot-rule-card p,
.jot-gameplay-card .jot-image-local-copy p {
    color: rgba(255, 255, 255, 0.96) !important;
}

.jot-countdown {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    border: 1px solid rgba(103, 232, 249, 0.24);
    border-radius: 12px;
    padding: 8px 10px;
    background: linear-gradient(180deg, rgba(8, 47, 73, 0.28), rgba(6, 12, 18, 0.68));
    box-shadow: inset 0 0 18px rgba(34, 211, 238, 0.08), 0 0 18px rgba(34, 211, 238, 0.08);
    color: rgb(165, 243, 252);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

.jot-home-event-card .jot-countdown {
    margin-top: 8px;
}

.jot-event-top-accent {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    transform: translateY(-1px);
    z-index: 4;
}

.jot-event-card-link {
    position: absolute !important;
    inset: 0;
    z-index: 3;
}

.jot-event-card-shell {
    position: relative;
    isolation: isolate;
    overflow: visible;
}

.jot-event-share-trigger {
    position: absolute !important;
    right: -1px;
    bottom: 11px;
    z-index: 20;
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 50%;
    color: rgb(253, 230, 138);
    background: radial-gradient(circle,
        rgba(3, 7, 18, 0.9) 0%,
        rgba(17, 24, 39, 0.7) 42%,
        rgba(120, 53, 15, 0.28) 64%,
        rgba(245, 158, 11, 0.08) 78%,
        transparent 100%);
    box-shadow: 0 0 20px rgba(245, 158, 11, 0.14);
    transform: translateZ(0);
    animation: jot-event-share-float 2.8s ease-in-out infinite;
    cursor: pointer;
    transition: filter 180ms ease, box-shadow 180ms ease;
}

.jot-event-share-trigger::after {
    content: "";
    position: absolute;
    inset: 6px;
    border: 1px solid rgba(253, 230, 138, 0.14);
    border-radius: 50%;
    pointer-events: none;
}

.jot-event-share-trigger:hover {
    filter: brightness(1.18);
    box-shadow: 0 0 26px rgba(245, 158, 11, 0.24);
}

.jot-event-share-trigger:active {
    transform: translateY(1px) scale(0.96);
}

.jot-event-share-trigger:focus-visible {
    outline: 2px solid rgb(254, 240, 138);
    outline-offset: 4px;
}

.jot-event-share-trigger--inline {
    position: relative !important;
    inset: auto !important;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
}

.jot-event-share-horn {
    position: relative;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    font-size: 22px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.9), 0 0 9px rgba(245, 158, 11, 0.52);
    transform-origin: 36% 68%;
    animation: jot-event-share-wiggle 3.6s ease-in-out infinite;
}

.jot-event-share-pulse {
    position: absolute;
    inset: 1px;
    z-index: -1;
    border: 1px solid rgba(251, 191, 36, 0.38);
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    animation: jot-event-share-pulse 2.4s ease-out infinite;
}

.jot-event-share-pulse-two {
    animation-delay: 1.2s;
}

.jot-event-share-wave {
    position: absolute;
    top: 13px;
    right: -9px;
    z-index: 4;
    width: 12px;
    height: 24px;
    opacity: 0;
    pointer-events: none;
    animation: jot-event-share-wave 1.8s ease-out infinite;
}

.jot-event-share-wave::before,
.jot-event-share-wave::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border: 2px solid transparent;
    border-right-color: rgb(254, 240, 138);
    border-radius: 50%;
    transform: translateY(-50%);
}

.jot-event-share-wave::before {
    width: 8px;
    height: 14px;
}

.jot-event-share-wave::after {
    left: 3px;
    width: 12px;
    height: 21px;
    opacity: 0.68;
}

.jot-event-share-trigger.is-urgent {
    color: rgb(254, 240, 138);
    box-shadow: 0 0 28px rgba(245, 158, 11, 0.26);
}

.jot-event-share-trigger.is-urgent .jot-event-share-horn {
    animation-duration: 2.5s;
}

.jot-event-share-trigger.is-urgent .jot-event-share-pulse {
    animation-duration: 1.8s;
}

@keyframes jot-event-share-float {
    0%, 100% { transform: translateY(0) rotate(-1deg); }
    50% { transform: translateY(-4px) rotate(1deg); }
}

@keyframes jot-event-share-wiggle {
    0%, 68%, 100% { transform: rotate(0deg) scale(1); }
    73% { transform: rotate(-13deg) scale(1.08); }
    78% { transform: rotate(11deg) scale(1.08); }
    83% { transform: rotate(-8deg) scale(1.05); }
    88% { transform: rotate(5deg) scale(1.03); }
    93% { transform: rotate(0deg) scale(1); }
}

@keyframes jot-event-share-pulse {
    0% { opacity: 0; transform: scale(0.82); }
    18% { opacity: 0.68; }
    72%, 100% { opacity: 0; transform: scale(1.38); }
}

@keyframes jot-event-share-wave {
    0%, 44% { opacity: 0; transform: translateX(-4px) scale(0.72); }
    55% { opacity: 0.95; }
    86%, 100% { opacity: 0; transform: translateX(5px) scale(1.08); }
}

@media (max-width: 420px) {
    .jot-event-share-trigger {
        right: 0;
        width: 48px;
        height: 48px;
    }
}

.jot-platform-picker { min-width: 0; border: 0; padding: 0; }
.jot-platform-picker legend { margin-bottom: 8px; color: #9ca3af; font-size: 12px; }
.jot-platform-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.jot-platform-option { position: relative; cursor: pointer; min-width: 0; }
.jot-platform-option input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.jot-platform-option span { display: flex; flex-direction: column; align-items: center; gap: 5px; padding: 10px; border: 1px solid #ffffff20; border-radius: 12px; background: #0d0e12; color: #9ca3af; font-size: 12px; }
.jot-platform-option img { width: 140px; max-width: 100%; aspect-ratio: 600 / 213; object-fit: contain; }
.jot-platform-option input:checked + span { border-color: #e6bf74; background: #e6bf7412; color: #ffe4ac; }
.jot-platform-option input[value="female"]:checked + span { border-color: #d8a0b7; background: #d8a0b712; color: #f7d6e4; }
.jot-platform-option input:focus-visible + span { outline: 2px solid #fff; outline-offset: 3px; }

@media (prefers-reduced-motion: reduce) {
    .jot-event-share-trigger,
    .jot-event-share-horn,
    .jot-event-share-pulse,
    .jot-event-share-wave {
        animation: none !important;
    }
}

.jot-home-mini-game-card .jot-mini-game-countdown {
    margin-top: 8px;
}

.jot-countdown strong {
    display: inline-block;
    min-width: 2ch;
    color: rgb(207, 250, 254);
    font-size: 1rem;
    line-height: 1;
    font-weight: 900;
    text-align: center;
}

.jot-countdown span {
    color: rgba(103, 232, 249, 0.62);
    font-size: 0.95rem;
    line-height: 1;
    transform: translateY(-1px);
}

.jot-countdown .jot-countdown-unit {
    margin-left: -2px;
    margin-right: 2px;
    font-size: 0.68rem;
    font-weight: 800;
    transform: none;
}

.jot-news-card {
    display: block;
    min-height: 132px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 16px;
    background:
        linear-gradient(135deg, rgba(20, 21, 27, 0.86), rgba(9, 10, 14, 0.9)),
        linear-gradient(90deg, rgba(239, 68, 68, 0.08), transparent);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
    transition: border-color 180ms ease, transform 180ms ease;
}

.jot-news-card:hover {
    border-color: rgba(248, 113, 113, 0.34);
    transform: translateY(-2px);
}

@media (min-width: 768px) {
    .jot-home-news-grid .jot-news-card {
        min-height: 126px;
        height: 100%;
    }
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@keyframes jotHeroDrift {
    from {
        transform: scale(1.04) translate3d(-8px, -6px, 0);
    }
    to {
        transform: scale(1.09) translate3d(8px, 6px, 0);
    }
}

@keyframes jotCinematicDrift {
    from {
        transform: scale(1.03) translate3d(-10px, -4px, 0);
    }
    to {
        transform: scale(1.08) translate3d(10px, 4px, 0);
    }
}

@keyframes jotLightbar {
    0%, 100% {
        opacity: 0.32;
        transform: translateX(-24%);
    }
    50% {
        opacity: 1;
        transform: translateX(24%);
    }
}

@keyframes jotFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

@keyframes jotPulseDot {
    0% {
        box-shadow: 0 0 0 0 rgba(248, 113, 113, 0.7);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(248, 113, 113, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(248, 113, 113, 0);
    }
}

@keyframes jotPop {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.jot-special-trigger {
    position: fixed;
    top: calc(18px + var(--jot-trigger-offset, 0px));
    right: 18px;
    z-index: 1000000;
    width: 78px;
    height: 88px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    isolation: isolate;
    transition: width 260ms ease, height 260ms ease, top 260ms ease, right 260ms ease, transform 180ms ease;
    -webkit-tap-highlight-color: transparent;
}

.jot-special-trigger:hover {
    transform: translateY(-2px) scale(1.03);
}

.jot-special-trigger:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.9);
    outline-offset: 3px;
    border-radius: 50%;
}

.jot-special-trigger.is-compact {
    width: 58px;
    height: 66px;
    top: calc(12px + var(--jot-trigger-compact-offset, 0px));
    right: 12px;
}

.jot-special-trigger__halo {
    position: absolute;
    inset: -12%;
    z-index: -1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.9) 0%, rgba(241, 245, 249, 0.58) 31%, rgba(255, 255, 255, 0.13) 58%, transparent 76%);
    filter: blur(1.5px);
    opacity: 0.86;
    transition: opacity 220ms ease, transform 260ms ease;
}

.jot-special-trigger:hover .jot-special-trigger__halo {
    opacity: 1;
    transform: scale(1.08);
}

.jot-special-trigger__symbol {
    position: absolute;
    inset: 8%;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 5px 7px rgba(0, 0, 0, 0.72));
}

.jot-special-trigger__symbol img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.jot-special-trigger__symbol i {
    font-size: 48px;
}

.jot-special-trigger[data-icon="yilbasi"] .jot-special-trigger__symbol {
    color: #22c55e;
    animation: jotOccasionGlow 1.8s ease-in-out infinite;
}

.jot-special-trigger[data-icon="kalp"] .jot-special-trigger__symbol {
    color: #fb7185;
    animation: jotOccasionHeartbeat 1.35s ease-in-out infinite;
}

.jot-special-trigger[data-icon="gunes"] .jot-special-trigger__symbol {
    color: #fbbf24;
    animation: jotOccasionSun 9s linear infinite;
}

.jot-special-trigger[data-icon="hediye"] .jot-special-trigger__symbol {
    color: #f472b6;
    animation: jotOccasionGlow 1.8s ease-in-out infinite;
}

.jot-special-trigger[data-icon="klasik"] .jot-special-trigger__symbol {
    color: #f59e0b;
    animation: jotOccasionGlow 1.8s ease-in-out infinite;
}

@keyframes jotOccasionHeartbeat {
    0%, 46%, 100% { transform: scale(1); }
    12% { transform: scale(1.12); }
    24% { transform: scale(1); }
    34% { transform: scale(1.08); }
}

@keyframes jotOccasionSun {
    to { transform: rotate(360deg); }
}

@keyframes jotOccasionGlow {
    0%, 100% { filter: drop-shadow(0 4px 7px rgba(0, 0, 0, 0.7)); }
    50% { filter: drop-shadow(0 0 11px currentColor); }
}

body.jot-priority-lock {
    overflow: hidden;
}

.jot-priority-announcement {
    position: fixed;
    inset: 0;
    z-index: 1000001;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 280ms ease, visibility 280ms ease;
}

.jot-priority-announcement[hidden] {
    display: none;
}

.jot-priority-announcement.is-visible {
    opacity: 1;
    visibility: visible;
}

.jot-priority-announcement__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(3, 3, 5, 0.88);
    backdrop-filter: blur(8px);
}

.jot-priority-sheet {
    position: relative;
    width: min(94vw, 560px, calc(92vh * 0.667));
    aspect-ratio: 2 / 3;
    background: url("../images/ozel-duyuru-duvar-seffaf-v1.webp") center / contain no-repeat;
    filter: drop-shadow(0 24px 46px rgba(0, 0, 0, 0.72));
    opacity: 0;
    transform: translateY(18px) scale(0.97);
    transition: opacity 360ms ease, transform 360ms ease;
    z-index: 1;
}

.jot-priority-announcement.is-visible .jot-priority-sheet {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.jot-priority-sheet__close {
    position: absolute;
    top: 19.5%;
    right: 6.5%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(17, 24, 39, 0.4);
    border-radius: 50%;
    background: rgba(239, 240, 235, 0.9);
    color: #202226;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.22);
    transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
    z-index: 2;
}

.jot-priority-sheet__close:hover {
    background: #202226;
    color: #fff;
    transform: rotate(5deg);
}

.jot-priority-sheet__content {
    position: absolute;
    top: 30.8%;
    right: 15.5%;
    bottom: 8%;
    left: 15.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 0;
    color: #24262a;
    text-align: center;
}

.jot-priority-sheet__eyebrow {
    flex: 0 0 auto;
    font-family: "Special Elite", Rockwell, Georgia, serif;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #6b2525;
}

.jot-priority-sheet__title {
    flex: 0 0 auto;
    max-width: 100%;
    margin-top: 4px;
    font-family: "Bitter", Rockwell, Georgia, serif;
    font-size: 30px;
    line-height: 1.16;
    font-weight: 700;
    letter-spacing: 0;
    color: #202226;
    overflow-wrap: anywhere;
    text-wrap: balance;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72);
}

.jot-priority-sheet__rule {
    flex: 0 0 auto;
    width: min(78%, 250px);
    height: 9px;
    margin: 11px 0 10px;
    display: flex;
    align-items: center;
}

.jot-priority-sheet__rule::before,
.jot-priority-sheet__rule::after {
    content: "";
    height: 1px;
    flex: 1;
    background: rgba(32, 34, 38, 0.5);
}

.jot-priority-sheet__rule span {
    width: 7px;
    height: 7px;
    margin: 0 9px;
    border: 1px solid rgba(32, 34, 38, 0.72);
    transform: rotate(45deg);
}

.jot-priority-sheet__scroll {
    flex: 1 1 auto;
    position: relative;
    min-height: 0;
    max-width: 100%;
    width: 100%;
}

.jot-priority-sheet__text {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow-y: auto;
    padding: 1px 13px 12px 6px;
    font-family: "Bitter", Rockwell, Georgia, serif;
    font-size: 18px;
    line-height: 1.58;
    font-weight: 500;
    letter-spacing: 0;
    color: #202226;
    overflow-wrap: anywhere;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.78), 0 0 1px rgba(0, 0, 0, 0.24);
    scrollbar-width: thin;
    scrollbar-color: rgba(32, 34, 38, 0.45) transparent;
}

.jot-priority-sheet__scroll-hint {
    position: absolute;
    right: -2px;
    bottom: 6px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(239, 232, 208, 0.88);
    color: #562f22;
    box-shadow: 0 2px 7px rgba(32, 22, 17, 0.28);
    font-size: 12px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 180ms ease, visibility 180ms ease;
}

.jot-priority-sheet__scroll-hint.is-visible {
    opacity: 1;
    visibility: visible;
    animation: jot-priority-scroll-hint 1.25s ease-in-out infinite;
}

@keyframes jot-priority-scroll-hint {
    0%, 100% { transform: translateY(-2px); }
    50% { transform: translateY(3px); }
}

.jot-priority-sheet__cta {
    flex: 0 0 auto;
    max-width: 100%;
    min-height: 42px;
    margin-top: 12px;
    padding: 10px 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid rgba(32, 34, 38, 0.48);
    border-radius: 8px;
    background: linear-gradient(180deg, #3d4148, #22252a);
    color: #fff;
    font-family: "Special Elite", Rockwell, Georgia, serif;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 7px 18px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.16);
    transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.jot-priority-sheet__cta:hover {
    background: linear-gradient(180deg, #555b64, #2c3036);
    box-shadow: 0 9px 22px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transform: translateY(-1px);
}

.jot-priority-sheet__cta i {
    flex: 0 0 auto;
    font-size: 11px;
}

.jot-priority-sheet--klasik {
    width: min(92vw, 520px, calc(92vh * 0.714));
    aspect-ratio: 1044 / 1462;
    background-image: url("../images/duyuru.webp");
}

.jot-priority-sheet--klasik .jot-priority-sheet__close {
    top: 20%;
    right: 7%;
    border-color: rgba(62, 35, 22, 0.38);
    background: rgba(245, 220, 177, 0.82);
    color: #3b2116;
    box-shadow: 0 5px 14px rgba(72, 36, 17, 0.18);
}

.jot-priority-sheet--klasik .jot-priority-sheet__close:hover {
    background: #9f2b18;
    color: #fff4dc;
}

.jot-priority-sheet--klasik .jot-priority-sheet__content {
    top: 27%;
    right: 12%;
    bottom: 10%;
    left: 12%;
    color: #382218;
}

.jot-priority-sheet--klasik .jot-priority-sheet__title {
    margin-top: 6px;
    font-family: "Rye", Rockwell, Georgia, serif;
    font-weight: 400;
    color: #2d1a12;
    text-shadow: 0 1px 0 rgba(255, 245, 218, 0.78);
}

.jot-priority-sheet--klasik .jot-priority-sheet__rule {
    margin: 14px 0 12px;
}

.jot-priority-sheet--klasik .jot-priority-sheet__rule::before,
.jot-priority-sheet--klasik .jot-priority-sheet__rule::after {
    background: rgba(91, 48, 28, 0.5);
}

.jot-priority-sheet--klasik .jot-priority-sheet__rule span {
    border-color: rgba(91, 48, 28, 0.72);
}

.jot-priority-sheet--klasik .jot-priority-sheet__text {
    padding-right: 13px;
    font-family: "Special Elite", Rockwell, Georgia, serif;
    font-weight: 400;
    color: #493024;
    text-shadow: 0 1px 0 rgba(255, 245, 218, 0.7);
    scrollbar-color: rgba(91, 48, 28, 0.45) transparent;
}

.jot-priority-sheet--klasik .jot-priority-sheet__scroll-hint {
    background: rgba(246, 220, 174, 0.9);
    color: #7b2d1d;
}

.jot-priority-sheet--klasik .jot-priority-sheet__cta {
    border-color: rgba(103, 50, 27, 0.48);
    background: linear-gradient(180deg, #a74125, #702614);
    color: #fff8e9;
    font-family: "Special Elite", Rockwell, Georgia, serif;
}

.jot-priority-sheet--klasik .jot-priority-sheet__cta:hover {
    background: linear-gradient(180deg, #c15331, #812b17);
}

@media (max-width: 767px) {
    .jot-special-trigger {
        top: calc(54px + var(--jot-trigger-mobile-offset, 0px));
        right: 8px;
        width: 68px;
        height: 78px;
    }

    .jot-special-trigger.is-compact {
        top: calc(50px + var(--jot-trigger-mobile-compact-offset, 0px));
        right: 10px;
        width: 50px;
        height: 58px;
    }

    .jot-special-trigger__symbol i {
        font-size: 40px;
    }
}

@media (max-width: 520px) {
    .jot-priority-sheet__close {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .jot-priority-sheet__content {
        top: 30.5%;
        right: 15%;
        bottom: 7.5%;
        left: 15%;
    }

    .jot-priority-sheet__eyebrow {
        font-size: 10px;
    }

    .jot-priority-sheet__title {
        margin-top: 3px;
        font-size: 23px;
        line-height: 1.14;
    }

    .jot-priority-sheet__rule {
        margin: 8px 0 7px;
    }

    .jot-priority-sheet__text {
        font-size: 14.5px;
        line-height: 1.42;
        padding-right: 12px;
    }

    .jot-priority-sheet:not(.jot-priority-sheet--klasik) .jot-priority-sheet__text {
        font-weight: 600;
        text-shadow: none;
    }

    .jot-priority-sheet__scroll-hint {
        right: -3px;
        width: 22px;
        height: 22px;
        font-size: 11px;
    }

    .jot-priority-sheet__cta {
        min-height: 38px;
        margin-top: 9px;
        padding: 8px 14px;
        font-size: 12px;
    }

    .jot-priority-sheet--klasik .jot-priority-sheet__content {
        top: 27%;
        right: 11.5%;
        left: 11.5%;
    }

    .jot-priority-sheet--klasik .jot-priority-sheet__title {
        margin-top: 5px;
    }

    .jot-priority-sheet--klasik .jot-priority-sheet__rule {
        margin: 10px 0 8px;
    }

    .jot-priority-sheet--klasik .jot-priority-sheet__text {
        font-size: 15px;
        line-height: 1.48;
    }
}

@media (max-width: 767px) {
    .jot-cinematic-img {
        animation: none;
        transform: none;
    }

    .jot-glass-tile {
        min-height: 78px;
        border-radius: 14px;
    }

    .jot-record-metric .jot-record-number {
        font-size: 1.45rem !important;
    }

    .jot-action-card {
        min-height: 96px;
        border-radius: 14px;
        box-shadow: 0 18px 42px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.03);
    }

    .jot-countdown {
        padding: 7px 9px;
    }

    .jot-countdown strong {
        font-size: 0.95rem;
    }
}

@media (min-width: 768px) {
    .jot-record-summary {
        padding: 12px 14px;
    }

    .jot-record-summary .grid {
        margin-top: 8px;
    }

    .jot-record-metric {
        min-height: 50px;
        padding: 7px 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        text-align: left;
    }

    .jot-record-metric span {
        margin-top: 0;
        font-size: 10px;
        line-height: 1.05;
    }
}

@media (min-width: 1024px) {
    .jot-home-control-grid {
        position: relative;
    }

    .jot-home-control-grid::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 8%;
        bottom: 8%;
        width: 1px;
        background: linear-gradient(to bottom, transparent, rgba(251, 191, 36, 0.46), transparent);
        box-shadow: 0 0 16px rgba(251, 191, 36, 0.24);
        z-index: 2;
        pointer-events: none;
    }

    .jot-home-control-grid .jot-record-summary,
    .jot-home-control-grid .jot-action-card {
        min-height: 112px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .jot-cinematic-img,
    .jot-hero-bg,
    .jot-float,
    .jot-lightbar,
    .jot-pulse-dot,
    .jot-raffle-live,
    .jot-priority-sheet,
    .jot-special-trigger,
    .jot-special-trigger__symbol,
    .jot-pop {
        animation: none !important;
    }
}

/* Shared readability floor for helper labels and secondary copy. */
.text-\[8px\],
.text-\[9px\],
.text-\[10px\] {
    font-size: 0.6875rem !important;
    line-height: 1rem !important;
}

.text-\[11px\] {
    font-size: 0.75rem !important;
    line-height: 1.05rem !important;
}

.text-gray-600 {
    color: rgb(107 114 128) !important;
}

.text-gray-500 {
    color: rgb(139 146 158) !important;
}

.placeholder-gray-600::placeholder {
    color: rgb(107 114 128) !important;
    opacity: 1;
}

.jot-404 {
    position: relative;
    isolation: isolate;
    min-height: calc(100dvh - 70px);
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #080a0f url("../images/login.webp") 72% 44% / cover no-repeat;
}

.jot-404::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background: linear-gradient(90deg, rgba(5, 6, 10, 0.99) 0%, rgba(5, 6, 10, 0.94) 38%, rgba(5, 6, 10, 0.45) 70%, rgba(5, 6, 10, 0.7) 100%);
}

.jot-404::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 32%, rgba(0, 0, 0, 0.5));
    box-shadow: inset 0 0 120px rgba(0, 0, 0, 0.72);
}

.jot-404__texture {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.18;
    pointer-events: none;
    background-image: repeating-linear-gradient(0deg, transparent 0 4px, rgba(255, 255, 255, 0.035) 5px);
}

.jot-404__content {
    width: min(100%, 1180px);
    margin: 0 auto;
    padding: 64px clamp(24px, 7vw, 96px) 96px;
}

.jot-404__code {
    display: flex;
    align-items: center;
    gap: clamp(10px, 2vw, 24px);
    color: #f3f4f6;
    font-family: "Rye", Rockwell, Georgia, serif;
    font-size: clamp(76px, 11vw, 154px);
    line-height: 0.9;
    text-shadow: 0 10px 36px rgba(0, 0, 0, 0.65), 0 0 32px rgba(37, 99, 235, 0.22);
}

.jot-404__lock {
    width: clamp(64px, 8vw, 108px);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border: 1px solid rgba(96, 165, 250, 0.38);
    border-radius: 50%;
    color: #60a5fa;
    background: rgba(7, 13, 24, 0.72);
    box-shadow: 0 0 36px rgba(37, 99, 235, 0.2), inset 0 0 24px rgba(96, 165, 250, 0.08);
    font-family: sans-serif;
    font-size: 0.34em;
    animation: jot404Lock 3.8s ease-in-out infinite;
}

.jot-404__eyebrow {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 28px 0 8px;
    color: #fbbf24;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.jot-404 h1 {
    max-width: 620px;
    margin: 0;
    color: #fff;
    font-family: "Rye", Rockwell, Georgia, serif;
    font-size: clamp(28px, 4vw, 50px);
    line-height: 1.14;
    font-weight: 400;
    text-wrap: balance;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.85);
}

.jot-404__text {
    max-width: 560px;
    margin: 15px 0 0;
    color: #cbd5e1;
    font-size: clamp(15px, 1.5vw, 18px);
    line-height: 1.7;
    text-wrap: balance;
}

.jot-404__route {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 30px;
}

.jot-404__hint {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #94a3b8;
    font-family: "Special Elite", Rockwell, Georgia, serif;
    font-size: 14px;
}

.jot-404__hint i {
    color: #fbbf24;
    font-size: 20px;
    animation: jot404Arrow 1.25s ease-in-out infinite;
}

.jot-404__home {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 20px;
    border: 1px solid rgba(248, 113, 113, 0.42);
    border-radius: 8px;
    color: #fff;
    background: rgba(185, 28, 28, 0.9);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.34), 0 0 24px rgba(220, 38, 38, 0.14);
    font-size: 14px;
    font-weight: 800;
    transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.jot-404__home:hover {
    transform: translateY(-2px);
    border-color: rgba(254, 202, 202, 0.7);
    background: #dc2626;
}

.jot-404__home:focus-visible {
    outline: 2px solid #fbbf24;
    outline-offset: 4px;
}

@keyframes jot404Arrow {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(7px); }
}

@keyframes jot404Lock {
    0%, 100% { transform: rotate(-3deg); }
    50% { transform: rotate(3deg) scale(1.03); }
}

@media (max-width: 767px) {
    .jot-404 {
        min-height: calc(100dvh - 70px);
        align-items: flex-end;
        background-position: 50% 18%;
        background-size: auto 118%;
    }

    .jot-404::before {
        background: linear-gradient(180deg, rgba(5, 6, 10, 0.28) 0%, rgba(5, 6, 10, 0.54) 35%, rgba(5, 6, 10, 0.98) 68%);
    }

    .jot-404__content {
        padding: 42px 20px 38px;
        text-align: center;
    }

    .jot-404__code,
    .jot-404__eyebrow,
    .jot-404__route {
        justify-content: center;
    }

    .jot-404__code {
        font-size: clamp(66px, 24vw, 96px);
    }

    .jot-404__eyebrow {
        margin-top: 22px;
    }

    .jot-404__text {
        margin-right: auto;
        margin-left: auto;
        line-height: 1.55;
    }

    .jot-404__route {
        flex-direction: column;
        gap: 11px;
        margin-top: 22px;
    }

    .jot-404__hint {
        flex-direction: column;
        gap: 2px;
    }

    .jot-404__hint i {
        transform: rotate(90deg);
        animation: jot404ArrowMobile 1.25s ease-in-out infinite;
    }

    .jot-404__home {
        width: min(100%, 290px);
    }
}

@media (min-width: 768px) {
    .jot-404 {
        min-height: 100dvh;
    }
}

@keyframes jot404ArrowMobile {
    0%, 100% { transform: rotate(90deg) translateX(0); }
    50% { transform: rotate(90deg) translateX(7px); }
}

@media (prefers-reduced-motion: reduce) {
    .jot-404__lock,
    .jot-404__hint i {
        animation: none !important;
    }
}
/* Sıralama sayfası */
.jot-rank-avatar {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 999px;
    background: linear-gradient(135deg, #2b2d34, #111217);
    color: #f7d477;
    font-weight: 900;
}

.jot-rank-avatar img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
}

.jot-showcase-scene::after {
    content: "";
    position: absolute;
    z-index: 4;
    inset: 0;
    pointer-events: none;
    box-shadow: inset 0 -36px 34px -34px rgba(0, 0, 0, 0.95);
}

.jot-showcase-character {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    width: 86%;
    height: 83%;
    max-width: none;
    transform: translateX(-50%);
    object-fit: contain;
    object-position: center top;
}

img.jot-showcase-character--gif {
    z-index: 4;
    top: -3%;
    width: 132%;
    height: 108%;
}

img.jot-showcase-character--still {
    z-index: 4;
    top: 4%;
    width: 112%;
    height: 86%;
    object-fit: contain;
    object-position: center bottom;
}

video.jot-showcase-character {
    background: #000;
}

.jot-showcase-platform {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: -1%;
    width: 88%;
    max-width: none;
    transform: translateX(-50%);
    pointer-events: none;
}

.jot-player-name {
    margin-top: 0.2rem;
    background: linear-gradient(100deg, #fff1a8 0%, #f7c948 27%, #e99a22 50%, #ffe88a 72%, #fff8cf 100%);
    background-size: 220% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 1rem;
    font-weight: 950;
    line-height: 1.25;
    letter-spacing: 0.035em;
    text-shadow: 0 0 18px rgba(245, 158, 11, 0.18);
    animation: jotPlayerNameShimmer 4.5s linear infinite;
}

.jot-player-name::before,
.jot-player-name::after {
    content: "✦";
    display: inline-block;
    margin: 0 0.32rem;
    color: #f9d76e;
    font-size: 0.55em;
    vertical-align: 0.18em;
    -webkit-text-fill-color: #f9d76e;
    filter: drop-shadow(0 0 4px rgba(250, 204, 21, 0.5));
    animation: jotPlayerNameSpark 2.2s ease-in-out infinite;
}

.jot-player-name::after {
    animation-delay: -1.1s;
}

@keyframes jotPlayerNameShimmer {
    to { background-position: -220% center; }
}

@keyframes jotPlayerNameSpark {
    0%, 100% { opacity: 0.35; transform: scale(0.8) rotate(0deg); }
    50% { opacity: 1; transform: scale(1.15) rotate(20deg); }
}

@media (min-width: 768px) {
    .jot-player-name {
        font-size: 1.16rem;
    }
}

.jot-showcase-placeholder {
    position: absolute;
    z-index: 1;
    top: 22%;
    left: 50%;
    display: grid;
    width: 34%;
    aspect-ratio: 1;
    place-items: center;
    transform: translateX(-50%);
    border: 1px solid rgba(251, 191, 36, 0.12);
    border-radius: 999px;
    background: rgba(245, 158, 11, 0.05);
    color: rgba(251, 191, 36, 0.22);
    font-size: clamp(1.4rem, 4vw, 2.5rem);
}

.jot-achievement-card {
    width: calc(50% - 0.375rem);
    transition: transform 180ms ease;
}

@media (min-width: 768px) {
    .jot-achievement-card {
        width: calc(33.333% - 1rem);
    }
}

@media (min-width: 1024px) {
    .jot-achievement-card {
        width: calc(25% - 1.125rem);
    }
}

@media (hover: hover) {
    .jot-achievement-card:hover {
        transform: translateY(-4px);
    }
}

@media (max-width: 520px) {
    .jot-showcase-character {
        width: 90%;
        height: 84%;
    }

    .jot-showcase-platform {
        width: 90%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .jot-player-name,
    .jot-player-name::before,
    .jot-player-name::after {
        animation: none;
    }
}
