body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.login-container{background-color:#f7f7f7;border-radius:8px;box-shadow:0 4px 6px #0000001a;margin:100px auto;max-width:400px;padding:20px;width:100%}.login-form{display:flex;flex-direction:column}.error{color:#d9534f;margin:10px 0 0;text-align:center}.register-container{background-color:#f7f7f7;border-radius:8px;box-shadow:0 4px 6px #0000001a;margin:100px auto;max-width:400px;padding:20px;width:100%}.headlineGreen{font-size:2.5em;margin-bottom:30px}.register-form{display:flex;flex-direction:column}.input-group{margin-bottom:20px}.input-group label{color:#333;font-size:1em;margin-bottom:5px}.input-group input{border:1px solid #ddd;border-radius:5px;font-size:1em;padding:10px;width:100%}.input-group input:focus{border-color:#4caf50}.btn{background-color:#4caf50;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1.1em;padding:12px 20px}.btn:hover{background-color:#45a049}.switch-page{margin-top:10px;text-align:center}.switch-page a{color:#4caf50;text-decoration:none}.switch-page a:hover{text-decoration:underline}.landing-container{align-items:center;background:linear-gradient(90deg,#4caf50,#2c6e49);color:#fff;display:flex;font-family:Arial,sans-serif;height:100vh;justify-content:center;margin:0;padding:0}.landing-header{margin:0 20px;max-width:600px;text-align:center}.headline{color:#fff;font-size:3em;font-weight:700;margin-bottom:20px}.subheadline{color:#d9ffd9;font-size:1.2em;margin-bottom:40px}.cta-button{background-color:#fff;border:none;border-radius:30px;color:#4caf50;cursor:pointer;display:block;font-size:1.2em;margin:0 auto;padding:15px 30px;transition:all .3s ease;width:200px}.cta-button:hover{background-color:#4caf50;color:#fff;transform:scale(1.1)}@media (max-width:768px){.headline{font-size:2.5em}.cta-button,.subheadline{font-size:1.1em}.cta-button{width:180px}}@media (max-width:480px){.headline{font-size:2em}.cta-button,.subheadline{font-size:1em}.cta-button{width:150px}}.dashboard-shell{align-items:center;background:linear-gradient(120deg,#f0fff4,#e6f3eb);display:flex;justify-content:center;min-height:100vh;padding:40px 16px}.dashboard-card{background:#f7f7f7;border-radius:10px;box-shadow:0 8px 20px #00000014;max-width:720px;padding:32px;width:100%}.headlineGreen{margin-bottom:8px}.muted-text{margin-bottom:28px}.error-text{color:#d9534f;margin:16px 0 0;text-align:center}.actions-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.action-tile{background:#fff;border:1px solid #e5e5e5;border-radius:10px;display:flex;flex-direction:column;gap:12px;padding:18px}.tile-header{align-items:center;display:flex;gap:10px}.tile-header h2{color:#2c3e50;font-size:1.2rem;margin:0}.tile-body{color:#444;line-height:1.4;margin:0}.pill{border-radius:999px;font-size:.85rem;font-weight:600;padding:4px 10px}.pill-green{background:#e1f7e6;color:#2e8b57}.pill-neutral{background:#eef1f6;color:#4b5563}.btn.action-btn{font-size:1rem;padding:12px;width:100%}.btn.action-btn.secondary{background-color:#fff;border:1px solid #4caf50;color:#4caf50}.btn.action-btn.secondary:hover{background-color:#ecf8ef}@media (max-width:600px){.dashboard-card{padding:24px}}.join-requests-overlay{align-items:center;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:#00000059;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.join-requests-modal{background:#fff;border:1px solid #e2e2e2;border-radius:14px;box-shadow:0 18px 55px #00000029;color:#0f172a;padding:24px;position:relative;width:min(520px,calc(100% - 32px))}.join-requests-close{background:#c92a2a;border:none;border-radius:50%;color:#fff;cursor:pointer;font-weight:700;height:32px;position:absolute;right:12px;top:12px;width:32px}.join-requests-close:hover{background:#a72020}.join-requests-helper{color:#475569;font-size:14px;margin:6px 0 14px}.join-requests-error{color:#b91c1c;font-weight:600;margin-bottom:10px}.join-requests-list ul{display:flex;flex-direction:column;gap:10px;list-style:none;margin:0;padding:0}.join-requests-item{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;display:flex;justify-content:space-between;padding:12px 14px}.join-requests-actions{display:flex;gap:8px}.join-requests-btn{border:1px solid #0000;border-radius:8px;cursor:pointer;font-size:18px;font-weight:800;height:38px;width:38px}.join-requests-btn.accept{background:#f0fdf4;border-color:#4ade80;color:#16a34a}.join-requests-btn.reject{background:#fef2f2;border-color:#fca5a5;color:#dc2626}.join-requests-btn.accept:hover{background:#dcfce7}.join-requests-btn.reject:hover{background:#fee2e2}.groupview-shell{align-items:flex-start;background:linear-gradient(120deg,#f0fff4,#e6f3eb);display:flex;justify-content:center;min-height:100vh;padding:40px 16px}.groupview-error{background:#ffe8e6;border:1px solid #f3b8b2;border-radius:10px;box-shadow:0 6px 14px #7a1a1614;color:#7a1a16;font-weight:600;margin:0 0 16px;padding:12px 14px;text-align:center;width:100%}.groupview-card{background:#f7f7f7;border-radius:10px;box-shadow:0 8px 20px #00000014;max-width:800px;padding:28px;width:100%}.headlineGreen{color:#4caf50;font-size:2.2rem;margin:0 0 8px;text-align:center}.muted-text{color:#666;margin:0 0 24px;text-align:center}.tabs{background:#e7efe9;border-radius:10px;display:flex;gap:10px;margin-bottom:20px;padding:6px}.tab{background:#fff;border:none;border-radius:8px;color:#2c3e50;cursor:pointer;flex:1 1;font-weight:600;padding:12px;transition:all .2s ease}.tab:hover{background:#ecf8ef;color:#1b5e20}.tab.active{background:#4caf50;box-shadow:0 6px 12px #4caf5040;color:#fff}.tab-content{background:#fff;border:1px solid #e5e5e5;border-radius:10px;padding:20px}.panel h2{color:#2c3e50;margin:0 0 12px}.leaderboard-list{grid-gap:10px;display:grid;gap:10px;list-style:none;margin:0;padding:0}.leaderboard-list li{align-items:center;background:#f9fbf9;border:1px solid #e5e5e5;border-radius:8px;display:flex;gap:12px;padding:10px}.rank{align-items:center;background:#4caf50;border-radius:50%;color:#fff;display:inline-flex;font-weight:700;height:28px;justify-content:center;width:28px}.chart-wrapper{display:flex;flex-direction:column;gap:12px;position:relative}.chart-body-vertical{grid-gap:18px;align-items:end;display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));min-height:260px;padding:12px 6px 2px;position:relative}.chart-goal-line-horizontal{border-top:2px dotted #ef4444;height:0;left:0;pointer-events:none;position:absolute;right:0;z-index:2}.rank-badge{align-items:center;background:#4caf50;border-radius:50%;color:#fff;display:inline-flex;font-weight:800;height:32px;justify-content:center;width:32px}.bar-column{align-items:center;display:flex;flex-direction:column;gap:10px}.bar-stack{background:#0000;border:none;height:240px;max-width:120px;position:relative;width:100%}.bar-fill,.bar-stack{border-radius:14px;overflow:hidden}.bar-fill{bottom:0;display:flex;flex-direction:column;justify-content:flex-end;left:0;position:absolute;right:0}.bar-segment-vertical{width:100%}.bar-segment-vertical:first-child{border-top-left-radius:14px;border-top-right-radius:14px}.bar-segment-vertical:last-child{border-bottom-left-radius:14px;border-bottom-right-radius:14px}.bar-column-meta{align-items:center;display:flex;gap:10px}.bar-user{display:flex;flex-direction:column;gap:2px}.bar-name{color:#1f2937;font-weight:700}.bar-points{color:#6b7280;font-size:14px}.chart-legend{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-top:6px}.weekly-activity-panel{background:linear-gradient(135deg,#f1f9f2,#eaf3ff);border:1px solid #e2e8f0;border-radius:14px;margin-top:24px;padding:16px}.weekly-activity-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:12px}.weekly-activity-header h3{color:#1f2937;margin:0 0 4px}.weekly-activity-legend{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.weekly-legend-chip{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:999px;color:#334155;display:inline-flex;font-size:12px;font-weight:600;gap:6px;padding:4px 8px}.weekly-legend-dot{border-radius:999px;height:10px;width:10px}.weekly-activity-grid{grid-gap:8px;display:grid;gap:8px;overflow-x:auto}.weekly-activity-row{grid-gap:8px;align-items:stretch;display:grid;gap:8px;grid-template-columns:180px repeat(7,minmax(110px,1fr))}.weekly-activity-row.header{position:-webkit-sticky;position:sticky;top:0;z-index:1}.weekly-activity-user-cell{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;display:flex;gap:10px;padding:10px 12px}.weekly-avatar{align-items:center;background:#4caf50;border-radius:12px;color:#fff;display:inline-flex;font-weight:700;height:32px;justify-content:center;letter-spacing:.5px;text-transform:uppercase;width:32px}.weekly-name{color:#1f2937;font-weight:700}.weekly-day-cell{background:#fff;border:1px solid #e2e8f0;border-radius:10px;display:flex;flex-direction:column;gap:6px;min-height:64px;padding:8px;position:relative}.weekly-day-cell.is-empty-past{padding:6px}.weekly-day-cell.header{align-items:center;background:#f8fafc;color:#475569;font-weight:700;justify-content:center}.weekly-empty-full{align-items:center;background:linear-gradient(135deg,#fff1f2,#ffe4e6);border:1px dashed #fca5a5;border-radius:8px;color:#ef4444;display:flex;flex:1 1;font-size:28px;font-weight:900;justify-content:center;line-height:1;text-transform:uppercase}.weekly-activity-chip{align-items:center;background:#f8fafc;border:1px solid #0000;border-radius:8px;color:#1f2937;display:inline-flex;font-size:12px;font-weight:600;gap:6px;padding:4px 6px}.weekly-activity-dot{border-radius:999px;height:8px;width:8px}.weekly-activity-label{max-width:92px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.weekly-empty{color:#ef4444;font-size:18px;font-weight:900;text-align:center}.weekly-empty.future{color:#cbd5e1}.legend-item{align-items:center;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;color:#374151;display:inline-flex;font-weight:600;gap:6px;padding:6px 8px}.legend-swatch{background:#cbd5e1;border-radius:4px;height:14px;width:14px}.legend-swatch.goal{background:repeating-linear-gradient(45deg,#ef4444,#ef4444 4px,#0000 0,#0000 8px);border:1px solid #ef4444}.stat-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.stats-sections{display:flex;flex-direction:column;gap:24px}.stats-section{background:linear-gradient(135deg,#fff,#f6fbf7);border:1px solid #e5e7eb;border-radius:14px;padding:16px}.stats-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:12px}.stats-header h3{color:#1f2937;margin:0}.stat-card{background:#f9fbf9;border:1px solid #e5e5e5;border-radius:8px;display:flex;flex-direction:column;gap:6px;padding:14px}.stat-label{color:#596168;margin:0}.stat-value{color:#2c3e50;font-size:1.4rem;font-weight:700;margin:6px 0 0}.stat-meta{color:#7b8790;font-size:.85rem;font-weight:600;letter-spacing:.04em;margin:0;text-transform:uppercase}.stat-subline{color:#4b5560;display:block;font-weight:500;letter-spacing:0;margin-top:4px;text-transform:none}.stat-highlight{background:linear-gradient(135deg,#e8f7ec,#f7fff9);border-color:#b7e1c2;box-shadow:0 10px 18px #4caf501a}.muted-text.small{font-size:14px;margin:0;text-align:left}@media (max-width:600px){.groupview-card{padding:22px}.chart-body-vertical{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.weekly-activity-row{grid-template-columns:160px repeat(7,minmax(100px,1fr))}}.options-menu{font-family:inherit;position:fixed;right:16px;top:16px;z-index:1000}.options-trigger{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:999px;box-shadow:0 4px 12px #00000014;color:#2c3e50;cursor:pointer;display:inline-flex;gap:8px;padding:8px 12px}.options-trigger:hover{border-color:#4caf50;box-shadow:0 6px 14px #0000001f}.gear-icon{display:inline-flex;height:18px;width:18px}.gear-icon svg{fill:#4caf50;height:100%;width:100%}.options-label{font-size:.95rem;font-weight:600}.options-dropdown{background:#fff;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 10px 20px #0000001f;display:flex;flex-direction:column;min-width:180px;overflow:hidden;position:absolute;right:0;top:calc(100% + 8px)}.options-item{background:#0000;border:none;color:#2c3e50;cursor:pointer;font-size:.95rem;padding:12px 14px;text-align:left}.options-item:hover{background:#f2fbf4;color:#1b5e20}.options-empty{color:grey;font-size:.9rem;padding:12px 14px}.menu-overlay,.settings-overlay{align-items:center;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:#00000059;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.settings-modal{background:#fff;border:1px solid #e2e2e2;border-radius:14px;box-shadow:0 18px 55px #00000029;color:#0f172a;padding:24px;position:relative;width:min(520px,calc(100% - 32px))}.settings-close{background:#c92a2a;border:none;border-radius:50%;color:#fff;cursor:pointer;font-weight:700;height:32px;position:absolute;right:12px;top:12px;width:32px}.settings-close:hover{background:#a72020}.menu-helper,.settings-helper{color:#475569;font-size:14px;margin:6px 0 18px}.menu-section,.settings-section{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.menu-label,.settings-label{color:#1e293b;font-weight:600}.menu-input,.settings-input{background:#f8fafc;border:1px solid #d4d4d8;border-radius:8px;font-size:15px;padding:10px 12px}.menu-input:focus,.settings-input:focus{background:#fff;border-color:#4ade80;outline:2px solid #4ade80}.settings-static-field{align-items:center;background:linear-gradient(135deg,#f5f5f5,#edf2f7);border:1px solid #e5e7eb;border-radius:999px;color:#0f172a;display:inline-flex;min-height:44px;padding:10px 12px}.settings-static-label{font-weight:700;letter-spacing:.1px}.menu-actions,.settings-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:10px}.menu-inline-actions,.settings-inline-actions{margin-top:8px}.menu-button,.settings-button{border:1px solid #0000;border-radius:10px;cursor:pointer;font-weight:600;padding:10px 14px}.menu-button.small,.settings-button.small{font-size:13px;padding:6px 10px}.menu-button.primary,.settings-button.primary{background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 10px 25px #22c55e59;color:#fff}.menu-button.primary:hover,.settings-button.primary:hover{background:linear-gradient(135deg,#16a34a,#15803d)}.menu-button.ghost,.settings-button.ghost{background:#fff;border-color:#cbd5e1;color:#0f172a}.menu-button.ghost:hover,.settings-button.ghost:hover{background:#f1f5f9}.add-activity-trigger{align-items:center;background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:999px;bottom:18px;box-shadow:0 14px 34px #22c55e59;color:#fff;cursor:pointer;display:inline-flex;font-weight:700;gap:10px;letter-spacing:.2px;padding:12px 16px;position:fixed;right:18px;z-index:950}.add-activity-trigger:hover{background:linear-gradient(135deg,#16a34a,#15803d)}.add-activity-icon{background:#fff;border-radius:50%;color:#16a34a;display:inline-flex;font-size:16px;font-weight:800;height:20px;width:20px}.add-activity-icon,.add-activity-overlay{align-items:center;justify-content:center}.add-activity-overlay{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:#00000059;display:flex;inset:0;position:fixed;z-index:1000}.add-activity-modal{background:#fff;border:1px solid #e2e2e2;border-radius:14px;box-shadow:0 18px 55px #00000029;color:#0f172a;padding:24px;position:relative;width:min(520px,calc(100% - 32px))}.add-activity-close{background:#c92a2a;border:none;border-radius:50%;color:#fff;cursor:pointer;font-weight:700;height:32px;position:absolute;right:12px;top:12px;width:32px}.add-activity-close:hover{background:#a72020}.add-activity-helper{color:#475569;font-size:14px;margin:6px 0 18px;text-align:center}.add-activity-options{display:flex;flex-wrap:wrap;gap:14px;justify-content:center}.add-activity-card{background:linear-gradient(135deg,#f8fafc,#f0fdf4);border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;flex:1 1 220px;max-width:260px;padding:16px;text-align:left;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease}.add-activity-card:hover{border-color:#4ade80;box-shadow:0 12px 28px #0000001a;transform:translateY(-2px)}.add-activity-card-title{align-items:center;display:flex;font-weight:700;gap:10px;margin-bottom:6px}.add-activity-card-body{color:#475569;font-size:14px;margin-bottom:10px}.add-activity-pill{background:#22c55e;border-radius:999px;color:#fff;display:inline-block;font-size:12px;font-weight:600;padding:6px 10px}.add-activity-pill.neutral{background:#0ea5e9}.add-activity-actions{align-items:center;display:flex;gap:10px;justify-content:flex-end;margin-top:18px}.add-activity-button{border:1px solid #0000;border-radius:10px;cursor:pointer;font-weight:600;padding:10px 14px}.add-activity-button.ghost{background:#fff;border-color:#cbd5e1;color:#0f172a}.add-activity-button.ghost:hover{background:#f1f5f9}.add-activity-button.primary{background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 12px 28px #22c55e40;color:#fff}.add-activity-button.primary:disabled{box-shadow:none;cursor:not-allowed;opacity:.75}.add-activity-icon-badge{align-items:center;background:#ecfeff;border:1px solid #bae6fd;border-radius:10px;display:inline-flex;font-size:18px;height:34px;justify-content:center;width:34px}.add-activity-form{display:flex;flex-direction:column;gap:14px}.add-activity-field{color:#0f172a;display:flex;flex-direction:column;font-weight:600;gap:6px}.add-activity-field input,.add-activity-field select{background:#f8fafc;border:1px solid #cbd5e1;border-radius:10px;font-size:15px;padding:10px 12px;transition:border-color .12s ease,box-shadow .12s ease;width:100%}.add-activity-field input:focus,.add-activity-field select:focus{border-color:#22c55e;box-shadow:0 0 0 3px #22c55e40;outline:none}.add-activity-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.add-activity-select{align-items:center;background:#f8fafc;border:1px solid #cbd5e1;border-radius:10px;display:flex;gap:10px;padding:6px 10px 6px 8px}.add-activity-select-icon{align-items:center;background:#ecfeff;border:1px solid #bae6fd;border-radius:10px;display:inline-flex;font-size:18px;height:32px;justify-content:center;width:32px}.add-activity-select select{background:#0000;border:none;flex:1 1;font-size:15px;padding:8px 6px}.add-activity-error{background:#fef2f2;border:1px solid #fecdd3;border-radius:10px;color:#991b1b;font-weight:600;padding:10px 12px}.add-weight-trigger{align-items:center;background:linear-gradient(135deg,#0ea5e9,#0284c7);border:none;border-radius:999px;bottom:18px;box-shadow:0 14px 34px #0ea5e959;color:#fff;cursor:pointer;display:inline-flex;font-weight:700;gap:10px;left:18px;letter-spacing:.2px;padding:12px 16px;position:fixed;z-index:950}.add-weight-trigger:hover{background:linear-gradient(135deg,#0284c7,#0369a1)}.add-weight-icon{align-items:center;background:#fff;border-radius:50%;color:#0284c7;display:inline-flex;font-size:16px;font-weight:800;height:20px;justify-content:center;width:20px}.add-weight-label{font-size:14px}
/*# sourceMappingURL=main.c82c6496.css.map*/