.photo-carousel{margin-bottom:1rem}.photo-carousel-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:.5rem}.photo-carousel-title{font-size:.9rem;font-weight:600;color:#e5e7eb}.photo-carousel-count{font-size:.8rem;color:#9ca3af}.photo-carousel-strip{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.25rem}.photo-carousel-strip::-webkit-scrollbar{height:4px}.photo-carousel-strip::-webkit-scrollbar-thumb{background-color:#94a3b899;border-radius:999px}.photo-carousel-item-wrapper{position:relative;display:flex;flex-direction:column}.photo-carousel-item{border:none;background:none;padding:0;display:flex;flex-direction:column;gap:.25rem;cursor:pointer;min-width:96px}.photo-like-button{border:none;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:4px 8px;border-radius:12px;cursor:pointer;display:flex;align-items:center;gap:4px;font-size:.75rem;transition:all .2s ease;flex-shrink:0}.photo-like-button:hover{background:#000000bf;transform:scale(1.05)}.photo-like-button .like-icon{font-size:14px;line-height:1}.photo-like-button .like-count{color:#fff;font-weight:600;font-size:.7rem;line-height:1}.photo-like-button.liked{background:#dc262633}.photo-like-button.liked:hover{background:#dc26264d}.photo-carousel-thumb-wrapper{width:96px;height:72px;border-radius:.5rem;overflow:hidden;background:#020617;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0f172ab3}.photo-carousel-thumb{width:100%;height:100%;object-fit:cover;display:block;transition:transform .15s ease-out}.photo-carousel-item:hover .photo-carousel-thumb{transform:scale(1.03)}.photo-carousel-meta-container{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin-top:.25rem;min-height:0}.photo-carousel-meta-container:has(.photo-like-button:only-child){justify-content:flex-end}.photo-carousel-meta{display:flex;flex-direction:column;gap:.125rem;font-size:.7rem;color:#9ca3af;flex:1;min-width:0}.photo-meta-distance,.photo-meta-lap{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;line-height:1.2}.comment-feed-container{border-radius:8px;display:flex;flex-direction:column;gap:.5rem;flex-shrink:0}.feed-heading{margin:0 0 .75rem;font-size:.95rem;font-weight:600;color:inherit}.comment-form{display:flex;gap:.5rem;margin-bottom:.75rem}.comment-input{flex:1;padding:.6rem .8rem;border:1px solid rgba(255,255,255,.08);border-radius:20px;font-size:.95rem;background:#ffffff0a;color:#fffffff2;transition:all .2s}.comment-input::placeholder{color:#fff6}.comment-input:focus{outline:none;border-color:#fff3;background:#ffffff0f}.comment-input:disabled{background:#00000014;cursor:not-allowed;opacity:.6}.comment-submit-button{width:2.6rem;height:2.6rem;border:none;border-radius:50%;background:#ffffff0f;color:#fffffff2;font-size:1.2rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;flex-shrink:0}.comment-submit-button:hover:not(:disabled){background:#00000026;transform:scale(1.05)}.comment-submit-button:active:not(:disabled){transform:scale(.95)}.comment-submit-button:disabled{background:#0000000d;cursor:not-allowed;opacity:.5}.comment-error{color:#ff3b30;font-size:.8rem;margin-bottom:.5rem;padding:0 .5rem}.comment-list{flex-shrink:0;padding-right:.5rem;display:flex;flex-direction:column;gap:.6rem}.empty-comments{text-align:center;padding:1.5rem 1rem;color:#fff6;font-size:.85rem}.comment-item{padding:.65rem;background:#ffffff0d;border-radius:8px;animation:slideInComment .3s ease-out;transition:background .2s ease,transform .2s ease;border:1px solid transparent}.comment-item:hover{background:#ffffff12;border-color:#ffffff14}@keyframes slideInComment{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.comment-content{display:flex;align-items:baseline;gap:.4rem;flex-wrap:wrap;line-height:1.4}.comment-username{font-weight:700;font-size:.85rem;color:#fffffff2;flex-shrink:0;text-shadow:0 1px 2px rgba(0,0,0,.3)}.comment-text{font-size:.85rem;color:#fffffff2;word-wrap:break-word;flex:1;min-width:0}.comment-text-clickable{cursor:pointer;transition:color .2s,opacity .2s;border-radius:2px;padding:0 2px}.comment-text-clickable:hover{color:#fff;opacity:.85}.comment-text-clickable:focus{outline:2px solid rgba(255,255,255,.3);outline-offset:2px}.comment-timestamp{font-size:.7rem;color:#ffffff73;flex-shrink:0;font-weight:400}.comment-reply-button{font-size:.7rem;font-weight:500;color:#ffffff8c;background:#ffffff08;border:1px solid rgba(255,255,255,.08);cursor:pointer;padding:.15rem .5rem;margin-left:auto;transition:all .2s ease;border-radius:12px}.comment-reply-button:hover:not(:disabled){color:#fffffff2;background:#3b82f61f;border-color:#3b82f640;transform:translateY(-1px)}.comment-reply-button:active:not(:disabled){transform:translateY(0)}.comment-reply-button:disabled{cursor:not-allowed;opacity:.5}.comment-like-button{display:inline-flex;align-items:center;gap:.3rem;font-size:.7rem;color:#ffffff80;background:#ffffff08;border:1px solid rgba(255,255,255,.08);cursor:pointer;padding:.15rem .4rem;margin-left:.3rem;transition:all .2s ease;border-radius:12px}.comment-like-button:hover:not(:disabled){color:#fffc;background:#ef444414;border-color:#ef444433;transform:scale(1.05)}.comment-like-button:active:not(:disabled){transform:scale(.95)}.comment-like-button.liked{color:#ff6b6b;font-weight:600;background:#ef44441f;border-color:#ef44444d}.comment-like-button.liked:hover:not(:disabled){background:#ef44442e;border-color:#ef444466}.comment-like-button.liked .like-icon{animation:likeAnimation .4s cubic-bezier(.68,-.55,.265,1.55)}@keyframes likeAnimation{0%{transform:scale(1) rotate(0)}25%{transform:scale(1.3) rotate(-10deg)}50%{transform:scale(1.4) rotate(10deg)}75%{transform:scale(1.2) rotate(-5deg)}to{transform:scale(1) rotate(0)}}.comment-like-button:disabled{cursor:not-allowed;opacity:.5}.like-icon{font-size:.8rem;line-height:1}.like-count{font-size:.7rem;font-weight:500;min-width:1ch;text-align:center}.reply-item .comment-like-button{font-size:.65rem;padding:.05rem .25rem}.reply-item .like-icon{font-size:.75rem}.reply-item .like-count{font-size:.65rem}.reply-form{display:flex;gap:.4rem;margin-top:.5rem;padding-left:1rem}.reply-input{flex:1;padding:.4rem .6rem;border:1px solid rgba(255,255,255,.08);border-radius:16px;font-size:.85rem;background:#ffffff0a;color:#fffffff2;transition:all .2s}.reply-input::placeholder{color:#fff6}.reply-input:focus{outline:none;border-color:#fff3;background:#ffffff0f}.reply-input:disabled{background:#00000014;cursor:not-allowed;opacity:.6}.reply-submit-button{width:2rem;height:2rem;border:none;border-radius:50%;background:#ffffff0f;color:#fffffff2;font-size:1rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;flex-shrink:0}.reply-submit-button:hover:not(:disabled){background:#00000026;transform:scale(1.05)}.reply-submit-button:disabled{background:#0000000d;cursor:not-allowed;opacity:.5}.reply-cancel-button{font-size:.75rem;color:#ffffff80;background:none;border:none;cursor:pointer;padding:0 .5rem;transition:color .2s}.reply-cancel-button:hover:not(:disabled){color:#fffc}.reply-cancel-button:disabled{cursor:not-allowed;opacity:.5}.comment-replies{margin-top:.6rem;padding-left:1.2rem;border-left:2px solid rgba(99,102,241,.25);display:flex;flex-direction:column;gap:.4rem;position:relative}.comment-replies:before{content:"";position:absolute;left:-2px;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#6366f166,#6366f11a);opacity:0;transition:opacity .2s ease}.comment-item:hover .comment-replies:before{opacity:1}.reply-item{padding:.45rem .5rem;background:#ffffff0a;border-radius:6px;animation:slideInComment .3s ease-out;transition:all .2s ease;border:1px solid transparent}.reply-item:hover{background:#ffffff0f;border-color:#ffffff14;transform:translate(2px)}.reply-item .comment-content{gap:.3rem}.reply-item .comment-username{font-size:.75rem}.reply-item .comment-text{font-size:.8rem}.reply-item .comment-timestamp{font-size:.65rem}.reply-item .comment-reply-button{font-size:.65rem;margin-left:auto}.thread-collapse-button{font-size:.7rem;color:#ffffff80;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);cursor:pointer;padding:.2rem .4rem;margin-right:.3rem;transition:all .2s ease;flex-shrink:0;border-radius:4px;min-width:24px;min-height:24px;display:inline-flex;align-items:center;justify-content:center}.thread-collapse-button:hover{color:#ffffffe6;background:#3b82f626;border-color:#3b82f64d;transform:scale(1.05)}.thread-collapse-button:active{transform:scale(.95)}.thread-collapse-button.collapsed{color:#fff9;background:#ffffff08}.collapsed-thread-indicator{display:block;width:100%;margin-top:.4rem;padding:.4rem .6rem;font-size:.75rem;color:#ffffff80;background:#ffffff08;border:1px dashed rgba(255,255,255,.1);border-radius:4px;cursor:pointer;text-align:center;transition:all .2s}.collapsed-thread-indicator:hover{color:#ffffffb3;background:#ffffff0d;border-color:#fff3}.comment-item.has-replies{border-left:3px solid rgba(59,130,246,.4);background:#ffffff0f;padding-left:.75rem}.comment-item.has-replies:hover{border-left-color:#3b82f699;background:#ffffff14}.character-count{text-align:right;font-size:.7rem;color:#ffffff80;margin-top:.25rem;padding-right:.5rem}.photo-item{padding:.5rem}.photo-feed-content{display:flex;align-items:baseline;gap:.4rem;flex-wrap:wrap;line-height:1.4}.photo-feed-image-wrapper{border:none;background:none;padding:0;margin:0;cursor:pointer;border-radius:6px;overflow:hidden;width:96px;height:72px;display:block;transition:transform .2s ease;flex-shrink:0;align-self:center}.photo-feed-image-wrapper:hover{transform:scale(1.02)}.photo-feed-image{width:100%;height:100%;display:block;object-fit:cover;border-radius:6px}.photo-feed-caption{font-size:.85rem;color:#fffffff2;word-wrap:break-word;flex:1;min-width:0;line-height:1.4}.photo-lightbox-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172ae6;display:flex;align-items:center;justify-content:center;z-index:50}.photo-lightbox{position:relative;max-width:90vw;max-height:90vh;background:#020617;border-radius:.75rem;overflow:hidden;box-shadow:0 20px 40px #0009;display:flex;flex-direction:column}.photo-lightbox-close{position:absolute;top:.5rem;right:.75rem;border:none;background:transparent;color:#e5e7eb;font-size:1.5rem;cursor:pointer;z-index:1}.photo-lightbox-image-wrapper{max-height:70vh;display:flex;align-items:center;justify-content:center;background:#020617}.photo-lightbox-image{max-width:100%;max-height:70vh;object-fit:contain;display:block}.photo-lightbox-meta{padding:.75rem 1rem 1rem}.photo-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);border:none;background:#0f172aa6;color:#e5e7eb;font-size:2rem;width:2.75rem;height:2.75rem;border-radius:9999px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease}.photo-lightbox-nav:hover{background:#22c55ed9;color:#fff}.photo-lightbox-nav.prev{left:.5rem}.photo-lightbox-nav.next{right:.5rem}.photo-lightbox-caption{font-size:.9rem;color:#e5e7eb;margin-bottom:.5rem}.photo-lightbox-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem}.photo-lightbox-context{font-size:.8rem;color:#9ca3af;display:flex;align-items:center;gap:.3rem}.photo-lightbox-context .dot{font-size:.7rem}.photo-lightbox-like-button{border:none;background:#ffffff1a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:6px 12px;border-radius:16px;cursor:pointer;display:flex;align-items:center;gap:6px;font-size:.85rem;transition:all .2s ease;border:1px solid rgba(255,255,255,.15)}.photo-lightbox-like-button:hover{background:#fff3;transform:scale(1.05)}.photo-lightbox-like-button .like-icon{font-size:16px;line-height:1}.photo-lightbox-like-button .like-count{color:#fff;font-weight:600;font-size:.75rem;line-height:1}.photo-lightbox-like-button.liked{background:#dc262640;border-color:#dc262680}.photo-lightbox-like-button.liked:hover{background:#dc262659}.anonymous-prompt-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.anonymous-prompt-modal{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 8px 32px #0003;max-width:400px;width:90%;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.anonymous-prompt-modal h3{margin:0 0 .5rem;font-size:1.5rem;color:#1a1a1a}.anonymous-prompt-modal p{margin:0 0 1.5rem;color:#666;font-size:.95rem;line-height:1.5}.name-input{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .2s}.name-input:focus{outline:none;border-color:#007aff}.error-message{color:#ff3b30;font-size:.85rem;margin-top:.5rem}.button-group{display:flex;gap:.75rem;margin-top:1.5rem}.cancel-button,.submit-button{flex:1;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.cancel-button{background:#f0f0f0;color:#666}.cancel-button:hover{background:#e0e0e0}.submit-button{background:#007aff;color:#fff}.submit-button:hover{background:#0051d5;transform:translateY(-1px)}.submit-button:active{transform:translateY(0)}.live-viewer{width:100%;height:100vh;overflow:hidden;position:relative}.map-container{position:absolute;top:0;left:0;width:100%;height:100%;transform:translateZ(0);will-change:transform;backface-visibility:hidden;contain:layout style paint}.overlay-panel{position:absolute;z-index:10}@media (min-width: 768px){.overlay-panel{left:1.5rem;top:1.5rem;bottom:1.5rem;max-width:calc(100% - 3rem)}}@media (max-width: 767px){.overlay-panel{left:0;right:0;bottom:0;max-height:95%}}.unified-panel{width:100%;height:100%;background:#000000f2;color:#fff;display:flex;flex-direction:column;border-radius:.75rem;overflow:hidden;box-shadow:0 4px 24px #00000080;position:relative}.unified-panel-content{flex:1;overflow-y:auto;overflow-x:hidden;min-height:0;display:flex;flex-direction:column;position:relative;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}.unified-panel-content::-webkit-scrollbar{width:6px}.unified-panel-content::-webkit-scrollbar-track{background:transparent}.unified-panel-content::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.unified-panel-content::-webkit-scrollbar-thumb:hover{background:#fff6}.stats-panel{padding:.5rem .75rem;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.social-section{padding:.5rem .75rem;flex-shrink:0;display:flex;flex-direction:column}.unified-panel:after{content:"";position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(to bottom,transparent,rgba(0,0,0,.9));pointer-events:none;opacity:0;transition:opacity .3s ease;z-index:5;border-radius:0 0 .75rem .75rem}.unified-panel.has-scroll:after{opacity:1}.unified-panel:before{content:"⌄";position:absolute;bottom:8px;left:50%;transform:translate(-50%);font-size:1.2rem;color:#fff9;pointer-events:none;opacity:0;transition:opacity .3s ease;z-index:6;animation:bounce 2s ease-in-out infinite}.unified-panel.has-scroll:before{opacity:1}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-4px)}}.media-section{padding:.75rem 1rem}.status-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:.35rem;padding-bottom:.35rem;border-bottom:1px solid rgba(255,255,255,.1);gap:.5rem}.last-updated-inline{flex:1;text-align:center;display:flex;flex-direction:column;gap:.1rem}.action-title{font-size:.95rem;font-weight:700;color:#fffffff2;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.action-description-section{padding:.5rem .75rem;border-bottom:1px solid rgba(255,255,255,.1)}.action-description{font-size:.8rem;color:#ffffffbf;line-height:1.5;word-wrap:break-word;white-space:pre-wrap;max-width:100%;transition:max-height .3s ease,opacity .3s ease}.action-description.expandable.collapsed{max-height:4.5em;overflow:hidden;position:relative}.action-description.expandable.collapsed:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1.5em;background:linear-gradient(to bottom,transparent,rgba(0,0,0,.95));pointer-events:none}.action-description.expandable.expanded{max-height:none}.description-toggle{margin-top:.5rem;padding:.25rem .5rem;background:transparent;border:1px solid rgba(255,255,255,.2);color:#ffffffb3;border-radius:.4rem;font-size:.7rem;font-weight:600;cursor:pointer;transition:all .2s ease}.description-toggle:hover{background:#ffffff1a;border-color:#ffffff4d;color:#ffffffe6}.last-updated-time{font-size:.65rem;color:#ffffff80;font-variant-numeric:tabular-nums}.status-controls{display:flex;align-items:center;gap:.75rem}.status-indicator-wrapper{display:flex;flex-direction:column;align-items:center;gap:0}.status-indicator{padding:.35rem .75rem;border-radius:.75rem;font-weight:600;font-size:.85rem;line-height:1.2}.completion-time,.paused-time{font-size:.65rem;color:#ffffff80;font-variant-numeric:tabular-nums;margin-top:.15rem;line-height:1}.status-indicator.live{background:#ef444433;color:#ef4444}.status-indicator.paused{background:#fbbf2433;color:#fbbf24}.status-indicator.completed{background:#10b98133;color:#10b981}.battery{font-size:.8rem;color:#ffffffb3}.unit-toggle{padding:.3rem .6rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fffc;border-radius:.4rem;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease}.unit-toggle:hover{background:#ffffff26;border-color:#ffffff4d;color:#fff}.eta-banner{background:linear-gradient(135deg,#3b82f633,#10b98133);border:1px solid rgba(59,130,246,.3);border-radius:.75rem;padding:.5rem .75rem;margin-bottom:.5rem;display:flex;justify-content:space-between;align-items:center}.eta-label{font-size:.75rem;font-weight:600;color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em}.eta-time{font-size:1.1rem;font-weight:700;color:#3b82f6;font-variant-numeric:tabular-nums}.stats-section{margin-bottom:.5rem}.section-header{font-size:.7rem;font-weight:700;color:#ffffffb3;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.35rem;padding-bottom:.35rem;border-bottom:1px solid rgba(255,255,255,.15)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem .4rem}.stat-item{text-align:center}.stat-label{font-size:.7rem;color:#fff9;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.2rem}.stat-value{font-size:1.1rem;font-weight:700;color:#fff;line-height:1.2}.lap-info{padding:1rem;background:#ffffff0d;border-radius:.75rem;margin-bottom:1rem}.lap-info-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#ffffff14;border-radius:.75rem;margin-bottom:1.5rem;font-weight:600;color:#fff;font-size:1.1rem;border:1px solid rgba(255,255,255,.1)}.lap-label{font-size:.85rem;font-weight:600;color:#ffffffe6;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.lap-details{font-size:.85rem;color:#fff9;margin-bottom:.75rem}.progress-section{margin-bottom:.5rem;padding-top:.35rem}.progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.progress-title{font-size:.7rem;font-weight:700;color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em}.exceeded-laps{text-decoration:line-through;text-decoration-color:#ffffff80;text-decoration-thickness:1.5px;opacity:.7}.progress-timer{font-size:.95rem;font-weight:700;color:#fff;font-variant-numeric:tabular-nums}.progress-bar{width:100%;height:8px;background:#ffffff1a;border-radius:4px;overflow:hidden;margin-bottom:.3rem;box-shadow:0 2px 8px #0003}.progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#8b5cf6);transition:width .3s ease;border-radius:4px}.elevation-chart-container{width:100%;height:60px;margin-bottom:.3rem;background:#ffffff0d;border-radius:4px;overflow:hidden;box-shadow:0 2px 8px #0003}.chart-hover-marker{width:12px;height:12px;border-radius:50%;background-color:#3b82f6;border:2px solid white;box-shadow:0 2px 8px #0000004d;pointer-events:none;z-index:1000}.countdown-container{width:100%;height:100vh;display:flex;flex-direction:column;position:relative}.countdown-container .map-container{flex:1}.countdown-panel{position:absolute;bottom:0;left:0;right:0;background:#000000f2;color:#fff;padding:1.5rem;border-radius:1rem 1rem 0 0;box-shadow:0 -4px 20px #0000004d}.countdown-content{text-align:center;animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.countdown-content h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.sport-type{font-size:1.1rem;color:#fff9;margin-bottom:2rem;text-transform:capitalize}.countdown-timer{font-size:3.5rem;font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:.02em;margin-bottom:1rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;white-space:nowrap;line-height:1.2}.countdown-label{font-size:1.2rem;color:#ffffffb3;margin-bottom:1rem}.start-time{font-size:1rem;color:#ffffff80;margin-top:1rem}.action-details{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.95rem}.detail-label{color:#fff9;font-weight:500}.detail-value{color:#fff;font-weight:600;font-size:1rem;text-align:right;word-wrap:break-word}@media (min-width: 768px){.countdown-panel{max-width:420px;bottom:1.5rem;left:1.5rem;right:auto;border-radius:1rem}.countdown-content h1{font-size:3.5rem}.countdown-timer{font-size:4.5rem}.action-details{display:flex;flex-direction:column;gap:.5rem}}@media (max-width: 480px){.countdown-content h1{font-size:1.75rem}.countdown-timer{font-size:2rem}.countdown-label{font-size:.9rem}}@media (max-width: 360px){.countdown-timer,.countdown-content h1{font-size:1.5rem}}.map-overlay-top{position:absolute;top:1rem;left:1rem;z-index:10}.reaction-summary{margin-bottom:.35rem;padding-bottom:.35rem;border-bottom:1px solid rgba(255,255,255,.1)}.unified-reactions-scroll{display:flex;gap:.4rem;overflow-x:auto;padding:.25rem 0;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}.unified-reactions-scroll::-webkit-scrollbar{height:4px}.unified-reactions-scroll::-webkit-scrollbar-track{background:transparent}.unified-reactions-scroll::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:2px}.reaction-pill{display:flex;align-items:center;gap:.35rem;padding:.4rem .65rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:1rem;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0}.reaction-pill:hover{background:#ffffff26;border-color:#ffffff4d;transform:scale(1.05)}.reaction-pill-more{font-size:1rem;padding:.4rem .6rem}.reaction-emoji-wrapper{position:relative;display:inline-block}.reaction-emoji-large{font-size:1rem;line-height:1}.reaction-banned-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.2rem;pointer-events:none;z-index:10;filter:drop-shadow(0 0 2px rgba(0,0,0,.8));animation:banned-pulse 1.5s ease-in-out infinite}@keyframes banned-pulse{0%,to{opacity:.9;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.1)}}.reaction-pill-banned{position:relative}.reaction-count-badge{font-size:.8rem;font-weight:700;color:#ffffffe6;font-variant-numeric:tabular-nums}.comment-input-section{margin-bottom:.35rem;padding-bottom:.35rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;flex-shrink:0;overflow:visible}.comment-input-section .comment-feed-container{display:flex;flex-direction:column;flex-shrink:0;overflow:visible}.comment-input-section .comment-list{max-height:120px;overflow-y:auto;margin-top:.35rem;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent;flex-shrink:1;min-height:0}.comment-input-section .comment-list::-webkit-scrollbar{width:4px}.comment-input-section .comment-list::-webkit-scrollbar-track{background:transparent}.comment-input-section .comment-list::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:2px}.comment-input-section .feed-heading{font-size:.7rem;font-weight:700;color:#ffffffb3;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.35rem}.comment-input-section .comment-form{margin-bottom:.35rem}.comment-input-section .comment-input{padding:.5rem .7rem;font-size:.85rem}.comment-input-section .comment-submit-button{width:2.2rem;height:2.2rem;font-size:1rem}.comment-input-section .comment-item{padding:.3rem .4rem;margin-bottom:.2rem;background:#ffffff0d;border-radius:.4rem}.comment-input-section .comment-header{display:inline;margin-bottom:0;gap:.3rem}.comment-input-section .comment-username{font-size:.7rem;font-weight:700;color:#fffc}.comment-input-section .comment-username:after{content:" ";font-weight:400}.comment-input-section .comment-timestamp{font-size:.65rem;color:#fff6;margin-left:.3rem}.comment-input-section .comment-timestamp:before{content:"· ";margin-right:.2rem}.comment-input-section .comment-text{display:block;font-size:.75rem;color:#ffffffe6;line-height:1.3;margin-top:.2rem}.comment-input-section .empty-comments{padding:1rem;font-size:.75rem;color:#fff6}.emoji-picker-expanded{background:#000000f2;border:1px solid rgba(255,255,255,.2);border-radius:.75rem;padding:.75rem;max-height:300px;overflow-y:auto;animation:slideDownFade .2s ease-out}@keyframes slideDownFade{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.emoji-picker-expanded .custom-emoji-section{margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.1)}.emoji-picker-expanded .custom-emoji-form{display:flex;gap:.4rem}.emoji-picker-expanded .custom-emoji-input{flex:1;padding:.4rem .6rem;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;font-size:.85rem;background:#ffffff0d;color:#ffffffe6;transition:border-color .2s}.emoji-picker-expanded .custom-emoji-input::placeholder{color:#fff6}.emoji-picker-expanded .custom-emoji-input:focus{outline:none;border-color:#fff6;background:#ffffff14}.emoji-picker-expanded .custom-emoji-submit{padding:.4rem .8rem;background:#3b82f6cc;color:#fff;border:none;border-radius:.5rem;font-weight:600;font-size:.8rem;cursor:pointer;transition:background .2s}.emoji-picker-expanded .custom-emoji-submit:hover{background:#3b82f6}.emoji-picker-expanded .emoji-category{margin-bottom:.75rem}.emoji-picker-expanded .emoji-category:last-child{margin-bottom:0}.emoji-picker-expanded .category-label{font-size:.7rem;font-weight:600;color:#fff9;margin-bottom:.4rem;text-transform:uppercase;letter-spacing:.5px}.emoji-picker-expanded .emoji-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:.2rem}.emoji-picker-expanded .emoji-button{width:2rem;height:2rem;border:none;background:transparent;font-size:1.25rem;cursor:pointer;border-radius:.4rem;transition:all .15s;display:flex;align-items:center;justify-content:center}.emoji-picker-expanded .emoji-button:hover{background:#ffffff1a;transform:scale(1.15)}.emoji-picker-expanded .emoji-button:active{transform:scale(.95)}.emoji-picker-expanded::-webkit-scrollbar{width:6px}.emoji-picker-expanded::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.emoji-picker-expanded::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.emoji-picker-expanded::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.social-heading{font-size:.75rem;font-weight:700;margin:0 0 .5rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:.1em}@media (min-width: 768px){.map-overlay-top{right:1.5rem;left:auto}}.track-loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.track-loading-content{background:#000000f2;border:1px solid rgba(255,255,255,.2);border-radius:1rem;padding:2rem;text-align:center;min-width:280px;max-width:90%;box-shadow:0 8px 32px #00000080}.loading-spinner{width:48px;height:48px;border:4px solid rgba(255,255,255,.1);border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.loading-text{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.loading-progress{margin-top:1rem}.progress-bar-container{width:100%;height:6px;background:#ffffff1a;border-radius:3px;overflow:hidden;margin-bottom:.5rem}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#8b5cf6);transition:width .2s ease;border-radius:3px}.progress-text{font-size:.85rem;color:#ffffffb3;font-variant-numeric:tabular-nums}.maplibregl-ctrl-group button.fit-to-route-button{background-color:#ffffffe6!important;color:#333!important;border:1px solid rgba(0,0,0,.2)!important}.maplibregl-ctrl-group button.fit-to-route-button:hover{background-color:#fff!important;color:#000!important;border-color:#0000004d!important}.animated-location-marker{width:50px;height:50px;position:relative;display:flex;align-items:center;justify-content:center;pointer-events:auto;cursor:pointer}.location-center{width:32px;height:32px;background:#3b82f6;border:3px solid white;border-radius:50%;position:relative;z-index:4;box-shadow:0 2px 8px #0000004d;overflow:hidden;display:flex;align-items:center;justify-content:center}.location-avatar{width:100%;height:100%;object-fit:cover;border-radius:50%}.location-wave{position:absolute;width:32px;height:32px;border:2px solid #3B82F6;border-radius:50%;opacity:.5;z-index:1}.location-wave.wave-1{animation:locationPulse 2s ease-out infinite}.location-wave.wave-2{animation:locationPulse 2s ease-out infinite .67s}.location-wave.wave-3{animation:locationPulse 2s ease-out infinite 1.33s}.animated-location-marker.paused .location-wave{animation:none;opacity:0}@keyframes locationPulse{0%{transform:scale(1);opacity:.5}50%{opacity:.25}to{transform:scale(2.2);opacity:0}}.resize-handle{position:absolute;z-index:20;background:transparent;transition:all .2s ease}@media (min-width: 768px){.resize-handle{right:0;top:0;bottom:0;width:12px;cursor:col-resize}.resize-handle:before{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:3px;height:40px;background:#ffffff4d;border-radius:2px 0 0 2px;transition:all .2s ease}.resize-handle:hover:before{background:#3b82f699;height:60px;width:4px}.resize-handle:active:before{background:#3b82f6e6;height:80px;width:4px}}@media (max-width: 767px){.resize-handle{left:0;right:0;top:0;height:12px;cursor:row-resize}.resize-handle:before{content:"";position:absolute;left:50%;top:0;transform:translate(-50%);width:40px;height:3px;background:#ffffff4d;border-radius:2px 2px 0 0;transition:all .2s ease}.resize-handle:hover:before{background:#3b82f699;width:60px;height:4px}.resize-handle:active:before{background:#3b82f6e6;width:80px;height:4px}}.social-panel{display:flex;flex-direction:column;flex-shrink:0}.social-panel .comment-section{flex-shrink:0;display:flex;flex-direction:column}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;height:100vh}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;padding:2rem;text-align:center}.error-container h1{font-size:2rem;margin-bottom:1rem}.error-container p{color:#888;margin-bottom:2rem}.loading-container{display:flex;align-items:center;justify-content:center;height:100vh}.spinner{width:48px;height:48px;border:4px solid rgba(255,255,255,.1);border-top-color:#646cff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
