.expandable-section{border-top:1px solid var(--border-color, #eee);background:var(--card-bg, #fff)}.expandable-section__header-container{display:flex;align-items:center;gap:12px;width:100%}.expandable-section__header{display:flex;flex:1;justify-content:space-between;align-items:center;background:none;border:none;padding:6px 12px;cursor:pointer;transition:background-color .2s ease;pointer-events:auto!important;position:relative;z-index:10}.expandable-section__header:hover{background-color:var(--hover-bg, #f5f5f5)}.header-col--left{flex:1 1 0;min-width:0;display:flex;justify-content:flex-start;align-items:center;gap:8px}.header-col--right{flex:0 0 auto;display:flex;justify-content:flex-end;align-items:center;gap:12px}.section-icon{font-size:18px;color:var(--text-color, #333)}.section-title{font-size:14px;font-weight:700;color:var(--text-color, #333);white-space:nowrap}.expandable-section__header-actions{display:flex;gap:8px}.section-summary{font-size:13px;font-weight:400;color:var(--text-secondary, #666);white-space:nowrap}.section-controls{display:flex;align-items:center;gap:8px}.action-indicator{width:8px;height:8px;border-radius:50%;background:var(--error-red, #dc3545)}.expand-icon{color:var(--text-secondary, #666);font-size:12px}.expandable-section__content{padding:0 12px;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.expandable-section__content--expanded{padding-bottom:12px;max-height:5000px;overflow:visible}.action-button{padding:4px 12px;font-size:14px;font-weight:500;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px;width:100%;margin-top:8px}.action-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 2px 8px #00000026}.action-button:active:not(:disabled){transform:translateY(0);transition:all .15s ease}.action-button:focus{outline:2px solid var(--primary-color, #007bff);outline-offset:2px}.action-button:disabled{opacity:.6;cursor:not-allowed}.action-button--primary{background:var(--primary-color, #007bff);color:#fff}.action-button--primary:hover:not(:disabled){background:var(--primary-hover, #0056b3)}.action-button--secondary{background:var(--secondary-color, #6c757d);color:#fff}.action-button--secondary:hover:not(:disabled){background:var(--secondary-hover, #5a6268)}.action-button--danger{background:var(--error-red, #dc3545);color:#fff}.action-button--danger:hover:not(:disabled){background:var(--error-hover, #c82333)}.loading-spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@media(min-width:480px){.action-button{width:auto;min-width:120px}}.finances-content{display:flex;flex-direction:column;gap:8px}.stat-line{display:flex;justify-content:space-between;align-items:center;padding:6px 0;font-size:14px}.stat-label{font-weight:500;color:var(--text-secondary, #666)}.stat-value{font-weight:600;color:var(--text-color, #333);font-size:15px}.money-sources-section{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.sources-header{font-size:.95rem;font-weight:600;color:#27ae60;padding:6px 0;margin-bottom:4px}.money-source-group{display:flex;flex-direction:column}.money-source-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:6px 0;background:none;border:none;font-size:.9rem;font-weight:500;text-align:left;cursor:pointer;color:#2c3e50}.money-source-header:hover{color:#1a252f}.source-info{display:flex;align-items:center;gap:8px}.money-source-header .expand-icon{font-size:10px;color:#7f8c8d}.source-name{font-size:.9rem}.source-amount{font-weight:600;color:#27ae60}.source-details{padding-left:24px;margin-top:2px;margin-bottom:6px}.source-description{font-size:.8rem;color:#7f8c8d;font-weight:400}.financial-section{margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #ecf0f1}.financial-section:last-child{border-bottom:none;margin-bottom:0}.section-heading{font-size:.95rem;font-weight:600;color:#2c3e50;margin:0 0 8px;padding:0}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px}.stat-list{display:flex;flex-direction:column;gap:6px}.stat-item{display:flex;justify-content:space-between;align-items:center;padding:6px 8px;background:#f8f9fa;border-radius:4px}.stat-grid .stat-item{flex-direction:column;align-items:flex-start;gap:4px}.stat-total{background:#e8f4f8;border-top:2px solid #3498db;font-weight:600}.stat-highlight{color:#27ae60;font-weight:700}.stat-warning{background:#fff3cd;border-left:3px solid #ff9800}.stat-warning-message{padding:8px;background:#fff3cd;border-left:3px solid #ff9800;font-size:.85rem;color:#856404;margin-top:4px}.stat-positive{color:#27ae60}.stat-negative{color:#e74c3c;font-weight:600}.cost-categories{display:flex;flex-direction:column;gap:4px}.cost-category-group{display:flex;flex-direction:column}.cost-category-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#f8f9fa;border:none;border-radius:4px;font-size:.9rem;font-weight:500;text-align:left;cursor:pointer;color:#2c3e50;transition:background-color .2s ease}.cost-category-header:hover{background:#e9ecef}.category-info{display:flex;align-items:center;gap:8px}.cost-category-header .expand-icon{font-size:10px;color:#7f8c8d}.category-name{font-size:.9rem}.category-amount{font-weight:600;color:#e74c3c}.cost-details{padding:8px 12px 8px 32px;background:#fff;border-left:2px solid #e9ecef;margin-left:12px;margin-top:4px;margin-bottom:6px}.cost-entry{display:flex;justify-content:space-between;align-items:center;padding:4px 0;font-size:.85rem}.cost-entry:not(:last-child){border-bottom:1px solid #f1f3f4}.cost-description{color:#5f6368;font-weight:400}.cost-entry .cost-amount{font-weight:600;color:#e74c3c;white-space:nowrap;margin-left:12px}.time-content{display:flex;flex-direction:column;gap:8px}.time-content .stat-line{display:flex;justify-content:space-between;align-items:center;padding:6px 0;font-size:14px}.time-content .stat-label{font-weight:500;color:var(--text-secondary, #666)}.time-content .stat-value{font-weight:600;color:var(--text-color, #333);font-size:15px}.visited-spaces-timeline{display:flex;flex-direction:column;gap:12px}.timeline-header{font-size:.85rem;font-weight:600;color:#495057;padding:8px 0;border-bottom:2px solid #dee2e6}.timeline-list{display:flex;flex-direction:column;gap:8px;position:relative;padding-left:20px}.timeline-list:before{content:"";position:absolute;left:8px;top:0;bottom:0;width:2px;background:#dee2e6}.timeline-item{display:flex;align-items:flex-start;gap:12px;position:relative}.timeline-marker{position:absolute;left:-20px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:12px;background:#fff;border-radius:50%;z-index:1}.timeline-item--current .timeline-marker{font-size:14px}.timeline-content{flex:1;display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;transition:all .2s ease}.timeline-item--current .timeline-content{background:#e7f5ff;border-color:#339af0;font-weight:600}.timeline-space-name{font-size:.85rem;color:#495057}.timeline-item--current .timeline-space-name{color:#1971c2;font-weight:600}.timeline-badge{padding:2px 8px;background:#339af0;color:#fff;border-radius:12px;font-size:.7rem;font-weight:600;text-transform:uppercase}.active-effects-section{margin-bottom:16px;padding-bottom:12px;border-bottom:1px dashed #dee2e6}.active-effects-list{display:flex;flex-direction:column;gap:8px;margin-top:8px}.active-effect-item{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;background:linear-gradient(135deg,#fff3e0,#ffe0b2);border:1px solid #ffb74d;border-radius:6px;border-left:4px solid #ff9800}.active-effect-item .effect-icon{font-size:18px;flex-shrink:0}.active-effect-item .effect-content{flex:1}.active-effect-item .effect-description{font-size:13px;color:#5d4037;font-weight:500;line-height:1.4}.active-effect-item .effect-duration{margin-top:4px;font-weight:600}.cards-content{display:flex;flex-direction:column;gap:12px}.cards-content .stat-line{display:flex;justify-content:space-between;align-items:center;padding:6px 0;font-size:14px}.cards-content .stat-label{font-weight:500;color:var(--text-secondary, #666)}.cards-content .stat-value{font-weight:600;color:var(--text-color, #333);font-size:15px}.card-type-counts{display:flex;flex-wrap:wrap;gap:12px;padding:8px 0;border-top:1px solid var(--border-color, #eee);border-bottom:1px solid var(--border-color, #eee)}.card-type-count{display:flex;align-items:center;gap:4px;font-size:13px}.card-type-label{font-weight:600;color:var(--text-color, #333)}.card-type-value{font-weight:500;color:var(--text-secondary, #666)}.card-actions{display:flex;flex-direction:column;gap:8px;margin-top:4px}@media(min-width:480px){.card-actions{flex-direction:row;flex-wrap:wrap}}.card-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}.card-type-group{display:flex;flex-direction:column}.card-type-header{width:100%;padding:8px 0;background:none;border:none;font-size:1rem;font-weight:600;color:#2c3e50;text-align:left;cursor:pointer}.card-type-header:hover{color:#1a252f}.card-type-info{display:flex;align-items:center;gap:8px}.card-type-header .expand-icon{font-size:10px;color:#7f8c8d}.card-type-name{font-size:.95rem}.cards-list{padding-left:24px;display:flex;flex-direction:column;gap:4px;margin-top:4px}.card-item{display:flex;flex-direction:column}.card-header{width:100%;display:flex;align-items:center;padding:4px 0;background:none;border:none;font-size:.85rem;text-align:left;cursor:pointer;color:#7f8c8d}.card-header:hover{color:#5a6c7d}.card-title{display:flex;align-items:center;gap:6px;font-weight:400}.card-title .expand-icon-small{font-size:8px;color:#95a5a6}.card-details{padding-left:18px;margin-top:4px;margin-bottom:8px;display:flex;flex-direction:column;gap:4px}.card-detail-row{display:flex;flex-direction:column;gap:2px;font-size:.8rem}.detail-label{font-weight:600;color:#95a5a6;font-size:.7rem;text-transform:uppercase}.detail-value{color:#7f8c8d;font-weight:400}.empty-state{padding:16px;text-align:center;color:#6c757d;font-style:italic;font-size:.9rem;background:#f8f9fa;border-radius:6px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.card-action-row{margin-top:8px}.card-restriction-message{margin-top:6px;padding:4px 8px;background-color:#fef3c7;border-radius:4px;font-size:.75rem;color:#92400e;font-style:italic}.phase-badge{padding:2px 6px;border-radius:4px;font-size:.75rem;font-weight:600}.phase-badge--active{background-color:#dcfce7;color:#166534}.phase-badge--inactive{background-color:#fef3c7;color:#92400e}.project-scope-content{display:flex;flex-direction:column;gap:8px}.stat-line{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-bottom:1px solid rgba(0,0,0,.1)}.stat-label{font-size:.9rem;color:#6c757d;font-weight:600}.stat-value{font-size:1rem;color:#212529;font-weight:700}.stat-value--large{font-size:1.2rem;color:#28a745}.work-types-section{display:flex;flex-direction:column;gap:4px}.work-type-group{display:flex;flex-direction:column}.work-type-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:8px 0;background:none;border:none;font-size:1rem;font-weight:600;text-align:left;cursor:pointer;color:#2c3e50}.work-type-header:hover{color:#1a252f}.work-type-info{display:flex;align-items:center;gap:8px}.work-type-header .expand-icon{font-size:10px;color:#7f8c8d}.work-type-name{color:inherit;font-size:.95rem}.work-type-subtotal{font-weight:700;color:#27ae60;font-size:1rem}.work-type-cards{padding-left:24px;display:flex;flex-direction:column;gap:4px;margin-top:4px;margin-bottom:8px}.work-card-item{display:flex;justify-content:space-between;align-items:center;padding:4px 0;font-size:.85rem}.card-name{color:#7f8c8d;font-weight:400}.card-cost{color:#27ae60;font-weight:600}.empty-state{padding:12px;text-align:center;color:#6c757d;font-style:italic;font-size:.9rem;background:#f8f9fa;border-radius:6px}.project-scope-total{display:flex;justify-content:space-between;align-items:center;padding:8px 0;margin-top:8px;border-top:1px solid #e0e0e0}.total-label{font-size:1rem;font-weight:700;color:#2c3e50}.total-value{font-size:1rem;font-weight:700;color:#27ae60}.connection-status{display:flex;align-items:center;gap:6px;padding:4px 8px;border-radius:4px;font-size:.75rem;font-weight:600;transition:all .2s ease}.connection-status--connected{background:#e8f5e9;color:#2e7d32;border:1px solid #66bb6a}.connection-status--offline{background:#ffebee;color:#c62828;border:1px solid #ef5350}.connection-status--checking{background:#fff3e0;color:#ef6c00;border:1px solid #ffb74d}.connection-status__icon{font-size:.875rem;line-height:1}.connection-status__text{white-space:nowrap}.connection-status__retry{margin-left:4px;padding:2px 6px;font-size:.7rem;background:#fff;border:1px solid #c62828;border-radius:3px;cursor:pointer;transition:all .2s ease}.connection-status__retry:hover{background:#c62828;color:#fff}@media(max-width:480px){.connection-status{font-size:.7rem;padding:3px 6px}.connection-status__text{display:none}}@media(min-width:481px){.connection-status__icon,.connection-status__text{display:inline}}:root{--border-color: #dee2e6;--background-color: #ffffff;--hover-bg: #f8f9fa;--error-red: #dc3545;--error-bg: #f8d7da;--primary-color: #2c5530;--secondary-color: #6c757d;--text-color: #212529;--primary-hover: #1e3d21;--secondary-hover: #5a6268;--disabled-gray: #adb5bd}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translateY(-30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}@keyframes slideOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-30px) scale(.95)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes dotBounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}}@keyframes playerTokenAppear{0%{opacity:0;transform:scale(0) rotate(-180deg)}60%{opacity:1;transform:scale(1.1) rotate(0)}to{transform:scale(1) rotate(0)}}@keyframes playerTokenPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes diceRoll{0%{transform:rotate(0) scale(1)}25%{transform:rotate(90deg) scale(1.1)}50%{transform:rotate(180deg) scale(.9)}75%{transform:rotate(270deg) scale(1.1)}to{transform:rotate(360deg) scale(1)}}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-5px)}20%,40%,60%,80%{transform:translate(5px)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@keyframes wiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-3deg)}75%{transform:rotate(3deg)}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:.5}}@keyframes ripple{0%{transform:scale(0);opacity:1}to{transform:scale(4);opacity:0}}@keyframes glow{0%,to{box-shadow:0 0 5px #007bff80}50%{box-shadow:0 0 20px #007bffcc}}@keyframes expandHeight{0%{max-height:0;opacity:0}to{max-height:1000px;opacity:1}}@keyframes collapseHeight{0%{max-height:1000px;opacity:1}to{max-height:0;opacity:0}}.animate-fadeIn{animation:fadeIn .3s ease-in-out}.animate-fadeInUp{animation:fadeInUp .3s ease-out}.animate-slideIn{animation:slideIn .3s cubic-bezier(.4,0,.2,1)}.animate-bounceIn{animation:bounceIn .5s cubic-bezier(.34,1.56,.64,1)}.animate-spin{animation:spin .8s linear infinite}.animate-pulse{animation:pulse 2s ease-in-out infinite}.animate-shake{animation:shake .5s ease}.animation-delay-100{animation-delay:.1s}.animation-delay-200{animation-delay:.2s}.animation-delay-300{animation-delay:.3s}.expandable-section{border:1px solid var(--border-color);border-radius:8px;margin-bottom:8px;background-color:var(--background-color)}.expandable-section__header{display:flex;justify-content:space-between;align-items:center;padding:12px;cursor:pointer;background:none;border:none;width:100%;text-align:left}.expandable-section__header:hover{background:var(--hover-bg)}.section-title{font-weight:700}.action-indicator{width:8px;height:8px;border-radius:50%;background:var(--error-red);animation:pulse 3s ease-out}.expandable-section__content--loading{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.skeleton-line{height:20px;margin-bottom:10px;border-radius:4px}.expandable-section__error{padding:12px;color:var(--error-red);background:var(--error-bg);border-radius:4px;margin-top:8px}.action-button{padding:10px 15px;border-radius:5px;border:none;cursor:pointer;font-weight:700}.action-button--primary{background-color:var(--primary-color);color:#fff}.action-button--secondary{background-color:var(--secondary-color);color:var(--text-color)}.action-button--danger{background-color:var(--error-red);color:#fff}.next-step-button{position:fixed;bottom:16px;right:16px;padding:16px 24px;font-size:18px;font-weight:700;background:var(--primary-color);color:#fff;border:none;border-radius:8px;box-shadow:0 4px 12px #00000026;cursor:pointer;z-index:1000}.next-step-button:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 6px 16px #0003}.next-step-button:disabled{background:var(--disabled-gray);cursor:not-allowed}@media(min-width:768px){.next-step-button{bottom:24px;right:24px}}.try-again-button{position:fixed;bottom:16px;right:140px;padding:12px 16px;font-size:14px;font-weight:400;background:var(--secondary-color);color:var(--text-color);border:1px solid var(--border-color);border-radius:8px;box-shadow:0 2px 8px #0000001a;cursor:pointer;z-index:1000;display:flex;align-items:center;gap:6px}.try-again-button:before{content:"↶";font-size:16px}.try-again-button:hover:not(:disabled){background:var(--secondary-hover);transform:translateY(-1px)}.try-again-button:disabled{opacity:.5;cursor:not-allowed}@media(min-width:768px){.try-again-button{bottom:24px;right:160px}}.card-content{padding:12px}.card-story{font-size:14px;line-height:1.5;margin-bottom:12px;color:var(--text-color)}.card-action-required{font-weight:600;font-size:13px;color:var(--primary-color);margin-bottom:8px;padding:8px;background:#e8f5e9;border-left:3px solid var(--primary-color);border-radius:4px}.card-outcomes{font-size:13px;line-height:1.4;margin-bottom:12px;color:#495057;font-style:italic}.card-choices{display:flex;flex-direction:column;gap:8px;margin-top:16px}@media(min-width:768px){.card-choices{flex-direction:row}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}.player-panel{display:flex;flex-direction:column;gap:2px;width:100%;max-width:100%;padding:8px;box-sizing:border-box;position:relative}.player-panel__header{display:flex;align-items:center;gap:12px;padding:8px;background:linear-gradient(135deg,#e3f2fd,#bbdefb);border:2px solid #2196f3;border-radius:8px;margin-bottom:4px}.player-avatar{font-size:2.5rem;line-height:1;flex-shrink:0}.player-info{flex:1 1 50%;display:flex;flex-direction:column;gap:2px;min-width:0}.player-name{font-size:1.2rem;font-weight:700;color:#1976d2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-location{font-size:.85rem;color:#5c6bc0;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-notification-inline{flex:1 1 50%;display:flex;align-items:center;gap:6px;padding:6px 10px;background:linear-gradient(135deg,#fff3cd,#ffeaa7);border:2px solid #ffc107;border-radius:6px;animation:fadeInDown .3s ease-in-out;min-width:0}.notification-icon{font-size:1rem;flex-shrink:0}.notification-text{font-size:.8rem;color:#856404;font-weight:600;line-height:1.3;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.player-panel__bottom{display:flex;gap:6px;align-items:stretch;margin-top:6px}.player-panel .next-step-button{position:static;flex:2;padding:6px 12px;font-size:.85rem;font-weight:700;background:var(--primary-color);color:#fff;border:none;border-radius:4px;cursor:pointer;transition:all .2s ease;white-space:nowrap;box-shadow:none}.player-panel .try-again-button{position:static;box-shadow:none}.player-panel .next-step-button:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 2px 4px #0003}.player-panel .next-step-button:disabled{background:var(--disabled-gray);cursor:not-allowed;opacity:.6}.try-again-button{flex:1;padding:6px 10px;font-size:.8rem;font-weight:400;color:#000;background-color:#ffc107;border:none;border-radius:4px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.try-again-button:hover{background-color:#e0a800;transform:translateY(-1px);box-shadow:0 2px 4px #0003}.try-again-button:disabled{background:#ccc;color:#666;cursor:not-allowed;opacity:.6}.player-panel__quick-stats{display:flex;justify-content:space-around;align-items:center;padding:8px 4px;background:linear-gradient(135deg,#1a237e,#283593);border-radius:8px;margin-bottom:4px;gap:4px}.quick-stat{display:flex;flex-direction:column;align-items:center;padding:4px 8px;min-width:60px}.quick-stat__icon{font-size:1.2rem;margin-bottom:2px}.quick-stat__value{font-size:.9rem;font-weight:700;color:#fff;white-space:nowrap}.quick-stat__label{font-size:.6rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:.5px}.quick-stat--money .quick-stat__value{color:#81c784}.quick-stat--time .quick-stat__value{color:#ffb74d}.quick-stat--cards .quick-stat__value{color:#ce93d8}.quick-stat--scope .quick-stat__value{color:#64b5f6}@media(max-width:767px){.player-panel{padding-bottom:70px}.player-panel__bottom--sticky{position:fixed;bottom:0;left:0;right:0;padding:8px 12px;background:linear-gradient(to top,#1e1e1efa,#1e1e1ef2);border-top:2px solid #2196f3;z-index:100;display:flex;gap:8px;align-items:stretch;box-shadow:0 -4px 12px #0000004d}.player-panel__bottom--sticky .next-step-button{flex:2;padding:12px 16px;font-size:1rem}.player-panel__bottom--sticky .try-again-button{flex:1;padding:12px 10px;font-size:.9rem}}@media(min-width:768px){.player-panel{padding:12px;gap:12px}.player-panel__quick-stats{display:none}}
