.count-box::before,
.glow,
.hero-blur,
.hero-overlay {
    position: absolute;
    inset: 0;
}

body {
    background: radial-gradient(circle at top, rgba(99, 102, 241, .15), transparent 40%), #000;
}

.hero-blur {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .18;
    filter: blur(90px);
    transform: scale(1.2);
}

.hero-overlay {
    background:
        linear-gradient(to bottom, rgba(0, 0, 0, .35), rgba(0, 0, 0, .92)),
        radial-gradient(circle at top, rgba(99, 102, 241, .18), transparent 45%);
}

.glow {
    background: rgba(99, 102, 241, .18);
    filter: blur(120px);
    border-radius: 9999px;
}

.count-panel {
    width: 100%;
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
}

.count-box {
    background: linear-gradient(180deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .05));
    border: 1px solid rgba(255, 255, 255, .12);
    backdrop-filter: blur(24px);
    border-radius: 28px;
    padding: 18px 8px;
    position: relative;
    overflow: hidden;
    min-width: 0;
}

.count-box::before {
    content: "";
    background: radial-gradient(circle at top, rgba(99, 102, 241, .38), transparent 55%);
}

.count-number {
    position: relative;
    font-size: clamp(1.1rem, 5vw, 2.7rem);
    line-height: .95;
    font-weight: 900;
    letter-spacing: 0;
    color: #f8fafc;
    text-shadow: 0 2px 18px rgba(165, 180, 252, .28);
    white-space: nowrap;
}

.count-label {
    position: relative;
    margin-top: 10px;
    font-size: .65rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #e4e4e7;
    font-weight: 800;
}

.seconds-number {
    color: #fecdd3;
    text-shadow: 0 2px 18px rgba(244, 63, 94, .32);
}

.prose h2 {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    font-size: 1.875rem;
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: 0;
    color: #ffffff;
}

.prose h2:first-child {
    margin-top: 0;
}

.prose h3 {
    margin-top: 2rem;
    margin-bottom: .75rem;
    font-size: 1.35rem;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: 0;
    color: #f4f4f5;
}

.prose p,
.prose li {
    font-size: 1.05rem;
    line-height: 1.85;
    color: #d4d4d8;
}

.prose p + p {
    margin-top: 1rem;
}

.prose ul,
.prose ol {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 1.4rem;
    color: #d4d4d8;
}

.prose ul {
    list-style: disc;
}

.prose ol {
    list-style: decimal;
}

@media (min-width: 768px) {
    .count-box {
        padding: 38px 30px;
        border-radius: 34px;
    }

    .count-label {
        font-size: .78rem;
        letter-spacing: .16em;
    }

    .prose h2 {
        font-size: 2.5rem;
    }

    .prose h3 {
        font-size: 1.7rem;
    }
}

@media (min-width: 1280px) {
    .event-layout {
        grid-template-columns: minmax(0, .9fr) minmax(640px, 1.25fr);
    }

    .count-box {
        padding-left: 28px;
        padding-right: 28px;
    }
}

.tool-share-panel,
.timer-share-panel,
.stopwatch-share-panel,
.flip-share-panel,
.three-share-panel,
.triple-share-panel,
.bulk-share-panel,
.age-share-panel,
.egg-share-panel {
    border-color: rgba(63, 63, 70, .72);
}

.tool-share-buttons,
.timer-share-buttons,
.stopwatch-share-buttons,
.flip-share-buttons,
.three-share-buttons,
.triple-share-buttons,
.bulk-share-buttons,
.age-share-buttons,
.egg-share-buttons {
    display: grid !important;
    gap: .65rem !important;
}

.tool-share-button,
.timer-share-button,
.stopwatch-share-button,
.flip-share-button,
.three-share-button,
.triple-share-button,
.bulk-share-button,
.age-share-button,
.egg-share-button {
    min-height: 3rem !important;
    border: 1px solid rgba(255, 255, 255, .08) !important;
    border-radius: 16px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: .55rem !important;
    color: #ffffff !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    transition: transform .15s ease, filter .15s ease, border-color .15s ease !important;
}

.tool-share-button:hover,
.timer-share-button:hover,
.stopwatch-share-button:hover,
.flip-share-button:hover,
.three-share-button:hover,
.triple-share-button:hover,
.bulk-share-button:hover,
.age-share-button:hover,
.egg-share-button:hover {
    transform: translateY(-1px) !important;
    filter: brightness(1.08) !important;
}

.tool-share-buttons > :nth-child(1),
.timer-share-buttons > :nth-child(1),
.stopwatch-share-buttons > :nth-child(1),
.flip-share-buttons > :nth-child(1),
.three-share-buttons > :nth-child(1),
.triple-share-buttons > :nth-child(1),
.bulk-share-buttons > :nth-child(1),
.age-share-buttons > :nth-child(1),
.egg-share-native {
    background: #facc15 !important;
    color: #111827 !important;
}

.tool-share-buttons > :nth-child(2),
.timer-share-buttons > :nth-child(2),
.stopwatch-share-buttons > :nth-child(2),
.flip-share-buttons > :nth-child(2),
.three-share-buttons > :nth-child(2),
.triple-share-buttons > :nth-child(2),
.bulk-share-buttons > :nth-child(2),
.age-share-buttons > :nth-child(2),
.egg-share-whatsapp {
    background: #15803d !important;
    color: #ffffff !important;
}

.tool-share-buttons > :nth-child(3),
.timer-share-buttons > :nth-child(3),
.stopwatch-share-buttons > :nth-child(3),
.flip-share-buttons > :nth-child(3),
.three-share-buttons > :nth-child(3),
.triple-share-buttons > :nth-child(3),
.bulk-share-buttons > :nth-child(3),
.age-share-buttons > :nth-child(3),
.egg-share-x {
    background: #030712 !important;
    border-color: #3f3f46 !important;
    color: #ffffff !important;
}

.tool-share-buttons > :nth-child(4),
.timer-share-buttons > :nth-child(4),
.stopwatch-share-buttons > :nth-child(4),
.flip-share-buttons > :nth-child(4),
.three-share-buttons > :nth-child(4),
.triple-share-buttons > :nth-child(4),
.bulk-share-buttons > :nth-child(4),
.age-share-buttons > :nth-child(4),
.egg-share-copy {
    background: #27272a !important;
    color: #ffffff !important;
}

.tool-share-label,
.timer-share-panel .text-zinc-400,
.stopwatch-share-panel .text-zinc-400,
.flip-share-panel .text-zinc-400,
.three-share-panel .text-zinc-400,
.triple-share-panel .text-zinc-400,
.bulk-share-panel .text-zinc-400,
.age-share-panel .text-zinc-400,
.egg-share-label {
    color: #d4d4d8 !important;
}

@media (min-width: 768px) {
    .tool-share-buttons,
    .timer-share-buttons,
    .stopwatch-share-buttons,
    .flip-share-buttons,
    .three-share-buttons,
    .triple-share-buttons,
    .bulk-share-buttons,
    .age-share-buttons,
    .egg-share-buttons {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}
