@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--font-size: 14px;--background: #ffffff;--foreground: #1a1a2e;--card: #ffffff;--card-foreground: #1a1a2e;--popover: #ffffff;--popover-foreground: #1a1a2e;--primary: #ff6b9d;--primary-foreground: #ffffff;--secondary: #c44cff;--secondary-foreground: #ffffff;--muted: #f8fafc;--muted-foreground: #64748b;--accent: #4f46e5;--accent-foreground: #ffffff;--destructive: #ef4444;--destructive-foreground: #ffffff;--border: rgba(0, 0, 0, .1);--input: transparent;--input-background: #f8fafc;--switch-background: #e2e8f0;--font-weight-medium: 600;--font-weight-normal: 400;--ring: #ff6b9d;--chart-1: #ff6b9d;--chart-2: #c44cff;--chart-3: #4f46e5;--chart-4: #06b6d4;--chart-5: #10b981;--radius: 1rem;--sidebar: #ffffff;--sidebar-foreground: #1a1a2e;--sidebar-primary: #ff6b9d;--sidebar-primary-foreground: #ffffff;--sidebar-accent: #f8fafc;--sidebar-accent-foreground: #1a1a2e;--sidebar-border: rgba(0, 0, 0, .1);--sidebar-ring: #ff6b9d;--avatar-background: #f8f7fbff;--avatar-color: #000000ff;--leaderboard-text: #2d3436;--leaderboard-tagline: #636e72;--leaderboard-is-you: #ffffffff;--leaderboard-you: #ff6b9c;--leaderboard-point: #738296;--medal-gold: #FFD700;--medal-silver: #C0C0C0;--medal-bronze: #CD7F32;--header-icon-background: #f2f2f6;--wordrush-pink: #ff6b9d;--wordrush-purple: #c44cff;--wordrush-blue: #4f46e5;--wordrush-gradient: linear-gradient(135deg, #ff6b9d 0%, #c44cff 50%, #4f46e5 100%);--wordrush-gradient-light: linear-gradient(135deg, #ffe1ec 0%, #f3e8ff 50%, #eef2ff 100%)}.dark{--background: #0f0f23;--foreground: #ffffff;--card: #1a1a2e;--card-foreground: #ffffff;--popover: #1a1a2e;--popover-foreground: #ffffff;--primary: #ff6b9d;--primary-foreground: #ffffff;--secondary: #c44cff;--secondary-foreground: #ffffff;--muted: #1e293b;--muted-foreground: #94a3b8;--accent: #4f46e5;--accent-foreground: #ffffff;--destructive: #ef4444;--destructive-foreground: #ffffff;--border: rgba(255, 255, 255, .1);--input: #1e293b;--ring: #ff6b9d;--sidebar: #1a1a2e;--sidebar-foreground: #ffffff;--sidebar-primary: #ff6b9d;--sidebar-primary-foreground: #ffffff;--sidebar-accent: #1e293b;--sidebar-accent-foreground: #ffffff;--sidebar-border: rgba(255, 255, 255, .1);--sidebar-ring: #ff6b9d}:root{--color-background: var(--background);--color-foreground: var(--foreground);--color-card: var(--card);--color-card-foreground: var(--card-foreground);--color-popover: var(--popover);--color-popover-foreground: var(--popover-foreground);--color-primary: var(--primary);--color-primary-foreground: var(--primary-foreground);--color-secondary: var(--secondary);--color-secondary-foreground: var(--secondary-foreground);--color-muted: var(--muted);--color-muted-foreground: var(--muted-foreground);--color-accent: var(--accent);--color-accent-foreground: var(--accent-foreground);--color-destructive: var(--destructive);--color-destructive-foreground: var(--destructive-foreground);--color-border: var(--border);--color-input: var(--input);--color-input-background: var(--input-background);--color-switch-background: var(--switch-background);--color-ring: var(--ring);--color-chart-1: var(--chart-1);--color-chart-2: var(--chart-2);--color-chart-3: var(--chart-3);--color-chart-4: var(--chart-4);--color-chart-5: var(--chart-5);--radius-sm: calc(var(--radius) - 4px);--radius-md: calc(var(--radius) - 2px);--radius-lg: var(--radius);--radius-xl: calc(var(--radius) + 4px);--color-sidebar: var(--sidebar);--color-sidebar-foreground: var(--sidebar-foreground);--color-sidebar-primary: var(--sidebar-primary);--color-sidebar-primary-foreground: var(--sidebar-primary-foreground);--color-sidebar-accent: var(--sidebar-accent);--color-sidebar-accent-foreground: var(--sidebar-accent-foreground);--color-sidebar-border: var(--sidebar-border);--color-sidebar-ring: var(--sidebar-ring)}@layer base{*{@apply border-border outline-ring/50;box-sizing:border-box;margin:0;padding:0}body{@apply bg-background text-foreground;font-family:Poppins,sans-serif;background:var(--background);color:var(--foreground)}}@layer base{:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) h1{font-size:var(--text-3xl);font-weight:var(--font-weight-medium);line-height:1.2}:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) h2{font-size:var(--text-2xl);font-weight:var(--font-weight-medium);line-height:1.3}:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) h3{font-size:var(--text-xl);font-weight:var(--font-weight-medium);line-height:1.4}:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) h4{font-size:var(--text-lg);font-weight:var(--font-weight-medium);line-height:1.4}:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) p{font-size:var(--text-base);font-weight:var(--font-weight-normal);line-height:1.6}:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) label{font-size:var(--text-sm);font-weight:var(--font-weight-medium);line-height:1.4}:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) button{font-size:var(--text-base);font-weight:var(--font-weight-medium);line-height:1.4}:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) input{font-size:var(--text-base);font-weight:var(--font-weight-normal);line-height:1.4}}html{font-size:var(--font-size)}.Container{position:absolute;top:100px}.gradient-text{background:var(--wordrush-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.gradient-bg{background:var(--wordrush-gradient)}.gradient-bg-light{background:var(--wordrush-gradient-light)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.float-animation{animation:float 3s ease-in-out infinite}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #ff6b9d4d}50%{box-shadow:0 0 40px #ff6b9d99}}.pulse-glow{animation:pulse-glow 2s ease-in-out infinite}*{margin:0;padding:0;box-sizing:border-box}#Bottom{z-index:10px;position:relative;top:100px;width:100%;height:200px;display:flex;justify-content:center;align-items:center;gap:260px;font-family:sans-serif}#BottomInDiv{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:10px}#kText{font-size:45px;background:linear-gradient(90deg,#ff4cc3,#a259ff,#6c63ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}#pText{font-size:20px;color:#555}#BottomStart{width:100%;height:350px;background-color:#6c63ff;position:relative;top:110px;background:linear-gradient(90deg,#ff4cc3,#a259ff,#6c63ff);text-align:center;font-family:sans-serif;color:#fff;padding-top:50px;font-size:20px;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:15px;transition:all .5s ease}#BottomStart #getStarted{display:flex;justify-content:center;align-items:center;width:230px;height:40px;border:none;border-radius:10px;background-color:#fff;color:#fff;font-size:18px;font-weight:600;cursor:pointer;transition:all .5s ease;background:linear-gradient(90deg,#cd50e0,#a445f7)}#BottomStart #niceRight{animation-name:since;animation-duration:3s;animation-timing-function:infinite;animation-iteration-count:infinite;position:relative;transition:all .5s ease}#FineshBottom{display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative;top:100px;width:100%;height:150px;background-color:#fff;text-align:center;color:#605f5f;transition:all .5s ease}#FineshBottom #SINI{font-size:18px;padding-top:10px;position:relative;top:10px;font-family:sans-serif;transition:all .5s ease}@keyframes since{0%,to{left:0;transition:all .5s ease}50%{left:30px;transition:all .5s ease}}#Hero{position:relative;top:120px}#Heart{width:70px;height:70px;top:160px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;background:radial-gradient(circle at center,#ffe6f0,#f0f5ff);font-size:52px;color:#ff4d80;position:relative;left:290px;animation-name:heart;animation-duration:6s;animation-iteration-count:infinite;animation-timing-function:ease-in-out;box-shadow:0 4px 12px #ff4d804d}@keyframes heart{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}#Star{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;top:90px;background:radial-gradient(circle at center,#f0f0ff,#e0f0ff);font-size:28px;color:#a855f7;box-shadow:0 4px 12px #a855f74d;position:relative;left:1100px;animation-name:star;animation-duration:6s;animation-iteration-count:infinite}@keyframes star{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}#Trophy{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;background:radial-gradient(circle at center,#f0f0ff,#e0f0ff);font-size:28px;color:#6355f7;box-shadow:0 4px 12px #a855f74d;position:relative;top:110px;left:1200px;animation-name:tyrophy;animation-duration:6s;z-index:4;animation-iteration-count:infinite}@keyframes tyrophy{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}#threebox{display:flex;flex-direction:column;justify-content:start;align-items:center;text-align:center;position:relative;top:-30px;width:400px;border-radius:20px;height:220px;background-color:#fff;box-shadow:#0000003d 0 3px 8px}#threeicons{width:60px;height:60px;position:relative;top:30px;background:linear-gradient(90deg,#ff4cc3,#a259ff,#6c63ff);display:flex;justify-content:center;align-items:center;border-radius:13px;color:#fff;cursor:pointer}#threeicons:hover{transform:scale(1.1);animation-name:deg;animation-duration:3s;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes deg{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#head{font-family:Poppins,sans-serif;font-size:20px;font-weight:400;position:relative;top:40px}#inforamtion{position:relative;top:50px;font-family:Poppins,sans-serif;font-size:17px;color:#555}#Container{position:relative;top:80px;width:100%;height:105vh;display:flex;justify-content:center;align-items:center;flex-direction:column;background:linear-gradient(90deg,#f1ebff,#f2e9ff,#f3e8ff,#f8e4f6,#f9e4f5,#fae4f4)}#text{text-align:center;position:relative;top:-110px}#wordRush{background:linear-gradient(90deg,#ff4cc3,#a259ff,#6c63ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;font-weight:700;font-size:50px}#Wtext{font-family:sans-serif;font-size:50px}#discover{font-family:Poppins,sans-serif;font-size:25px;color:#555;margin-top:10px}#threeboxs{display:flex;justify-content:center;align-items:center;gap:40px}
