:where(.copilot-app-shell,.copilot-dialog-overlay,.copilot-card,.copilot-button,.copilot-badge,.copilot-top-header,.copilot-today-sidebar,.copilot-mobile-top-bar,.copilot-mobile-bottom-nav){--copilot-white: #ffffff;--copilot-page: #f5f5f3;--copilot-page-neutral: #f5f5f5;--copilot-charcoal: #2c2c2c;--copilot-text: #1e1e1e;--copilot-muted: #757575;--copilot-border: #d9d9d9;--copilot-green-ink: #02542d;--copilot-green: #ebffee;--copilot-green-strong: #b8f2c8;--copilot-yellow: #fff4cc;--copilot-yellow-ink: #704c00;--copilot-lavender: #eae7ff;--copilot-lavender-ink: #4e3b85;--copilot-danger: #8f1d1d;--copilot-focus: #126c45;color:var(--copilot-text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.copilot-app-shell *,.copilot-dialog-overlay *,.copilot-card,.copilot-button,.copilot-badge,.copilot-top-header,.copilot-today-sidebar,.copilot-mobile-top-bar,.copilot-mobile-bottom-nav{box-sizing:border-box}.copilot-app-shell{width:100%;min-width:0;min-height:100dvh;background:var(--copilot-page)}.copilot-app-shell--sidebar{display:grid;grid-template-columns:256px minmax(0,1fr);background:var(--copilot-page-neutral)}.copilot-app-shell--top{display:flex;flex-direction:column;gap:24px;padding:24px 32px}.copilot-app-shell__content{min-width:0;width:100%}.copilot-app-shell--sidebar .copilot-app-shell__content{min-height:100dvh}.copilot-app-shell--top .copilot-app-shell__content{display:flex;flex:1;flex-direction:column;gap:24px}.copilot-app-shell__main{min-width:0;width:100%}.copilot-identity{display:flex;align-items:center;gap:12px;min-width:0}.copilot-identity--compact{gap:10px}.copilot-identity__mark{display:block;flex:0 0 auto;width:40px;height:40px}.copilot-identity--compact .copilot-identity__mark{width:32px;height:32px}.copilot-identity__monogram{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:var(--copilot-charcoal);color:#f5f5f5;font-size:16px;font-weight:600;line-height:1}.copilot-identity__copy{display:flex;min-width:0;flex-direction:column;font-size:16px;line-height:1.4}.copilot-identity__copy strong{font-weight:600;white-space:nowrap}.copilot-identity__copy span{color:var(--copilot-muted);font-size:14px;white-space:nowrap}.copilot-top-header{display:grid;grid-template-columns:minmax(190px,1fr) auto minmax(190px,1fr);align-items:center;width:100%;height:72px;padding:16px 20px;border-radius:16px;background:var(--copilot-white)}.copilot-top-header__nav{display:flex;align-items:center;justify-content:center;gap:6px}.copilot-top-header__status{display:flex;justify-content:flex-end;min-width:0}.copilot-today-sidebar{position:sticky;top:0;display:flex;align-self:start;flex-direction:column;gap:24px;width:256px;height:100dvh;min-height:700px;padding:24px 16px;overflow-y:auto;background:var(--copilot-white)}.copilot-today-sidebar__nav{display:flex;flex-direction:column;gap:8px}.copilot-today-sidebar>.copilot-identity{min-height:48px}.copilot-nav-link{display:flex;align-items:center;justify-content:center;min-height:32px;padding:6px 12px;border-radius:8px;color:var(--copilot-text);font-size:16px;font-weight:400;line-height:1.25;text-align:center;text-decoration:none;white-space:nowrap}.copilot-nav-link:hover{background:#f7f7f7}.copilot-nav-link[aria-current=page]{background:#f5f5f5}.copilot-nav-link:focus-visible,.copilot-button:focus-visible,.copilot-dialog:focus-visible{outline:3px solid var(--copilot-focus);outline-offset:3px}.copilot-mobile-top-bar,.copilot-mobile-bottom-nav{display:none}.copilot-card{min-width:0;border:1px solid var(--copilot-border);border-radius:8px;background:var(--copilot-white);color:var(--copilot-text)}.copilot-card--padding-compact{padding:16px}.copilot-card--padding-default{padding:24px}.copilot-card--padding-roomy{padding:32px}.copilot-card--tone-dark{border-color:var(--copilot-charcoal);background:var(--copilot-charcoal);color:#f5f5f5}.copilot-card--tone-positive{border-color:transparent;background:#eaf7ee}.copilot-card--tone-warning{border-color:transparent;background:#fff2e6}.copilot-card--tone-lavender{border-color:transparent;background:var(--copilot-lavender)}.copilot-card__heading{margin:0;font-size:24px;font-weight:600;line-height:1.2;letter-spacing:-.02em}.copilot-card--padding-compact .copilot-card__heading{font-size:18px}.copilot-card__description{margin-top:8px;color:var(--copilot-muted);font-size:16px;line-height:1.4}.copilot-card--tone-dark .copilot-card__description{color:#f5f5f5}.copilot-card__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.copilot-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:0;border:1px solid #767676;border-radius:8px;font:inherit;font-size:16px;font-weight:400;line-height:1;text-decoration:none;white-space:nowrap;cursor:pointer}.copilot-button--small{min-height:32px;padding:7px 10px;font-size:14px}.copilot-button--medium{min-height:40px;padding:10px 12px}.copilot-button--large{min-height:48px;padding:14px 18px}.copilot-button--full{width:100%}.copilot-button--neutral{background:#e3e3e3;color:var(--copilot-text)}.copilot-button--neutral:hover:not(:disabled){background:#ddd}.copilot-button--primary{border-color:var(--copilot-charcoal);background:var(--copilot-charcoal);color:var(--copilot-white)}.copilot-button--primary:hover:not(:disabled){background:#444}.copilot-button--positive{border-color:var(--copilot-green-ink);background:var(--copilot-green-ink);color:var(--copilot-white)}.copilot-button--positive:hover:not(:disabled){background:#08713f}.copilot-button--quiet{border-color:transparent;background:transparent;color:var(--copilot-text)}.copilot-button--quiet:hover:not(:disabled){background:var(--copilot-page-neutral)}.copilot-button--danger{border-color:var(--copilot-danger);background:var(--copilot-danger);color:var(--copilot-white)}.copilot-button:disabled{cursor:not-allowed;opacity:.55}.copilot-button__spinner{width:14px;height:14px;border:2px solid currentColor;border-right-color:transparent;border-radius:999px;animation:copilot-spin .75s linear infinite}.copilot-badge{display:inline-flex;align-items:center;justify-content:center;width:fit-content;max-width:100%;border-radius:999px;font-weight:600;line-height:1.35;text-align:center}.copilot-badge--small{min-height:28px;padding:5px 10px;font-size:13px}.copilot-badge--medium{min-height:36px;padding:8px 12px;font-size:14px}.copilot-badge--neutral{background:var(--copilot-white);color:var(--copilot-text)}.copilot-badge--positive{background:var(--copilot-green);color:var(--copilot-green-ink)}.copilot-badge--warning{background:var(--copilot-yellow);color:var(--copilot-yellow-ink)}.copilot-badge--lavender{background:var(--copilot-lavender);color:var(--copilot-lavender-ink)}.copilot-badge--charcoal{background:var(--copilot-charcoal);color:var(--copilot-white)}.copilot-dialog-overlay{position:fixed;z-index:1000;inset:0;display:flex;align-items:center;justify-content:center;padding:24px;overflow:auto;background:#1e1e1e94;animation:copilot-fade-in .14s ease-out}.copilot-dialog-overlay--drawer{align-items:stretch;justify-content:flex-end;padding:0}.copilot-dialog{width:min(560px,100%);max-height:min(760px,calc(100dvh - 48px));overflow:auto;border-radius:16px;background:var(--copilot-white);box-shadow:0 18px 60px #0c0c0d3d;color:var(--copilot-text);animation:copilot-rise-in .18s ease-out}.copilot-dialog--drawer{width:min(480px,100%);max-height:100dvh;border-radius:16px 0 0 16px;animation-name:copilot-slide-left}.copilot-dialog--drawer-bottom{align-self:flex-end;width:100%;max-width:none;max-height:min(82dvh,720px);border-radius:16px 16px 0 0;animation-name:copilot-slide-up}.copilot-dialog__header{position:sticky;z-index:1;top:0;display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:24px 24px 16px;background:var(--copilot-white)}.copilot-dialog__heading-group{min-width:0}.copilot-dialog__title{margin:0;font-size:28px;font-weight:600;line-height:1.2;letter-spacing:-.02em}.copilot-dialog__description{margin-top:6px;color:var(--copilot-muted);font-size:16px;line-height:1.4}.copilot-dialog__close{flex:0 0 auto}.copilot-dialog__body{padding:8px 24px 24px;font-size:16px;line-height:1.4}.copilot-dialog__footer{position:sticky;bottom:0;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;padding:16px 24px 24px;background:var(--copilot-white)}@keyframes copilot-spin{to{transform:rotate(360deg)}}@keyframes copilot-fade-in{0%{opacity:0}}@keyframes copilot-rise-in{0%{opacity:0;transform:translateY(8px)}}@keyframes copilot-slide-left{0%{transform:translate(100%)}}@keyframes copilot-slide-up{0%{transform:translateY(100%)}}@media(max-width:900px){.copilot-app-shell,.copilot-app-shell--sidebar,.copilot-app-shell--top{display:block;min-height:100dvh;padding:0;background:var(--copilot-page-neutral)}.copilot-today-sidebar,.copilot-top-header{display:none}.copilot-app-shell__content,.copilot-app-shell--sidebar .copilot-app-shell__content,.copilot-app-shell--top .copilot-app-shell__content{display:block;min-height:100dvh;padding:72px 0 64px}.copilot-mobile-top-bar{position:fixed;z-index:30;top:0;right:0;left:0;display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;height:72px;padding:0 16px;background:var(--copilot-white);font-size:16px}.copilot-mobile-top-bar>strong{flex:0 1 auto;min-width:0;overflow:hidden;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.copilot-mobile-top-bar__badge{flex:0 1 auto;min-height:34px;padding:7px 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.copilot-mobile-bottom-nav{position:fixed;z-index:30;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;width:100%;height:64px;padding:12px;background:var(--copilot-white);box-shadow:0 -1px #0c0c0d0d}.copilot-nav-link--mobile{min-width:0;min-height:36px;padding:7px 6px;font-size:15px;overflow-wrap:anywhere;white-space:nowrap}.copilot-card--padding-default{padding:24px}.copilot-dialog-overlay{align-items:flex-end;padding:12px}.copilot-dialog--modal{width:100%;max-height:calc(100dvh - 24px)}.copilot-dialog--drawer-right,.copilot-dialog--drawer-bottom{align-self:flex-end;width:100%;max-width:none;max-height:min(86dvh,720px);border-radius:16px 16px 0 0;animation-name:copilot-slide-up}.copilot-dialog-overlay--drawer{padding:0}.copilot-dialog__header{padding:20px 20px 14px}.copilot-dialog__title{font-size:24px}.copilot-dialog__body{padding:6px 20px 20px}.copilot-dialog__footer{padding:14px 20px 20px}}@media(prefers-reduced-motion:reduce){.copilot-dialog-overlay,.copilot-dialog,.copilot-button__spinner{animation-duration:.001ms;animation-iteration-count:1}}.add-drop,.add-drop *,.add-drop *:before,.add-drop *:after{box-sizing:border-box}.add-drop{--add-drop-ink: #1e1e1e;--add-drop-muted: #6b6b6b;--add-drop-green: #176b36;--add-drop-orange: #9a4a00;--add-drop-charcoal: #2c2c2c;display:flex;width:100%;min-width:0;flex-direction:column;gap:24px;color:var(--add-drop-ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.add-drop p,.add-drop h1,.add-drop h2,.add-drop h3,.add-drop dl,.add-drop dd{margin:0}.add-drop__heading{display:flex;min-height:100px;align-items:flex-end;justify-content:space-between;gap:24px}.add-drop__heading-copy{display:flex;min-width:0;flex-direction:column;gap:4px}.add-drop__eyebrow{color:var(--add-drop-green);font-size:14px;font-weight:600;line-height:1.35;text-transform:uppercase}.add-drop__heading h1{color:var(--add-drop-ink);font-size:clamp(36px,2.78vw,40px);font-weight:600;letter-spacing:-.02em;line-height:1.2}.add-drop__heading-copy>p:last-child{color:var(--add-drop-muted);font-size:16px;line-height:1.35}.add-drop__heading-statuses{display:flex;flex-shrink:0;align-items:center;gap:8px}.add-drop__deadline,.add-drop__rules,.add-drop__gain-badge{width:fit-content;border-radius:999px;font-size:14px;font-weight:600;line-height:1.35}.add-drop__deadline{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.add-drop__rules{padding:8px 12px;background:#eae7ff;color:#4e3b85;white-space:nowrap}.add-drop__recommendation{display:flex;min-height:430px;flex-direction:column;gap:24px;padding:28px 32px;border-radius:24px;background:var(--add-drop-charcoal)}.add-drop__empty,.add-drop__hold{min-height:260px;padding:32px;border-radius:24px;background:var(--add-drop-charcoal);color:#fff}.add-drop__empty{display:flex;max-width:none;flex-direction:column;justify-content:center;gap:12px}.add-drop__empty h2,.add-drop__hold h2{max-width:24ch;font-size:32px;line-height:1.2;letter-spacing:-.02em}.add-drop__empty>p:not(.add-drop__eyebrow),.add-drop__hold>div:first-child>p:last-child{max-width:68ch;color:#dedede;line-height:1.5}.add-drop__empty-evidence{font-size:.875rem}.add-drop__hold{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:32px}.add-drop__hold>div:first-child{display:grid;gap:12px}.add-drop__hold-gain{display:grid;min-width:190px;gap:4px;padding:24px;border-radius:16px;background:#fff;color:var(--add-drop-ink);text-align:center}.add-drop__hold-gain strong{color:var(--add-drop-green);font-size:44px;line-height:1}.add-drop__hold-gain span{color:var(--add-drop-muted);font-size:14px}.add-drop__recommendation-header{display:flex;min-height:100px;align-items:center;justify-content:space-between;gap:24px}.add-drop__recommendation-header>div{display:flex;min-width:0;flex-direction:column;gap:4px}.add-drop__recommendation-header>div>p{color:#b8f2c8;font-size:14px;font-weight:600;line-height:1.35;text-transform:uppercase}.add-drop__recommendation-header h2{color:#fff;font-size:32px;font-weight:600;letter-spacing:-.02em;line-height:1.35}.add-drop__gain-badge{flex-shrink:0;padding:8px 12px;background:#fff;color:var(--add-drop-charcoal);white-space:nowrap}.add-drop__comparison{display:grid;min-width:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.add-drop__player-card,.add-drop__result-card{min-width:0;min-height:250px;padding:22px;border-radius:16px}.add-drop__player-card{display:flex;flex-direction:column;gap:12px}.add-drop__player-card--add{background:#eaf7ee}.add-drop__player-card--drop{background:#fff2e6}.add-drop__player-card--open{justify-content:center;background:#f3f1eb}.add-drop__player-action,.add-drop__result-label{color:var(--add-drop-muted);font-size:13px;font-weight:600;line-height:1.35;text-transform:uppercase}.add-drop__player-card--add .add-drop__player-action{color:var(--add-drop-green)}.add-drop__player-card--drop .add-drop__player-action{color:var(--add-drop-orange)}.add-drop__player-card h3{font-size:28px;font-weight:600;letter-spacing:-.02em;line-height:1.35}.add-drop__player-meta{color:#5c5c5c;font-size:15px;line-height:1.35}.add-drop__stats{display:flex;flex-direction:column;gap:12px}.add-drop__stats>div{display:flex;min-width:0;align-items:baseline;justify-content:space-between;gap:16px}.add-drop__stats dt,.add-drop__stats dd{font-size:14px;line-height:1.35}.add-drop__stats dt{color:var(--add-drop-muted)}.add-drop__stats dd{font-weight:600;text-align:right}.add-drop__player-card--add .add-drop__stats>div:first-child dd{color:var(--add-drop-green)}.add-drop__player-card--drop .add-drop__stats>div:first-child dd{color:var(--add-drop-orange)}.add-drop__result-card{display:flex;flex-direction:column;align-items:flex-start;gap:14px;background:#fff}.add-drop__gain{color:var(--add-drop-green);font-size:44px;font-weight:600;line-height:1.05}.add-drop__gain-caption{color:var(--add-drop-muted);font-size:15px;line-height:1.35}.add-drop__outcome{color:var(--add-drop-ink);font-size:15px;line-height:1.35}.add-drop__actions{display:flex;flex-wrap:wrap;gap:10px}.add-drop__actions button{min-height:40px;padding:8px 12px;border:1px solid #8f8f8f;border-radius:7px;background:#f2f2f2;color:var(--add-drop-ink);cursor:pointer;font:inherit;font-size:16px;font-weight:400;line-height:1.2;transition:background-color .14s ease,border-color .14s ease,transform .14s ease}.add-drop__actions button:hover:not(:disabled){border-color:var(--add-drop-ink);background:#fff}.add-drop__actions button:active:not(:disabled){transform:translateY(1px)}.add-drop__actions button:focus-visible{outline:3px solid var(--add-drop-green);outline-offset:3px}.add-drop__actions button:disabled{cursor:not-allowed;opacity:.68}.add-drop__recorded{display:flex;flex-direction:column;gap:8px;color:var(--add-drop-green);font-size:13px;font-weight:600;line-height:1.3}.add-drop__recorded p{margin:0}.add-drop__recorded-actions{display:flex;flex-wrap:wrap;gap:6px}.add-drop__recorded-actions button,.add-drop__alternative{border:1px solid #b8b8b4;border-radius:7px;background:#fff;color:var(--add-drop-ink);cursor:pointer;font:inherit;font-size:13px;line-height:1.3}.add-drop__recorded-actions button{min-height:32px;padding:6px 8px}.add-drop__alternative{display:block;width:100%;margin-top:8px;padding:9px 10px;text-align:left}.add-drop__alternative:hover,.add-drop__alternative.is-selected{border-color:var(--add-drop-green);background:#eaf7ee}.add-drop__recorded-actions button:focus-visible,.add-drop__alternative:focus-visible{outline:3px solid var(--add-drop-green);outline-offset:2px}.add-drop__focus-target:focus-visible{border-radius:4px;outline:3px solid #b8f2c8;outline-offset:5px}.add-drop__recorded:focus-visible{border-radius:4px;outline:3px solid var(--add-drop-green);outline-offset:3px}.add-drop__details{display:flex;min-width:0;flex-direction:column;gap:24px}.add-drop__section-heading{display:flex;min-height:100px;align-items:center;justify-content:space-between;gap:24px}.add-drop__section-heading h2{font-size:24px;font-weight:600;line-height:1.35}.add-drop__section-heading p{color:var(--add-drop-muted);font-size:14px;line-height:1.35;text-align:right}.add-drop__detail-grid{display:grid;min-width:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.add-drop__detail-grid article{min-width:0;min-height:226px;padding:22px 24px;border:1px solid #d5d5d2;border-radius:6px;background:#fff}.add-drop__detail-grid h3{margin-bottom:8px;font-size:24px;font-weight:600;letter-spacing:-.02em;line-height:1.25}.add-drop__detail-grid p{color:var(--add-drop-muted);font-size:16px;line-height:1.35}@media(max-width:1080px){.add-drop__recommendation{height:auto;min-height:0}.add-drop__player-card,.add-drop__result-card{height:auto}.add-drop__comparison{grid-template-columns:repeat(2,minmax(0,1fr))}.add-drop__result-card{grid-column:1 / -1}}@media(max-width:900px){.add-drop{gap:20px;padding:16px 16px 24px}.add-drop__heading{min-height:auto;flex-direction:column;align-items:flex-start;gap:14px}.add-drop__eyebrow{font-size:12px}.add-drop__heading h1{font-size:34px;line-height:1.12}.add-drop__heading-copy>p:last-child{max-width:35ch;font-size:15px}.add-drop__heading-statuses{width:100%;flex-wrap:wrap}.add-drop__deadline{position:static;width:auto;height:auto;padding:7px 10px;overflow:visible;clip:auto;clip-path:none;background:#fff4cc;color:#704c00;white-space:normal}.add-drop__rules{padding:7px 10px;white-space:normal}.add-drop__recommendation{gap:20px;padding:20px;border-radius:20px}.add-drop__empty,.add-drop__hold{min-height:0;padding:22px;border-radius:20px}.add-drop__empty h2,.add-drop__hold h2{font-size:28px}.add-drop__hold{grid-template-columns:minmax(0,1fr)}.add-drop__hold-gain{min-width:0;width:100%}.add-drop__recommendation-header{min-height:auto;flex-direction:column;align-items:flex-start;gap:14px}.add-drop__recommendation-header>div>p{font-size:12px}.add-drop__recommendation-header h2{font-size:29px;line-height:1.18}.add-drop__gain-badge{padding:7px 10px;font-size:13px}.add-drop__comparison{grid-template-columns:minmax(0,1fr);gap:12px}.add-drop__result-card{grid-column:auto}.add-drop__player-card,.add-drop__result-card{min-height:0;padding:18px}.add-drop__player-card h3{font-size:25px}.add-drop__actions{width:100%}.add-drop__actions button{flex:1 1 130px}.add-drop__section-heading{min-height:auto;flex-direction:column;align-items:flex-start;gap:4px}.add-drop__section-heading h2{font-size:22px}.add-drop__section-heading p{text-align:left}.add-drop__detail-grid{grid-template-columns:minmax(0,1fr);gap:12px}.add-drop__detail-grid article{min-height:0;padding:18px}.add-drop__detail-grid h3{font-size:20px}.add-drop__detail-grid p{font-size:15px}}@media(prefers-reduced-motion:reduce){.add-drop__actions button{transition:none}}.draft-coach,.draft-coach *,.draft-coach *:before,.draft-coach *:after{box-sizing:border-box}.draft-coach{--draft-ink: #1e1e1e;--draft-muted: #6b6b6b;--draft-green: #176b36;--draft-charcoal: #2c2c2c;display:flex;width:100%;min-width:0;flex-direction:column;gap:24px;color:var(--draft-ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.draft-coach p,.draft-coach h1,.draft-coach h2,.draft-coach h3,.draft-coach ol{margin:0}.draft-coach__heading{display:flex;min-height:100px;align-items:flex-end;justify-content:space-between;gap:24px}.draft-coach__heading-copy{display:flex;min-width:0;flex-direction:column;gap:4px}.draft-coach__eyebrow{color:var(--draft-green);font-size:14px;font-weight:600;line-height:1.35;text-transform:uppercase}.draft-coach__heading h1{color:var(--draft-ink);font-size:clamp(36px,2.78vw,40px);font-weight:600;letter-spacing:-.02em;line-height:1.2}.draft-coach__heading-copy>p:last-child{color:var(--draft-muted);font-size:16px;line-height:1.35}.draft-coach__heading-statuses{display:flex;flex-shrink:0;align-items:center;gap:8px}.draft-coach__clock,.draft-coach__rules,.draft-coach__confidence,.draft-coach__fit{width:fit-content;border-radius:999px;font-size:14px;font-weight:600;line-height:1.35}.draft-coach__clock{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.draft-coach__rules{padding:8px 12px;background:#eae7ff;color:#4e3b85;white-space:nowrap}.draft-coach__recommendation{display:grid;min-height:356px;grid-template-columns:minmax(0,790px) minmax(330px,1fr);gap:32px;padding:32px;border-radius:24px;background:var(--draft-charcoal)}.draft-coach__pick{display:flex;min-width:0;flex-direction:column;align-items:flex-start;gap:16px}.draft-coach__confidence{padding:8px 12px;background:#e8f7ec;color:var(--draft-green);text-transform:uppercase}.draft-coach__pick h2{color:#fff;font-size:clamp(38px,3.34vw,48px);font-weight:600;letter-spacing:-.025em;line-height:1.35}.draft-coach__summary{max-width:720px;color:#e8e8e8;font-size:18px;line-height:1.35}.draft-coach__fit{padding:8px 12px;background:#fff;color:var(--draft-charcoal)}.draft-coach__actions{display:flex;flex-wrap:wrap;gap:12px}.draft-coach__button{min-height:40px;padding:8px 12px;border:1px solid #8f8f8f;border-radius:7px;background:#f2f2f2;color:var(--draft-ink);cursor:pointer;font:inherit;font-size:16px;font-weight:400;line-height:1.2;transition:background-color .14s ease,border-color .14s ease,transform .14s ease}.draft-coach__button:hover:not(:disabled){border-color:#fff;background:#fff}.draft-coach__button:active:not(:disabled){transform:translateY(1px)}.draft-coach__button:focus-visible{outline:3px solid #b8f2c8;outline-offset:3px}.draft-coach__focus-target:focus-visible{border-radius:4px;outline:3px solid #b8f2c8;outline-offset:5px}.draft-coach__button:disabled{cursor:not-allowed;opacity:.68}.draft-coach__completion{color:#b8f2c8;font-size:14px;font-weight:600;line-height:1.35}.draft-coach__fit-panel{display:flex;min-width:0;flex-direction:column;gap:10px;padding:20px 24px;border-radius:16px;background:#fff}.draft-coach__fit-panel h3{font-size:22px;font-weight:600;line-height:1.35}.draft-coach__reason-list{display:flex;flex-direction:column;gap:10px;padding:0;list-style:none}.draft-coach__reason-list li{display:flex;min-width:0;min-height:41px;align-items:center;gap:12px}.draft-coach__reason-number{display:grid;width:32px;height:32px;flex:0 0 32px;place-items:center;border-radius:50%;background:#f0f0ee;font-size:14px;font-weight:600}.draft-coach__reason-copy{display:flex;min-width:0;flex-direction:column;gap:2px;line-height:1.35}.draft-coach__reason-copy strong{font-size:15px;font-weight:600}.draft-coach__reason-copy span{color:var(--draft-muted);font-size:14px}.draft-coach__alternatives{display:flex;min-width:0;flex-direction:column;gap:24px}.draft-coach__section-heading{display:flex;min-height:100px;align-items:center;justify-content:space-between;gap:24px}.draft-coach__section-heading h2{font-size:24px;font-weight:600;line-height:1.35}.draft-coach__section-heading p{color:var(--draft-muted);font-size:14px;line-height:1.35;text-align:right}.draft-coach__alternative-grid{display:grid;min-width:0;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.draft-coach__alternative-card{display:flex;min-width:0;min-height:222px;flex-direction:column;padding:22px 24px;border:1px solid #d5d5d2;border-radius:6px;background:#fff}.draft-coach__alternative-actions{display:flex;flex-wrap:wrap;gap:6px;margin-top:auto;padding-top:16px}.draft-coach__alternative-actions button{min-height:34px;flex:1 1 120px;padding:6px 8px;border:1px solid #b8b8b4;border-radius:7px;background:#fff;color:var(--draft-ink);cursor:pointer;font:inherit;font-size:13px;line-height:1.25}.draft-coach__alternative-actions button:hover{border-color:var(--draft-green);background:#eef8f1}.draft-coach__alternative-actions button:focus-visible{outline:3px solid var(--draft-green);outline-offset:2px}.draft-coach__alternative-card h3{margin-bottom:8px;font-size:24px;font-weight:600;letter-spacing:-.02em;line-height:1.25}.draft-coach__alternative-card p{color:var(--draft-muted);font-size:16px;line-height:1.35}.draft-coach__completed-state{display:grid;min-height:320px;place-content:center;justify-items:start;gap:14px;padding:36px;border-radius:24px;background:var(--draft-charcoal);color:#fff}.draft-coach__completed-state h2,.draft-coach__completed-state p{margin:0}.draft-coach__completed-state h2{font-size:36px;line-height:1.15;letter-spacing:-.02em}.draft-coach__completed-state>p:not(.draft-coach__confidence){max-width:58ch;color:#dedede;line-height:1.5}@media(max-width:1080px){.draft-coach__recommendation{grid-template-columns:minmax(0,1.4fr) minmax(300px,1fr)}.draft-coach__alternative-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.draft-coach{gap:20px;padding:16px 16px 24px}.draft-coach__heading{min-height:auto;flex-direction:column;align-items:flex-start;gap:14px}.draft-coach__eyebrow{font-size:12px}.draft-coach__heading h1{font-size:34px;line-height:1.12}.draft-coach__heading-copy>p:last-child{max-width:34ch;font-size:15px}.draft-coach__heading-statuses{width:100%;flex-wrap:wrap}.draft-coach__clock{position:static;width:auto;height:auto;padding:7px 10px;overflow:visible;clip:auto;clip-path:none;background:#fff4cc;color:#704c00;white-space:normal}.draft-coach__rules{padding:7px 10px;white-space:normal}.draft-coach__recommendation{min-height:0;grid-template-columns:minmax(0,1fr);gap:22px;padding:20px;border-radius:20px}.draft-coach__completed-state{min-height:0;padding:24px;border-radius:20px}.draft-coach__completed-state h2{font-size:30px}.draft-coach__pick{gap:14px}.draft-coach__confidence{padding:7px 10px;font-size:12px}.draft-coach__pick h2{font-size:36px;line-height:1.12}.draft-coach__summary{font-size:16px}.draft-coach__fit{max-width:100%;padding:7px 10px;font-size:13px}.draft-coach__actions{width:100%}.draft-coach__button{flex:1 1 140px}.draft-coach__fit-panel{padding:18px}.draft-coach__fit-panel h3{font-size:20px}.draft-coach__section-heading{min-height:auto;flex-direction:column;align-items:flex-start;gap:4px}.draft-coach__section-heading h2{font-size:22px}.draft-coach__section-heading p{text-align:left}.draft-coach__alternative-grid{grid-template-columns:minmax(0,1fr);gap:12px}.draft-coach__alternative-card{min-height:0;padding:18px}.draft-coach__alternative-card h3{font-size:20px}.draft-coach__alternative-card p{font-size:15px}}@media(prefers-reduced-motion:reduce){.draft-coach__button{transition:none}}.setup-screen{display:flex;flex-direction:column;gap:22px;width:100%;margin:0;padding:0 0 48px}.setup-heading{min-height:100px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.setup-heading h1{margin:3px 0 5px;font-size:clamp(2rem,3.2vw,2.375rem);line-height:1.16;letter-spacing:-.035em}.setup-heading p:last-child,.setup-intro p,.rules-change-card>p{margin:0;color:var(--muted)}.setup-steps{display:flex;gap:6px;margin:0;padding:0;list-style:none;white-space:nowrap}.setup-steps li{padding:8px 12px;border-radius:8px;font-size:.875rem}.setup-steps .active{background:var(--neutral-selected)}.setup-grid{display:grid;grid-template-columns:minmax(0,716px) minmax(300px,1fr);gap:20px;align-items:start}.setup-form-panel,.rules-change-card{background:var(--white);border-radius:20px}.setup-form-panel{display:flex;flex-direction:column;align-items:flex-start;gap:18px;min-height:620px;padding:28px}.setup-intro h2{margin:0 0 8px;font-size:1.75rem;line-height:1.2;letter-spacing:-.025em}.setup-intro p{margin:0;max-width:650px;font-size:.9375rem;line-height:1.35}.setup-fields{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px}.setup-fields label,.weight-field{display:grid;gap:7px;font-size:.875rem}.setup-fields input,.setup-fields select,.weight-field input{width:100%;min-height:40px;padding:9px 12px;border:1px solid var(--border);border-radius:8px;background:var(--white);color:var(--text);font:inherit}.league-format-card{display:grid;width:100%;gap:14px;padding:18px;border:1px solid #b9d7c0;border-radius:14px;background:var(--green-soft)}.league-format-card__heading{display:flex;align-items:start;justify-content:space-between;gap:16px}.league-format-card__heading h3,.league-format-card__heading p,.league-format-card>p{margin:0}.league-format-card__heading h3{margin-top:3px;font-size:1.25rem;line-height:1.25}.league-format-card__heading>span{padding:6px 9px;border-radius:999px;background:var(--white);color:var(--green);font-size:.75rem;font-weight:700}.league-format-fields input,.league-format-fields select{background:var(--white)}.league-format-card>p{color:#4f6b57;font-size:.8125rem;line-height:1.4}.rules-note{display:flex;gap:12px;width:100%;min-height:100px;padding:14px 16px;border-radius:12px;background:var(--lavender-soft);color:var(--lavender-text);font-size:.875rem;line-height:1.35}.rules-note span{font-weight:700}.rules-note p{margin:0}.setup-actions{display:flex;flex-wrap:wrap;gap:10px}.roster-setup-card{display:flex;width:100%;align-items:center;justify-content:space-between;gap:18px;padding:16px;border:1px solid var(--border);border-radius:12px;background:#f8f8f5}.roster-setup-card--partial,.roster-setup-card--stale{border-color:#d5b87c;background:#fff9e8}.roster-setup-card>div{display:grid;gap:3px}.roster-setup-card h3,.roster-setup-card p{margin:0}.roster-setup-card h3{font-size:1.05rem}.roster-setup-card>div>p:last-child{color:var(--muted);font-size:.8125rem;line-height:1.4}.manual-rules{width:100%;padding-top:20px;border-top:1px solid var(--border)}.manual-rules__heading{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:18px}.manual-rules h3{margin:3px 0 0;font-size:1.35rem}.manual-rules__heading>p{margin:0;color:var(--muted);font-size:.8125rem}.weight-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-bottom:18px}.weight-columns fieldset{min-width:0;margin:0;padding:0;border:0}.weight-columns legend{margin-bottom:12px;font-size:1rem;font-weight:700}.weight-field{grid-template-columns:1fr 84px;align-items:center;margin-bottom:9px}.weight-field input{text-align:right}.save-status{margin:0;color:var(--green);font-weight:700}.setup-help{display:grid;gap:16px}.setup-data-status{display:grid;grid-template-columns:10px minmax(0,1fr);gap:12px;align-items:start;padding:16px 18px;border:1px solid var(--border);border-radius:14px;background:var(--white)}.setup-data-status__indicator{width:10px;height:10px;margin-top:5px;border-radius:50%;background:#a0a0a0}.setup-data-status--ready .setup-data-status__indicator{background:var(--green);box-shadow:0 0 0 4px var(--green-soft)}.setup-data-status--loading .setup-data-status__indicator{background:#987315}.setup-data-status--stale .setup-data-status__indicator,.setup-data-status--error .setup-data-status__indicator{background:#a35d2d}.setup-data-status h2{margin:0 0 4px;font-size:1rem;line-height:1.25}.setup-data-status p{margin:0;color:var(--muted);font-size:.8125rem;line-height:1.4}.rules-change-card,.espn-setup-card{padding:24px}.rules-change-card{min-height:0}.rules-change-card h2,.espn-setup-card h2{margin:0 0 10px;font-size:1.375rem;line-height:1.25}.rules-change-card>p,.espn-setup-card>p{margin:0;font-size:.875rem;line-height:1.35}.rules-change-card ol{display:grid;gap:14px;margin:18px 0 0;padding:0;list-style:none}.rules-change-card li{display:grid;grid-template-columns:30px 1fr;gap:12px;align-items:center}.rules-change-card li>span{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--neutral-selected);font-size:.8125rem;font-weight:700}.rules-change-card li div{display:grid;gap:2px}.rules-change-card small{color:var(--muted);line-height:1.35}.espn-setup-card{display:flex;flex-direction:column;align-items:flex-start;gap:11px;min-height:244px;border-radius:16px;background:var(--charcoal);color:var(--white)}.espn-setup-card .screen-eyebrow{color:var(--green-light)}.espn-setup-card>p{color:#e3e3e3}.espn-setup-card small{color:#bdbdbd;font-size:.75rem;line-height:1.4}.setup-summary{display:flex;align-items:center;flex-wrap:wrap;gap:10px;min-height:82px;padding:16px 20px;border-radius:16px;background:var(--green-soft)}.setup-summary strong{margin-right:4px;color:var(--green);font-size:.8125rem;text-transform:uppercase}.setup-summary span{padding:8px 12px;border-radius:999px;background:var(--white);font-size:.875rem;font-weight:700}.setup-summary small{color:#4f6b57}@media(max-width:900px){.setup-screen{gap:16px;width:100%;padding:20px 16px 96px}.setup-heading{min-height:0;align-items:flex-start;flex-direction:column;gap:16px}.setup-heading h1{margin-top:4px;font-size:2rem}.setup-steps{width:100%;overflow-x:auto}.setup-grid,.setup-fields,.weight-columns{grid-template-columns:1fr}.setup-form-panel,.rules-change-card,.espn-setup-card{border-radius:16px}.setup-form-panel{min-height:0;padding:22px 20px}.setup-intro h2{font-size:1.5rem}.manual-rules__heading,.setup-summary,.roster-setup-card{align-items:flex-start;flex-direction:column}}.roster-import-drawer{width:min(560px,100%)}.roster-import-paste,.roster-import-review-step{display:grid;gap:18px}.roster-import-safety-note,.roster-import-warning{display:grid;gap:5px;padding:14px 16px;border-radius:12px;font-size:.875rem;line-height:1.45}.roster-import-safety-note{background:var(--lavender-soft);color:var(--lavender-text)}.roster-import-warning{background:var(--orange-soft);color:var(--orange-text)}.roster-import-paste label{display:grid;gap:4px;margin-bottom:-10px;font-weight:700}.roster-import-paste label small{color:var(--muted);font-weight:400;line-height:1.4}.roster-import-paste textarea{width:100%;min-height:148px;resize:vertical;padding:12px 14px;border:1px solid var(--border);border-radius:10px;background:var(--white);color:var(--text);line-height:1.45}.roster-import-paste textarea::placeholder{color:#8a8a86}.roster-import-catalog-count,.roster-import-error{margin:0;font-size:.8125rem;line-height:1.4}.roster-import-catalog-count{color:var(--muted)}.roster-import-error{color:#8b2c20}.roster-import-review{display:grid;gap:12px;padding-top:18px;border-top:1px solid var(--border)}.roster-import-review:first-of-type{padding-top:0;border-top:0}.roster-import-review__heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.roster-import-review__heading h3,.roster-import-unmatched h4{margin:0}.roster-import-review__heading h3{font-size:1.125rem}.roster-import-review__heading>span{color:var(--muted);font-size:.75rem;white-space:nowrap}.roster-import-player-list,.roster-import-unmatched ul{display:grid;gap:8px;margin:0;padding:0;list-style:none}.roster-import-player-list>li{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 12px;border:1px solid var(--border);border-radius:10px}.roster-import-player-list>li>div{display:grid;gap:2px;min-width:0}.roster-import-player-list>li>div>span,.roster-import-player-list__line{color:var(--muted);font-size:.75rem}.roster-import-player-list__line{flex:0 0 auto}.roster-import-player-list__conflict{max-width:168px;color:#8b2c20;font-size:.75rem;font-weight:700;line-height:1.3;text-align:right}.roster-import-review__empty,.roster-import-duplicate-note{margin:0;color:var(--muted);font-size:.8125rem}.roster-import-unmatched{display:grid;gap:8px;padding:12px;border-radius:10px;background:var(--neutral-selected)}.roster-import-unmatched h4{font-size:.875rem}.roster-import-unmatched li{display:grid;gap:1px}.roster-import-unmatched li>span{overflow-wrap:anywhere}.roster-import-unmatched small{color:var(--muted)}@media(max-width:540px){.roster-import-review__heading,.roster-import-player-list>li{align-items:flex-start;flex-direction:column}.roster-import-review__heading>span{white-space:normal}.roster-import-player-list__conflict{max-width:none;text-align:left}}.fh-today{--fh-today-bg: #f5f5f5;--fh-today-surface: #ffffff;--fh-today-ink: #1e1e1e;--fh-today-muted: #686868;--fh-today-charcoal: #2c2c2c;--fh-today-on-charcoal: #f5f5f5;--fh-today-border: #d9d9d9;--fh-today-positive-bg: #ebffee;--fh-today-positive-ink: #02542d;box-sizing:border-box;min-width:0;width:100%;min-height:100%;color:var(--fh-today-ink);background:var(--fh-today-bg);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.fh-today *,.fh-today *:before,.fh-today *:after{box-sizing:border-box}.fh-today h1,.fh-today h2,.fh-today p,.fh-today ul{margin:0}.fh-today__mobile-heading,.fh-today__eyebrow--mobile,.fh-today__copy--mobile,.fh-today__mobile-gain,.fh-today__data-note--mobile{display:none}.fh-today__main{display:flex;flex-direction:column;gap:24px;width:100%;min-width:0;padding:24px;background:var(--fh-today-bg)}.fh-today__desktop-heading{display:flex;align-items:center;justify-content:space-between;min-width:0;min-height:80px;gap:24px}.fh-today__desktop-heading h1{color:var(--fh-today-ink);font-size:32px;font-weight:600;letter-spacing:-.02em;line-height:1.2}.fh-today__desktop-heading p{margin-top:6px;color:var(--fh-today-muted);font-size:16px;line-height:1.4}.fh-today__heading-actions{display:flex;flex:0 0 auto;align-items:center;gap:12px}.fh-today__deadline{display:inline-flex;align-items:center;min-height:36px;padding:8px 12px;color:var(--fh-today-positive-ink);background:var(--fh-today-positive-bg);border-radius:9999px;font-size:14px;font-weight:600;line-height:1.4;white-space:nowrap}.fh-today__button{min-height:40px;padding:8px 12px;color:var(--fh-today-ink);background:#e8e8e8;border:1px solid #8a8a8a;border-radius:8px;box-shadow:none;cursor:pointer;font:inherit;font-size:16px;font-weight:400;line-height:1;transition:background-color .14s ease,border-color .14s ease,transform .14s ease}.fh-today__button:hover{background:#f5f5f5;border-color:#5d5d5d}.fh-today__button:active{transform:translateY(1px)}.fh-today__button:focus-visible{outline:3px solid #ffffff;outline-offset:2px;box-shadow:0 0 0 5px #4e3b85}.fh-today__recommendation{display:grid;grid-template-columns:minmax(0,680px) minmax(280px,344px);align-items:center;justify-content:space-between;gap:32px;width:100%;min-width:0;min-height:340px;padding:32px;overflow:hidden;color:var(--fh-today-on-charcoal);background:var(--fh-today-charcoal);border-radius:16px;box-shadow:0 1px 4px #0c0c0d1a,0 1px 4px #0c0c0d0d}.fh-today__recommendation-copy{display:flex;flex-direction:column;align-items:flex-start;gap:14px;min-width:0}.fh-today__eyebrow{color:var(--fh-today-on-charcoal);font-size:14px;font-weight:600;line-height:1.4;text-transform:uppercase}.fh-today__recommendation h2{width:100%;max-width:600px;min-height:96px;color:var(--fh-today-on-charcoal);font-size:40px;font-weight:600;letter-spacing:-.02em;line-height:1.12}.fh-today__recommendation-summary{width:100%;max-width:660px;min-height:68px;color:var(--fh-today-on-charcoal);font-size:16px;line-height:1.4}.fh-today__recommendation-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.fh-today__evidence{display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:12px;width:100%;min-width:0}.fh-today__gain-card{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:168px;padding:18px;color:var(--fh-today-ink);text-align:center;background:var(--fh-today-surface);border-radius:8px}.fh-today__gain-card strong{margin-top:12px;font-size:24px;font-weight:600;line-height:1.2}.fh-today__gain-card>span:last-child{margin-top:4px;font-size:14px;line-height:1.4}.fh-today__clock{position:relative;display:block;width:40px;height:40px;border:4px solid currentColor;border-radius:50%}.fh-today__clock:before,.fh-today__clock:after{position:absolute;left:50%;top:50%;width:3px;background:currentColor;border-radius:999px;content:"";transform-origin:50% 100%}.fh-today__clock:before{height:11px;transform:translate(-50%,-100%)}.fh-today__clock:after{height:10px;transform:translate(-50%,-100%) rotate(120deg)}.fh-today__evidence>p{overflow-wrap:anywhere;color:var(--fh-today-on-charcoal);font-size:14px;font-weight:600;line-height:1.4}.fh-today__supporting{display:grid;grid-template-columns:minmax(0,2.02174fr) minmax(280px,1fr);align-items:start;gap:24px;width:100%;min-width:0}.fh-today__guidance,.fh-today__context{display:flex;flex-direction:column;gap:16px;min-width:0}.fh-today__card{width:100%;min-width:0;min-height:129px;padding:24px;overflow:hidden;background:var(--fh-today-surface);border:1px solid var(--fh-today-border);border-radius:8px}.fh-today__card--weekly{min-height:208px}.fh-today__card h2{color:var(--fh-today-ink);font-size:24px;font-weight:600;letter-spacing:-.02em;line-height:1.2}.fh-today__card p,.fh-today__checklist{margin-top:8px;color:var(--fh-today-muted);font-size:16px;line-height:1.4}.fh-today__card dfn{font-style:normal}.fh-today__checklist{padding:0;list-style:none}.fh-today__checklist li{min-width:0}.fh-today__checklist button{display:flex;width:100%;min-height:44px;align-items:baseline;gap:8px;padding:3px 0;border:0;background:transparent;color:inherit;cursor:pointer;font:inherit;text-align:left}.fh-today__checklist button:focus-visible{border-radius:4px;outline:3px solid #176b36;outline-offset:3px}.fh-today__checkmark{display:inline-flex;width:17px;height:17px;flex:0 0 17px;align-items:center;justify-content:center;border:1px solid #a8aaa4;border-radius:4px;color:var(--fh-today-green);font-size:12px;line-height:1}.fh-today__checklist li button>span:last-child{min-width:0;overflow-wrap:anywhere}.fh-today__checklist li.is-complete{text-decoration:line-through;text-decoration-thickness:1px}.fh-today__checklist-when{flex:0 0 auto}.fh-today__card--weekly .fh-today__button{margin-top:16px}.fh-today__data-note{display:flex;align-items:center;flex-wrap:wrap;gap:4px 7px;color:var(--fh-today-muted);font-size:12px;line-height:1.4}.fh-today__data-note--mobile{display:none}.fh-today__data-note--desktop{margin-top:-8px}.fh-today__data-note--fresh:before,.fh-today__data-note--aging:before,.fh-today__data-note--stale:before,.fh-today__data-note--offline:before{display:inline-block;width:7px;height:7px;background:#14ae5c;border-radius:50%;content:""}.fh-today__data-note--aging:before{background:#e8b931}.fh-today__data-note--stale:before,.fh-today__data-note--offline:before{background:#b3261e}@media(min-width:768px)and (max-width:1100px){.fh-today__recommendation{grid-template-columns:minmax(0,1fr) minmax(240px,300px)}.fh-today__recommendation h2{font-size:34px}.fh-today__supporting{grid-template-columns:minmax(0,1.5fr) minmax(240px,1fr)}}@media(max-width:767px){.fh-today{background:var(--fh-today-surface)}.fh-today__main{gap:16px;min-height:708px;padding:16px 16px 96px}.fh-today__desktop-heading,.fh-today__eyebrow--desktop,.fh-today__copy--desktop,.fh-today__evidence,.fh-today__data-note--desktop{display:none}.fh-today__mobile-heading,.fh-today__eyebrow--mobile,.fh-today__copy--mobile,.fh-today__data-note--mobile{display:block}.fh-today__mobile-heading{min-width:0}.fh-today__mobile-heading h1{color:var(--fh-today-ink);font-size:28px;font-weight:600;letter-spacing:-.02em;line-height:1.2}.fh-today__mobile-heading p{margin-top:4px;color:var(--fh-today-muted);font-size:16px;line-height:1.4}.fh-today__recommendation{display:block;min-height:360px;padding:24px;border-radius:16px}.fh-today__recommendation-copy{gap:12px}.fh-today__eyebrow{width:100%;overflow-wrap:anywhere}.fh-today__recommendation h2{max-width:240px;min-height:80px;font-size:32px;line-height:1.12}.fh-today__recommendation-summary{min-height:68px}.fh-today__mobile-gain{display:flex;align-items:center;align-self:flex-start;max-width:100%;min-height:37px;padding:8px 12px;overflow:hidden;color:var(--fh-today-ink);background:var(--fh-today-on-charcoal);border-radius:9999px;font-size:14px;font-weight:600;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.fh-today__recommendation-actions{gap:8px;flex-wrap:nowrap}.fh-today__recommendation-actions .fh-today__button{flex:0 1 auto;min-width:0}.fh-today__supporting{display:block}.fh-today__guidance,.fh-today__context{gap:16px}.fh-today__context{margin-top:16px}.fh-today__card{min-height:129px;padding:24px}.fh-today__card--weekly{min-height:152px}.fh-today__card h2{font-size:24px}.fh-today__checklist li{gap:5px}.fh-today__data-note--mobile{display:flex;min-height:34px}.fh-today__data-note--mobile>span,.fh-today__data-note--mobile>time{display:inline}.fh-today__card--schedule{margin-top:48px}}@media(max-width:374px){.fh-today__mobile-gain{font-size:13px}.fh-today__recommendation-actions .fh-today__button{padding-inline:10px;font-size:15px}}@media(prefers-reduced-motion:reduce){.fh-today__button{transition:none}}.explanation{display:grid;gap:14px}.explanation section,.alternative-list article,.lineup-review p{padding:14px 16px;border:1px solid var(--border);border-radius:12px;background:var(--white)}.explanation h3{margin:0 0 5px;font-size:1rem}.explanation p,.lineup-review p{margin:0;color:var(--muted);line-height:1.5}.explanation a{color:var(--green);font-size:.875rem;font-weight:700;text-decoration:underline;text-underline-offset:3px}.alternative-list{display:grid;gap:12px}.alternative-list article{display:grid;gap:4px}.alternative-list article span,.alternative-list>p{color:var(--muted)}.alternative-list>p{margin:2px 0 0;font-size:.875rem;line-height:1.5}.lineup-review{display:grid;gap:10px}:root{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1e1e1e;background:#f5f5f3;font-synthesis:none;text-rendering:optimizeLegibility;--page: #f5f5f3;--white: #ffffff;--text: #1e1e1e;--muted: #6b6b6b;--charcoal: #2c2c2c;--border: #d9d9d6;--neutral-selected: #f0f0ee;--green: #176b36;--green-dark: #02542d;--green-light: #b8f2c8;--green-soft: #eaf7ee;--lavender-soft: #f7f6ff;--lavender-chip: #eae7ff;--lavender-text: #4e3b85;--yellow-soft: #fff4cc;--yellow-text: #704c00;--orange-soft: #fff2e6;--orange-text: #9a4a00;color-scheme:light}*{box-sizing:border-box}html{min-width:320px;min-height:100%;background:var(--page);scroll-behavior:smooth}body{min-width:320px;min-height:100vh;margin:0;background:var(--page);color:var(--text)}button,input,select,textarea{font:inherit}button,a,input,select,summary{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}p,h1,h2,h3,h4{overflow-wrap:break-word}:focus-visible{outline:3px solid #176b36;outline-offset:3px}.app-root{min-height:100vh}.skip-link{position:fixed;z-index:1000;top:12px;left:12px;transform:translateY(-150%);padding:10px 14px;border-radius:8px;background:var(--charcoal);color:var(--white);font-weight:700}.skip-link:focus{transform:translateY(0)}.button{display:inline-flex;min-height:38px;align-items:center;justify-content:center;padding:8px 12px;border:1px solid #9f9f9b;border-radius:7px;background:#efefed;color:var(--text);font-size:.875rem;font-weight:500;line-height:1.2;cursor:pointer}.button:hover{background:#e6e6e3}.button:active{transform:translateY(1px)}.button--primary{border-color:var(--charcoal);background:var(--charcoal);color:var(--white)}.button--primary:hover{background:#151515}.button--neutral,.button--light{background:var(--white)}.button--light:hover,.button--neutral:hover{background:#f0f0ee}.button[disabled]{cursor:not-allowed;opacity:.55}.screen-eyebrow{margin:0;color:var(--green);font-size:.875rem;font-weight:700;line-height:1.35;text-transform:uppercase}.status-pill{display:inline-flex;width:fit-content;align-items:center;min-height:32px;padding:7px 12px;border-radius:999px;font-size:.8125rem;font-weight:700;line-height:1.35;text-transform:uppercase}.status-pill--green{background:#e8f7ec;color:var(--green)}.status-pill--lavender{background:var(--lavender-chip);color:var(--lavender-text);text-transform:none}.status-pill--yellow{background:var(--yellow-soft);color:var(--yellow-text);text-transform:none}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(max-width:760px){body{padding-bottom:64px}.button{min-height:40px}}
