.progressbar{counter-reset:step;justify-content:space-between;width:100%;margin:0;padding:0;list-style:none;display:flex;position:relative}.progressbar li{float:left;text-align:center;width:20%;list-style:none;position:relative}.progressbar li:before{color:#bebebe;content:counter(step);counter-increment:step;text-align:center;background:#fff;border:2px solid #bebebe;border-radius:50%;width:30px;height:30px;margin:0 auto 10px;font-weight:700;line-height:27px;transition:all .3s;display:block}.progressbar li:after{content:"";z-index:-1;background:#979797;width:100%;height:3px;transition:all .3s;position:absolute;top:15px;left:-50%}.progressbar li.active:after,.progressbar li.complete:after{background:#3aac5d}.progressbar li.active:before,.progressbar li.complete:before{color:#fff;background:#3aac5d;border-color:#3aac5d}.progressbar li.active{color:#3aac5d;font-weight:700}.progressbar li.complete{color:#333;font-weight:700}.progressbar li:first-child:after{display:none}@media (max-width:768px){.progressbar li:before{width:25px;height:25px;font-size:12px;line-height:22px}.progressbar li:after{height:2px;top:12px}}
.game-layout{grid-template-columns:1fr;gap:2rem;max-width:1400px;min-height:600px;margin:0 auto;display:grid}@media (min-width:1280px){.game-layout{grid-template-columns:1fr 1fr}}.game-column{flex-direction:column;gap:1.5rem;display:flex}.game-card{background:#fff;border:2px solid;border-radius:.5rem;padding:1.5rem;transition:all .3s;box-shadow:0 4px 6px -1px #0000001a}.game-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.game-card-blue{border-color:#3b82f6}.game-card-green{border-color:#10b981}.game-card-yellow{border-color:#f59e0b}.game-card-purple{border-color:#8b5cf6}.game-card-orange{border-color:#f97316}.game-card-gray{border-color:#6b7280}.game-gradient-blue{background:linear-gradient(135deg,#dbeafe 0%,#dcfce7 100%)}.game-gradient-purple{background:linear-gradient(135deg,#faf5ff 0%,#dbeafe 100%)}.game-gradient-green{background:linear-gradient(135deg,#dcfce7 0%,#dbeafe 100%)}.game-button{border-radius:.5rem;width:100%;padding:1rem 1.5rem;font-size:1.25rem;font-weight:700;transition:all .3s;box-shadow:0 4px 6px -1px #0000001a}.game-button:hover{transform:scale(1.05);box-shadow:0 10px 15px -3px #0000001a}.game-button:disabled{cursor:not-allowed;transform:none}.game-button-green{color:#fff;background-color:#059669}.game-button-green:hover{background-color:#047857}.game-button-gray{color:#fff;background-color:#4b5563}.game-button-gray:hover{background-color:#374151}.game-button-purple{color:#fff;background-color:#7c3aed}.game-button-purple:hover{background-color:#6d28d9}.game-button-blue{color:#fff;background-color:#2563eb}.game-button-blue:hover{background-color:#1d4ed8}.game-button-yellow{color:#fff;background-color:#f59e0b}.game-button-yellow:hover{background-color:#d97706}.game-button-red{color:#fff;background-color:#dc2626}.game-button-red:hover{background-color:#b91c1c}.game-button-disabled{color:#fff;background-color:#9ca3af}.game-info-item{align-items:center;margin-bottom:.75rem;display:flex}.game-info-dot{border-radius:50%;flex-shrink:0;width:.5rem;height:.5rem;margin-right:.75rem}.game-info-dot-blue{background-color:#3b82f6}.game-info-dot-green{background-color:#10b981}.game-info-dot-yellow{background-color:#f59e0b}.game-info-dot-purple{background-color:#8b5cf6}.game-status-item{border-radius:.5rem;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding:.5rem;display:flex}.game-status-blue{background-color:#dbeafe}.game-status-green{background-color:#dcfce7}.game-status-purple{background-color:#faf5ff}.game-status-orange{background-color:#fed7aa}.game-rarity-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.game-rarity-item{text-align:center;border:1px solid;border-radius:.5rem;padding:.75rem}.game-rarity-common{color:#6b7280;background-color:#f9fafb;border-color:#d1d5db}.game-rarity-rare{color:#059669;background-color:#dcfce7;border-color:#bbf7d0}.game-rarity-epic{color:#2563eb;background-color:#dbeafe;border-color:#93c5fd}.game-rarity-legendary{color:#7c3aed;background-color:#faf5ff;border-color:#c4b5fd}.game-connection-status{text-align:center;border:1px solid;border-radius:.5rem;padding:.5rem 1rem;font-weight:700}.game-status-connected{color:#166534;background-color:#dcfce7;border-color:#bbf7d0}.game-status-error{color:#dc2626;background-color:#fef2f2;border-color:#fecaca}.game-status-checking{color:#ca8a04;background-color:#fefce8;border-color:#fde047}@media (max-width:1279px){.game-layout{grid-template-columns:1fr}.game-column{min-height:auto}}@media (max-width:768px){.game-card{padding:1rem}.game-button{padding:.75rem 1rem;font-size:1rem}.game-rarity-grid{grid-template-columns:1fr}}.game-layout div{padding:5px}.project-info-window,.window.project-info-window{position:absolute!important;top:180px!important;left:auto!important;right:50px!important}.game-layout .game-list,.game-layout .game-step-list,.game-layout .escape-progress-container,.game-layout .game-button,.game-layout .game-card{padding:inherit}.game-list{margin:0;padding:0;list-style:none}.game-list-item{align-items:center;margin-bottom:.1rem;padding:.1rem 0 0 .25rem;transition:all .3s;display:flex}.game-list-item:hover{background-color:#3b82f60d;border-radius:.375rem;padding-left:.5rem;padding-right:.5rem;transform:translate(4px)}.game-list-indicator{border-radius:50%;flex-shrink:0;width:.5rem;height:.5rem;margin-right:.75rem;transition:all .3s}.game-list-indicator:hover{transform:scale(1.2)}.game-list-indicator-blue{background-color:#3b82f6}.game-list-indicator-green{background-color:#10b981}.game-list-indicator-yellow{background-color:#f59e0b}.game-list-indicator-purple{background-color:#8b5cf6}.game-list-indicator-orange{background-color:#f97316}.game-list-text{flex:1;line-height:1.5}.game-list-text strong{color:#1f2937;font-weight:600}.game-step-list{margin:0;padding:0;list-style:none}.game-step-item{background-color:#ffffff80;border:1px solid #0000001a;border-radius:.5rem;align-items:center;margin-bottom:.15rem;padding:.25rem;transition:all .3s;display:flex}.game-step-item:hover{background-color:#fffc;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a}.game-step-number{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;margin-right:.75rem;font-size:.875rem;font-weight:700;transition:all .3s;display:flex}.game-step-number:hover{transform:scale(1.1)}.game-step-number-yellow{color:#fff;background-color:#f59e0b}.game-step-number-gray{color:#fff;background-color:#6b7280}.game-step-text{color:#374151;flex:1;font-size:.875rem;line-height:1.4}@media (max-width:768px){.game-list-item{margin-bottom:.5rem;padding:.25rem 0}.game-step-item{margin-bottom:.5rem;padding:.5rem}.game-step-number{width:1.25rem;height:1.25rem;font-size:.75rem}.game-list-indicator{width:.375rem;height:.375rem;margin-right:.5rem}}.escape-progress-container{background:silver;border:2px outset silver;margin-bottom:1rem;padding:1rem;font-family:MS Sans Serif,sans-serif}.escape-progress-header{border-bottom:1px solid gray;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;display:flex}.escape-progress-icon{background-color:gray;border:1px inset gray;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;margin-right:.5rem;display:flex}.escape-progress-icon span{color:#fff;font-size:.75rem;font-weight:700}.escape-progress-title{color:#000;font-size:1.25rem;font-weight:700}.escape-progress-indicators{justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.escape-progress-indicators-container{align-items:center;gap:1rem;display:flex}.escape-progress-step{flex-direction:column;align-items:center;display:flex}.escape-progress-circle{background-color:silver;border:2px outset silver;justify-content:center;align-items:center;width:2rem;height:2rem;margin-bottom:.25rem;display:flex}.escape-progress-circle.active{background-color:#0f0;border:2px inset silver}.escape-progress-circle.inactive{background-color:silver;border:2px outset silver}.escape-progress-circle span{font-size:.875rem;font-weight:700}.escape-progress-step-label{text-align:center;color:#000;font-family:MS Sans Serif,sans-serif;font-size:.75rem;line-height:1.2}.escape-progress-circle.completed{color:#000;background-color:#0f0;border:2px inset silver}.escape-progress-circle.current{color:#000;background-color:#ff0;border:2px inset silver}.escape-progress-circle.pending{color:gray;background-color:silver;border:2px outset silver}.escape-progress-circle.active span{color:#000}.escape-progress-circle.inactive span{color:gray}.escape-progress-label{font-size:.75rem;font-weight:700}.escape-progress-label.active{color:#000}.escape-progress-label.inactive{color:gray}.escape-progress-stats{grid-template-columns:repeat(2,1fr);gap:.5rem;margin-bottom:1rem;display:grid}@media (min-width:768px){.escape-progress-stats{grid-template-columns:repeat(4,1fr)}}.escape-progress-stat{text-align:center;background-color:#fff;border:1px inset silver;padding:.5rem}.escape-progress-stat-value{margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.escape-progress-stat-value.room{color:#00f}.escape-progress-stat-value.progress{color:green}.escape-progress-stat-value.rarity{color:purple}.escape-progress-stat-value.retries{color:#ff8000}.escape-progress-stat-label{color:#000;margin-bottom:.125rem;font-size:.75rem;font-weight:700}.escape-progress-stat-description{color:gray;font-size:.625rem}.escape-progress-status{text-align:center;background-color:silver;border:1px inset silver;padding:.5rem}.escape-progress-status-title{color:#000;margin-bottom:.25rem;font-size:.875rem;font-weight:700}.escape-progress-status-subtitle{color:gray;font-size:.75rem}@media (max-width:640px){.escape-progress-indicators-container{gap:1rem}.escape-progress-circle{width:2.5rem;height:2.5rem}.escape-progress-circle span{font-size:1rem}.escape-progress-stat-value{font-size:1.5rem}.escape-progress-stats{grid-template-columns:repeat(2,1fr);gap:1rem}}.nft-preview-container{background:#fff;border:2px outset silver;margin:1rem 0;padding:1rem;font-family:MS Sans Serif,sans-serif}.nft-preview-title{color:navy;text-align:center;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.nft-preview-3d{perspective:1000px;transform-style:preserve-3d;justify-content:center;align-items:center;height:300px;display:flex;position:relative}.nft-layer{background:#fff;border:2px outset silver;width:200px;height:200px;transition:all .5s;position:absolute;box-shadow:0 10px 30px #0000004d}.nft-layer.unlocked{border-color:#0f0;box-shadow:0 0 20px #00ff0080}.nft-layer.current-layer{border-color:#ff8000;animation:1s infinite pulse;box-shadow:0 0 25px #ff8000b3}.nft-layer.locked{opacity:.3;filter:grayscale();border-color:gray}.nft-layer-image{object-fit:cover;width:100%;height:100%}.nft-layer-label{color:navy;background:#fff;border:1px solid silver;padding:2px 8px;font-size:.75rem;font-weight:700;position:absolute;bottom:-25px;left:50%;transform:translate(-50%)}.nft-completion-effect{z-index:1000;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.completion-glow{background:radial-gradient(circle,#ffd700cc 0%,#0000 70%);border-radius:50%;width:300px;height:300px;animation:2s infinite glow}.completion-text{color:gold;text-shadow:2px 2px 4px #000c;font-size:2rem;font-weight:700;animation:1s infinite bounce;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.nft-progress-info{text-align:center;color:navy;margin-top:2rem;font-size:.875rem}.nft-progress-info p{margin:.25rem 0}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes glow{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}@keyframes bounce{0%,to{transform:translate(-50%,-50%)translateY(0)}50%{transform:translate(-50%,-50%)translateY(-10px)}}.nft-final-preview{text-align:center;background:#fff;border:2px outset silver;margin:2rem 0;padding:2rem;font-family:MS Sans Serif,sans-serif}.nft-3d-card{border:3px outset silver;width:300px;height:300px;margin:1rem auto;transition:transform .3s;transform:perspective(1000px)rotateY(5deg)rotateX(5deg);box-shadow:0 15px 40px #0000004d}.nft-3d-card:hover{transform:perspective(1000px)rotateY(0)rotateX(0)scale(1.05)}.nft-metadata{text-align:left;background:#f0f0f0;border:1px inset silver;margin:1rem 0;padding:1rem}.nft-metadata p{color:navy;margin:.5rem 0;font-size:.875rem}.payment-progress{text-align:center;background:#fff;border:2px outset silver;margin:1rem 0;padding:1rem}.spinner{border:4px solid #f3f3f3;border-top-color:navy;border-radius:50%;width:40px;height:40px;margin:0 auto 1rem;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.share-buttons-container{text-align:center;background:#fff;border:2px outset silver;margin:2rem 0;padding:2rem;font-family:MS Sans Serif,sans-serif}.share-title{color:navy;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.nft-preview-share{background:#f0f0f0;border:1px inset silver;justify-content:center;align-items:center;gap:2rem;margin:1.5rem 0;padding:1rem;display:flex}.share-nft-image{border:2px outset silver;width:150px;height:150px;box-shadow:0 5px 15px #0003}.nft-stats{text-align:left}.nft-stats p{color:navy;margin:.5rem 0;font-size:.875rem}.share-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;margin:1.5rem 0;display:flex}.share-button{cursor:pointer;background:#f0f0f0;border:2px outset silver;padding:.75rem 1.5rem;font-family:MS Sans Serif,sans-serif;font-size:.875rem;font-weight:700;transition:all .2s}.share-button:hover{background:#e0e0e0;border:2px inset silver}.share-twitter{color:#1da1f2}.share-facebook{color:#1877f2}.share-copy{color:navy}.opensea-link{margin-top:1.5rem}.opensea-button{color:#fff;background:linear-gradient(135deg,#2081e2,#1868b7);border-radius:8px;padding:12px 24px;font-family:MS Sans Serif,sans-serif;font-weight:700;text-decoration:none;transition:transform .2s;display:inline-block}.opensea-button:hover{color:#fff;text-decoration:none;transform:scale(1.05)}.nft-success{text-align:center;background:#fff;border:2px outset silver;margin:2rem 0;padding:2rem;font-family:MS Sans Serif,sans-serif}.nft-success h3{color:#0f0;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.nft-success img{border:2px outset silver;width:200px;height:200px;margin:1rem 0}@media (max-width:768px){.nft-preview-3d{height:250px}.nft-layer{width:150px;height:150px}.nft-3d-card{width:250px;height:250px}.nft-preview-share{flex-direction:column;gap:1rem}.share-buttons{flex-direction:column;align-items:center}.share-button{width:200px}}
