.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.hard-shadow {
    box-shadow: 4px 4px 0px 0px #964900;
}
.hard-shadow-hover:hover {
    box-shadow: 6px 6px 0px 0px #964900;
    transform: translate(-2px, -2px);
}
.grid-line-x {
    background-image: linear-gradient(to right, rgba(26, 28, 28, 0.1) 1px, transparent 1px);
    background-size: 8.333333% 100%;
}
@keyframes ticker {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.animate-ticker {
    display: flex;
    width: fit-content;
    animation: ticker 30s linear infinite;
}
/* Custom Scrollbar */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #f9f9f9; }
::-webkit-scrollbar-thumb { background: #964900; }

/* NBA Daily Grid game — modern dark card */
.daily-grid-shell {
    background: radial-gradient(120% 140% at 0% 0%, #2a1204 0%, #1a1c1c 55%, #10110f 100%);
    box-shadow: 0 20px 60px -20px rgba(0, 0, 0, 0.5);
    isolation: isolate;
}
.daily-grid-glow {
    position: absolute;
    inset: -40% -10% auto auto;
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, rgba(150, 73, 0, 0.55) 0%, rgba(150, 73, 0, 0) 70%);
    filter: blur(10px);
    pointer-events: none;
    z-index: 0;
}

.daily-grid-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #ff9a3d, #964900);
    color: #ffffff;
    font-family: "JetBrains Mono", monospace;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.08em;
    padding: 10px 18px;
    border-radius: 999px;
    box-shadow: 0 8px 20px -8px rgba(255, 122, 24, 0.7);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.daily-grid-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px -8px rgba(255, 122, 24, 0.85);
}
.daily-grid-btn-primary:disabled {
    opacity: 0.4;
    box-shadow: none;
    transform: none;
    cursor: not-allowed;
}

.daily-grid-btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    font-family: "JetBrains Mono", monospace;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.08em;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(6px);
    transition: background 0.2s ease, transform 0.2s ease;
}
.daily-grid-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.14);
    transform: translateY(-2px);
}
.daily-grid-btn-ghost:disabled {
    opacity: 0.35;
    transform: none;
    cursor: not-allowed;
}

.grid-cell {
    aspect-ratio: 2 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    user-select: none;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    backdrop-filter: blur(6px);
    transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.grid-cell:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 154, 61, 0.5);
}
.grid-cell.selected {
    background: linear-gradient(135deg, #ff9a3d, #964900);
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 10px 24px -10px rgba(255, 122, 24, 0.8);
    transform: translateY(-3px);
}
.grid-cell.shake {
    animation: grid-shake 0.4s ease;
}
@keyframes grid-shake {
    0%, 100% { transform: translateX(0); }
    20% { transform: translateX(-6px); }
    40% { transform: translateX(6px); }
    60% { transform: translateX(-4px); }
    80% { transform: translateX(4px); }
}
.grid-solved-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 14px 8px;
    border-radius: 14px;
    animation: grid-solved-in 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.grid-solved-row .cat-name {
    font-family: "JetBrains Mono", monospace;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.12em;
    margin-bottom: 4px;
    opacity: 0.75;
}
.grid-solved-row .cat-items {
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
}
@keyframes grid-solved-in {
    0% { transform: scale(0.9) translateY(-6px); opacity: 0; }
    100% { transform: scale(1) translateY(0); opacity: 1; }
}
.grid-cat-1 { background: linear-gradient(135deg, #fbe98a, #f0d24a); color: #1a1c1c; }
.grid-cat-2 { background: linear-gradient(135deg, #a8e6a1, #6fcf64); color: #1a1c1c; }
.grid-cat-3 { background: linear-gradient(135deg, #a2c1ff, #6f97ec); color: #1a1c1c; }
.grid-cat-4 { background: linear-gradient(135deg, #d3b3ff, #a875f0); color: #1a1c1c; }

/* NBA Today hub cards */
.today-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid rgba(26, 28, 28, 0.08);
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 10px 30px -18px rgba(26, 28, 28, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.today-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px -16px rgba(150, 73, 0, 0.35);
}
.today-card-soon {
    opacity: 0.7;
}
.today-card-soon:hover {
    transform: none;
    box-shadow: 0 10px 30px -18px rgba(26, 28, 28, 0.25);
}
.today-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ff9a3d, #964900);
    color: #ffffff;
    margin-bottom: 16px;
}
.today-card-cta {
    margin-top: auto;
    padding-top: 16px;
    display: inline-flex;
    align-items: center;
    font-family: "JetBrains Mono", monospace;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.08em;
    color: #964900;
}

/* Birthday page */
.birthday-hero {
    background: radial-gradient(120% 140% at 0% 0%, #2a1204 0%, #1a1c1c 55%, #10110f 100%);
    border-radius: 24px;
    padding: 40px 32px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}
.birthday-card {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #ffffff;
    border: 1px solid rgba(26, 28, 28, 0.08);
    border-radius: 18px;
    padding: 16px;
    box-shadow: 0 10px 24px -18px rgba(26, 28, 28, 0.3);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.birthday-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 28px -16px rgba(150, 73, 0, 0.35);
}
.birthday-avatar {
    width: 56px;
    height: 56px;
    border-radius: 999px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ffb786, #964900);
    color: #ffffff;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 800;
    font-size: 18px;
}
.birthday-photo {
    width: 56px;
    height: 56px;
    border-radius: 999px;
    flex-shrink: 0;
    object-fit: cover;
    background: #e2e2e2;
    border: 2px solid rgba(150, 73, 0, 0.2);
}
