:root{--navy: #272440;--orange: #F28705;--cream: #F2EFCE;--purple: #863BFF;--bg: var(--navy);--surface: #322e52;--surface-2: #3d3866;--text: var(--cream);--text-muted: #a9a5c9;--accent: var(--orange);--accent-2: var(--purple);--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px)}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-tap-highlight-color:transparent;overscroll-behavior:none}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit}.app-shell{height:100dvh;display:flex;flex-direction:column}.app-content{flex:1;overflow-y:auto;padding:calc(200px + var(--safe-top)) 16px 140px}.card{background:var(--surface);border-radius:14px;padding:16px;margin-bottom:12px}.btn-primary{background:var(--accent);color:var(--navy);border:none;border-radius:10px;padding:12px 20px;font-weight:700;font-size:15px}.btn-secondary{background:transparent;color:var(--text);border:1px solid var(--surface-2);border-radius:10px;padding:12px 20px;font-weight:600}.btn-danger{background:#e0455f;color:#fff;border:none;border-radius:10px;padding:12px 20px;font-weight:700}.field{width:100%;background:var(--surface-2);border:1px solid #4c477a;color:var(--text);border-radius:10px;padding:12px 14px;margin-bottom:12px;font-size:15px}.page-title{font-size:22px;font-weight:800;margin:4px 0 16px}.muted{color:var(--text-muted);font-size:13px}.top-bar-wrap{position:fixed;top:0;left:0;right:0;height:calc(190px + var(--safe-top));z-index:50;overflow:hidden}.top-bar-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.top-bar-top-row{position:absolute;top:calc(14px + var(--safe-top));left:16px;right:16px;display:flex;align-items:flex-start;justify-content:space-between}.top-bar-logo{height:96px;width:auto;object-fit:contain}.top-bar-right{display:flex;flex-direction:column;align-items:center;gap:6px}.top-bar-build{font-size:10px;font-weight:700;color:var(--navy);opacity:.6}.guide-btn{width:52px;height:52px;border-radius:50%;border:3px solid #d99a1f;background:radial-gradient(circle at 35% 30%,#7ecbe8,#3a9fd6);display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 3px 8px #00000040;position:relative}.guide-btn-icon{font-size:22px;font-weight:900;color:#fff;line-height:1}.guide-btn-label{position:absolute;bottom:-9px;background:var(--accent);color:var(--navy);font-size:7px;font-weight:800;padding:2px 6px;border-radius:6px;letter-spacing:.5px;border:1px solid #d99a1f}.top-bar-content{position:absolute;left:18px;right:18px;top:112px}.top-bar-title-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.top-bar-title{font-size:26px;font-weight:900;color:var(--navy);line-height:1.1}.top-bar-team{font-size:11px;font-weight:800;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.4);padding:4px 10px;border-radius:10px;white-space:nowrap;box-shadow:0 2px 6px #00000040}.top-bar-subtitle{font-size:13px;font-weight:600;color:#6b6690;margin-top:2px}.bottom-nav-wrap{position:fixed;bottom:0;left:0;right:0;z-index:50}.bottom-nav-bg{width:100%;display:block}.bottom-nav-buttons{position:absolute;left:0;right:0;bottom:0;display:flex;padding-bottom:calc(14px + var(--safe-bottom))}.bottom-nav-buttons a{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px;text-decoration:none;color:var(--navy);font-size:10px;font-weight:700;opacity:.55;transition:transform .15s ease,opacity .15s ease}.bottom-nav-buttons a.active{opacity:1;transform:translateY(-4px) scale(1.08)}.bottom-nav-buttons .nav-icon{width:54px;height:54px;object-fit:contain}.toast-stack{position:fixed;top:calc(12px + var(--safe-top));left:12px;right:12px;z-index:100;display:flex;flex-direction:column;gap:8px;pointer-events:none}.toast{background:var(--surface-2);border-left:4px solid var(--accent);border-radius:10px;padding:12px 14px;font-size:14px;box-shadow:0 6px 20px #00000059;animation:toast-in .25s ease-out}.toast.sos{border-left-color:#e0455f;font-weight:700}@keyframes toast-in{0%{transform:translateY(-12px);opacity:0}to{transform:translateY(0);opacity:1}}.leaderboard-podium{display:flex;align-items:flex-end;justify-content:center;gap:8px;margin-bottom:20px}.podium-slot{background:var(--surface);border-radius:12px;padding:12px 10px;text-align:center;flex:1}.podium-slot.first{order:2;padding-top:24px;border:2px solid var(--accent)}.podium-slot.second{order:1}.podium-slot.third{order:3}.rank-badge{display:inline-block;width:28px;height:28px;border-radius:50%;background:var(--surface-2);line-height:28px;font-weight:800;font-size:13px;margin-bottom:6px}.leaderboard-row{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid var(--surface-2)}.leaderboard-row .rank-badge{margin-bottom:0;flex-shrink:0}.leaderboard-row.me{background:#f287051f;border-radius:10px;padding:10px 8px}.team-color-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.map-page,.map-container{position:absolute;top:0;right:0;bottom:0;left:0}.mapboxgl-ctrl-top-right{margin-top:calc(190px + var(--safe-top))!important}.map-marker-card{display:flex;flex-direction:column;align-items:center;cursor:pointer;filter:drop-shadow(0 3px 6px rgba(0,0,0,.35))}.map-marker-thumb{width:46px;height:46px;border-radius:10px;background-color:var(--surface-2);background-size:cover;background-position:center;border:3px solid;border-color:inherit}.map-marker-thumb-empty{display:flex;align-items:center;justify-content:center;font-size:20px}.map-marker-label{margin-top:3px;background:#fff;color:var(--navy);font-size:10px;font-weight:800;padding:2px 7px;border-radius:8px;max-width:90px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-shadow:0 2px 4px #00000040}.map-marker-owner{margin-top:2px;color:#fff;font-size:9px;font-weight:800;padding:1px 6px;border-radius:7px;white-space:nowrap;text-shadow:0 1px 1px rgba(0,0,0,.3)}.map-controls{position:absolute;right:12px;bottom:calc(140px + var(--safe-bottom));display:flex;flex-direction:column;gap:10px}.map-btn{width:44px;height:44px;border-radius:50%;background:var(--surface);border:1px solid var(--surface-2);color:var(--text);font-size:18px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #00000059}.property-sheet{position:fixed;left:0;right:0;bottom:0;background:var(--surface);border-radius:20px 20px 0 0;padding:20px 20px calc(20px + var(--safe-bottom));z-index:60;max-height:75vh;overflow-y:auto;box-shadow:0 -8px 30px #0006}.property-sheet img{width:100%;border-radius:12px;margin-bottom:12px;max-height:160px;object-fit:cover}.sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:55}.hint-box{background:var(--surface-2);border-radius:10px;padding:10px 12px;margin-bottom:8px;font-size:14px}.hint-box.locked{color:var(--text-muted);display:flex;justify-content:space-between;align-items:center}.duel-card{display:flex;align-items:center;justify-content:space-between;gap:12px}.login-page{min-height:100dvh;display:flex;flex-direction:column;justify-content:center;padding:24px;background:linear-gradient(160deg,var(--navy),#1a1830)}.login-logo{font-size:28px;font-weight:900;color:var(--accent);text-align:center;margin-bottom:32px}
