:root {
  --dice-bg: #080a0f;
  --dice-card: rgba(255,255,255,.08);
  --dice-card-strong: rgba(255,255,255,.14);
  --dice-text: #f6f5ef;
  --dice-muted: rgba(246,245,239,.68);
  --dice-line: rgba(255,255,255,.12);
  --dice-lime: #ccff00;
  --dice-blue: #2458ff;
  --dice-pink: #ff3b8d;
}

* { box-sizing: border-box; }
body { margin: 0; background: var(--dice-bg); color: var(--dice-text); }
.dice-home { min-height: 100vh; position: relative; overflow-x: hidden; background:
  radial-gradient(circle at 15% 5%, rgba(36,88,255,.35), transparent 28%),
  radial-gradient(circle at 85% 10%, rgba(255,59,141,.22), transparent 24%),
  linear-gradient(180deg, #080a0f 0%, #0c0f18 48%, #f6f5ef 48%, #f6f5ef 100%);
}
.noise-layer { position: fixed; inset: 0; pointer-events: none; opacity: .06; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
.blob { position: fixed; width: 280px; height: 280px; border-radius: 999px; filter: blur(34px); opacity: .55; pointer-events: none; animation: floatBlob 9s ease-in-out infinite alternate; }
.blob-a { background: var(--dice-blue); left: -100px; top: 140px; }
.blob-b { background: var(--dice-pink); right: -120px; top: 90px; animation-delay: -3s; }
@keyframes floatBlob { from { transform: translate3d(0,0,0) scale(1); } to { transform: translate3d(35px,45px,0) scale(1.18); } }

.dice-nav { position: sticky; top: 0; z-index: 50; width: min(1180px, calc(100% - 32px)); margin: 18px auto 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 12px; border: 1px solid var(--dice-line); background: rgba(8,10,15,.62); backdrop-filter: blur(18px); border-radius: 28px; }
.dice-brand { color: var(--dice-text); text-decoration: none; display: inline-flex; align-items: center; gap: 10px; font-size: 22px; font-weight: 950; letter-spacing: -.03em; }
.dice-brand-mark { width: 42px; height: 42px; border-radius: 16px; display: grid; place-items: center; background: var(--dice-lime); color: #06070a; box-shadow: 0 12px 35px rgba(204,255,0,.24); }
.dice-nav-links { display: flex; gap: 8px; align-items: center; }
.dice-nav-links a, .dice-login { color: var(--dice-muted); text-decoration: none; font-weight: 800; font-size: 14px; padding: 12px 14px; border-radius: 999px; transition: all .2s ease; }
.dice-nav-links a:hover, .dice-login:hover { color: var(--dice-text); background: rgba(255,255,255,.09); }
.dice-nav-actions { display: flex; align-items: center; gap: 8px; }
.dice-pill { background: var(--dice-text); color: #080a0f; text-decoration: none; font-weight: 900; padding: 12px 18px; border-radius: 999px; box-shadow: 0 14px 40px rgba(255,255,255,.16); }

main { position: relative; z-index: 1; }
.dice-hero { width: min(1120px, calc(100% - 32px)); margin: 86px auto 0; text-align: center; padding-bottom: 92px; }
.hero-kicker { display: inline-flex; padding: 8px 12px; border: 1px solid var(--dice-line); border-radius: 999px; color: var(--dice-lime); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; background: rgba(255,255,255,.06); }
.dice-hero h1 { margin: 22px auto 16px; max-width: 930px; font-size: clamp(52px, 10vw, 132px); line-height: .86; letter-spacing: -.085em; font-weight: 1000; color: var(--dice-text); }
.dice-hero p { max-width: 650px; margin: 0 auto 32px; font-size: clamp(17px, 2vw, 22px); line-height: 1.5; color: var(--dice-muted); }
.hero-search { display: flex; align-items: center; gap: 12px; width: min(760px, 100%); margin: 0 auto; padding: 10px; background: #fff; color: #0c0f18; border-radius: 999px; box-shadow: 0 30px 90px rgba(0,0,0,.32); transition: transform .25s ease, box-shadow .25s ease; }
.hero-search:focus-within { transform: translateY(-3px) scale(1.01); box-shadow: 0 34px 110px rgba(36,88,255,.22); }
.search-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 999px; background: #f0f0ea; font-size: 28px; font-weight: 900; }
.hero-search input { flex: 1; border: 0; outline: 0; background: transparent; font-size: 16px; font-weight: 800; min-width: 0; }
.search-action { text-decoration: none; color: #fff; background: #080a0f; border-radius: 999px; padding: 14px 20px; font-weight: 900; }
.hero-chips { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.hero-chips button { border: 1px solid var(--dice-line); background: rgba(255,255,255,.07); color: var(--dice-text); border-radius: 999px; padding: 10px 15px; font-weight: 850; cursor: pointer; transition: all .2s ease; }
.hero-chips button:hover { background: var(--dice-lime); color: #080a0f; transform: translateY(-2px); }

.featured-shell { width: min(1180px, calc(100% - 32px)); margin: -28px auto 0; padding: 26px; background: #f6f5ef; color: #080a0f; border-radius: 34px; box-shadow: 0 -18px 80px rgba(0,0,0,.22); }
.section-head { display: flex; justify-content: space-between; gap: 16px; align-items: end; margin-bottom: 20px; }
.section-kicker { margin: 0 0 6px; text-transform: uppercase; letter-spacing: .1em; color: #2458ff; font-weight: 1000; font-size: 12px; }
.section-head h2 { margin: 0; font-size: clamp(28px, 4vw, 54px); letter-spacing: -.055em; }
.view-all { color: #080a0f; text-decoration: none; font-weight: 900; border-bottom: 2px solid #080a0f; padding-bottom: 4px; }
.featured-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.event-poster { position: relative; overflow: hidden; min-height: 430px; border-radius: 28px; color: #fff; text-decoration: none; background: #111; transform: translateY(16px); opacity: 0; animation: posterIn .68s cubic-bezier(.2,.9,.18,1) forwards; box-shadow: 0 24px 60px rgba(0,0,0,.16); }
.event-poster:nth-child(2) { animation-delay: .08s; } .event-poster:nth-child(3) { animation-delay: .16s; }
@keyframes posterIn { to { opacity: 1; transform: translateY(0); } }
.event-poster img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.9,.18,1); }
.event-poster:hover img { transform: scale(1.08); }
.event-poster::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.76)); }
.poster-content { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 18px; }
.poster-chip { display: inline-flex; padding: 7px 10px; border-radius: 999px; background: var(--dice-lime); color: #080a0f; text-transform: uppercase; font-size: 11px; font-weight: 1000; letter-spacing: .08em; margin-bottom: 10px; }
.poster-content h3 { margin: 0 0 8px; color: #fff; line-height: 1.02; letter-spacing: -.04em; font-size: 26px; }
.poster-meta { color: rgba(255,255,255,.8); font-weight: 750; font-size: 14px; line-height: 1.5; }
.poster-price { margin-top: 12px; font-size: 18px; font-weight: 1000; color: var(--dice-lime); }
.skeleton-card { min-height: 430px; border-radius: 28px; background: linear-gradient(90deg, #e7e5dc, #faf9f0, #e7e5dc); background-size: 240% 100%; animation: shimmer 1.1s infinite linear; }
@keyframes shimmer { to { background-position: -240% 0; } }

.dice-services { width: min(1180px, calc(100% - 32px)); margin: 22px auto 44px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.service-tile { text-decoration: none; color: #080a0f; background: #fff; border-radius: 28px; padding: 24px; min-height: 190px; border: 1px solid rgba(8,10,15,.08); transition: transform .25s ease, box-shadow .25s ease; }
.service-tile:hover { transform: translateY(-6px); box-shadow: 0 28px 70px rgba(0,0,0,.12); }
.service-tile span { font-weight: 1000; color: var(--dice-blue); }
.service-tile h3 { margin: 34px 0 8px; font-size: 24px; letter-spacing: -.04em; }
.service-tile p { margin: 0; color: #5f6472; font-weight: 650; line-height: 1.5; }
.dice-footer { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 24px 0 34px; display: flex; justify-content: space-between; color: #6b7280; font-size: 13px; font-weight: 750; }
.reveal-up { opacity: 0; transform: translateY(24px); animation: revealUp .72s cubic-bezier(.2,.9,.18,1) forwards; }
.reveal-up:nth-of-type(2) { animation-delay: .12s; } .reveal-up:nth-of-type(3) { animation-delay: .18s; }
@keyframes revealUp { to { opacity: 1; transform: translateY(0); } }

@media (max-width: 860px) {
  .dice-nav { border-radius: 22px; }
  .dice-nav-links { display: none; }
  .dice-hero { margin-top: 52px; padding-bottom: 70px; }
  .hero-search { border-radius: 24px; flex-wrap: wrap; }
  .search-action { width: 100%; text-align: center; }
  .featured-grid, .dice-services { grid-template-columns: 1fr; }
  .event-poster, .skeleton-card { min-height: 360px; }
  .section-head { align-items: start; flex-direction: column; }
  .dice-footer { flex-direction: column; gap: 8px; }
}

/* Elegant sideways event-cover marquee */
.cover-marquee-shell { width: min(1240px, calc(100% - 32px)); margin: -50px auto 30px; position: relative; z-index: 2; }
.cover-marquee-head { display: flex; justify-content: center; align-items: center; gap: 10px; color: rgba(246,245,239,.72); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 14px; }
.cover-marquee-dot { width: 7px; height: 7px; border-radius: 999px; background: var(--dice-lime); box-shadow: 0 0 20px rgba(204,255,0,.8); }
.cover-marquee { overflow: hidden; padding: 6px 0 18px; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.cover-track { display: flex; gap: 16px; width: max-content; animation: coverSlide 34s linear infinite; }
.cover-marquee:hover .cover-track { animation-play-state: paused; }
@keyframes coverSlide { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.cover-card { position: relative; flex: 0 0 218px; height: 305px; border-radius: 28px; overflow: hidden; color: #fff; text-decoration: none; box-shadow: 0 24px 70px rgba(0,0,0,.24); transform: translateZ(0); }
.cover-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .8s cubic-bezier(.2,.9,.18,1); }
.cover-card:hover img { transform: scale(1.08); }
.cover-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 28%, rgba(0,0,0,.76)); }
.cover-card-copy { position: absolute; z-index: 2; left: 14px; right: 14px; bottom: 14px; }
.cover-card-copy span { display: inline-flex; background: var(--dice-lime); color: #080a0f; border-radius: 999px; padding: 6px 9px; font-size: 10px; font-weight: 1000; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 8px; }
.cover-card-copy strong { display: block; font-size: 17px; line-height: 1.04; letter-spacing: -.035em; }
.cover-card-copy small { display: block; margin-top: 6px; color: rgba(255,255,255,.75); font-weight: 750; }
.cover-skeleton { flex: 0 0 218px; height: 305px; border-radius: 28px; background: linear-gradient(90deg, rgba(255,255,255,.08), rgba(255,255,255,.22), rgba(255,255,255,.08)); background-size: 240% 100%; animation: shimmer 1.1s infinite linear; }

@media (max-width: 860px) {
  .cover-marquee-shell { margin-top: -36px; }
  .cover-card, .cover-skeleton { flex-basis: 168px; height: 238px; border-radius: 22px; }
}
