*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f7fa;color:#374151;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}.App{text-align:left}button,input,select,textarea{font-family:inherit}:root{--radius-md:12px;--radius-lg:18px;--radius-mobile:16px;--shadow-card:0 6px 24px #00000014;--shadow-mobile:0 2px 8px #0000000f;--shadow-sm:0 1px 2px #0000000f;--space-1:8px;--space-2:12px;--space-3:16px;--space-4:24px;--max-width-container:1280px;--max-width-mobile:680px;--touch-target:44px;--touch-target-large:48px;--touch-target-sm:36px;--focus-ring:0 0 0 2px #667eea4d;--focus-offset:2px;--color-primary:#667eea;--color-primary-hover:#5a67d8;--color-secondary:#6c757d;--color-danger:#dc3545;--color-danger-hover:#c82333;--color-success:#28a745;--color-warning:#ffc107;--color-text:#1f2937;--color-text-secondary:#6b7280;--color-background:#f8fafc;--color-surface:#f9fafb;--color-surface-hover:#f3f4f6;--radius-full:9999px;--spacing-mobile:12px;--spacing-safe-mobile:max(16px,env(safe-area-inset-left)) max(16px,env(safe-area-inset-right));--spacing-safe-bottom:env(safe-area-inset-bottom,0px);--mint-400:#2dd4bf;--emerald-700:#059669;--purple-500:#8b5cf6;--pink-500:#ec4899;--indigo-500:#6366f1;--blue-500:#3b82f6;--amber-400:#fbbf24;--orange-600:#ea580c;--green-500:#10b981;--cyan-500:#0ea5e9;--yellow-500:#f59e0b;--red-500:#ef4444;--on-card:#fff;--scrim:#00000014;--frost:#ffffff29}@media (prefers-color-scheme:dark){:root{--mint-400:#0ea587;--emerald-700:#065f46;--purple-500:#6d28d9;--pink-500:#db2777;--indigo-500:#4f46e5;--blue-500:#2563eb;--amber-400:#f59e0b;--orange-600:#d9460d;--frost:#ffffff38;--scrim:#0000001a}}.stat-card.primary,.stat-card.secondary{--stat-scrim-color:#00000014;--stat-scrim-height:44px}.stat-card.accent{--stat-scrim-color:#00000017;--stat-scrim-height:44px}.stat-card.warning{--stat-scrim-color:#00000029;--stat-scrim-height:56px;--stat-scrim-width:min(86%,420px)}.stat-card.accent .stat-value:before,.stat-card.primary .stat-value:before,.stat-card.secondary .stat-value:before,.stat-card.warning .stat-value:before,.stat-value.large-number:before{display:none}.stat-breakdown{position:relative;z-index:2}.stat-breakdown .stat-sub-item{min-width:0;white-space:normal}.stat-card .card-tooltip-icon .info-icon{background:#ffffff14;border:1px solid #ffffff1f}.stat-value{position:relative}.stat-value:before{background:#00000014;background:var(--stat-scrim-color,var(--scrim));border-radius:12px;content:"";height:44px;height:var(--stat-scrim-height,44px);left:50%;pointer-events:none;position:absolute;top:50%;transform:translateX(-50%);width:min(70%,380px);width:var(--stat-scrim-width,min(70%,380px));z-index:0}.stat-value>*{position:relative;z-index:1}.stat-breakdown .stat-sub-item{align-items:center;border-radius:12px;color:#fff;color:var(--on-card);display:inline-flex;flex-wrap:wrap;gap:10px;justify-content:space-between}.stat-breakdown .stat-sub-item span:first-child{font-weight:600;opacity:.95}.stat-breakdown .stat-sub-item span:last-child{background:#ffffff1f;border-radius:8px;font-weight:700;padding:6px 10px;z-index:3}.stat-item,.stat-sub-item{background:#ffffff0f;color:#fff;color:var(--on-card);gap:10px;padding:8px 10px}.status-indicator.in-progress{background:var(--yellow-500)}.status-indicator.pending{background:#0ea5e9;background:var(--cyan-500)}.status-indicator.completed{background:var(--green-500)}.status-indicator{box-shadow:0 0 0 3px #ffffff08;flex-shrink:0;height:10px;width:10px}.stat-card:hover{transform:translateY(-6px)}.stat-card:after{background:linear-gradient(180deg,#fff0,#ffffff05);border-radius:inherit;content:"";inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .18s ease}.stat-card:hover:after{opacity:1}.stat-card:focus{box-shadow:0 0 0 2px #0000001f,0 0 0 6px #ffffff0f;outline:none}@media (prefers-reduced-motion:reduce){.stat-card,.stat-card:hover{transform:none;transition:none}}.stat-value{padding:10px 6px}.stat-breakdown{flex-wrap:wrap;gap:8px}.stat-breakdown .stat-sub-item{min-width:110px}.dashboard-container{content-visibility:auto;display:flex;flex-direction:column;min-height:100dvh}.dashboard-main{flex:1 1}.dashboard{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100dvh}.dashboard-content{margin:0 auto;max-width:1280px;max-width:var(--max-width-container);padding:0 20px 16px;padding:0 20px var(--space-3);padding-bottom:max(16px,env(safe-area-inset-bottom,0px));padding-bottom:max(var(--space-3),var(--spacing-safe-bottom))}@media (max-width:768px){.dashboard-content{margin:0 auto;max-width:680px;max-width:var(--max-width-mobile);padding:0 16px 24px;padding:0 var(--space-3) var(--space-4);padding-bottom:max(24px,env(safe-area-inset-bottom,0px));padding-bottom:max(var(--space-4),var(--spacing-safe-bottom))}}.loading-screen{align-items:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;flex-direction:column;justify-content:center;min-height:100vh}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #e5e7eb;border-radius:50%;border-top-color:#667eea;height:40px;margin-bottom:16px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.dashboard-header{background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 6px 24px #00000014;box-shadow:var(--shadow-card);padding-top:max(12px,env(safe-area-inset-top));position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-content{grid-gap:12px;grid-gap:var(--space-2);align-items:center;display:grid;gap:12px;gap:var(--space-2);grid-template-columns:1fr auto 1fr;justify-content:space-between;margin:0 auto;max-width:1280px;max-width:var(--max-width-container);padding:12px 20px 16px;padding:var(--space-2) 20px var(--space-3)}.header-left{grid-column:2;justify-self:center;min-width:0;text-align:center}.header-right{gap:12px;gap:var(--space-2);grid-column:3;justify-self:end}@media (max-width:768px){.header-content{align-items:center;gap:16px;gap:var(--space-3);grid-template-columns:1fr auto 1fr;max-width:680px;max-width:var(--max-width-mobile);padding:12px 16px;padding:var(--space-2) var(--space-3)}.header-left{flex:1 1;grid-column:2;justify-self:center;min-width:0;text-align:center}.header-right{align-items:center;display:flex;gap:12px;gap:var(--space-2);grid-column:3;justify-self:end;min-width:auto}}.header-left h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:clamp(1.25rem,4vw,1.875rem);font-weight:700;line-height:1.2;margin:0}.header-subtitle{-webkit-text-fill-color:#0000;animation:welcomeGlow 2s ease-in-out;background:linear-gradient(135deg,#4f46e5,#7c3aed 50%,#ec4899);-webkit-background-clip:text;background-clip:text;font-size:clamp(.875rem,2.8vw,1rem);font-weight:600;letter-spacing:.02em;line-height:1.4;margin:6px 0 0}@keyframes welcomeGlow{0%{opacity:0;transform:translateY(8px)}50%{opacity:.8}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.header-left h1{font-size:clamp(1.25rem,4vw,1.5rem);line-height:1.2;margin:0}.header-subtitle{font-size:clamp(.75rem,2.5vw,.875rem);line-height:1.3;margin:4px 0 0}}.header-right{align-items:center;display:flex;gap:16px;gap:var(--space-3)}.user-menu{display:inline-block;position:relative}.user-button{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;border-radius:var(--radius-md);cursor:pointer;display:flex;font-size:.875rem;gap:12px;gap:var(--space-2);height:44px;height:var(--touch-target);padding:6px 12px;position:relative;transition:all .18s ease}.user-button:hover{background:#f9fafb;border-color:#d1d5db;transform:translateY(-1px)}.user-button:focus{border-color:#667eea;outline:0 0 0 2px #667eea4d;outline:var(--focus-ring);outline-offset:2px;outline-offset:var(--focus-offset)}@media (max-width:768px){.user-button{border-radius:clamp(18px,5vw,20px);font-size:clamp(.75rem,2.2vw,.875rem);gap:clamp(6px,2vw,8px);height:clamp(36px,10vw,40px);padding:4px 8px}.user-name{display:none}}.user-avatar{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.8rem;font-weight:600;height:32px;justify-content:center;width:32px}@media (max-width:768px){.user-avatar{font-size:clamp(.7rem,2vw,.8rem);height:clamp(28px,7.5vw,32px);width:clamp(28px,7.5vw,32px)}}.user-name{line-height:1.2}.dropdown-icon{flex-shrink:0;height:16px;width:16px}@media (max-width:768px){.dropdown-icon{height:clamp(14px,3.5vw,16px);width:clamp(14px,3.5vw,16px)}}.player-card{border-radius:16px;box-shadow:0 1px 4px 0 #0000000a,0 0 0 1px #00000005;min-height:120px;padding:14px 14px 12px;transition:box-shadow .2s,transform .2s}.player-card:focus,.player-card:hover{box-shadow:0 4px 12px 0 #667eea1a;transform:translateY(-1px) scale(1.01)}.player-avatar{background:linear-gradient(135deg,#667eea,#764ba2);font-size:1rem;height:32px;width:32px}@media (max-width:900px){.player-card-content{gap:4px}.player-card-row{padding:5px 7px}}@media (max-width:640px){.player-card-header{align-items:flex-start;flex-direction:column;gap:4px;padding-bottom:4px}.player-card-content{gap:3px}.player-card-row{grid-template-columns:1fr;padding:5px}.player-activity-value,.player-earnings-value{margin-left:0;text-align:left}.player-avatar{font-size:.9rem;height:28px;width:28px}}.status-badge{border-radius:12px;font-size:.75rem;font-weight:600;letter-spacing:.025em;padding:4px 8px;text-transform:uppercase}.status-badge.in-progress{background:#fef3c7;color:#d97706}.status-badge.pending{background:#dbeafe;color:#2563eb}.status-badge.completed{background:#d1fae5;color:#059669}.status-badge.cancelled{background:#fee2e2;color:#dc2626}.status-badge.closed{background:#f3f4f6;color:#6b7280}.days-left{font-size:.875rem;font-weight:500}.days-left.safe{color:#059669}.days-left.warning{color:#d97706}.days-left.urgent{color:#dc2626;font-weight:600}.days-left.overdue{background:#fef2f2;border-radius:4px;color:#dc2626;font-weight:700;padding:2px 6px}.no-deadline{color:#6b7280}.tax-badge{border-radius:8px;font-size:.75rem;font-weight:500;padding:2px 6px}.tax-badge.taxable{background:#fef3c7;color:#d97706}.tax-badge.non-taxable{background:#d1fae5;color:#059669}.action-buttons{display:flex;gap:8px}.action-btn{align-items:center;border:none;border-radius:4px;cursor:pointer;display:flex;justify-content:center;padding:6px;transition:all .2s ease}.action-btn.edit{background:#e0e7ff;color:#3730a3}.action-btn.edit:hover{background:#c7d2fe}.action-btn.delete{background:#fee2e2;color:#b91c1c}.action-btn.delete:hover{background:#fecaca}.action-btn.download{align-items:center;background:linear-gradient(90deg,#eef2ff,#e9f0ff);border-radius:999px;box-shadow:0 6px 18px #667eea0f;color:#3730a3;display:inline-flex;gap:8px;justify-content:center;padding:6px 10px;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.action-btn.download:hover{background:linear-gradient(90deg,#dbe7ff,#c7d6ff);box-shadow:0 10px 30px #667eea1f;transform:translateY(-2px)}.action-btn.download svg{flex-shrink:0;height:16px;margin-right:6px;width:16px}.download-label{color:inherit;font-size:.85rem;font-weight:600;line-height:1;margin-left:4px}.dashboard-content .visually-hidden{clip:rect(1px,1px,1px,1px);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.download-screenshot{align-items:center;background:linear-gradient(90deg,#667eea,#764ba2);border:none;border-radius:10px;box-shadow:0 12px 36px #667eea24;color:#fff;cursor:pointer;display:inline-flex;gap:8px;padding:9px 14px;transition:transform .16s ease,box-shadow .16s ease,opacity .12s ease}.download-screenshot:hover{box-shadow:0 18px 48px #667eea2e;transform:translateY(-2px)}.download-screenshot:focus{outline:3px solid #667eea2e;outline-offset:2px}.empty-state{padding:60px 20px;text-align:center}.empty-icon{font-size:3rem;margin-bottom:16px;opacity:.5}.empty-state h4{color:#374151;font-size:1.25rem;margin:0 0 8px}.empty-state p{color:#6b7280;margin:0}.modal-overlay{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;min-height:100vh;padding:20px;position:fixed;z-index:1000}.modal-content{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a;margin:auto;max-height:90vh;max-width:480px;overflow-y:auto;width:100%}.modal-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;gap:12px;justify-content:space-between;padding:16px 24px}.edit-icon-square{align-items:center;background:#eef2ff;border-radius:8px;box-shadow:0 1px 0 #00000005;display:inline-flex;height:30px;justify-content:center;width:30px}.edit-icon-square svg{color:#2563eb;display:block}.close-square{align-items:center;background:#fff;border:1px solid #0000000f;border-radius:8px;color:#374151;cursor:pointer;display:inline-flex;height:34px;justify-content:center;width:34px}.close-square:hover{background:#f3f4f6}.close-square:active{transform:translateY(1px)}.close-icon{display:inline-block;transform:translateY(-1px)}.close-square:hover .close-icon path{stroke:#111827}.close-button{align-items:center;background:none;border:none;border-radius:6px;color:#6b7280;cursor:pointer;display:inline-flex;justify-content:center;padding:8px;transition:background-color .12s ease,transform .08s ease}.close-button:hover{background:#f3f4f6;transform:translateY(-1px)}.modal-header h2{color:#111827;font-size:1.25rem;font-weight:700;margin:0}.modal-close-button{background:none;border:none;border-radius:6px;color:#6b7280;cursor:pointer;font-size:20px;line-height:1;padding:6px 8px}.modal-close-button:focus{outline:2px solid #667eea}.modal-form{display:flex;flex-direction:column;gap:20px;padding:24px}.form-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{color:#374151;font-size:.875rem;font-weight:500}.form-group input,.form-group select,.form-group textarea{background:#fff;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;padding:12px 16px;transition:border-color .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea;outline:none}.form-group textarea{font-family:inherit;resize:vertical}.checkbox-label{align-items:center;color:#374151;cursor:pointer;display:flex;font-size:.875rem;gap:8px}.checkbox-label input[type=checkbox]{display:none}.checkbox-custom{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:4px;display:flex;height:18px;justify-content:center;transition:all .2s ease;width:18px}.checkbox-label input[type=checkbox]:checked+.checkbox-custom{background:#667eea;border-color:#667eea}.checkbox-label input[type=checkbox]:checked+.checkbox-custom:after{color:#fff;content:"✓";font-size:12px;font-weight:600}.form-field-label{margin-bottom:8px}.form-field-label span{color:#6b7280;color:var(--color-text-secondary);font-size:clamp(12px,3vw,14px);font-weight:600;line-height:1.2}.form-group .file-input{height:.1px;opacity:0;overflow:hidden;position:absolute;width:.1px;z-index:-1}.form-group .file-input-label{align-items:center;background:linear-gradient(135deg,#667eea,#5a67d8);background:linear-gradient(135deg,var(--color-primary) 0,var(--color-primary-hover) 100%);border:none;border-radius:12px;border-radius:var(--radius-md);box-shadow:0 1px 2px #0000000f;box-shadow:var(--shadow-sm);color:#fff;cursor:pointer;display:inline-flex;font-size:clamp(14px,3.5vw,16px);font-weight:600;gap:12px;padding:12px 20px;text-decoration:none;transition:all .2s ease;-webkit-user-select:none;user-select:none}@media (max-width:768px){.form-group .file-input-label{border-radius:16px;border-radius:var(--radius-mobile);gap:clamp(8px,2vw,12px);min-height:44px;min-height:var(--touch-target);padding:clamp(12px,3vw,14px) clamp(16px,4vw,18px)}}.form-group .file-input-label:hover{background:linear-gradient(135deg,#5a67d8,#667eea);background:linear-gradient(135deg,var(--color-primary-hover) 0,var(--color-primary) 100%);box-shadow:0 6px 24px #00000014;box-shadow:var(--shadow-card);transform:translateY(-2px)}@media (max-width:768px){.form-group .file-input-label:hover{background:#5a67d8;background:var(--color-primary-hover);transform:none}}.form-group .file-input-label:focus-visible{outline:2px solid #667eea;outline:2px solid var(--color-primary);outline-offset:2px}.form-group .file-input-label svg{height:20px;opacity:.9;width:20px}@media (max-width:768px){.form-group .file-input-label svg{height:clamp(16px,4vw,18px);width:clamp(16px,4vw,18px)}}.file-help{color:#6b7280;color:var(--color-text-secondary);font-size:clamp(12px,3vw,14px);line-height:1.4;margin-top:8px}.screenshot-preview{background:#f9fafb;background:var(--color-surface);border:1px solid #00000014;border-radius:18px;border-radius:var(--radius-lg);margin-top:16px;padding:16px;position:relative}@media (max-width:768px){.screenshot-preview{border-radius:16px;border-radius:var(--radius-mobile);margin-top:clamp(12px,3vw,16px);padding:clamp(12px,3vw,16px)}}.preview-image{border-radius:12px;border-radius:var(--radius-md);box-shadow:0 1px 2px #0000000f;box-shadow:var(--shadow-sm);display:block;height:auto;max-width:100%}@media (max-width:768px){.preview-image{border-radius:16px;border-radius:var(--radius-mobile)}}.remove-screenshot{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;border:none;border-radius:9999px;border-radius:var(--radius-full);color:#fff;cursor:pointer;display:flex;font-size:clamp(12px,3vw,13px);font-weight:500;gap:6px;padding:8px 12px;position:absolute;right:8px;top:8px;transition:all .2s ease}@media (max-width:768px){.remove-screenshot{gap:clamp(4px,1vw,6px);min-height:36px;min-height:var(--touch-target-sm);padding:clamp(8px,2vw,10px) clamp(10px,2.5vw,12px)}}.remove-screenshot:hover{background:#dc3545e6;transform:translateY(-1px)}@media (max-width:768px){.remove-screenshot:hover{background:#dc3545cc;transform:none}}.remove-screenshot svg{height:14px;width:14px}@media (max-width:768px){.remove-screenshot svg{height:clamp(12px,3vw,14px);width:clamp(12px,3vw,14px)}}.modal-actions{border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;padding-top:20px}.cancel-button{background:#fff;border:2px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;font-weight:500;padding:12px 24px;transition:all .2s ease}.cancel-button:hover{background:#f9fafb;border-color:#d1d5db}.save-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:12px 24px;transition:all .2s ease}.save-button:hover:not(:disabled){box-shadow:0 4px 12px #667eea4d;transform:translateY(-1px)}.save-button:disabled{cursor:not-allowed;opacity:.6}.error-banner{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;justify-content:space-between;margin:20px 20px 0;padding:12px 20px}.error-banner,.error-close{align-items:center;color:#dc2626;display:flex}.error-close{background:none;border:none;cursor:pointer;font-size:1.25rem;height:20px;justify-content:center;padding:0;width:20px}@media (max-width:1024px){.header-right{justify-content:space-between}.stats-grid{grid-template-columns:1fr}.filter-controls{align-items:stretch;flex-direction:column}.filter-group{width:100%}.filter-select,.search-input{min-width:0;min-width:auto;width:100%}.form-row{grid-template-columns:1fr}.table-container{overflow-x:scroll}.bonus-table{min-width:800px}}@media (max-width:768px){.modal-content{max-width:400px}}@media (max-width:640px){.modal-content{border-radius:0;height:100vh;margin:0;max-height:100vh}.modal-actions{flex-direction:column}.cancel-button,.save-button{width:100%}}.user-name{color:#374151;font-size:.875rem;font-weight:500}.dropdown-icon{transition:transform .2s ease}.dropdown-icon.open{transform:rotate(180deg)}.user-dropdown{animation:dropdownEnter .15s ease-out;background:#fff;border:1px solid #e5e7eb;border-radius:18px;border-radius:var(--radius-lg);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:400px;min-width:340px;overflow:hidden;position:absolute;right:0;top:calc(100% + 12px);transform-origin:top right;z-index:1000}@media (max-width:768px){.user-dropdown{animation:dropdownEnter .15s ease-out;border-radius:16px;border-radius:var(--radius-mobile);bottom:auto;left:auto;max-height:calc(100vh - 120px);max-width:calc(100vw - 32px);max-width:calc(100vw - var(--space-3)*2);min-width:280px;overflow-y:auto;position:absolute;right:0;top:calc(100% + 8px);transform-origin:top right}.user-menu{position:relative}@media (max-width:320px){.user-dropdown{min-width:260px;right:-8px}}}@keyframes dropdownEnter{0%{opacity:0;transform:scale(.95) translateY(-8px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes bottomSheetEnter{0%{opacity:0;transform:scale(.95) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.dropdown-header{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:24px 24px 16px;padding:var(--space-4) var(--space-4) var(--space-3)}@media (max-width:768px){.dropdown-header{padding:16px;padding:var(--space-3)}}.user-info{gap:16px;gap:var(--space-3)}.user-avatar-large,.user-info{align-items:center;display:flex}.user-avatar-large{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;box-shadow:0 2px 8px #667eea26;color:#fff;flex-shrink:0;font-size:1.1rem;font-weight:700;height:48px;justify-content:center;width:48px}@media (max-width:768px){.user-avatar-large{font-size:1rem;height:40px;width:40px}}.user-full-name{color:#1f2937;font-size:1.05rem;font-weight:700;margin:0;white-space:nowrap}.user-email{color:#6b7280;font-size:.875rem;margin:4px 0 0;opacity:.9}.dropdown-divider{background:linear-gradient(90deg,#0000,#e5e7eb 50%,#0000);height:1px;margin:0}.dropdown-actions{align-items:center;display:flex;gap:12px;gap:var(--space-2);padding:16px 24px;padding:var(--space-3) var(--space-4)}.edit-profile-button{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:12px;border-radius:var(--radius-md);color:#374151;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;gap:8px;gap:var(--space-1);padding:12px 16px;padding:var(--space-2) var(--space-3);transition:all .18s ease}.edit-profile-button:hover{background:#f9fafb;border-color:#d1d5db;transform:translateY(-1px)}.logout-button{align-items:center;background:none;border:none;border-radius:0 0 18px 18px;border-radius:0 0 var(--radius-lg) var(--radius-lg);color:#ef4444;cursor:pointer;display:flex;font-weight:500;gap:12px;gap:var(--space-2);justify-content:center;min-height:44px;min-height:var(--touch-target);padding:16px 24px;padding:var(--space-3) var(--space-4);touch-action:manipulation;transition:all .18s ease;width:100%}.dropdown-actions .logout-button{border-radius:12px;border-radius:var(--radius-md);font-size:.875rem;padding:12px 16px;padding:var(--space-2) var(--space-3);width:auto}@media (max-width:768px){.logout-button{border-radius:0 0 16px 16px;border-radius:0 0 var(--radius-mobile) var(--radius-mobile);min-height:48px;min-height:var(--touch-target-large)}}.logout-button:hover{background:#fef2f2;color:#dc2626}.logout-button:focus{background:#fef2f2;outline:0 0 0 2px #667eea4d;outline:var(--focus-ring);outline-offset:2px;outline-offset:var(--focus-offset)}.stats-section{margin:32px 0}@media (max-width:768px){.stats-section{margin:16px 0;margin:var(--space-3) 0}}.stats-grid{grid-gap:24px;grid-gap:var(--space-4);display:grid;gap:24px;gap:var(--space-4);grid-auto-rows:minmax(180px,auto);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:24px}@media (max-width:768px){.stats-grid{-ms-overflow-style:none;display:flex;gap:clamp(16px,4vw,20px);margin-inline:-16px;margin-inline:calc(var(--space-3)*-1);margin-bottom:24px;margin-bottom:var(--space-4);overflow-x:auto;padding-inline:16px;padding-inline:var(--space-3);scroll-snap-type:x mandatory;scrollbar-width:none}.stats-grid::-webkit-scrollbar{display:none}}.stat-card{background:#fff;border:none;border-radius:18px;border-radius:var(--radius-lg);box-shadow:0 6px 24px #00000014;box-shadow:var(--shadow-card);box-sizing:border-box;display:flex;flex-direction:column;height:auto;min-height:180px;overflow:hidden;padding:28px 28px 14px;position:relative;transition:all .18s ease}@media (max-width:768px){.stat-card{border-radius:16px;border-radius:var(--radius-mobile);box-shadow:0 2px 8px #0000000f;box-shadow:var(--shadow-mobile);flex-shrink:0;min-height:170px;min-width:clamp(280px,85vw,360px);padding:clamp(14px,4vw,18px) clamp(18px,4.5vw,22px) clamp(14px,5vw,18px);scroll-snap-align:start}}.stat-card:hover{box-shadow:0 12px 32px #0000001f;transform:translateY(-4px)}@media (max-width:768px){.stat-card:hover{box-shadow:0 6px 24px #00000014;box-shadow:var(--shadow-card);transform:translateY(-2px)}}.stat-card.primary{background:linear-gradient(135deg,#2dd4bf,#059669);background:linear-gradient(135deg,var(--mint-400) 0,var(--emerald-700) 100%);color:#fff;color:var(--on-card)}.edit-profile-button.edit-profile-inline{background:linear-gradient(180deg,#fff,#fbfdff);border-radius:8px;box-shadow:0 6px 18px #667eea14;padding:8px 12px}.stat-card.secondary{background:linear-gradient(135deg,#8b5cf6,#ec4899);background:linear-gradient(135deg,var(--purple-500) 0,var(--pink-500) 100%);color:#fff;color:var(--on-card)}.stat-card.accent{background:linear-gradient(135deg,#6366f1,#3b82f6);background:linear-gradient(135deg,var(--indigo-500) 0,var(--blue-500) 100%);color:#fff;color:var(--on-card)}.stat-card.warning{background:linear-gradient(135deg,#fbbf24,#ea580c);background:linear-gradient(135deg,var(--amber-400) 0,var(--orange-600) 100%);color:#fff;color:var(--on-card)}.stat-card.clickable{cursor:pointer}.stat-card.clickable:focus{outline:0 0 0 2px #667eea4d;outline:var(--focus-ring);outline-offset:2px;outline-offset:var(--focus-offset)}.stat-card.clickable:hover{box-shadow:0 16px 40px #00000024;transform:translateY(-6px)}.stat-card.clickable .stat-value{text-decoration:none}.stat-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:20px}@media (max-width:768px){.stat-header{margin-bottom:clamp(12px,3vw,16px)}}.stat-header h3{font-size:clamp(14px,3.4vw,16px);font-weight:600;line-height:1.2;margin:0;opacity:.95}.stat-value{font-size:clamp(26px,7.5vw,36px);line-height:1.1;margin-bottom:clamp(14px,3.5vw,18px)}.stat-breakdown{display:flex;flex-direction:column;gap:clamp(8px,2vw,10px)}.stat-sub-item{align-items:center;display:flex;font-size:clamp(13px,3.2vw,15px);justify-content:space-between;line-height:1.3;opacity:.9;padding:2px 0}.stat-sub-item span:first-child{font-weight:500}.stat-sub-item span:last-child{font-weight:600}.card-tooltip-icon{position:relative}.card-tooltip-icon,.info-icon{align-items:center;display:flex;justify-content:center}.info-icon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff1a;border-radius:50%;cursor:help;font-size:14px;height:18px;opacity:.8;transition:all .2s ease;width:18px}.info-icon:focus,.info-icon:hover{background:#ffffff4d;box-shadow:0 0 0 2px #ffffff4d;opacity:1;outline:none;transform:scale(1.1)}.info-icon:active{background:#ffffff40;transform:scale(1.05)}.stat-skeleton{align-items:center;animation:pulse 2s infinite;background:#ffffff4d;border-radius:8px;display:flex;font-size:14px;font-weight:500;height:32px;justify-content:center;width:120px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.stat-value{align-items:center;display:flex;flex-grow:1;font-size:clamp(28px,3vw + 8px,40px);font-weight:700;justify-content:center}.stat-value,.stat-value.large-number{line-height:1;margin:auto 0;padding:20px 0;text-align:center}.stat-value.large-number{color:#fff;color:var(--on-card);font-size:clamp(32px,4vw + 8px,48px);text-shadow:0 2px 8px #0000002e}.stat-description{border-top:1px solid #fff3;font-size:.875rem;margin-bottom:8px;margin-top:8px;opacity:.9;padding-top:6px;text-align:center}.stat-breakdown{grid-gap:12px;grid-gap:var(--space-2);border-top:1px solid #fff3;display:grid;gap:12px;gap:var(--space-2);grid-template-columns:1fr 1fr;margin-bottom:24px;margin-top:auto;padding-bottom:8px;padding-top:16px;padding-top:var(--space-3)}.stat-breakdown.single-column{gap:8px;gap:var(--space-1);grid-template-columns:1fr}.stat-item,.stat-sub-item{align-items:center;-webkit-backdrop-filter:none;backdrop-filter:none;background:#0000;border-radius:8px;display:flex;font-size:.875rem;justify-content:space-between;opacity:.95;padding:8px 12px;transition:all .2s ease;white-space:nowrap}.stat-item.clickable,.stat-sub-item.clickable{border:none;color:inherit;cursor:pointer;text-align:left;width:100%}.stat-item.clickable:hover,.stat-sub-item.clickable:hover{background:#fff3;transform:translateY(-1px)}.stat-item.clickable:active,.stat-sub-item.clickable:active{background:#ffffff26;transform:translateY(0)}.stat-count{font-size:1rem;font-weight:700}.status-indicator{border-radius:50%;box-shadow:0 0 4px #0000004d;display:inline-block;height:8px;margin-right:8px;width:8px}.stat-breakdown .stat-sub-item{background:#0000;border:none;overflow:visible;padding:8px 12px}.stat-breakdown .stat-sub-item span:first-child{align-self:center;flex:0 1 auto;min-width:0;overflow:visible;text-align:center;text-overflow:clip;white-space:normal}.stat-breakdown .stat-sub-item span:last-child{align-self:center;flex:0 0 auto;min-width:56px}.stat-card .stat-breakdown .stat-sub-item{background:#0000;border:none;box-shadow:none}.stat-card .stat-breakdown .stat-sub-item span:first-child{display:block;margin:0 0 6px;text-align:center;width:100%}.stat-card .stat-breakdown .stat-sub-item span:last-child{display:inline-block;margin:0 auto}.status-indicator.in-progress{background:#f59e0b}.status-indicator.pending{background:#3b82f6}.status-indicator.completed{background:#10b981}.status-indicator.closed{background:#6b7280}.player-stats{margin-top:32px}.section-title{color:#374151;font-size:1.25rem;font-weight:600;margin-bottom:16px}@media (max-width:768px){.section-title{font-size:1.125rem;margin-bottom:14px;padding:0 2px}}.player-grid{grid-gap:24px;grid-gap:var(--space-4);display:grid;gap:24px;gap:var(--space-4);grid-template-columns:repeat(2,1fr);margin-top:48px}@media (max-width:900px){.player-grid{grid-template-columns:1fr}}.player-card{border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px 0 #0000001a}.player-header{align-items:center;display:flex;gap:12px;margin-bottom:16px}.player-avatar{font-weight:600;height:40px;width:40px}.player-info h4{color:#374151;margin:0 0 4px}.player-filter-btn{background:none;border:none;color:#667eea;cursor:pointer;font-size:.875rem;padding:0}.player-filter-btn:hover{text-decoration:underline}.player-stats-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}.player-stat{display:flex;flex-direction:column;gap:2px}.stat-label{font-size:.75rem}.player-stat .stat-value{color:#374151;font-size:.875rem;font-weight:600;margin:0}.filter-bar{background:#fff;border:none;border-radius:18px;border-radius:var(--radius-lg);box-shadow:0 6px 24px #00000014;box-shadow:var(--shadow-card);margin-bottom:24px;padding:24px;transition:all .18s ease}@media (max-width:768px){.filter-bar{border-radius:16px;border-radius:var(--radius-mobile);box-shadow:0 2px 8px #0000000f;box-shadow:var(--shadow-mobile);margin-bottom:clamp(12px,3vw,16px);padding:clamp(16px,4vw,20px)}}.filter-section h3{color:#374151;font-size:1.125rem;font-weight:600;margin:0 0 16px}.filter-controls{align-items:center;display:flex;flex-wrap:wrap;gap:16px;margin-bottom:16px}.filter-group{display:flex;flex-direction:column;gap:8px}@media (max-width:768px){.filter-group{gap:clamp(6px,1.5vw,8px)}}.clear-filters-btn{background:#ef4444;border-radius:6px;display:flex;font-size:.875rem;gap:4px;padding:8px 12px;transition:background-color .2s ease}.clear-filters-btn:hover{background:#dc2626}.quick-filters{display:flex;flex-wrap:wrap;gap:8px}.quick-filter{align-items:center;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;display:flex;font-size:.875rem;gap:6px;padding:6px 12px;transition:all .2s ease}.quick-filter:hover{background:#e5e7eb}.quick-filter.active{background:#667eea;border-color:#667eea;color:#fff}.table-section{background:#fff;border:none;border-radius:18px;border-radius:var(--radius-lg);box-shadow:0 6px 24px #00000014;box-shadow:var(--shadow-card);overflow:hidden;transition:all .18s ease}@media (max-width:768px){.table-section{border-radius:16px;border-radius:var(--radius-mobile);box-shadow:0 2px 8px #0000000f;box-shadow:var(--shadow-mobile)}}.table-header{background:#f9fafb;background:var(--color-surface);border-bottom:1px solid #0000000f;padding:20px 24px}.table-header-top{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:16px}.table-header-left{flex:1 1}@media (max-width:768px){.table-header{padding:clamp(16px,4vw,20px)}.table-header-top{margin-bottom:12px}}.table-header h3{color:#1f2937;color:var(--color-text);font-size:clamp(16px,4vw,18px);font-weight:600;line-height:1.2;margin:0}.table-container{-webkit-overflow-scrolling:touch;background:#f8fafc;background:var(--color-background);border:none;border-radius:12px 12px 0 0;border-radius:var(--radius-md) var(--radius-md) 0 0;max-height:calc(70vh - 200px);overflow-x:auto;overflow-y:auto;position:relative}@media (max-width:768px){.table-container{border-radius:0;max-height:calc(100vh - 350px)}}.table-container::-webkit-scrollbar{height:8px;width:8px}.table-container::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.table-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.table-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}.table-container:after{background:linear-gradient(#0000,#0000000d);bottom:0;content:"";height:20px;left:0;opacity:0;pointer-events:none;position:absolute;right:0;transition:opacity .2s ease}.table-container.has-more-content:after{opacity:1}.table-footer{background:#f9fafb;background:var(--color-surface);border-radius:0 0 18px 18px;border-radius:0 0 var(--radius-lg) var(--radius-lg);border-top:1px solid var(--color-border);z-index:5}.table-footer-content{padding:12px 16px}.footer-center,.footer-left,.footer-right{align-items:center;display:flex}.footer-left{flex:0 0 auto}.footer-center{flex:1 1 auto}.footer-right{flex:0 0 auto}.per-page-selector label{margin:0}.per-page-selector select{background:#f8fafc;background:var(--color-background);border:1px solid var(--color-border);border-radius:var(--radius-sm);color:#1f2937;color:var(--color-text);min-width:60px;padding:6px 8px}.per-page-selector select:focus{outline:2px solid #667eea;outline:2px solid var(--color-primary);outline-offset:2px}.page-btn{background:#f8fafc;background:var(--color-background);border:1px solid var(--color-border);border-radius:var(--radius-sm);text-align:center;transition:all .2s ease}.page-btn:hover:not(:disabled){background:#f9fafb;background:var(--color-surface);border-color:#667eea;border-color:var(--color-primary);color:#667eea;color:var(--color-primary)}.page-btn:focus{outline:2px solid #667eea;outline:2px solid var(--color-primary);outline-offset:2px}.page-btn:disabled{background:var(--color-muted);border-color:var(--color-border-light);color:var(--color-text-muted)}.page-btn.active:hover{background:var(--color-primary-dark);border-color:var(--color-primary-dark)}.ellipsis{color:var(--color-text-muted)}.mobile-footer{background:#f9fafb;background:var(--color-surface);border-top:1px solid var(--color-border);flex-direction:column;gap:8px;padding:12px 16px}.mobile-pagination{display:flex;justify-content:center}.mobile-nav{gap:16px}.mobile-nav,.mobile-page-btn{align-items:center;display:flex}.mobile-page-btn{background:#f8fafc;background:var(--color-background);border:1px solid var(--color-border);border-radius:var(--radius-sm);color:#1f2937;color:var(--color-text);cursor:pointer;font-size:14px;font-weight:500;height:36px;justify-content:center;min-width:44px;padding:8px 16px;transition:all .2s ease}.mobile-page-btn:hover:not(:disabled){background:#f9fafb;background:var(--color-surface);border-color:#667eea;border-color:var(--color-primary);color:#667eea;color:var(--color-primary)}.mobile-page-btn:disabled{background:var(--color-muted);border-color:var(--color-border-light);color:var(--color-text-muted);cursor:not-allowed}.mobile-page-info{color:#6b7280;color:var(--color-text-secondary);font-size:14px;font-weight:500;min-width:80px;text-align:center}.mobile-count{color:var(--color-text-muted);font-size:13px;text-align:center}.empty-filtered-state{align-items:center;background:#f9fafb;background:var(--color-surface);border-radius:18px;border-radius:var(--radius-lg);display:flex;flex-direction:column;justify-content:center;margin:24px 0;padding:48px 24px;text-align:center}.empty-filtered-state .empty-icon{font-size:48px;margin-bottom:16px;opacity:.6}.empty-filtered-state h4{color:#1f2937;color:var(--color-text);font-size:18px;font-weight:600;margin:0 0 8px}.empty-filtered-state p{color:#6b7280;color:var(--color-text-secondary);font-size:14px;line-height:1.5;margin:0 0 24px;max-width:400px}.empty-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.clear-filters-btn{align-items:center;background:#667eea;background:var(--color-primary);border:none;border-radius:12px;border-radius:var(--radius-md);color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;min-height:44px;padding:12px 20px;transition:all .2s ease}.clear-filters-btn:hover{background:var(--color-primary-dark);transform:translateY(-1px)}.clear-filters-btn:focus{outline:2px solid #667eea;outline:2px solid var(--color-primary);outline-offset:2px}@media (max-width:768px){.fab{bottom:calc(env(safe-area-inset-bottom, 0px) + 80px);bottom:calc(var(--spacing-safe-bottom, 24px) + 80px)}.toast-container:not(:empty)~.dashboard .fab{bottom:calc(env(safe-area-inset-bottom, 0px) + 140px);bottom:calc(var(--spacing-safe-bottom, 24px) + 140px)}.table-footer-content{display:none}.mobile-footer{display:flex}.per-page-selector{display:none}.table-container{border-radius:18px 18px 0 0;border-radius:var(--radius-lg) var(--radius-lg) 0 0}.table-footer{border-radius:0 0 18px 18px;border-radius:0 0 var(--radius-lg) var(--radius-lg)}}@media (max-width:640px){.table-footer-content{gap:12px;padding:10px 12px}.mobile-footer{padding:10px 12px}.mobile-nav{gap:12px}.mobile-page-btn{padding:6px 12px}.mobile-page-btn,.page-btn{font-size:13px;height:32px;min-width:40px}.page-btn{padding:6px 10px}.mobile-count,.results-count{font-size:12px}}@media (prefers-contrast:high){.mobile-page-btn,.page-btn,.page-btn.active{border-width:2px}}@media (prefers-reduced-motion:reduce){.clear-filters-btn,.mobile-page-btn,.page-btn{transition:none}.clear-filters-btn:hover{transform:none}}.clear-filters-btn:focus:not(:focus-visible),.mobile-page-btn:focus:not(:focus-visible),.page-btn:focus:not(:focus-visible),.per-page-selector select:focus:not(:focus-visible){outline:none}.bonus-table{border-collapse:collapse;min-width:600px;width:100%}@media (max-width:768px){.bonus-table{font-size:clamp(12px,3vw,14px);min-width:700px}}.bonus-table th{background:#f9fafb;background:var(--color-surface);border-bottom:1px solid #0000000f;color:#6b7280;color:var(--color-text-secondary);font-size:clamp(12px,3vw,14px);font-weight:600;line-height:1.2;padding:12px 16px;position:-webkit-sticky;position:sticky;text-align:left;top:0;z-index:10}@media (max-width:768px){.bonus-table th{padding:clamp(8px,2vw,12px) clamp(12px,3vw,14px)}}.bonus-table td{border-bottom:1px solid #0000000a;font-size:clamp(12px,3vw,14px);line-height:1.3;padding:12px 16px;vertical-align:middle}.dashboard-content .clear-filters-btn:not(:disabled):active,.dashboard-content .clear-filters-btn:not(:disabled):focus,.dashboard-content .clear-filters-btn:not(:disabled):hover{background:#5a67d8;background:var(--color-primary-hover);color:#fff;transform:translateY(-1px)}.dashboard-content .clear-filters-btn:disabled,.dashboard-content .clear-filters-btn[disabled]{cursor:not-allowed;opacity:.5;transform:none}.dashboard-content .clear-filters-btn:disabled:hover,.dashboard-content .clear-filters-btn[disabled]:hover{background:#667eea;background:var(--color-primary)}.dashboard-content .table-section .empty-filtered-state .clear-filters-btn{-webkit-text-fill-color:#fff;background:#667eea;background:var(--color-primary);border:none;box-shadow:0 6px 18px #667eea1f;color:#fff}.dashboard-content .table-section .empty-filtered-state .clear-filters-btn:hover{background:#5a67d8;background:var(--color-primary-hover);color:#fff}.dashboard-content .table-section .empty-filtered-state .clear-filters-btn:before{content:none}@media (max-width:768px){.bonus-table td{padding:clamp(10px,2.5vw,12px) clamp(12px,3vw,14px)}}.bonus-row:hover{background:#f9fafb;background:var(--color-surface)}@media (max-width:768px){.bonus-row:hover{background:#00000005}}.bonus-row.earliest{background:linear-gradient(90deg,#fffae6cc,#0000)}.edit-profile-modal-overlay{align-items:center;animation:fadeIn .16s ease-out;background:#00000059;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1100}.bank-cell{display:flex;flex-direction:column;gap:4px}.bank-name{color:#374151;font-weight:600}.bank-notes{color:#6b7280;font-size:.75rem;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.player-cell{gap:8px}.player-badge,.player-cell{align-items:center;display:flex}.player-badge{border-radius:50%;color:#fff;font-size:.875rem;font-weight:600;height:24px;justify-content:center;width:24px}.edit-profile-modal{background:#fff;border-radius:12px;box-shadow:0 10px 30px #0f172a14;margin:auto;max-width:96%;padding:18px 20px;transform:scale(.995);transition:transform .16s ease-out;width:640px}.edit-profile-modal.slide-in{transform:scale(1)}.edit-profile-modal .modal-form .form-row{grid-template-columns:repeat(3,minmax(0,1fr))}.edit-profile-modal .modal-form .form-group{min-width:0}.edit-profile-modal .modal-form .form-group input{box-sizing:border-box;width:100%}.edit-profile-modal .modal-form .form-group input[disabled]{background:#f9fafb;color:#374151;opacity:1}.edit-profile-modal.closing{animation:modalClose .18s ease-in forwards}@keyframes modalClose{to{opacity:0;transform:scale(.98)}}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.modal-form .form-group{margin-bottom:8px}.modal-form .form-row{gap:10px}.modal-form input{padding:8px 10px}.modal-form input[type=color]{height:34px;padding:4px;width:44px}.players-editor .player-row{gap:8px}.players-editor .player-row .form-group input{padding:6px 8px}.modal-actions{padding-top:12px}.cancel-button,.save-button{padding:10px 16px}@media (max-width:640px){.edit-profile-modal{border-radius:0;height:100vh;margin:0;max-width:100%;padding:16px;width:100%}.edit-profile-modal-overlay{padding:0}.modal-form .form-row{grid-template-columns:1fr}.modal-actions{background:#fff;bottom:0;padding:12px;position:-webkit-sticky;position:sticky}}.edit-profile-modal h3{margin:0 0 12px}.players-editor h4{margin:12px 0 8px}.players-editor .player-row{align-items:center;display:flex;gap:12px;margin-bottom:8px}.players-editor .player-row .form-group{margin:0}.players-editor .player-controls{align-items:center;display:flex;gap:8px}.player-controls input[type=color],.players-editor .form-group.small input[type=color]{border:1px solid #e5e7eb;border-radius:6px;height:34px;padding:4px;width:44px}.players-editor .player-actions{align-items:center;display:flex;gap:8px}.players-editor .add-player-btn{background:#10b981;border:none;border-radius:8px;color:#fff;cursor:pointer;margin-top:8px;padding:8px 12px}.players-editor .delete-player-btn{background:#ef4444;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:6px 10px}.btn{align-items:center;border:none;border-radius:12px;border-radius:var(--radius-md);cursor:pointer;display:inline-flex;font-size:clamp(14px,3.5vw,16px);font-weight:600;gap:8px;justify-content:center;line-height:1.3;padding:12px 20px;text-decoration:none;transition:all .2s ease}@media (max-width:768px){.btn{border-radius:16px;border-radius:var(--radius-mobile);gap:clamp(6px,1.5vw,8px);min-height:44px;min-height:var(--touch-target);padding:clamp(12px,3vw,14px) clamp(16px,4vw,18px)}}.btn:focus-visible{outline:2px solid #667eea;outline:2px solid var(--color-primary);outline-offset:2px}.btn.primary,.save-button{background:#667eea;background:var(--color-primary);color:#fff}.btn.primary:hover,.save-button:hover{background:#5a67d8;background:var(--color-primary-hover);transform:translateY(-1px)}@media (max-width:768px){.btn.primary:hover,.save-button:hover{background:#5a67d8;background:var(--color-primary-hover);transform:none}}.btn.danger{background:#dc3545;background:var(--color-danger);color:#fff}.btn.danger:hover{background:#c82333;background:var(--color-danger-hover);transform:translateY(-1px)}@media (max-width:768px){.btn.danger:hover{background:#c82333;background:var(--color-danger-hover);transform:none}}.confirm-delete{background:#fffaf0;border:1px solid #fde3c7;border-radius:10px;box-shadow:0 8px 24px #0f172a0a;display:flex;flex-direction:column;gap:10px;margin-top:12px;padding:14px}.confirm-delete .summary{color:#92400e;font-size:.95rem}.confirm-delete .confirm-actions{align-items:center;display:flex;gap:10px;justify-content:flex-end;margin-top:4px}.confirm-delete .confirm-actions .btn{border:none;border-radius:8px;cursor:pointer;font-weight:600;padding:8px 12px}.confirm-delete .confirm-actions .btn.secondary,.confirm-delete .confirm-actions .cancel-button{background:#fff;border:1px solid #e5e7eb;color:#374151}.confirm-delete .confirm-actions .btn.primary,.confirm-delete .confirm-actions .save-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.confirm-delete .confirm-actions .btn.danger,.confirm-delete .confirm-actions .delete-player-btn{background:#ef4444;color:#fff}@media (max-width:640px){.confirm-delete .confirm-actions{align-items:stretch;flex-direction:column-reverse}.confirm-delete .confirm-actions .btn{width:100%}}.error-message{background:#fee2e2;border-radius:6px;color:#991b1b;margin-bottom:8px;padding:8px 12px}.bonuses-preview{background:#fff;border:1px solid #e5e7eb;border-radius:6px;margin-top:12px;padding:8px}.bonus-preview-item{border-bottom:1px dashed #e5e7eb;padding:6px 4px}.bonus-preview-item:last-child{border-bottom:none}.days-left.completed{background:#ecfdf5;color:#065f46}.days-left.closed,.days-left.completed{border-radius:8px;font-weight:600;padding:4px 8px}.days-left.closed{background:#f3f4f6;color:#6b7280}.days-left.cancelled{background:#fee2e2;border-radius:8px;color:#991b1b;font-weight:600;padding:4px 8px}.dashboard-content .edit-profile-modal-overlay{align-items:center;background:#0006;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.dashboard-content .edit-profile-modal{left:auto;margin:0 auto;position:relative;transform-origin:center center}.subdialog-overlay{align-items:center;background:#00000059;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:1200}.confirm-delete-popup{background:#fffaf0;border:1px solid #fde3c7;border-radius:12px;box-shadow:0 12px 40px #0f172a1f;display:flex;flex-direction:column;gap:12px;max-width:96%;padding:18px;width:560px}.confirm-popup-header{align-items:center;display:flex;gap:12px;justify-content:space-between}.confirm-popup-header h4{color:#92400e;margin:0}.warning-title{align-items:center;display:flex;gap:10px}.warn-icon{font-size:20px;line-height:1}.confirm-popup-body{color:#574021}.confirm-subtext{color:#6b7280;font-size:.9rem;margin:8px 0 12px}.reassign-toggle-group{display:flex;gap:10px;margin:8px 0 12px}.pill-toggle{background:#fff;border:1px solid #e5e7eb;border-radius:999px;color:#374151;cursor:pointer;font-weight:600;padding:8px 12px}.pill-toggle.active{background:#fff1f0;border-color:#fca5a5;color:#7f1d1d}.reassign-select{display:flex;flex-direction:column;gap:6px;margin-bottom:8px}.reassign-label{color:#374151;font-weight:600}.reassign-select select{border:1px solid #e5e7eb;border-radius:8px;max-width:320px;padding:8px 10px}.confirm-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:6px}.confirm-actions .cancel-button{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;padding:8px 12px}.confirm-actions .btn.danger{align-items:center;background:#ef4444;border-radius:8px;color:#fff;display:inline-flex;gap:8px;padding:8px 12px}@media (max-width:640px){.confirm-delete-popup{border-radius:8px;padding:12px;width:100%}.confirm-actions{flex-direction:column-reverse}}.bonuses-section{contain:layout style;position:relative}.bonuses-spinner{align-items:center;background:#ffffffe6;border-radius:8px;box-shadow:0 6px 18px #0f172a0f;display:flex;height:36px;justify-content:center;position:absolute;right:12px;top:12px;width:36px;z-index:40}.small-spinner{animation:spin .9s linear infinite;border:3px solid #e5e7eb;border-radius:50%;border-top-color:#667eea;height:18px;width:18px}.sortable{cursor:pointer}.sortable-inner{align-items:center;display:inline-flex;gap:8px}.th-label{display:inline-block}.sort-icon{align-items:center;color:#9ca3af;display:inline-flex;height:14px;justify-content:center;opacity:.9;transition:transform .18s ease,color .18s ease,opacity .18s ease;width:14px}.sort-icon .caret{transform-origin:50% 50%;transition:transform .18s ease}.sort-icon.active{color:#374151;opacity:1}.sort-icon.active .caret{transform:rotate(180deg)}.tooltip{align-items:center;background:#fff3;border-radius:50%;color:inherit;cursor:help;display:inline-flex;font-size:12px;height:16px;justify-content:center;margin-left:6px;opacity:.8;position:relative;transition:opacity .2s ease;width:16px}.tooltip:hover{opacity:1}.tooltip .tooltip-text{background:#000000e6;border-radius:4px;bottom:125%;color:#fff;font-size:11px;opacity:0;padding:6px 8px;pointer-events:none;transition:opacity .2s ease;white-space:nowrap;z-index:1000}.tooltip .tooltip-text,.tooltip .tooltip-text:after{left:50%;position:absolute;transform:translateX(-50%)}.tooltip .tooltip-text:after{border:4px solid #0000;border-top-color:#000000e6;content:"";top:100%}.tooltip:focus .tooltip-text,.tooltip:hover .tooltip-text{opacity:1}@media (prefers-contrast:high){.stat-card{border:2px solid #fffc}.stat-description,.stat-header h3,.stat-value{text-shadow:1px 1px 2px #000c}.info-icon{background:#0000004d;border:2px solid #fffc}}.player-card{background:#fff;border:none;border-radius:18px;border-radius:var(--radius-lg);box-shadow:0 6px 24px #00000014;box-shadow:var(--shadow-card);display:flex;flex-direction:column;padding:20px;position:relative;transition:all .18s ease}.player-card:focus,.player-card:hover{box-shadow:0 12px 32px #0000001f;outline:none;transform:translateY(-4px)}.player-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px;margin-bottom:var(--space-2)}.player-header-left{align-items:center;display:flex;gap:12px;gap:var(--space-2)}.player-avatar{align-items:center;border-radius:50%;color:#fff;display:flex;font-size:.95rem;font-weight:700;height:36px;justify-content:center;width:36px}.player-header-name{color:#374151;font-size:1rem;font-weight:600}.player-bonuses-pill{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:999px;color:#fff;cursor:pointer;font-size:.75rem;font-weight:500;padding:4px 12px;transition:all .18s ease}.player-bonuses-pill:focus,.player-bonuses-pill:hover{box-shadow:0 2px 8px #667eea40;outline:3px solid #667eea4d;outline-offset:2px;transform:translateY(-1px) scale(1.03)}.player-card-header-divider{background:linear-gradient(90deg,#e5e7eb,#f3f4f6);height:1px;margin-bottom:16px;margin-bottom:var(--space-3);opacity:.6;width:100%}.player-stats-grid{display:flex;flex-direction:column;row-gap:10px}.player-stat-row{align-items:center;background:linear-gradient(90deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0cc;border-radius:12px;border-radius:var(--radius-md);display:grid;grid-template-columns:1fr auto;padding:10px 16px}.player-stat-label{align-items:center;display:flex;gap:8px;gap:var(--space-1);padding-bottom:6px}.player-stat-icon{font-size:16px;opacity:.7}.stat-label{color:#6b7280;font-size:14px;font-weight:500}.player-stat-value{color:#374151;font-size:clamp(20px,2vw + 4px,28px);font-weight:600;text-align:right}.player-stat-value.earnings{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-weight:700}@media (max-width:640px){.player-card{border-radius:16px;border-radius:var(--radius-mobile);box-shadow:0 2px 8px #0000000f;box-shadow:var(--shadow-mobile);padding:18px}.player-card-header{flex-direction:row;justify-content:space-between;margin-bottom:16px}.player-card-header,.player-header-left{align-items:center;gap:12px;gap:var(--space-2)}.player-header-left{display:flex}.player-stats-grid{row-gap:10px}.player-stat-row{align-items:center;border-radius:12px;border-radius:var(--radius-md);gap:8px;grid-template-columns:1fr auto;padding:12px 14px}.player-stat-label{align-items:center;display:flex;gap:8px;gap:var(--space-1);padding-bottom:0}.player-stat-value{font-size:clamp(18px,4.5vw,24px);text-align:right}.player-avatar{font-size:.9rem;height:34px;width:34px}.player-header-name{font-size:1rem;font-weight:600}.player-bonuses-pill{border-radius:999px;font-size:12px;min-height:32px;padding:6px 10px}}@media (max-width:768px){.btn,a,button,input,select{min-height:44px;min-height:var(--touch-target)}.stats-grid,.table-container{-webkit-overflow-scrolling:touch;scroll-behavior:smooth}:focus-visible{outline:2px solid #667eea;outline:2px solid var(--color-primary);outline-offset:2px}.dashboard-content input,.dashboard-content select,.dashboard-content textarea{font-size:16px}.loading-skeleton{animation:loading-shimmer 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%}@keyframes loading-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.dashboard-container{padding-bottom:env(safe-area-inset-bottom,0);padding-bottom:var(--spacing-safe-bottom);padding-top:max(max(16px,env(safe-area-inset-left)) max(16px,env(safe-area-inset-right)),env(safe-area-inset-top));padding-top:max(var(--spacing-safe-mobile),env(safe-area-inset-top))}.filter-bar,.stat-card,.table-section{will-change:transform}.btn:active{transform:scale(.98)}}.add-bonus-button{align-items:center;background:#667eea;background:var(--color-primary);border:none;border-radius:12px;border-radius:var(--radius-md);color:#fff;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:600;gap:8px;height:46px;margin-left:16px;min-height:44px;min-height:var(--touch-target);overflow:hidden;padding:12px 16px;position:relative;transition:all .2s ease}.add-bonus-button:hover{background:#5a67d8;background:var(--color-primary-hover);box-shadow:0 4px 12px #667eea4d;transform:translateY(-1px)}.add-bonus-button:active{box-shadow:0 2px 4px #667eea33;transform:translateY(0)}.add-bonus-button:focus{outline:2px solid #667eea;outline:2px solid var(--color-primary);outline-offset:2px}.add-bonus-button svg{stroke-width:2.5;height:20px;width:20px}.add-bonus-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.add-bonus-button:disabled:hover{box-shadow:none;transform:none}@media (prefers-contrast:high){.add-bonus-button{border:2px solid}.fab{border:2px solid #fff}}.fab{-webkit-tap-highlight-color:transparent;background:#667eea;background:var(--color-primary);border:none;border-radius:50%;box-shadow:0 4px 16px #0000001f,0 2px 8px #00000014;color:#fff;cursor:pointer;height:56px;justify-content:center;position:fixed;right:max(20px,env(safe-area-inset-right));top:480px;transition:all .15s ease;width:56px;z-index:1000}.fab,.player-stats-header{align-items:center;display:flex}.player-stats-header{justify-content:space-between;margin-bottom:16px}.dashboard-content .inline-fab{-webkit-tap-highlight-color:transparent;align-items:center;background:#667eea;background:var(--color-primary);border:none;border-radius:50%;box-shadow:0 2px 8px #0000001a;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:44px;justify-content:center;position:relative;right:auto;top:auto;transition:all .15s ease;width:44px}.inline-fab:hover{background:#5a67d8;background:var(--color-primary-hover);box-shadow:0 4px 12px #00000026;transform:scale(1.05)}.inline-fab:active{transform:scale(.95)}.inline-fab svg{stroke-width:2.5;height:20px;width:20px}.fab:hover{background:#5a67d8;background:var(--color-primary-hover);box-shadow:0 6px 20px #00000026,0 4px 12px #0000001a;transform:scale(1.05)}.fab:active{transform:scale(.95);transition:all .1s ease}.fab:focus{outline:3px solid #667eea4d;outline-offset:2px}.fab svg{stroke-width:2.5;height:24px;width:24px}.desktop-only{display:inline-flex}.mobile-only{display:none}@media (max-width:767px){.dashboard-content .desktop-only{display:none}.dashboard-content .mobile-only,.dashboard-content .mobile-only.inline-fab{display:flex}.dashboard-main{padding-bottom:20px}@media (max-width:360px){.fab{bottom:max(16px,env(safe-area-inset-bottom));height:52px;right:max(16px,env(safe-area-inset-right));width:52px}.fab svg{height:22px;width:22px}}}@media (min-width:768px){.dashboard-content .desktop-only{display:inline-flex}.dashboard-content .mobile-only{display:none}}.table-footer{background:#f8f9fa;border-radius:0 0 12px 12px;border-top:1px solid #e9ecef;bottom:0;padding:16px 20px;position:-webkit-sticky;position:sticky;z-index:10}.table-footer-content{gap:16px;justify-content:space-between;max-width:100%}.footer-left,.per-page-selector,.table-footer-content{align-items:center;display:flex}.per-page-selector{color:#6b7280;color:var(--color-text-secondary);font-size:14px;gap:8px}.per-page-selector label{font-weight:500;white-space:nowrap}.per-page-selector select{background:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-size:14px;min-width:70px;padding:6px 12px}.per-page-selector select:focus{border-color:#667eea;border-color:var(--color-primary);box-shadow:0 0 0 2px #667eea4d;box-shadow:var(--focus-ring);outline:none}.footer-center{display:flex;flex:1 1;justify-content:center}.pagination-nav{gap:4px}.page-btn,.pagination-nav{align-items:center;display:flex}.page-btn{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#1f2937;color:var(--color-text);cursor:pointer;font-size:14px;font-weight:500;height:36px;justify-content:center;min-width:44px;padding:8px 12px;transition:all .2s}.page-btn:hover:not(:disabled){background:#f3f4f6;background:var(--color-surface-hover);border-color:#9ca3af}.page-btn:focus{border-color:#667eea;border-color:var(--color-primary);box-shadow:0 0 0 2px #667eea4d;box-shadow:var(--focus-ring);outline:none}.page-btn:disabled{cursor:not-allowed;opacity:.5}.page-btn.active{background:#667eea;background:var(--color-primary);border-color:#667eea;border-color:var(--color-primary);color:#fff}.ellipsis{color:#6b7280;color:var(--color-text-secondary);font-size:14px;padding:8px 4px}.footer-right{align-items:center;display:flex}.results-count{color:#6b7280;color:var(--color-text-secondary);font-size:14px;font-weight:500;white-space:nowrap}.mobile-footer{display:none}@media (max-width:767px){.table-footer-content{flex-direction:column;gap:12px;padding:12px 16px}.footer-center,.footer-left,.footer-right{display:none}.mobile-footer{align-items:center;display:flex;flex-direction:column;gap:8px;width:100%}.mobile-pagination{width:100%}.mobile-nav{align-items:center;display:flex;gap:12px;justify-content:space-between;width:100%}.mobile-page-btn{background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#1f2937;color:var(--color-text);cursor:pointer;font-size:14px;font-weight:500;min-height:44px;min-height:var(--touch-target);padding:10px 16px;transition:all .2s}.mobile-page-btn:hover:not(:disabled){background:#f3f4f6;background:var(--color-surface-hover)}.mobile-page-btn:disabled{cursor:not-allowed;opacity:.5}.mobile-page-info{font-size:14px;font-weight:500}.mobile-count,.mobile-page-info{color:#6b7280;color:var(--color-text-secondary)}.mobile-count{font-size:13px;text-align:center}}@media (max-width:480px){.stat-breakdown .stat-sub-item{border-radius:10px;gap:8px;padding:6px 8px}.stat-breakdown .stat-sub-item span:first-child{font-size:.85rem}.stat-breakdown .stat-sub-item span:last-child{border-radius:6px;padding:4px 8px}}@media (max-width:520px){.stat-breakdown{gap:8px;grid-template-columns:1fr}.stat-card .stat-breakdown .stat-sub-item{align-items:center;display:inline-flex;flex-direction:column;gap:6px;justify-content:center;min-width:0;padding:6px 10px;white-space:normal}.stat-breakdown .stat-sub-item span:first-child{font-size:.95rem;overflow:visible;text-overflow:clip;white-space:normal}.stat-breakdown .stat-sub-item span:last-child{flex:0 0 auto;padding:6px 10px}}
/*# sourceMappingURL=main.6e958409.css.map*/