:root {
  color-scheme: dark;
  --bg: #171d19;
  --panel: #222b23;
  --ink: #eeeede;
  --muted: #aab6a7;
  --line: #3a473a;
  --accent: #c4dfb6;
  --accent-ink: #243123;
  --work: #c4b4de;
  --learning: #e0c890;
  --personal: #abd1bb;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  color: var(--ink);
  background: var(--bg);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; background: radial-gradient(ellipse at 75% 13%, #31452b45 0%, transparent 44%), var(--bg); }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
button, input { font: inherit; }
button, a, input { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: wait; opacity: .55; }
button:focus-visible, a:focus-visible, input:focus-visible, [tabindex]:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
svg { display: block; flex-shrink: 0; }
h1, h2, h3, p { margin: 0; }
.hidden, [hidden] { display: none !important; }
.site-shell { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 20; padding: 12px 18px; background: var(--accent); color: var(--accent-ink); border-radius: 6px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 110px; border-bottom: 1px solid #43513d65; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 650; font-size: 19px; letter-spacing: -.55px; text-decoration: none; }
.brand-mark { width: 30px; height: 30px; color: var(--accent); }
.header-nav { display: flex; align-items: center; gap: 30px; }
.header-nav a { font-size: 13px; text-decoration: none; color: #c8d1c1; transition: color 140ms; }
.header-nav a:hover { color: var(--ink); }
.header-nav a span { margin-left: 8px; color: var(--accent); }
.hero { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(330px, .85fr); gap: clamp(48px, 7vw, 104px); align-items: start; padding: 80px 0 86px; }
.hero-copy { padding-top: 15px; }
.eyebrow { font-size: 10px; text-transform: uppercase; font-weight: 550; letter-spacing: 2px; line-height: 1.6; color: var(--muted); }
.hero-copy > .eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 27px; }
.status-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--accent); }
h1 { font: 400 clamp(57px, 6.8vw, 83px)/1.03 Georgia, "Times New Roman", serif; letter-spacing: -3.9px; }
h1 em { color: #d5e4c6; font-weight: 400; }
.hero-description { max-width: 390px; margin-top: 28px; font-size: 17px; line-height: 1.75; color: #bac6b4; }
.download-area { margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; border: 1px solid transparent; border-radius: 8px; padding: 13px 20px; text-decoration: none; font-size: 14px; font-weight: 650; line-height: 1.35; transition: background 150ms, border-color 150ms, transform 150ms; }
.button-primary { background: var(--accent); border-color: var(--accent); color: var(--accent-ink); }
.button-primary:hover { background: #d3e9c7; border-color: #d3e9c7; transform: translateY(-1px); }
.download-button { min-height: 55px; padding-left: 20px; padding-right: 20px; }
.download-button svg { width: 19px; height: 19px; }
.button-arrow { padding-left: 18px; font-size: 18px; font-weight: 400; }
.download-button[aria-disabled="true"] { opacity: .6; cursor: progress; pointer-events: none; transform: none; }
.release-info.release-version { margin-top: 4px; }
.release-info { margin-top: 13px; color: #c0ccb8; font-size: 11px; letter-spacing: .25px; line-height: 1.5; }
.beta-note { max-width: 350px; margin-top: 6px; font-size: 11px; line-height: 1.55; color: #909e8d; }
.hero-footnote { display: flex; align-items: center; gap: 7px; margin-top: 30px; font-size: 11px; color: var(--muted); }
.hero-footnote svg { width: 17px; height: 17px; color: #b6cdab; }
.entry-stack { width: 100%; max-width: 432px; justify-self: end; }
.account-card { position: relative; background: linear-gradient(135deg, #263025, #222a23); border: 1px solid #52614680; border-radius: 17px; padding: 31px; box-shadow: 0 16px 50px #08110925; }
.card-eyebrow { font-size: 9px; letter-spacing: 1.7px; color: #9eae94; margin-bottom: 12px; }
.account-card h2 { font: 400 32px/1.16 Georgia, "Times New Roman", serif; letter-spacing: -.9px; }
.card-intro { margin-top: 12px; color: var(--muted); font-size: 12px; line-height: 1.75; }
.account-modes { display: grid; grid-template-columns: .85fr 1fr 1.14fr; gap: 2px; background: #19211a; padding: 4px; border: 1px solid #364231; border-radius: 7px; margin-top: 22px; margin-bottom: 23px; }
.account-modes button { border: 0; border-radius: 4px; padding: 8px 5px; min-height: 35px; background: transparent; color: #a7b49f; font-size: 10px; white-space: nowrap; transition: color 140ms, background 140ms; }
.account-modes button:hover { color: var(--ink); background: #303b2c; }
.account-modes button.active, .account-modes button[aria-pressed="true"] { color: #e8efdf; background: #3d4b34; box-shadow: 0 1px 4px #0002; }
#account-form { display: grid; gap: 15px; }
.field { display: grid; gap: 7px; }
.field label { font-size: 11px; font-weight: 500; color: #d1dac9; }
.field input { width: 100%; min-height: 43px; border: 1px solid #4c5944; border-radius: 6px; padding: 10px 12px; background: #1b231d; color: var(--ink); font-size: 13px; transition: border-color 140ms, background 140ms; }
.field input:hover { border-color: #70805f; }
.field input:focus { border-color: #adca97; background: #1e2920; }
.field input::placeholder { color: #72816e; }
.field input[aria-invalid="true"] { border-color: #d4a184; }
.field-hint { font-size: 10px; color: #98a790; line-height: 1.5; }
.submit-button { width: 100%; justify-content: space-between; margin-top: 5px; padding-left: 15px; padding-right: 17px; min-height: 44px; font-size: 12px; }
.submit-button span { font-size: 18px; font-weight: 400; }
.local-note { margin-top: 16px; font-size: 10px; line-height: 1.7; text-align: center; color: #a1af97; }
#status { border: 1px solid #556348; border-radius: 9px; margin-bottom: 16px; padding: 16px 18px; line-height: 1.65; font-size: 13px; background: #253020; overflow-wrap: anywhere; }
.error, #status.error, #status[data-state="error"] { color: #f0cbb8; background: #382b25; border-color: #8c6250; }
.success, #status.success, #status[data-state="success"] { color: #d7eec8; background: #263823; border-color: #617e4c; }
.pending, #status.pending, #status[data-state="info"] { color: #dadfc7; background: #2c3325; border-color: #66704d; }
.callback-card { min-height: 290px; }
.callback-mark { width: 45px; height: 45px; display: grid; place-content: center; color: var(--accent); background: #3b4b3065; border: 1px solid #667c4f; border-radius: 10px; margin-bottom: 23px; font-size: 25px; }
.callback-actions { display: grid; gap: 12px; margin-top: 24px; }
.callback-actions > a, .callback-actions > button { display: inline-flex; justify-content: center; padding: 12px 16px; border: 1px solid #6f825c; background: #35432d; color: #e5efd9; border-radius: 7px; text-decoration: none; font-weight: 500; }
.callback-actions form, .callback-actions .field { display: grid; gap: 12px; }
.week-section { padding-bottom: 71px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 25px; }
.section-heading h2 { font: 400 35px/1.25 Georgia, "Times New Roman", serif; letter-spacing: -.95px; margin-top: 9px; }
.section-heading > p { color: var(--muted); font-size: 12px; line-height: 1.7; padding-bottom: 3px; }
.week-preview { border: 1px solid #45503d; border-radius: 12px; background: #1e261f; overflow: hidden; }
.preview-toolbar { padding: 17px 22px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #3a4735; gap: 20px; }
.preview-title { display: flex; gap: 9px; font-size: 12px; font-weight: 500; color: #d9e0cf; }
.preview-title > span { color: #a0b293; }
.example-label { font-size: 9px; letter-spacing: 1px; text-transform: uppercase; color: #90a082; }
.week-scroll { overflow-x: auto; }
.week-grid { min-width: 700px; display: grid; grid-template-columns: 55px repeat(7, minmax(0,1fr)); }
.time-labels { position: relative; padding-top: 64px; display: flex; flex-direction: column; gap: 44px; font-size: 9px; text-align: right; padding-right: 12px; color: #83927c; }
.example-day { min-width: 0; border-left: 1px solid #3a473540; }
.day-label { display: flex; gap: 6px; justify-content: center; padding: 15px 3px 14px; color: #98a78e; font-size: 10px; }
.day-label span { color: #d3ddc6; }
.day-track { position: relative; height: 220px; background: repeating-linear-gradient(to bottom, transparent 0, transparent 53px, #35412f85 53px, #35412f85 54px); }
.weekend { background: #2f3a241b; }
.weekend .day-label { color: #869a76; }
.session { position: absolute; left: 6px; right: 6px; top: var(--top); height: var(--height); overflow: hidden; border-radius: 4px; border-left: 2px solid var(--task); padding: 7px 7px; color: var(--task); background: color-mix(in srgb, var(--task) 10%, #1e261f); }
.session b { display: block; font-size: 9px; font-weight: 550; line-height: 1.45; }
.session small { display: block; font-size: 8px; opacity: .68; line-height: 1.6; margin-top: 2px; }
.work { --task: var(--work); }
.learning { --task: var(--learning); }
.personal { --task: var(--personal); }
.preview-footer { display: flex; align-items: center; gap: 20px; padding: 15px 22px; border-top: 1px solid #3a4735; font-size: 9px; color: #a4b398; }
.preview-footer > span { display: inline-flex; align-items: center; gap: 6px; }
.legend-dot { display: block; width: 5px; height: 5px; border-radius: 50%; }
.work-dot { background: var(--work); }.learning-dot { background: var(--learning); }.personal-dot { background: var(--personal); }
.preview-footer .evening-note { margin-left: auto; color: #7f9474; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 42px; margin-top: 39px; }
.feature-grid article { border-top: 1px solid #49573e; padding-top: 18px; }
.feature-number { display: block; font-size: 9px; letter-spacing: .5px; color: #9aac8d; margin-bottom: 13px; }
.feature-grid h3 { font: 400 21px/1.3 Georgia, "Times New Roman", serif; letter-spacing: -.3px; }
.feature-grid p { margin-top: 10px; font-size: 12px; line-height: 1.8; color: #a4b19c; max-width: 32ch; }
.site-footer { border-top: 1px solid #425039; padding: 30px 0 37px; display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.footer-brand { font-size: 12px; color: #cdd9c1; font-weight: 550; }
.site-footer > div p { font-size: 10px; color: #889b7c; margin-top: 6px; }
.privacy-note { max-width: 425px; color: #95a58a; font-size: 10px; line-height: 1.8; }
@media (min-width: 1400px) { .hero { padding-top: 95px; padding-bottom: 100px; } }
@media (max-width: 1000px) {
  .hero { gap: 45px; grid-template-columns: minmax(0,1fr) minmax(310px,.95fr); padding-top: 57px; }
  h1 { font-size: 66px; letter-spacing: -3px; }
  .account-card { padding: 26px; }
  .hero-description { font-size: 15px; }
  .section-heading h2 { font-size: 31px; }
  .feature-grid { gap: 26px; }
}
@media (max-width: 760px) {
  .site-shell { padding: 0 22px; }
  .site-header { min-height: 88px; }
  .brand { font-size: 17px; }
  .brand-mark { width: 27px; height: 27px; }
  .header-nav { gap: 18px; }
  .header-nav a { font-size: 11px; }
  .header-nav a:first-child { display: none; }
  .hero { grid-template-columns: 1fr; gap: 43px; padding-top: 35px; padding-bottom: 58px; }
  .hero-copy { padding-top: 0; }
  h1 { font-size: clamp(54px, 10.3vw, 73px); line-height: 1.04; letter-spacing: -2.5px; }
  .hero-copy > .eyebrow { margin-bottom: 22px; }
  .hero-description { max-width: 34ch; margin-top: 22px; font-size: 16px; }
  .download-area { margin-top: 27px; }
  .hero-footnote { margin-top: 22px; }
  .entry-stack { max-width: none; }
  .account-card { padding: 28px; }
  .account-card h2 { font-size: 31px; }
  .account-modes button { font-size: 11px; }
  .field label { font-size: 12px; }
  .field input { min-height: 47px; font-size: 16px; }
  .submit-button { min-height: 47px; font-size: 13px; }
  .card-intro { font-size: 13px; }
  .section-heading { flex-direction: column; align-items: start; gap: 14px; }
  .section-heading h2 { font-size: 31px; }
  .section-heading > p br { display: none; }
  .preview-toolbar { padding: 15px; }
  .preview-title { font-size: 10px; }
  .example-label { font-size: 8px; letter-spacing: .5px; }
  .preview-footer { flex-wrap: wrap; gap: 11px 20px; padding: 14px 15px; }
  .preview-footer .evening-note { margin-left: 0; width: 100%; }
  .feature-grid { grid-template-columns: 1fr; gap: 25px; margin-top: 28px; }
  .feature-grid p { max-width: 48ch; }
  .feature-grid h3 { font-size: 23px; }
  .feature-number { margin-bottom: 10px; }
  .week-section { padding-bottom: 45px; }
  .site-footer { align-items: start; flex-direction: column; gap: 20px; padding-top: 25px; }
  .privacy-note { max-width: 45ch; }
}
@media (max-width: 380px) {
  .site-shell { padding: 0 17px; }
  .brand { gap: 7px; font-size: 15px; }
  .header-nav a { font-size: 10px; }
  .account-card { padding: 23px; }
  h1 { font-size: 51px; }
  .account-modes button { font-size: 10px; padding-left: 3px; padding-right: 3px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }

/* Illustrative positions; the website has no planner data. */
.event-1 { --top:12px;--height:65px; }
.event-2 { --top:98px;--height:28px; }
.event-3 { --top:146px;--height:41px; }
.event-4 { --top:12px;--height:65px; }
.event-5 { --top:98px;--height:28px; }
.event-6 { --top:12px;--height:41px; }
.event-7 { --top:98px;--height:28px; }
.event-8 { --top:152px;--height:35px; }
.event-9 { --top:36px;--height:53px; }
.event-10 { --top:98px;--height:28px; }
.event-11 { --top:12px;--height:41px; }
.event-12 { --top:98px;--height:28px; }
.event-13 { --top:74px;--height:65px; }
.event-14 { --top:98px;--height:41px; }
