@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";.navbar{background:var(--navbar-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--navbar-border);position:sticky;top:0;z-index:100}.nav-container{max-width:1100px;margin:0 auto;display:flex;align-items:center;padding:0 1.5rem;height:60px}.nav-brand{display:flex;align-items:center;gap:.5rem;text-decoration:none;margin-right:auto}.brand-icon{font-size:1.3rem}.brand-text{font-size:1rem;font-weight:800;color:var(--color-text);letter-spacing:.5px}.nav-links{display:flex;align-items:center;gap:.1rem}.nav-link{color:var(--color-text-muted);text-decoration:none;font-size:.82rem;padding:.4rem .6rem;border-radius:8px;transition:all .15s;white-space:nowrap}.nav-link:hover,.nav-link.active{color:var(--color-text);background:#ffffff0f}.nav-dup-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;margin-left:4px;border-radius:10px;background:#ef4444;color:#fff;font-size:.65rem;font-weight:700;line-height:1;animation:badgePulse 2s ease-in-out infinite}@keyframes badgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.nav-toggle{display:none;background:none;border:none;font-size:1.3rem;color:var(--color-text);cursor:pointer}.nav-user{display:flex;align-items:center;gap:.5rem;margin-left:.5rem}.nav-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover}.nav-username{font-size:.85rem;color:var(--color-text);font-weight:600}.theme-toggle,.nav-logout{background:none;border:none;cursor:pointer;font-size:1rem;padding:.3rem;border-radius:6px}.theme-toggle:hover,.nav-logout:hover{background:#ffffff0f}.nav-segmented-control{display:flex;background:#ffffff0d;border-radius:12px;padding:4px;position:relative;margin-right:16px}.nav-seg-tab{flex:1;text-align:center;padding:8px 16px;font-size:.85rem;font-weight:600;color:var(--color-text-muted);border-radius:8px;cursor:pointer;z-index:1;transition:color .3s;background:none;border:none;white-space:nowrap}.nav-seg-tab.active{color:#fc4c02}.nav-seg-bg{position:absolute;top:4px;bottom:4px;width:calc(50% - 4px);background-color:#fc4c021a;border-radius:8px;transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:0}.nav-segmented-control:has(.state-com) .nav-seg-bg{transform:translate(0)}.nav-segmented-control:has(.state-ent) .nav-seg-bg{transform:translate(100%)}.org-search-box{padding:12px;border-bottom:1px solid var(--color-border);position:relative}.org-search-box input{width:100%;background-color:#0003;border:1px solid var(--color-border);color:var(--color-text);padding:8px 12px 8px 32px;border-radius:8px;font-size:.85rem;outline:none;transition:border-color .2s}.org-search-box input:focus{border-color:#fc4c02}.org-search-icon{position:absolute;left:20px;top:50%;transform:translateY(-50%);color:var(--color-text-muted);font-size:.85rem}.org-list-scroll{max-height:350px;overflow-y:auto}.nav-org-dropdown{position:relative}.nav-org-trigger{cursor:pointer;border:none;background:none;font-family:inherit}.nav-org-trigger.active{background:#fc4c021a!important;color:#fc4c02!important}.org-dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:280px;background:var(--color-card-bg, #1a1a2e);border:1px solid var(--color-border, #2a2a3e);border-radius:14px;box-shadow:0 12px 40px #00000073;z-index:200;overflow:hidden;animation:dropIn .15s ease}@keyframes dropIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.org-dropdown-active{padding:.75rem 1rem;background:#fc4c020f;border-bottom:1px solid var(--color-border);display:flex;flex-direction:column;gap:.3rem}.odm-label{font-size:.7rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.5px}.odm-name{font-weight:700;font-size:.95rem}.odm-url,.odm-slug{font-size:.72rem;color:var(--color-text-muted);font-family:monospace;display:block}.odm-role{font-size:.75rem;font-weight:600}.odm-role.admin{color:#fc4c02}.odm-role.member{color:#60a5fa}.odm-exit{margin-top:.3rem;background:#dc26261a;border:1px solid rgba(220,38,38,.2);color:#ef4444;padding:.35rem .6rem;border-radius:8px;font-size:.8rem;cursor:pointer;font-weight:600;transition:all .15s;width:fit-content}.odm-exit:hover{background:#dc262633}.org-dropdown-section{padding:.5rem 0;border-bottom:1px solid var(--color-border)}.odm-section-title{font-size:.7rem;color:var(--color-text-muted);padding:.25rem 1rem;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.odm-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.5rem 1rem;background:none;border:none;color:var(--color-text);font-size:.85rem;cursor:pointer;transition:background .1s;font-family:inherit;text-align:left}.odm-item:hover{background:#ffffff0d}.odm-item.current{background:#fc4c0214;color:#fc4c02;font-weight:600}.odm-badge{font-size:.72rem;color:var(--color-text-muted)}.org-dropdown-actions{padding:.5rem;display:flex;flex-direction:column;gap:.15rem}.odm-action{display:block;padding:.5rem .75rem;font-size:.85rem;color:var(--color-text-muted);text-decoration:none;border-radius:8px;transition:all .1s}.odm-action:hover{background:#ffffff0d;color:var(--color-text)}.odm-create{color:#fc4c02!important;font-weight:600}@media(max-width:768px){.nav-toggle{display:block}.nav-links{display:none;flex-direction:column;position:absolute;top:60px;left:0;right:0;background:var(--navbar-bg);border-bottom:1px solid var(--navbar-border);padding:.5rem;z-index:99}.nav-links.open{display:flex}.nav-username{display:none}.org-dropdown-menu{position:fixed;top:auto;left:.5rem;right:.5rem;min-width:auto}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f0f23,#1a1a3e,#2d1b4e);padding:2rem}.login-container{width:100%;max-width:440px;text-align:center}.login-logo h1{font-size:2.5rem;color:#fff;margin:0 0 .5rem;font-weight:800;letter-spacing:-.02em}.login-tagline{color:var(--color-text-secondary);font-size:.95rem;margin:0 0 2rem}.login-card{background:var(--color-input-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--color-input-border);border-radius:20px;padding:2.5rem 2rem;margin-bottom:2rem}.login-card h2{color:#fff;font-size:1.5rem;margin:0 0 .75rem;font-weight:700}.login-description{color:var(--color-text-secondary);font-size:.9rem;margin:0 0 2rem;line-height:1.5}.btn-strava{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:1rem 1.5rem;background:#fc4c02;color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;letter-spacing:.01em}.btn-strava:hover{background:#e04400;transform:translateY(-2px);box-shadow:0 8px 30px #fc4c0266}.btn-strava:active{transform:translateY(0)}.strava-icon{width:24px;height:24px;filter:brightness(0) invert(1)}.login-note{color:var(--color-text-muted);font-size:.8rem;margin:1.25rem 0 0;line-height:1.5}.login-features{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.feature-item{display:flex;align-items:center;gap:.5rem;color:var(--color-text-muted);font-size:.85rem}.feature-icon{font-size:1.2rem}.login-invite-notice{background:#22c55e1f;border:1px solid rgba(34,197,94,.25);border-radius:10px;padding:.75rem 1rem;color:#86efac;font-size:.85rem;margin-bottom:1.25rem}.login-register-cta{margin-bottom:1.5rem}.login-register-cta p{color:var(--color-text-muted);font-size:.85rem;margin:0 0 .5rem}.btn-register-link{display:inline-block;color:#fc4c02;text-decoration:none;font-weight:700;font-size:.95rem;padding:.6rem 1.5rem;border:1px solid rgba(252,76,2,.3);border-radius:12px;transition:all .2s}.btn-register-link:hover{background:#fc4c021f;border-color:#fc4c02;transform:translateY(-1px)}.login-how-it-works{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--color-border)}.login-how-it-works h3{color:var(--color-text-secondary);font-size:.9rem;margin:0 0 1rem}.how-steps{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.how-step{display:flex;align-items:center;gap:.5rem;color:var(--color-text-muted);font-size:.8rem}.step-num{width:24px;height:24px;border-radius:50%;background:#fc4c0233;color:#fc4c02;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem}@media(max-width:480px){.login-logo h1{font-size:2rem}.login-card{padding:2rem 1.5rem}.login-features{flex-direction:column;gap:.75rem;align-items:center}.how-steps{flex-direction:column;align-items:center}}.register-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.register-card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:20px;padding:2.5rem;max-width:480px;width:100%}.register-card h1{font-size:1.5rem;margin:0 0 .5rem}.register-subtitle{color:var(--color-text-muted);font-size:.85rem;margin:0 0 2rem}.register-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{font-size:.8rem;font-weight:600;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.5px}.form-group input{background:var(--color-input-bg);border:1px solid var(--color-input-border);border-radius:10px;padding:.75rem 1rem;color:#fff;font-size:.95rem;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#fc4c02}.slug-preview{display:flex;align-items:center;gap:0}.slug-preview input{border-radius:10px 0 0 10px;flex:1}.slug-suffix{background:#fc4c0226;border:1px solid var(--color-input-border);border-left:none;border-radius:0 10px 10px 0;padding:.75rem;font-size:.8rem;color:var(--color-text-muted);white-space:nowrap}.btn-primary{background:linear-gradient(135deg,#fc4c02,#e04400);color:#fff;border:none;padding:.85rem 1.5rem;border-radius:12px;font-weight:700;font-size:.95rem;cursor:pointer;transition:all .2s;margin-top:.5rem}.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #fc4c0259}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.form-error{background:#dc262626;border:1px solid rgba(220,38,38,.3);border-radius:10px;padding:.75rem 1rem;color:#fca5a5;font-size:.85rem}.register-info{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--color-border)}.register-info p{font-size:.8rem;color:var(--color-text-muted);margin:.25rem 0}.btn-secondary{background:var(--color-input-bg);color:#fff;border:1px solid var(--color-input-border);padding:.85rem 1.5rem;border-radius:12px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s}.btn-secondary:hover{background:var(--color-border)}.register-note{font-size:.8rem;color:var(--color-text-muted);margin-top:1rem}.register-form textarea{width:100%;background:var(--color-input-bg);border:1px solid var(--color-border);border-radius:10px;padding:.7rem .9rem;color:var(--color-text);font-size:.88rem;font-family:inherit;resize:vertical}.register-form textarea:focus{outline:none;border-color:#fc4c02}.form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.required{color:#ef4444}.evt-thumb{background:var(--color-card);border:1px solid var(--color-border);border-radius:14px;overflow:hidden;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.evt-thumb:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000002e}.evt-thumb-banner{width:100%;height:160px;overflow:hidden;position:relative}.evt-thumb-banner img{width:100%;height:100%;object-fit:cover}.evt-thumb-banner-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e293b,#334155);font-size:3rem}.evt-thumb-badge{position:absolute;top:10px;right:10px;background:#22c55e;color:#fff;font-size:.65rem;font-weight:800;padding:.25rem .65rem;border-radius:20px;box-shadow:0 2px 8px #22bb5466;z-index:2;text-transform:uppercase}.evt-thumb-body{padding:.8rem 1rem;flex:1}.evt-thumb-org{font-size:.7rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.5px}.evt-thumb-title{font-size:.95rem;font-weight:700;margin:.15rem 0 .5rem;color:var(--color-text);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.evt-thumb-dates{display:flex;align-items:center;gap:.4rem;font-size:.75rem;color:var(--color-text-muted);margin-bottom:.6rem;flex-wrap:wrap}.evt-thumb-arrow{color:var(--color-primary);font-weight:700}.evt-thumb-progress{margin-top:.25rem}.evt-thumb-pbar{width:100%;height:6px;background:#ffffff14;border-radius:3px;overflow:hidden}.evt-thumb-pfill{height:100%;background:linear-gradient(90deg,#3b82f6,#60a5fa);border-radius:3px;transition:width .5s ease;min-width:2px}.evt-thumb-pinfo{display:flex;justify-content:space-between;align-items:center;margin-top:.25rem;font-size:.75rem}.evt-thumb-ppct{font-weight:700;color:#3b82f6}.evt-thumb-pkm{color:var(--color-text-muted)}.evt-thumb-stats{display:flex;flex-direction:column;gap:.4rem;margin-top:.25rem}.evt-stat-row{display:flex;align-items:baseline;gap:.3rem}.evt-stat-row .val{font-size:.85rem;font-weight:800;color:var(--color-text)}.evt-stat-row .lbl{font-size:.65rem;color:var(--color-text-muted);text-transform:uppercase}.evt-thumb-ranks{margin-top:.2rem;background:#ffffff08;padding:.4rem .6rem;border-radius:8px;display:flex;flex-direction:column;gap:.2rem}.evt-rank-line{display:flex;align-items:baseline;gap:.15rem}.evt-rank-line .rv{font-weight:800;font-size:.85rem}.evt-rank-line .rl{font-size:.6rem;color:var(--color-text-muted)}.evt-rank-line .rt{font-size:.6rem;font-weight:600;margin-left:.4rem;text-transform:uppercase;opacity:.8}.evt-rank-line.cat .rv,.evt-rank-line.cat .rt{color:#f97316}.evt-rank-line.gen .rv,.evt-rank-line.gen .rt{color:#3b82f6}.evt-rank-line.gen.fem .rv,.evt-rank-line.gen.fem .rt{color:#f472b6}.evt-rank-line.all .rv,.evt-rank-line.all .rt{color:#94a3b8}.evt-thumb-msg{margin-top:.2rem;padding:.35rem .6rem;border-radius:6px;font-size:.72rem;font-weight:600}.evt-thumb-msg.completed{background:#22c55e1a;color:#22c55e}.evt-thumb-msg.ongoing{background:#e8651a14;color:#f97316}.evt-thumb-goal{font-size:.75rem;color:#3b82f6;font-weight:600;margin-top:.4rem}.evt-thumb-footer{display:flex;border-top:1px solid var(--color-border)}.evt-thumb-action{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.55rem .3rem;font-size:.7rem;color:var(--color-text-muted);text-decoration:none;transition:background .15s,color .15s;cursor:pointer;border-right:1px solid var(--color-border);gap:.1rem}.evt-thumb-action:last-child{border-right:none}.evt-thumb-action:not(.disabled):hover{background:#3b82f614;color:#3b82f6}.evt-thumb-action.disabled{opacity:.35;cursor:not-allowed}.evt-thumb-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.2rem}@media(max-width:640px){.evt-thumb-grid{grid-template-columns:1fr}.evt-thumb-banner{height:130px}}.rte-editor{border:1px solid var(--color-input-border);border-radius:var(--radius-md);overflow:hidden;background:var(--color-bg-card-solid)}.rte-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:2px;padding:.4rem .5rem;background:var(--color-input-bg);border-bottom:1px solid var(--color-border)}.rte-group{display:flex;gap:2px}.rte-sep{width:1px;height:24px;background:var(--color-border);margin:0 4px}.rte-btn{background:none;border:1px solid transparent;border-radius:6px;color:var(--color-text-secondary);cursor:pointer;font-size:.8rem;font-weight:600;padding:4px 8px;min-width:30px;height:30px;display:flex;align-items:center;justify-content:center;transition:all .15s}.rte-btn:hover{background:var(--color-border);color:var(--color-text)}.rte-btn.active{background:#fc4c0226;color:#fc4c02;border-color:#fc4c024d}.rte-color{width:28px;height:28px;border:1px solid var(--color-border);border-radius:6px;padding:2px;cursor:pointer;background:none}.rte-content{min-height:200px;max-height:500px;overflow-y:auto}.rte-content .tiptap{padding:1rem;min-height:200px;outline:none;color:var(--color-text);font-size:.9rem;line-height:1.7}.rte-content .tiptap p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:var(--color-text-muted);pointer-events:none;height:0}.rte-content .tiptap h1{font-size:1.6rem;font-weight:800;margin:1rem 0 .5rem;color:var(--color-text)}.rte-content .tiptap h2{font-size:1.3rem;font-weight:700;margin:.8rem 0 .4rem;color:var(--color-text)}.rte-content .tiptap h3{font-size:1.1rem;font-weight:600;margin:.6rem 0 .3rem;color:var(--color-text)}.rte-content .tiptap p{margin:.4rem 0}.rte-content .tiptap ul,.rte-content .tiptap ol{padding-left:1.5rem;margin:.4rem 0}.rte-content .tiptap li{margin:.2rem 0}.rte-content .tiptap blockquote{border-left:3px solid #FC4C02;padding-left:1rem;margin:.5rem 0;color:var(--color-text-secondary);font-style:italic}.rte-content .tiptap a{color:#fc4c02;text-decoration:underline}.rte-content .tiptap img{max-width:100%;height:auto;border-radius:8px;margin:.5rem 0}.rte-content .tiptap mark{background:#fc4c0233;padding:.1rem .2rem;border-radius:3px}.rte-content .tiptap code{background:var(--color-input-bg);padding:.15rem .4rem;border-radius:4px;font-size:.85em;color:#fc4c02}.rte-content .tiptap pre{background:var(--color-input-bg);border-radius:8px;padding:.75rem 1rem;overflow-x:auto;margin:.5rem 0}.rte-content .tiptap pre code{background:none;padding:0;color:var(--color-text)}.rte-content .tiptap hr{border:none;border-top:1px solid var(--color-border);margin:1rem 0}.rte-content .tiptap iframe{max-width:100%;border-radius:8px;margin:.5rem 0}.rich-html-content h1{font-size:1.5rem;font-weight:800;margin:.8rem 0 .4rem}.rich-html-content h2{font-size:1.25rem;font-weight:700;margin:.6rem 0 .3rem}.rich-html-content h3{font-size:1.1rem;font-weight:600;margin:.5rem 0 .25rem}.rich-html-content p{margin:.3rem 0;line-height:1.7}.rich-html-content ul,.rich-html-content ol{padding-left:1.5rem;margin:.3rem 0}.rich-html-content blockquote{border-left:3px solid #FC4C02;padding-left:1rem;margin:.5rem 0;color:var(--color-text-secondary);font-style:italic}.rich-html-content a{color:#fc4c02;text-decoration:underline}.rich-html-content img{max-width:100%;height:auto;border-radius:8px;margin:.5rem 0}.rich-html-content mark{background:#fc4c0233;padding:.1rem .2rem;border-radius:3px}.rich-html-content iframe{max-width:100%;width:100%;aspect-ratio:16 / 9;border-radius:8px;margin:.5rem 0;display:block}.rich-html-content div[data-youtube-video]{position:relative;width:100%;max-width:100%;margin:.5rem 0}.rich-html-content div[data-youtube-video] iframe{width:100%;aspect-ratio:16 / 9;height:auto}.cropper-overlay{position:fixed;inset:0;z-index:9999;background:#000000d9;display:flex;align-items:center;justify-content:center;padding:1rem}.cropper-modal{background:var(--color-card, #1a1a2e);border:1px solid var(--color-border, #333);border-radius:16px;padding:1.5rem;max-width:95vw;max-height:95vh;overflow:auto}.cropper-modal h3{margin:0 0 .3rem;color:var(--color-text, #fff);font-size:1.1rem}.cropper-hint{font-size:.8rem;color:var(--color-text-muted, #999);margin:0 0 .8rem}.cropper-container{position:relative;overflow:hidden;border-radius:12px;border:2px dashed rgba(255,255,255,.2);cursor:grab;background:#000;max-width:100%;touch-action:none;-webkit-user-select:none;user-select:none}.cropper-container:active{cursor:grabbing}.cropper-image{position:absolute;top:0;left:0;will-change:transform;pointer-events:none;max-width:none;max-height:none}.cropper-controls{display:flex;align-items:center;justify-content:center;gap:.8rem;margin-top:.8rem}.cropper-zoom-btn{background:#ffffff14;border:1px solid var(--color-border, #444);color:var(--color-text, #fff);width:36px;height:36px;border-radius:8px;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:background .15s}.cropper-zoom-btn:hover{background:#ffffff26}.cropper-zoom-label{font-size:.85rem;color:var(--color-text-muted, #aaa);min-width:50px;text-align:center}.cropper-actions{display:flex;gap:.8rem;margin-top:1rem;justify-content:flex-end}.cropper-actions .btn-save{background:var(--color-accent, #E8571A);color:#fff;border:none;padding:.6rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:600;font-size:.9rem}.cropper-actions .btn-save:disabled{opacity:.5}.cropper-actions .btn-cancel{background:transparent;border:1px solid var(--color-border, #444);color:var(--color-text-muted, #aaa);padding:.6rem 1.2rem;border-radius:8px;cursor:pointer;font-size:.9rem}@media(max-width:850px){.cropper-container{width:100%!important;height:auto!important;aspect-ratio:3}}.org-dash-v2{max-width:1200px;margin:0 auto;padding:1rem}.od-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.od-header-left{display:flex;align-items:center;gap:.5rem}.od-header-left h1{font-size:1.3rem;margin:0;color:var(--color-text)}.od-edit-btn{background:none;border:none;font-size:1rem;cursor:pointer;opacity:.5;padding:.3rem}.od-edit-btn:hover{opacity:1}.od-exit-btn{background:#dc262614;border:1px solid rgba(220,38,38,.2);color:#ef4444;padding:.35rem .7rem;border-radius:8px;font-size:.78rem;font-weight:600;cursor:pointer}.od-rank-drop-flash{position:fixed;top:60px;left:50%;transform:translate(-50%);z-index:1000;background:linear-gradient(135deg,#ef4444f2,#dc2626f2);color:#fff;padding:.7rem 1.5rem;border-radius:12px;font-size:.85rem;font-weight:600;box-shadow:0 8px 32px #ef444466;animation:flashIn .3s ease-out,flashOut .5s ease-in 3.5s forwards}@keyframes flashIn{0%{opacity:0;transform:translate(-50%) translateY(-20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes flashOut{to{opacity:0;transform:translate(-50%) translateY(-20px)}}.od-trigger-banner{background:linear-gradient(135deg,#fc4c0214,#fc4c0208);border:1px solid rgba(252,76,2,.2);border-radius:12px;padding:.7rem 1rem;margin-bottom:1rem;font-size:.82rem;color:var(--color-text-secondary);display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;animation:triggerSlide .4s ease-out}.od-trigger-banner strong{color:#fc4c02}.od-trigger-cta{margin-left:auto;background:#fc4c02;color:#fff;padding:.3rem .8rem;border-radius:8px;font-size:.78rem;font-weight:700;text-decoration:none}@keyframes triggerSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.od-energy-banner{position:relative;border-radius:16px;padding:2rem;margin-bottom:1.2rem;background:linear-gradient(135deg,#0f0f1ef2,#1e1e3ce6);border:1px solid rgba(255,255,255,.08);overflow:hidden;min-height:160px;transition:box-shadow .3s}.od-energy-banner.energy-glow{animation:energyGlow 1.2s ease-out}.od-energy-banner.momentum{border-color:#22c55e4d}@keyframes energyGlow{0%{box-shadow:0 0 20px var(--energy-color, #FC4C02),inset 0 0 20px #ffffff0d}to{box-shadow:none}}.od-energy-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.12;pointer-events:none;filter:blur(2px)}.od-energy-content{position:relative;z-index:1;display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.od-energy-score-box{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100px;height:100px;border-radius:50%;background:radial-gradient(circle,var(--energy-color, #FC4C02) 0%,transparent 70%);border:3px solid var(--energy-color, #FC4C02);flex-shrink:0}.od-energy-number{font-size:2.5rem;font-weight:900;color:#fff;line-height:1}.od-energy-label{font-size:.6rem;text-transform:uppercase;letter-spacing:2px;color:#fff9}.od-energy-info{display:flex;flex-direction:column;gap:.3rem;flex:1;min-width:200px}.od-energy-tier{font-size:1.3rem;font-weight:800;color:var(--energy-color, #FC4C02);margin:0;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.od-momentum-badge{font-size:.65rem;background:#22c55e26;color:#22c55e;padding:.15rem .5rem;border-radius:6px;font-weight:700;animation:badgePulse 2s ease-in-out infinite}@keyframes badgePulse{0%,to{opacity:1}50%{opacity:.7}}.od-energy-delta{font-size:.82rem}.od-energy-delta.up{color:#22c55e}.od-energy-delta.down{color:#ef4444}.od-energy-active{font-size:.82rem;color:#fff9}.od-energy-leading{font-size:.82rem;color:#f59e0b;font-weight:600}.od-energy-cta{display:flex;flex-direction:column;gap:.5rem;flex-shrink:0}.od-cta-btn{display:inline-block;padding:.55rem 1.2rem;border-radius:10px;font-size:.82rem;font-weight:700;text-decoration:none;text-align:center;transition:all .2s;white-space:nowrap}.od-cta-btn.primary{background:linear-gradient(135deg,#fc4c02,#e04400);color:#fff}.od-cta-btn.primary:hover{transform:translateY(-2px);box-shadow:0 4px 16px #fc4c0259}.od-cta-btn.secondary{background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:var(--color-text)}.od-cta-btn.secondary:hover{background:#ffffff1f}.od-team-battle{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:14px;padding:1.2rem;margin-bottom:1.2rem}.od-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;flex-wrap:wrap;gap:.5rem}.od-section-header h2{font-size:1rem;margin:0;color:var(--color-text)}.od-filter-select{background:var(--color-input-bg);border:1px solid var(--color-input-border);border-radius:8px;padding:.35rem .6rem;color:var(--color-text);font-size:.78rem}.od-team-list{display:flex;flex-direction:column;gap:.3rem}.od-team-row{display:grid;grid-template-columns:40px 1fr 90px 80px 130px;align-items:center;gap:.5rem;padding:.55rem .75rem;border-radius:10px;background:#ffffff05;transition:background .15s}.od-team-row:hover{background:#ffffff0d}.od-team-row.my-team{background:#fc4c0214;border:1px solid rgba(252,76,2,.2)}.od-team-row.rank-up-flash{animation:rankUpFlash .3s ease-out}@keyframes rankUpFlash{0%{background:#22c55e40;box-shadow:0 0 12px #22c55e4d}to{background:#fc4c0214;box-shadow:none}}.od-team-row.rank-down-shake{animation:rankShake .4s ease}@keyframes rankShake{0%,to{transform:translate(0)}25%{transform:translate(-3px)}75%{transform:translate(3px)}}.od-team-rank{font-size:1rem;text-align:center}.od-team-name-col{display:flex;flex-direction:column;gap:.1rem}.od-team-name{font-weight:600;font-size:.88rem;color:var(--color-text);display:flex;align-items:center;gap:.4rem}.od-my-team-badge{font-size:.6rem;background:#fc4c0233;color:#fc4c02;padding:.1rem .4rem;border-radius:4px;font-weight:700;text-transform:uppercase}.od-team-gap-hint{font-size:.68rem;color:#22c55e;font-weight:600}.od-team-gap{font-size:.65rem;color:var(--color-text-muted)}.od-team-km{font-weight:800;color:#fc4c02;text-align:right;font-size:.88rem}.od-team-members{font-size:.75rem;color:var(--color-text-muted);text-align:center}.od-team-delta{display:flex;align-items:center;gap:.3rem;font-size:.72rem;justify-content:flex-end;flex-wrap:wrap}.delta-up{color:#22c55e;font-weight:700}.rank-tag{font-size:.9rem}.rank-change{color:var(--color-text-muted);font-style:italic;font-size:.68rem}.od-team-gap-cta{margin-top:.5rem;padding:.5rem .75rem;background:#fc4c020f;border-radius:8px;font-size:.78rem;color:#fc4c02;font-weight:600;text-align:center}.od-section-link{color:#fc4c02;font-size:.8rem;font-weight:600;text-decoration:none;margin-top:.5rem;display:inline-block}.od-section-link:hover{text-decoration:underline}.od-pending-alert{background:#fbbf240f;border:1px solid rgba(251,191,36,.2);border-radius:12px;padding:.7rem 1rem;margin-bottom:1.2rem;text-align:center}.od-pending-text{color:#fbbf24;text-decoration:none;font-size:.85rem}.od-split{display:grid;grid-template-columns:1fr 380px;gap:1.2rem;margin-bottom:1.2rem}.od-activity-feed{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:14px;padding:1rem}.od-feed-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.od-feed-header h3{font-size:.85rem;margin:0;color:#22c55e;text-transform:uppercase;letter-spacing:1px}.od-feed-pulse{width:8px;height:8px;border-radius:50%;background:#22c55e;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;box-shadow:0 0 #22c55e66}50%{opacity:.6;box-shadow:0 0 0 6px #22c55e00}}.od-feed-list{max-height:340px;overflow-y:auto;display:flex;flex-direction:column;gap:.2rem}.od-feed-item{display:flex;align-items:center;gap:.6rem;padding:.45rem .6rem;border-radius:8px;transition:background .15s,box-shadow .3s}.od-feed-item:hover{background:#ffffff0a}.od-feed-item.newest{animation:feedSlideIn .2s ease-out,feedGlow 2s ease-out .2s}.od-feed-item.team-glow{background:#fc4c020a;border-left:2px solid rgba(252,76,2,.3)}@keyframes feedSlideIn{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes feedGlow{0%{box-shadow:0 0 12px #22c55e4d;background:#22c55e0f}to{box-shadow:none;background:transparent}}.od-feed-avatar{width:30px;height:30px;border-radius:50%;object-fit:cover;flex-shrink:0}.od-feed-text{flex:1;font-size:.8rem;color:var(--color-text-secondary);line-height:1.3}.od-feed-text strong{color:var(--color-text)}.od-feed-highlight{color:#fc4c02;font-weight:700}.od-feed-time{font-size:.65rem;color:var(--color-text-muted);white-space:nowrap;flex-shrink:0}.od-feed-empty{font-size:.82rem;color:var(--color-text-muted);text-align:center;padding:2rem 0}.od-spotlight{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:14px;padding:1rem;display:flex;flex-direction:column}.od-spotlight h3{font-size:.85rem;margin:0 0 .5rem;color:#f59e0b;text-transform:uppercase;letter-spacing:1px}.od-spotlight-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:.75rem 0;gap:.35rem;flex:1}.od-spotlight-avatar{width:68px;height:68px;border-radius:50%;object-fit:cover;border:3px solid #f59e0b}.od-spotlight-card h4{margin:0;font-size:1rem;color:var(--color-text)}.od-spotlight-improve{font-size:.85rem;color:#22c55e;font-weight:700}.od-spotlight-km{font-size:.75rem;color:var(--color-text-muted)}.od-spotlight-tag{font-size:.7rem;padding:.15rem .5rem;border-radius:6px;background:#8b5cf626;color:#8b5cf6;font-weight:600}.od-spotlight-quote{font-size:.78rem;color:var(--color-text-secondary);font-style:italic;margin:.3rem 0 0;padding:.4rem .6rem;background:#ffffff08;border-radius:8px;border-left:2px solid #f59e0b}.od-quick-stats{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-top:auto;padding-top:.6rem;border-top:1px solid var(--color-border)}.od-qs-item{display:flex;flex-direction:column;align-items:center;padding:.35rem;background:#ffffff08;border-radius:8px}.od-qs-val{font-size:1rem;font-weight:800;color:#fc4c02}.od-qs-item span:last-child{font-size:.6rem;color:var(--color-text-muted);text-transform:uppercase}.od-top-contributors{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:14px;padding:1rem;margin-bottom:1.2rem}.od-top-list{display:flex;flex-direction:column;gap:.15rem}.od-top-item{display:flex;align-items:center;gap:.6rem;padding:.4rem .5rem;border-radius:8px;transition:background .15s}.od-top-item:hover{background:#ffffff0a}.od-top-rank{font-size:.9rem;width:24px;text-align:center}.od-top-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}.od-top-info{flex:1;display:flex;flex-direction:column;gap:.05rem}.od-top-name{font-weight:600;font-size:.82rem;color:var(--color-text)}.od-top-tag{font-size:.62rem;font-weight:700;padding:.1rem .4rem;border-radius:4px;display:inline-block;width:fit-content}.od-top-tag.consistent{background:#fc4c021f;color:#fc4c02}.od-top-tag.improver{background:#22c55e1f;color:#22c55e}.od-top-tag.comeback{background:#8b5cf61f;color:#8b5cf6}.od-top-stats{text-align:right;display:flex;flex-direction:column}.od-top-km{font-weight:700;color:#fc4c02;font-size:.82rem}.od-top-improve{font-size:.62rem;color:#22c55e;font-weight:600}.od-section{margin-bottom:1.2rem}.od-section-more{display:block;text-align:center;padding:.5rem;color:#fc4c02;font-size:.82rem;font-weight:600;text-decoration:none}.od-empty-hint{font-size:.82rem;color:var(--color-text-muted)}.od-empty-hint a{color:#fc4c02}.od-teams-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.od-team-card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:12px;padding:1rem;text-decoration:none;transition:all .2s}.od-team-card:hover{border-color:#fc4c024d;transform:translateY(-2px)}.od-team-card h4{margin:0 0 .3rem;font-size:.88rem;color:var(--color-text)}.od-team-card span{font-size:.72rem;color:var(--color-text-muted)}.od-members-grid{display:flex;flex-wrap:wrap;gap:.6rem}.od-member-item{display:flex;flex-direction:column;align-items:center;gap:.2rem;width:56px}.od-member-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid var(--color-border)}.od-member-name{font-size:.58rem;color:var(--color-text-muted);text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.org-profile-edit{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:14px;padding:1.5rem;margin-bottom:1.2rem}.org-edit-label{display:block;margin:.75rem 0 .3rem;font-size:.82rem;color:var(--color-text-secondary);font-weight:600}.org-edit-input{width:100%;background:var(--color-input-bg);border:1px solid var(--color-input-border);border-radius:8px;padding:.5rem .75rem;color:var(--color-text);font-size:.88rem}.org-edit-actions{display:flex;gap:.5rem;margin-top:1rem}.org-banner-preview{width:100%;max-height:200px;object-fit:cover;border-radius:10px;margin-top:.5rem}.upload-hint{font-size:.75rem;color:var(--color-text-muted)}@media(max-width:1024px){.od-split{grid-template-columns:1fr}.od-energy-content{flex-direction:column;text-align:center;align-items:center}.od-energy-info{align-items:center}.od-energy-cta{flex-direction:row}.od-team-row{grid-template-columns:30px 1fr 70px 60px 100px;font-size:.82rem}.od-teams-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.od-energy-banner{padding:1.2rem}.od-energy-score-box{width:70px;height:70px}.od-energy-number{font-size:1.8rem}.od-energy-cta{flex-direction:column;width:100%}.od-cta-btn{width:100%;text-align:center}.od-team-row{grid-template-columns:28px 1fr 60px}.od-team-members,.od-team-delta{display:none}.od-teams-grid{grid-template-columns:1fr}.od-members-grid{gap:.3rem}.od-member-item{width:46px}.od-member-avatar{width:36px;height:36px}.od-trigger-banner{font-size:.78rem;flex-direction:column;text-align:center}.od-trigger-cta{margin-left:0;margin-top:.3rem}}.od-energy-right{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex-shrink:0}.od-energy-spark{display:flex;flex-direction:column;align-items:center;gap:.2rem}.od-spark-bars{display:flex;align-items:flex-end;gap:3px;height:40px}.od-spark-bar{width:8px;min-height:3px;border-radius:2px;background:var(--energy-color, #FC4C02);opacity:.7;transition:height .3s}.od-spark-bar:last-child{opacity:1}.od-spark-label{font-size:.55rem;color:#fff6;text-transform:uppercase}.od-dept-ranking{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:14px;padding:1rem;margin-bottom:1.2rem}.od-dept-list{display:flex;flex-direction:column;gap:.2rem}.od-dept-row{display:grid;grid-template-columns:36px 1fr 80px 70px 60px;align-items:center;gap:.5rem;padding:.45rem .6rem;border-radius:8px;transition:background .15s}.od-dept-row:hover{background:#ffffff0a}.od-dept-rank{font-size:.9rem;text-align:center}.od-dept-name{font-weight:600;font-size:.85rem;color:var(--color-text)}.od-dept-km{font-weight:800;color:#fc4c02;text-align:right;font-size:.85rem}.od-dept-members{font-size:.72rem;color:var(--color-text-muted);text-align:center}.od-dept-acts{font-size:.68rem;color:var(--color-text-muted);text-align:right}.od-recognition{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:14px;padding:1rem;margin-bottom:1.2rem}.od-recognition-list{display:flex;flex-wrap:wrap;gap:.75rem}.od-recog-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#ffffff08;border-radius:10px;min-width:200px;flex:1;transition:background .15s}.od-recog-item:hover{background:#ffffff0f}.od-recog-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.od-recog-info{display:flex;flex-direction:column;gap:.15rem}.od-recog-name{font-weight:600;font-size:.82rem;color:var(--color-text)}.od-recog-tag{font-size:.65rem;font-weight:700;padding:.1rem .4rem;border-radius:4px;display:inline-block;width:fit-content}.od-recog-tag.tag-most_consistent{background:#fc4c021f;color:#fc4c02}.od-recog-tag.tag-fastest_improver{background:#22c55e1f;color:#22c55e}.od-recog-tag.tag-top_distance{background:#f59e0b1f;color:#f59e0b}.od-recog-tag.tag-comeback{background:#8b5cf61f;color:#8b5cf6}.od-recog-tag.tag-rising_star{background:#ecbd461f;color:#ecbd46}.org-dash-loading{text-align:center;padding:4rem 1rem;color:var(--color-text-muted);font-size:.9rem}.donut-chart-container{display:flex;align-items:flex-start;gap:2rem;padding:.5rem 0}.donut-section{flex-shrink:0;display:flex;justify-content:center;align-items:center}.donut-ring{width:160px;height:160px;border-radius:50%;position:relative;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.donut-ring:hover{transform:scale(1.03)}.donut-hole{width:90px;height:90px;border-radius:50%;background:var(--color-bg-card-solid);display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 0 20px #0003}.donut-total-value{font-size:1.6rem;font-weight:800;color:var(--color-text);line-height:1}.donut-total-label{font-size:.6rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.3px;margin-top:.15rem}.donut-legend{flex:1;display:flex;flex-direction:column;gap:.5rem}.donut-legend-item{display:flex;align-items:center;gap:.6rem;padding:.45rem .6rem;border-radius:8px;transition:all .2s ease;cursor:default}.donut-legend-item:hover,.donut-legend-item.hovered{background:var(--color-input-bg)}.legend-color{width:10px;height:10px;border-radius:3px;flex-shrink:0}.legend-info{flex:1;min-width:0}.legend-name{display:block;font-size:.82rem;font-weight:600;color:var(--color-text)}.legend-detail{display:block;font-size:.7rem;color:var(--color-text-muted)}.legend-pct{font-size:.8rem;font-weight:700;color:var(--color-text-secondary);flex-shrink:0}@media(max-width:640px){.donut-chart-container{flex-direction:column;align-items:center}.donut-ring{width:140px;height:140px}.donut-hole{width:80px;height:80px}.donut-legend{width:100%}}.heatmap-card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:16px;padding:1.5rem}.heatmap-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.heatmap-summary{display:flex;gap:.5rem;font-size:.8rem;color:var(--color-text-muted)}.heatmap-wrapper{display:flex;gap:4px}.heatmap-day-labels{display:grid;grid-template-rows:repeat(7,13px);gap:3px;padding-top:20px;flex-shrink:0}.heatmap-day-label{font-size:.6rem;color:var(--color-text-muted);display:flex;align-items:center;justify-content:flex-end;padding-right:4px;line-height:1}.heatmap-scroll{flex:1;overflow-x:auto;-webkit-overflow-scrolling:touch}.heatmap-months{display:grid;grid-auto-columns:16px;gap:3px;height:18px;margin-bottom:2px}.heatmap-month-label{font-size:.6rem;color:var(--color-text-muted);white-space:nowrap;line-height:1}.heatmap-grid{display:grid;grid-template-rows:repeat(7,13px);grid-auto-columns:13px;grid-auto-flow:column;gap:3px}.heatmap-cell{width:13px;height:13px;border-radius:3px;transition:all .15s ease;cursor:default}.heatmap-cell:hover{transform:scale(1.3);z-index:1}.heatmap-cell.level-0{background:var(--color-input-bg)}.heatmap-cell.level-1{background:#fc4c0233}.heatmap-cell.level-2{background:#fc4c0266}.heatmap-cell.level-3{background:#fc4c02a6}.heatmap-cell.level-4{background:#fc4c02}.heatmap-cell.level-future{background:transparent}.heatmap-cell.today{outline:2px solid var(--color-text-muted);outline-offset:-1px}.heatmap-legend{display:flex;align-items:center;justify-content:flex-end;gap:4px;margin-top:.75rem}.heatmap-legend .heatmap-cell{width:11px;height:11px}.heatmap-legend .heatmap-cell:hover{transform:none}.heatmap-legend-label{font-size:.65rem;color:var(--color-text-muted)}@media(max-width:480px){.heatmap-card{padding:1rem}.heatmap-grid{grid-auto-columns:11px;grid-template-rows:repeat(7,11px);gap:2px}.heatmap-cell{width:11px;height:11px}.heatmap-months{grid-auto-columns:13px;gap:2px}}.dashboard-page{max-width:900px;margin:0 auto;padding:1.5rem 1.25rem}.dashboard-page.mode-peak{--mode-accent: #e8651a;--mode-glow: rgba(232, 101, 26, .1)}.dashboard-page.mode-hybrid{--mode-accent: #d97706;--mode-glow: rgba(217, 119, 6, .1)}.dashboard-page.mode-consistency{--mode-accent: #22c55e;--mode-glow: rgba(34, 197, 94, .1)}.dash-loading-overlay{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1rem;text-align:center}.dash-loading-spinner{width:44px;height:44px;border:3px solid rgba(232,101,26,.15);border-top-color:#e8651a;border-radius:50%;animation:dashSpin .8s linear infinite}@keyframes dashSpin{to{transform:rotate(360deg)}}.dash-loading-overlay h2{font-size:1.15rem;color:var(--color-text);margin:0}.dash-loading-overlay p{color:var(--color-text-muted);font-size:.82rem;margin:0}.dash-error-card{text-align:center;padding:2.5rem 1.5rem;background:var(--color-bg-card);border:1px solid rgba(239,68,68,.25);border-radius:16px;margin-top:2rem}.dash-error-icon{font-size:2.5rem;display:block;margin-bottom:.75rem}.dash-error-card h2{margin:0 0 .4rem;font-size:1.2rem;color:var(--color-text)}.dash-error-card p{color:var(--color-text-muted);margin:0 0 1.25rem;font-size:.85rem}.dash-retry-btn{padding:.55rem 1.4rem;border:none;border-radius:10px;background:#e8651a;color:#fff;font-weight:700;font-size:.85rem;cursor:pointer;transition:all .2s}.dash-retry-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #e8651a40}.dash-identity{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:16px;padding:1.15rem 1.35rem;margin-bottom:.75rem;display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.dash-id-left{display:flex;align-items:flex-start;gap:.85rem;flex:1;min-width:0}.dash-id-avatar{width:50px;height:50px;border-radius:50%;object-fit:cover;border:2px solid var(--mode-accent);flex-shrink:0}.dash-id-avatar-ph{width:50px;height:50px;border-radius:50%;flex-shrink:0;background:var(--mode-glow);color:var(--mode-accent);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.15rem}.dash-id-info{flex:1;min-width:0}.dash-id-greeting{font-size:1.2rem;font-weight:700;color:var(--color-text);margin:0 0 .2rem;line-height:1.3}.dash-micro-msg{font-size:.82rem;color:var(--color-text-secondary);font-weight:500;line-height:1.4;padding:.25rem .55rem;background:var(--mode-glow);border-radius:8px;display:inline-block;margin-bottom:.35rem}.dash-id-meta{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center;margin-bottom:.3rem}.dash-id-level{font-size:.72rem;font-weight:700;color:var(--mode-accent);background:var(--mode-glow);padding:.1rem .45rem;border-radius:5px}.dash-id-trust{font-size:.72rem;color:var(--color-text-muted);font-weight:600}.dash-id-trend{font-size:.72rem;font-weight:700;color:var(--color-text-muted)}.dash-id-trend.up{color:#22c55e}.dash-id-trend.down{color:#d97706}.dash-id-progress-wrap{display:flex;align-items:center;gap:.4rem}.dash-id-progress-bar{flex:1;height:5px;background:#ffffff14;border-radius:3px;overflow:hidden;max-width:180px}.dash-id-progress-fill{height:100%;background:linear-gradient(90deg,#e8651a,#f59e0b);border-radius:3px;transition:width .6s ease}.dash-id-progress-text{font-size:.65rem;color:var(--color-text-muted);font-weight:600;white-space:nowrap}.dash-sync-mini{width:36px;height:36px;border-radius:50%;border:1px solid var(--color-border);background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem;transition:all .2s;flex-shrink:0}.dash-sync-mini:hover{border-color:var(--mode-accent);background:var(--mode-glow)}.dash-sync-mini.syncing{animation:dashSpin 1s linear infinite;pointer-events:none;opacity:.6}.dash-events-grid{display:grid;gap:.75rem;margin-bottom:.75rem}.dash-events-grid.cols-1{grid-template-columns:1fr}.dash-events-grid.cols-2{grid-template-columns:1fr 1fr}.dash-ev-card{background:var(--color-bg-card);border:1px solid rgba(232,101,26,.2);border-radius:14px;overflow:hidden}.dash-ev-banner{width:100%;height:90px;object-fit:cover}.dash-ev-body{padding:.75rem 1rem}.dash-ev-org{font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#d97706;display:block;margin-bottom:.1rem}.dash-ev-title{margin:0 0 .4rem;font-size:.95rem;font-weight:700;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-ev-stats{display:flex;gap:.8rem;flex-wrap:wrap;margin-bottom:.4rem}.dash-ev-stat{display:flex;flex-direction:column}.dash-ev-stat .val{font-size:.92rem;font-weight:800;color:var(--color-text)}.dash-ev-stat .lbl{font-size:.58rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.3px}.dash-ev-stat.rank .val{color:#d97706;font-size:1.1rem}.dash-ev-ranks{display:flex;flex-direction:column;gap:.15rem;margin-bottom:.6rem;padding:.4rem .75rem;background:#ffffff08;border-radius:10px;border:1px solid rgba(255,255,255,.05)}.dash-ev-rank-line{display:flex;align-items:baseline;gap:.2rem}.dash-ev-rank-line .val{font-size:1.05rem;font-weight:800;color:#f97316}.dash-ev-rank-line .lbl{font-size:.65rem;color:var(--color-text-muted);font-weight:600}.dash-ev-rank-line .tag{font-size:.6rem;font-weight:700;text-transform:uppercase;margin-left:.3rem;color:#d97706;background:#d977061a;padding:.05rem .35rem;border-radius:4px}.dash-ev-rank-line.gender .val{color:#3b82f6}.dash-ev-rank-line.gender:has(.tag-gender:contains("Nữ")) .val{color:#ec4899}.tag-gender{font-size:.6rem;font-weight:700;text-transform:uppercase;margin-left:.3rem;padding:.05rem .35rem;border-radius:4px;background:#3b82f61a;color:#3b82f6}.dash-ev-rank-line.gender .tag-gender{background:#3b82f61a;color:#3b82f6}.dash-ev-rank-line.gender.female .val{color:#f472b6}.dash-ev-rank-line.gender.female .tag-gender{color:#f472b6;background:#f472b61a}.dash-ev-rank-line.secondary .val{color:#94a3b8;font-size:.95rem}.dash-ev-rank-line.secondary .tag{color:#64748b;background:#94a3b81a;font-size:.58rem}.dash-ev-progress{height:5px;background:#ffffff0f;border-radius:3px;overflow:hidden;margin-bottom:.4rem}.dash-ev-progress-fill{height:100%;background:linear-gradient(90deg,#e8651a,#f59e0b);border-radius:3px;transition:width .6s ease}.dash-ev-msg{margin-top:.4rem;margin-bottom:.6rem;font-size:.78rem;font-weight:500;padding:.45rem .65rem;border-radius:8px;line-height:1.4}.dash-ev-msg.completed{background:#22c55e1a;color:#22c55e;border:1px solid rgba(34,197,94,.15)}.dash-ev-msg.ongoing{background:#e8651a14;color:#e8651a;border:1px solid rgba(232,101,26,.12)}.dash-ev-msg strong{font-weight:800}.dash-ev-cta{display:inline-block;font-size:.75rem;font-weight:600;color:#fff;text-decoration:none;padding:.35rem .7rem;background:var(--mode-accent, #e8651a);border-radius:7px;transition:all .2s}.dash-ev-cta:hover{transform:translateY(-1px);box-shadow:0 3px 8px #e8651a40}.dash-consistency-focus{background:var(--color-bg-card);border:1px solid rgba(34,197,94,.2);border-radius:16px;padding:1.15rem 1.35rem;margin-bottom:.75rem}.dash-streak-row{display:flex;align-items:center;gap:.4rem;margin-bottom:.6rem}.dash-streak-fire{font-size:1.8rem}.dash-streak-num{font-size:2.2rem;font-weight:900;color:var(--color-text);line-height:1}.dash-streak-txt{font-size:.85rem;color:var(--color-text-muted);font-weight:500}.dash-weekly-wrap{margin-bottom:.5rem}.dash-weekly-info{display:flex;gap:.4rem;align-items:center;flex-wrap:wrap;font-size:.8rem;color:var(--color-text-secondary);margin-bottom:.3rem}.dash-weekly-remain{color:var(--color-text-muted)}.dash-weekly-done{color:#22c55e;font-weight:700}.dash-weekly-bar{height:7px;background:#ffffff0f;border-radius:4px;overflow:hidden}.dash-weekly-fill{height:100%;background:linear-gradient(90deg,#22c55e,#16a34a);border-radius:4px;transition:width .6s ease}.dash-cta-green{display:inline-block;font-size:.8rem;font-weight:600;color:#fff;text-decoration:none;padding:.4rem .85rem;background:#22c55e;border-radius:8px;transition:all .2s}.dash-cta-green:hover{box-shadow:0 3px 10px #22c55e40}.dash-orgs-grid{display:grid;gap:.75rem;margin-bottom:.75rem}.dash-orgs-grid.cols-1{grid-template-columns:1fr}.dash-orgs-grid.cols-2{grid-template-columns:1fr 1fr}.dash-orgs-grid.cols-3{grid-template-columns:1fr 1fr 1fr}.dash-org-thumb{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:14px;padding:.85rem 1rem;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:.35rem;text-align:center;transition:all .2s}.dash-org-thumb:hover{border-color:var(--mode-accent);transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.dash-org-logo{width:48px;height:48px;border-radius:10px;object-fit:cover}.dash-org-logo-ph{width:48px;height:48px;border-radius:10px;background:var(--mode-glow);display:flex;align-items:center;justify-content:center;font-size:1.4rem}.dash-org-name{font-size:.88rem;font-weight:700;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.dash-org-role{font-size:.68rem;font-weight:600;color:var(--color-text-muted)}.dash-org-empty{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:14px;padding:.85rem;margin-bottom:.75rem;display:flex;flex-direction:column;align-items:center;gap:.4rem;text-align:center}.dash-org-empty span{font-size:1.3rem}.dash-org-empty strong{font-size:.9rem;color:var(--color-text)}.dash-org-empty p{font-size:.78rem;color:var(--color-text-muted);margin:0}.dash-org-empty-actions{display:flex;gap:.5rem}.dash-org-btn-sm{padding:.3rem .65rem;border-radius:8px;font-size:.75rem;font-weight:600;text-decoration:none;color:#3b82f6;background:#3b82f61a;border:1px solid rgba(59,130,246,.12);transition:all .15s}.dash-org-btn-sm:hover{background:#3b82f62e}.dash-org-btn-sm.accent{color:var(--mode-accent);background:var(--mode-glow);border-color:#e8651a1f}.dash-org-btn-sm.accent:hover{background:#e8651a2e}.dash-growth{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:14px;padding:.75rem 1rem;margin-bottom:.75rem}.dash-growth-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.4rem}.dash-growth-header .dash-section-title{margin-bottom:0}.dash-section-title{margin:0 0 .4rem;font-size:.88rem;font-weight:700;color:var(--color-text)}.dash-growth-items{display:flex;flex-direction:column;gap:.2rem}.dash-growth-line{font-size:.8rem;color:var(--color-text-secondary);line-height:1.5;padding:.2rem 0}.dash-growth-line.load-safe{color:#22c55e}.dash-growth-line.load-moderate,.dash-growth-line.load-high{color:#d97706}.dash-spotlight{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:14px;padding:.75rem 1rem;margin-bottom:.75rem}.dash-spot-pills{display:flex;flex-wrap:wrap;gap:.5rem}.dash-spot-pill{display:inline-flex;align-items:center;gap:.3rem;font-size:.78rem;font-weight:600;padding:.3rem .7rem;border-radius:20px;background:#ffffff0a;border:1px solid var(--color-border);color:var(--color-text-secondary);transition:all .2s}.dash-spot-pill.gold{background:#eab30814;border-color:#eab30840;color:#eab308}.dash-spot-pill.green{background:#22c55e14;border-color:#22c55e40;color:#22c55e}.dash-spot-pill.is-me{border-width:2px;font-weight:700}.dash-spot-pill.gold.is-me{background:#eab30826}.dash-spot-pill.green.is-me{background:#22c55e26}.dash-spot-you{font-weight:800}.dash-latest{margin-bottom:.75rem}.dash-latest-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.4rem}.dash-view-all{color:var(--mode-accent);text-decoration:none;font-size:.75rem;font-weight:600}.dash-view-all:hover{text-decoration:underline}.dash-latest-card{background:var(--color-bg-card);border:1px solid var(--color-border);border-left:3px solid var(--mode-accent);border-radius:14px;padding:.85rem 1rem;text-decoration:none;color:inherit;display:block;transition:all .2s}.dash-latest-card:hover{background:#ffffff08}.dash-latest-top{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.dash-latest-avatar{width:30px;height:30px;border-radius:50%;object-fit:cover}.dash-latest-avatar-ph{width:30px;height:30px;border-radius:50%;background:#e8651a1f;color:#e8651a;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.7rem}.dash-latest-info{display:flex;flex-direction:column}.dash-latest-name{font-weight:700;font-size:.88rem}.dash-latest-date{font-size:.68rem;color:var(--color-text-muted)}.dash-latest-stats{display:flex;gap:1.25rem;padding:.4rem 0;border-top:1px solid rgba(255,255,255,.06)}.dash-latest-stat{display:flex;flex-direction:column}.dash-latest-stat-val{font-size:.95rem;font-weight:800}.dash-latest-stat-lbl{font-size:.62rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.4px}.dash-latest-map{margin-top:.4rem;border-radius:8px;overflow:hidden;max-height:120px}.dash-latest-map img{width:100%;height:auto;display:block}@media(max-width:768px){.dashboard-page{padding:1rem .75rem}.dash-events-grid.cols-2{grid-template-columns:1fr}.dash-orgs-grid.cols-3{grid-template-columns:1fr 1fr}.dash-ev-banner{height:80px}.dash-streak-num{font-size:1.8rem}.dash-latest-map{max-height:100px}}@media(max-width:480px){.dash-id-greeting{font-size:1.05rem}.dash-id-avatar,.dash-id-avatar-ph{width:42px;height:42px}.dash-orgs-grid.cols-2,.dash-orgs-grid.cols-3{grid-template-columns:1fr}.dash-spot-pills{flex-direction:column}.dash-latest-map{max-height:80px}}.dash-stats-block{margin-bottom:.75rem}.dash-stats-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:.6rem}.dash-stat-card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:14px;padding:.85rem .5rem;display:flex;flex-direction:column;align-items:center;gap:.2rem;text-align:center}.dash-stat-icon{font-size:1.2rem}.dash-stat-value{font-size:1.35rem;font-weight:900;color:var(--mode-accent, #e8651a);line-height:1.2}.dash-stat-label{font-size:.6rem;font-weight:700;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.5px}.dash-chart-block{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:14px;padding:1rem 1.1rem;margin-bottom:.75rem}.dash-chart-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.6rem}.dash-chart-toggle{display:flex;gap:0;border-radius:8px;overflow:hidden;border:1px solid var(--color-border)}.dash-chart-toggle button{padding:.3rem .6rem;border:none;background:transparent;color:var(--color-text-muted);font-size:.72rem;font-weight:600;cursor:pointer;transition:all .15s}.dash-chart-toggle button.active{background:var(--mode-accent, #e8651a);color:#fff}.dash-chart-toggle button:not(.active):hover{background:#ffffff0a}.dash-chart-bars{display:flex;align-items:flex-end;gap:4px;height:160px;padding-bottom:.3rem}.dash-chart-col{flex:1;display:flex;flex-direction:column;align-items:center;height:100%;min-width:0}.dash-chart-val{font-size:.55rem;font-weight:700;color:var(--color-text-secondary);margin-bottom:2px;min-height:12px}.dash-chart-bar-wrap{flex:1;width:100%;display:flex;align-items:flex-end;justify-content:center}.dash-chart-bar{width:70%;max-width:40px;background:var(--mode-accent, #e8651a);border-radius:3px 3px 0 0;min-height:2px;transition:height .4s ease}.dash-chart-lbl{font-size:.5rem;color:var(--color-text-muted);margin-top:2px;white-space:nowrap}.dash-chart-axis{text-align:center;font-size:.6rem;color:var(--color-text-muted);margin-top:.4rem}.dash-donut-block{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:14px;padding:1rem 1.1rem;margin-bottom:.75rem}@media(max-width:768px){.dash-stats-cards{grid-template-columns:repeat(4,1fr)}.dash-stat-value{font-size:1.1rem}.dash-chart-bars{height:130px}}@media(max-width:480px){.dash-stats-cards{grid-template-columns:repeat(2,1fr)}.dash-chart-bars{height:110px}}.dash-public-orgs-container{margin-bottom:2rem}.welcome-hero{background:linear-gradient(135deg,#e8651a1a,#22c55e0d);border:1px solid var(--color-border);border-radius:16px;padding:30px;text-align:center;margin-bottom:30px;position:relative;overflow:hidden}.welcome-hero h1{font-size:1.8rem;margin-bottom:12px;color:var(--color-text)}.welcome-hero p{color:var(--color-text-muted);font-size:.95rem;max-width:600px;margin:0 auto 20px;line-height:1.5}.btn-view{background-color:var(--color-bg-card);border:1px solid var(--color-border);color:var(--color-text);padding:8px 16px;border-radius:8px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:background .2s}.btn-view:hover{background-color:#ffffff0d}.public-orgs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.pub-org-card{background-color:var(--color-bg-card);border:1px solid var(--color-border);border-radius:14px;padding:16px;display:flex;flex-direction:column;transition:transform .2s,border-color .2s}.pub-org-card:hover{transform:translateY(-2px);border-color:#e8651a4d}.pub-org-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.pub-org-icon{width:40px;height:40px;background-color:#ffffff0d;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.pub-org-info h3{font-size:1rem;margin-bottom:2px;color:var(--color-text)}.pub-org-info span{color:var(--color-text-muted);font-size:.75rem}.pub-org-stats{display:flex;gap:12px;margin-bottom:16px;padding:8px;background-color:#00000026;border-radius:8px}.pub-org-stat{display:flex;flex-direction:column;gap:2px}.pub-org-stat .val{font-weight:700;font-size:.95rem}.pub-org-stat .lbl{font-size:.65rem;color:var(--color-text-muted);text-transform:uppercase}.pub-org-actions{margin-top:auto}.btn-join{width:100%;background-color:var(--mode-accent, #e8651a);color:#fff;border:none;padding:8px;border-radius:8px;font-weight:600;cursor:pointer;transition:opacity .2s}.btn-join:hover{opacity:.9}.modal-overlay{position:fixed;inset:0;background-color:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000}.modal-card{background-color:var(--color-bg-card, #1e293b);border:1px solid var(--color-border);border-radius:16px;width:100%;max-width:400px;padding:24px;box-shadow:0 20px 40px #00000080;animation:slideUp .2s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.reg-form{display:flex;flex-direction:column;gap:12px}.reg-field label{display:block;font-size:.8rem;color:var(--color-text-muted);margin-bottom:4px}.reg-field input,.reg-field select{width:100%;background-color:#0003;border:1px solid var(--color-border);color:var(--color-text);padding:8px 10px;border-radius:6px;outline:none}.reg-field input:focus,.reg-field select:focus{border-color:var(--mode-accent, #e8651a)}.activity-card{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:12px;transition:all .2s ease;cursor:pointer}.activity-card:hover{background:var(--color-input-bg);border-color:#fc4c024d;transform:translate(4px)}.activity-icon{font-size:1.8rem;flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--color-input-bg);border-radius:12px}.activity-main{flex:1;min-width:0}.activity-name{font-size:1rem;font-weight:600;color:var(--color-text);margin:0 0 .25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.activity-meta{display:flex;gap:.75rem;font-size:.8rem;color:var(--color-text-muted)}.activity-sport{padding:.1rem .4rem;background:#fc4c0226;color:#fc4c02;border-radius:4px;font-size:.7rem;font-weight:500}.activity-stats{display:flex;gap:1.25rem;flex-shrink:0}.activity-stat{text-align:right}.stat-num{display:block;font-size:1rem;font-weight:700;color:var(--color-text)}.stat-unit{display:block;font-size:.7rem;color:var(--color-text-muted);text-transform:uppercase}@media(max-width:768px){.activity-card{flex-wrap:wrap}.activity-stats{width:100%;justify-content:space-between;padding-top:.75rem;border-top:1px solid var(--color-border)}}.date-filter{background:var(--color-bg-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--color-border);border-radius:12px;padding:.75rem 1rem;margin-bottom:1.25rem}.date-presets{display:flex;gap:.35rem;flex-wrap:wrap;margin-bottom:.5rem}.preset-btn{padding:.35rem .75rem;border-radius:8px;border:1px solid var(--color-input-border);background:var(--color-input-bg);color:var(--color-text-secondary);font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.preset-btn:hover{background:var(--color-border);color:var(--color-text)}.preset-btn.active{background:#fc4c0226;border-color:#fc4c0266;color:#fc4c02}.date-custom{display:flex;align-items:center;gap:.5rem;padding-top:.5rem;border-top:1px solid var(--color-border)}.date-input{padding:.35rem .6rem;border-radius:8px;border:1px solid var(--color-input-border);background:var(--color-input-bg);color:var(--color-text);font-size:.8rem;outline:none;flex:1;min-width:0}.date-input:focus{border-color:#fc4c0266}.date-separator{color:var(--color-text-muted);font-size:.85rem}.apply-btn{background:#fc4c0233!important;border-color:#fc4c024d!important;color:#fc4c02!important}.apply-btn:disabled{opacity:.3;cursor:not-allowed}@media(max-width:640px){.date-presets{gap:.25rem}.preset-btn{font-size:.7rem;padding:.3rem .5rem}.date-custom{flex-wrap:wrap}}@keyframes skeleton-pulse{0%,to{opacity:.4}50%{opacity:.15}}.skeleton-card,.skeleton-line,.skeleton-bar,.skeleton-circle{background:var(--color-input-bg);border-radius:12px;animation:skeleton-pulse 1.5s ease-in-out infinite}.skeleton-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;margin-bottom:1.5rem}.skeleton-chart{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:16px;padding:1.5rem;margin-bottom:1.5rem}.skeleton-bars{display:flex;align-items:flex-end;gap:8px;height:150px}.skeleton-bar{flex:1;border-radius:6px 6px 0 0;min-width:20px}.skeleton-activity-card{display:flex;gap:1rem;padding:1rem;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:12px;margin-bottom:.5rem}.skeleton-circle{width:44px;height:44px;border-radius:50%;flex-shrink:0}.skeleton-lines{flex:1;display:flex;flex-direction:column;gap:8px}.skeleton-line{height:12px;border-radius:6px}.empty-state{text-align:center;padding:3rem 2rem;border-radius:16px;background:var(--color-bg-card);border:1px dashed var(--color-border)}.empty-state-icon{font-size:3rem;margin-bottom:1rem;opacity:.6}.empty-state-title{font-size:1.1rem;font-weight:600;color:var(--color-text-secondary);margin:0 0 .5rem}.empty-state-message{font-size:.85rem;color:var(--color-text-muted);margin:0 0 1.25rem;max-width:350px;margin-left:auto;margin-right:auto;line-height:1.5}.empty-state-action{background:linear-gradient(135deg,#fc4c02,#e04400);color:#fff;border:none;padding:.6rem 1.5rem;border-radius:10px;font-weight:600;font-size:.85rem;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #fc4c0240}.empty-state-action:hover{transform:translateY(-1px);box-shadow:0 6px 16px #fc4c0259}.activities-page{max-width:900px;margin:0 auto;padding:2rem 1.5rem}.activities-header{display:flex;align-items:baseline;gap:1rem;margin-bottom:1.5rem}.activities-header h1{font-size:2rem;font-weight:700;color:var(--color-text);margin:0}.activities-count{color:var(--color-text-muted);font-size:.9rem}.activities-filters{display:flex;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.filter-select{padding:.5rem 2rem .5rem 1rem;background:var(--color-input-bg);border:1px solid var(--color-input-border);border-radius:8px;color:var(--color-text);font-size:.85rem;cursor:pointer;transition:border-color .2s;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .5rem center;background-size:1rem}.filter-select option{background:var(--color-bg-card-solid);color:var(--color-text)}.activities-list{display:flex;flex-direction:column;gap:.5rem}.activities-loading,.activities-empty{text-align:center;padding:3rem 1rem;color:var(--color-text-muted)}.activities-empty p:first-child{font-size:1.5rem;margin-bottom:.5rem}.activities-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--color-border)}.page-btn{padding:.5rem 1rem;background:var(--color-input-bg);border:1px solid var(--color-input-border);border-radius:8px;color:var(--color-text);font-size:.85rem;cursor:pointer;transition:all .2s}.page-btn:hover:not(:disabled){background:#fc4c0233;border-color:#fc4c02}.page-btn:disabled{opacity:.3;cursor:not-allowed}.page-info{color:var(--color-text-muted);font-size:.85rem}@media(max-width:640px){.activities-page{padding:1rem}.activities-header h1{font-size:1.5rem}.filter-select{flex:1;min-width:100px}}.dup-alert-banner{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#f973161f;border:1px solid rgba(249,115,22,.4);border-radius:10px;cursor:pointer;margin-bottom:1rem;transition:background .2s;font-size:.85rem;color:var(--color-text)}.dup-alert-banner:hover{background:#f9731633}.dup-toggle{color:#f97316;font-size:.8rem;font-weight:600;white-space:nowrap}.dup-panel{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.dup-pair{background:var(--color-bg-card-solid, #1e1e2e);border:1px solid var(--color-border, #333);border-radius:12px;padding:1rem}.dup-pair-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.dup-score{font-size:.8rem;font-weight:700;color:#f97316;background:#f9731626;padding:.25rem .6rem;border-radius:6px}.dup-cards{display:flex;gap:.75rem;align-items:stretch}.dup-card{flex:1;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:.75rem;display:flex;flex-direction:column;gap:.4rem}.dup-card-name{font-weight:600;font-size:.85rem;color:var(--color-text)}.dup-card-meta{font-size:.75rem;color:var(--color-text-muted)}.dup-card-stats{display:flex;gap:.75rem;font-size:.8rem;color:var(--color-text);margin-top:.25rem}.dup-card-stats span{white-space:nowrap}.dup-vs{display:flex;align-items:center;font-weight:800;font-size:.7rem;color:var(--color-text-muted);padding:0 .25rem}.dup-delete-btn{margin-top:auto;padding:.4rem .6rem;background:#ef444426;border:1px solid rgba(239,68,68,.4);border-radius:8px;color:#ef4444;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s}.dup-delete-btn:hover:not(:disabled){background:#ef44444d}.dup-delete-btn:disabled{opacity:.4;cursor:not-allowed}.dup-ignore-btn{display:block;width:100%;margin-top:.75rem;padding:.5rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:var(--color-text-muted);font-size:.8rem;cursor:pointer;transition:all .2s}.dup-ignore-btn:hover:not(:disabled){background:#ffffff1f;color:var(--color-text)}.dup-ignore-btn:disabled{opacity:.4;cursor:not-allowed}@media(max-width:640px){.dup-cards{flex-direction:column}.dup-vs{justify-content:center;padding:.25rem 0}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.detail-page{max-width:900px;margin:0 auto;padding:2rem 1.5rem}.detail-loading,.detail-error{text-align:center;padding:3rem;color:var(--color-text-muted)}.detail-error p{font-size:1.1rem;margin-bottom:1rem}.btn-back{display:inline-flex;align-items:center;gap:.25rem;background:var(--color-input-bg);border:1px solid var(--color-input-border);border-radius:8px;color:var(--color-text-secondary);padding:.5rem 1rem;font-size:.85rem;cursor:pointer;transition:all .2s ease;margin-bottom:1.5rem}.btn-back:hover{background:var(--color-border);color:var(--color-text)}.detail-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:2rem}.detail-icon{font-size:2.5rem;flex-shrink:0;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#fc4c021f;border-radius:16px}.detail-title{font-size:1.6rem;font-weight:700;color:var(--color-text);margin:0 0 .5rem;line-height:1.2}.detail-meta{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.8rem;color:var(--color-text-muted)}.detail-sport{background:#fc4c0226;color:#fc4c02;padding:.15rem .5rem;border-radius:6px;font-weight:600;font-size:.75rem}.detail-stats-grid{display:grid;gap:.75rem;margin-bottom:1.5rem}.detail-stats-grid.primary{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.detail-stats-grid.secondary{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}.detail-stat{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:14px;padding:1rem;text-align:center;transition:all .3s ease}.detail-stat:hover{border-color:var(--color-input-border);transform:translateY(-1px)}.detail-stat.highlight{background:#fc4c020f;border-color:#fc4c0226}.detail-stat.highlight .detail-stat-value{color:#fc4c02}.detail-stat-icon{font-size:1.3rem;margin-bottom:.35rem}.detail-stat-value{font-size:1.5rem;font-weight:800;color:var(--color-text);line-height:1.2}.detail-stat.highlight .detail-stat-value{font-size:1.8rem}.detail-stat-label{font-size:.7rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.3px;margin-top:.25rem}.detail-section-title{font-size:1.1rem;font-weight:600;color:var(--color-text);margin:0 0 1rem}.activity-map-card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:16px;padding:1.5rem;margin-bottom:1.5rem}.map-container{height:350px;border-radius:12px;overflow:hidden;border:1px solid var(--color-border)}.map-container .leaflet-control-zoom a{background:#1e1e1ee6;color:#fff;border-color:#ffffff26}.map-container .leaflet-control-attribution{background:#1e1e1eb3!important;color:#fff6!important;font-size:.6rem}.map-container .leaflet-control-attribution a{color:#ffffff80!important}.detail-strava-link{text-align:center;margin-top:1rem;padding-bottom:2rem}.btn-strava{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#fc4c02,#e04400);color:#fff;text-decoration:none;padding:.75rem 1.5rem;border-radius:10px;font-weight:600;font-size:.9rem;transition:all .3s ease;box-shadow:0 4px 15px #fc4c024d}.btn-strava:hover{transform:translateY(-2px);box-shadow:0 6px 20px #fc4c0266}@media(max-width:768px){.detail-page{padding:1rem}.detail-title{font-size:1.3rem}.detail-stats-grid.primary,.detail-stats-grid.secondary{grid-template-columns:repeat(2,1fr)}.detail-stat.highlight .detail-stat-value{font-size:1.4rem}.map-container{height:250px}}@media(max-width:480px){.detail-header{flex-direction:column;align-items:center;text-align:center}.detail-meta{justify-content:center}}.splits-card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:16px;padding:1.5rem;margin-bottom:1.5rem}.splits-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.splits-table{width:100%;border-collapse:collapse;font-size:.85rem}.splits-table thead th{color:var(--color-text-muted);font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;padding:.6rem .75rem;text-align:center;border-bottom:1px solid var(--color-border);white-space:nowrap}.splits-table tbody td{padding:.6rem .75rem;text-align:center;color:var(--color-text-secondary);border-bottom:1px solid var(--color-border);white-space:nowrap}.splits-table tbody tr:hover{background:var(--color-input-bg)}.splits-table tbody tr:last-child td{border-bottom:none}.split-km{font-weight:700;color:var(--color-text-muted);min-width:40px}.split-pace{font-weight:700;color:#fc4c02!important;font-variant-numeric:tabular-nums}.split-time{font-variant-numeric:tabular-nums}.split-elev{font-size:.8rem}.map-loading{text-align:center;padding:2rem;color:var(--color-text-muted)}.spinner{width:28px;height:28px;border:3px solid var(--color-input-bg);border-top-color:#fc4c02;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto .75rem}.sync-container{background:var(--color-bg-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--color-border);border-radius:16px;padding:1.5rem;margin-bottom:2rem}.sync-info{margin-bottom:1rem}.sync-stats{display:flex;gap:1.5rem;flex-wrap:wrap}.sync-total{color:var(--color-text);font-weight:600;font-size:.95rem}.sync-last{color:var(--color-text-muted);font-size:.85rem}.sync-actions{display:flex;gap:.75rem;flex-wrap:wrap}.btn-sync{padding:.65rem 1.25rem;border:none;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;background:linear-gradient(135deg,#fc4c02,#e04400);color:#fff}.btn-sync:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 15px #fc4c0266}.btn-sync:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-sync-recent{background:var(--color-input-bg);color:var(--color-text)}.btn-sync-recent:hover:not(:disabled){background:var(--color-border)}.btn-sync.syncing{animation:pulse 1.5s ease-in-out infinite}.sync-progress{margin-top:1rem}.sync-progress-bar{height:4px;background:var(--color-input-bg);border-radius:2px;overflow:hidden}.sync-progress-fill{height:100%;background:linear-gradient(90deg,#fc4c02,#ff6b35);border-radius:2px;transition:width .5s ease;animation:shimmer 2s ease-in-out infinite}.sync-message{color:var(--color-text-secondary);font-size:.85rem;margin-top:.5rem}.sync-completed{margin-top:1rem;padding:.75rem 1rem;background:#22c55e1a;border:1px solid rgba(34,197,94,.2);border-radius:10px;color:#22c55e;font-size:.9rem}.sync-error{margin-top:1rem;padding:.75rem 1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:10px;color:#ef4444;font-size:.9rem}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.leveling-widget{background:#111;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:16px;margin-bottom:24px;color:#fff}.lw-skeleton{padding:20px;text-align:center;color:#888;background:#1a1a1a;border-radius:12px;animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.lw-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.lw-badge{font-size:1.1rem;font-weight:700;color:gold;text-shadow:0 0 8px rgba(255,215,0,.4)}.lw-score{font-size:.9rem;color:#0fa;font-weight:600}.lw-progress-container{width:100%}.lw-progress-bar{width:100%;height:10px;background:#333;border-radius:5px;overflow:hidden;margin-bottom:6px}.lw-progress-fill{height:100%;background:linear-gradient(90deg,#ff8a00,#e52e71);transition:width .5s ease-out}.lw-progress-labels{display:flex;justify-content:space-between;font-size:.8rem;color:#888;font-weight:500}.lw-hint{margin-top:12px;font-size:.85rem;color:#aaa;line-height:1.4}.profile-page{max-width:700px;margin:0 auto;padding:2rem 1.5rem}.profile-card{background:var(--color-bg-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--color-border);border-radius:16px;padding:2rem;margin-bottom:1.5rem}.profile-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem}.profile-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid rgba(252,76,2,.4)}.profile-avatar-placeholder{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#fc4c02,#e04400);display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#fff}.profile-info h1{font-size:1.5rem;font-weight:700;color:var(--color-text);margin:0 0 .25rem}.profile-location,.profile-joined{color:var(--color-text-muted);font-size:.85rem;margin:.15rem 0}.profile-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding-top:1.5rem;border-top:1px solid var(--color-border)}.profile-stat{text-align:center}.ps-value{display:block;font-size:1.3rem;font-weight:700;color:var(--color-text)}.ps-label{display:block;font-size:.75rem;color:var(--color-text-muted);text-transform:uppercase;margin-top:.2rem}.profile-actions{display:flex;gap:.75rem;margin-top:1.5rem}.btn-strava-profile{flex:1;padding:.75rem;text-align:center;background:#fc4c0226;border:1px solid rgba(252,76,2,.3);border-radius:10px;color:#fc4c02;font-weight:600;text-decoration:none;transition:all .2s}.btn-strava-profile:hover{background:#fc4c0240}.btn-logout{flex:1;padding:.75rem;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:10px;color:#ef4444;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s}.btn-logout:hover{background:#ef444433}.profile-fields-section{margin-top:0}.pf-title{font-size:1.2rem;font-weight:700;color:var(--color-text);margin:0 0 .25rem}.pf-subtitle{font-size:.8rem;color:var(--color-text-muted);margin:0 0 1.25rem}.pf-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.pf-field label{display:block;font-size:.8rem;font-weight:600;color:var(--color-text-muted);margin-bottom:.25rem}.pf-required{color:#ef4444}.pf-field input,.pf-field select{width:100%;padding:.6rem .75rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:8px;color:var(--color-text);font-size:.9rem;transition:border-color .2s}.pf-field input:focus,.pf-field select:focus{border-color:#fc4c02;outline:none}.pf-actions{display:flex;align-items:center;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--color-border)}.btn-save-profile{padding:.6rem 1.5rem;background:linear-gradient(135deg,#fc4c02,#e04400);border:none;border-radius:8px;color:#fff;font-weight:600;font-size:.9rem;cursor:pointer;transition:opacity .2s}.btn-save-profile:hover{opacity:.9}.btn-save-profile:disabled{opacity:.5;cursor:not-allowed}.pf-msg{font-size:.85rem}@media(max-width:640px){.profile-header{flex-direction:column;text-align:center}.profile-stats-grid{grid-template-columns:1fr}.profile-actions{flex-direction:column}.pf-grid{grid-template-columns:1fr}}.bed-container{padding:1.5rem 2rem 3rem;max-width:1100px;margin:0 auto;color:var(--color-text, #e4e4e7)}.bed-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.bed-header h1{font-size:1.8rem;margin:0;display:flex;align-items:center;gap:.5rem;font-weight:700}.bed-filters{display:flex;gap:.75rem}.bed-filter-select{background:var(--color-card, #1e1e2e);color:var(--color-text, #fff);border:1px solid var(--color-border, #333);border-radius:8px;padding:.5em .9em;font-size:.9em;cursor:pointer;font-weight:500}.bed-top-row{display:flex;gap:1rem;align-items:stretch;margin-bottom:1.25rem}.bed-engine-badge{flex:1;display:flex;align-items:center;gap:.75rem;padding:.6rem 1rem;background:#ffffff08;border-radius:10px;border:1px solid var(--color-border, #2a2a3a);font-size:.85rem;flex-wrap:wrap}.bed-mode-label{font-weight:600;color:#fff;white-space:nowrap}.bed-progress-bar{flex:1;max-width:120px;height:6px;background:#222;border-radius:3px;overflow:hidden}.bed-progress-fill{display:block;height:100%;background:#fc4c02;border-radius:3px;transition:width .3s ease}.bed-progress-text{color:var(--color-text-muted, #71717a);font-size:.8rem;white-space:nowrap}.bed-baseline{padding:.15rem .5rem;border-radius:4px;font-size:.8rem;font-weight:600;white-space:nowrap}.bed-baseline.baseline-up{background:#10b98126;color:#10b981}.bed-baseline.baseline-down{background:#ef444426;color:#ef4444}.bed-score-card{display:flex;align-items:center;gap:.6rem;padding:.5rem 1rem;background:var(--color-card, #1e1e2e);border-radius:10px;border:1px solid var(--color-border, #2a2a3a)}.score-circle{width:52px;height:52px;border-radius:50%;border:3px solid;display:flex;align-items:center;justify-content:center}.score-num{font-size:1.4rem;font-weight:800}.score-label{font-size:.7rem;letter-spacing:.5px;color:var(--color-text-muted, #71717a);line-height:1.3;font-weight:600}.bed-smart-insight{border-radius:16px;padding:1.5rem 2rem;margin-bottom:1.5rem;display:flex;gap:1.25rem;align-items:flex-start;border-left:5px solid transparent;animation:fadeSlide .4s ease-out}@keyframes fadeSlide{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.bed-smart-insight.warning{background:linear-gradient(135deg,#ef44441f,#1e1e2ef2 60%);border-left-color:#ef4444}.bed-smart-insight.caution{background:linear-gradient(135deg,#f59e0b1f,#1e1e2ef2 60%);border-left-color:#f59e0b}.bed-smart-insight.positive{background:linear-gradient(135deg,#10b9811f,#1e1e2ef2 60%);border-left-color:#10b981}.bed-smart-insight.info{background:linear-gradient(135deg,#3b82f61f,#1e1e2ef2 60%);border-left-color:#3b82f6}.smart-insight-icon{font-size:2rem;line-height:1}.smart-insight-body{flex:1}.smart-insight-title{font-size:1.15rem;font-weight:600;margin:0 0 .35rem;color:#fff}.smart-insight-detail{font-size:.95rem;color:var(--color-text-muted, #a1a1aa);margin:0}.bed-projection{display:flex;align-items:center;gap:.75rem;padding:.8rem 1.25rem;margin-bottom:1.5rem;background:linear-gradient(135deg,#8b5cf61a,#1e1e2ee6 60%);border-radius:12px;border:1px solid rgba(139,92,246,.2)}.proj-icon{font-size:1.3rem}.proj-text{font-size:.95rem;color:var(--color-text, #e4e4e7)}.proj-text strong{color:#fff}.proj-up{color:#10b981;font-weight:600}.proj-down{color:#ef4444;font-weight:600}.bed-section-title{font-size:1.1rem;font-weight:600;margin:0 0 1rem;color:#fff;display:flex;align-items:center;gap:.5rem}.bed-primary-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1.5rem}.bed-card{background:var(--color-card, #1e1e2e);border-radius:14px;padding:1.5rem;border:1px solid var(--color-border, #2a2a3a);transition:transform .2s,box-shadow .2s}.bed-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #00000026}.bed-card-label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.6px;color:var(--color-text-muted, #71717a);margin-bottom:.5rem}.bed-card-value{font-size:2.8rem;font-weight:800;color:#fff;line-height:1.1;display:flex;align-items:baseline;gap:.25rem}.bed-card-unit{font-size:1rem;font-weight:500;color:var(--color-text-muted, #71717a)}.bed-card-sub{font-size:.85rem;color:var(--color-text-muted, #a1a1aa);margin-top:.5rem}.bed-delta{display:inline-flex;align-items:center;gap:.2rem;padding:.2rem .5rem;border-radius:6px;font-size:.8rem;font-weight:600;margin-top:.6rem}.bed-delta.up{background:#10b98126;color:#10b981}.bed-delta.down{background:#ef444426;color:#ef4444}.bed-delta.flat{background:#a1a1aa1f;color:#a1a1aa}.bed-secondary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem}.bed-card-sm{background:var(--color-card, #1e1e2e);border-radius:12px;padding:1.2rem;border:1px solid var(--color-border, #2a2a3a)}.bed-card-sm .bed-card-value{font-size:1.8rem}.bed-load-section{background:var(--color-card, #1e1e2e);border-radius:16px;padding:1.5rem 2rem;border:1px solid var(--color-border, #2a2a3a);margin-bottom:2rem}.bed-load-section.bed-load-green{border-left:4px solid #10b981}.bed-load-section.bed-load-yellow{border-left:4px solid #f59e0b}.bed-load-section.bed-load-red{border-left:4px solid #ef4444}.bed-load-section.bed-load-blue{border-left:4px solid #3b82f6}.bed-load-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;align-items:center}.bed-load-item{text-align:center}.load-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;color:var(--color-text-muted, #71717a);margin-bottom:.3rem}.load-value{font-size:1.5rem;font-weight:800;color:#fff}.bed-load-badge-wrap{text-align:center}.bed-load-badge{padding:.4rem 1rem;border-radius:8px;font-size:.85rem;font-weight:700;display:inline-block}.badge-green{background:#10b98126;color:#10b981}.badge-yellow{background:#f59e0b26;color:#f59e0b}.badge-red{background:#ef444426;color:#ef4444}.badge-blue{background:#3b82f626;color:#3b82f6}.badge-gray{background:#a1a1aa1f;color:#a1a1aa}.bed-comparison-section{background:var(--color-card, #1e1e2e);border-radius:16px;padding:1.5rem 2rem;border:1px solid var(--color-border, #2a2a3a);margin-bottom:2rem}.bed-comparison-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:1.5rem;align-items:center;text-align:center}.bed-comp-col h4{margin:0 0 .35rem;font-size:.8rem;text-transform:uppercase;letter-spacing:.5px;color:var(--color-text-muted, #71717a)}.bed-comp-col .comp-value{font-size:2rem;font-weight:800;color:#fff}.bed-comp-vs{font-size:1.5rem;color:var(--color-text-muted, #555)}.bed-comp-verdict{margin-top:1rem;font-size:.95rem;color:var(--color-text-muted, #a1a1aa);text-align:center}.bed-comp-verdict strong{color:#ef4444}.bed-comp-verdict strong.positive{color:#10b981}.bed-trend-section{background:var(--color-card, #1e1e2e);border-radius:16px;padding:1.5rem 2rem;border:1px solid var(--color-border, #2a2a3a);margin-bottom:2rem}.bed-trend-stats{display:flex;gap:2rem;margin-bottom:1.25rem;flex-wrap:wrap}.bed-trend-stat{display:flex;flex-direction:column}.bed-trend-stat-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;color:var(--color-text-muted, #71717a);margin-bottom:.2rem}.bed-trend-stat-value{font-size:1.1rem;font-weight:700;color:#fff}.bed-trend-stat-value.trend-up{color:#10b981}.bed-trend-stat-value.trend-down{color:#ef4444}.bed-trend-stat-value.trend-warn{color:#f59e0b}.bed-consistency-section{background:var(--color-card, #1e1e2e);border-radius:16px;padding:1.5rem 2rem;border:1px solid var(--color-border, #2a2a3a);margin-bottom:2rem}.bed-consistency-stats{display:flex;gap:2rem;margin-bottom:1rem;flex-wrap:wrap}.bed-consistency-stat{text-align:center;flex:1;min-width:80px}.bed-consistency-stat .stat-num{font-size:2rem;font-weight:800;color:#fff}.bed-consistency-stat .stat-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;color:var(--color-text-muted, #71717a);margin-top:.2rem}.bed-consistency-stat .stat-label small{font-size:.65rem;opacity:.7;text-transform:none;display:block;margin-top:2px}.bed-heatmap-label{font-size:.7rem;color:var(--color-text-muted, #666);margin-bottom:.4rem;text-transform:uppercase;letter-spacing:.5px}.bed-heatmap{display:flex;gap:3px;flex-wrap:wrap}.bed-heatmap-day{width:16px;height:16px;border-radius:3px;background:#222}.bed-heatmap-day.active-1{background:#064e3b}.bed-heatmap-day.active-2{background:#059669}.bed-heatmap-day.active-3{background:#10b981}.bed-recommendations{background:linear-gradient(135deg,#8b5cf614,#1e1e2ef2 60%);border-radius:16px;padding:1.5rem 2rem;border:1px solid rgba(139,92,246,.2);margin-bottom:2rem}.bed-rec-list{list-style:none;padding:0;margin:0}.bed-rec-list li{padding:.6rem 0;display:flex;align-items:flex-start;gap:.6rem;font-size:.95rem;color:var(--color-text, #e4e4e7);border-bottom:1px solid rgba(255,255,255,.04)}.bed-rec-list li:last-child{border:none}.bed-rec-list li:before{content:"💡";flex-shrink:0}.bed-empty{text-align:center;padding:4rem 2rem;color:var(--color-text-muted, #a1a1aa);background:var(--color-card, #1e1e2e);border-radius:16px;border:1px dashed var(--color-border, #333)}.bed-loading{display:flex;justify-content:center;padding:4rem 0}@media(max-width:768px){.bed-container{padding:1rem}.bed-header{flex-direction:column;align-items:flex-start;gap:.75rem}.bed-filters{width:100%}.bed-top-row{flex-direction:column}.bed-primary-grid{grid-template-columns:1fr}.bed-secondary-grid{grid-template-columns:1fr 1fr}.bed-comparison-grid{grid-template-columns:1fr;gap:.5rem}.bed-comp-vs{display:none}.bed-load-grid{grid-template-columns:1fr 1fr;gap:1rem}.bed-engine-badge{flex-wrap:wrap}}.bed-version{font-size:.65em;padding:2px 8px;background:#6366f133;color:#818cf8;border-radius:6px;font-weight:600;vertical-align:middle}.bed-mode-toggle{background:var(--color-card, #1e1e2e);color:var(--color-text, #fff);border:1px solid var(--color-border, #333);border-radius:8px;padding:.5em 1em;font-size:.85em;cursor:pointer;font-weight:600;transition:all .2s}.bed-mode-toggle.active{background:#6366f126;border-color:#818cf8;color:#818cf8}.bed-mode-toggle:hover{border-color:#818cf8}.bed-risk-section{background:var(--color-card, #1e1e2e);border-radius:14px;padding:1.25rem 1.5rem;border:1px solid var(--color-border, #2a2a3a);margin-bottom:1.25rem}.bed-risk-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.bed-risk-title{font-weight:700;font-size:.95rem}.bed-risk-value{font-weight:700;font-size:1.1rem}.bed-risk-bar-track{position:relative;height:10px;background:#1a1a2e;border-radius:10px;overflow:hidden;margin-bottom:.4rem}.bed-risk-bar-fill{height:100%;border-radius:10px;transition:width .6s ease,background-color .3s}.bed-risk-zones{display:flex;font-size:.65rem;color:#71717a;text-transform:uppercase;letter-spacing:.5px;margin-top:.3rem}.bed-risk-zones .zone{text-align:center}.bed-risk-zones .zone-green{color:#10b981}.bed-risk-zones .zone-yellow{color:#f59e0b}.bed-risk-zones .zone-orange{color:#f97316}.bed-risk-zones .zone-red{color:#ef4444}.bed-risk-breakdown{display:flex;gap:1.5rem;margin-top:.75rem;font-size:.8rem;color:#a1a1aa}.bed-safe-load{display:flex;align-items:center;gap:.75rem;padding:.9rem 1.25rem;background:#6366f114;border:1px solid rgba(99,102,241,.2);border-radius:12px;margin-bottom:1rem;font-size:.9rem}.safe-icon{font-size:1.3em}.safe-warning{color:#ef4444;font-weight:600}.safe-info{color:#10b981;font-weight:600}.bed-serious-section{background:var(--color-card, #1e1e2e);border-radius:16px;padding:1.5rem 2rem;border:1px solid rgba(99,102,241,.2);margin-bottom:1.5rem}.bed-metrics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.bed-metric-item{padding:.75rem;background:#ffffff08;border-radius:10px}.metric-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;color:#a1a1aa;margin-bottom:.3rem;display:flex;align-items:center;gap:.35rem}.metric-hint{font-size:.8em;cursor:help;opacity:.5}.metric-value{font-size:1.25rem;font-weight:700;color:#fff}.metric-status{font-size:.7em;font-weight:500;opacity:.85;margin-left:.25rem}.metric-label.metric-green,.metric-value.metric-green{color:#10b981}.metric-label.metric-yellow,.metric-value.metric-yellow{color:#f59e0b}.metric-label.metric-orange,.metric-value.metric-orange{color:#f97316}.metric-label.metric-red,.metric-value.metric-red{color:#ef4444}.metric-label.metric-blue,.metric-value.metric-blue{color:#3b82f6}@media(max-width:600px){.bed-metrics-grid{grid-template-columns:repeat(2,1fr)}.bed-risk-breakdown{flex-wrap:wrap;gap:.75rem}.bed-filters{flex-wrap:wrap}.bed-fitness-risk-row{flex-direction:column;gap:.75rem}}.bed-meta-bar{display:flex;gap:.75rem;align-items:center;margin-bottom:1rem;flex-wrap:wrap}.bed-maturity{padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:600;letter-spacing:.3px}.bed-maturity-cold{background:#6b728033;color:#9ca3af}.bed-maturity-warm{background:#f59e0b26;color:#f59e0b}.bed-maturity-ready{background:#3b82f626;color:#3b82f6}.bed-maturity-full{background:#10b98126;color:#10b981}.bed-segment{padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:600;background:#a855f71f;color:#a855f7}.bed-user-level{padding:4px 10px;border-radius:20px;font-size:.75rem;font-weight:500;background:#ffffff0d;color:#a1a1aa}.bed-fitness-risk-row{display:flex;gap:1rem;margin-bottom:1.25rem}.bed-fr-item{flex:1;background:var(--color-card, #1e1e2e);border-radius:14px;padding:1.25rem 1.5rem;border:1px solid var(--color-border, #2a2a3a);text-align:center}.bed-fr-fitness{border-color:#10b9814d}.bed-fr-risk{border-color:#ef44444d}.fr-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.5px;color:#a1a1aa;margin-bottom:.3rem}.fr-value{font-size:2rem;font-weight:800;color:#fff}.fr-unit{font-size:.5em;font-weight:400;opacity:.5}.bed-fr-fitness .fr-value{color:#10b981}.fr-sub{font-size:.75rem;color:#71717a;margin-top:.3rem}.bed-fr-divider{display:flex;align-items:center;font-weight:800;color:#555;font-size:.9rem}.rec-priority-1{border-left:3px solid #ef4444;padding-left:.75rem}.rec-priority-2{border-left:3px solid #f59e0b;padding-left:.75rem}.rec-priority-3{border-left:3px solid #3b82f6;padding-left:.75rem}.rec-priority-4{border-left:3px solid #10b981;padding-left:.75rem}.bed-narrative{padding:1rem 1.25rem;background:#fc4c0214;border-radius:12px;border-left:3px solid #FC4C02;margin-bottom:1.25rem;font-size:.9rem;line-height:1.6}.bed-narrative p{margin:0}.bed-narrative-info{background:#6366f114;border-left-color:#818cf8;color:#a1a1aa}.bed-insufficient{text-align:center;padding:3rem 2rem;background:var(--color-card, #1e1e2e);border-radius:16px;border:1px solid var(--color-border, #2a2a3a)}.insuf-icon{font-size:3rem;margin-bottom:1rem}.bed-insufficient h3{font-size:1.3rem;margin-bottom:.5rem}.bed-insufficient p{color:#a1a1aa;margin:.3rem 0}.insuf-progress-bar{width:60%;max-width:300px;height:8px;background:#1a1a2e;border-radius:8px;margin:1rem auto;overflow:hidden}.insuf-progress-fill{height:100%;background:linear-gradient(90deg,#818cf8,#a855f7);border-radius:8px;transition:width .5s}.insuf-hint{font-size:.85rem;color:#71717a;margin-top:.5rem}.bed-confidence{padding:4px 10px;border-radius:20px;font-size:.75rem;font-weight:500;background:#ffffff0d;color:#a1a1aa;cursor:help}.bed-rec-card{background:var(--color-card, #1e1e2e);border-radius:12px;padding:1.25rem 1.5rem;border:1px solid var(--color-border, #2a2a3a);margin-bottom:.75rem}.rec-card-1{border-left:4px solid #ef4444}.rec-card-2{border-left:4px solid #f59e0b}.rec-card-3{border-left:4px solid #3b82f6}.rec-card-4{border-left:4px solid #10b981}.rec-card-5{border-left:4px solid #6b7280}.rec-card-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.rec-card-icon{font-size:1.2em}.rec-card-focus{font-weight:700;font-size:.95rem}.rec-card-badge{padding:2px 8px;border-radius:12px;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;background:#ef444426;color:#ef4444}.rec-card-badge.secondary{background:#f59e0b26;color:#f59e0b}.rec-card-reason{font-size:.8rem;color:#a1a1aa;margin:0 0 .4rem}.rec-card-action{font-size:.9rem;margin:0;line-height:1.5}.rec-card-meta{display:flex;gap:1.5rem;margin-top:.75rem;font-size:.75rem;color:#71717a}.bed-micro-tip{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#ffffff08;border-radius:10px;font-size:.85rem;color:#a1a1aa;margin-top:.5rem}.micro-tip-icon{font-size:1.1em}.bed-risk-driver{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem;background:var(--color-card, #1e1e2e);border-radius:12px;border:1px solid var(--color-border, #2a2a3a);margin-bottom:1rem;font-size:.9rem}.risk-driver-label{font-weight:500}.risk-driver-detail{color:#a1a1aa;font-size:.85rem}.rec-type-reduce{border-left:4px solid #ef4444}.rec-type-maintain{border-left:4px solid #f59e0b}.rec-type-increase{border-left:4px solid #10b981}.admin-users-page{max-width:1200px;margin:0 auto;padding:2rem 1rem}.admin-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:.75rem}.admin-header h1{font-size:1.3rem;margin:0;color:var(--color-text)}.btn-invite{background:linear-gradient(135deg,#fc4c02,#e04400);color:#fff;border:none;padding:.6rem 1.2rem;border-radius:10px;font-weight:600;font-size:.85rem;cursor:pointer;transition:all .2s}.btn-invite:hover{transform:translateY(-1px);box-shadow:0 4px 12px #fc4c024d}.invite-card{background:var(--color-bg-card);border:1px solid var(--color-input-border);border-radius:14px;padding:1.5rem;margin-bottom:1.5rem}.invite-card h3{margin:0 0 1rem;font-size:1rem;color:var(--color-text)}.invite-how-it-works{background:var(--color-input-bg);border-radius:10px;padding:.75rem 1rem;margin-bottom:1rem}.invite-how-it-works p{margin:0 0 .5rem;font-size:.8rem;color:var(--color-text-secondary)}.invite-how-it-works ol{margin:0;padding-left:1.25rem;font-size:.8rem;color:var(--color-text-muted);line-height:1.7}.invite-expiry{color:var(--color-text-muted)!important;font-size:.75rem!important;margin-top:.5rem!important}.invite-form .form-row{display:flex;gap:.5rem;flex-wrap:wrap}.invite-form input{flex:1;min-width:200px;background:var(--color-input-bg);border:1px solid var(--color-input-border);border-radius:10px;padding:.6rem 1rem;color:var(--color-text);font-size:.9rem}.invite-form input:focus{outline:none;border-color:#fc4c02}.invite-form select{background:var(--color-input-bg);border:1px solid var(--color-input-border);border-radius:10px;padding:.6rem .75rem;color:var(--color-text);font-size:.85rem}.invite-form button{background:#fc4c02;color:#fff;border:none;padding:.6rem 1.5rem;border-radius:10px;font-weight:600;cursor:pointer}.invite-success{margin-top:1rem;padding:1rem;background:#22c55e1a;border:1px solid rgba(34,197,94,.2);border-radius:10px}.invite-success p{margin:0 0 .5rem;color:#22c55e;font-size:.85rem}.invite-link{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.invite-link code{flex:1;background:var(--color-input-bg);padding:.5rem .75rem;border-radius:8px;font-size:.75rem;word-break:break-all;color:var(--color-text-secondary)}.invite-link button{background:var(--color-input-bg);border:none;padding:.4rem .8rem;border-radius:8px;color:var(--color-text);font-size:.8rem;cursor:pointer;white-space:nowrap}.invite-error{margin-top:.75rem;color:#fca5a5;font-size:.85rem}.users-table-wrapper{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:14px;overflow-x:auto}.users-table{width:100%;border-collapse:collapse}.users-table th{padding:.6rem .5rem;font-size:.7rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid var(--color-border);white-space:nowrap}.users-table td{padding:.55rem .5rem;font-size:.82rem;border-bottom:1px solid var(--color-border);vertical-align:middle;color:var(--color-text);white-space:nowrap}.users-table td.user-cell{white-space:normal}.profile-tags-inline{display:flex;flex-wrap:wrap;gap:.2rem;margin-top:.2rem}.users-table tr:last-child td{border-bottom:none}.user-cell{display:flex;align-items:center;gap:.75rem}.user-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover}.user-avatar-placeholder{width:36px;height:36px;border-radius:50%;background:#fc4c0233;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:600;color:#fc4c02;text-transform:uppercase}.user-name{font-weight:600;color:var(--color-text)}.user-email{font-size:.75rem;color:var(--color-text-muted)}.badge{padding:.25rem .6rem;border-radius:6px;font-size:.7rem;font-weight:600;text-transform:uppercase}.badge-active{background:#22c55e26;color:#22c55e}.badge-pending{background:#fbbf2426;color:#f59e0b}.badge-disabled{background:#dc262626;color:#ef4444}.btn-toggle{border:none;padding:.35rem .8rem;border-radius:8px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-toggle.danger{background:#dc262626;color:#ef4444}.btn-toggle.success{background:#22c55e26;color:#22c55e}.btn-toggle:hover{transform:translateY(-1px)}.admin-summary-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:1.2rem}.admin-summary-card{background:var(--color-card-bg);border:1px solid var(--color-border);border-radius:12px;padding:.8rem;text-align:center;display:flex;flex-direction:column;gap:.15rem}.admin-summary-card.accent{border-color:#fc4c0240}.admin-summary-value{font-size:1.5rem;font-weight:800;color:#fc4c02}.admin-summary-label{font-size:.7rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.5px}.num-col{text-align:right;font-variant-numeric:tabular-nums}.km-value{color:#fc4c02;font-weight:700}.rank-cell{text-align:center;color:var(--color-text-muted);font-size:.8rem}.pending-section{background:#fbbf240f;border:1px solid rgba(251,191,36,.2);border-radius:14px;padding:1rem 1.3rem;margin-bottom:1.5rem}.pending-section h2{margin:0 0 .75rem;font-size:1rem;color:#fbbf24}.pending-list{display:flex;flex-direction:column;gap:.5rem}.pending-card{display:flex;align-items:center;justify-content:space-between;padding:.6rem .8rem;border-radius:10px;background:var(--color-card-bg);border:1px solid var(--color-border)}.pending-info{display:flex;align-items:center;gap:.6rem}.pending-actions{display:flex;gap:.4rem}.btn-approve{background:#22c55e26;color:#22c55e;border:none;padding:.35rem .75rem;border-radius:8px;font-weight:600;font-size:.78rem;cursor:pointer}.btn-reject{background:#dc26261a;color:#ef4444;border:none;padding:.35rem .75rem;border-radius:8px;font-weight:600;font-size:.78rem;cursor:pointer}.row-disabled{opacity:.5}.role-badge{cursor:pointer;transition:opacity .15s}.role-badge:hover{opacity:.7}.role-edit-hint{font-size:.7rem;opacity:.5}.role-select{background:var(--color-input-bg);color:var(--color-text);border:1px solid rgba(252,76,2,.3);border-radius:6px;padding:.25rem .4rem;font-size:.8rem}.date-cell{font-size:.78rem;color:var(--color-text-muted)}.action-dropdown{position:relative}.btn-action-menu{background:#ffffff0d;border:1px solid var(--color-border);color:var(--color-text);width:32px;height:32px;border-radius:8px;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.btn-action-menu:hover{background:#ffffff1a}.action-menu{position:absolute;right:0;top:100%;margin-top:4px;background:var(--color-card-bg);border:1px solid var(--color-border);border-radius:10px;min-width:200px;z-index:100;box-shadow:0 8px 24px #0000004d;overflow:hidden}.action-menu button{display:block;width:100%;text-align:left;background:none;border:none;padding:.6rem 1rem;font-size:.82rem;color:var(--color-text);cursor:pointer;transition:background .1s}.action-menu button:hover{background:#ffffff0d}.action-menu button.danger{color:#ef4444}.action-menu button.danger:hover{background:#dc262614}@media(max-width:640px){.users-table th:nth-child(4),.users-table td:nth-child(4),.users-table th:nth-child(5),.users-table td:nth-child(5){display:none}}.pending-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.btn-approve-all{background:#22c55e26;color:#22c55e;border:1px solid rgba(34,197,94,.3);border-radius:10px;padding:.45rem 1rem;font-size:.82rem;font-weight:700;cursor:pointer;white-space:nowrap}.btn-approve-all:hover{background:#22c55e40}.member-row-clickable{cursor:pointer;transition:background .15s}.member-row-clickable:hover{background:#ffffff0a!important}.member-detail-view{max-width:900px}.member-detail-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1.2rem;background:var(--color-card);border:1px solid var(--color-border);border-radius:12px}.member-detail-avatar{width:60px;height:60px;border-radius:50%;object-fit:cover;border:2px solid var(--color-accent)}.member-detail-avatar-ph{width:60px;height:60px;border-radius:50%;background:#ffffff14;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;color:var(--color-text);border:2px solid var(--color-border)}.member-detail-name{font-size:1.2rem;font-weight:700;color:var(--color-text);margin:0 0 .3rem}.member-detail-stats-row{display:flex;gap:1rem;font-size:.85rem;color:var(--color-text-muted)}.member-detail-stats-row span{background:#ffffff0d;padding:.2rem .6rem;border-radius:6px}.smart-filter-bar{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:12px;padding:.6rem .75rem;margin-bottom:.75rem}.sf-search{flex:1;min-width:180px;background:var(--color-input-bg);border:1px solid var(--color-input-border);border-radius:8px;padding:.5rem .75rem;color:var(--color-text);font-size:.82rem}.sf-search:focus{outline:none;border-color:#fc4c02}.sf-select{background:var(--color-input-bg);border:1px solid var(--color-input-border);border-radius:8px;padding:.45rem .6rem;color:var(--color-text);font-size:.8rem;min-width:100px;cursor:pointer}.sf-select:focus{outline:none;border-color:#fc4c02}.sf-clear{background:#dc26261a;border:1px solid rgba(220,38,38,.2);color:#ef4444;padding:.4rem .7rem;border-radius:8px;font-size:.78rem;font-weight:600;cursor:pointer;white-space:nowrap}.sf-clear:hover{background:#dc262633}.sf-result-count{font-size:.8rem;color:var(--color-text-muted);margin-bottom:.75rem;padding-left:.5rem}.sf-result-count strong{color:#fc4c02}.profile-cell{display:flex;flex-wrap:wrap;gap:.25rem}.profile-tag{display:inline-block;padding:.15rem .45rem;border-radius:5px;font-size:.68rem;font-weight:600;white-space:nowrap}.profile-tag.gender{background:#8b5cf626;color:#8b5cf6}.profile-tag.dept{background:#3b82f626;color:#3b82f6}.profile-tag.region{background:#22c55e26;color:#22c55e}.profile-tag.empid{background:#fbbf2426;color:#f59e0b;font-family:monospace}.user-fullname{font-size:.72rem;color:var(--color-text-muted);font-style:italic}.teams-page{max-width:900px;margin:0 auto;padding:2rem 1rem}.teams-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.teams-header h1{font-size:1.3rem;margin:0}.btn-create,.btn-back{background:linear-gradient(135deg,#fc4c02,#e04400);color:#fff;border:none;padding:.6rem 1.2rem;border-radius:10px;font-weight:600;font-size:.85rem;cursor:pointer;transition:all .2s}.btn-back{background:var(--color-input-bg);color:var(--color-text);margin-bottom:1rem}.btn-danger{background:#dc262626;color:#fca5a5;border:none;padding:.5rem 1rem;border-radius:10px;font-weight:600;font-size:.8rem;cursor:pointer}.team-create-form{display:flex;gap:.5rem;flex-wrap:wrap;background:var(--color-bg-card);border:1px solid var(--color-input-border);border-radius:14px;padding:1rem;margin-bottom:1.5rem}.team-create-form input,.team-create-form select{background:var(--color-input-bg);border:1px solid var(--color-input-border);border-radius:10px;padding:.6rem 1rem;color:var(--color-text);font-size:.9rem;flex:1;min-width:150px}.team-create-form input:focus{outline:none;border-color:#fc4c02}.team-create-form button{background:#fc4c02;color:#fff;border:none;padding:.6rem 1.5rem;border-radius:10px;font-weight:600;cursor:pointer}.teams-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.team-card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:16px;padding:1.5rem;cursor:pointer;transition:all .2s}.team-card:hover{border-color:#fc4c024d;transform:translateY(-2px);box-shadow:var(--shadow-card)}.team-card-icon{font-size:2rem;margin-bottom:.75rem}.team-card h3{margin:0 0 .4rem;font-size:1.05rem;color:var(--color-text)}.team-card-desc{font-size:.8rem;color:var(--color-text-muted);margin:0 0 .75rem}.team-card-meta{display:flex;align-items:center;justify-content:space-between;font-size:.75rem;color:var(--color-text-muted)}.team-sport-badge{padding:.2rem .5rem;background:#fc4c0226;color:#fc4c02;border-radius:6px;font-size:.7rem;font-weight:600}.team-detail-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.team-detail-header h1{margin:0 0 .25rem;font-size:1.4rem;color:var(--color-text)}.team-desc{color:var(--color-text-muted);font-size:.85rem;margin:0 0 .5rem}.team-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:1.5rem}.team-stat{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:12px;padding:1rem;text-align:center}.stat-val{font-size:1.4rem;font-weight:700;color:#fc4c02}.stat-label{font-size:.7rem;color:var(--color-text-muted);margin-top:.25rem}.section-title{font-size:1rem;margin:1.5rem 0 1rem;color:var(--color-text)}.members-grid{display:flex;flex-direction:column;gap:.5rem}.member-card{display:flex;align-items:center;gap:.75rem;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:12px;padding:.75rem 1rem}.member-avatar-ph{width:40px;height:40px;border-radius:50%;background:#fc4c0233;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fc4c02}.member-info{flex:1}.member-stats{font-size:.75rem;color:var(--color-text-muted)}.btn-remove{background:#dc262626;color:#fca5a5;border:none;width:28px;height:28px;border-radius:50%;cursor:pointer;font-size:.75rem}.add-member-section{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--color-border)}.add-member-section h3{font-size:.9rem;margin:0 0 .75rem;color:var(--color-text)}.available-users{display:flex;flex-wrap:wrap;gap:.5rem}.user-chip{background:#22c55e26;color:#22c55e;border:none;padding:.4rem .8rem;border-radius:8px;font-size:.8rem;cursor:pointer;transition:all .2s}.user-chip:hover{background:#22c55e40}.add-member-empty{background:var(--color-bg-card);border-radius:10px;padding:1rem;text-align:center}.add-member-empty p{margin:0 0 .5rem;font-size:.8rem;color:var(--color-text-muted)}.btn-go-invite{display:inline-block;margin-top:.5rem;color:#fc4c02;text-decoration:none;font-weight:600;font-size:.85rem;padding:.5rem 1rem;border:1px solid rgba(252,76,2,.3);border-radius:10px;transition:all .2s}.btn-go-invite:hover{background:#fc4c021a}.team-card-status{margin-top:.5rem}.status-badge{font-size:.78rem;font-weight:700;padding:.25rem .65rem;border-radius:8px}.status-badge.active{background:#22c55e1f;color:#4ade80}.status-badge.pending{background:#eab3081f;color:#facc15}.status-badge.join{background:#fc4c021f;color:#fc4c02}.team-card-org,.team-org{font-size:.8rem;color:var(--color-text-muted);margin:.15rem 0}.btn-join{background:linear-gradient(135deg,#fc4c02,#e04400);color:#fff;border:none;padding:.6rem 1.5rem;border-radius:10px;font-weight:700;font-size:.9rem;cursor:pointer;transition:all .2s}.btn-join:hover{transform:translateY(-1px);box-shadow:0 4px 12px #fc4c024d}.btn-join:disabled{opacity:.5;cursor:not-allowed}.badge-pending{display:inline-block;background:#eab3081f;color:#facc15;padding:.55rem 1.2rem;border-radius:10px;font-weight:700;font-size:.85rem}.team-actions{display:flex;gap:.75rem;align-items:center}.pending-card{border-color:#eab30859!important;background:#eab3080a!important}.approval-btns{display:flex;gap:.4rem;margin-left:auto}.btn-approve,.btn-reject{border:none;padding:.4rem .7rem;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .15s}.btn-approve{background:#22c55e1f}.btn-approve:hover{background:#22c55e40}.btn-reject{background:#dc26261f}.btn-reject:hover{background:#dc262640}@media(max-width:640px){.team-stats-grid{grid-template-columns:repeat(2,1fr)}.teams-grid{grid-template-columns:1fr}.team-actions{flex-direction:column;align-items:stretch}}.weekly-stats-container{padding-bottom:2rem}.loading-spinner{padding:3rem;text-align:center;color:var(--color-text-muted)}.weeks-list{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.week-card{background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.week-card.expanded{border-color:var(--color-primary);box-shadow:0 10px 40px #0000004d;background:#ffffff0d}.week-header{padding:1.5rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;background:linear-gradient(90deg,#ffffff0d,#fff0)}.week-header:hover{background:#ffffff0d}.week-info{display:flex;flex-direction:column;gap:.25rem}.week-title{font-size:1.25rem;font-weight:800;letter-spacing:-.02em;background:linear-gradient(135deg,#fff,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.week-summary{font-size:1rem;color:var(--color-primary);font-weight:700;text-shadow:0 0 15px rgba(94,234,212,.3)}.expand-icon{font-size:.8rem;color:var(--color-text-muted)}.week-content{padding:0 1.25rem 1.25rem;border-top:1px solid var(--color-border)}.members-weekly-list{margin-top:.5rem}.m-list-scroll{display:flex;flex-direction:column;gap:.75rem}.member-weekly-item{background:#ffffff05;border-radius:12px;padding:1rem;cursor:pointer;border:1px solid rgba(255,255,255,.05);transition:all .3s ease}.member-weekly-item:hover{background:#ffffff14;transform:translate(4px)}.member-weekly-item.active{border-color:#5eead466;background:#14b8a60d}.member-weekly-header{display:flex;justify-content:space-between;align-items:center}.m-user{display:flex;align-items:center;gap:.75rem}.m-user img{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid var(--color-border)}.m-avatar-ph{width:36px;height:36px;border-radius:50%;background:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.m-name{font-weight:600;font-size:.95rem}.m-stats{display:flex;align-items:center;gap:1rem}.m-dist{font-weight:700;color:var(--color-text)}.m-arrow{font-size:.7rem;color:var(--color-text-muted)}.member-activities-list{margin-top:1rem;padding-top:1rem;border-top:1px dashed var(--color-border);display:flex;flex-direction:column;gap:.5rem}.act-row{display:flex;justify-content:space-between;align-items:center;background:#0000004d;padding:.75rem 1rem;border-radius:10px;font-size:.9rem;border:1px solid rgba(255,255,255,.02)}.act-info{display:flex;flex-direction:column}.act-main-info{display:flex;align-items:center;gap:.5rem}.act-name{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.act-date{font-size:.75rem;color:var(--color-text-muted)}.act-metrics{text-align:right;display:flex;align-items:center;gap:.5rem}.act-dist{color:var(--color-primary);font-weight:700}.act-sep{color:var(--color-border)}.act-time{color:var(--color-text-muted)}.sports-badge{font-size:.9rem}.events-page{max-width:1140px;margin:0 auto;padding:2rem 1rem}.events-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.events-header h1{font-size:1.3rem;margin:0}.btn-create,.btn-back{background:linear-gradient(135deg,#fc4c02,#e04400);color:var(--color-text);border:none;padding:.6rem 1.2rem;border-radius:10px;font-weight:600;font-size:.85rem;cursor:pointer;transition:all .2s}.btn-back{background:var(--color-input-bg);margin-bottom:1rem}.btn-create:hover,.btn-back:hover{transform:translateY(-1px)}.event-create-form{display:flex;flex-direction:column;gap:.75rem;background:var(--color-bg-card);border:1px solid var(--color-input-border);border-radius:14px;padding:1.25rem;margin-bottom:1.5rem}.event-create-form input,.event-create-form select{background:var(--color-input-bg);border:1px solid var(--color-input-border);border-radius:10px;padding:.6rem 1rem;color:var(--color-text);font-size:.9rem}.event-create-form input:focus{outline:none;border-color:#fc4c02}.form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.form-col{display:flex;flex-direction:column;gap:.25rem}.form-col label{font-size:.75rem;color:var(--color-text-muted)}.checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--color-text-secondary);cursor:pointer}.checkbox-label input[type=checkbox]{accent-color:#FC4C02;width:16px;height:16px}.event-create-form button{background:linear-gradient(135deg,#fc4c02,#e04400);color:var(--color-text);border:none;padding:.7rem 1.5rem;border-radius:10px;font-weight:700;cursor:pointer}.events-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.event-card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:16px;padding:0;overflow:hidden;cursor:pointer;transition:all .2s}.event-card:hover{border-color:#fc4c024d;transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.event-card-status{font-size:.75rem;margin-bottom:.5rem}.event-card h3{margin:0 0 .4rem;font-size:1.05rem}.event-card-desc{font-size:.8rem;color:var(--color-text-muted);margin:0 0 .75rem}.event-card-meta{font-size:.75rem;color:var(--color-text-muted);display:flex;gap:1rem}.event-card-badges{display:flex;gap:.5rem;margin-top:.75rem}.event-badge{padding:.2rem .5rem;background:#fc4c0226;color:#fc4c02;border-radius:6px;font-size:.7rem;font-weight:600}.team-badge{background:#3b82f626;color:#60a5fa}.event-detail-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.event-detail-header h1{margin:.25rem 0;font-size:1.4rem}.event-status{font-size:.8rem}.event-desc{color:var(--color-text-muted);font-size:.85rem;margin:0 0 .5rem}.event-meta{display:flex;flex-wrap:wrap;gap:1rem;font-size:.8rem;color:var(--color-text-muted)}.btn-join{background:linear-gradient(135deg,#fc4c02,#e04400);color:var(--color-text);border:none;padding:.7rem 1.5rem;border-radius:12px;font-weight:700;font-size:.9rem;cursor:pointer}.btn-leave{background:var(--color-input-bg);color:var(--color-text-secondary);border:none;padding:.7rem 1.5rem;border-radius:12px;font-weight:600;font-size:.9rem;cursor:pointer}.countdown-section{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem;padding:1rem 1.5rem;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:14px}.countdown-label{font-size:.85rem;color:var(--color-text-muted);white-space:nowrap}.countdown-boxes{display:flex;gap:.5rem}.cd-box{background:#fc4c021f;border:1px solid rgba(252,76,2,.25);border-radius:10px;padding:.5rem .75rem;text-align:center;min-width:52px}.cd-val{font-size:1.3rem;font-weight:700;color:#fc4c02}.cd-unit{font-size:.6rem;color:var(--color-text-muted);margin-top:.15rem}.event-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:1.5rem}.ev-stat{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:14px;padding:1.25rem 1rem;text-align:center}.ev-stat-icon{font-size:1.5rem;margin-bottom:.3rem}.ev-stat-val{font-size:1.5rem;font-weight:700;color:#fc4c02}.ev-stat-label{font-size:.7rem;color:var(--color-text-muted);margin-top:.25rem}.event-tabs{display:flex;gap:0;margin-bottom:1rem;border-bottom:2px solid var(--color-border)}.tab-btn{background:none;border:none;padding:.75rem 1.25rem;font-size:.85rem;font-weight:600;color:var(--color-text-muted);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .2s}.tab-btn:hover{color:var(--color-text-secondary)}.tab-btn.active{color:#fc4c02;border-bottom-color:#fc4c02}.leaderboard{display:flex;flex-direction:column;gap:0}.lb-header-row{display:grid;grid-template-columns:50px 1fr 100px 70px 60px 80px;gap:.5rem;padding:.5rem 1rem;font-size:.7rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.5px;font-weight:600}.lb-row{display:grid;grid-template-columns:50px 1fr 100px 70px 60px 80px;gap:.5rem;align-items:center;padding:.65rem 1rem;border-bottom:1px solid var(--color-border);transition:background .15s}.lb-row:hover{background:var(--color-bg-card)}.lb-row.lb-top{background:#fc4c020a}.lb-row.lb-me{border-left:3px solid #FC4C02}.lb-rank{text-align:center;font-weight:700;font-size:.95rem}.lb-user{display:flex;align-items:center;gap:.6rem;min-width:0}.lb-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;flex-shrink:0}.lb-avatar-ph{width:32px;height:32px;border-radius:50%;background:#fc4c0233;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fc4c02;font-size:.8rem;flex-shrink:0}.lb-name{font-weight:600;font-size:.85rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lb-team{font-size:.75rem;color:var(--color-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lb-distance{font-weight:700;color:#fc4c02;font-size:.9rem;text-align:right}.lb-count{font-size:.75rem;color:var(--color-text-muted);text-align:right}.lb-completed,.lbh-completed{text-align:center;font-size:.72rem;min-width:90px}.lb-crank,.lbh-crank{text-align:center;min-width:55px;font-size:.85rem}.lb-progress{width:100%}.lb-action{text-align:center;flex-shrink:0}.lbh-action{text-align:center}.btn-ban{background:#ef444426;color:#ef4444;border:1px solid rgba(239,68,68,.3);border-radius:6px;width:28px;height:28px;font-size:.8rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .2s}.btn-ban:hover{background:#ef4444;color:#fff}.btn-edit-participant{background:#3b82f626;color:#60a5fa;border:1px solid rgba(59,130,246,.3);border-radius:6px;width:28px;height:28px;font-size:.8rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .2s}.btn-edit-participant:hover{background:#3b82f6;color:#fff}.badge-joined{display:inline-block;padding:.35rem .75rem;background:#4ade8026;color:#4ade80;border-radius:6px;font-size:.85rem;font-weight:600}.progress-bar{height:6px;background:var(--color-border);border-radius:3px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#fc4c02,#ff8c42);border-radius:3px;transition:width .6s}.team-lb{display:flex;flex-direction:column}.tlb-header-row{display:grid;grid-template-columns:50px 1fr 90px 90px 90px 110px 90px;gap:.5rem;padding:.5rem 1rem;font-size:.7rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.5px;font-weight:600}.tlb-row{display:grid;grid-template-columns:50px 1fr 90px 90px 90px 110px 90px;gap:.5rem;align-items:center;padding:.75rem 1rem;border-bottom:1px solid var(--color-border)}.tlb-row.tlb-top{background:#3b82f60a}.tlb-rank{text-align:center;font-weight:700;font-size:.95rem}.tlb-name{font-weight:600;font-size:.85rem}.tlb-members,.tlb-km,.tlb-avg,.tlb-target,.tlb-pct{text-align:right;font-size:.85rem}.tlb-km{font-weight:700;color:#fc4c02}.tlb-pct{color:#4ade80;font-weight:600}.profile-card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:18px;padding:2rem;margin-bottom:1.5rem}.profile-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.profile-avatar-section{display:flex;align-items:center;gap:1rem}.profile-avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;border:3px solid #FC4C02}.profile-avatar-ph{width:64px;height:64px;border-radius:50%;background:#fc4c0233;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fc4c02;font-size:1.5rem;border:3px solid #FC4C02}.profile-name{margin:0;font-size:1.2rem}.profile-team{font-size:.8rem;color:var(--color-text-muted)}.profile-quick-stats{display:flex;gap:1rem;flex-wrap:wrap}.pq-stat{background:var(--color-input-bg);border:1px solid var(--color-border);border-radius:12px;padding:.6rem 1rem;text-align:center;min-width:80px}.pq-val{font-size:1.1rem;font-weight:700;color:#fc4c02}.pq-label{font-size:.65rem;color:var(--color-text-muted);margin-top:.1rem}.profile-overview{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:18px;padding:1.5rem;margin-bottom:1.5rem}.profile-overview h3{margin:0 0 1rem;font-size:1rem}.overview-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:1rem}.ov-card{background:var(--color-bg-card);border-radius:12px;padding:1rem;text-align:center}.ov-card.ov-target{background:#fc4c021a;border:1px solid rgba(252,76,2,.25)}.ov-label{font-size:.7rem;color:var(--color-text-muted);margin-bottom:.3rem}.ov-val{font-size:1.1rem;font-weight:700}.ov-target .ov-val{color:#fc4c02}.completion-section{display:flex;flex-direction:column;gap:.4rem;align-items:flex-start}.completion-bar-wrap{display:flex;align-items:center;gap:.75rem;width:100%}.completion-bar-bg{flex:1;height:10px;background:var(--color-input-bg);border-radius:5px;overflow:hidden}.completion-bar-fill{height:100%;background:linear-gradient(90deg,#fc4c02,#ff8c42);border-radius:5px;transition:width .8s}.completion-pct{font-size:1rem;font-weight:700;color:#fc4c02;white-space:nowrap}.completion-label{font-size:.75rem;color:var(--color-text-muted)}.profile-chart{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:18px;padding:1.5rem}.profile-chart h3{margin:0 0 1rem;font-size:1rem}.chart-container{display:flex;gap:.5rem;align-items:flex-end;height:180px}.chart-y-axis{display:flex;flex-direction:column;justify-content:space-between;height:100%;font-size:.65rem;color:var(--color-text-muted);padding-bottom:20px;min-width:28px;text-align:right}.chart-bars{display:flex;gap:3px;align-items:flex-end;flex:1;height:100%;overflow-x:auto;padding-bottom:0}.chart-bar-group{display:flex;flex-direction:column;align-items:center;min-width:24px;flex:1;max-width:40px;height:100%}.chart-bar-wrap{flex:1;width:100%;display:flex;align-items:flex-end}.chart-bar{width:100%;background:linear-gradient(180deg,#fc4c02,#e04400);border-radius:3px 3px 0 0;min-height:2px;transition:height .4s}.chart-bar:hover{opacity:.8}.chart-label{font-size:.55rem;color:var(--color-text-muted);margin-top:4px;white-space:nowrap}.chart-unit{text-align:center;font-size:.7rem;color:var(--color-text-muted);margin-top:.5rem}@media(max-width:768px){.event-stats-grid,.overview-grid{grid-template-columns:repeat(2,1fr)}.profile-header{flex-direction:column;align-items:flex-start}.profile-quick-stats{width:100%}.lb-header-row,.lb-row{grid-template-columns:40px 1fr 70px 60px}.lbh-team,.lb-team,.lbh-progress,.lb-progress,.lbh-count,.lb-count{display:none}.tlb-header-row,.tlb-row{grid-template-columns:40px 1fr 70px 70px}.tlb-members,.tlb-avg{display:none}}@media(max-width:480px){.events-grid,.form-row-2{grid-template-columns:1fr}.countdown-section{flex-direction:column;align-items:flex-start}.event-stats-grid{grid-template-columns:repeat(2,1fr)}.pq-stat{min-width:60px;padding:.4rem .6rem}}.header-actions{display:flex;flex-direction:column;gap:.75rem;align-items:flex-start}.join-section{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.reg-deadline-info{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.reg-deadline-info .countdown-section{margin-bottom:0;padding:.4rem .6rem;border-radius:10px;gap:.6rem}.reg-deadline-info .cd-box{min-width:36px;padding:.25rem .4rem;border-radius:6px}.reg-deadline-info .cd-val{font-size:.95rem}.reg-deadline-info .cd-unit{font-size:.5rem}.reg-deadline-label{font-size:.75rem;color:var(--color-text-muted);white-space:nowrap}.reg-deadline-expired{color:#f87171;font-size:.8rem;display:block}.btn-join.btn-disabled{opacity:.5;cursor:not-allowed}.admin-actions{display:flex;gap:.5rem;flex-wrap:wrap}.btn-manage-teams{background:var(--color-input-bg);border:1px solid var(--color-input-border);color:var(--color-text-secondary);padding:.5rem 1rem;border-radius:10px;font-size:.8rem;cursor:pointer;transition:all .2s}.btn-manage-teams:hover{background:var(--color-border)}.team-manager{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:14px;padding:1.25rem;margin-bottom:1.5rem}.team-manager h3{margin:0 0 1rem;font-size:.95rem}.tm-add{display:flex;gap:.5rem;margin-bottom:.75rem}.tm-add input{flex:1;background:var(--color-input-bg);border:1px solid var(--color-input-border);border-radius:8px;padding:.5rem .75rem;color:var(--color-text);font-size:.85rem}.tm-add input:focus{outline:none;border-color:#fc4c02}.tm-add button{background:linear-gradient(135deg,#fc4c02,#e04400);color:var(--color-text);border:none;padding:.5rem 1rem;border-radius:8px;font-weight:600;font-size:.8rem;cursor:pointer}.tm-list{display:flex;flex-direction:column;gap:.35rem}.tm-item{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;background:var(--color-bg-card);border-radius:8px}.tm-name{flex:1;font-size:.85rem;font-weight:600}.tm-count{font-size:.75rem;color:var(--color-text-muted)}.tm-delete{background:none;border:none;cursor:pointer;font-size:.85rem;opacity:.5;transition:opacity .2s}.tm-delete:hover{opacity:1}.tm-empty{font-size:.8rem;color:var(--color-text-muted);margin:.5rem 0}.modal-card{background:var(--color-bg-card-solid);border:1px solid var(--color-input-border);border-radius:18px;padding:2rem;max-width:440px;width:90%;max-height:80vh;overflow-y:auto}.team-picker-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.team-pick-btn{display:flex;justify-content:space-between;align-items:center;padding:.85rem 1rem;background:var(--color-bg-card);border:2px solid var(--color-border);border-radius:12px;color:var(--color-text);cursor:pointer;transition:all .2s}.team-pick-btn:hover{border-color:#fc4c024d}.team-pick-btn.selected{border-color:#fc4c02;background:#fc4c0214}.tp-name{font-weight:600;font-size:.9rem}.tp-count{font-size:.75rem;color:var(--color-text-muted)}.btn-cancel{background:var(--color-input-bg);border:1px solid var(--color-input-border);color:var(--color-text-secondary);padding:.6rem 1.2rem;border-radius:10px;cursor:pointer;font-size:.85rem}.modal-actions .btn-join{font-size:.85rem;padding:.6rem 1.5rem}.modal-actions .btn-join:disabled{opacity:.4;cursor:not-allowed}.filter-bar{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap;align-items:center;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:12px;padding:.6rem .75rem}.filter-select{background:var(--color-input-bg);border:1px solid var(--color-input-border);border-radius:8px;color:var(--color-text);padding:.45rem .75rem;font-size:.8rem;min-width:120px;cursor:pointer}.filter-select:focus{outline:none;border-color:#fc4c02}.filter-search{display:flex;gap:0;flex:1;min-width:150px}.filter-search input{flex:1;background:var(--color-input-bg);border:1px solid var(--color-input-border);border-radius:8px 0 0 8px;color:var(--color-text);padding:.45rem .75rem;font-size:.8rem}.filter-search input:focus{outline:none;border-color:#fc4c02}.filter-search button{background:linear-gradient(135deg,#fc4c02,#e04400);border:none;color:var(--color-text);padding:.45rem .75rem;border-radius:0 8px 8px 0;cursor:pointer;font-size:.85rem}.reg-field input,.reg-field select{background:var(--color-input-bg);border:1px solid var(--color-input-border);border-radius:8px;padding:.55rem .75rem;color:var(--color-text);font-size:.85rem}.reg-row-2{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.lb-user>div{display:flex;flex-direction:column;min-width:0}.lb-dept{font-size:.65rem;color:var(--color-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lb-gender{font-size:.7rem;color:var(--color-text-muted);margin-left:.25rem}.team-detail-header{margin-bottom:.5rem}.team-detail-header h2{margin:0 0 1rem;font-size:1.3rem}.team-detail-stats{display:flex;gap:.75rem;flex-wrap:wrap}.tlb-clickable{transition:background .15s}.tlb-clickable:hover{background:var(--color-bg-card)}.tlb-arrow{font-size:.7rem;color:var(--color-text-muted);margin-left:.5rem}@media(max-width:480px){.filter-bar{flex-direction:column}.filter-select{width:100%}.reg-row-2{grid-template-columns:1fr}}.event-card-banner{height:140px;overflow:hidden;border-radius:var(--radius-md) var(--radius-md) 0 0}.event-card-banner img{width:100%;height:100%;object-fit:cover;display:block}.event-card:not(:has(.event-card-banner)){padding:1.25rem}.event-card:has(.event-card-banner){padding:0}.event-content-sections{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1.25rem}.accordion-item{border:1px solid var(--color-border);border-radius:var(--radius-sm);overflow:hidden}.accordion-header{display:flex;justify-content:space-between;align-items:center;width:100%;background:var(--color-bg-card);border:none;color:var(--color-text);padding:.75rem 1rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s}.accordion-body{padding:1rem;font-size:.85rem;line-height:1.7;color:var(--color-text-secondary);white-space:pre-wrap;background:var(--color-bg-card-solid)}.event-create-form textarea{background:var(--color-input-bg);border:1px solid var(--color-input-border);border-radius:var(--radius-sm);color:var(--color-text);padding:.55rem .75rem;font-size:.85rem;font-family:inherit;resize:vertical;min-height:60px}.event-create-form textarea:focus{outline:none;border-color:var(--color-primary)}.lb-dist-label{font-size:.7rem;color:var(--color-text-muted);text-align:center}.lbh-dist{font-size:.65rem;text-align:center}.events-page{color:var(--color-text)}.event-create-form input,.event-create-form select{color:var(--color-text);background:var(--color-input-bg);border-color:var(--color-input-border)}.event-create-form input:focus,.event-create-form select:focus{border-color:var(--color-primary)}.event-card{color:var(--color-text)}.lb-header-row,.tlb-header-row{color:var(--color-text-muted)}.lb-name{color:var(--color-text)}.lb-dept,.lb-gender{color:var(--color-text-muted)}.event-banner{border-radius:16px;overflow:hidden;margin-bottom:1rem}.event-banner img{width:100%;height:auto;display:block;border-radius:16px}.event-card-banner{width:100%}.event-card-banner img{width:100%;height:160px;object-fit:cover;display:block}.event-card-body{padding:1rem 1.25rem 1.25rem}.btn-danger{color:#ef4444!important;border-color:#ef44444d!important}.btn-danger:hover{background:#ef44441f!important}.event-content-sections{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.accordion-item{border:1px solid var(--color-border);border-radius:12px;overflow:hidden}.accordion-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:.85rem 1.25rem;background:var(--color-bg-card);border:none;color:var(--color-text);font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s}.accordion-header:hover{background:var(--color-input-bg)}.accordion-header.open{border-bottom:1px solid var(--color-border)}.acc-arrow{font-size:.7rem;color:var(--color-text-muted)}.accordion-body{padding:1.25rem;font-size:.88rem;line-height:1.7;color:var(--color-text)}.completion-countdown-row{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:1rem;align-items:flex-start}.completion-badge{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:12px;padding:1rem 1.5rem;display:flex;flex-direction:column;align-items:center;min-width:140px}.completion-icon{font-size:1.2rem;margin-bottom:.25rem}.completion-badge .completion-label{font-size:.75rem;color:var(--color-text-muted);margin-bottom:.25rem}.completion-pct-big{font-size:1.5rem;font-weight:700;color:var(--color-primary)}.time-remaining{flex:1;min-width:200px}.time-remaining-label{font-size:.8rem;color:var(--color-text-muted);margin-bottom:.5rem;font-weight:500}.tm-edit-input{flex:1;padding:.4rem .6rem;border:1px solid var(--color-primary);border-radius:6px;background:var(--color-input-bg);color:var(--color-text);font-size:.85rem;outline:none}.tm-edit,.tm-save,.tm-cancel{background:none;border:none;font-size:.85rem;cursor:pointer;padding:.25rem .4rem;border-radius:4px;transition:background .15s}.tm-edit:hover{background:rgba(var(--color-primary-rgb, 59, 130, 246),.12)}.tm-save:hover{background:#22c55e1f}.tm-cancel:hover{background:#ef44441f}.event-card-org{font-size:.8rem;color:var(--color-text-muted);margin:.1rem 0 .3rem}.pending-section{margin:1.5rem 0}.pending-section .members-grid{display:flex;flex-direction:column;gap:.5rem}.pending-section .member-card{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--color-card-bg);border:1px solid var(--color-border);border-radius:12px}.pending-section .pending-card{border-color:#eab30859;background:#eab3080a}.pending-section .member-avatar,.pending-section .member-avatar-ph{width:36px;height:36px;border-radius:50%;object-fit:cover;display:flex;align-items:center;justify-content:center;background:#fc4c021f;color:#fc4c02;font-weight:700;font-size:.85rem}.pending-section .member-name{font-weight:600;font-size:.9rem}.pending-section .member-stats{font-size:.78rem;color:var(--color-text-muted)}.pending-section .approval-btns{display:flex;gap:.4rem;margin-left:auto}.pending-section .btn-approve,.pending-section .btn-reject{border:none;padding:.4rem .7rem;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .15s}.pending-section .btn-approve{background:#22c55e1f}.pending-section .btn-approve:hover{background:#22c55e40}.pending-section .btn-reject{background:#dc26261f}.pending-section .btn-reject:hover{background:#dc262640}.invalid-activities-warning{background:#fbbf240f;border:1px solid rgba(251,191,36,.3);border-radius:12px;padding:.8rem 1rem;margin-bottom:1rem}.invalid-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:.9rem}.invalid-header:hover{opacity:.8}.invalid-toggle{font-size:.78rem;color:#fbbf24;font-weight:600}.invalid-rule{font-size:.78rem;color:var(--color-text-muted);margin-top:.3rem;padding-left:1.5rem}.invalid-list{margin-top:.6rem;display:flex;flex-direction:column;gap:.5rem}.invalid-item{display:block;text-decoration:none;color:inherit;background:#ffffff08;border:1px solid rgba(220,38,38,.2);border-left:3px solid #dc2626;border-radius:8px;padding:.6rem .8rem;transition:border-color .2s}.invalid-item:hover{border-color:#dc2626}.invalid-item-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.invalid-item-top strong{font-size:.85rem}.invalid-date{font-size:.72rem;color:var(--color-text-muted)}.invalid-item-stats{display:flex;gap:1rem;font-size:.78rem;color:var(--color-text-muted)}.invalid-reason{font-size:.75rem;color:#f87171;margin-top:.2rem;font-weight:600}.honor-section{background:var(--color-card);border:1px solid var(--color-border);border-radius:14px;padding:1.5rem;margin-bottom:1.5rem;text-align:center}.honor-section .section-title{font-size:.95rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--color-text);margin-bottom:1rem}.honor-gender-tabs{display:flex;justify-content:center;gap:.5rem;margin-bottom:.75rem}.honor-gender-btn{padding:.45rem 1.8rem;border-radius:20px;border:2px solid var(--color-border);background:transparent;color:var(--color-text-muted);font-weight:600;font-size:.85rem;cursor:pointer;transition:all .2s}.honor-gender-btn.active{background:#fc4c02;border-color:#fc4c02;color:#fff}.honor-gender-btn:hover:not(.active){border-color:#fc4c02;color:#fc4c02}.honor-dist-tabs{display:flex;justify-content:center;gap:.4rem;margin-bottom:1.5rem;flex-wrap:wrap}.honor-dist-btn{padding:.35rem 1rem;border-radius:8px;border:1px solid var(--color-border);background:transparent;color:var(--color-text-muted);font-weight:600;font-size:.8rem;cursor:pointer;transition:all .2s}.honor-dist-btn.active{background:#fc4c0226;border-color:#fc4c02;color:#fc4c02}.honor-dist-btn:hover:not(.active){border-color:#fc4c0280}.honor-podium{display:flex;align-items:flex-end;justify-content:center;gap:.6rem;max-width:540px;margin:0 auto 1.5rem;min-height:200px}.honor-podium-item{display:flex;flex-direction:column;align-items:center;cursor:pointer;flex:1;max-width:170px;transition:transform .2s}.honor-podium-item:hover{transform:translateY(-4px)}.honor-podium-item.honor-empty{visibility:hidden}.honor-avatar-wrap{position:relative;margin-bottom:.5rem}.honor-avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,.15)}.honor-avatar-gold .honor-avatar{width:72px;height:72px;border:4px solid #fbbf24;box-shadow:0 0 20px #fbbf2466}.honor-avatar-silver .honor-avatar{width:56px;height:56px;border-color:#93c5fd}.honor-avatar-bronze .honor-avatar{width:56px;height:56px;border-color:#d4a574}.honor-avatar-ph{width:52px;height:52px;border-radius:50%;background:#ffffff14;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;color:var(--color-text);border:3px solid rgba(255,255,255,.15)}.honor-avatar-gold .honor-avatar-ph{width:72px;height:72px;border-color:#fbbf24;background:#fbbf241f;font-size:1.5rem}.honor-badge{position:absolute;bottom:-4px;right:-4px;font-size:1rem}.honor-badge-gold{font-size:1.3rem;bottom:-6px;right:-6px}.honor-name{font-size:.78rem;font-weight:700;color:var(--color-text);margin-bottom:.3rem;max-width:130px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase}.honor-block{width:100%;border-radius:16px 16px 0 0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:.8rem;position:relative;box-shadow:inset 0 2px 10px #ffffff1a}.honor-block-gold{background:linear-gradient(180deg,#ffc107,#d97706);height:135px;color:#451a03}.honor-block-silver{background:linear-gradient(180deg,#60a5fa,#1e40af);height:105px;color:#fff}.honor-block-bronze{background:linear-gradient(180deg,#d4a574,#92400e);height:85px;color:#fff}.honor-rank-num{font-size:2.2rem;font-weight:900;line-height:1}.honor-center .honor-rank-num{font-size:2.8rem}.honor-trophy{font-size:.8rem;opacity:.8;margin-bottom:auto}.honor-block-footer{margin-bottom:.5rem;display:flex;align-items:baseline;gap:2px}.honor-km-val{font-size:.95rem;font-weight:800}.honor-km-unit{font-size:.65rem;font-weight:600;opacity:.8;text-transform:uppercase}.honor-time{font-size:.65rem;color:var(--color-text-muted);margin-top:.3rem}.honor-empty-msg{padding:2rem;color:var(--color-text-muted);font-size:.85rem}.honor-list{max-width:540px;margin:0 auto}.honor-list-row{display:flex;align-items:center;gap:.75rem;padding:.6rem .75rem;border-bottom:1px solid var(--color-border);cursor:pointer;transition:background .15s}.honor-list-row:hover{background:#ffffff08}.honor-list-rank{font-size:1.1rem;font-weight:800;color:var(--color-text-muted);min-width:28px;text-align:center}.honor-list-user{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0;font-weight:600;font-size:.85rem;color:var(--color-text)}.honor-list-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.honor-list-avatar-ph{width:36px;height:36px;border-radius:50%;background:#ffffff14;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;color:var(--color-text);flex-shrink:0}.honor-list-stats{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.honor-list-km{font-weight:800;color:#fc4c02;font-size:.9rem}.honor-list-km small{font-size:.65rem;opacity:.7}.honor-list-time{font-size:.65rem;color:var(--color-text-muted)}@media(max-width:480px){.honor-podium{gap:.3rem}.honor-avatar-gold .honor-avatar,.honor-avatar-gold .honor-avatar-ph{width:56px;height:56px}.honor-block-gold{height:105px}.honor-block-silver{height:85px}.honor-block-bronze{height:70px}.honor-rank-num{font-size:1.8rem}.honor-center .honor-rank-num{font-size:2.4rem}.honor-km-val{font-size:.85rem}.honor-name{font-size:.65rem;max-width:80px}}.profile-activities{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:18px;padding:1.5rem;margin-top:1.5rem}.profile-activities h3{margin:0 0 1rem;font-size:1rem}.activities-table-wrapper{overflow-x:auto;border-radius:8px}.activities-table{width:100%;border-collapse:collapse;font-size:.85rem;text-align:left}.activities-table th{padding:.75rem 1rem;background:#ffffff05;color:var(--color-text-muted);font-weight:600;text-transform:uppercase;font-size:.75rem;border-bottom:2px solid var(--color-border);white-space:nowrap}.activities-table td{padding:1rem;border-bottom:1px solid var(--color-border);vertical-align:middle}.activities-table tr:hover{background:#ffffff05}.activities-table tr:last-child td{border-bottom:none}.act-name-cell{display:flex;flex-direction:column;gap:.2rem}.act-name{color:var(--color-text);font-weight:600;text-decoration:none}.act-name:hover{color:#fc4c02}.act-strava-link{font-size:.75rem;color:var(--color-text-muted);text-decoration:none}.act-strava-link:hover{text-decoration:underline;color:#fc4c02}.act-invalid{opacity:.7;background:#ef444408}.badge{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}.badge-success{background:#4ade8026;color:#4ade80}.badge-error{background:#ef444426;color:#ef4444}.act-reason{font-size:.8rem;color:#ef4444;max-width:150px}.clubs-page{max-width:1140px;margin:0 auto;padding:2rem 1rem}.clubs-header h1{font-size:1.6rem;font-weight:800;margin-bottom:1.5rem;color:var(--color-text)}.clubs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem}.club-card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:16px;padding:1.25rem;cursor:pointer;transition:all .2s;display:flex;flex-direction:column;gap:1rem}.club-card:hover{border-color:var(--color-primary, #FC4C02);transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.club-card-header{display:flex;align-items:center;gap:1rem}.club-card-logo{width:48px;height:48px;border-radius:12px;object-fit:cover}.club-card-logo-ph{width:48px;height:48px;border-radius:12px;background:var(--color-input-bg);display:flex;align-items:center;justify-content:center;font-size:1.5rem}.club-card-header h3{font-size:1rem;font-weight:700;color:var(--color-text);margin:0}.club-card-type{font-size:.8rem;color:var(--color-text-muted)}.club-card-footer{display:flex;gap:1.25rem;font-size:.85rem;color:var(--color-text-secondary)}.club-detail-header{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:16px;padding:1.5rem;margin-bottom:1.25rem}.club-detail-info{display:flex;align-items:flex-start;gap:1.25rem}.club-detail-logo{width:72px;height:72px;border-radius:16px;object-fit:cover;flex-shrink:0}.club-detail-logo-ph{width:72px;height:72px;border-radius:16px;background:var(--color-input-bg);display:flex;align-items:center;justify-content:center;font-size:2rem;flex-shrink:0}.club-detail-info h1{font-size:1.4rem;font-weight:800;color:var(--color-text);margin:0 0 .3rem}.club-desc{font-size:.9rem;color:var(--color-text-secondary);margin:0 0 .5rem;line-height:1.5}.club-meta{display:flex;gap:1.25rem;flex-wrap:wrap;font-size:.85rem;color:var(--color-text-muted)}.club-tabs{display:flex;gap:.5rem;margin-bottom:1rem}.club-tab{padding:.6rem 1.25rem;border-radius:12px;border:1px solid var(--color-border);background:var(--color-bg-card);color:var(--color-text-secondary);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .15s}.club-tab:hover{border-color:var(--color-primary, #FC4C02)}.club-tab.active{background:#fc4c021f;border-color:#fc4c02;color:#fc4c02}.club-info-banner{display:flex;align-items:flex-start;gap:.6rem;padding:.75rem 1rem;background:#fc4c020f;border:1px solid rgba(252,76,2,.15);border-radius:12px;font-size:.85rem;color:var(--color-text-secondary);margin-bottom:1rem;line-height:1.5}.member-role.role-owner{color:#e6a817;font-weight:700}.member-role.role-admin{color:#4a9eff;font-weight:700}.club-member-card.role-owner{border-color:#e6a81759;background:#e6a8170a}.club-member-card.role-admin{border-color:#4a9eff4d;background:#4a9eff0a}.club-lb{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:16px;overflow:hidden}.club-lb-header,.club-lb-row{display:grid;grid-template-columns:56px 1fr 110px 70px 100px 100px 100px;align-items:center;padding:.75rem 1rem;gap:.5rem}.club-lb-header{background:var(--color-input-bg);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.3px;color:var(--color-text-muted);border-bottom:1px solid var(--color-border)}.club-lb-row{font-size:.9rem;border-bottom:1px solid var(--color-border);transition:background .12s}.club-lb-row:last-child{border-bottom:none}.club-lb-row:hover{background:var(--color-input-bg)}.club-lb-top{background:#fc4c020a}.club-lb-top:hover{background:#fc4c0214}.clb-rank{font-weight:700;font-size:1.05rem;text-align:center}.clb-name{font-weight:600;color:var(--color-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.clb-dist{color:var(--color-primary, #FC4C02);font-weight:700}.clb-sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.clb-sortable:hover{color:var(--color-text)}.club-members-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.75rem}.club-member-card{display:flex;align-items:center;gap:.75rem;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:12px;padding:.85rem 1rem;transition:border-color .15s}.club-member-card:hover{border-color:var(--color-primary, #FC4C02)}.member-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.member-avatar-ph{width:40px;height:40px;border-radius:50%;background:var(--color-input-bg);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;color:var(--color-text-muted)}.member-info{display:flex;flex-direction:column}.member-name{font-weight:600;font-size:.9rem;color:var(--color-text)}.member-role{font-size:.78rem;color:var(--color-text-muted)}.club-empty,.club-empty-page{text-align:center;padding:3rem 1rem;color:var(--color-text-muted)}.club-empty span,.club-empty-page span{font-size:2.5rem;display:block;margin-bottom:.5rem}.club-empty-page h3{font-size:1.2rem;font-weight:700;margin:.5rem 0;color:var(--color-text)}.clubs-page .btn-back{background:none;border:1px solid var(--color-border);color:var(--color-text-secondary);padding:.5rem 1.25rem;border-radius:12px;cursor:pointer;font-size:.9rem;font-weight:600;margin-bottom:1.25rem;transition:all .15s}.clubs-page .btn-back:hover{border-color:var(--color-primary, #FC4C02);color:var(--color-text)}@media(max-width:768px){.club-lb-header,.club-lb-row{grid-template-columns:42px 1fr 80px 50px}.clb-longest,.clb-pace,.clb-elev{display:none}.club-detail-info{flex-direction:column;align-items:center;text-align:center}.club-meta{justify-content:center}.clubs-grid{grid-template-columns:1fr}}.admin-dash{max-width:900px;margin:0 auto;padding:2rem 1rem}.admin-dash-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;flex-wrap:wrap;gap:.75rem}.admin-dash-header h1{font-size:1.4rem;margin:0;color:var(--color-text)}.tenant-slug{font-size:.8rem;color:var(--color-text-muted);margin:.25rem 0 0}.plan-badge{padding:.4rem 1rem;border-radius:8px;font-weight:700;font-size:.85rem;background:#fc4c0226;color:#fc4c02}.admin-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:2rem}.admin-stat-card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:16px;padding:1.25rem;text-align:center}.admin-stat-icon{font-size:1.5rem;margin-bottom:.5rem}.admin-stat-val{font-size:1.6rem;font-weight:800;color:#fc4c02}.admin-stat-label{font-size:.75rem;color:var(--color-text-muted);margin-top:.25rem}.admin-stat-limit{font-size:.7rem;color:var(--color-text-muted);margin-top:.15rem}.admin-section-title{font-size:1rem;margin:1.5rem 0 1rem;color:var(--color-text-secondary)}.admin-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.5rem}.admin-action-card{display:flex;align-items:center;gap:.75rem;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:12px;padding:1rem;text-decoration:none;color:var(--color-text);font-weight:600;font-size:.9rem;transition:all .2s}.admin-action-card:hover{border-color:#fc4c024d;transform:translateY(-2px)}.admin-action-card span:first-child{font-size:1.3rem}.tenant-info-card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:14px;overflow:hidden}.info-row{display:flex;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid var(--color-border);font-size:.85rem;color:var(--color-text)}.info-row:last-child{border-bottom:none}.info-row span:first-child{color:var(--color-text-muted)}@media(max-width:640px){.admin-stats-grid{grid-template-columns:repeat(2,1fr)}.admin-actions{grid-template-columns:1fr}}.org-page{max-width:1140px;margin:0 auto;padding:2rem 1rem}.org-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.org-header h1{font-size:1.3rem;margin:0}.btn-create-org{background:linear-gradient(135deg,#fc4c02,#e04400);color:#fff;border:none;padding:.55rem 1.2rem;border-radius:10px;font-weight:700;font-size:.85rem;cursor:pointer;transition:all .15s}.btn-create-org:hover{transform:translateY(-1px);box-shadow:0 4px 15px #fc4c024d}.org-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.org-card{background:var(--color-card-bg);border:1px solid var(--color-border);border-radius:14px;padding:1.5rem;text-align:center;transition:all .15s}.org-card:hover{border-color:#fc4c024d;transform:translateY(-2px)}.org-card-icon{font-size:2.5rem;margin-bottom:.5rem}.org-card h3{margin:0 0 .75rem;font-size:1.1rem}.org-card-stats{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;margin-bottom:1rem;font-size:.8rem;color:var(--color-text-muted)}.org-card-actions{margin-top:.5rem}.org-card.member{border-color:#fc4c0233}.org-card-slug{font-size:.78rem;color:var(--color-text-muted);font-family:monospace;margin-bottom:.5rem}.btn-enter-org{background:linear-gradient(135deg,#fc4c02,#e04400);color:#fff;border:none;padding:.5rem 1.2rem;border-radius:10px;font-weight:700;font-size:.85rem;cursor:pointer;transition:all .15s}.btn-enter-org:hover{transform:translateY(-1px);box-shadow:0 4px 15px #fc4c024d}.btn-join-org{background:#3b82f61a;border:1px solid rgba(59,130,246,.3);color:#3b82f6;padding:.5rem 1.2rem;border-radius:10px;font-weight:700;font-size:.85rem;cursor:pointer;transition:all .15s}.btn-join-org:hover{background:#3b82f633}.btn-join-org:disabled{opacity:.6;cursor:not-allowed}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-card{background:var(--color-bg-card-solid, #1a1a2e);border:1px solid var(--color-input-border, #333);border-radius:18px;padding:2rem;max-width:440px;width:90%;max-height:80vh;overflow-y:auto}.modal-card h3{margin:0 0 1.25rem;font-size:1.1rem}.modal-register{max-width:480px}.reg-form{display:flex;flex-direction:column;gap:.9rem;margin-bottom:1.25rem}.reg-field{display:flex;flex-direction:column;gap:.3rem}.reg-field label{font-size:.75rem;color:var(--color-text-muted);font-weight:600}.reg-field input,.reg-field select{background:var(--color-input-bg, #1e1e2e);border:1px solid var(--color-input-border, #333);border-radius:8px;padding:.55rem .75rem;color:var(--color-text);font-size:.85rem}.reg-field input:focus,.reg-field select:focus{outline:none;border-color:#fc4c02}.reg-field select option{background:#1a1a2e;color:#e0e0e0}.modal-actions{display:flex;gap:.75rem;justify-content:flex-end}.btn-cancel{background:var(--color-input-bg, #1e1e2e);border:1px solid var(--color-input-border, #333);color:var(--color-text-secondary);padding:.6rem 1.2rem;border-radius:10px;cursor:pointer;font-size:.85rem}.btn-join{background:linear-gradient(135deg,#fc4c02,#e04400);color:#fff;border:none;padding:.6rem 1.5rem;border-radius:10px;font-weight:700;font-size:.85rem;cursor:pointer}.btn-join:disabled{opacity:.4;cursor:not-allowed}.public-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--color-bg, #0f0f0f);padding:2rem 1rem}.public-loading,.public-error{text-align:center;color:var(--color-text-muted, #888)}.public-error h2{font-size:1.5rem;margin-bottom:.5rem}.public-card{max-width:580px;width:100%;background:var(--color-card-bg, #1a1a2e);border:1px solid var(--color-border, #2a2a3e);border-radius:20px;overflow:hidden;box-shadow:0 8px 40px #00000059}.public-banner img{width:100%;height:200px;object-fit:cover}.public-body{padding:2rem}.public-org-badge{font-size:.85rem;color:var(--color-text-muted, #888);margin-bottom:.5rem;font-weight:600}.public-title{font-size:1.6rem;font-weight:800;margin:0 0 .5rem}.public-desc{color:var(--color-text-muted, #aaa);font-size:.95rem;margin-bottom:1.5rem;line-height:1.5}.public-stats{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.ps-item{background:#fc4c0214;border:1px solid rgba(252,76,2,.15);border-radius:12px;padding:.75rem 1rem;text-align:center;flex:1;min-width:80px}.ps-val{display:block;font-size:1.1rem;font-weight:800;color:#fc4c02}.ps-label{display:block;font-size:.75rem;color:var(--color-text-muted, #888);margin-top:.15rem}.public-details{margin-bottom:1.5rem}.public-details h3{font-size:1rem;margin-bottom:.5rem}.public-details div{font-size:.9rem;color:var(--color-text-muted, #ccc);line-height:1.6}.public-cta-section{margin-top:1.5rem;text-align:center}.public-cta{display:inline-block;background:linear-gradient(135deg,#fc4c02,#e04400);color:#fff;padding:.8rem 2rem;border-radius:12px;font-weight:700;font-size:1rem;text-decoration:none;border:none;cursor:pointer;transition:all .2s}.public-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #fc4c024d}.public-footer{margin-top:2rem;color:var(--color-text-muted, #666);font-size:.8rem}.super-admin-page{max-width:1100px;margin:0 auto;padding:1.5rem 1rem 3rem}.sa-loading{text-align:center;padding:4rem;color:var(--color-text-muted)}.sa-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.sa-header h1{margin:0;font-size:1.4rem}.sa-label{font-size:.7rem;font-weight:800;letter-spacing:1px;background:linear-gradient(135deg,#fc4c02,#e04400);color:#fff;padding:.3rem .8rem;border-radius:20px}.sa-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:1.2rem}.sa-stat{background:var(--color-card-bg);border:1px solid var(--color-border);border-radius:12px;padding:.8rem;text-align:center;display:flex;flex-direction:column;gap:.1rem}.sa-stat.accent{border-color:#fc4c0240}.sa-stat-val{font-size:1.5rem;font-weight:800;color:#fc4c02}.sa-stat-lbl{font-size:.7rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.5px}.sa-pending-alert{background:#fbbf2414;border:1px solid rgba(251,191,36,.25);border-radius:10px;padding:.6rem 1rem;margin-bottom:1rem;color:#fbbf24;font-size:.88rem}.sa-tabs{display:flex;gap:.5rem;margin-bottom:1rem}.sa-tabs button{background:var(--color-card-bg);border:1px solid var(--color-border);color:var(--color-text-muted);padding:.5rem 1rem;border-radius:10px;font-size:.85rem;font-weight:600;cursor:pointer}.sa-tabs button.active{border-color:#fc4c02;color:#fc4c02;background:#fc4c0214}.sa-section{background:var(--color-card-bg);border:1px solid var(--color-border);border-radius:14px;padding:0;overflow-x:auto}.sa-table{width:100%;border-collapse:collapse;font-size:.85rem}.sa-table thead{border-bottom:1px solid var(--color-border)}.sa-table th{text-align:left;padding:.7rem .8rem;font-size:.72rem;text-transform:uppercase;letter-spacing:.5px;color:var(--color-text-muted)}.sa-table td{padding:.65rem .8rem;border-top:1px solid rgba(255,255,255,.04)}.sa-table .num{text-align:right;font-variant-numeric:tabular-nums}.sa-table .mono{font-family:monospace;font-size:.8rem;color:var(--color-text-muted)}.sa-table .date{font-size:.78rem;color:var(--color-text-muted)}.row-pending{background:#fbbf240a}.sa-org-cell{display:flex;flex-direction:column;gap:.1rem}.sa-slug{font-size:.72rem;color:var(--color-text-muted);font-family:monospace}.sa-desc{font-size:.72rem;color:var(--color-text-muted);max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sa-table .user-cell{display:flex;align-items:center;gap:.5rem}.sa-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}.sa-avatar-ph{width:32px;height:32px;border-radius:50%;background:#fc4c0226;color:#fc4c02;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem}.sa-name{font-weight:600;font-size:.85rem}.sa-email{font-size:.72rem;color:var(--color-text-muted)}.sa-badge{display:inline-block;padding:.15rem .5rem;border-radius:6px;font-size:.72rem;font-weight:700}.sa-badge.pending{background:#fbbf2426;color:#fbbf24}.sa-badge.approved{background:#22c55e26;color:#22c55e}.sa-badge.rejected{background:#dc262626;color:#ef4444}.sa-actions{display:flex;gap:.3rem}.sa-btn{border:none;padding:.3rem .6rem;border-radius:6px;font-size:.78rem;font-weight:600;cursor:pointer}.sa-btn.approve{background:#22c55e26;color:#22c55e}.sa-btn.reject{background:#dc26261a;color:#ef4444}.sa-btn.warn{background:#fbbf241a;color:#fbbf24}.sa-editable{cursor:pointer}.sa-editable:hover{opacity:.7}.sa-inline-input{width:60px;background:var(--color-input-bg);color:var(--color-text);border:1px solid rgba(252,76,2,.3);border-radius:6px;padding:.2rem .4rem;font-size:.82rem;text-align:center}@media(max-width:768px){.sa-stats{grid-template-columns:repeat(2,1fr)}.sa-table th:nth-child(3),.sa-table td:nth-child(3),.sa-table th:nth-child(6),.sa-table td:nth-child(6){display:none}}.sa-toggle{position:relative;display:inline-block;width:40px;height:22px}.sa-toggle input{opacity:0;width:0;height:0}.sa-toggle-slider{position:absolute;cursor:pointer;inset:0;background:#333;border-radius:22px;transition:.3s}.sa-toggle-slider:before{position:absolute;content:"";height:16px;width:16px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:.3s}.sa-toggle input:checked+.sa-toggle-slider{background:#fc4c02}.sa-toggle input:checked+.sa-toggle-slider:before{transform:translate(18px)}.sa-options-editor{display:flex;flex-direction:column;gap:.4rem}.sa-options-tags{display:flex;flex-wrap:wrap;gap:.3rem}.sa-option-tag{display:inline-flex;align-items:center;gap:.2rem;background:#fc4c021f;color:#fc4c02;padding:.2rem .5rem;border-radius:6px;font-size:.78rem;font-weight:600}.sa-option-remove{background:none;border:none;color:#ef4444;cursor:pointer;font-size:1rem;line-height:1;padding:0 .15rem;opacity:.6}.sa-option-remove:hover{opacity:1}.sa-option-add{display:flex;gap:.3rem;align-items:center}.sa-option-add input{flex:1;padding:.3rem .5rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:6px;color:var(--color-text);font-size:.8rem}.sa-option-add input:focus{border-color:#fc4c02;outline:none}.sa-btn-add-option{background:none;border:1px dashed rgba(252,76,2,.3);color:#fc4c02;padding:.2rem .5rem;border-radius:6px;font-size:.75rem;cursor:pointer}.sa-btn-add-option:hover{background:#fc4c0214}.sa-import-area{display:flex;flex-direction:column;gap:.3rem;margin-top:.3rem}.sa-import-area textarea{width:100%;padding:.4rem .6rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:6px;color:var(--color-text);font-size:.8rem;font-family:inherit;resize:vertical}.sa-import-area textarea:focus{border-color:#fc4c02;outline:none}.sa-cron-list{display:flex;flex-direction:column;gap:1rem}.sa-cron-card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:12px;padding:1rem}.sa-cron-card.disabled{opacity:.6}.sa-cron-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.sa-cron-title{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.sa-cron-title h3{margin:0;font-size:.95rem;color:var(--color-text)}.sa-cron-badge{font-size:.65rem;font-weight:700;padding:.15rem .5rem;border-radius:4px}.sa-cron-badge.idle{background:#64646426;color:var(--color-text-muted)}.sa-cron-badge.success{background:#22c55e1f;color:#22c55e}.sa-cron-badge.error{background:#ef44441f;color:#ef4444}.sa-cron-badge.running{background:#f59e0b1f;color:#f59e0b}.sa-cron-desc{font-size:.78rem;color:var(--color-text-muted);margin:0 0 .5rem}.sa-cron-meta{display:flex;flex-direction:column;gap:.3rem}.sa-cron-field{display:flex;align-items:center;gap:.5rem;font-size:.8rem}.sa-cron-label{color:var(--color-text-muted);min-width:100px;font-size:.75rem}.sa-cron-field code{background:#ffffff0f;padding:.15rem .4rem;border-radius:4px;font-size:.78rem;color:#fc4c02}.sa-cron-status.success{color:#22c55e}.sa-cron-status.error{color:#ef4444}.sa-cron-status.running{color:#f59e0b}.sa-cron-error{background:#ef444414;border-radius:6px;padding:.4rem .6rem;font-size:.75rem;color:#ef4444;margin-top:.5rem}.sa-cron-actions{display:flex;gap:.5rem;margin-top:.75rem}.sa-btn-run{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;border:none;padding:.4rem 1rem;border-radius:8px;font-size:.78rem;font-weight:700;cursor:pointer}.sa-btn-run:disabled{opacity:.5;cursor:not-allowed}.sa-btn-run:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 2px 8px #22c55e4d}.sa-btn-logs{background:#ffffff0f;border:1px solid var(--color-border);color:var(--color-text);padding:.4rem 1rem;border-radius:8px;font-size:.78rem;cursor:pointer}.sa-btn-logs:hover{background:#ffffff1a}.sa-cron-logs{margin-top:.75rem}.sa-cron-logs h4{font-size:.82rem;margin:0 0 .3rem;color:var(--color-text)}.sa-table-sm td,.sa-table-sm th{padding:.3rem .5rem;font-size:.72rem}.sa-log-msg{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sa-cron-toggle{position:relative;display:inline-block;width:36px;height:20px}.sa-cron-toggle input{opacity:0;width:0;height:0}.sa-toggle-slider{position:absolute;cursor:pointer;inset:0;background:#6464644d;border-radius:20px;transition:.3s}.sa-toggle-slider:before{content:"";position:absolute;height:14px;width:14px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:.3s}.sa-cron-toggle input:checked+.sa-toggle-slider{background:#22c55e}.sa-cron-toggle input:checked+.sa-toggle-slider:before{transform:translate(16px)}.sa-cron-edit-inline{display:flex;align-items:center;gap:.3rem}.sa-cron-input{background:var(--color-input-bg);border:1px solid var(--color-input-border);border-radius:4px;padding:.2rem .4rem;color:var(--color-text);font-size:.78rem;width:120px;font-family:monospace}.sa-btn-micro{font-size:.68rem;padding:.15rem .4rem;border-radius:4px;border:none;cursor:pointer;font-weight:700;background:#22c55e;color:#fff}.sa-btn-micro.cancel{background:#ffffff1a;color:var(--color-text-muted)}.sa-btn-icon{background:none;border:none;cursor:pointer;font-size:.75rem;opacity:.5;padding:.1rem .3rem}.sa-btn-icon:hover{opacity:1}.sa-sync-modes{display:flex;gap:.5rem;margin-bottom:1rem;padding:0 1rem}.sa-sync-modes button{background:#ffffff0f;border:1px solid var(--color-border);color:var(--color-text-muted);padding:.5rem 1rem;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s}.sa-sync-modes button.active{border-color:#3b82f6;color:#3b82f6;background:#3b82f614}.sa-sync-form{display:flex;align-items:center;gap:.75rem;padding:0 1rem 1rem;flex-wrap:wrap}.sa-sync-form label{font-size:.85rem;font-weight:600;color:var(--color-text-muted)}.sa-sync-form select{flex:1;min-width:200px;padding:.5rem .75rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:8px;color:var(--color-text);font-size:.85rem}.sa-sync-form select:focus{border-color:#3b82f6;outline:none}.sa-sync-form button{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;padding:.5rem 1.2rem;border-radius:8px;font-size:.85rem;font-weight:700;cursor:pointer;white-space:nowrap;transition:all .2s}.sa-sync-form button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 3px 12px #3b82f64d}.sa-sync-form button:disabled{opacity:.5;cursor:not-allowed}.sa-sync-progress{margin:0 1rem 1rem;background:#ffffff08;border:1px solid var(--color-border);border-radius:10px;padding:1rem}.sa-sync-progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.85rem;font-weight:600}.sa-sync-bar{height:8px;background:#ffffff14;border-radius:4px;overflow:hidden;margin-bottom:.75rem}.sa-sync-bar-fill{height:100%;border-radius:4px;transition:width .5s ease}.sa-sync-results{max-height:200px;overflow-y:auto;display:flex;flex-direction:column;gap:.25rem}.sa-sync-result{font-size:.8rem;padding:.3rem .5rem;border-radius:6px}.sa-sync-result.success{background:#22c55e0f;color:#22c55e}.sa-sync-result.error{background:#ef44440f;color:#ef4444}.sa-export-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:20px;padding:20px}.sa-export-card{background:#fff;padding:25px;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.sa-export-card h3{margin-top:0;margin-bottom:20px;color:#1a202c;font-size:1.25rem;border-bottom:2px solid #edf2f7;padding-bottom:10px}.sa-export-form{display:flex;flex-direction:column;gap:15px}.sa-export-form .form-group{display:flex;flex-direction:column;gap:6px}.sa-export-form label{font-weight:600;font-size:.9rem;color:#4a5568}.sa-export-form select,.sa-export-form input{padding:10px;border:1px solid #e2e8f0;border-radius:6px;font-size:1rem;background-color:#fff!important;color:#1a202c!important}.sa-export-form input[type=date]::-webkit-calendar-picker-indicator{filter:invert(0)}.sa-export-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.sa-helper-text{font-size:.85rem;color:#718096;margin-top:-15px;margin-bottom:15px}.sa-btn-primary{background:#3182ce;color:#fff;padding:12px;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background .2s;margin-top:10px}.sa-btn-primary:hover:not(:disabled){background:#2b6cb0}.sa-btn-outline{background:#fff;color:#3182ce;border:1px solid #3182ce;padding:12px;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s;margin-top:10px}.sa-btn-outline:hover:not(:disabled){background:#ebf8ff}.sa-btn-primary:disabled,.sa-btn-outline:disabled{opacity:.5;cursor:not-allowed}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--color-primary: #FC4C02;--color-primary-dark: #e04400;--color-bg: #0f0f23;--color-bg-card: rgba(255, 255, 255, .06);--color-bg-card-solid: #1a1a2e;--color-border: rgba(255, 255, 255, .08);--color-text: #ffffff;--color-text-secondary: rgba(255, 255, 255, .6);--color-text-muted: rgba(255, 255, 255, .4);--color-success: #22c55e;--color-warning: #f59e0b;--color-error: #ef4444;--color-input-bg: rgba(255, 255, 255, .06);--color-input-border: rgba(255, 255, 255, .1);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--shadow-card: 0 4px 20px rgba(0, 0, 0, .2);--navbar-bg: rgba(15, 15, 30, .95);--navbar-border: rgba(255, 255, 255, .06)}[data-theme=light]{color-scheme:light;--color-bg: #f0f2f5;--color-bg-card: rgba(0, 0, 0, .03);--color-bg-card-solid: #ffffff;--color-border: rgba(0, 0, 0, .1);--color-text: #1a1a2e;--color-text-secondary: rgba(0, 0, 0, .6);--color-text-muted: rgba(0, 0, 0, .4);--color-input-bg: rgba(0, 0, 0, .04);--color-input-border: rgba(0, 0, 0, .15);--shadow-card: 0 2px 12px rgba(0, 0, 0, .08);--navbar-bg: rgba(255, 255, 255, .95);--navbar-border: rgba(0, 0, 0, .08)}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--color-bg);color:var(--color-text);line-height:1.6;min-height:100vh}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;color:var(--color-text-secondary)}.loading-spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-top-color:var(--color-primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#ffffff40}.org-banner{background:linear-gradient(135deg,#fc4c021f,#fc4c020a);border-bottom:1px solid rgba(252,76,2,.2)}.org-banner-inner{max-width:1100px;margin:0 auto;padding:.5rem 1.5rem;display:flex;align-items:center;justify-content:space-between;font-size:.85rem;color:var(--color-text)}.org-banner-inner strong{color:#fc4c02}.org-banner-exit{background:#dc26261a;border:1px solid rgba(220,38,38,.25);color:#ef4444;padding:.3rem .7rem;border-radius:8px;font-size:.78rem;cursor:pointer;font-weight:600;transition:all .15s}.org-banner-exit:hover{background:#dc262633}
