<!DOCTYPE html>
<html class="dark" lang="en"><head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>The Quest Log | News & Blog</title>
<link href="https://fonts.googleapis.com/css2?family=Spline+Sans:wght@300;400;500;600;700;800&display=swap" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet"/>
<script src="https://cdn.tailwindcss.com?plugins=forms,container-queries"></script>
<script id="tailwind-config">
tailwind.config = {
darkMode: "class",
theme: {
extend: {
colors: {
"primary": "#5b13ec",
"background-light": "#f6f6f8",
"background-dark": "#0a0712",
"card-dark": "#161022",
},
fontFamily: {
"display": ["Spline Sans", "sans-serif"]
},
borderRadius: {
"DEFAULT": "1rem",
"lg": "2rem",
"xl": "3rem",
"full": "9999px"
},
},
},
}
</script>
<style>
body {
font-family: 'Spline Sans', sans-serif;
}
.neon-border {
box-shadow: 0 0 10px rgba(91, 19, 236, 0.3);
border: 1px solid rgba(91, 19, 236, 0.5);
}
.neon-border:hover {
box-shadow: 0 0 20px rgba(91, 19, 236, 0.6);
border-color: #5b13ec;
}
</style>
</head>
<body class="bg-background-light dark:bg-background-dark text-slate-900 dark:text-slate-100 min-h-screen">
<!-- Top Navigation Bar -->
<header class="sticky top-0 z-50 bg-background-light/80 dark:bg-background-dark/80 backdrop-blur-md border-b border-primary/10 px-6 py-4 lg:px-20">
<div class="max-w-7xl mx-auto flex items-center justify-between gap-8">
<div class="flex items-center gap-10">
<a class="flex items-center gap-3 text-primary group" href="#">
<div class="size-10 bg-primary flex items-center justify-center rounded-xl rotate-3 group-hover:rotate-0 transition-transform">
<span class="material-symbols-outlined text-white">shield_person</span>
</div>
<h1 class="text-xl font-bold tracking-tight text-slate-900 dark:text-white">The Quest Log</h1>
</a>
<nav class="hidden lg:flex items-center gap-8">
<a class="text-sm font-medium hover:text-primary transition-colors" href="#">Latest Quests</a>
<a class="text-sm font-medium hover:text-primary transition-colors" href="#">Mastery Guides</a>
<a class="text-sm font-medium hover:text-primary transition-colors" href="#">Patch Notes</a>
<a class="text-sm font-medium hover:text-primary transition-colors" href="#">Community</a>
</nav>
</div>
<div class="flex items-center gap-4 flex-1 justify-end">
<div class="relative max-w-xs w-full hidden md:block">
<span class="material-symbols-outlined absolute left-3 top-1/2 -translate-y-1/2 text-slate-400 text-lg">search</span>
<input class="w-full bg-slate-100 dark:bg-card-dark border-none rounded-full py-2 pl-10 pr-4 text-sm focus:ring-2 focus:ring-primary/50 placeholder:text-slate-500" placeholder="Search strategies..." type="text"/>
</div>
<button class="bg-primary text-white px-6 py-2 rounded-full font-bold text-sm hover:brightness-110 transition-all">
Login
</button>
</div>
</div>
</header>
<main class="max-w-7xl mx-auto px-6 lg:px-20 py-10">
<!-- Hero Section -->
<section class="mb-16">
<div class="relative rounded-xl overflow-hidden aspect-[21/9] flex items-end p-8 md:p-16">
<div class="absolute inset-0 bg-cover bg-center transition-transform duration-700 hover:scale-105" data-alt="Neon gaming background with futuristic structures and purple lights" style="background-image: url('https://lh3.googleusercontent.com/aida-public/AB6AXuATtqau6Ud8X7ETX77m8etHDiZYe5NH4G3uSl2x3QLI9v07yAzVqqE6enw9AGcGn4aRfaL2qWYleRgquvKc8cD4nNOi8imozu2-YU3t16YsPKre064Wkc3_5qHiNiYfRqT7Wd3ark3487SN2aXFV8Pcgyfn5kFexB1P_Y-9WBFsCP_PTjld2Ig7DlNZ7KhMt8Pl8ak7sP3SydHm7d7YazMmEfRnnWULBr05J43M93hAu20ktqKRZ90ndyYmSmvrJo6zNFV_Z9drLtBZ');">
</div>
<div class="absolute inset-0 bg-gradient-to-t from-background-dark via-background-dark/40 to-transparent"></div>
<div class="relative z-10 max-w-2xl">
<div class="inline-flex items-center gap-2 bg-primary px-3 py-1 rounded-full text-xs font-bold uppercase tracking-widest text-white mb-4">
<span class="material-symbols-outlined text-sm">stars</span> Featured Prize Drop
</div>
<h2 class="text-4xl md:text-6xl font-black text-white leading-tight mb-4">
The Neon Gauntlet: Claim Your 50k XP
</h2>
<p class="text-slate-200 text-lg mb-8 line-clamp-2">
A new limited-time challenge has emerged. Master the latest speed-run strategies to climb the leaderboard before the season ends.
</p>
<button class="bg-primary text-white px-8 py-4 rounded-full font-bold text-base flex items-center gap-2 hover:gap-4 transition-all">
Read Mission Briefing <span class="material-symbols-outlined">arrow_forward</span>
</button>
</div>
</div>
</section>
<!-- Main Content Area -->
<div class="grid grid-cols-1 lg:grid-cols-12 gap-12">
<!-- Article Feed -->
<div class="lg:col-span-8 space-y-12">
<!-- Category Tabs -->
<div class="flex items-center gap-6 border-b border-slate-200 dark:border-primary/10 overflow-x-auto pb-1 scrollbar-hide">
<button class="text-primary border-b-2 border-primary pb-4 font-bold whitespace-nowrap">All Missions</button>
<button class="text-slate-500 hover:text-primary pb-4 font-medium transition-colors whitespace-nowrap">Quiz Strategies</button>
<button class="text-slate-500 hover:text-primary pb-4 font-medium transition-colors whitespace-nowrap">Prize Drops</button>
<button class="text-slate-500 hover:text-primary pb-4 font-medium transition-colors whitespace-nowrap">Platform Updates</button>
</div>
<!-- Article Grid -->
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
<!-- Article Card 1 -->
<article class="group">
<div class="neon-border rounded-xl overflow-hidden mb-4 aspect-video relative">
<img class="w-full h-full object-cover transition-transform duration-500 group-hover:scale-110" data-alt="Retro computer and high-tech setup with neon lights" src="https://lh3.googleusercontent.com/aida-public/AB6AXuCqleJdSP_QotmryjYPkcKN2gP3Lr0BcpoFvOxIx4OhvmuZq1Pm9aQ35DrE8X3Iv56igp6cyU-LYgcQFBHjJddZ_xAIQeD6SqCFuJ2UIc9db_n3HN-97kg4H72VRSKYRFRvSi28CgbQWIXA6ek5WsAYwK8gE9JQMQuDTQs-jHukDoqNnjoALT1BYeTe1SoGV_EfLKaB8ylxJE5FQcv_WDAHXcDaf_ip7Tle4C7sAKT5Yt7bf_6zZc8BEU0zrzEAIovHKjg9F1cW0wvq"/>
<div class="absolute top-4 right-4 bg-background-dark/80 backdrop-blur-sm px-3 py-1 rounded-full text-[10px] font-bold text-primary border border-primary/20">
STRATEGY
</div>
</div>
<div class="space-y-2">
<div class="flex items-center gap-3 text-xs text-slate-500">
<span class="flex items-center gap-1"><span class="material-symbols-outlined text-sm">schedule</span> 5 min XP</span>
<span>•</span>
<span>Oct 24, 2023</span>
</div>
<h3 class="text-xl font-bold group-hover:text-primary transition-colors leading-tight">
Top 5 Quiz Strategies for Lightning Response Times
</h3>
<p class="text-slate-600 dark:text-slate-400 text-sm line-clamp-2">
Learn the muscle-memory techniques used by the top 1% of players to dominate the leaderboards.
</p>
</div>
</article>
<!-- Article Card 2 -->
<article class="group">
<div class="neon-border rounded-xl overflow-hidden mb-4 aspect-video relative">
<img class="w-full h-full object-cover transition-transform duration-500 group-hover:scale-110" data-alt="Digital landscape with glowing lines representing platform updates" src="https://lh3.googleusercontent.com/aida-public/AB6AXuARfEuYM0jMkAid44zgCnsAg-wqVtoiPhAn0FK_4putWyJAXR9pwTCbSyfmNDY7iuEUyqpLiJaz0XFp1eLxvzk_MdYswQxUvkE7luxdDfCUnfszU-Sd77C1c5rlhU7iqbN8v1kE3_7x14Q40Zzu3GQjfig12Tn7S63bvY7L4Yuk-qboO2HyTA1p9t_rj7ItueoMRL0GSnw8_aJJJUUUzLEAa8hZFm88UEQqOeCiYsJUgZNutgbFXl1nKJfwCPA2X7mLAQQasE-A0ohV"/>
<div class="absolute top-4 right-4 bg-background-dark/80 backdrop-blur-sm px-3 py-1 rounded-full text-[10px] font-bold text-primary border border-primary/20">
PATCH NOTES
</div>
</div>
<div class="space-y-2">
<div class="flex items-center gap-3 text-xs text-slate-500">
<span class="flex items-center gap-1"><span class="material-symbols-outlined text-sm">schedule</span> 3 min XP</span>
<span>•</span>
<span>Oct 22, 2023</span>
</div>
<h3 class="text-xl font-bold group-hover:text-primary transition-colors leading-tight">
Platform Update v2.4: Squad Quests Now Live
</h3>
<p class="text-slate-600 dark:text-slate-400 text-sm line-clamp-2">
Form alliances, share rewards, and conquer new multi-user challenges in our biggest update yet.
</p>
</div>
</article>
<!-- Article Card 3 -->
<article class="group">
<div class="neon-border rounded-xl overflow-hidden mb-4 aspect-video relative">
<img class="w-full h-full object-cover transition-transform duration-500 group-hover:scale-110" data-alt="Golden reward chest with digital particles" src="https://lh3.googleusercontent.com/aida-public/AB6AXuDQ6CPS_vcMGBgmOZaTV9uTI0mnUkctDbo1YhlTcHedY-VpCbIH3rfFuwnmxPoj4Zs2lSQT_kntVaFw2vdS5bdOvd_fShab88DJ2YN1bjI9oEoi4f9hLU7lPIo5HMH-X7zvXN51x_m8EK7Ys55lsu7cYptiPK-IxphLRDcb6mhp9oLrX1gnacX9U3SK9zqM-jYo335vX82_EP0t9xVkZ6ntsGJU4MF-CnHnRj-cpUYDGycdWbululXbRFv_cIUI7bNSIclwCY3x0RPU"/>
<div class="absolute top-4 right-4 bg-background-dark/80 backdrop-blur-sm px-3 py-1 rounded-full text-[10px] font-bold text-primary border border-primary/20">
MASTERY
</div>
</div>
<div class="space-y-2">
<div class="flex items-center gap-3 text-xs text-slate-500">
<span class="flex items-center gap-1"><span class="material-symbols-outlined text-sm">schedule</span> 8 min XP</span>
<span>•</span>
<span>Oct 20, 2023</span>
</div>
<h3 class="text-xl font-bold group-hover:text-primary transition-colors leading-tight">
How to Optimize Your XP Gains: The Math Revealed
</h3>
<p class="text-slate-600 dark:text-slate-400 text-sm line-clamp-2">
We're breaking down the hidden multipliers and streak bonuses to help you maximize every quest.
</p>
</div>
</article>
<!-- Article Card 4 -->
<article class="group">
<div class="neon-border rounded-xl overflow-hidden mb-4 aspect-video relative">
<img class="w-full h-full object-cover transition-transform duration-500 group-hover:scale-110" data-alt="Digital art showing a community of players connecting online" src="https://lh3.googleusercontent.com/aida-public/AB6AXuD3IfEAr-d5FdAW-Pg1LcwA_cfnILqZkBf4uzrdgKzedM1a0NtGGDgjX6lhEggKyRXAehOaW1tgG5b_QYnfLdyAxxTn3ulCpCK59PQwgntw4Ks_-44T3A_NuaVQ_lzAm6SepZVLcfJOHgSJrYSuk9-8PjyuwR0441onvQwmwvN9CEmFD2kKVs56QMA8KnoBpPjOVq6g1AwsnNwXB8Lyo0R57O5Unhjr5f_6YoJU5ifRcLRMjXYtE44ys39ZBmDSeewRDNtAurTd37mD"/>
<div class="absolute top-4 right-4 bg-background-dark/80 backdrop-blur-sm px-3 py-1 rounded-full text-[10px] font-bold text-primary border border-primary/20">
COMMUNITY
</div>
</div>
<div class="space-y-2">
<div class="flex items-center gap-3 text-xs text-slate-500">
<span class="flex items-center gap-1"><span class="material-symbols-outlined text-sm">schedule</span> 4 min XP</span>
<span>•</span>
<span>Oct 18, 2023</span>
</div>
<h3 class="text-xl font-bold group-hover:text-primary transition-colors leading-tight">
Community Spotlight: Meet the Season 4 Champion
</h3>
<p class="text-slate-600 dark:text-slate-400 text-sm line-clamp-2">
An exclusive interview with 'VoidWalker' on their journey to the top of the Global Leaderboard.
</p>
</div>
</article>
</div>
<!-- Newsletter CTA -->
<div class="bg-primary/10 rounded-xl p-8 border border-primary/20 flex flex-col md:flex-row items-center gap-8">
<div class="flex-1 text-center md:text-left">
<h3 class="text-2xl font-bold mb-2">Join the Mission Briefing</h3>
<p class="text-slate-500 dark:text-slate-400">Get the latest strategy guides and prize drop alerts delivered to your inbox.</p>
</div>
<div class="flex flex-col sm:flex-row gap-3 w-full md:w-auto">
<input class="bg-white dark:bg-card-dark border-none rounded-full px-6 py-3 min-w-[280px] focus:ring-2 focus:ring-primary" placeholder="Your email address" type="email"/>
<button class="bg-primary text-white px-8 py-3 rounded-full font-bold hover:brightness-110">Subscribe</button>
</div>
</div>
</div>
<!-- Sidebar -->
<aside class="lg:col-span-4 space-y-10">
<!-- Category Sidebar -->
<div class="bg-slate-50 dark:bg-card-dark rounded-xl p-6 border border-slate-200 dark:border-primary/5">
<h4 class="text-lg font-bold mb-6 flex items-center gap-2">
<span class="material-symbols-outlined text-primary">category</span> Mission Types
</h4>
<div class="flex flex-wrap gap-2">
<a class="px-4 py-2 rounded-full bg-primary text-white text-xs font-bold uppercase tracking-wide" href="#">Strategy</a>
<a class="px-4 py-2 rounded-full bg-slate-200 dark:bg-slate-800 text-slate-700 dark:text-slate-300 text-xs font-bold uppercase tracking-wide hover:bg-primary/20 transition-colors" href="#">Prizes</a>
<a class="px-4 py-2 rounded-full bg-slate-200 dark:bg-slate-800 text-slate-700 dark:text-slate-300 text-xs font-bold uppercase tracking-wide hover:bg-primary/20 transition-colors" href="#">Updates</a>
<a class="px-4 py-2 rounded-full bg-slate-200 dark:bg-slate-800 text-slate-700 dark:text-slate-300 text-xs font-bold uppercase tracking-wide hover:bg-primary/20 transition-colors" href="#">Community</a>
<a class="px-4 py-2 rounded-full bg-slate-200 dark:bg-slate-800 text-slate-700 dark:text-slate-300 text-xs font-bold uppercase tracking-wide hover:bg-primary/20 transition-colors" href="#">Mastery</a>
<a class="px-4 py-2 rounded-full bg-slate-200 dark:bg-slate-800 text-slate-700 dark:text-slate-300 text-xs font-bold uppercase tracking-wide hover:bg-primary/20 transition-colors" href="#">Pro Tips</a>
</div>
</div>
<!-- Trending Missions -->
<div class="space-y-6">
<h4 class="text-lg font-bold flex items-center gap-2">
<span class="material-symbols-outlined text-primary">trending_up</span> Trending Missions
</h4>
<div class="space-y-6">
<a class="flex gap-4 group" href="#">
<span class="text-3xl font-black text-primary/30 group-hover:text-primary transition-colors italic">01</span>
<div>
<h5 class="font-bold leading-tight group-hover:text-primary transition-colors line-clamp-2">How to Unlock the 'Shadow Cloak' Trophy</h5>
<p class="text-xs text-slate-500 mt-1 uppercase font-bold tracking-widest">Mastery • 4 min read</p>
</div>
</a>
<a class="flex gap-4 group" href="#">
<span class="text-3xl font-black text-primary/30 group-hover:text-primary transition-colors italic">02</span>
<div>
<h5 class="font-bold leading-tight group-hover:text-primary transition-colors line-clamp-2">The Ultimate Keyboard Layout for Quiz Speed</h5>
<p class="text-xs text-slate-500 mt-1 uppercase font-bold tracking-widest">Strategy • 6 min read</p>
</div>
</a>
<a class="flex gap-4 group" href="#">
<span class="text-3xl font-black text-primary/30 group-hover:text-primary transition-colors italic">03</span>
<div>
<h5 class="font-bold leading-tight group-hover:text-primary transition-colors line-clamp-2">Why Your XP Multiplier Isn't Maxing Out</h5>
<p class="text-xs text-slate-500 mt-1 uppercase font-bold tracking-widest">Updates • 3 min read</p>
</div>
</a>
</div>
</div>
<!-- Featured Badge/Ad -->
<div class="bg-gradient-to-br from-primary to-[#7a3eff] rounded-xl p-8 text-center relative overflow-hidden group">
<div class="absolute inset-0 opacity-20 pointer-events-none bg-[radial-gradient(circle_at_center,_var(--tw-gradient-stops))] from-white via-transparent to-transparent group-hover:scale-150 transition-transform duration-1000"></div>
<span class="material-symbols-outlined text-5xl text-white mb-4">workspace_premium</span>
<h4 class="text-xl font-bold text-white mb-2 leading-tight">Join the Pro League</h4>
<p class="text-white/80 text-sm mb-6">Unlock exclusive strategy sessions and daily multipliers.</p>
<button class="w-full bg-white text-primary px-6 py-3 rounded-full font-bold hover:bg-slate-100 transition-colors">Upgrade Now</button>
</div>
</aside>
</div>
</main>
<!-- Footer -->
<footer class="bg-slate-100 dark:bg-card-dark/50 border-t border-slate-200 dark:border-primary/10 mt-20">
<div class="max-w-7xl mx-auto px-6 lg:px-20 py-16">
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-12 mb-12">
<div class="space-y-6">
<a class="flex items-center gap-3 text-primary" href="#">
<div class="size-8 bg-primary flex items-center justify-center rounded-lg">
<span class="material-symbols-outlined text-white text-base">shield_person</span>
</div>
<span class="text-lg font-bold tracking-tight text-slate-900 dark:text-white">The Quest Log</span>
</a>
<p class="text-slate-500 text-sm leading-relaxed">
The ultimate briefing center for digital questers. Level up your performance with professional strategy, insights, and community highlights.
</p>
<div class="flex gap-4">
<a class="size-10 rounded-full bg-slate-200 dark:bg-slate-800 flex items-center justify-center text-slate-600 dark:text-slate-400 hover:bg-primary hover:text-white transition-all" href="#">
<span class="material-symbols-outlined">public</span>
</a>
<a class="size-10 rounded-full bg-slate-200 dark:bg-slate-800 flex items-center justify-center text-slate-600 dark:text-slate-400 hover:bg-primary hover:text-white transition-all" href="#">
<span class="material-symbols-outlined">alternate_email</span>
</a>
<a class="size-10 rounded-full bg-slate-200 dark:bg-slate-800 flex items-center justify-center text-slate-600 dark:text-slate-400 hover:bg-primary hover:text-white transition-all" href="#">
<span class="material-symbols-outlined">hub</span>
</a>
</div>
</div>
<div>
<h5 class="font-bold mb-6 uppercase text-xs tracking-widest text-slate-400">Content</h5>
<ul class="space-y-4 text-sm font-medium">
<li><a class="hover:text-primary transition-colors" href="#">Latest Quests</a></li>
<li><a class="hover:text-primary transition-colors" href="#">Mastery Guides</a></li>
<li><a class="hover:text-primary transition-colors" href="#">Prize Drops</a></li>
<li><a class="hover:text-primary transition-colors" href="#">Patch Notes</a></li>
</ul>
</div>
<div>
<h5 class="font-bold mb-6 uppercase text-xs tracking-widest text-slate-400">Company</h5>
<ul class="space-y-4 text-sm font-medium">
<li><a class="hover:text-primary transition-colors" href="#">About Portal</a></li>
<li><a class="hover:text-primary transition-colors" href="#">Partner Missions</a></li>
<li><a class="hover:text-primary transition-colors" href="#">Careers</a></li>
<li><a class="hover:text-primary transition-colors" href="#">Support Center</a></li>
</ul>
</div>
<div>
<h5 class="font-bold mb-6 uppercase text-xs tracking-widest text-slate-400">Mission Support</h5>
<p class="text-sm text-slate-500 mb-6 italic">Need help with a quest? Our commanders are standing by.</p>
<button class="flex items-center gap-2 bg-slate-200 dark:bg-slate-800 px-6 py-3 rounded-full text-sm font-bold hover:brightness-110 transition-all">
<span class="material-symbols-outlined text-lg">headset_mic</span> Contact Support
</button>
</div>
</div>
<div class="pt-8 border-t border-slate-200 dark:border-primary/10 flex flex-col md:flex-row justify-between gap-6 text-xs text-slate-500 font-medium">
<p>© 2023 The Quest Log. All rights reserved. Play responsible.</p>
<div class="flex gap-6">
<a class="hover:text-primary transition-colors" href="#">Privacy Policy</a>
<a class="hover:text-primary transition-colors" href="#">Terms of Engagement</a>
<a class="hover:text-primary transition-colors" href="#">Cookie Settings</a>
</div>
</div>
</div>
</footer>
</body></html>