:root { color-scheme: dark; font-family: Inter, system-ui, sans-serif; background: #07111f; color: #ecf4ff; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
* { box-sizing: border-box; }
[hidden] { display: none !important; }
body { margin: 0; min-height: 100vh; overflow-x: hidden; background: radial-gradient(circle at 15% 10%, #16314d 0, transparent 35%), #07111f; }
.landing-body { background: #07111f; color: #eef5ff; touch-action: manipulation; }
.shell { width: min(1440px, calc(100% - 32px)); margin: 0 auto; padding: 48px 0; }
.auth-card, .app { background: #0c192a; border: 1px solid #223650; border-radius: 20px; padding: 32px; box-shadow: 0 24px 80px #0005; }
.app-layout { padding: 0; display: grid; grid-template-columns: 250px minmax(0, 1fr); overflow: hidden; min-height: 680px; }
.auth-card { width: min(460px, 100%); margin: 9vh auto; }
.login-layout { width: min(1100px, 100%); min-height: 620px; margin: 5vh auto; display: grid; grid-template-columns: .95fr 1.05fr; overflow: hidden; background: #0c192a; border: 1px solid #223650; border-radius: 22px; box-shadow: 0 24px 80px #0005; }.login-showcase { min-height: 620px; padding: 42px; display: flex; flex-direction: column; gap: 58px; background: radial-gradient(circle at 75% 20%, #244c6c 0, transparent 34%), linear-gradient(145deg, #0a1c2c, #07111f); }.login-showcase h1 { font-size: clamp(2.15rem, 4vw, 3.5rem); line-height: 1.06; letter-spacing: -.045em; max-width: 470px; }.login-showcase > div > p:not(.eyebrow) { color: #9bb0c7; max-width: 390px; font-size: 1.06rem; line-height: 1.6; }.login-showcase small { color: #71889f; margin-top: auto; }.login-benefits { display: grid; gap: 12px; color: #d9e7f5; font-weight: 650; }.login-benefits span::first-letter { color: #b7f000; }.login-panel { position: relative; display: grid; place-items: center; padding: 42px; }.login-panel-inner { width: min(390px, 100%); }.login-panel h1 { font-size: 2rem; letter-spacing: -.035em; }.login-panel form button { display: flex; justify-content: space-between; align-items: center; margin-top: 8px; }.login-panel form button span { font-size: 1.25rem; }.back-to-home { position: absolute; left: 42px; top: 38px; color: #9bb0c7; font-size: .88rem; text-decoration: none; }.back-to-home:hover { color: #b7f000; }.login-help { margin-top: 26px; color: #71889f; font-size: .84rem; }
.eyebrow { color: #b7f000; font-size: .78rem; font-weight: 800; letter-spacing: .12em; margin: 0 0 8px; }
h1, h2, h3, p { margin-top: 0; } h1 { margin-bottom: 8px; } h2 { margin-bottom: 6px; }
.muted { color: #9bb0c7; line-height: 1.5; }
form { display: grid; gap: 16px; margin-top: 24px; }
label { display: grid; gap: 7px; color: #c6d5e7; font-size: .9rem; }
input { width: 100%; background: #06101d; border: 1px solid #34506f; border-radius: 10px; color: inherit; padding: 12px; font: inherit; }
button { border: 0; border-radius: 10px; background: #b7f000; color: #081000; cursor: pointer; font: inherit; font-weight: 800; padding: 12px 16px; }
button.secondary { background: transparent; border: 1px solid #34506f; color: #eaf2fc; }
.topbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid #223650; margin-bottom: 28px; padding-bottom: 20px; }
.sidebar { background: #081523; border-right: 1px solid #223650; display: flex; flex-direction: column; padding: 26px 18px; gap: 38px; }.brand { color: inherit; text-decoration: none; display: grid; gap: 4px; }.brand strong { font-size: 1.25rem; }.sidebar nav { display: grid; gap: 8px; }.sidebar nav a { color: #9bb0c7; text-decoration: none; padding: 12px 14px; border-radius: 9px; font-weight: 650; }.sidebar nav a:hover, .sidebar nav a.active { background: #17314a; color: #ecf4ff; }.sidebar-footer { display: grid; gap: 9px; margin-top: auto; color: #c6d5e7; font-size: .9rem; }.content { min-width: 0; padding: 34px; }.mobile-header { display: none; }.mobile-menu-toggle, .mobile-nav-backdrop { display: none; }.page-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 28px; }.page-heading h1 { margin-bottom: 8px; }.button-link { background: #b7f000; color: #081000; text-decoration: none; padding: 12px 16px; border-radius: 10px; font-weight: 800; white-space: nowrap; }
.user-actions { display: flex; align-items: center; gap: 14px; }
.organization-form { display: grid; grid-template-columns: 1.3fr 1fr .8fr auto; align-items: end; background: #091524; border: 1px solid #223650; border-radius: 14px; padding: 18px; }
.accounts-heading { margin-top: 38px; }
.account-form { grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: end; background: #091524; border: 1px solid #223650; border-radius: 14px; padding: 18px; }
.app-layout.coach-layout { grid-template-columns: minmax(0, 1fr); }.coach-page { width: 100%; }.coach-topbar { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-bottom: 28px; padding-bottom: 24px; border-bottom: 1px solid #223650; }.coach-topbar h1 { margin-bottom: 8px; }.coach-topbar .muted { max-width: 560px; margin-bottom: 0; }.coach-user-actions { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: 9px; color: #c6d5e7; }.coach-organization-field { width: min(420px, 100%); margin-bottom: 4px; }.assigned-organization-note { margin: 12px 0 22px; padding: 12px 14px; color: #c6d5e7; background: #11243a; border: 1px solid #2a4767; border-radius: 10px; }.athlete-form { width: 100%; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: end; background: #091524; border: 1px solid #223650; border-radius: 14px; padding: 20px; }.athlete-form button { align-self: end; min-height: 46px; white-space: nowrap; }.athlete-profile-summary { display: flex; align-items: center; gap: 14px; min-height: 54px; padding: 12px; margin: 16px 0 4px; background: #091524; border: 1px solid #223650; border-radius: 12px; color: #9bb0c7; }.athlete-profile-summary p { margin: 0; }.athlete-profile-photo { width: 54px; height: 54px; border: 2px solid #b7f000; border-radius: 50%; object-fit: cover; }
select { width: 100%; background: #06101d; border: 1px solid #34506f; border-radius: 10px; color: inherit; padding: 12px; font: inherit; }
.toolbar { display: flex; justify-content: flex-end; margin-top: 16px; }.toolbar label { width: min(260px, 100%); }
.media-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 20px; }.media-toolbar label { width: min(270px, 100%); }.media-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 14px; }.media-card { overflow: hidden; background: #091524; border: 1px solid #223650; border-radius: 12px; }.media-preview { display: block; width: 100%; height: 128px; background: #030914; object-fit: cover; }.media-meta { display: grid; gap: 7px; padding: 12px; }.media-meta h3 { margin: 0; font-size: .92rem; }.media-meta p { margin: 0; font-size: .8rem; }.media-meta code { overflow: hidden; color: #9bb0c7; font-size: .67rem; text-overflow: ellipsis; white-space: nowrap; }.media-meta button { justify-self: start; margin-top: 3px; }
.report-filters { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; padding: 18px; margin-bottom: 22px; background: #091524; border: 1px solid #223650; border-radius: 14px; }.report-metrics { display: grid; grid-template-columns: repeat(auto-fit, minmax(205px, 1fr)); gap: 14px; margin-bottom: 22px; }.report-metric { display: grid; gap: 8px; min-height: 130px; padding: 18px; background: linear-gradient(140deg, #102740, #091524); border: 1px solid #34506f; border-radius: 14px; }.report-metric span { color: #9bb0c7; font-size: .9rem; }.report-metric strong { color: #b7f000; font-size: 1.45rem; }.report-metric small { color: #c6d5e7; }.report-records { display: grid; gap: 9px; margin-top: 18px; }.report-row { padding: 12px 14px; background: #091524; border-left: 3px solid #b7f000; border-radius: 7px; color: #dbeaff; }.compact-list { display: grid; gap: 9px; margin: 14px 0 20px; color: #c6d5e7; }.compact-list p { margin: 0; padding: 10px 12px; background: #091524; border-radius: 8px; }.compact-list a { color: #b7f000; }.compact-form { display: grid; grid-template-columns: 1.2fr .7fr .7fr auto; align-items: end; gap: 12px; margin: 12px 0 26px; padding: 15px; background: #091524; border: 1px solid #223650; border-radius: 12px; }.compact-form button { min-height: 45px; }.compact-form:has(#athlete-video) { grid-template-columns: .9fr 1.5fr auto; }
.inline-form { grid-template-columns: 1fr .75fr auto; align-items: end; background: #091524; border: 1px solid #223650; border-radius: 14px; padding: 18px; }
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 14px; margin-top: 20px; }
.stat-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }.stat-card { background: linear-gradient(135deg, #122a42, #0b1828); border: 1px solid #2a4767; border-radius: 16px; padding: 22px; display: grid; gap: 10px; }.stat-card span { color: #aabed3; font-size: .9rem; }.stat-card strong { font-size: clamp(2rem, 5vw, 3.2rem); line-height: 1; }.stat-card.lime strong { color: #b7f000; }.stat-card.blue strong { color: #64bcff; }.stat-card.violet strong { color: #c8a6ff; }.stat-card.orange strong { color: #ffd06a; }.chart-card { margin-top: 20px; background: #091524; border: 1px solid #223650; border-radius: 16px; padding: 24px; }.chart-card h2 { margin-bottom: 6px; }.bar-chart { display: grid; gap: 18px; margin-top: 26px; }.bar-row { display: grid; gap: 8px; }.bar-row div { display: flex; justify-content: space-between; color: #c6d5e7; }.bar-row i { display: block; height: 10px; background: #14263a; border-radius: 999px; overflow: hidden; }.bar-row em { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #b7f000, #52d4bf); }
.card { background: #091524; border: 1px solid #223650; border-radius: 14px; padding: 18px; }
.card h3 { margin-bottom: 7px; }
.card-title, .card-actions, .dialog-heading, .dialog-actions { display: flex; align-items: center; gap: 10px; }.card-title { justify-content: flex-start; }.card-title h3 { margin: 0; }.card-actions { margin-top: 18px; justify-content: flex-end; }.small { padding: 8px 11px; font-size: .86rem; }.danger { background: #7f2530; color: #fff; }.assignment { color: #dbeaff; font-weight: 650; margin-bottom: 8px; }.organization-logo { width: 42px; height: 42px; object-fit: contain; border-radius: 10px; background: #fff; border: 1px solid #34506f; }
.message { min-height: 1.25rem; color: #9bb0c7; margin-top: 16px; }.message.error { color: #ff9b9b; }.message.success { color: #b7f000; }
dialog { width: min(560px, calc(100% - 24px)); border: 1px solid #34506f; border-radius: 16px; background: #0c192a; color: inherit; box-shadow: 0 24px 80px #000a; padding: 0; } dialog::backdrop { background: #020814bb; }.dialog-form { padding: 24px; margin: 0; }.dialog-heading { justify-content: space-between; }.dialog-heading h2, .dialog-form h2 { margin: 0; }.dialog-actions { justify-content: flex-end; margin-top: 8px; }.icon-button { background: transparent; color: #eaf2fc; padding: 2px 9px; font-size: 1.65rem; line-height: 1; }.divider { border-top: 1px solid #223650; }.toast { position: fixed; top: 50%; left: 50%; z-index: 20; max-width: min(460px, calc(100% - 32px)); transform: translate(-50%, -50%); background: #b7f000; color: #081000; border-radius: 12px; box-shadow: 0 16px 55px #0009; font-weight: 800; padding: 18px 22px; text-align: center; }.toast.error { background: #8f2936; color: #fff; }
.checkbox { display: flex; align-items: center; gap: 9px; grid-template-columns: none; }.checkbox input { width: auto; }.archive-badge { color: #ffd875; font-size: .88rem; font-weight: 700; }.athlete-card { position: relative; }.athlete-photo { width: 74px; height: 74px; object-fit: cover; border-radius: 50%; border: 2px solid #b7f000; float: right; margin-left: 12px; }.photo-input { margin-top: 14px; }.photo-input input { padding: 8px; }.test-guidance { margin: -10px 0 20px; padding: 12px 14px; background: #11243a; border-left: 3px solid #b7f000; border-radius: 8px; color: #c6d5e7; line-height: 1.45; }.test-result-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px; background: #091524; border-radius: 8px; }.test-result-row p { margin: 0; }.trend-badge { flex: 0 0 auto; padding: 5px 8px; border-radius: 999px; font-size: .78rem; font-weight: 800; background: #17314a; color: #c6d5e7; }.trend-badge.positive { color: #b7f000; background: #173820; }.trend-badge.negative { color: #ffb3b3; background: #48202a; }
@media (max-width: 850px) { body.mobile-nav-open { overflow: hidden; }.app-layout { display: block; min-height: 0; }.sidebar { display: flex; position: fixed; z-index: 40; top: 0; bottom: 0; left: 0; width: min(84vw, 320px); padding: calc(24px + env(safe-area-inset-top)) 18px calc(24px + env(safe-area-inset-bottom)); transform: translateX(-105%); transition: transform .2s ease; box-shadow: 18px 0 48px #0009; overflow-y: auto; }.sidebar.mobile-open { transform: translateX(0); }.mobile-nav-backdrop { position: fixed; z-index: 30; inset: 0; display: block; border: 0; border-radius: 0; padding: 0; background: #020814a8; }.content { padding: 22px; }.mobile-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding-bottom: 20px; border-bottom: 1px solid #223650; margin-bottom: 26px; }.mobile-header h1 { margin-bottom: 0; }.mobile-menu-toggle { display: inline-flex; }.stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 700px) { .shell { width: 100%; padding: 0; }.auth-card, .app { border-radius: 0; border-left: 0; border-right: 0; }.auth-card { min-height: 100svh; margin: 0; display: grid; align-content: center; }.content { padding: 18px max(16px, env(safe-area-inset-right)) calc(18px + env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left)); }.mobile-header, .coach-topbar, .media-toolbar { flex-direction: column; }.mobile-header .user-actions { width: 100%; flex-wrap: wrap; gap: 8px; }.coach-user-actions { justify-content: flex-start; }.page-heading { flex-direction: column; }.inline-form, .organization-form, .account-form, .athlete-form, .report-filters, .compact-form, .compact-form:has(#athlete-video) { grid-template-columns: 1fr; }.stat-grid { grid-template-columns: 1fr; }.dialog-form { padding: 18px; }.test-result-row { align-items: flex-start; flex-direction: column; }.athlete-photo { float: none; margin: 0 0 12px; } input, select, button { font-size: 16px; } }

/* Public landing page */
.landing-header, .hero-section, .landing-section, .landing-footer { width: min(1240px, calc(100% - 56px)); margin-inline: auto; }.landing-header { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }.landing-logo { display: inline-flex; align-items: center; gap: 10px; color: #f5f9ff; text-decoration: none; font-size: .9rem; font-weight: 900; letter-spacing: .1em; white-space: nowrap; }.landing-logo em { color: #b7f000; font-style: normal; }.logo-mark { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; background: #b7f000; color: #081000; font-weight: 950; letter-spacing: 0; }.landing-nav { display: flex; align-items: center; gap: 28px; }.landing-nav a, .text-link, .landing-footer > a:last-child { color: #aabed3; text-decoration: none; font-weight: 650; font-size: .92rem; }.landing-nav a:hover, .text-link:hover, .landing-footer > a:last-child:hover { color: #b7f000; }.landing-actions { display: flex; align-items: center; gap: 19px; }.landing-cta { display: inline-flex; align-items: center; gap: 18px; padding: 13px 18px; transition: transform .18s ease, box-shadow .18s ease; }.landing-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 32px #b7f00028; }.landing-menu { display: none; }.hero-section { position: relative; min-height: 660px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 36px; padding: 80px 0 72px; overflow: hidden; }.hero-section::before { position: absolute; content: ""; top: 8%; right: -14%; z-index: -1; width: 640px; height: 640px; border-radius: 50%; background: radial-gradient(circle, #173f5f 0, #0b1b2d 37%, transparent 68%); opacity: .82; }.hero-copy { max-width: 600px; }.hero-copy h1 { font-size: clamp(3rem, 5.7vw, 5.6rem); line-height: .98; letter-spacing: -.065em; margin: 0 0 26px; }.hero-copy h1 span, .workflow-copy h2 span { color: #b7f000; }.hero-description { max-width: 525px; color: #aabed3; font-size: 1.1rem; line-height: 1.65; }.hero-actions { display: flex; align-items: center; gap: 15px; margin-top: 32px; }.outline-link { display: inline-flex; align-items: center; gap: 14px; color: #dce9f7; text-decoration: none; border: 1px solid #34506f; border-radius: 10px; padding: 12px 17px; font-weight: 750; }.outline-link:hover { border-color: #b7f000; color: #b7f000; }.hero-meta { display: flex; gap: 22px; margin-top: 65px; }.hero-meta div { display: grid; gap: 5px; padding-right: 22px; border-right: 1px solid #28435d; }.hero-meta div:last-child { padding: 0; border: 0; }.hero-meta strong { color: #f2f7fd; font-size: .9rem; }.hero-meta span { color: #8198b1; font-size: .78rem; }.hero-visual { position: relative; min-height: 460px; display: grid; place-items: center; }.visual-grid { position: absolute; inset: 15px 0 0 15px; background-image: linear-gradient(#2a4b661f 1px, transparent 1px), linear-gradient(90deg, #2a4b661f 1px, transparent 1px); background-size: 27px 27px; mask-image: radial-gradient(ellipse at center, #000 15%, transparent 72%); }.dashboard-preview { position: relative; z-index: 1; width: min(590px, 100%); padding: 19px; border: 1px solid #3a5875; border-radius: 18px; background: linear-gradient(145deg, #11283e, #091625); box-shadow: 0 30px 70px #01060d99; transform: perspective(1000px) rotateY(-6deg) rotateX(2deg); }.preview-head, .preview-stat-row, .chart-label, .preview-list { display: flex; align-items: center; }.preview-head { gap: 9px; color: #b7c8d9; font-size: .78rem; }.preview-head b { margin-left: auto; color: #b7f000; font-size: .7rem; }.preview-dot { width: 8px; height: 8px; border-radius: 50%; background: #b7f000; box-shadow: 0 0 12px #b7f000; }.preview-stat-row { gap: 12px; margin: 17px 0; }.preview-stat-row div { flex: 1; display: grid; gap: 4px; padding: 15px; border-radius: 11px; background: #0a1929; }.preview-stat-row span, .floating-insight small { color: #829ab4; font-size: .65rem; letter-spacing: .08em; }.preview-stat-row strong { font-size: 1.8rem; }.preview-stat-row i { color: #b7f000; font-size: .75rem; font-style: normal; }.preview-chart { padding: 15px; border-radius: 11px; background: #0a1929; }.chart-label { justify-content: space-between; color: #dce8f4; font-size: .8rem; }.chart-label b { color: #829ab4; font-size: .66rem; }.preview-chart svg { display: block; width: 100%; margin-top: 4px; }.preview-list { gap: 12px; margin-top: 13px; color: #b5c5d5; font-size: .76rem; }.preview-list span { width: 70px; }.preview-list div { flex: 1; height: 7px; overflow: hidden; border-radius: 99px; background: #1b3147; }.preview-list i { display: block; width: 72%; height: 100%; background: #6ba7e4; border-radius: inherit; }.preview-list + .preview-list i { width: 54%; background: #b7f000; }.preview-list b { color: #b7f000; }.floating-insight { position: absolute; right: -22px; bottom: 35px; z-index: 2; display: flex; align-items: center; gap: 12px; padding: 13px 15px; border: 1px solid #3a5875; border-radius: 12px; background: #10253a; box-shadow: 0 16px 35px #0008; }.floating-insight > span { display: grid; place-items: center; width: 33px; height: 33px; border-radius: 50%; background: #b7f000; color: #06101d; font-weight: 900; }.floating-insight div { display: grid; gap: 3px; }.floating-insight strong { font-size: .77rem; }.landing-section { padding: 120px 0; }.feature-section { border-top: 1px solid #203951; }.section-intro { width: min(600px, 100%); }.section-intro h2, .workflow-copy h2, .platform-band h2, .final-cta h2 { font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1.03; letter-spacing: -.055em; margin: 0 0 16px; }.section-intro > p:last-child, .workflow-copy > p:not(.eyebrow) { color: #91a8c0; line-height: 1.65; font-size: 1.04rem; }.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 48px; }.feature-card { min-height: 260px; display: flex; flex-direction: column; padding: 27px; border: 1px solid #29445e; border-radius: 16px; background: #0a1828; transition: transform .2s, border-color .2s; }.feature-card:hover { transform: translateY(-5px); border-color: #5a7b99; }.feature-card.featured { background: linear-gradient(145deg, #173b58, #0d1d2e); border-color: #4c7091; }.feature-icon { color: #b7f000; font-family: ui-monospace, monospace; font-size: .8rem; }.feature-card h3 { margin: 35px 0 10px; font-size: 1.35rem; }.feature-card p { color: #95aac0; line-height: 1.55; font-size: .92rem; }.feature-card a { display: inline-flex; gap: 9px; margin-top: auto; color: #dceaff; text-decoration: none; font-size: .87rem; font-weight: 800; }.feature-card a span { color: #b7f000; }.workflow-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }.workflow-list { display: grid; gap: 0; padding: 0; margin: 0; list-style: none; counter-reset: workflow; }.workflow-list li { display: grid; grid-template-columns: 56px 1fr; gap: 24px; padding: 0 0 34px; position: relative; }.workflow-list li:not(:last-child)::before { position: absolute; top: 35px; left: 17px; bottom: 0; width: 1px; content: ""; background: #29445e; }.workflow-list li > span { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; background: #152d43; color: #b7f000; font-weight: 850; font-size: .73rem; }.workflow-list h3 { margin: 5px 0 7px; font-size: 1.3rem; }.workflow-list p { margin: 0; color: #91a8c0; line-height: 1.55; }.platform-band { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; border-block: 1px solid #203951; }.platform-points { display: grid; gap: 24px; }.platform-points p { display: grid; gap: 5px; padding-left: 20px; margin: 0; border-left: 2px solid #b7f000; }.platform-points b { font-size: 1.02rem; }.platform-points span { color: #91a8c0; line-height: 1.45; }.final-cta { padding: 130px 0; text-align: center; }.final-cta h2 { margin-inline: auto; }.final-cta .landing-cta { margin-top: 18px; }.landing-footer { display: flex; align-items: center; justify-content: space-between; padding: 30px 0; border-top: 1px solid #203951; color: #71889f; font-size: .78rem; }
@media (max-width: 850px) { .landing-header, .hero-section, .landing-section, .landing-footer { width: min(100% - 40px, 680px); }.landing-nav { position: absolute; top: 72px; right: 20px; left: 20px; z-index: 10; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid #34506f; border-radius: 12px; background: #0c192a; box-shadow: 0 18px 40px #0008; }.landing-nav.open { display: flex; }.landing-nav a { padding: 13px; }.landing-actions .text-link, .landing-actions .landing-cta { display: none; }.landing-menu { display: block; padding: 9px 12px; font-size: .82rem; }.hero-section { grid-template-columns: 1fr; padding-top: 65px; }.hero-copy { max-width: 630px; }.hero-visual { min-height: 410px; }.dashboard-preview { transform: none; }.workflow-section, .platform-band { grid-template-columns: 1fr; gap: 48px; }.login-layout { grid-template-columns: 1fr; width: min(680px, 100%); }.login-showcase { min-height: auto; gap: 32px; padding: 34px; }.login-showcase small { display: none; }.login-panel { min-height: 520px; }.back-to-home { left: 34px; top: 30px; } }
@media (max-width: 600px) { .landing-header, .hero-section, .landing-section, .landing-footer { width: calc(100% - 32px); }.landing-header { height: 70px; }.landing-logo { font-size: .74rem; gap: 7px; }.logo-mark { width: 27px; height: 27px; }.hero-section { min-height: 0; padding: 45px 0 65px; }.hero-copy h1 { font-size: clamp(2.7rem, 13vw, 4rem); }.hero-description { font-size: 1rem; }.hero-actions { align-items: stretch; flex-direction: column; }.hero-actions a { justify-content: center; }.hero-meta { flex-direction: column; gap: 12px; margin-top: 42px; }.hero-meta div { padding: 0; border: 0; }.hero-visual { min-height: 330px; }.dashboard-preview { padding: 12px; }.preview-stat-row { gap: 7px; margin: 10px 0; }.preview-stat-row div { padding: 11px; }.preview-stat-row strong { font-size: 1.4rem; }.preview-chart { padding: 10px; }.floating-insight { right: -6px; bottom: 10px; }.landing-section { padding: 76px 0; }.feature-grid { grid-template-columns: 1fr; margin-top: 30px; }.feature-card { min-height: 220px; }.workflow-list li { grid-template-columns: 45px 1fr; gap: 14px; }.platform-band { gap: 36px; }.landing-footer { display: grid; gap: 16px; justify-items: start; }.login-layout { border-radius: 0; border: 0; margin: 0; min-height: 100svh; }.login-showcase { padding: 28px 24px; }.login-showcase h1 { font-size: 2.35rem; }.login-showcase > div > p:not(.eyebrow) { display: none; }.login-benefits { grid-template-columns: 1fr 1fr; font-size: .84rem; }.login-benefits span:last-child { grid-column: 1 / -1; }.login-panel { min-height: 470px; padding: 78px 24px 32px; align-items: start; }.back-to-home { top: 28px; left: 24px; } }

/* Guided athlete workspace */
.count-badge { display: inline-grid; place-items: center; min-width: 28px; height: 28px; margin-left: 8px; padding: 0 8px; vertical-align: middle; border-radius: 999px; background: #17314a; color: #b7f000; font-size: .85rem; }
.athlete-workspace { min-height: 470px; padding: 24px; border: 1px solid #223650; border-radius: 18px; background: linear-gradient(145deg, #0c1b2b, #081421); }
.athlete-workspace-top, .athlete-toolbar, .athlete-card-head, .athlete-card-actions { display: flex; align-items: center; gap: 14px; }
.athlete-workspace-top { justify-content: space-between; }
.coach-organization-field { margin: 0; width: min(400px, 100%); }
.create-athlete-button { display: inline-flex; align-items: center; justify-content: center; min-height: 45px; white-space: nowrap; box-shadow: 0 10px 28px #b7f0002c; }
.assigned-organization-note { margin: 17px 0; }
.athlete-toolbar { display: grid; grid-template-columns: minmax(0, 1fr) 180px 180px; align-items: end; gap: 14px; padding: 16px 0 20px; border-bottom: 1px solid #203951; }
.athlete-toolbar > label:not(.athlete-search) { width: 100%; }
.athlete-search { position: relative; display: flex; flex: 1 1 260px; align-items: center; gap: 8px; min-width: 220px; padding: 0 12px; border: 1px solid #34506f; border-radius: 10px; background: #06101d; color: #9bb0c7; }
.athlete-search:focus-within { border-color: #b7f000; box-shadow: 0 0 0 3px #b7f0001d; }
.athlete-search span { font-size: 1.4rem; line-height: 1; }
.athlete-search input { min-width: 0; padding-inline: 0; border: 0; outline: 0; background: transparent; }
.athlete-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(235px, 1fr)); gap: 15px; margin-top: 22px; }
.athlete-card { display: grid; gap: 16px; min-height: 205px; padding: 18px; border: 1px solid #29445e; border-radius: 16px; background: linear-gradient(145deg, #0d1e30, #091524); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.athlete-card:hover { transform: translateY(-3px); border-color: #547794; box-shadow: 0 18px 34px #0207126b; }
.athlete-card.athlete-selectable { cursor: pointer; }.athlete-card.athlete-selectable:focus-visible { outline: 3px solid #b7f000; outline-offset: 3px; }.test-session-button { background: #b7f000; color: #081000; }
.athlete-card-head { align-items: flex-start; }
.athlete-card h3 { margin: 1px 0 6px; font-size: 1.08rem; }
.athlete-card .muted { margin: 0; font-size: .88rem; }
.athlete-avatar { flex: 0 0 auto; width: 56px; height: 64px; border: 1px solid #547794; border-radius: 12px; object-fit: cover; background: #142a41; }
.athlete-avatar-fallback { display: grid; place-items: center; color: #07111f; background: linear-gradient(135deg, #b7f000, #56d6b2); font-size: .92rem; font-weight: 900; }
.athlete-card-stats-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.athlete-card-stats { margin: 0; color: #9bb0c7; font-size: .84rem; }
.athlete-card-stats-row .danger { flex: 0 0 auto; }
.athlete-card-actions { justify-content: flex-end; margin-top: auto; }
.athlete-empty { display: grid; justify-items: center; gap: 8px; padding: 76px 20px 48px; text-align: center; color: #9bb0c7; }
.athlete-empty > span { display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid #34506f; border-radius: 50%; color: #b7f000; font-size: 2rem; }
.athlete-empty h2 { margin: 8px 0 0; color: #eaf2fc; font-size: 1.25rem; }
.athlete-empty p { margin: 0 0 8px; }
.athlete-create-dialog { width: min(700px, calc(100% - 24px)); }
.wizard-form { display: grid; gap: 24px; margin: 0; padding: 26px; }
.wizard-progress { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; padding: 0; margin: 0; list-style: none; }
.wizard-progress li { position: relative; display: grid; justify-items: center; gap: 7px; color: #71889f; font-size: .72rem; text-align: center; }
.wizard-progress li:not(:last-child)::after { position: absolute; top: 15px; left: calc(50% + 18px); width: calc(100% - 28px); height: 2px; content: ""; background: #29445e; }
.wizard-progress span { position: relative; z-index: 1; display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid #34506f; border-radius: 50%; background: #0c192a; color: #dce9f7; font-weight: 850; }
.wizard-progress li.active, .wizard-progress li.complete { color: #b7f000; }
.wizard-progress li.active span, .wizard-progress li.complete span { border-color: #b7f000; background: #b7f000; color: #07111f; box-shadow: 0 0 18px #b7f0005b; }
.wizard-progress li.complete:not(:last-child)::after { background: #b7f000; }
.wizard-step { min-height: 255px; padding: 24px; border: 1px solid #29445e; border-radius: 16px; background: #091524; }
.wizard-step h3 { margin-bottom: 7px; font-size: 1.35rem; }
.wizard-step .muted { margin-bottom: 22px; }
.wizard-fields { display: grid; gap: 16px; }
.wizard-fields.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.wizard-info { display: flex; gap: 12px; margin-top: 20px; padding: 14px; border-left: 3px solid #b7f000; border-radius: 8px; background: #122b27; color: #c6d5e7; font-size: .9rem; line-height: 1.45; }
.wizard-info strong { color: #b7f000; }
.wizard-photo-input { min-height: 146px; place-items: center; align-content: center; padding: 20px; border: 1px dashed #547794; border-radius: 13px; background: #07111f; text-align: center; cursor: pointer; }
.wizard-photo-input:hover { border-color: #b7f000; }
.wizard-photo-input span { color: #b7f000; font-size: 1.05rem; font-weight: 850; }
.wizard-photo-input small { color: #9bb0c7; }
.wizard-photo-input input { width: auto; max-width: 100%; padding: 8px; }
.wizard-summary { display: grid; gap: 1px; overflow: hidden; border: 1px solid #29445e; border-radius: 12px; background: #29445e; }
.wizard-summary p { display: flex; justify-content: space-between; gap: 18px; margin: 0; padding: 12px 14px; background: #0b1a2a; }
.wizard-summary span { color: #9bb0c7; }
.wizard-summary b { color: #eaf2fc; text-align: right; }
.wizard-consent { grid-template-columns: auto 1fr; align-items: start; margin-top: 17px; padding: 14px; border: 1px solid #4e5731; border-radius: 10px; background: #202915; color: #e1efd0; line-height: 1.45; }
.wizard-consent input { width: 18px; height: 18px; margin-top: 1px; accent-color: #b7f000; }
.wizard-actions { display: flex; justify-content: flex-end; gap: 10px; }
.wizard-actions #wizard-back { margin-right: auto; }
.management-detail-page { max-width: 1280px; margin: 0 auto; }
.detail-page-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.detail-page-heading h1 { margin-bottom: 7px; }
.detail-page-heading .muted { max-width: 620px; margin-bottom: 0; }
.management-detail-card { overflow: hidden; border: 1px solid #29445e; border-radius: 18px; background: linear-gradient(145deg, #0d1e30, #091524); }
.management-detail-card .dialog-form { max-width: 720px; margin: 0 auto; padding: 30px; }
.management-detail-card .dialog-form + .dialog-form, .management-detail-card .dialog-form + .divider { border-top: 1px solid #29445e; }
.management-detail-card .dialog-heading { margin-bottom: 24px; }
.management-detail-card .dialog-heading .icon-button { font-size: .9rem; font-weight: 750; }
.management-detail-card .dialog-actions { margin-top: 22px; }
.management-detail-card .message { margin-bottom: 0; }
.athlete-report-page { max-width: 1280px; margin: 0 auto; }
.report-page-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.athlete-report-host { display: grid; gap: 22px; }
.athlete-report-summary, .athlete-report-section { padding: 24px; border: 1px solid #29445e; border-radius: 16px; background: linear-gradient(145deg, #0d1e30, #091524); }
.athlete-report-summary { display: flex; align-items: center; gap: 18px; }
.athlete-report-summary h2 { margin: 0 0 7px; }.athlete-report-summary p { margin: 0; }
.report-athlete-avatar { width: 68px; height: 78px; border-radius: 14px; object-fit: cover; background: #17314a; }
.report-test-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(205px, 1fr)); gap: 13px; margin-top: 17px; }
.report-test-card { display: grid; gap: 12px; min-height: 156px; padding: 16px; border: 1px solid #38546e; border-left: 3px solid #b7f000; border-radius: 12px; background: #07111f; }
.report-test-card h3 { margin: 0; font-size: .95rem; }.report-test-card p { margin: 0; color: #9bb0c7; font-size: .8rem; }.report-test-card strong { color: #b7f000; font-size: 1.2rem; }.report-test-card small { color: #b5c9dc; }
.app-layout.coach-layout { grid-template-columns: 250px minmax(0, 1fr); }.coach-sidebar { gap: 28px; }.coach-nav-person { display: flex; align-items: center; gap: 10px; padding: 12px; border: 1px solid #29445e; border-radius: 13px; background: #0c1b2b; }.coach-nav-avatar { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: #b7f000; color: #07111f; font-weight: 900; font-size: .78rem; }.coach-nav-person strong, .coach-nav-person small { display: block; }.coach-nav-person strong { max-width: 132px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #eaf2fc; font-size: .9rem; }.coach-nav-person small { margin-top: 3px; color: #9bb0c7; font-size: .72rem; }.coach-nav-help { display: grid; gap: 10px; margin-top: auto; padding: 14px; border: 1px solid #29445e; border-radius: 12px; background: #0c1b2b; }.coach-nav-help span { color: #9bb0c7; font-size: .69rem; font-weight: 850; letter-spacing: .06em; }.coach-nav-help a { color: #081000; background: #b7f000; border-radius: 8px; padding: 10px; text-align: center; text-decoration: none; font-size: .78rem; font-weight: 850; }
.camera-stage canvas { pointer-events: none; position: absolute; z-index: 2; inset: 20px 20px 72px; width: calc(100% - 40px); height: calc(100% - 92px); }.pose-guide { z-index: 1; }
.start-test-session { margin: 0 0 20px; }
.athlete-test-page { max-width: 1400px; margin: 0 auto; }.test-studio { display: grid; grid-template-columns: 238px minmax(0, 1fr); min-height: 640px; overflow: hidden; border: 1px solid #29445e; border-radius: 18px; background: #081421; }.test-catalog { padding: 24px 16px; border-right: 1px solid #223650; background: #07111f; }.test-category-list { display: grid; gap: 8px; margin-top: 18px; }.test-category { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 12px; border: 1px solid transparent; border-radius: 10px; background: transparent; color: #b8c8d8; text-align: left; }.test-category.active { border-color: #768b31; background: #b7f000; color: #081000; }.test-category span { display: grid; place-items: center; min-width: 22px; height: 22px; border-radius: 50%; background: #193047; color: #dce9f7; font-size: .72rem; }.test-category.active span { background: #729200; color: #fff; }.test-studio-main { min-width: 0; padding: 28px; }.test-selector-heading, .test-session-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }.test-selector-heading h2, .test-session-heading h2 { margin: 0 0 7px; }.test-selector-heading .muted, .test-session-heading .muted { margin: 0; }.test-selector-heading input { width: min(280px, 100%); }.test-protocol-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; margin-top: 26px; }.protocol-card { display: grid; gap: 15px; min-height: 210px; padding: 18px; border: 1px solid #29445e; border-radius: 14px; background: linear-gradient(145deg, #0d1e30, #091524); text-align: left; color: #eaf2fc; }.protocol-card:hover, .protocol-card.selected { border-color: #b7f000; box-shadow: 0 0 0 2px #b7f00024; }.protocol-card small { color: #b7f000; font-weight: 800; }.protocol-card h3 { margin: 0; font-size: 1.05rem; }.protocol-card p { margin: 0; color: #9bb0c7; font-size: .86rem; line-height: 1.45; }.protocol-card span { align-self: end; color: #b7f000; font-size: .78rem; font-weight: 850; }.protocol-unit { flex: 0 0 auto; padding: 8px 11px; border-radius: 99px; background: #1b3520; color: #b7f000; font-size: .82rem; font-weight: 850; }.live-test-layout { display: grid; grid-template-columns: minmax(260px, .82fr) minmax(0, 1.18fr); gap: 18px; margin-top: 24px; }.protocol-panel, .camera-stage { padding: 20px; border: 1px solid #29445e; border-radius: 15px; background: #091524; }.protocol-panel h3 { margin-top: 0; }.protocol-steps { display: grid; gap: 13px; padding: 0; margin: 18px 0 25px; list-style: none; counter-reset: step; }.protocol-steps li { display: grid; grid-template-columns: 27px 1fr; gap: 10px; color: #c6d5e7; font-size: .89rem; line-height: 1.45; }.protocol-steps li::before { counter-increment: step; content: counter(step); display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid #516a80; border-radius: 50%; color: #b7f000; font-size: .76rem; font-weight: 850; }.calibration-panel { padding: 15px; border: 1px solid #48583b; border-radius: 12px; background: #172119; }.calibration-panel h3 { margin-bottom: 7px; color: #ddebcb; font-size: 1rem; }.calibration-panel p { color: #bed0b9; font-size: .84rem; line-height: 1.45; }.calibration-panel button { margin-top: 10px; }.camera-stage { position: relative; min-height: 440px; overflow: hidden; display: flex; flex-direction: column; background: #02070d; }.camera-stage video { width: 100%; flex: 1; min-height: 300px; object-fit: contain; background: #02070d; }.camera-status { position: absolute; z-index: 3; top: 32px; left: 32px; display: flex; align-items: center; gap: 7px; padding: 8px 10px; border-radius: 99px; background: #07111fcc; color: #dce9f7; font-size: .77rem; font-weight: 800; }.camera-status small { margin-left: 5px; color: #b7f000; }.camera-status > span:first-child { width: 8px; height: 8px; border-radius: 50%; background: #60758a; }.camera-stage.camera-ready .camera-status > span:first-child { background: #b7f000; box-shadow: 0 0 12px #b7f000; }.camera-stage.is-recording .camera-status > span:first-child { background: #ff5663; box-shadow: 0 0 12px #ff5663; }.camera-placeholder { position: absolute; inset: 0; display: grid; place-content: center; gap: 8px; padding: 32px; color: #9bb0c7; text-align: center; }.camera-placeholder strong { color: #eaf2fc; font-size: 1.1rem; }.camera-placeholder span { max-width: 300px; font-size: .87rem; line-height: 1.45; }.pose-guide { pointer-events: none; position: absolute; inset: 66px 15% 70px; display: none; border: 2px dashed #b7f000b8; border-radius: 45% 45% 15% 15%; box-shadow: inset 0 0 0 999px #b7f00008; }.camera-ready .pose-guide { display: block; }.pose-guide i { position: absolute; top: 11%; left: 50%; width: 11%; aspect-ratio: 1; transform: translateX(-50%); border: 2px solid #b7f000; border-radius: 50%; }.pose-guide span { position: absolute; top: 24%; left: 50%; width: 34%; height: 39%; transform: translateX(-50%); border: 2px solid #b7f000; border-radius: 23% 23% 15% 15%; }.pose-guide em { position: absolute; bottom: 8%; left: 50%; width: 45%; height: 20%; transform: translateX(-50%); border-top: 2px solid #b7f000; border-radius: 50%; }.pose-guide b { position: absolute; bottom: -34px; left: 50%; transform: translateX(-50%); width: max-content; max-width: 100%; color: #dfeecf; font-size: .72rem; }.camera-actions { display: flex; flex-wrap: wrap; gap: 9px; padding-top: 16px; }.live-result-form { display: grid; grid-template-columns: minmax(160px, .8fr) minmax(120px, .5fr) auto 1.8fr; align-items: end; gap: 13px; margin-top: 18px; padding: 17px; border: 1px solid #29445e; border-radius: 14px; background: #091524; }.live-result-form .muted { margin: 0 0 12px; font-size: .83rem; }
@media print { body { background: #fff; color: #101820; } #platform-nav, .mobile-header, .report-page-heading, #login-view, #toast { display: none !important; } .shell { width: 100%; padding: 0; } .app, .app-layout, .content { display: block; min-height: 0; padding: 0; border: 0; box-shadow: none; background: #fff; } .page[hidden] { display: none !important; } #athlete-report-page { display: block !important; } .athlete-report-summary, .athlete-report-section, .report-test-card { break-inside: avoid; color: #101820; border-color: #c9d4dd; background: #fff; } .athlete-report-summary p, .report-test-card p, .report-test-card small { color: #465763; } .report-test-card strong { color: #4f7600; } }
@media (max-width: 700px) { .athlete-workspace { padding: 17px; border-radius: 14px; }.athlete-workspace-top { align-items: stretch; flex-direction: column; }.athlete-toolbar { grid-template-columns: 1fr; }.wizard-form { padding: 18px; }.wizard-step { min-height: 0; padding: 18px; }.wizard-fields.two { grid-template-columns: 1fr; }.wizard-progress b { font-size: .63rem; }.wizard-summary p { align-items: flex-start; flex-direction: column; gap: 4px; }.wizard-summary b { text-align: left; }.athlete-card-actions { justify-content: stretch; }.athlete-card-actions button { flex: 1; }.detail-page-heading { align-items: stretch; flex-direction: column; }.detail-page-heading .button-link { text-align: center; }.management-detail-card .dialog-form { padding: 20px 17px; }.report-page-actions { width: 100%; }.report-page-actions button { flex: 1; }.athlete-report-summary { align-items: flex-start; flex-direction: column; }.test-studio { grid-template-columns: 1fr; }.test-catalog { border-right: 0; border-bottom: 1px solid #223650; }.test-category-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }.test-studio-main { padding: 18px; }.test-selector-heading, .test-session-heading { flex-direction: column; }.test-selector-heading input { width: 100%; }.live-test-layout, .live-result-form { grid-template-columns: 1fr; }.camera-stage { min-height: 390px; }.camera-stage video { min-height: 250px; }.camera-status { top: 30px; left: 30px; }.pose-guide { inset: 66px 12% 72px; } }
@media (max-width: 850px) { .app-layout.coach-layout { display: block; }.coach-sidebar { display: none !important; } }
