:root{--background:0 0% 100%;--foreground:222.2 84% 4.9%;--card:0 0% 100%;--card-foreground:222.2 84% 4.9%;--popover:0 0% 100%;--popover-foreground:222.2 84% 4.9%;--primary:221.2 83.2% 53.3%;--primary-foreground:210 40% 98%;--secondary:210 40% 96%;--secondary-foreground:222.2 84% 4.9%;--muted:210 40% 96%;--muted-foreground:215.4 16.3% 46.9%;--accent:210 40% 96%;--accent-foreground:222.2 84% 4.9%;--destructive:0 84.2% 60.2%;--destructive-foreground:210 40% 98%;--border:214.3 31.8% 91.4%;--input:214.3 31.8% 91.4%;--ring:221.2 83.2% 53.3%;--radius:0.5rem;--font-size-xs:0.75rem;--font-size-sm:0.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:2rem;--font-size-4xl:2.5rem;--space-xs:0.25rem;--space-sm:0.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--touch-target-sm:2.5rem;--touch-target-md:2.75rem;--touch-target-lg:3rem;--line-height-tight:1.2;--line-height-normal:1.5;--line-height-relaxed:1.625}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:hsl(var(--background));color:hsl(var(--foreground));line-height:var(--line-height-normal);font-size:var(--font-size-base);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.admin-container{min-height:100vh;background-color:hsl(var(--muted)/.3);display:flex}.admin-sidebar{background-color:hsl(var(--card));border-right:1px solid hsl(var(--border));width:256px;display:flex;flex-direction:column;height:100vh;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1)}.admin-sidebar.collapsed{width:64px}.admin-content{flex:1 1;display:flex;flex-direction:column;min-width:0}.admin-header{background-color:hsl(var(--card));border-bottom:1px solid hsl(var(--border));padding:24px;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1)}.admin-main{flex:1 1;overflow:auto;background-color:hsl(var(--muted)/.3);padding:24px}.card{background-color:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);color:hsl(var(--card-foreground))}.card:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.card-content{padding:24px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:var(--radius);font-weight:500;text-decoration:none;cursor:pointer;border:none;transition:all .2s ease-in-out;font-size:14px;white-space:nowrap;ring-offset:2px;focus-visible:outline-none}.btn:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.btn-primary{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.btn-primary:hover{background-color:hsl(var(--primary)/.9)}.btn-secondary{background-color:hsl(var(--secondary));color:hsl(var(--secondary-foreground));border:1px solid hsl(var(--input))}.btn-secondary:hover{background-color:hsl(var(--secondary)/.8)}.btn-ghost{background-color:transparent;color:hsl(var(--foreground))}.btn-ghost:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.btn-sm{padding:6px 12px;font-size:12px}.btn-icon{width:40px;height:40px;padding:0}.badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:9999px;font-size:12px;font-weight:500;transition:colors}.badge-default{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.badge-secondary{background-color:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.badge-outline{border:1px solid hsl(var(--border));background-color:hsl(var(--background));color:hsl(var(--foreground))}.text-4xl{font-size:2.25rem;font-weight:700;line-height:1.1}.text-3xl{font-size:1.875rem;font-weight:700;line-height:1.2}.text-2xl{font-size:1.5rem;font-weight:600;line-height:1.3}.text-xl{font-size:1.25rem}.text-lg,.text-xl{font-weight:600;line-height:1.4}.text-lg{font-size:1.125rem}.text-base{font-size:1rem;line-height:1.5}.text-sm{font-size:.875rem;line-height:1.4}.text-xs{font-size:.75rem;line-height:1.3}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.font-normal{font-weight:400}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-secondary-foreground{color:hsl(var(--secondary-foreground))}.text-destructive{color:hsl(var(--destructive))}.m-0{margin:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-8>*+*{margin-top:2rem}.space-x-2>*+*{margin-left:.5rem}.space-x-3>*+*{margin-left:.75rem}.space-x-4>*+*{margin-left:1rem}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-1{flex:1 1}.items-start{align-items:flex-start}.items-center{align-items:center}.items-end{align-items:flex-end}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.w-full{width:100%}.w-16{width:4rem}.w-12{width:3rem}.w-2{width:.5rem}.h-full{height:100%}.h-16{height:4rem}.h-12{height:3rem}.h-8{height:2rem}.h-4{height:1rem}.h-2{height:.5rem}.min-w-0{min-width:0}.min-h-0{min-height:0}.bg-gray-200{background-color:#e5e7eb}.bg-green-500{background-color:#10b981}.bg-orange-100{background-color:#fed7aa}.bg-orange-200{background-color:#fecaca}.text-green-600{color:#059669}.text-orange-600{color:#ea580c}.border{border:1px solid hsl(var(--border))}.border-b{border-bottom:1px solid hsl(var(--border))}.border-t{border-top:1px solid hsl(var(--border))}.rounded{border-radius:var(--radius)}.rounded-lg{border-radius:calc(var(--radius) + 2px)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-xl{border-radius:.75rem}.rounded-full{border-radius:9999px}.shadow-sm{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.shadow{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1)}.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.transition-colors{transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}.transition-shadow{transition:box-shadow .15s ease-in-out}.transition-all{transition:all .15s ease-in-out}.hover\\:shadow-md:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.group:hover .group-hover\\:bg-orange-200{background-color:#fecaca}.group:hover .group-hover\\:text-orange-600{color:#ea580c}.capitalize{text-transform:capitalize}.leading-relaxed{line-height:1.625}.focus\\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\\:ring-2:focus{outline:2px solid hsl(var(--ring));outline-offset:2px}@media (min-width:640px){.sm\\:flex-row{flex-direction:row}.sm\\:items-center{align-items:center}}@media (min-width:768px){.md\\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\\:flex-row{flex-direction:row}}@media (min-width:1024px){.lg\\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.lg\\:flex-row{flex-direction:row}.lg\\:items-start{align-items:flex-start}.lg\\:justify-between{justify-content:space-between}.lg\\:p-8{padding:2rem}}.text-xs{font-size:var(--font-size-xs)}.text-sm{font-size:var(--font-size-sm)}.text-base{font-size:var(--font-size-base)}.text-lg{font-size:var(--font-size-lg)}.text-xl{font-size:var(--font-size-xl)}.text-2xl{font-size:var(--font-size-2xl)}.text-3xl{font-size:var(--font-size-3xl)}.text-4xl{font-size:var(--font-size-4xl)}.leading-tight{line-height:var(--line-height-tight)}.leading-normal{line-height:var(--line-height-normal)}.leading-relaxed{line-height:var(--line-height-relaxed)}.space-xs{gap:var(--space-xs)}.space-sm{gap:var(--space-sm)}.space-md{gap:var(--space-md)}.space-lg{gap:var(--space-lg)}.space-xl{gap:var(--space-xl)}.space-2xl{gap:var(--space-2xl)}.p-xs{padding:var(--space-xs)}.p-sm{padding:var(--space-sm)}.p-md{padding:var(--space-md)}.p-lg{padding:var(--space-lg)}.p-xl{padding:var(--space-xl)}.m-xs{margin:var(--space-xs)}.m-sm{margin:var(--space-sm)}.m-md{margin:var(--space-md)}.m-lg{margin:var(--space-lg)}.m-xl{margin:var(--space-xl)}.touch-sm{min-height:var(--touch-target-sm);min-width:var(--touch-target-sm)}.touch-md{min-height:var(--touch-target-md);min-width:var(--touch-target-md)}.touch-lg{min-height:var(--touch-target-lg);min-width:var(--touch-target-lg)}.btn,.game-btn,button{font-size:var(--font-size-sm);min-height:var(--touch-target-md);padding:var(--space-sm) var(--space-md);line-height:var(--line-height-tight)}.game-bad.game-small,.game-good.game-small,.game-muted,.game-warn.game-small{font-size:var(--font-size-xs)!important;line-height:var(--line-height-normal)}.game-space-between{display:flex;justify-content:space-between;align-items:center;gap:var(--space-sm)}.game-muted.game-small,.game-small,.game-small.game-muted,.game-space-between span,.small,.text-small,small{font-size:var(--font-size-xs)!important;line-height:var(--line-height-normal)}.game-pill,.status-badge{font-size:var(--font-size-xs)!important;padding:var(--space-xs) var(--space-sm)!important;line-height:var(--line-height-tight)}.nav-btn,.nav-link{padding:var(--space-md)!important;gap:var(--space-sm);min-height:var(--touch-target-md)}.nav-desc,.nav-description{font-size:var(--font-size-sm)!important;line-height:var(--line-height-normal);margin-top:var(--space-xs)}input,select,textarea{font-size:var(--font-size-base);min-height:var(--touch-target-md);padding:var(--space-sm) var(--space-md);line-height:var(--line-height-normal)}[class*=game-small],div.game-small,p.game-small,span.game-small{font-size:var(--font-size-xs)!important;line-height:var(--line-height-normal)}@media (min-width:1920px){:root{--font-size-xs:0.875rem;--font-size-sm:1rem;--font-size-base:1.125rem;--font-size-lg:1.25rem;--font-size-xl:1.375rem;--font-size-2xl:1.625rem;--font-size-3xl:2.125rem;--font-size-4xl:2.625rem;--space-xs:0.375rem;--space-sm:0.625rem;--space-md:1.25rem;--space-lg:1.875rem;--space-xl:2.5rem;--space-2xl:3.75rem;--touch-target-sm:3rem;--touch-target-md:3.25rem;--touch-target-lg:3.5rem}.btn,.game-btn,button{min-height:var(--touch-target-md);padding:var(--space-sm) var(--space-md)}.game-grid-2{grid-template-columns:1fr 1fr;gap:var(--space-lg)}.game-grid-3{grid-template-columns:1fr 1fr 1fr;gap:var(--space-lg)}.game-grid-4{grid-template-columns:repeat(4,1fr);gap:var(--space-lg)}.game-card{padding:var(--space-xl);margin-bottom:var(--space-lg)}}@media (max-width:640px){.btn,.game-btn,button{min-height:var(--touch-target-lg);padding:var(--space-md) var(--space-lg)}.grid{gap:var(--space-md)}.text-xs{font-size:var(--font-size-sm)}.small,small{font-size:var(--font-size-sm)!important}}