@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap";:root{font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#f8fafc;background-color:#020617;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body{min-width:320px;min-height:100vh;overflow-x:hidden;background-color:#020617}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#0f172a4d}::-webkit-scrollbar-thumb{background:#10b98133;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#10b98166}.flex-col{display:flex;flex-direction:column}.flex-row{display:flex;flex-direction:row}.flex-center{display:flex;align-items:center;justify-content:center}.items-center{display:flex;align-items:center}.justify-between{display:flex;justify-content:space-between}.justify-center{display:flex;justify-content:center}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem}.felt-table{background:radial-gradient(circle at center,#064e3b,#022c22 65%,#021f18);position:relative;overflow:hidden;border-radius:1.5rem;border:1px solid rgba(16,185,129,.15);box-shadow:inset 0 0 50px #0009}.felt-table:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(rgba(255,255,255,.02) 1px,transparent 0);background-size:20px 20px;pointer-events:none;opacity:.7}.glass-panel{background:#0f172a73;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 32px #00000059;border-radius:1.5rem}.glass-panel-light{background:#ffffff0f;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;padding:.75rem 1.25rem;border-radius:.75rem;border:none;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);outline:none;text-decoration:none}.btn:active{transform:scale(.97)}.btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.btn-primary{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#0f172a;box-shadow:0 4px 12px #f59e0b33}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#fcd34d,#fbbf24);box-shadow:0 6px 16px #f59e0b59}.btn-success{background:linear-gradient(135deg,#10b981,#059669);color:#0f172a;box-shadow:0 4px 12px #10b98133}.btn-success:hover:not(:disabled){background:linear-gradient(135deg,#34d399,#10b981);box-shadow:0 6px 16px #10b98159}.btn-indigo{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;box-shadow:0 4px 12px #4f46e533}.btn-indigo:hover:not(:disabled){background:linear-gradient(135deg,#818cf8,#6366f1);box-shadow:0 6px 16px #4f46e559}.btn-secondary{background:#1e293b;color:#f1f5f9;border:1px solid rgba(255,255,255,.08)}.btn-secondary:hover:not(:disabled){background:#334155}.btn-danger{background:linear-gradient(135deg,#f43f5e,#e11d48);color:#fff}.btn-danger:hover:not(:disabled){background:linear-gradient(135deg,#fb7185,#f43f5e)}.btn-tab{flex:1;padding:.75rem;background:transparent;color:#94a3b8;font-size:.875rem;font-weight:600;border-bottom:2px solid transparent;border-radius:0;transition:all .2s}.btn-tab:hover{color:#f1f5f9}.btn-tab.active-single{border-bottom-color:#fbbf24;color:#fbbf24}.btn-tab.active-create{border-bottom-color:#10b981;color:#10b981}.btn-tab.active-join{border-bottom-color:#6366f1;color:#6366f1}.form-group{margin-bottom:1.25rem;width:100%}.form-label{display:block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#cbd5e1;margin-bottom:.5rem}.form-input,.form-select{width:100%;background:#020617cc;border:1px solid rgba(255,255,255,.1);color:#f8fafc;padding:.75rem 1rem;border-radius:.75rem;font-family:inherit;font-size:.875rem;transition:border-color .2s,box-shadow .2s;outline:none}.form-input:focus,.form-select:focus{border-color:#10b981;box-shadow:0 0 0 1px #10b98180}.form-select option{background:#0f172a;color:#f8fafc}.form-slider-container{background:#0206174d;padding:.75rem;border-radius:.75rem;border:1px solid rgba(255,255,255,.05)}.form-slider{width:100%;height:6px;background:#1e293b;border-radius:8px;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;cursor:pointer}.form-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:#10b981;box-shadow:0 0 8px #10b981cc;transition:background .15s}.form-slider::-webkit-slider-thumb:hover{background:#34d399}.game-layout-container{display:flex;flex-direction:column;gap:1rem;width:100%}.trick-table-arena{width:100%;height:480px;position:relative}.center-felt-circle{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:240px;height:240px;border-radius:50%;border:1px dashed rgba(16,185,129,.3);background:#022c2240;box-shadow:inset 0 0 25px #00000080;display:flex;align-items:center;justify-content:center;pointer-events:none}.center-text-overlay{text-align:center;opacity:.5;color:#cbd5e1}.player-spot{position:absolute;display:flex;align-items:center;z-index:10}.player-spot.south{bottom:10.5rem;left:50%;transform:translate(-50%);flex-direction:column;gap:.375rem}.player-spot.north{top:1.25rem;left:50%;transform:translate(-50%);flex-direction:column;gap:.375rem}.player-spot.west{left:1.25rem;top:45%;transform:translateY(-50%);flex-direction:row;gap:.5rem}.player-spot.east{right:1.25rem;top:45%;transform:translateY(-50%);flex-direction:row-reverse;gap:.5rem}.player-avatar-hud{padding:.5rem .75rem;border-radius:1rem;border:2px solid #1e293b;min-width:100px;text-align:center;position:relative;background:#0f172ad9;box-shadow:0 4px 10px #0000004d}.player-avatar-hud.active-turn{border-color:#10b981;box-shadow:0 0 15px #10b98166}.player-name{font-weight:700;font-size:.75rem;color:#f1f5f9;white-space:nowrap}.player-spot.south .player-name{color:#10b981}.player-role-badge{font-size:.55rem;font-weight:800;background:#020617;border:1px solid #334155;color:#fbbf24;padding:.125rem .375rem;border-radius:4px;text-transform:uppercase;letter-spacing:.05em;margin-top:.125rem;display:inline-block}.player-points{font-size:.65rem;font-weight:600;color:#94a3b8;margin-top:.125rem}.timer-badge{position:absolute;top:-.75rem;right:-.75rem;background:#10b981;color:#0f172a;font-weight:900;font-size:.65rem;width:1.5rem;height:1.5rem;border-radius:50%;border:2px solid #34d399;display:flex;align-items:center;justify-content:center;animation:pulseLoop 1.5s infinite}.player-hand-dock{position:absolute;bottom:.75rem;left:50%;transform:translate(-50%);display:flex;gap:.25rem;justify-content:center;max-width:90%;overflow-x:auto;padding:.5rem;z-index:20;scrollbar-width:none}.player-hand-dock::-webkit-scrollbar{display:none}.played-trick-card{position:absolute;transition:all .35s cubic-bezier(.25,1,.5,1);display:flex;flex-direction:column;align-items:center}.played-trick-card.south{bottom:120px;left:50%;transform:translate(-50%)}.played-trick-card.north{top:120px;left:50%;transform:translate(-50%) rotate(180deg)}.played-trick-card.west{left:120px;top:50%;transform:translateY(-50%) rotate(90deg)}.played-trick-card.east{right:120px;top:50%;transform:translateY(-50%) rotate(-90deg)}.played-card-label{background:#020617;border:1px solid #1e293b;font-size:.55rem;font-weight:700;color:#94a3b8;padding:.125rem .25rem;border-radius:4px;margin-top:-.5rem;z-index:10;transform:rotate(inherit)}.feed-log-overlay{position:absolute;bottom:1rem;left:1rem;width:260px;height:90px;background:#0f172ab3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.06);border-radius:1rem;padding:.5rem;overflow-y:auto;z-index:20}.feed-title{font-size:.55rem;font-weight:800;text-transform:uppercase;color:#64748b;letter-spacing:.05em;margin-bottom:.25rem}.feed-row{font-size:.65rem;color:#cbd5e1;line-height:1.25;margin-bottom:.125rem}.playing-card{width:64px;height:96px;border-radius:.5rem;border:2px solid rgba(255,255,255,.08);background:#0f172a;display:flex;flex-direction:column;justify-content:space-between;padding:.375rem;position:relative;box-shadow:0 4px 10px #0000004d;transition:transform .2s cubic-bezier(.2,.8,.2,1),box-shadow .2s,opacity .2s;cursor:pointer;-webkit-user-select:none;user-select:none}@media (min-width: 640px){.playing-card{width:80px;height:120px;padding:.5rem}}@media (min-width: 768px){.playing-card{width:90px;height:135px;padding:.625rem}}.playing-card:hover:not(.disabled){transform:translateY(-16px) scale(1.05);box-shadow:0 10px 20px #00000080;z-index:30}.playing-card.disabled{opacity:.35;cursor:not-allowed}.playing-card-suit-symbol{font-size:1rem}@media (min-width: 640px){.playing-card-suit-symbol{font-size:1.25rem}}.playing-card-center-icon{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:1.75rem;opacity:.08;pointer-events:none}@media (min-width: 640px){.playing-card-center-icon{font-size:2.5rem}}.point-badge{font-size:.55rem;font-weight:800;padding:.125rem .25rem;border-radius:4px}.point-badge.regular{background:#10b98126;border:1px solid rgba(16,185,129,.3);color:#34d399}.point-badge.rani{background:#fbbf2426;border:1px solid rgba(251,191,36,.3);color:#fbbf24}.playing-card.queen-of-spades{border-color:#fbbf2473;background:linear-gradient(135deg,#0f172a,#1e1b4b);box-shadow:0 0 12px #fbbf2426}.scoreboard-panel{padding:1rem}.score-row-item{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.75rem}.score-line-details{display:flex;justify-content:space-between;font-size:.75rem;font-weight:500;color:#cbd5e1}.score-progress-track{width:100%;height:5px;background:#020617;border-radius:9999px;overflow:hidden}.score-progress-bar{height:100%;border-radius:9999px;background:#6366f1}.score-progress-bar.leader{background:#fbbf24}.info-box-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.info-box-item{background:#02061766;border:1px solid rgba(255,255,255,.05);padding:.5rem;border-radius:.75rem;text-align:center}.info-box-value{font-size:.875rem;font-weight:900;color:#f1f5f9}.modal-overlay-blur{position:fixed;top:0;right:0;bottom:0;left:0;background:#020617d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;display:flex;align-items:center;justify-content:center;padding:1rem}.modal-window-card{width:100%;max-width:440px;padding:1.5rem;border-radius:2rem;border:1px solid rgba(255,255,255,.08);background:#0f172ad9;box-shadow:0 10px 40px #00000080;text-align:center}.app-header-bar{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;border-radius:1rem;border:1px solid rgba(255,255,255,.05)}.game-grid-system{display:block;width:100%}@keyframes popIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.animate-pop-in{animation:popIn .3s cubic-bezier(.175,.885,.32,1.1) forwards}@keyframes slideUp{0%{transform:translateY(15px);opacity:0}to{transform:translateY(0);opacity:1}}.animate-slide-up{animation:slideUp .35s cubic-bezier(.16,1,.3,1) forwards}@keyframes pulseLoop{0%{transform:scale(1);box-shadow:0 0 #10b981b3}70%{transform:scale(1.05);box-shadow:0 0 0 8px #10b98100}to{transform:scale(1);box-shadow:0 0 #10b98100}}
