@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap";.crash-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:999;pointer-events:none;overflow:hidden;background:radial-gradient(circle,#f006,#0000 70%);animation:flashRed .2s ease-out}@keyframes flashRed{0%{background-color:#f00c}to{background-color:transparent}}.crash-content{display:flex;flex-direction:column;align-items:center;transform:rotate(-5deg)}.crash-icon{font-size:8rem;filter:drop-shadow(0 0 20px rgba(255,0,0,.8));animation:scaleBoom .4s cubic-bezier(.175,.885,.32,1.275)}.crash-title{font-size:5rem;font-weight:900;color:#fff;text-transform:uppercase;margin:-20px 0 0;text-shadow:4px 4px 0px #ff0000;position:relative;font-style:italic;letter-spacing:-2px}.glitch-text{animation:glitch-skew .3s cubic-bezier(.25,.46,.45,.94) both infinite}.crash-hint{font-size:1.5rem;background:#000;color:#fff;padding:5px 20px;transform:rotate(3deg);font-weight:700;margin-top:10px;border:2px solid white}@keyframes scaleBoom{0%{transform:scale(0);opacity:0}60%{transform:scale(1.2);opacity:1}to{transform:scale(1)}}.shake-infinite{animation:shake .5s cubic-bezier(.36,.07,.19,.97) both infinite}@keyframes glitch-skew{0%{transform:skew(0)}20%{transform:skew(-10deg)}40%{transform:skew(10deg)}60%{transform:skew(-5deg)}80%{transform:skew(5deg)}to{transform:skew(0)}}html,body,#root{width:100%;height:100%;margin:0;padding:0;overflow:hidden;font-family:Inter,sans-serif;background-color:#1a1a1a;color:#fff}canvas{touch-action:none}.ui-layer{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:10;display:flex;flex-direction:column;justify-content:flex-start;padding:24px;box-sizing:border-box}.ui-item{pointer-events:auto}.hud-container{display:flex;justify-content:space-between;align-items:flex-start;gap:15px;width:100%;padding-bottom:10px;z-index:90;pointer-events:none}.hud-left{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.hud-right{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.hud-score{font-size:1rem;font-weight:900;color:#fff;text-shadow:0 2px 0 #000;background:#0006;padding:4px 10px;border-radius:8px;border-left:4px solid #00ff00;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;white-space:nowrap}.hud-coins{font-size:1rem;font-weight:700;color:gold;text-shadow:0 1px 2px rgba(0,0,0,.8);background:#00000080;padding:4px 10px;border-radius:20px;display:flex;align-items:center;gap:6px;border:1px solid rgba(255,215,0,.3)}.hud-lives{font-size:1.2rem;display:flex;gap:2px;background:#0000004d;padding:4px 8px;border-radius:20px}@media (max-width: 480px){.hud-score{font-size:.9rem}.hud-coins{font-size:.8rem}.hud-lives{font-size:1rem}}.booster-container{display:flex;flex-direction:column;align-items:flex-start;gap:8px;margin-top:100px;position:absolute;left:24px}.booster-active{padding:6px 12px;border-radius:6px;font-weight:700;font-size:.9rem;animation:pulse .5s ease-in-out infinite alternate;box-shadow:0 4px 8px #0000004d}.speed-boost{background:linear-gradient(135deg,#00bfff,#00ff7f);color:#000}.double-coin{background:linear-gradient(135deg,gold,#ff6b6b);color:#000}.stunned-indicator{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);background:#ff3b30e6;color:#fff;padding:16px 24px;border-radius:12px;font-size:1.2rem;font-weight:800;text-align:center;box-shadow:0 10px 30px #00000080;animation:shake .3s ease-in-out infinite;z-index:100;border:2px solid white}@keyframes shake{0%,to{transform:translate(-50%,-50%) rotate(0)}25%{transform:translate(-48%,-50%) rotate(-2deg)}75%{transform:translate(-52%,-50%) rotate(2deg)}}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 10px #ffffff4d}to{transform:scale(1.05);box-shadow:0 0 20px #fff9}}.order-hud{display:flex;flex-direction:column;gap:6px;background:#14141ed9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:10px 14px;border-radius:12px;margin-top:8px;width:fit-content;max-width:250px;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 12px #0006;pointer-events:auto;transform-origin:top left;animation:popIn .3s cubic-bezier(.175,.885,.32,1.275)}@keyframes popIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.order-hud-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.order-hud-phase{font-size:.7rem;font-weight:900;color:#fff9;letter-spacing:1px;text-transform:uppercase;margin-bottom:2px}.order-hud-destination{display:flex;align-items:center;gap:10px}.dest-info{display:flex;flex-direction:column;line-height:1.2}.order-hud-destination .dest-icon{font-size:1.4rem;background:#ffffff1a;padding:6px;border-radius:8px}.order-hud-destination .dest-text{font-size:.9rem;color:#fff;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.dest-dist{font-size:.8rem;color:#00e676;font-weight:600}.order-hud-timer{display:flex;align-items:center;gap:4px;background:#ffffff1a;padding:4px 8px;border-radius:6px;min-width:60px;justify-content:center}.order-hud-timer.warning{background:#ff3b304d;animation:timer-warning .5s infinite alternate}.order-hud-timer .timer-text{font-size:.9rem;font-weight:900;color:#fff;font-variant-numeric:tabular-nums}.order-hud-reward{display:flex;align-items:center;gap:4px;font-size:.9rem;color:gold;font-weight:800}.game-over-buttons{display:flex;flex-direction:column;gap:8px;margin-top:16px}.game-over-buttons button{margin-top:0}.game-over-buttons .back-btn{background:transparent;border:1px solid rgba(255,255,255,.3);color:#fff;font-size:1rem;padding:10px 20px}.game-over-buttons .back-btn:hover{background:#ffffff1a}.failed-order-info{margin-top:12px;padding:12px;background:#ff6b6b1a;border-radius:8px}.game-over{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:110;pointer-events:auto;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.game-over h1{font-size:4rem;font-weight:900;color:#ff3b30;margin:0 0 20px;text-shadow:0 4px 20px rgba(255,59,48,.5);transform:rotate(-2deg);letter-spacing:2px}.game-over p{color:#fff;font-size:1.2rem;margin:5px 0;font-weight:600}.game-over button{background:linear-gradient(135deg,#00c853,#00e676);color:#fff;border:none;padding:16px 40px;border-radius:50px;font-size:1.2rem;font-weight:800;cursor:pointer;margin-top:30px;box-shadow:0 10px 30px #00c85366;transition:all .2s cubic-bezier(.175,.885,.32,1.275);text-transform:uppercase;letter-spacing:1px}.game-over button:hover{transform:scale(1.05) translateY(-2px);box-shadow:0 15px 40px #00c85380}.game-over button:active{transform:scale(.95)}.minimap-container{position:absolute;top:70px;right:24px;display:flex;flex-direction:column;align-items:flex-end;pointer-events:none;opacity:.9;transform-origin:top right}.minimap-canvas{border-radius:12px;box-shadow:0 4px 12px #00000080;border:2px solid rgba(255,255,255,.2)}.minimap-label{display:none}@media (max-width: 768px){.ui-layer{padding:16px}.hud-score{font-size:1.1rem;padding:4px 8px}.hud-coins{font-size:1rem;padding:4px 10px}.hud-lives{font-size:1.2rem}.order-hud{padding:8px 12px;max-width:200px}.order-hud-destination .dest-icon{font-size:1.1rem;padding:4px}.order-hud-destination .dest-text{font-size:.85rem;max-width:120px}.dest-dist{font-size:.75rem}.minimap-container{top:60px;right:16px;transform:scale(.8)}.booster-container{margin-top:80px;left:16px}}@media (max-width: 380px){.hud-container{gap:8px}.hud-score{font-size:.9rem}.minimap-container{transform:scale(.7);right:10px;top:50px}}.minimap-legend{display:flex;gap:12px;margin-top:4px;font-size:.65rem;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.8)}.legend-player{color:#0f0}.legend-trail{color:#00c8ff}.legend-start{color:#ff0}.legend-dest{color:#ff6b6b}.order-screen{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#1a1a2ee3,#16213eb3,#0f34608f);z-index:100;pointer-events:auto}.phone-frame{width:360px;max-height:calc(100vh - 50px);background:linear-gradient(180deg,#1e1e2e,#151520);border-radius:30px;border:3px solid #333;box-shadow:0 20px 60px #00000080,inset 0 0 30px #ffffff0d;overflow:hidden;display:flex;flex-direction:column}.app-header{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background:linear-gradient(90deg,#00c853,#00e676)}.app-logo{display:flex;align-items:center;gap:8px}.logo-icon{font-size:1.5rem}.logo-text{font-size:1.2rem;font-weight:900;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}.status-bar{display:flex;align-items:center;gap:8px;color:#fff;font-size:.9rem}.app-content{flex:1;padding:20px;overflow-y:auto;min-height:calc(50vh - 50px)}.idle-screen{display:flex;flex-direction:column;align-items:center;gap:20px}.driver-info{display:flex;align-items:center;gap:16px;width:100%;padding:16px;background:#ffffff0d;border-radius:16px}.avatar{font-size:3rem;background:linear-gradient(135deg,#00c853,#00e676);width:60px;height:60px;border-radius:50%;display:flex;justify-content:center;align-items:center}.driver-details h3{margin:0;font-size:1.1rem;color:#fff}.driver-status{margin:4px 0 0;color:#ff6b6b;font-size:.9rem}.stats-row{display:flex;gap:12px;width:100%}.stat-card{flex:1;display:flex;flex-direction:column;align-items:center;padding:16px;background:#ffffff0d;border-radius:12px;gap:4px}.stat-icon{font-size:1.5rem}.stat-value{font-size:1.2rem;font-weight:700;color:#00e676}.stat-label{font-size:.75rem;color:#fff9}.toggle-online-btn{width:100%;padding:20px 24px;font-size:1.3rem;font-weight:700;border:none;border-radius:16px;display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;transition:all .3s ease;background:linear-gradient(135deg,#00c853,#00e676);color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3);box-shadow:0 8px 24px #00c85366;margin-top:10px}.toggle-online-btn:hover{transform:translateY(-2px);box-shadow:0 12px 32px #00c85380}.toggle-online-btn:active{transform:translateY(0)}.power-icon{font-size:1.5rem}.explore-btn{width:100%;padding:16px 24px;font-size:1.1rem;font-weight:700;border:none;border-radius:16px;display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;transition:all .3s ease;background:linear-gradient(135deg,#2196f3,#00bcd4);color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3);box-shadow:0 8px 24px #2196f366;margin-top:10px}.explore-btn:hover{transform:translateY(-2px);box-shadow:0 12px 32px #2196f380}.explore-btn:active{transform:translateY(0)}.explore-icon{font-size:1.5rem}.toggle-hint{font-size:.85rem;color:#ffffff80;margin:0;text-align:center}.searching-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:20px}.searching-animation{position:relative;width:150px;height:150px;display:flex;justify-content:center;align-items:center}.radar-ring{position:absolute;width:100%;height:100%;border:3px solid #00e676;border-radius:50%;animation:radar-expand 2s ease-out infinite}.radar-ring.delay-1{animation-delay:.5s}.radar-ring.delay-2{animation-delay:1s}@keyframes radar-expand{0%{transform:scale(.3);opacity:1}to{transform:scale(1.2);opacity:0}}.bike-icon{font-size:3rem;z-index:10;animation:bike-bounce 1s ease-in-out infinite}@keyframes bike-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.searching-screen h2{margin:0;color:#00e676}.searching-screen p{margin:0;color:#fff9;text-align:center}.cancel-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;padding:10px 24px;border-radius:8px;cursor:pointer;transition:all .2s;margin-top:10px}.cancel-btn:hover{background:#fff3}.order-selection-screen{display:flex;flex-direction:column;gap:16px}.notification-header{display:flex;align-items:center;gap:12px;animation:slide-in .5s ease}@keyframes slide-in{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.notif-icon{font-size:2rem;animation:bell-shake .5s ease-in-out infinite}@keyframes bell-shake{0%,to{transform:rotate(0)}25%{transform:rotate(15deg)}75%{transform:rotate(-15deg)}}.notification-header h2{margin:0;color:#00e676}.selection-hint{margin:0;font-size:.9rem;color:#fff9}.orders-list{display:flex;flex-direction:column;gap:12px}.order-card{background:linear-gradient(135deg,#ffffff14,#ffffff08);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:16px;cursor:pointer;transition:all .3s ease;animation:card-appear .5s ease}.order-card:hover{transform:translate(8px);border-color:#00e676;box-shadow:0 8px 24px #00e67633}@keyframes card-appear{0%{transform:translate(-30px);opacity:0}to{transform:translate(0);opacity:1}}.order-card:nth-child(2){animation-delay:.2s}.order-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.order-type-icon{font-size:1.5rem}.order-type-name{font-weight:700;color:#fff;flex:1}.order-number{font-size:.8rem;color:#ffffff80}.order-destination{display:flex;align-items:center;gap:8px;padding:10px;background:#00e6761a;border-radius:8px;margin-bottom:12px}.dest-icon{font-size:1.2rem}.dest-name{color:#00e676;font-weight:600}.order-details{display:flex;gap:16px;flex-wrap:wrap}.detail-item{display:flex;align-items:center;gap:6px}.detail-icon{font-size:1rem}.detail-value{font-size:.9rem;color:#fffc}.order-action{margin-top:12px;text-align:center}.tap-hint{font-size:.8rem;color:#00e676;opacity:.7}.order-confirmed-screen{display:flex;flex-direction:column;align-items:center;gap:16px;animation:fade-in .5s ease}@keyframes fade-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.confirmed-header{display:flex;align-items:center;gap:12px}.check-icon{font-size:2.5rem;animation:check-pop .5s ease}@keyframes check-pop{0%{transform:scale(0)}50%{transform:scale(1.3)}to{transform:scale(1)}}.confirmed-header h2{margin:0;color:#00e676;font-size:1.5rem}.confirmed-order-card{width:100%;background:#ffffff0d;border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:16px}.order-type-badge{display:flex;align-items:center;gap:8px;font-size:1.1rem;font-weight:700;color:#fff}.destination-block{background:linear-gradient(135deg,#00e67633,#00c8531a);padding:16px;border-radius:12px;border-left:4px solid #00e676}.dest-label{font-size:.8rem;color:#fff9;margin-bottom:4px}.dest-value{font-size:1.2rem;font-weight:700;color:#fff;display:flex;align-items:center;gap:8px}.order-summary{display:flex;flex-direction:column;gap:12px}.summary-item{display:flex;justify-content:space-between;align-items:center}.summary-label{color:#ffffffb3}.summary-value{font-weight:600}.summary-value.highlight{color:gold;font-size:1.1rem}.bonus-info{background:linear-gradient(135deg,#ffd70026,#ff6b6b1a);padding:16px;border-radius:12px;border:1px solid rgba(255,215,0,.3)}.bonus-title{font-weight:700;color:gold;margin-bottom:8px}.bonus-info p{margin:0 0 8px;font-size:.9rem;color:#ffffffb3}.bonus-info ul{margin:0;padding-left:20px}.bonus-info li{font-size:.85rem;color:#fffc;margin-bottom:4px}.start-delivery-btn{width:100%;padding:18px 24px;font-size:1.3rem;font-weight:700;border:none;border-radius:16px;display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;background:linear-gradient(135deg,gold,orange);color:#1a1a1a;box-shadow:0 8px 24px #ffd70066;transition:all .3s ease;margin-top:8px}.start-delivery-btn:hover{transform:translateY(-3px);box-shadow:0 12px 32px #ffd70080}.btn-icon{font-size:1.5rem}.start-hint{font-size:.85rem;color:#ffffff80;margin:0;text-align:center}.bottom-nav{display:flex;justify-content:space-around;padding:12px;background:#0000004d;border-top:1px solid rgba(255,255,255,.1)}.nav-item{display:flex;flex-direction:column;align-items:center;gap:4px;opacity:.5;cursor:pointer;transition:opacity .2s}.nav-item.active{opacity:1}.nav-item:hover{opacity:.8}.nav-icon{font-size:1.3rem}.nav-label{font-size:.7rem;color:#fff}.victory-screen{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#1a1a2ead,#16213ea3);z-index:100;pointer-events:auto}.confetti-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none}.confetti{position:absolute;width:12px;height:12px;background:var(--color);left:var(--x);top:-20px;animation:confetti-fall 3s linear infinite;animation-delay:var(--delay);transform:rotate(var(--rotation))}@keyframes confetti-fall{0%{top:-20px;transform:rotate(0) translate(0);opacity:1}to{top:110%;transform:rotate(720deg) translate(100px);opacity:0}}.victory-content{display:flex;flex-direction:column;align-items:center;gap:20px;background:#00000075;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:40px;border-radius:24px;border:1px solid rgba(255,255,255,.15);max-width:400px;transform:scale(.8);opacity:0;transition:all .5s ease;max-height:calc(90vh - 50px);overflow-y:auto}.victory-content.show{transform:scale(1);opacity:1}.victory-icon-wrapper{position:relative;display:flex;justify-content:center;align-items:center}.victory-glow{position:absolute;width:120px;height:120px;background:radial-gradient(circle,rgba(255,215,0,.4) 0%,transparent 70%);animation:glow-pulse 2s ease-in-out infinite}@keyframes glow-pulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.2);opacity:1}}.victory-icon{font-size:5rem;animation:trophy-bounce 1s ease infinite;z-index:1}@keyframes trophy-bounce{0%,to{transform:translateY(0) rotate(-5deg)}50%{transform:translateY(-10px) rotate(5deg)}}.victory-stars{position:absolute;width:150px;height:150px}.star{position:absolute;font-size:1.5rem;animation:star-twinkle 1.5s ease infinite}.star-1{top:0;left:50%;transform:translate(-50%);animation-delay:0s}.star-2{bottom:10px;left:10px;animation-delay:.3s}.star-3{bottom:10px;right:10px;animation-delay:.6s}@keyframes star-twinkle{0%,to{opacity:.5;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.victory-title{margin:0;font-size:2rem;color:gold;text-shadow:0 2px 10px rgba(255,215,0,.5)}.bonus-badge{display:flex;align-items:center;gap:8px;padding:10px 24px;border-radius:20px;font-weight:700}.bonus-badge.early{background:linear-gradient(135deg,#00bfff,#00ff7f);color:#000}.bonus-badge.ontime{background:linear-gradient(135deg,gold,orange);color:#000}.bonus-badge.normal{background:#fff3;color:#fff}.bonus-emoji{font-size:1.3rem}.reward-breakdown{width:100%;background:#0000004d;border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:12px;transform:translateY(20px);opacity:0;transition:all .5s ease}.reward-breakdown.show{transform:translateY(0);opacity:1}.breakdown-item{display:flex;flex-direction:column;gap:4px}.breakdown-label{font-weight:700;color:#fff;font-size:1.1rem}.breakdown-dest{font-size:.9rem;color:#00e676}.breakdown-divider{height:1px;background:#ffffff1a}.breakdown-row{display:flex;justify-content:space-between;align-items:center;color:#fffc}.coin-value{font-weight:600}.bonus-row{color:#00e676}.bonus-value{font-weight:700;color:#00e676;font-size:1.1rem}.breakdown-total{display:flex;justify-content:space-between;align-items:center;font-size:1.2rem;font-weight:700;color:#fff}.total-value{color:gold;font-size:1.4rem}.time-info{display:flex;justify-content:center;gap:8px;font-size:.85rem;color:#fff9;margin-top:8px}.victory-actions{display:flex;flex-direction:column;gap:12px;width:100%;transform:translateY(20px);opacity:0;transition:all .5s ease}.victory-actions.show{transform:translateY(0);opacity:1}.next-order-btn{width:100%;padding:16px;font-size:1.2rem;font-weight:700;border:none;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;background:linear-gradient(135deg,#00c853,#00e676);color:#fff;box-shadow:0 8px 24px #00c85366;transition:all .3s ease}.next-order-btn:hover{transform:translateY(-2px);box-shadow:0 12px 32px #00c85380}.home-btn{width:100%;padding:12px;font-size:1rem;border:1px solid rgba(255,255,255,.3);background:transparent;color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .2s}.home-btn:hover{background:#ffffff1a}.registration-screen{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;background:radial-gradient(circle at center,#1a1a2e,#000);display:flex;justify-content:center;align-items:center;font-family:Inter,monospace;overflow-y:auto}.reg-container{background:#101418d9;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(0,255,200,.3);box-shadow:0 0 30px #00ffc81a;padding:40px;border-radius:20px;width:100%;max-width:500px;text-align:center;animation:fade-in-up .8s ease-out}@keyframes fade-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.reg-header h1{font-size:2rem;margin:0;background:linear-gradient(90deg,#0fc,#08f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-transform:uppercase;letter-spacing:2px}.reg-header p{color:#fff9;font-size:.8rem;letter-spacing:1px;margin:10px 0 30px}.form-group{margin-bottom:24px;text-align:left}.form-group label{display:block;font-size:.75rem;color:#0fc;margin-bottom:8px;letter-spacing:1px;font-weight:700}.tech-input{width:100%;padding:16px;background:#00000080;border:1px solid #333;border-left:4px solid #00ffcc;color:#fff;font-family:Courier New,monospace;font-size:1.2rem;font-weight:700;letter-spacing:2px;transition:all .3s;box-sizing:border-box}.tech-input:focus{outline:none;background:#00ffcc0d;border-color:#0fc;box-shadow:0 0 15px #0fc3}.flags-grid,.avatars-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.flag-item,.avatar-item{aspect-ratio:1;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .2s;overflow:hidden;padding:4px}.flag-item img,.avatar-item img{width:100%;height:100%;object-fit:contain;border-radius:4px}.flag-item:hover,.avatar-item:hover{border-color:#0fc;transform:scale(1.1);background:#00ffcc1a}.flag-item.active,.avatar-item.active{border-color:#0fc;box-shadow:0 0 15px #0fc6;background:#0fc3;transform:scale(1.1)}.tech-submit-btn{width:100%;padding:18px;background:#0fc;color:#000;font-weight:900;font-size:1.2rem;border:none;clip-path:polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px);cursor:pointer;text-transform:uppercase;letter-spacing:2px;transition:all .3s;margin-top:10px}.tech-submit-btn:hover:not(:disabled){background:#fff;box-shadow:0 0 30px #0fc;transform:translateY(-2px)}.tech-submit-btn:disabled{background:#333;color:#666;cursor:not-allowed}.ai-mode{background:#000;display:flex;align-items:center}.ai-container{display:flex;flex-direction:column;align-items:center;width:80%}.ai-scanner{position:relative;width:200px;height:200px;border:2px solid #00ffcc;border-radius:50%;overflow:hidden;margin-bottom:30px;box-shadow:0 0 50px #00ffcc4d}.scanned-avatar{width:100%;height:100%;object-fit:cover;filter:grayscale(100%) sepia(100%) hue-rotate(100deg) saturate(300%)}.scanner-line{position:absolute;top:0;left:0;width:100%;height:4px;background:#0fc;box-shadow:0 0 20px #0fc;animation:scan 2s linear infinite;z-index:10}@keyframes scan{0%{top:0%;opacity:0}10%{opacity:1}90%{opacity:1}to{top:100%;opacity:0}}.ai-status{text-align:center;width:100%;margin-bottom:20px}.ai-status h2{color:#0fc;margin:0 0 10px;letter-spacing:4px;animation:blink .5s infinite alternate}.progress-bar{width:100%;height:4px;background:#111;border-radius:2px;overflow:hidden}.progress-fill{height:100%;background:#0fc;transition:width .3s linear}.ai-console{width:100%;background:#001400e6;border:1px solid #005500;padding:20px;height:200px;overflow-y:hidden;font-family:Courier New,monospace;font-size:.9rem;color:#0f0;display:flex;flex-direction:column;justify-content:flex-end;text-align:left}.log-line{margin-bottom:4px;opacity:.8}.log-prefix{margin-right:8px;color:#fff}@media (max-width: 480px){.registration-screen{align-items:center}.reg-container{padding:20px;margin:20px auto;width:80%}.reg-header h1{font-size:1.5rem}.reg-header p{font-size:.7rem;margin-bottom:20px}.tech-input{font-size:1rem;padding:12px}.flags-grid,.avatars-grid{grid-template-columns:repeat(4,1fr);gap:8px}.flag-item,.avatar-item{padding:2px;border-radius:6px}.form-group{margin-bottom:16px}.tech-submit-btn{padding:14px;font-size:1rem;margin-top:5px}}@media (max-height: 600px) and (orientation: landscape){.registration-screen{align-items:center}.reg-container{padding:20px;margin:20px auto}.reg-header h1{font-size:1.5rem}.reg-header p{margin:5px 0 15px}.sections-wrapper{display:flex;gap:20px;text-align:left}.section-left,.section-right{flex:1}.flags-grid,.avatars-grid{grid-template-columns:repeat(4,1fr)}.flag-item,.avatar-item{aspect-ratio:auto;height:50px}}@media (min-width: 600px){.reg-container{max-width:700px;padding:50px}.reg-header h1{font-size:2.5rem}.flags-grid,.avatars-grid{grid-template-columns:repeat(6,1fr);gap:15px}.tech-submit-btn{font-size:1.4rem;padding:22px}}@media (min-width: 1024px){.reg-container{max-width:900px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start;text-align:left}.reg-header{grid-column:1 / -1;text-align:center;margin-bottom:20px}.form-group.full-width{grid-column:1 / -1}.grid-section{grid-column:span 1}.flags-grid,.avatars-grid{grid-template-columns:repeat(5,1fr)}}.verified-mode{background:linear-gradient(135deg,#0f2027,#203a43,#2c5364);display:flex;align-items:center}.verified-container{text-align:center;background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:40px;border-radius:30px;border:1px solid rgba(255,255,255,.2);width:70%;animation:pop-in .5s cubic-bezier(.175,.885,.32,1.275)}@keyframes pop-in{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.success-icon{font-size:4rem;margin-bottom:20px;text-shadow:0 0 30px rgba(0,255,0,.5)}.verified-container h1{font-size:2rem;margin:0 0 30px;color:#fff;text-transform:uppercase}.agent-card{background:linear-gradient(90deg,#111,#222);padding:20px;border-radius:16px;display:flex;align-items:center;gap:16px;margin-bottom:30px;border:1px solid #444;position:relative;overflow:hidden}.agent-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:#0fc}.card-avatar{width:80px;height:80px;border-radius:50%;border:2px solid #00ffcc}.card-info{flex:1;text-align:left}.card-info h3{margin:0;color:#fff;font-size:1.2rem}.card-info p{margin:4px 0 0;font-size:.8rem;color:#aaa}.status-active{color:#0f0;font-weight:700}.card-flag{width:40px;height:auto;border-radius:4px}.start-mission-btn{width:100%;padding:16px;font-size:1.2rem;font-weight:700;background:#fff;color:#000;border:none;border-radius:50px;cursor:pointer;transition:all .3s;box-shadow:0 10px 30px #0000004d}.start-mission-btn:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 20px 40px #00000080}.loading-screen-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:2000;background:#1a1a1a;display:flex;justify-content:center;align-items:center;transition:opacity .8s ease-in-out,visibility .8s}.loading-screen-overlay.fade-out{opacity:0;visibility:hidden;pointer-events:none}.loading-content{display:flex;flex-direction:column;align-items:center;width:300px;width:80%}.loading-logo{font-size:4rem;margin-bottom:20px;animation:bounce 1s infinite alternate}.logo-icon-spin{display:inline-block}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(-10px)}}.loading-title{color:#00e676;font-size:2rem;font-weight:900;margin:0 0 30px;letter-spacing:4px;text-shadow:0 0 20px rgba(0,230,118,.5)}.loading-bar-container{width:100%;height:10px;background:#ffffff1a;border-radius:5px;overflow:hidden;margin-bottom:12px;border:1px solid rgba(255,255,255,.2)}.loading-bar-fill{height:100%;background:linear-gradient(90deg,#00c853,#00e676);transition:width .2s linear;box-shadow:0 0 10px #00e67680}.loading-info{display:flex;justify-content:space-between;width:100%;color:#aaa;font-size:.8rem;font-family:Courier New,monospace}.loading-status{margin:0}.loading-percent{margin:0;color:#fff;font-weight:700}.processing-hint{margin-top:15px;color:#ff6b6b;font-size:.8rem;animation:pulse-text 1s infinite alternate}@keyframes pulse-text{0%{opacity:.5}to{opacity:1}}@media (max-width: 768px) and (orientation: portrait){.ui-layer{padding:16px}.hud-container{gap:10px}.hud-score{font-size:1.2rem}.hud-coins{font-size:1rem;padding:6px 12px}.hud-lives{font-size:1rem}.order-hud{margin-top:5px;padding:8px 12px;gap:8px;flex-wrap:wrap;max-width:60%}.order-hud-destination .dest-text{font-size:.8rem}.dest-dist{font-size:.7rem}.order-hud-timer{padding:4px 8px}.order-hud-timer .timer-text,.order-hud-reward .reward-text{font-size:.9rem}.minimap-container{top:60px;right:16px;transform:scale(.65);transform-origin:top right}.booster-container{margin-top:10px}.booster-active{font-size:.8rem;padding:6px 10px}.stunned-indicator{width:80%;font-size:1rem;padding:10px 20px;text-align:center}.game-over h1{font-size:1.5rem}.game-over p{font-size:1rem}}.order-route{display:flex;align-items:center;gap:8px;padding:12px;background:#ffffff0d;border-radius:12px;margin-bottom:12px}.route-step{display:flex;align-items:center;gap:6px;flex:1}.route-step .route-icon{font-size:1.2rem}.route-info{display:flex;flex-direction:column;line-height:1.2}.route-label{font-size:.65rem;color:#ffffff80;text-transform:uppercase}.route-name{font-size:.8rem;font-weight:600;color:#fff}.route-step.pickup .route-name{color:#ff9500}.route-step.delivery .route-name{color:#00e676}.route-arrow{font-size:1.5rem;color:#ffffff4d}.order-flow-timeline{display:flex;flex-direction:column;gap:0;padding:16px;background:#ffffff0d;border-radius:12px;margin-bottom:16px}.flow-step{display:flex;gap:12px}.step-marker{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0}.pickup-marker{background:linear-gradient(135deg,#ff9500,#ff6b00);color:#fff}.delivery-marker{background:linear-gradient(135deg,#00c853,#00e676);color:#fff}.step-content{flex:1;display:flex;flex-direction:column;gap:4px;padding-bottom:8px}.step-label{font-size:.75rem;color:#ffffff80;text-transform:uppercase}.step-location{display:flex;align-items:center;gap:6px}.step-location .location-icon{font-size:1.2rem}.step-location .location-name{font-weight:600;font-size:1rem}.step-location.pickup .location-name{color:#ff9500}.step-location.delivery .location-name{color:#00e676}.step-distance{font-size:.75rem;color:#fff6}.flow-line{width:2px;height:20px;background:linear-gradient(to bottom,#ff9500,#00e676);margin-left:15px}.order-hud-phase{font-size:.75rem;font-weight:700;padding:4px 10px;border-radius:20px;text-transform:uppercase;letter-spacing:1px}.order-hud.pickup-phase{border-left:3px solid #ff9500}.order-hud.pickup-phase .order-hud-phase{background:#ff950033;color:#ff9500}.order-hud.pickup-phase .dest-text{color:#ff9500}.order-hud.delivery-phase{border-left:3px solid #00e676}.order-hud.delivery-phase .order-hud-phase{background:#00e67633;color:#00e676}.legend-dest.pickup{color:#ff9500}.pickup-arrived-screen{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#1a1a2ef2,#16213ef2,#0f3460f2);z-index:105;pointer-events:auto}.pickup-phone-frame{width:360px;max-height:calc(100vh - 50px);background:linear-gradient(180deg,#1e1e2e,#151520);border-radius:30px;border:3px solid #333;box-shadow:0 20px 60px #00000080,inset 0 0 30px #ffffff0d;overflow:hidden;display:flex;flex-direction:column}.pickup-header{background:linear-gradient(90deg,#ff9500,#ff6b00)!important}.pickup-content{flex:1;padding:20px;overflow-y:auto;display:flex;flex-direction:column;align-items:center;gap:16px}.pickup-success-icon{position:relative;width:80px;height:80px;display:flex;justify-content:center;align-items:center;opacity:0;transform:scale(.5);transition:all .5s ease}.pickup-success-icon.visible{opacity:1;transform:scale(1)}.check-circle{font-size:4rem;z-index:2}.success-ripple{position:absolute;width:100%;height:100%;border:3px solid #ff9500;border-radius:50%;animation:success-ripple-expand 1.5s ease-out infinite}.success-ripple.delay-1{animation-delay:.5s}@keyframes success-ripple-expand{0%{transform:scale(.8);opacity:1}to{transform:scale(1.8);opacity:0}}.pickup-title{margin:0;font-size:1.8rem;color:#ff9500;opacity:0;transform:translateY(20px);transition:all .5s ease}.pickup-title.visible{opacity:1;transform:translateY(0)}.pickup-subtitle{margin:0;font-size:.9rem;color:#fff9;text-align:center;opacity:0;transform:translateY(20px);transition:all .5s ease}.pickup-subtitle.visible{opacity:1;transform:translateY(0)}.pickup-order-card{width:95%;background:#ffffff0d;border-radius:16px;padding:16px;opacity:0;transform:translateY(20px);transition:all .5s ease}.pickup-order-card.visible{opacity:1;transform:translateY(0)}.pickup-location-info{display:flex;flex-direction:column;gap:8px}.location-badge{display:flex;align-items:center;gap:12px;padding:12px;border-radius:12px;background:#ffffff0d}.location-badge.completed{background:#ff95001a;border:1px solid rgba(255,149,0,.3)}.location-badge.destination{background:#00e6761a;border:1px solid rgba(0,230,118,.3)}.location-badge .location-icon{font-size:1.5rem}.location-badge .location-details{flex:1;display:flex;flex-direction:column;gap:2px}.location-badge .location-label{font-size:.7rem;color:#ffffff80;text-transform:uppercase}.location-badge .location-name{font-weight:600;font-size:1rem}.location-badge.completed .location-name{color:#ff9500}.location-badge.destination .location-name{color:#00e676}.status-check{color:#00e676;font-size:1.2rem;font-weight:700}.location-divider{display:flex;align-items:center;gap:8px;padding:0 12px}.divider-line{flex:1;height:2px;background:linear-gradient(to right,transparent,rgba(255,255,255,.2),transparent)}.divider-icon{color:#00e676;font-size:1.2rem}.delivery-preview{display:flex;gap:16px;margin-top:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.1)}.preview-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px}.preview-icon{font-size:1.2rem}.preview-label{font-size:.7rem;color:#ffffff80;text-transform:uppercase}.preview-value{font-weight:600;font-size:1rem;color:#fff}.preview-value.highlight{color:gold}.start-delivery-btn.pulse-animation{animation:pulse-glow 1.5s ease-in-out infinite}.start-delivery-btn.pulse-animation.visible{opacity:1;transform:translateY(0)}.pulse-animation{opacity:0;transform:translateY(20px);transition:all .5s ease}@keyframes pulse-glow{0%,to{box-shadow:0 8px 24px #00c85366}50%{box-shadow:0 8px 40px #00c853b3}}.delivery-hint{margin:0;font-size:.85rem;color:#ffffff80;text-align:center}.time-remaining{font-weight:700;color:#fff}.admin-hint{position:fixed;bottom:10px;left:10px;background:#00000080;color:#ffffff80;padding:8px 12px;border-radius:8px;font-size:.75rem;z-index:50;pointer-events:none}.admin-hint kbd{background:#fff3;padding:2px 6px;border-radius:4px;font-family:monospace}.admin-panel{position:fixed;top:0;left:0;width:320px;height:100%;background:linear-gradient(180deg,#1a1a2e,#16213e);border-right:2px solid #00e676;z-index:1000;display:flex;flex-direction:column;overflow:hidden;box-shadow:4px 0 20px #00000080;pointer-events:auto}.admin-header{display:flex;justify-content:space-between;align-items:center;padding:16px;background:linear-gradient(90deg,#00c853,#00e676)}.admin-header h2{margin:0;font-size:1rem;color:#fff}.admin-close-btn{background:#0003;border:none;color:#fff;width:28px;height:28px;border-radius:50%;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;padding:0;margin:0}.admin-close-btn:hover{background:#0006}.admin-instructions{padding:12px 16px;background:#00e6761a;border-bottom:1px solid rgba(255,255,255,.1)}.admin-instructions p{margin:0 0 4px;font-size:.8rem;color:#ffffffb3}.admin-current-pos{padding:12px 16px;background:#ffffff0d;border-bottom:1px solid rgba(255,255,255,.1)}.admin-current-pos strong{display:block;font-size:.75rem;color:#ffffff80;margin-bottom:4px}.admin-current-pos code{display:block;background:#0000004d;padding:8px 12px;border-radius:6px;font-family:Courier New,monospace;color:#00e676;font-size:.9rem}.admin-add-form{padding:16px;background:#0003;border-bottom:1px solid rgba(255,255,255,.1)}.admin-add-form h3{margin:0 0 12px;font-size:.9rem;color:#00e676}.form-group{margin-bottom:12px}.form-group label{display:block;font-size:.75rem;color:#fff9;margin-bottom:4px}.form-group input,.form-group select{width:100%;padding:10px 12px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:.9rem;box-sizing:border-box}.form-group input:focus,.form-group select:focus{outline:none;border-color:#00e676}.icon-picker{display:flex;flex-wrap:wrap;gap:6px}.icon-btn{width:36px;height:36px;padding:0;margin:0;background:#ffffff1a;border:2px solid transparent;border-radius:8px;font-size:1.2rem;cursor:pointer;transition:all .2s}.icon-btn:hover{background:#fff3}.icon-btn.selected{border-color:#00e676;background:#00e67633}.form-actions{display:flex;gap:8px;margin-top:12px}.btn-save{flex:1;padding:10px;background:linear-gradient(135deg,#00c853,#00e676);border:none;border-radius:8px;color:#fff;font-weight:700;cursor:pointer;margin:0}.btn-save:hover{transform:scale(1.02)}.btn-cancel{padding:10px 16px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;cursor:pointer;margin:0}.btn-cancel:hover{background:#fff3}.admin-locations-list{flex:1;display:flex;flex-direction:column;overflow:hidden}.list-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.1)}.list-header h3{margin:0;font-size:.85rem;color:#fff}.btn-export{padding:6px 12px;background:#ffd70033;border:1px solid rgba(255,215,0,.5);border-radius:6px;color:gold;font-size:.75rem;cursor:pointer;margin:0}.btn-export:hover{background:#ffd7004d}.empty-msg{padding:20px;text-align:center;color:#fff6;font-size:.85rem}.locations-scroll{flex:1;overflow-y:auto;padding:8px}.location-item{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#ffffff0d;border-radius:10px;margin-bottom:6px;cursor:pointer;transition:all .2s;border:2px solid transparent}.location-item:hover{background:#ffffff1a}.location-item.selected{border-color:#00e676;background:#00e6761a}.location-item.pickup{border-left:3px solid #ff9500}.location-item.delivery{border-left:3px solid #00e676}.loc-icon{font-size:1.3rem}.loc-info{flex:1;min-width:0}.loc-name{display:block;font-size:.85rem;color:#fff;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.loc-coords{display:block;font-size:.7rem;color:#fff6;font-family:monospace}.loc-type{font-size:1rem}.btn-delete{width:28px;height:28px;padding:0;margin:0;background:#ff6b6b33;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;opacity:.6;transition:all .2s}.btn-delete:hover{opacity:1;background:#ff6b6b66}.admin-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1001}.admin-modal{width:90%;max-width:600px;max-height:80vh;background:#1a1a2e;border-radius:16px;border:2px solid #00e676;padding:20px;display:flex;flex-direction:column}.admin-modal h3{margin:0 0 8px;color:#00e676}.admin-modal p{margin:0 0 12px;font-size:.9rem;color:#ffffffb3}.admin-modal code{background:#0000004d;padding:2px 6px;border-radius:4px;color:#00e676}.export-code{flex:1;background:#0006;padding:16px;border-radius:8px;font-family:Courier New,monospace;font-size:.8rem;color:#00e676;overflow:auto;white-space:pre;margin:0;max-height:300px}.modal-actions{display:flex;gap:12px;margin-top:16px}.btn-copy{flex:1;padding:12px;background:linear-gradient(135deg,#00c853,#00e676);border:none;border-radius:8px;color:#fff;font-weight:700;cursor:pointer;margin:0}.btn-copy:hover{transform:scale(1.02)}.btn-close{padding:12px 24px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;cursor:pointer;margin:0}.btn-close:hover{background:#fff3}� � .collision-editor-panel{position:fixed;top:0;left:0;width:320px;height:100vh;background:linear-gradient(180deg,#1a1a2e,#16213e);border-right:2px solid #ff6b6b;z-index:9999;display:flex;flex-direction:column;overflow:hidden;font-family:Inter,sans-serif}.collision-header{display:flex;justify-content:space-between;align-items:center;padding:16px;background:linear-gradient(90deg,#ff6b6b,#ee5a5a);color:#fff}.collision-header h2{margin:0;font-size:1.1rem;font-weight:700}.collision-close-btn{width:32px;height:32px;border-radius:50%;border:none;background:#fff3;color:#fff;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center}.collision-close-btn:hover{background:#fff6}.collision-modes{display:flex;gap:8px;padding:12px;background:#0003}.collision-modes .mode-btn{flex:1;padding:10px 8px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#aaa;font-size:.75rem;cursor:pointer;transition:all .2s}.collision-modes .mode-btn.active{background:#ff6b6b;border-color:#ff6b6b;color:#fff}.collision-modes .mode-btn:hover:not(.active){background:#fff3;color:#fff}.collision-mode-desc{padding:8px 12px;background:#ff6b6b1a;color:#ff6b6b;font-size:.8rem;text-align:center;border-bottom:1px solid rgba(255,255,255,.1)}.collision-current-selection{padding:12px;background:#ffffff0d;border-bottom:1px solid rgba(255,255,255,.1)}.collision-current-selection h3{margin:0 0 10px;font-size:.9rem;color:#ff6b6b}.collision-current-selection .mesh-info{background:#0000004d;padding:10px;border-radius:8px;margin-bottom:12px}.collision-current-selection .mesh-info p{margin:4px 0;font-size:.75rem;color:#ccc}.collision-current-selection .mesh-info code{background:#ff6b6b33;padding:2px 6px;border-radius:4px;color:#ff6b6b;font-size:.7rem}.collision-type-selector{margin-bottom:12px}.collision-type-selector label{display:block;font-size:.8rem;color:#aaa;margin-bottom:8px}.collision-type-selector .type-buttons{display:flex;gap:8px}.collision-type-selector .type-btn{flex:1;padding:10px;background:#ffffff0d;border:2px solid rgba(255,255,255,.2);border-radius:8px;color:#ccc;font-size:.7rem;cursor:pointer;transition:all .2s}.collision-type-selector .type-btn.active{background:#ffffff26;color:#fff;border-width:2px}.collision-type-selector .type-btn:hover:not(.active){background:#ffffff1a}.collision-actions{display:flex;gap:8px}.collision-actions .btn-save{flex:1;padding:12px;background:linear-gradient(180deg,#ff6b6b,#ee5a5a);border:none;border-radius:8px;color:#fff;font-weight:600;cursor:pointer}.collision-actions .btn-cancel{padding:12px 16px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#aaa;cursor:pointer}.collision-markers-list{flex:1;display:flex;flex-direction:column;overflow:hidden;padding:12px}.collision-markers-list .list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.collision-markers-list .list-header h3{margin:0;font-size:.9rem;color:#fff}.collision-markers-list .list-header select{padding:6px 10px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:6px;color:#fff;font-size:.75rem}.markers-tabs{display:flex;gap:12px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:8px}.markers-tabs .tab-label{font-size:.75rem;color:#888}.markers-scroll{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:6px}.marker-item{display:flex;align-items:center;gap:10px;padding:10px;background:#ffffff0d;border-radius:8px;border-left:3px solid #888;cursor:pointer;transition:all .2s}.marker-item.obstacle{border-left-color:#f44}.marker-item.ground{border-left-color:#4f4}.marker-item.ignore{border-left-color:#888}.marker-item:hover{background:#ffffff1a}.marker-item .marker-icon{font-size:1.2rem}.marker-item .marker-info{flex:1;display:flex;flex-direction:column;min-width:0}.marker-item .marker-name{font-size:.75rem;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.marker-item .marker-type{font-size:.65rem}.marker-item .btn-delete{padding:6px;background:transparent;border:none;cursor:pointer;opacity:.5;transition:opacity .2s}.marker-item .btn-delete:hover{opacity:1}.collision-markers-list .empty-msg{text-align:center;color:#666;font-size:.8rem;padding:20px}.collision-export{padding:12px;border-top:1px solid rgba(255,255,255,.1)}.collision-export .btn-export{width:100%;padding:12px;background:linear-gradient(180deg,#4ecdc4,#45b7aa);border:none;border-radius:8px;color:#fff;font-weight:600;cursor:pointer}.collision-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:10001}.collision-modal{background:#1a1a2e;border-radius:12px;padding:20px;max-width:600px;width:90%;max-height:80vh;overflow:auto;border:2px solid #ff6b6b}.collision-modal h3{margin:0 0 12px;color:#ff6b6b}.collision-modal p{margin:0 0 12px;color:#aaa;font-size:.9rem}.collision-modal .export-code{background:#0a0a14;padding:12px;border-radius:8px;font-family:monospace;font-size:.75rem;color:#4ecdc4;overflow-x:auto;max-height:300px;white-space:pre}.collision-modal .modal-actions{display:flex;gap:10px;margin-top:16px}.collision-modal .btn-copy{flex:1;padding:12px;background:linear-gradient(180deg,#ff6b6b,#ee5a5a);border:none;border-radius:8px;color:#fff;font-weight:600;cursor:pointer}.collision-panel-modern{position:fixed;top:20px;right:20px;width:280px;background:#141423f2;border-radius:16px;border:1px solid rgba(255,107,107,.3);box-shadow:0 8px 32px #00000080;z-index:9999;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cpm-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:linear-gradient(135deg,#ff6b6b,#ee5a5a);color:#fff;font-weight:700;font-size:.9rem}.cpm-header button{background:#fff3;border:none;color:#fff;width:28px;height:28px;border-radius:50%;cursor:pointer;font-size:14px}.cpm-header button:hover{background:#fff6}.cpm-stats{display:flex;gap:10px;padding:10px 16px;background:#0003}.cpm-stats .stat{padding:4px 10px;border-radius:20px;font-size:.7rem;font-weight:600}.cpm-stats .stat.obstacle{background:#f443;color:#ff6b6b}.cpm-stats .stat.ground{background:#4f43;color:#4f4}.cpm-instructions{padding:16px;text-align:center;color:#888;font-size:.85rem}.cpm-selection{padding:16px;border-top:1px solid rgba(255,255,255,.1)}.cpm-selection .mesh-name{margin-bottom:12px}.cpm-selection .mesh-name small{display:block;color:#666;font-size:.7rem;margin-bottom:4px}.cpm-selection .mesh-name code{display:block;background:#ff6b6b26;padding:8px 12px;border-radius:8px;color:#ff6b6b;font-size:.75rem;word-break:break-all}.cpm-selection .type-picker{display:flex;gap:8px;margin-bottom:12px}.cpm-selection .type-btn{flex:1;padding:12px;background:transparent;border:2px solid rgba(255,255,255,.2);border-radius:10px;font-size:1.2rem;cursor:pointer;transition:all .2s}.cpm-selection .type-btn.active{transform:scale(1.05)}.cpm-selection .type-btn:hover{transform:scale(1.02)}.cpm-selection .btn-save{flex:1;padding:12px;background:linear-gradient(135deg,#ff6b6b,#ee5a5a);border:none;border-radius:10px;color:#fff;font-weight:700;cursor:pointer;transition:transform .2s}.cpm-selection .btn-save:hover{transform:scale(1.02)}.cpm-selection .btn-cancel{padding:12px 16px;background:#ffffff1a;border:none;border-radius:10px;color:#888;cursor:pointer}.cpm-list-toggle{display:flex;gap:8px;padding:12px 16px;border-top:1px solid rgba(255,255,255,.1)}.cpm-list-toggle button{flex:1;padding:10px;background:#ffffff0d;border:none;border-radius:8px;color:#aaa;font-size:.8rem;cursor:pointer}.cpm-list-toggle button:hover{background:#ffffff1a;color:#fff}.cpm-list-toggle .export-btn{flex:0;padding:10px 14px;background:#4ecdc433;color:#4ecdc4}.cpm-list{max-height:200px;overflow-y:auto;padding:8px 16px 16px}.cpm-list .marker-row{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.05)}.cpm-list .marker-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.cpm-list .marker-name{flex:1;font-size:.75rem;color:#aaa;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cpm-list button{background:transparent;border:none;cursor:pointer;opacity:.5;padding:4px}.cpm-list button:hover{opacity:1}.collision-bottom-bar{position:fixed;bottom:20px;left:50%;transform:translate(-50%);background:#141423e6;padding:10px 20px;border-radius:30px;color:#888;font-size:.75rem;z-index:9999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.cpm-modes{display:flex;gap:6px;padding:10px 16px;background:#0000004d}.cpm-modes .mode-btn{flex:1;padding:8px 10px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:8px;color:#888;font-size:.7rem;cursor:pointer;transition:all .2s}.cpm-modes .mode-btn.active{background:#ff6b6b;border-color:#ff6b6b;color:#fff}.cpm-modes .mode-btn:disabled{opacity:.4;cursor:not-allowed}.cpm-stats .stat.ignore{background:#8883;color:#888}.cpm-instructions p{margin:0 0 4px}.cpm-instructions small{color:#666;font-size:.75rem}.cpm-selection .selection-header{font-size:.85rem;font-weight:700;color:#ff6b6b;margin-bottom:12px}.cpm-selection .mesh-details{background:#0000004d;border-radius:10px;padding:10px;margin-bottom:12px}.cpm-selection .detail-row{display:flex;align-items:flex-start;gap:8px;margin-bottom:6px}.cpm-selection .detail-row:last-child{margin-bottom:0}.cpm-selection .detail-row .label{color:#666;font-size:.7rem;min-width:50px}.cpm-selection .detail-row code{background:#ff6b6b26;padding:2px 6px;border-radius:4px;color:#ff6b6b;font-size:.7rem;word-break:break-all}.cpm-selection .detail-row .coords{color:#4ecdc4;font-size:.75rem;font-family:monospace}.cpm-selection .type-section{margin-bottom:12px}.cpm-selection .section-label{display:block;color:#888;font-size:.75rem;margin-bottom:8px}.cpm-selection .type-picker{display:flex;gap:6px}.cpm-selection .type-btn{flex:1;padding:10px 6px;background:transparent;border:2px solid rgba(255,255,255,.2);border-radius:10px;cursor:pointer;transition:all .2s;display:flex;flex-direction:column;align-items:center;gap:4px}.cpm-selection .type-btn .icon{font-size:1.2rem}.cpm-selection .type-btn .label{font-size:.65rem;color:#aaa}.cpm-selection .type-btn.active .label{color:#fff}.cpm-selection .action-btns{display:flex;gap:8px}.cpm-selection .btn-save{flex:1;padding:12px;background:linear-gradient(135deg,#ff6b6b,#ee5a5a);border:none;border-radius:10px;color:#fff;font-weight:700;font-size:.85rem;cursor:pointer}.cpm-selection .btn-cancel{padding:12px 14px;background:#ffffff1a;border:none;border-radius:10px;color:#888;font-size:.8rem;cursor:pointer}.cpm-markers-section{border-top:1px solid rgba(255,255,255,.1)}.cpm-markers-section .markers-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;color:#aaa;font-size:.85rem}.cpm-markers-section .markers-controls{display:flex;gap:6px}.cpm-markers-section select{padding:4px 8px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:6px;color:#fff;font-size:.7rem}.cpm-markers-section .toggle-btn{padding:4px 10px;background:#ffffff1a;border:none;border-radius:6px;color:#aaa;cursor:pointer}.cpm-markers-section .markers-list{max-height:180px;overflow-y:auto;padding:0 12px 12px}.cpm-markers-section .marker-row{display:flex;align-items:center;gap:10px;padding:10px;background:#ffffff08;border-radius:8px;margin-bottom:6px;border-left:3px solid #888}.cpm-markers-section .marker-row.obstacle{border-left-color:#f44}.cpm-markers-section .marker-row.ground{border-left-color:#4f4}.cpm-markers-section .marker-row.ignore{border-left-color:#888}.cpm-markers-section .marker-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.cpm-markers-section .marker-info{flex:1;min-width:0}.cpm-markers-section .marker-name{display:block;font-size:.75rem;color:#ccc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cpm-markers-section .marker-pos{display:block;font-size:.65rem;color:#666;font-family:monospace}.cpm-markers-section .btn-delete{padding:4px;background:transparent;border:none;cursor:pointer;opacity:.5}.cpm-markers-section .btn-delete:hover{opacity:1}.cpm-markers-section .empty-msg{text-align:center;color:#555;font-size:.8rem;padding:16px}.cpm-export{padding:12px 16px;border-top:1px solid rgba(255,255,255,.1)}.cpm-export .btn-export{width:100%;padding:12px;background:linear-gradient(135deg,#4ecdc4,#45b7aa);border:none;border-radius:10px;color:#fff;font-weight:700;font-size:.85rem;cursor:pointer}.cpm-export .btn-export:hover{filter:brightness(1.1)}.cpm-overlay-toggle{padding:12px 16px;border-top:1px solid rgba(255,255,255,.1)}.cpm-overlay-toggle .overlay-btn{width:100%;padding:14px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:12px;color:#fff;font-weight:700;font-size:.9rem;cursor:pointer;transition:all .2s}.cpm-overlay-toggle .overlay-btn:hover{transform:scale(1.02);filter:brightness(1.1)}.cpm-overlay-toggle .overlay-btn.active{background:linear-gradient(135deg,#22c55e,#16a34a);animation:pulse-glow 1.5s ease-in-out infinite}@keyframes pulse-glow{0%,to{box-shadow:0 0 10px #22c55e80}50%{box-shadow:0 0 20px #22c55ecc}}.cpm-legend{display:flex;flex-wrap:wrap;gap:8px;padding:10px 16px;background:#0000004d}.cpm-legend .legend-item{font-size:.7rem;padding:4px 8px;border-radius:6px;background:#ffffff1a}.cpm-legend .legend-item.obstacle{color:#ff6b6b}.cpm-legend .legend-item.ground{color:#4ade80}.cpm-legend .legend-item.ignore{color:#9ca3af}.cpm-legend .legend-item.unknown{color:#fbbf24}.cpm-tools{padding:12px 16px;border-top:1px solid rgba(255,255,255,.1)}.cpm-tools .tools-header{font-size:.8rem;color:#888;margin-bottom:10px}.cpm-tools .tools-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.cpm-tools .tool-btn{padding:10px 8px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:8px;color:#ccc;font-size:.75rem;cursor:pointer;transition:all .2s}.cpm-tools .tool-btn:hover{background:#ffffff26;transform:scale(1.02)}.cpm-tools .tool-btn.export-json{border-color:#4ecdc4}.cpm-tools .tool-btn.export-json:hover{background:#4ecdc433}.cpm-tools .tool-btn.import-json{border-color:#6366f1}.cpm-tools .tool-btn.import-json:hover{background:#6366f133}.cpm-tools .tool-btn.export-code{border-color:#f59e0b}.cpm-tools .tool-btn.export-code:hover{background:#f59e0b33}.cpm-tools .tool-btn.clear-all{border-color:#ef4444}.cpm-tools .tool-btn.clear-all:hover{background:#ef444433}.collision-debug-hud{position:fixed;top:80px;left:50%;transform:translate(-50%);z-index:9999;pointer-events:none;animation:collision-flash .3s ease-out}@keyframes collision-flash{0%{transform:translate(-50%) scale(1.2);opacity:0}50%{transform:translate(-50%) scale(1);opacity:1}to{transform:translate(-50%) scale(1);opacity:1}}.collision-debug-hud .debug-flash{position:fixed;top:0;left:0;right:0;bottom:0;background:#ff000026;animation:flash-fade .5s ease-out forwards;pointer-events:none}@keyframes flash-fade{0%{opacity:1}to{opacity:0}}.collision-debug-hud .debug-info{background:linear-gradient(135deg,#ef4444f2,#b91c1cf2);padding:16px 24px;border-radius:12px;box-shadow:0 8px 32px #0006;border:2px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.collision-debug-hud .debug-title{font-size:1.2rem;font-weight:800;color:#fff;text-align:center;margin-bottom:10px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.collision-debug-hud .debug-mesh{display:flex;align-items:center;gap:8px;margin-bottom:6px}.collision-debug-hud .debug-mesh .label{color:#ffffffb3;font-size:.8rem}.collision-debug-hud .debug-mesh code{background:#0000004d;padding:4px 10px;border-radius:6px;color:#fef08a;font-size:.85rem;font-family:monospace}.collision-debug-hud .debug-pos{display:flex;align-items:center;gap:8px;font-size:.75rem;color:#fff9}.collision-debug-hud .debug-pos .label{color:#ffffff80}.cpm-tools .tool-btn.auto-mark{width:100%;margin-top:10px;padding:12px;background:linear-gradient(135deg,#8b5cf6,#6366f1);border:none;border-radius:10px;color:#fff;font-weight:700;font-size:.85rem;cursor:pointer;transition:all .2s}.cpm-tools .tool-btn.auto-mark:hover{transform:scale(1.02);filter:brightness(1.1);box-shadow:0 4px 15px #8b5cf666}.marker-row .btn-goto{background:#4ecdc433;border:1px solid #4ecdc4;color:#4ecdc4;padding:4px 8px;border-radius:4px;cursor:pointer;font-size:.75rem;transition:all .2s;margin-right:4px}.marker-row .btn-goto:hover{background:#4ecdc466;transform:scale(1.05)}.direction-arrow-container{position:fixed;top:55px;right:20px;z-index:100;display:flex;flex-direction:column;align-items:center;gap:6px;background:#0009;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:10px 14px;border-radius:12px;border:2px solid rgba(255,255,255,.2);box-shadow:0 4px 15px #0000004d;--arrow-color: #00ff00;--arrow-glow: rgba(0, 255, 0, .5)}.direction-arrow-container.pickup{--arrow-color: #ff9500;--arrow-glow: rgba(255, 149, 0, .6);border-color:#ff950066}.direction-arrow-container.delivery{--arrow-color: #00ff00;--arrow-glow: rgba(0, 255, 0, .6);border-color:#0f06}.arrow-label{font-size:.7rem;font-weight:700;color:var(--arrow-color);text-transform:uppercase;letter-spacing:1px;text-shadow:0 0 8px var(--arrow-glow)}.arrow-wrapper{width:70px;height:70px;display:flex;align-items:center;justify-content:center;transition:transform .15s ease-out;background:radial-gradient(circle,rgba(0,0,0,.3) 0%,transparent 70%);border-radius:50%}.arrow-icon{font-size:2rem;color:var(--arrow-color);text-shadow:0 0 10px var(--arrow-glow),0 0 20px var(--arrow-glow),0 2px 4px rgba(0,0,0,.5);animation:arrowPulse 2s ease-in-out infinite}.arrow-icon-img{width:60px;height:60px;object-fit:contain;filter:drop-shadow(0 0 8px var(--arrow-glow)) drop-shadow(0 0 15px var(--arrow-glow));animation:arrowPulse 2s ease-in-out infinite}.arrow-distance{font-size:.85rem;font-weight:700;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.8)}@keyframes arrowPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.9}}@media (max-width: 480px) and (orientation: portrait){.direction-arrow-container{top:50px;right:12px;padding:8px 10px;gap:4px}.arrow-wrapper{width:50px;height:50px}.arrow-icon{font-size:1.5rem}.arrow-icon-img{width:45px;height:45px}.arrow-label{font-size:.6rem}.arrow-distance{font-size:.75rem}}@media (max-height: 500px) and (orientation: landscape){.direction-arrow-container{top:60px;right:10px;padding:6px 10px;gap:3px}.arrow-wrapper{width:40px;height:40px}.arrow-icon{font-size:1.3rem}.arrow-icon-img{width:35px;height:35px}.arrow-label{font-size:.55rem}.arrow-distance{font-size:.7rem}}@media (min-width: 768px) and (max-width: 1024px){.direction-arrow-container{top:60px;right:25px}}.controls-overlay{position:absolute;bottom:0;left:0;width:100%;pointer-events:none;padding:0;display:flex;justify-content:space-between;align-items:flex-end;box-sizing:border-box;z-index:50}@media (min-width: 769px){.controls-overlay{padding-bottom:10px;padding-left:10px;padding-right:10px}}.control-group{display:flex;gap:20px;pointer-events:auto;align-items:flex-end;position:relative;z-index:51}.control-group.right{align-items:flex-end}.control-btn-wrapper{display:flex;flex-direction:column;align-items:center;gap:0px}.control-btn{border-radius:50%;border:3px solid rgba(255,255,255,.5);background-color:#0009;background-size:cover;background-position:center;background-repeat:no-repeat;color:transparent;display:flex;justify-content:center;align-items:center;-webkit-user-select:none;user-select:none;cursor:pointer;transition:transform .1s cubic-bezier(.4,0,.2,1);-webkit-tap-highlight-color:transparent;box-shadow:0 8px 16px #0000004d,inset 0 0 10px #fff3;overflow:hidden;touch-action:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.control-btn:active,.control-btn.active{transform:scale(.92);border-color:#fff;filter:brightness(1.2);background-color:#000c}.gas-btn{width:100px;height:100px;background-image:url(/assets/gas_btn-LuLNv9fR.png);border-color:#00e676b3}.gas-btn.active{box-shadow:0 0 25px #00e67699;border-color:#00e676}.brake-btn{width:80px;height:80px;background-image:url(/assets/brake_btn-DVYnyR1e.png);border-color:#ff4444b3;margin-right:0}.brake-btn.active{box-shadow:0 0 25px #f449;border-color:#f44}.turbo-btn{width:70px;height:70px;background-image:url(/assets/turbo_btn-H06kmQX8.png);border-color:#00bfffb3;margin-bottom:15px;animation:flash-blue 4s infinite}.turbo-btn:active{box-shadow:0 0 30px #00bfff;animation:shake .2s infinite}.turbo-btn.cooldown{filter:grayscale(100%) brightness(.4);border-color:#fff3;animation:none;cursor:not-allowed;opacity:.6}.control-label{font-family:Rubik,Inter,sans-serif;font-weight:900;font-size:1rem;color:#fff;text-shadow:1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000;text-transform:uppercase;letter-spacing:1px;pointer-events:none;text-align:center;transform:skew(-5deg);opacity:.9}.label-gas{color:#00e676}.label-brake{color:#f44}.label-turbo{color:#00bfff;font-size:.8rem;margin-bottom:4px}@keyframes pulse-green{0%{box-shadow:0 0 #00e67666}70%{box-shadow:0 0 0 10px #00e67600}to{box-shadow:0 0 #00e67600}}@keyframes pulse-glow{0%,to{box-shadow:0 4px 15px #e91e6366,inset 0 -3px #880e4f,inset 0 1px #ffffff4d;transform:scale(1)}50%{box-shadow:0 4px 25px #e91e63cc,0 0 30px #e91e6380,inset 0 -3px #880e4f,inset 0 1px #ffffff4d;transform:scale(1.05)}}.walk-action-btn{transition:transform .1s ease,box-shadow .1s ease}.walk-action-btn:active{transform:scale(.92)!important;filter:brightness(.9)}@keyframes flash-blue{0%,90%,to{filter:brightness(1)}95%{filter:brightness(1.3)}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-2px,2px)}75%{transform:translate(2px,-2px)}}.speedometer-container{position:absolute;bottom:260px;left:25px;right:auto;transform:none;pointer-events:none;display:flex;flex-direction:column;align-items:center;background:linear-gradient(180deg,#000c,#0009);border-radius:999px;padding:8px 12px;border:1px solid rgba(0,230,118,.3);box-shadow:0 4px 12px #00000080;z-index:60;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}@media (max-width: 768px){.speedometer-container{bottom:260px;left:20px;right:auto}}@media (max-width: 480px){.speedometer-container{bottom:255px;left:15px;right:auto}}.speedometer-gauge{display:flex;flex-direction:column;align-items:center}.speed-value{font-size:2rem;font-weight:900;line-height:1;color:#fff;font-family:monospace;text-shadow:0 0 8px rgba(0,230,118,.6);font-style:italic}.speed-unit{font-size:.6rem;color:#00e676;font-weight:700;letter-spacing:2px;margin-top:2px;text-transform:uppercase;opacity:.8}@media (max-width: 768px){.controls-overlay{padding:0 10px 10px}.control-group{gap:15px}.gas-btn{width:80px;height:80px}.brake-btn{width:65px;height:65px}.turbo-btn{width:55px;height:55px;margin-bottom:10px}.control-label{font-size:.8rem}.speedometer-container{padding:16px 12px}.speed-value{font-size:1rem}}@media (max-width: 480px){.gas-btn{width:70px;height:70px}.brake-btn{width:60px;height:60px}.turbo-btn{width:50px;height:50px}}.joystick-area{display:flex;flex-direction:column;align-items:center;gap:15px}.joystick-container{width:150px;height:150px;background:#0000004d;border-radius:50%;position:relative;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);touch-action:none}.joystick-stick{position:absolute;top:50%;left:50%;width:60px;height:60px;background:radial-gradient(circle at 30% 30%,#5a5a5a,#2a2a2a);border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 6px 10px #0009,inset 0 2px 5px #ffffff4d;border:2px solid rgba(255,255,255,.15);pointer-events:none;transition:transform .05s linear}.joystick-stick.active{background:radial-gradient(circle at 30% 30%,#4caf50,#2e7d32);border-color:#81c784}@media (max-width: 768px){.joystick-container{width:150px;height:150px}.joystick-stick{width:50px;height:50px}}@media (max-width: 480px){.joystick-container{width:150px;height:150px}.joystick-stick{width:45px;height:45px}}.joystick-container.walk-mode{width:180px;height:180px;background:#0064324d;border-color:#4caf5080}.joystick-container.walk-mode .joystick-stick{width:70px;height:70px}@media (max-width: 768px){.joystick-container.walk-mode{width:180px;height:180px}.joystick-container.walk-mode .joystick-stick{width:65px;height:65px}}@media (max-width: 480px){.joystick-container.walk-mode{width:180px;height:180px}.joystick-container.walk-mode .joystick-stick{width:60px;height:60px}}.control-group.right.ml-style{position:relative;width:280px;height:250px;pointer-events:none}.control-group.right.ml-style .control-btn-wrapper{position:absolute;pointer-events:auto;display:flex;flex-direction:column;align-items:center}.wrapper-gas{bottom:0;right:0;z-index:60}.wrapper-brake{bottom:50px;right:100px;z-index:60}.wrapper-turbo{bottom:100px;right:40px;z-index:60}.control-group.right.ml-style .control-label{font-size:.8rem;margin-bottom:2px;text-shadow:1px 1px 2px black;opacity:.8}.control-group.right.ml-style .gas-btn{width:100px;height:100px}.control-group.right.ml-style .brake-btn{width:75px;height:75px}.control-group.right.ml-style .turbo-btn{width:70px;height:70px}@media (max-width: 768px){.control-group.right.ml-style{width:240px;height:220px;right:-10px}.wrapper-gas{bottom:0;right:25px}.control-group.right.ml-style .gas-btn{width:90px;height:90px}.wrapper-brake{bottom:50px;right:120px}.control-group.right.ml-style .brake-btn{width:65px;height:65px}.wrapper-turbo{bottom:105px;right:55px}.control-group.right.ml-style .turbo-btn{width:60px;height:60px}}@media (max-width: 480px){.control-group.right.ml-style{width:200px;height:200px;right:-20px}.wrapper-gas{bottom:0;right:20px}.control-group.right.ml-style .gas-btn{width:80px;height:80px}.wrapper-brake{bottom:40px;right:100px}.control-group.right.ml-style .brake-btn{width:60px;height:60px}.wrapper-turbo{bottom:90px;right:35px}.control-group.right.ml-style .turbo-btn{width:55px;height:55px}}.game-buttons-container{position:absolute;right:16px;z-index:100;display:flex;flex-direction:row;gap:10px;pointer-events:auto}.game-buttons-container.has-order{top:220px}.game-buttons-container.no-order{top:75px}.game-btn{position:relative;width:70px;height:70px;border-radius:16px;border:none;cursor:pointer;pointer-events:auto;overflow:hidden;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.game-btn .btn-glow{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:16px;opacity:0;transition:opacity .3s ease}.game-btn:hover .btn-glow{opacity:1}.game-btn .btn-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:4px}.game-btn .cam-svg,.game-btn .menu-svg{width:28px;height:28px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));transition:transform .2s ease}.game-btn:hover .cam-svg,.game-btn:hover .menu-svg{transform:scale(1.15)}.game-btn .btn-label{font-size:.6rem;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;text-shadow:0 1px 3px rgba(0,0,0,.5)}.game-btn:hover{transform:scale(1.08)}.game-btn:active{transform:scale(.95)}.menu-btn{background:linear-gradient(145deg,#1a1a2e,#16213e,#0f0f23);box-shadow:0 4px 15px #0006,0 0 0 2px #ffffff1a,inset 0 1px #ffffff1a;color:#fff}.menu-btn .btn-glow{background:radial-gradient(circle at center,rgba(255,255,255,.15) 0%,transparent 70%)}.menu-btn:hover{box-shadow:0 6px 25px #00e6764d,0 0 0 2px #00e676,inset 0 1px #fff3}.menu-btn .menu-svg{color:#00e676}.camera-btn{background:linear-gradient(145deg,#00c853,#00a844,#008f3a);box-shadow:0 4px 15px #00c85366,0 0 0 2px #ffffff26,inset 0 1px #ffffff4d,inset 0 -2px #0003;color:#fff}.camera-btn .btn-glow{background:radial-gradient(circle at center,rgba(255,255,255,.25) 0%,transparent 70%)}.camera-btn:hover{box-shadow:0 8px 30px #00e67680,0 0 0 3px #ffffff4d,inset 0 1px #fff6,inset 0 -2px #0003}.camera-btn .cam-svg{color:#fff}.btn-mode-indicator{display:flex;gap:4px;margin-top:2px}.mode-dot{width:6px;height:6px;border-radius:50%;background:#ffffff4d;transition:all .2s ease}.mode-dot.active{background:#fff;box-shadow:0 0 8px #fffc;transform:scale(1.2)}@media (max-width: 768px){.game-buttons-container{right:12px;gap:8px}.game-buttons-container.has-order{top:185px}.game-buttons-container.no-order{top:55px}.game-btn{width:55px;height:55px;border-radius:14px}.game-btn .cam-svg,.game-btn .menu-svg{width:22px;height:22px}.game-btn .btn-label{font-size:.5rem;letter-spacing:1px}.mode-dot{width:5px;height:5px}}@media (max-width: 480px){.game-buttons-container{right:10px;gap:6px}.game-buttons-container.has-order{top:175px}.game-buttons-container.no-order{top:50px}.game-btn{width:50px;height:50px;border-radius:12px}.game-btn .cam-svg,.game-btn .menu-svg{width:20px;height:20px}.game-btn .btn-label{font-size:.45rem}.mode-dot{width:4px;height:4px;gap:3px}}.exit-game-btn,.camera-toggle-btn{display:none}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000d9;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:20px}.modal-content.glass-effect{background:linear-gradient(145deg,#1e1e28e6,#14141ef2);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:0;width:100%;max-width:350px;display:flex;flex-direction:column;box-shadow:0 20px 50px #00000080,inset 0 0 20px #ffffff0d;overflow:hidden;animation:popIn .3s cubic-bezier(.34,1.56,.64,1)}.modal-header{background:linear-gradient(90deg,#00c853,#69f0ae);padding:20px;text-align:center}.modal-header h3{margin:0;color:#030;font-weight:900;font-size:1.4rem;letter-spacing:1px;text-transform:uppercase}.modal-body{padding:24px;text-align:center;color:#fff}.modal-body p{font-size:1.1rem;font-weight:600;margin-bottom:8px}.modal-body .sub-text{font-size:.9rem;color:#aaa;font-weight:400;margin-bottom:0}.modal-actions{padding:0 24px 24px;display:flex;flex-direction:column;gap:12px}.modal-actions button{width:100%;padding:14px;border-radius:12px;font-weight:800;font-size:1rem;cursor:pointer;transition:transform .1s;border:none;display:flex;justify-content:center;align-items:center;gap:8px;pointer-events:auto;position:relative;z-index:1002}.btn-secondary{background:#00e676;color:#030;box-shadow:0 4px #00b248}.btn-secondary:active{transform:translateY(4px);box-shadow:none}.btn-primary-danger{background:transparent;color:#ff6b6b;border:2px solid rgba(255,107,107,.3)!important}.btn-primary-danger:hover{background:#ff6b6b1a;border-color:#ff6b6b!important}@media (max-height: 500px) and (orientation: landscape),(min-width: 768px) and (max-width: 1024px) and (orientation: landscape){.hud-score{position:fixed!important;top:10px!important;left:16px!important;font-size:.9rem!important}.hud-coins{position:fixed!important;top:10px!important;left:130px!important;font-size:.9rem!important;padding:5px 10px!important}.order-hud{position:fixed!important;top:45px!important;left:16px!important;right:auto!important;max-width:200px!important;margin-top:0!important;padding:8px 12px!important;gap:6px!important;font-size:.8rem!important}.order-hud-phase{font-size:.7rem!important}.order-hud-destination .dest-text{font-size:.75rem!important}.order-hud-destination .dest-dist{font-size:.7rem!important}.order-hud-timer,.order-hud-reward{padding:3px 6px!important;font-size:.7rem!important}.order-hud-timer .timer-text,.order-hud-reward .reward-text{font-size:.75rem!important}.speedometer-container{position:fixed!important;bottom:auto!important;top:140px!important;left:16px!important;right:auto!important;transform:scale(.75)!important;transform-origin:top left!important}.ui-layer:not(:has(.order-hud)) .speedometer-container{top:50px!important}.control-group.left{left:20px!important;bottom:20px!important}.hud-lives{position:fixed!important;top:10px!important;right:16px!important;left:auto!important;font-size:.9rem!important}.hud-container{display:contents!important}.game-buttons-container{position:fixed!important;top:45px!important;right:16px!important;left:auto!important;flex-direction:row!important;gap:8px!important;align-items:flex-start!important}.game-buttons-container.has-order,.game-buttons-container.no-order{top:45px!important}.game-btn{width:50px!important;height:50px!important}.game-btn .cam-svg,.game-btn .menu-svg{width:20px!important;height:20px!important}.game-btn .btn-label{font-size:.4rem!important}.mode-dot{width:4px!important;height:4px!important}.direction-arrow-container{position:fixed!important;top:45px!important;right:130px!important;padding:6px 10px!important;gap:3px!important}.arrow-wrapper{width:40px!important;height:40px!important}.arrow-icon-img{width:35px!important;height:35px!important}.arrow-label{font-size:.5rem!important}.arrow-distance{font-size:.65rem!important}.control-group.right{right:20px!important;bottom:20px!important}.control-btn-wrapper{transform:scale(.85)!important}.booster-container{position:fixed!important;top:10px!important;left:50%!important;transform:translate(-50%)!important;margin-top:0!important}.booster-active{font-size:.8rem!important;padding:4px 10px!important}.stunned-indicator{position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;font-size:.9rem!important}.minimap-container{display:none!important}}@media (min-width: 1024px) and (orientation: landscape){.game-buttons-container{top:80px!important;gap:12px!important}.game-btn{width:60px!important;height:60px!important}.game-btn .cam-svg,.game-btn .menu-svg{width:24px!important;height:24px!important}.game-btn .btn-label{font-size:.5rem!important}.direction-arrow-container{right:160px!important;top:80px!important}}
