@import "https://fonts.googleapis.com/css2?family=Righteous&family=Nunito:wght@400;600;700;800;900&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{-webkit-font-smoothing:antialiased;background:#f0f4ff;height:100%;font-family:Nunito,sans-serif}#root{height:100%}.app-root{background:#f0f4ff;max-width:480px;min-height:100vh;margin:0 auto;position:relative}.puzzle-section{background:#fff;border-radius:20px;margin-bottom:1.5rem;padding:1.25rem;box-shadow:0 4px 20px #00000012}.puzzle-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.puzzle-title{color:#1a1a2e;margin:0;font-family:Righteous,cursive;font-size:1.1rem}.puzzle-count{color:#6366f1;background:#ede9fe;border-radius:50px;padding:.25rem .75rem;font-family:Nunito,sans-serif;font-size:.85rem;font-weight:700}.puzzle-complete-banner{color:#fff;text-align:center;background:linear-gradient(135deg,#f59e0b,#ec4899);border-radius:12px;margin-bottom:1rem;padding:.75rem 1rem;font-family:Nunito,sans-serif;font-size:.9rem;font-weight:800;animation:2s infinite shimmer}@keyframes shimmer{0%,to{opacity:1}50%{opacity:.85}}.puzzle-grid{grid-template-columns:repeat(3,1fr);gap:.6rem;display:grid}.puzzle-tile{aspect-ratio:1;border-radius:14px;justify-content:center;align-items:center;transition:transform .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden}.puzzle-tile.unlocked{animation:.5s cubic-bezier(.34,1.56,.64,1) both tileReveal;box-shadow:0 4px 12px #00000026}@keyframes tileReveal{0%{opacity:0;transform:scale(0)rotate(-10deg)}to{opacity:1;transform:scale(1)rotate(0)}}.puzzle-tile.unlocked:hover{transform:scale(1.05);box-shadow:0 8px 20px #0003}.puzzle-tile.locked{background:#f1f5f9;border:2px dashed #cbd5e1}.tile-content{flex-direction:column;align-items:center;gap:.15rem;display:flex}.tile-icon{filter:drop-shadow(0 2px 4px #0003);font-size:1.6rem}.tile-label{color:#ffffffe6;letter-spacing:.02em;font-family:Nunito,sans-serif;font-size:.65rem;font-weight:800}.tile-locked{justify-content:center;align-items:center;display:flex}.lock-icon{opacity:.4;font-size:1.2rem}.home-page{background:#f0f4ff;min-height:100vh}.home-header{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 60%,#0f3460 100%);padding:3rem 1.25rem 1.5rem;position:relative;overflow:hidden}.home-header:before{content:"";pointer-events:none;background:radial-gradient(circle,#6366f14d 0%,#0000 70%);width:300px;height:300px;position:absolute;top:-60%;right:-20%}.home-header:after{content:"";pointer-events:none;background:radial-gradient(circle,#ec489933 0%,#0000 70%);width:200px;height:200px;position:absolute;bottom:-40%;left:-10%}.header-top{justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem;display:flex}.app-title{color:#fff;letter-spacing:.02em;margin:0;font-family:Righteous,cursive;font-size:2.2rem}.app-tagline{color:#fff9;margin:.1rem 0 0;font-family:Nunito,sans-serif;font-size:.9rem}.reset-btn{cursor:pointer;color:#fff;background:#ffffff1a;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;transition:background .2s;display:flex}.reset-btn:hover{background:#fff3}.player-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:18px;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.player-avatar{background:#ffffff1f;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:2.5rem;display:flex}.player-info{flex:1;min-width:0}.player-level-row{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.level-badge{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50px;padding:.2rem .6rem;font-family:Righteous,cursive;font-size:.8rem}.level-title{color:#ffffffd9;white-space:nowrap;text-overflow:ellipsis;font-family:Nunito,sans-serif;font-size:.9rem;font-weight:700;overflow:hidden}.xp-bar-container{background:#ffffff26;border-radius:50px;height:8px;margin-bottom:.4rem;overflow:hidden}.xp-bar-fill{background:linear-gradient(90deg,#6366f1,#ec4899);border-radius:50px;height:100%;transition:width .6s cubic-bezier(.34,1.2,.64,1)}.xp-text{color:#ffffff8c;justify-content:space-between;font-family:Nunito,sans-serif;font-size:.75rem;font-weight:600;display:flex}.home-body{padding:1.25rem}.section-title{color:#1a1a2e;margin:0 0 1rem;font-family:Righteous,cursive;font-size:1.1rem}.quest-list{flex-direction:column;gap:.75rem;display:flex}.quest-card{cursor:pointer;background:#fff;border:2px solid #0000;border-radius:18px;align-items:center;gap:.9rem;padding:1rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 2px 12px #0000000f}.quest-card:not(.completed):hover{border-color:var(--quest-color);transform:translateY(-2px);box-shadow:0 6px 20px #0000001a}.quest-card:not(.completed):active{transform:translateY(0)}.quest-card.completed{opacity:.6;cursor:default}.quest-icon-wrap{border:2px solid #0000;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.quest-icon{font-size:1.6rem}.quest-info{flex:1;min-width:0}.quest-title{color:#1a1a2e;white-space:nowrap;text-overflow:ellipsis;margin:0 0 .15rem;font-family:Nunito,sans-serif;font-size:.95rem;font-weight:800;overflow:hidden}.quest-location{color:#64748b;margin:0 0 .35rem;font-family:Nunito,sans-serif;font-size:.8rem}.quest-meta{align-items:center;gap:.5rem;display:flex}.quest-xp{color:#d97706;background:#fef3c7;border-radius:50px;padding:.15rem .5rem;font-family:Nunito,sans-serif;font-size:.78rem;font-weight:800}.quest-difficulty{border-radius:50px;padding:.15rem .5rem;font-family:Nunito,sans-serif;font-size:.72rem;font-weight:700}.diff-easy{color:#16a34a;background:#dcfce7}.diff-medium{color:#ca8a04;background:#fef9c3}.quest-status{flex-shrink:0}.status-done{font-size:1.4rem}.status-arrow{color:#64748b;background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;font-weight:700;transition:background .2s,color .2s;display:flex}.quest-card:hover .status-arrow{background:var(--quest-color);color:#fff}.quest-detail{background:#f0f4ff;min-height:100vh}.detail-header{background:linear-gradient(135deg,#1a1a2e,#16213e);padding:3rem 1.25rem 2rem;position:relative;overflow:hidden}.detail-header:before{content:"";background:radial-gradient(circle at 70% 50%, var(--quest-color,#6366f1) 0%, transparent 60%);opacity:.25;position:absolute;inset:0}.back-btn{color:#fff;cursor:pointer;z-index:1;background:#ffffff1f;border:none;border-radius:50px;align-items:center;gap:.25rem;padding:.5rem 1rem;font-family:Nunito,sans-serif;font-size:.95rem;font-weight:700;transition:background .2s;display:inline-flex;position:relative}.back-btn:hover{background:#fff3}.detail-hero{z-index:1;flex-direction:column;align-items:center;gap:.75rem;margin-top:1.5rem;display:flex;position:relative}.hero-icon{filter:drop-shadow(0 8px 16px #0000004d);font-size:5rem;animation:3s ease-in-out infinite heroFloat}@keyframes heroFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.hero-badge{color:#fff;letter-spacing:.05em;border-radius:50px;padding:.35rem 1rem;font-family:Righteous,cursive;font-size:.85rem}.detail-body{padding:1.25rem}.detail-card{background:#fff;border-radius:20px;margin-bottom:1.25rem;padding:1.5rem;box-shadow:0 4px 20px #00000012}.detail-title{color:#1a1a2e;margin:0 0 .5rem;font-family:Righteous,cursive;font-size:1.5rem}.detail-location{color:#64748b;align-items:center;gap:.4rem;margin-bottom:0;font-family:Nunito,sans-serif;font-size:.95rem;font-weight:600;display:flex}.location-icon{font-size:1rem}.detail-divider{background:#f1f5f9;height:1px;margin:1.25rem 0}.detail-description{color:#475569;margin:0;font-family:Nunito,sans-serif;font-size:1rem;line-height:1.6}.rewards-heading{color:#1a1a2e;margin:0 0 .75rem;font-family:Righteous,cursive;font-size:1rem}.rewards-grid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.reward-item{background:#f8fafc;border-radius:14px;align-items:center;gap:.75rem;padding:.9rem;display:flex}.reward-icon-wrap{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;display:flex}.reward-value{color:#1a1a2e;font-family:Nunito,sans-serif;font-size:.9rem;font-weight:800}.reward-label{color:#94a3b8;font-family:Nunito,sans-serif;font-size:.72rem;font-weight:600}.instructions-title{color:#1a1a2e;margin:0 0 .75rem;font-family:Righteous,cursive;font-size:1rem}.steps{flex-direction:column;gap:.75rem;display:flex}.step{align-items:flex-start;gap:.75rem;display:flex}.step-num{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-family:Righteous,cursive;font-size:.85rem;display:flex}.step p{color:#475569;margin:0;padding-top:2px;font-family:Nunito,sans-serif;font-size:.9rem;line-height:1.5}.step p strong{color:#1a1a2e}.completed-banner{color:#fff;text-align:center;background:linear-gradient(135deg,#10b981,#059669);border-radius:16px;padding:1.1rem;font-family:Nunito,sans-serif;font-size:1rem;font-weight:800;box-shadow:0 4px 15px #10b98166}.scan-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1a1a2e,#16213e);border:none;border-radius:18px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1.1rem;font-family:Righteous,cursive;font-size:1.15rem;transition:transform .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 6px 20px #1a1a2e66}.scan-btn:before{content:"";background:linear-gradient(135deg, var(--quest-color,#6366f1), transparent);opacity:.4;position:absolute;inset:0}.scan-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #1a1a2e80}.scan-btn:active{transform:translateY(0)}.scan-btn-icon{font-size:1.4rem;position:relative}.scan-btn span:last-child{position:relative}.scanner-overlay{z-index:900;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000bf;justify-content:center;align-items:flex-end;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.scanner-modal{background:#fff;border-radius:28px 28px 0 0;width:100%;max-width:480px;max-height:90vh;padding:1.5rem;animation:.3s cubic-bezier(.34,1.3,.64,1) slideUp;overflow-y:auto}@keyframes slideUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.scanner-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.scanner-title{color:#1a1a2e;margin:0;font-family:Righteous,cursive;font-size:1.3rem}.scanner-close{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;transition:background .2s;display:flex}.scanner-close:hover{background:#e2e8f0}.scanner-hint{color:#64748b;margin:0 0 1rem;font-family:Nunito,sans-serif;font-size:.9rem}.qr-reader-box{border-radius:16px;margin-bottom:1rem;overflow:hidden}.qr-reader-box #qr-reader__scan_region{border-radius:12px;overflow:hidden}.qr-reader-box video{border-radius:12px}.scanner-divider{align-items:center;gap:1rem;margin:.75rem 0;display:flex}.scanner-divider:before,.scanner-divider:after{content:"";background:#e2e8f0;flex:1;height:1px}.scanner-divider span{color:#94a3b8;font-family:Nunito,sans-serif;font-size:.85rem}.manual-toggle-btn{color:#64748b;cursor:pointer;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:12px;width:100%;padding:.75rem;font-family:Nunito,sans-serif;font-size:.9rem;font-weight:700;transition:all .2s}.manual-toggle-btn:hover{color:#6366f1;background:#f1f5f9;border-color:#6366f1}.manual-input-section{background:#f8fafc;border-radius:16px;padding:1rem}.manual-hint{color:#64748b;margin:0 0 .75rem;font-family:Nunito,sans-serif;font-size:.8rem}.manual-codes{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;display:flex}.code-chip{color:#475569;cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:50px;padding:.3rem .75rem;font-family:Nunito,sans-serif;font-size:.75rem;font-weight:700;transition:all .2s}.code-chip:hover{color:#6366f1;background:#ede9fe;border-color:#6366f1}.manual-input-row{gap:.5rem;display:flex}.manual-input{color:#1a1a2e;border:2px solid #e2e8f0;border-radius:12px;outline:none;flex:1;padding:.65rem 1rem;font-family:Nunito,sans-serif;font-size:.9rem;transition:border-color .2s}.manual-input:focus{border-color:#6366f1}.manual-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:12px;width:46px;font-size:1.2rem;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px #6366f166}.manual-submit-btn:hover{transform:scale(1.05)}.popup-overlay{z-index:1000;opacity:0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000b3;justify-content:center;align-items:center;padding:1rem;transition:opacity .3s;display:flex;position:fixed;inset:0}.popup-overlay.visible{opacity:1}.popup-card{text-align:center;background:#fff;border-radius:28px;width:100%;max-width:380px;padding:2.5rem 2rem 2rem;transition:transform .4s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:visible;transform:scale(.7)translateY(30px);box-shadow:0 25px 60px #0000004d}.popup-card.visible{transform:scale(1)translateY(0)}.popup-burst{font-size:3rem;animation:.6s .3s both burst;position:absolute;top:-24px;left:50%;transform:translate(-50%)}@keyframes burst{0%{opacity:0;transform:translate(-50%)scale(0)rotate(-20deg)}60%{transform:translate(-50%)scale(1.3)rotate(10deg)}to{opacity:1;transform:translate(-50%)scale(1)rotate(0)}}.popup-icon{margin-bottom:.5rem;font-size:4rem;animation:.5s .2s both bounceIn}@keyframes bounceIn{0%{opacity:0;transform:scale(0)}70%{transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.popup-title{color:#1a1a2e;background:linear-gradient(135deg,#6366f1,#ec4899);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 .25rem;font-family:Righteous,cursive;font-size:2rem}.popup-quest-name{color:#64748b;margin:0 0 1.5rem;font-family:Nunito,sans-serif;font-size:.95rem}.popup-rewards{justify-content:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.reward-badge{border-radius:50px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-family:Nunito,sans-serif;font-size:.9rem;font-weight:700;animation:.4s both slideUp;display:flex}.reward-badge:first-child{animation-delay:.4s}.reward-badge:nth-child(2){animation-delay:.5s}.xp-badge{color:#d97706;background:#fef3c7}.piece-badge{color:#7c3aed;background:#ede9fe}.popup-piece-preview{border-radius:16px;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;font-size:2.5rem;animation:.6s .5s both spin;display:flex;box-shadow:0 8px 20px #00000026}@keyframes spin{0%{opacity:0;transform:rotateY(90deg)}to{opacity:1;transform:rotateY(0)}}.popup-hint{color:#94a3b8;margin:0 0 1rem;font-family:Nunito,sans-serif;font-size:.8rem}.popup-close-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:50px;width:100%;padding:.85rem 2.5rem;font-family:Nunito,sans-serif;font-size:1.05rem;font-weight:800;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 15px #6366f166}.popup-close-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #6366f180}.popup-close-btn:active{transform:translateY(0)}.toast{z-index:2000;white-space:nowrap;border-radius:50px;align-items:center;gap:.6rem;padding:.85rem 1.25rem;font-family:Nunito,sans-serif;font-size:.9rem;font-weight:700;animation:.3s cubic-bezier(.34,1.3,.64,1) both toastIn,.3s 2.7s forwards toastOut;display:flex;position:fixed;bottom:2rem;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #0003}@keyframes toastIn{0%{opacity:0;transform:translate(-50%)translateY(20px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes toastOut{0%{opacity:1}to{opacity:0;transform:translate(-50%)translateY(10px)}}.toast-error{color:#fff;background:#1a1a2e}.toast-icon{font-size:1.1rem}
