<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>QuizQuest - Live Gameplay</title>
<script src="https://cdn.tailwindcss.com?plugins=forms,typography"></script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons+Round" rel="stylesheet"/>
<script>
tailwind.config = {
darkMode: "class",
theme: {
extend: {
colors: {
primary: "#6d28d9", // Vibrant purple from screenshot
secondary: "#fbbf24", // Gold/Yellow accent
"background-light": "#f3f4f6", // Light gray for light mode (fallback)
"background-dark": "#0b0a14", // Deep dark background
"surface-dark": "#161522", // Slightly lighter for cards
"surface-light": "#ffffff",
},
fontFamily: {
display: ["Inter", "sans-serif"],
sans: ["Inter", "sans-serif"],
},
borderRadius: {
DEFAULT: "0.75rem",
'xl': "1rem",
'2xl': "1.5rem",
},
animation: {
'pulse-slow': 'pulse 3s cubic-bezier(0.4, 0, 0.6, 1) infinite',
'float': 'float 6s ease-in-out infinite',
},
keyframes: {
float: {
'0%, 100%': { transform: 'translateY(0)' },
'50%': { transform: 'translateY(-10px)' },
}
}
},
},
};
</script>
<style>
body {
font-family: 'Inter', sans-serif;
}::-webkit-scrollbar {
width: 6px;
}
::-webkit-scrollbar-track {
background: transparent;
}
::-webkit-scrollbar-thumb {
background: #3730a3;
border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
background: #4f46e5;
}
.timer-circle circle {
transition: stroke-dashoffset 1s linear;
}
.glass-effect {
background: rgba(255, 255, 255, 0.05);
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.1);
}
</style>
</head>
<body class="bg-background-light dark:bg-background-dark text-gray-900 dark:text-gray-100 h-screen overflow-hidden flex flex-col font-sans transition-colors duration-200">
<header class="h-16 border-b border-gray-200 dark:border-gray-800 bg-surface-light dark:bg-surface-dark flex items-center justify-between px-6 z-20 shrink-0">
<div class="flex items-center gap-2">
<div class="w-8 h-8 bg-primary rounded-lg flex items-center justify-center text-white">
<span class="material-icons-round text-lg">games</span>
</div>
<span class="font-bold text-xl tracking-tight">QuizQuest</span>
</div>
<div class="hidden md:flex items-center gap-6 text-sm font-medium text-gray-500 dark:text-gray-400">
<div class="flex items-center gap-2 px-4 py-1.5 bg-gray-100 dark:bg-gray-800 rounded-full">
<span class="w-2 h-2 bg-green-500 rounded-full animate-pulse"></span>
<span>Live Round 4/10</span>
</div>
<div class="flex items-center gap-1">
<span class="material-icons-round text-secondary">monetization_on</span>
<span class="text-gray-900 dark:text-white">Pot: ₹5,00,000</span>
</div>
</div>
<div class="flex items-center gap-4">
<button class="p-2 rounded-full hover:bg-gray-100 dark:hover:bg-gray-800 transition-colors relative">
<span class="material-icons-round text-gray-600 dark:text-gray-300">notifications</span>
<span class="absolute top-2 right-2 w-2 h-2 bg-red-500 rounded-full"></span>
</button>
<div class="w-8 h-8 rounded-full bg-gradient-to-tr from-purple-500 to-pink-500 p-0.5">
<img alt="User Profile" class="w-full h-full rounded-full object-cover border-2 border-white dark:border-gray-900" src="https://lh3.googleusercontent.com/aida-public/AB6AXuA2rejZ5wGgD5OhHfzcCebVhmzlxWc5I-7JHPgWdUAC-KU-zWClOvJ9K12movoz0IPeN-e6daIzVkBaZAw48kVTt7xOlIBHYlVD-GShieRky64u1Cfla6QgQ98ZMkNF4KSQCgOSmjNzH2BT3zhdpAe2eoMyNimqi7UQKrOPSSSsICO1WTsAY2dYT5qBN-8TRtCGOPiBiRsvgom1hUFabdj5_M-mHDKxMdvd1FF8l-69uhRDmeFcA0Y8Bq3AP7h7QMZRigI5UiloefHO"/>
</div>
</div>
</header>
<main class="flex-1 flex overflow-hidden relative">
<aside class="w-64 hidden lg:flex flex-col border-r border-gray-200 dark:border-gray-800 bg-surface-light dark:bg-surface-dark p-4 z-10">
<h3 class="text-xs font-bold text-gray-400 uppercase tracking-wider mb-4 px-2">Prize Ladder</h3>
<div class="flex-1 overflow-y-auto space-y-1 pr-2">
<div class="flex items-center justify-between p-3 rounded-lg bg-primary/10 border border-primary/20 text-primary">
<span class="font-bold">10</span>
<span class="font-bold">₹10,000</span>
</div>
<div class="flex items-center justify-between p-3 rounded-lg text-gray-400 dark:text-gray-500 hover:bg-gray-100 dark:hover:bg-gray-800/50">
<span class="font-medium">9</span>
<span>₹5,000</span>
</div>
<div class="flex items-center justify-between p-3 rounded-lg text-gray-400 dark:text-gray-500 hover:bg-gray-100 dark:hover:bg-gray-800/50">
<span class="font-medium">8</span>
<span>₹2,500</span>
</div>
<div class="flex items-center justify-between p-3 rounded-lg text-gray-400 dark:text-gray-500 hover:bg-gray-100 dark:hover:bg-gray-800/50">
<span class="font-medium">7</span>
<span>₹1,000</span>
</div>
<div class="flex items-center justify-between p-3 rounded-lg bg-secondary/20 border border-secondary text-secondary relative overflow-hidden">
<div class="absolute inset-0 bg-secondary/5 animate-pulse"></div>
<span class="font-bold relative z-10 flex items-center gap-2">
<span class="material-icons-round text-sm">play_arrow</span> 4
</span>
<span class="font-bold relative z-10">₹500</span>
</div>
<div class="flex items-center justify-between p-3 rounded-lg text-green-600 dark:text-green-500 opacity-60">
<span class="font-medium flex items-center gap-2"><span class="material-icons-round text-sm">check_circle</span> 3</span>
<span class="line-through decoration-current">₹250</span>
</div>
<div class="flex items-center justify-between p-3 rounded-lg text-green-600 dark:text-green-500 opacity-60">
<span class="font-medium flex items-center gap-2"><span class="material-icons-round text-sm">check_circle</span> 2</span>
<span class="line-through decoration-current">₹100</span>
</div>
<div class="flex items-center justify-between p-3 rounded-lg text-green-600 dark:text-green-500 opacity-60">
<span class="font-medium flex items-center gap-2"><span class="material-icons-round text-sm">check_circle</span> 1</span>
<span class="line-through decoration-current">₹50</span>
</div>
</div>
<div class="mt-4 p-4 rounded-xl bg-gradient-to-br from-indigo-900 to-purple-900 text-white relative overflow-hidden">
<div class="absolute top-0 right-0 w-16 h-16 bg-white/10 rounded-full -mr-8 -mt-8 blur-xl"></div>
<p class="text-xs text-indigo-200 mb-1">Current Winnings</p>
<h2 class="text-2xl font-bold">₹250</h2>
<button class="mt-3 w-full py-2 bg-white/10 hover:bg-white/20 rounded-lg text-xs font-semibold backdrop-blur-sm transition-colors border border-white/10">
Cash Out
</button>
</div>
</aside>
<section class="flex-1 flex flex-col relative z-0">
<div class="absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 w-[800px] h-[800px] bg-primary/20 blur-[120px] rounded-full pointer-events-none"></div>
<div class="lg:hidden flex justify-between items-center p-4 bg-surface-light/50 dark:bg-surface-dark/50 backdrop-blur-md sticky top-0 z-20">
<div class="text-secondary font-bold text-lg">₹500 Question</div>
<div class="w-10 h-10 relative flex items-center justify-center">
<svg class="transform -rotate-90 w-10 h-10">
<circle class="text-gray-700" cx="20" cy="20" fill="transparent" r="18" stroke="currentColor" stroke-width="4"></circle>
<circle class="text-secondary" cx="20" cy="20" fill="transparent" r="18" stroke="currentColor" stroke-dasharray="113" stroke-dashoffset="20" stroke-width="4"></circle>
</svg>
<span class="absolute text-xs font-bold">12</span>
</div>
</div>
<div class="flex-1 flex items-center justify-center p-4 md:p-8 overflow-y-auto">
<div class="w-full max-w-3xl space-y-6 md:space-y-8 animate-float">
<div class="hidden lg:flex justify-end mb-4">
<div class="glass-effect rounded-full px-4 py-2 flex items-center gap-3">
<span class="text-sm font-medium text-gray-300">Time Remaining</span>
<div class="relative w-12 h-12">
<svg class="transform -rotate-90 w-12 h-12 timer-circle">
<circle class="text-gray-800" cx="24" cy="24" fill="transparent" r="20" stroke="currentColor" stroke-width="4"></circle>
<circle class="text-secondary drop-shadow-[0_0_8px_rgba(251,191,36,0.5)]" cx="24" cy="24" fill="transparent" r="20" stroke="currentColor" stroke-dasharray="126" stroke-dashoffset="30" stroke-linecap="round" stroke-width="4"></circle>
</svg>
<span class="absolute inset-0 flex items-center justify-center font-bold text-white text-lg">12</span>
</div>
</div>
</div>
<div class="bg-surface-light dark:bg-surface-dark border border-gray-200 dark:border-gray-700 rounded-3xl p-6 md:p-10 shadow-2xl relative overflow-hidden group">
<div class="absolute top-0 left-0 w-full h-1 bg-gradient-to-r from-transparent via-primary to-transparent opacity-50"></div>
<div class="flex flex-col items-center text-center space-y-6 relative z-10">
<span class="inline-flex items-center gap-2 px-3 py-1 rounded-full bg-blue-500/10 text-blue-400 text-xs font-bold uppercase tracking-widest border border-blue-500/20">
<span class="material-icons-round text-sm">science</span> Technology
</span>
<h1 class="text-2xl md:text-4xl font-extrabold leading-tight text-gray-900 dark:text-white drop-shadow-sm">
Which company introduced the first commercially successful smartphone featuring a multi-touch interface?
</h1>
</div>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
<button class="relative group overflow-hidden bg-surface-light dark:bg-surface-dark hover:bg-gray-50 dark:hover:bg-gray-800 border-2 border-gray-200 dark:border-gray-700 hover:border-primary dark:hover:border-primary rounded-2xl p-5 text-left transition-all duration-200 shadow-md hover:shadow-lg hover:shadow-primary/20 transform hover:-translate-y-1">
<div class="absolute left-0 top-0 bottom-0 w-1.5 bg-gray-300 dark:bg-gray-700 group-hover:bg-primary transition-colors"></div>
<div class="flex items-center gap-4">
<span class="flex-shrink-0 w-10 h-10 rounded-lg bg-gray-100 dark:bg-gray-800 text-gray-500 dark:text-gray-400 font-bold flex items-center justify-center group-hover:bg-primary group-hover:text-white transition-colors">A</span>
<span class="text-lg font-semibold text-gray-700 dark:text-gray-200 group-hover:text-primary dark:group-hover:text-white transition-colors">Nokia</span>
</div>
</button>
<button class="relative group overflow-hidden bg-surface-light dark:bg-surface-dark border-2 border-primary dark:border-primary bg-primary/5 dark:bg-primary/10 rounded-2xl p-5 text-left transition-all duration-200 shadow-lg shadow-primary/20 transform -translate-y-1 ring-2 ring-primary/30 ring-offset-2 ring-offset-background-dark">
<div class="absolute left-0 top-0 bottom-0 w-1.5 bg-primary"></div>
<div class="flex items-center gap-4">
<span class="flex-shrink-0 w-10 h-10 rounded-lg bg-primary text-white font-bold flex items-center justify-center">B</span>
<span class="text-lg font-semibold text-primary dark:text-white">Apple</span>
<span class="ml-auto material-icons-round text-primary animate-pulse">check_circle</span>
</div>
<div class="absolute right-0 top-0 w-20 h-full bg-gradient-to-l from-primary/10 to-transparent"></div>
</button>
<button class="relative group overflow-hidden bg-surface-light dark:bg-surface-dark hover:bg-gray-50 dark:hover:bg-gray-800 border-2 border-gray-200 dark:border-gray-700 hover:border-primary dark:hover:border-primary rounded-2xl p-5 text-left transition-all duration-200 shadow-md hover:shadow-lg hover:shadow-primary/20 transform hover:-translate-y-1 opacity-50 cursor-not-allowed">
<div class="absolute left-0 top-0 bottom-0 w-1.5 bg-gray-300 dark:bg-gray-700 group-hover:bg-primary transition-colors"></div>
<div class="flex items-center gap-4">
<span class="flex-shrink-0 w-10 h-10 rounded-lg bg-gray-100 dark:bg-gray-800 text-gray-500 dark:text-gray-400 font-bold flex items-center justify-center group-hover:bg-primary group-hover:text-white transition-colors">C</span>
<span class="text-lg font-semibold text-gray-700 dark:text-gray-200 group-hover:text-primary dark:group-hover:text-white transition-colors">BlackBerry</span>
</div>
</button>
<button class="relative group overflow-hidden bg-surface-light dark:bg-surface-dark hover:bg-gray-50 dark:hover:bg-gray-800 border-2 border-gray-200 dark:border-gray-700 hover:border-primary dark:hover:border-primary rounded-2xl p-5 text-left transition-all duration-200 shadow-md hover:shadow-lg hover:shadow-primary/20 transform hover:-translate-y-1 opacity-50 cursor-not-allowed">
<div class="absolute left-0 top-0 bottom-0 w-1.5 bg-gray-300 dark:bg-gray-700 group-hover:bg-primary transition-colors"></div>
<div class="flex items-center gap-4">
<span class="flex-shrink-0 w-10 h-10 rounded-lg bg-gray-100 dark:bg-gray-800 text-gray-500 dark:text-gray-400 font-bold flex items-center justify-center group-hover:bg-primary group-hover:text-white transition-colors">D</span>
<span class="text-lg font-semibold text-gray-700 dark:text-gray-200 group-hover:text-primary dark:group-hover:text-white transition-colors">Samsung</span>
</div>
</button>
</div>
<div class="flex justify-center gap-4 pt-4">
<button class="flex flex-col items-center gap-2 group" disabled="">
<div class="w-14 h-14 rounded-full bg-gray-200 dark:bg-gray-800 flex items-center justify-center border-2 border-gray-300 dark:border-gray-700 opacity-50 cursor-not-allowed">
<span class="material-icons-round text-gray-500 text-2xl">people</span>
</div>
<span class="text-xs font-semibold text-gray-500 uppercase">Poll</span>
</button>
<button class="flex flex-col items-center gap-2 group">
<div class="w-14 h-14 rounded-full bg-surface-light dark:bg-surface-dark flex items-center justify-center border-2 border-purple-500 shadow-lg shadow-purple-500/20 hover:scale-110 transition-transform cursor-pointer">
<span class="material-icons-round text-purple-500 text-2xl">hdr_strong</span>
</div>
<span class="text-xs font-semibold text-purple-400 uppercase">50:50</span>
</button>
<button class="flex flex-col items-center gap-2 group">
<div class="w-14 h-14 rounded-full bg-surface-light dark:bg-surface-dark flex items-center justify-center border-2 border-secondary shadow-lg shadow-secondary/20 hover:scale-110 transition-transform cursor-pointer">
<span class="material-icons-round text-secondary text-2xl">timer_off</span>
</div>
<span class="text-xs font-semibold text-secondary uppercase">+Time</span>
</button>
</div>
</div>
</div>
</section>
<aside class="w-72 hidden xl:flex flex-col border-l border-gray-200 dark:border-gray-800 bg-surface-light dark:bg-surface-dark z-10">
<div class="p-5 border-b border-gray-200 dark:border-gray-800 bg-gray-50 dark:bg-[#13121d]">
<h3 class="font-bold text-gray-800 dark:text-white flex items-center gap-2">
<span class="material-icons-round text-secondary">flash_on</span> Fastest Fingers
</h3>
<p class="text-xs text-gray-500 mt-1">Live ranking for this question</p>
</div>
<div class="flex-1 overflow-y-auto p-4 space-y-3">
<div class="flex items-center gap-3 p-2 rounded-lg bg-gradient-to-r from-yellow-500/10 to-transparent border-l-2 border-yellow-500">
<div class="relative">
<img alt="Player" class="w-10 h-10 rounded-full border border-yellow-500" src="https://lh3.googleusercontent.com/aida-public/AB6AXuCeKu4zV2gwae1_OQApwHDHNzGX43Wfo3B2KkTZ0_JLQBFSHfgu0LpbvozRFC-D8Zi_2_4wPfoHOMwXaWnwI-WfSlVuLnvgyKRbiWmHkEjBUurw3-czPR2Av-J4PMoWbpxpY8otvXxt21JmTypDahCGitelyMuwUZ9bqQ7ZJykgtEv5238hW6h_b0zKRu-rpNE1Go8tGfVAUjGPaaYEmTf0jnipz_5AVu6xp9OlzjVOILq_DcQCY5DvRtoUa3HrcVOa9AKBn0uBRy27"/>
<div class="absolute -top-1 -right-1 w-5 h-5 bg-yellow-500 rounded-full text-[10px] flex items-center justify-center text-black font-bold border border-white dark:border-gray-900">1</div>
</div>
<div class="flex-1 min-w-0">
<p class="text-sm font-bold text-gray-900 dark:text-white truncate">SpeedyGonz</p>
<p class="text-xs text-yellow-600 dark:text-yellow-500 font-mono">0.82s</p>
</div>
<span class="material-icons-round text-green-500 text-sm">arrow_drop_up</span>
</div>
<div class="flex items-center gap-3 p-2 rounded-lg bg-gradient-to-r from-gray-300/10 to-transparent border-l-2 border-gray-400">
<div class="relative">
<img alt="Player" class="w-10 h-10 rounded-full border border-gray-400" src="https://lh3.googleusercontent.com/aida-public/AB6AXuA6TcZlmEleT3L-nJw7G-WACdsUyUl8OlPUO1yzzMyK1Ssj21i9wEPsI6loz-tPrTiVU3op5dui-69VtWTlWoJNz2Q3gsxbBcblPl1-9SEVHG03dbPXZnDm84BLjO6JA-D4wufMjX5U4sj2XtQjSkaBdA5JClHw0f1pyyTWFS3-d07TTtOQyalxAsYyBMGSSc8ln2LOZasJtImEMHbWuNn2-RxmPPM-7C2g7VRJmhxDaX8N5th2lm2x6qYDcmJpeOEIaKCXMbFnCdMJ"/>
<div class="absolute -top-1 -right-1 w-5 h-5 bg-gray-400 rounded-full text-[10px] flex items-center justify-center text-black font-bold border border-white dark:border-gray-900">2</div>
</div>
<div class="flex-1 min-w-0">
<p class="text-sm font-bold text-gray-900 dark:text-white truncate">Brainiac99</p>
<p class="text-xs text-gray-500 font-mono">1.04s</p>
</div>
<span class="material-icons-round text-green-500 text-sm">arrow_drop_up</span>
</div>
<div class="flex items-center gap-3 p-2 rounded-lg bg-gradient-to-r from-orange-400/10 to-transparent border-l-2 border-orange-600">
<div class="relative">
<img alt="Player" class="w-10 h-10 rounded-full border border-orange-600" src="https://lh3.googleusercontent.com/aida-public/AB6AXuC8oXCKfKEFN42YF1WRRytLa1YTUieKxTXbjWaXU-EuFWk8XtEfuelVyD82AXipYfnpsVA666vFjp3wS386DBVt7TyJl0R2zuZdm0ARpHf6YF9VkFcSkPn0CIsu66EmoZtvARzJMV_nCcf8ZuOHnAi124P3tJ1wbRbkbkMKtKQbPm7GJ2IB1rxDkmZ_zRlVPmskdrQnR8SZTQzRHEj2oCLSocwnbSciq8q5ty9q8ZRcvXrmhB5uwEWOtcllD4LrAae2pI7hgYrZpXuZ"/>
<div class="absolute -top-1 -right-1 w-5 h-5 bg-orange-600 rounded-full text-[10px] flex items-center justify-center text-white font-bold border border-white dark:border-gray-900">3</div>
</div>
<div class="flex-1 min-w-0">
<p class="text-sm font-bold text-gray-900 dark:text-white truncate">QuizMasterX</p>
<p class="text-xs text-gray-500 font-mono">1.15s</p>
</div>
<span class="material-icons-round text-gray-500 text-sm">remove</span>
</div>
<div class="flex items-center gap-3 p-2 rounded-lg hover:bg-gray-100 dark:hover:bg-gray-800 transition-colors">
<div class="text-sm font-bold text-gray-400 w-6 text-center">4</div>
<img alt="Player" class="w-8 h-8 rounded-full opacity-80" src="https://lh3.googleusercontent.com/aida-public/AB6AXuD2p23Pf2-Bp9e2DQQr3QYYZlugze2bd-0jk_tTDBaHFgy3tApiUdN26eT6vMe_BCtYGyMxWAnIsJPaUUjlY-qBRBQ_dbey_wiO1k_D2K4cBw9lIcg1S6LvxeEHjs5GXddhRfUIt4qAfRTEFcuX5cVd62xk-u_YQzMTwW3DXgxOIGP_CeJ4jNR9Ix7OkxtpTCzJ5g5_kxBww-tmWIDTu9TYKw4KoBUIZgr9jGx5yKCZ992zG6I85Yf4KP187oo7yC23hrGpAtmEEpew"/>
<div class="flex-1 min-w-0">
<p class="text-sm text-gray-700 dark:text-gray-300 truncate">SarahLee</p>
<p class="text-xs text-gray-500 font-mono">1.42s</p>
</div>
</div>
<div class="flex items-center gap-3 p-2 rounded-lg hover:bg-gray-100 dark:hover:bg-gray-800 transition-colors">
<div class="text-sm font-bold text-gray-400 w-6 text-center">5</div>
<img alt="Player" class="w-8 h-8 rounded-full opacity-80" src="https://lh3.googleusercontent.com/aida-public/AB6AXuAxy76rwx3H6M1ukbJ75NUMdXlMNbAl18pL8pPgxDxEL2OAwgs1ayMLQmsWJ9k10vPWgAfGyGEWZCfiqHJrR276Eq4_k2cEHXsFfFKe9LsMNkhKmDwYqTHG7tb3Y5o_MSD4bBYTfl5paUJA8OcBLJiPK4i4XlXwa0_d0nNhHzINQQHnsxuzXm4W2f0WITE8MN8mWhEpJQtpmMmDt2-QEeiyrrGA8TdfSmU5yW_5zFJocwlG8LbRAcP8IIn2tIkhHsH6OsyHUmPOnpBT"/>
<div class="flex-1 min-w-0">
<p class="text-sm text-gray-700 dark:text-gray-300 truncate">JohnDoe_23</p>
<p class="text-xs text-gray-500 font-mono">1.68s</p>
</div>
<span class="material-icons-round text-red-500 text-sm">arrow_drop_down</span>
</div>
<div class="flex items-center gap-3 p-2 rounded-lg hover:bg-gray-100 dark:hover:bg-gray-800 transition-colors">
<div class="text-sm font-bold text-gray-400 w-6 text-center">6</div>
<img alt="Player" class="w-8 h-8 rounded-full opacity-80" src="https://lh3.googleusercontent.com/aida-public/AB6AXuCKO2tc9CjGRPZlXte0Lpk4q5ZKdWnWHPxWYW63sfD9Hgz-YE7qcexMVHPKY6M3YR7iZzFnjm6oBcslE65xfkWgONkg1p_oD74lMOSbCuBqdqS25EqgAITRRAuptKUtU-cL0EvxlMYsQe8H-OgFYtv6RWmR2dw3Mg2-1eZxLmuTAtOK64XYh7bd-N7RwOViaK8I5CPee3SefWkN2tXgsZCtJh19dj_AIb6lOT6ofInx3G-SRyTHlr1Y-2oOzHbdFJJ_kTbFsRTyA8Q6"/>
<div class="flex-1 min-w-0">
<p class="text-sm text-gray-700 dark:text-gray-300 truncate">CoolCat88</p>
<p class="text-xs text-gray-500 font-mono">1.92s</p>
</div>
</div>
</div>
<div class="p-4 border-t border-gray-200 dark:border-gray-800 bg-gray-50 dark:bg-[#13121d]">
<div class="flex items-center gap-3 p-3 rounded-xl bg-surface-light dark:bg-surface-dark border border-gray-200 dark:border-gray-700 shadow-sm">
<div class="text-sm font-bold text-primary w-6 text-center">452</div>
<div class="relative">
<img alt="Me" class="w-8 h-8 rounded-full" src="https://lh3.googleusercontent.com/aida-public/AB6AXuAnIdXJJLV0cpkW_7YL81eVOJiQTiZaviXAbqGjG2Tf9Fl9zUgzSvBPpWvpciemzXJUbnlWxZvIXvGUxIcp682luFMOdYn28COxoJw9wJwCJwtDc6b_1ES32Cs-WiijpK71SPMD1zgXlPw97gjUIj6fDNx8Vph4zQkfMCkqvXgY4ciwkwsf4MI8h9ortb5x4AhX_dkfPzO3nA69I1AphKr0SmOSEBxGEAG3zKcu3SYW3cwi9mhVrOLDlU9UwjdWUMaRDm1bH2H6xAkv"/>
<div class="absolute bottom-0 right-0 w-2.5 h-2.5 bg-green-500 rounded-full border-2 border-white dark:border-surface-dark"></div>
</div>
<div class="flex-1 min-w-0">
<p class="text-sm font-bold text-gray-900 dark:text-white">You</p>
<p class="text-xs text-gray-500">Waiting...</p>
</div>
</div>
</div>
</aside>
</main>
<button class="xl:hidden fixed bottom-6 right-6 w-14 h-14 bg-primary text-white rounded-full shadow-lg shadow-primary/40 flex items-center justify-center z-50">
<span class="material-icons-round">chat</span>
</button>
</body></html>