: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;--red-500:#ef4444}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}.aspect-video{aspect-ratio:16/9}.game-container{flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:1000px;display:flex}.game-table{background-color:#064e3b66;border:8px solid #3d2b1f;border-radius:200px;justify-content:center;align-items:center;width:100%;height:400px;display:flex;position:relative;box-shadow:inset 0 0 50px #00000080,0 20px 50px #00000080}.player-area{z-index:10;flex-direction:column;align-items:center;gap:8px;display:flex;position:absolute}.player-south{bottom:-80px;left:50%;transform:translate(-50%)}.player-north{top:-80px;left:50%;transform:translate(-50%)}.player-east{top:50%;right:-120px;transform:translateY(-50%)}.player-west{top:50%;left:-120px;transform:translateY(-50%)}.avatar{border:4px solid var(--bg-slate-700);background-color:var(--bg-slate-800);border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;font-size:1.5rem;font-weight:700;transition:all .3s;display:flex;position:relative}.avatar.active{border-color:var(--yellow-400);box-shadow:0 0 20px var(--yellow-400);transform:scale(1.1)}.toco-badge{z-index:20;background:#3d2b1f;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.2rem;animation:2s infinite pulse;display:flex;position:absolute;top:-12px;right:-12px;box-shadow:0 4px 10px #00000080}.danger-meter{gap:6px;margin-top:4px;display:flex}.dot{background:#1e293b;border:1px solid #334155;border-radius:50%;width:14px;height:14px;transition:all .3s}.dot.danger{background:var(--red-500);box-shadow:0 0 10px var(--red-500)}.card-back{background:linear-gradient(135deg,#1e293b 25%,#0f172a 100%) 0 0/10px 10px;border:2px solid #fff}.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}
