.hero{text-align:center;padding:2rem 0 3rem}.hero-content{max-width:640px;margin:0 auto}.hero-title{font-family:var(--font-aeonik-extended),var(--font-aeonik),sans-serif;letter-spacing:-.02em;margin-bottom:1rem;font-size:1.75rem;font-weight:800;line-height:1.2}.hero-tagline{color:#999;margin-bottom:2rem;font-size:1rem;line-height:1.6}.hero-steps{flex-direction:column;gap:.75rem;margin-bottom:2rem;display:flex}.hero-step{color:#ccc;align-items:center;gap:.75rem;font-size:.95rem;display:flex}.hero-step-num{color:#fff;background:#1a1a1a;border:1px solid #333;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.8rem;font-weight:700;display:flex}.hero-cta{color:#000;background:#fff;width:100%;margin-top:.5rem;padding:.875rem 2rem;font-size:1.05rem;font-weight:600}.hero-cta:hover{background:#ddd}.hero-features{grid-template-columns:1fr;gap:1rem;margin-top:3rem;display:grid}.hero-feature-card{text-align:left;background:#111;border:1px solid #222;border-radius:12px;padding:1.25rem}.hero-feature-card svg{color:#888;margin-bottom:.5rem}.hero-feature-card h3{margin-bottom:.25rem;font-size:1rem}.hero-feature-card p{color:#888;margin:0;font-size:.85rem;line-height:1.5}@media (min-width:480px){.hero-steps{flex-direction:row;justify-content:center;gap:1.5rem}.hero-cta{width:auto}.hero-features{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.hero{padding:4rem 0 5rem}.hero-title{font-size:2.5rem}.hero-tagline{font-size:1.125rem}}@media (min-width:1024px){.hero-features{grid-template-columns:repeat(4,1fr)}}.dashboard{max-width:900px;margin:0 auto;padding:1rem}.dashboard-welcome{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.dashboard-avatar{object-fit:cover;border:2px solid #333;border-radius:50%;width:48px;height:48px}.dashboard-greeting{font-family:var(--font-aeonik-extended),var(--font-aeonik),sans-serif;margin:0;font-size:1.35rem;font-weight:700}.dashboard-subtitle{color:#888;margin:.15rem 0 0;font-size:.85rem}.dashboard-section{margin-bottom:1.75rem}.dashboard-section-title{font-family:var(--font-aeonik-extended),var(--font-aeonik),sans-serif;text-transform:uppercase;letter-spacing:.05em;color:#888;margin:0 0 .75rem;font-size:.85rem;font-weight:600}.dashboard-section-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.dashboard-section-header .dashboard-section-title{margin-bottom:0}.dashboard-see-all{color:#888;font-size:.8rem;text-decoration:none;transition:color .15s}.dashboard-see-all:hover{color:#fff}.dashboard-period-tabs{background:#111;border:1px solid #222;border-radius:8px;gap:.25rem;padding:2px;display:flex}.dashboard-period-tab{color:#888;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.35rem .75rem;font-size:.75rem;font-weight:600;transition:background .15s,color .15s}.dashboard-period-tab:hover{color:#ccc}.dashboard-period-tab.active{color:#fff;background:#222}.dashboard-category-filter{flex-wrap:wrap;gap:.3rem;margin-bottom:.5rem;display:flex}.dashboard-category-pill{color:#888;cursor:pointer;background:#1a1a1a;border:1px solid #222;border-radius:20px;padding:.25rem .6rem;font-size:.72rem;transition:all .15s}.dashboard-category-pill:hover{color:#ccc;background:#222}.dashboard-category-pill.active{color:#e5e5e5;background:#222;border-color:#22d3ee44}.dashboard-metrics{grid-template-columns:repeat(2,1fr);gap:.5rem;display:grid}.dashboard-metric-card{background:#111;border:1px solid #222;border-radius:12px;flex-direction:column;gap:.2rem;padding:1rem;display:flex}.dashboard-metric-value{color:#fff;font-size:1.5rem;font-weight:700;line-height:1.2}.dashboard-metric-unit{color:#888;margin-left:.15rem;font-size:.75rem;font-weight:500}.dashboard-metric-label{color:#888;text-transform:uppercase;letter-spacing:.03em;font-size:.7rem}.dashboard-trend{margin-top:.15rem;font-size:.7rem;font-weight:600}.dashboard-trend--up{color:#4ade80}.dashboard-trend--down{color:#f87171}.dashboard-trend--neutral{color:#888}.dashboard-metric-skeleton{min-height:84px}.dashboard-metric-skeleton .skeleton-value{background:#ffffff0d;border-radius:6px;width:60%;height:24px;animation:1.5s ease-in-out infinite skeleton-pulse}.dashboard-metric-skeleton .skeleton-label{background:#ffffff0d;border-radius:4px;width:40%;height:12px;margin-top:.25rem;animation:1.5s ease-in-out infinite skeleton-pulse}.dashboard-week-view{flex-direction:column;gap:.5rem;display:flex}.dashboard-week-nav-row{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.dashboard-week-label{color:#aaa;text-align:center;flex:1;font-size:.8rem;font-weight:600}.dashboard-week{min-width:0}.dashboard-week-days-header{grid-template-columns:repeat(7,1fr);gap:.35rem;margin-bottom:.25rem;display:grid}.dashboard-day-header{text-align:center;color:#666;text-transform:uppercase;font-size:.65rem;font-weight:600}.dashboard-week-grid{grid-template-columns:repeat(7,1fr);gap:.35rem;display:grid}.dashboard-day{border-radius:10px;flex-direction:column;justify-content:flex-start;align-items:center;min-height:80px;padding:.5rem .25rem;text-decoration:none;transition:background .15s,border-color .15s;display:flex;overflow:hidden}.dashboard-day--empty{background:#111;border:1px solid #222}.dashboard-day--active{cursor:pointer;color:inherit;background:#161616;border:1px solid #333}.dashboard-day--active:hover{background:#1c1c1c;border-color:#444}.dashboard-day--run{cursor:pointer;color:inherit;font:inherit;text-align:center;appearance:none;background:#161616;border:1px dashed #555}.dashboard-day--run:hover:not(:disabled){background:#1c1c1c;border-color:#888}.dashboard-day--run:disabled{opacity:.6;cursor:default}.dashboard-day--run .dashboard-day-num{color:#fff}.dashboard-day--run .dashboard-day-dist{color:#ccc}.dashboard-day--run .dashboard-day-detail{color:#666;font-style:italic}.dashboard-day--analyzing{animation:1.2s ease-in-out infinite analyzing-pulse}@keyframes analyzing-pulse{0%,to{opacity:1}50%{opacity:.5}}.dashboard-day--other{cursor:pointer;color:inherit;font:inherit;text-align:center;appearance:none;background:#161616;border:1px solid #333}.dashboard-day--other:hover{background:#1c1c1c;border-color:#444}.dashboard-day--other .dashboard-day-num{color:#ccc}.dashboard-day-type{color:#777;text-transform:uppercase;letter-spacing:.02em;text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin-top:.1rem;font-size:.55rem;font-weight:600;line-height:1.2;overflow:hidden}.dashboard-day--other .dashboard-day-detail{color:#999}.dashboard-day--other .dashboard-day-detail small{color:#888}.dashboard-day--today{border-color:#fff;box-shadow:0 0 0 1px #ffffff26}.dashboard-day--today .dashboard-day-num{color:#000;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.65rem;display:inline-flex}.dashboard-day--today.dashboard-day--empty{background:#161616}.dashboard-day--today.dashboard-day--other{border-color:#fff}.dashboard-day--today.dashboard-day--latest{border-color:#4ade80;box-shadow:0 0 0 1px #4ade8040}.dashboard-day--latest{background:#4ade800d;border-color:#4ade80}.dashboard-day--latest:hover{background:#4ade801a}.dashboard-day--active.type-practice{background:#60a5fa0f;border-left:3px solid #60a5fa}.dashboard-day--active.type-practice:hover{background:#60a5fa1f}.dashboard-day--active.type-match{background:#f871710f;border-left:3px solid #f87171}.dashboard-day--active.type-match:hover{background:#f871711f}.dashboard-day--active.type-friendly{background:#fbbf240f;border-left:3px solid #fbbf24}.dashboard-day--active.type-friendly:hover{background:#fbbf241f}.dashboard-day--active.type-free{background:#a78bfa0f;border-left:3px solid #a78bfa}.dashboard-day--active.type-free:hover{background:#a78bfa1f}.dashboard-day--latest.type-practice,.dashboard-day--latest.type-match,.dashboard-day--latest.type-friendly,.dashboard-day--latest.type-free{background:#4ade800d;border-left-color:#4ade80}.dashboard-day-num{color:#aaa;margin-bottom:.25rem;font-size:.75rem;font-weight:700}.dashboard-day-needs-pitch{color:#f59e0b;opacity:.7;align-items:center;gap:0;margin-top:auto;font-size:.6rem;display:flex}.dashboard-day-excluded{color:#818cf8;opacity:.7;align-items:center;gap:0;margin-top:auto;font-size:.6rem;display:flex}.dashboard-day--active .dashboard-day-num{color:#fff}.dashboard-day--latest .dashboard-day-num{color:#4ade80}.dashboard-day-dist{color:#fff;font-size:.85rem;font-weight:700;line-height:1.1}.dashboard-day-dist small{color:#888;margin-left:1px;font-size:.6rem;font-weight:500}.dashboard-day-detail{color:#888;white-space:nowrap;margin-top:.15rem;font-size:.6rem}.dashboard-day-badge{color:#fff;background:#333;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;margin-top:.2rem;font-size:.55rem;font-weight:700;display:inline-flex}.dashboard-week-arrow{color:#ccc;cursor:pointer;background:#1a1a1a;border:1px solid #333;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.2rem;line-height:1;transition:background .15s,color .15s,opacity .15s;display:flex}.dashboard-week-arrow:hover:not(:disabled){color:#fff;background:#222}.dashboard-week-arrow:disabled{opacity:.3;cursor:default}.dashboard-week-skeleton{border-radius:12px;overflow:hidden}.dashboard-empty-card{text-align:center;color:#888;background:#111;border:1px solid #222;border-radius:12px;padding:1.5rem}.dashboard-empty-card p{margin:0;font-size:.9rem}.dashboard-activity-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.dashboard-activity-row{background:#111;border:1px solid #222;border-radius:12px;align-items:center;gap:.75rem;padding:.75rem;transition:background .15s;display:flex}.dashboard-activity-row:hover{background:#161616}.dashboard-activity-preview{flex-shrink:0}.dashboard-activity-info{flex-direction:column;flex:1;gap:.1rem;min-width:0;display:flex}.dashboard-activity-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.dashboard-activity-meta{color:#888;font-size:.75rem}.dashboard-analyze-btn{color:#fff;white-space:nowrap;background:#1a1a1a;border:1px solid #333;flex-shrink:0;padding:.5rem 1rem;font-size:.8rem}.dashboard-analyze-btn:hover:not(:disabled){background:#222}.dashboard-exclude-btn{color:#666;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #333;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;gap:.35rem;padding:.4rem .7rem;font-size:.75rem;transition:color .15s,border-color .15s,background .15s;display:inline-flex}.dashboard-exclude-btn:hover{color:#a5b4fc;background:#818cf80f;border-color:#818cf8}.dashboard-exclude-btn.active{color:#a5b4fc;background:#818cf81a;border-color:#818cf8}.dashboard-day-excluded{color:#818cf8;opacity:.7;align-items:center;margin-top:auto;font-size:.6rem;display:flex}.excluded-badge{color:#818cf8;opacity:.85;vertical-align:middle;align-items:center;gap:.25rem;margin-left:.5rem;font-size:.65rem;font-weight:500;display:inline-flex}.dashboard-activity-skeletons{flex-direction:column;gap:.5rem;display:flex}.dashboard-activity-skeleton{background:#ffffff0d;border-radius:12px;height:72px;animation:1.5s ease-in-out infinite skeleton-pulse}.dashboard-error{color:#f88;background:#1a0a0a;border:1px solid #3a1a1a;border-radius:12px;padding:1rem;font-size:.9rem}.dashboard-error p{margin:0}.dashboard-saved-stats{flex-wrap:wrap;gap:.5rem;margin-top:.35rem;display:flex}.dashboard-saved-stats .stat{flex-direction:column;align-items:center;min-width:48px;display:flex}.dashboard-saved-stats .stat-value{color:#fff;font-size:1.1rem;font-weight:700}.dashboard-saved-stats .stat-label{color:#888;text-transform:uppercase;letter-spacing:.03em;font-size:.65rem}.dashboard-popover{z-index:100;background:#1a1a1a;border:1px solid #333;border-radius:10px;width:240px;padding:.75rem 1rem;animation:.15s ease-out popover-fade-in;position:fixed;box-shadow:0 8px 24px #00000080}@keyframes popover-fade-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.dashboard-popover-type{color:#fff;margin:0 0 .25rem;font-size:.85rem;font-weight:700}.dashboard-popover-msg{color:#999;margin:0;font-size:.75rem;line-height:1.4}.dashboard-popover-close{color:#666;cursor:pointer;background:0 0;border:none;padding:.15rem;font-size:.8rem;line-height:1;position:absolute;top:.5rem;right:.5rem}.dashboard-popover-close:hover{color:#fff}@media (min-width:480px){.dashboard-metrics{grid-template-columns:repeat(3,1fr)}.dashboard-day{min-height:90px}}@media (min-width:768px){.dashboard{padding:1.5rem}.dashboard-greeting{font-size:1.5rem}.dashboard-metrics{grid-template-columns:repeat(5,1fr)}.dashboard-day{min-height:100px;padding:.6rem .35rem}.dashboard-day-dist{font-size:.95rem}.dashboard-day-detail{font-size:.65rem}.dashboard-week-grid{gap:.5rem}}@media (max-width:600px){.dashboard-activity-row{flex-direction:column;align-items:flex-start;gap:.5rem}.dashboard-analyze-btn{text-align:center;width:100%}.dashboard-activity-preview{align-self:center}}
