:root{--bg-slate-900:#0f172a;--bg-slate-800:#1e293b;--bg-slate-700:#334155;--text-white:#fff;--text-slate-400:#94a3b8;--emerald-600:#059669;--blue-600:#2563eb;--yellow-400:#facc15}body{background-color:var(--bg-slate-900);color:var(--text-white);margin:0;padding:0;font-family:Inter,system-ui,-apple-system,sans-serif}.min-h-screen{min-height:100vh}.bg-slate-900{background-color:var(--bg-slate-900)}.bg-slate-800{background-color:var(--bg-slate-800)}.bg-slate-700{background-color:var(--bg-slate-700)}.text-white{color:var(--text-white)}.text-slate-400{color:var(--text-slate-400)}.text-slate-500{color:#64748b}.text-blue-400{color:#60a5fa}.text-emerald-400{color:#34d399}.text-yellow-400{color:var(--yellow-400)}.p-4{padding:1rem}.p-8{padding:2rem}.mb-8{margin-bottom:2rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.flex-1{flex:1}.w-full{width:100%}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a}.border{border:1px solid #ffffff1a}.border-slate-700{border-color:var(--bg-slate-700)}.font-bold{font-weight:700}.uppercase{text-transform:uppercase}.tracking-widest{letter-spacing:.1em}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.relative{position:relative}.aspect-video{aspect-ratio:16/9}.bg-emerald-900\/20{background-color:#064e3b33}.shadow-inner{box-shadow:inset 0 2px 4px #0000000f}.card-slot{border-radius:.5rem;justify-content:center;align-items:center;width:4rem;height:6rem;font-size:1.5rem;transition:all .2s;display:flex}.hand-card{color:#0f172a;cursor:pointer;background-color:#fff;border:none;border-radius:.75rem;flex-direction:column;justify-content:space-between;width:6rem;height:9rem;padding:.75rem;font-size:1.25rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 20px 25px -5px #0000001a}.hand-card:hover:not(:disabled){outline:2px solid #3b82f6;transform:translateY(-1rem);box-shadow:0 25px 50px -12px #3b82f680}.hand-card.is-trump{border:4px solid var(--yellow-400);box-shadow:0 0 20px #facc1566}.hand-card.is-trump:hover:not(:disabled){outline:2px solid var(--yellow-400);box-shadow:0 25px 50px -12px #facc1599}.card-slot.is-trump{border:4px solid var(--yellow-400);box-shadow:0 0 15px #facc1580}.hand-card:disabled{opacity:.8;filter:grayscale();cursor:not-allowed}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}button{cursor:pointer;color:#fff;border:none}.bg-emerald-600{background-color:var(--emerald-600)}.bg-blue-600{background-color:var(--blue-600)}.transition-all{transition:all .2s}.fixed{position:fixed}.inset-0{inset:0}.backdrop-blur-sm{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.z-50{z-index:50}
