/* THE CLIENT DASHBOARD page sheet — moved VERBATIM from the page <style> block (zero-inline, LAW 28) 2026-09-02 */
/* ============================================================================
   THE CLIENT DASHBOARD — built from the Elle-graded mock v3 (2026-08-24).
   Derived from the jobs the portal pages serve; three lenses:
   · SALESFORCE — pipeline-first: each program is an opportunity. REGION leads
     (Elle: "the item is usually the same but the region has different
     progress"), with its own stage, days, rail, and the last client-visible
     word. A named next step with an OWNER.
   · APPLE — one status-sentence hero; the product as an object (item card
     opens with the product image); tracklist region rows; progressive scale.
   · GOOGLE — time-relevance: Needs you / Since your last visit / Coming up.
     Every card is backed by a real row (LAW 38); zeros never render (D13).
   The region rows open the PROGRAM SHEET on the DialedModal chassis (LAW 43).
   Two designed states: RUNNING and GETTING STARTED.
   All values tokens — every skin moves everything (D12 tie).
   ========================================================================== */
body{font-family:Inter,system-ui,sans-serif;color:var(--text-primary);background:transparent}
/* All dashboard anatomy lives in the design book (dialed-ui.css §PROGRAM
   DASHBOARD) — this page carries NO local component classes (the vocabulary
   is frozen; the graded design entered the book instead). */

/* ONE GUTTER (2026-09-02 composed gate): body.dl-page owns the 20px; the
   pagewrap must not stack its own horizontal padding on top. */
.dl-pagewrap{padding-left:0;padding-right:0;max-width:none}

/* ── SAMPLES (PROGRAM K1a, 2026-09-18): one tile per kit, the item's picture, a tracker with the live step lit ── */
.dl-kitgrid{display:grid;grid-template-columns:1fr;gap:var(--sp-3)}
.dl-kitgrid > .dl-kittile{grid-column:auto}   /* the book's card spans the 12-col dashgrid; inside this grid it is one cell */
.dl-kittile{display:flex;align-items:flex-start;gap:var(--sp-3);padding:var(--sp-3);text-align:left;font:inherit;color:var(--text-primary);cursor:pointer;min-height:44px;min-width:0;transition:transform .15s ease,box-shadow .15s ease}
.dl-kittile:hover{transform:translateY(-2px)}
.dl-kittile:focus-visible{outline:2px solid var(--accent);outline-offset:2px}
.dl-kittile-art{flex:0 0 64px;width:64px;height:64px;border-radius:var(--r-md);overflow:hidden;background:var(--bg-hover);display:grid;place-items:center}
.dl-kittile-art img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}
.dl-kittile-body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:var(--sp-1)}
.dl-kittile-body > b{font-family:Satoshi,Inter,sans-serif;font-size:var(--fs-md);line-height:1.25;overflow-wrap:anywhere}
.dl-kittile-body > small{font-size:var(--fs-xs);color:var(--text-secondary);line-height:1.35;overflow-wrap:anywhere}
.dl-kittrack{list-style:none;margin:var(--sp-1) 0 0;padding:0;display:flex;align-items:center;gap:0;min-width:0}
.dl-kittrack li{position:relative;display:flex;align-items:center;flex:1 1 0;min-width:0}
.dl-kittrack li:last-child{flex:0 0 auto}
.dl-kittrack li > span{display:block;width:10px;height:10px;border-radius:50%;background:color-mix(in oklab,var(--text-muted),transparent 60%);flex:0 0 auto}
.dl-kittrack li::after{content:"";flex:1 1 auto;height:2px;margin:0 2px;background:color-mix(in oklab,var(--text-muted),transparent 75%)}
.dl-kittrack li:last-child::after{display:none}
.dl-kittrack li.is-past > span,.dl-kittrack li.is-past::after{background:var(--success)}
.dl-kittrack li.is-live > span{background:var(--accent);box-shadow:0 0 0 3px color-mix(in oklab,var(--accent),transparent 75%)}
.dl-kittrack li.is-moving > span{animation:dl-kit-pulse 1.8s ease-in-out infinite}
@keyframes dl-kit-pulse{0%,100%{box-shadow:0 0 0 3px color-mix(in oklab,var(--accent),transparent 75%)}50%{box-shadow:0 0 0 6px color-mix(in oklab,var(--accent),transparent 88%)}}
@media (prefers-reduced-motion:reduce){.dl-kittrack li.is-moving > span{animation:none}}
.dl-kittrack li > b{position:absolute;left:0;top:14px;font-size:var(--fs-xs);font-weight:600;color:var(--accent-ink,var(--accent));white-space:nowrap}
.dl-kittrack li:last-child > b{left:auto;right:0}
.dl-kittrack{padding-bottom:18px}
@media (min-width:640px){.dl-kitgrid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (min-width:1280px){.dl-kitgrid{grid-template-columns:repeat(3,minmax(0,1fr))}}

/* ── K1 (2026-09-18): the hero, the moments, the buyer's voice, and bands that stand apart ── */
.dl-hero-band{display:flex;flex-direction:column;gap:var(--sp-2);margin:0 0 var(--sp-5)}
.dl-hero-num{display:flex;flex-direction:column;gap:2px;margin-top:var(--sp-1)}
.dl-hero-num > b{font-family:Satoshi,Inter,sans-serif;font-weight:700;font-size:clamp(2.4rem,9vw,4.25rem);line-height:1;letter-spacing:-.02em;color:var(--text-primary);overflow-wrap:anywhere}
[data-hero="pace"] .dl-hero-num > b,[data-hero="booked"] .dl-hero-num > b{color:var(--accent-ink,var(--accent))}
.dl-hero-num > span{font-family:Satoshi,Inter,sans-serif;font-size:var(--fs-md);font-weight:600;color:var(--text-primary);letter-spacing:.02em;text-transform:uppercase}
.dl-hero-num > small{font-size:var(--fs-sm);color:var(--text-secondary)}
.dl-hero-moved{margin:var(--sp-1) 0 0;font-family:var(--font-accent);font-style:italic;font-size:var(--fs-md);color:var(--teal-ink)}
#pdRoot .dl-statusline.dl-hero-sub{font-size:var(--fs-lg);font-weight:500;line-height:1.35;margin:0 0 var(--sp-5);max-width:48rem}
#pdRoot .dl-statusline.dl-hero-sub em{font-style:normal;color:var(--teal-ink)}
.dl-topband{display:flex;flex-direction:column;gap:var(--sp-3)}
.dl-moment{display:flex;flex-direction:column;gap:var(--sp-1);padding:var(--sp-4);border-left:4px solid var(--accent);cursor:pointer;min-height:44px}
.dl-moment .dl-label{margin:0;color:var(--accent-ink,var(--accent))}
.dl-moment > b{font-family:Satoshi,Inter,sans-serif;font-size:var(--fs-lg);line-height:1.25;overflow-wrap:anywhere}
.dl-voice{position:relative;margin:0;padding:var(--sp-5) var(--sp-5) var(--sp-4) var(--sp-6);cursor:default}
.dl-voice::before{content:"\201C";position:absolute;left:var(--sp-3);top:var(--sp-2);font-family:var(--font-accent);font-size:3rem;line-height:1;color:color-mix(in oklab,var(--teal-ink),transparent 55%)}
.dl-voice > p{margin:0;font-family:var(--font-accent);font-style:italic;font-size:var(--fs-xl);line-height:1.35;color:var(--text-primary)}
.dl-voice > footer{margin-top:var(--sp-3);font-size:var(--fs-sm);font-weight:600;color:var(--teal-ink);text-transform:uppercase;letter-spacing:.06em}
/* bands: more air between than within, a hairline above each, a bigger title */
#pdRoot .dl-dashmain{gap:3rem}
#pdRoot .dl-dashmain > .dl-dashband{padding-top:var(--sp-4);border-top:1px solid var(--card-line)}
#pdRoot .dl-dashmain > .dl-dashband.dl-topband{padding-top:0;border-top:0}
#pdRoot .dl-dashmain > .dl-dashband > .dl-bandhead{margin:0 0 var(--sp-4);font-family:Satoshi,Inter,sans-serif;font-size:1.375rem;font-weight:700;letter-spacing:-.01em}
@media (min-width:1024px){.dl-hero-num > b{font-size:4.25rem}.dl-topband{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.dl-topband > .dl-voice:only-child,.dl-topband > .dl-moment:only-child{grid-column:1 / -1}}

/* ── K2 (Elle 2026-09-18): no number blasting at the top; booked on the right; upcoming on the right ── */
.dl-hero-band{margin:0 0 var(--sp-2)}
#pdRoot .dl-statusline{font-size:clamp(1.5rem,3.2vw,2.25rem);font-weight:600;line-height:1.2;margin:var(--sp-1) 0 var(--sp-3);max-width:44rem}
.dl-hero-moved{margin:0 0 var(--sp-5)}
.dl-dashrail .dl-booked{display:flex;flex-direction:column;gap:2px;padding:var(--sp-4) var(--sp-5)}
.dl-dashrail .dl-booked > b{font-family:Satoshi,Inter,sans-serif;font-size:2rem;line-height:1.1;letter-spacing:-.01em;color:var(--accent-ink,var(--accent))}
.dl-dashrail .dl-booked .dl-stat-k{font-size:var(--fs-2xs);font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary)}
.dl-railband{display:flex;flex-direction:column;gap:var(--sp-3)}
.dl-railband > .dl-bandhead{margin:var(--sp-2) 0 0;font-size:var(--fs-md)}

/* ── K2: the expanded region (the drill) breathes: every heading and disclosure clears the block above ── */
#pdRoot .dl-dealhost > .dl-microhead,#pdRoot .dl-dealhost > .dl-disc{margin-top:var(--sp-5);padding-top:var(--sp-4);border-top:1px solid var(--card-line)}
#pdRoot .dl-dealhost > .dl-disc > summary{padding-top:0}
#pdRoot .dl-dealhost > .dl-feed{margin-bottom:var(--sp-2)}
#pdRoot .dl-dealhost > .dl-microhead:first-child{margin-top:0;padding-top:0;border-top:0}

/* ── K2b: the greeting and the brand's own logo lead the page ── */
.dl-hero-band{flex-direction:row;align-items:center;justify-content:space-between;gap:var(--sp-3)}
.dl-hero-id{display:flex;flex-direction:column;gap:2px;min-width:0}
.dl-greeting{margin:0;font-family:Satoshi,Inter,sans-serif;font-weight:700;font-size:var(--fs-lg);letter-spacing:-.01em;color:var(--text-primary);line-height:1.2}
.dl-brandmark{flex:0 0 auto;width:44px;height:44px;border-radius:var(--r-md);object-fit:contain;background:var(--card-bg,var(--bg-elevated));border:1px solid var(--card-line);padding:4px;box-sizing:border-box;box-shadow:0 8px 20px -14px rgba(28,28,30,.35)}
.dl-brandmark-mono{display:grid;place-items:center;font-family:Satoshi,Inter,sans-serif;font-weight:700;font-size:var(--fs-sm);letter-spacing:.04em;color:var(--on-accent);background:var(--btn-primary-bg,var(--accent))}
@media (min-width:1024px){.dl-brandmark{width:72px;height:72px;padding:8px;border-radius:var(--r-lg)}.dl-brandmark-mono{font-size:var(--fs-lg)}.dl-greeting{font-size:var(--fs-xl)}}

/* K2e: the kit tile is a ROW (the book's .dl-card stacks its children; Elle's wide shot showed the art above the words and a tile of air) */
#pdRoot .dl-kittile{flex-direction:row;align-items:center}
#pdRoot .dl-kittile-body{width:auto}

/* K2f: nothing on the dashboard looks tappable and is dead */
.dl-hero-moved[role="button"]{cursor:pointer;text-decoration:underline;text-decoration-color:color-mix(in oklab,var(--teal-ink),transparent 60%);text-underline-offset:3px}
.dl-hero-moved[role="button"]:hover{text-decoration-color:var(--teal-ink)}
.dl-hero-moved[role="button"]:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--r-sm)}
.dl-dashrail .dl-booked[role="button"]{cursor:pointer}
.dl-dashrail .dl-booked[role="button"]:hover{transform:translateY(-2px)}
.dl-dashrail .dl-booked[role="button"]:focus-visible{outline:2px solid var(--accent);outline-offset:2px}
#pdSince{scroll-margin-top:var(--sp-4);transition:color var(--t-base) var(--ease)}
#pdSince.dl-lit{color:var(--accent-ink,var(--accent))}

/* the brand's punch-list to-dos on the dashboard: a checkbox each, crossed off when done */
#pdRoot .dl-todo{align-items:center;gap:var(--sp-3)}
#pdRoot .dl-todo > .dl-pl-check{flex:0 0 auto}
#pdRoot .dl-todo.dl-done .dl-delta-what > b{text-decoration:line-through;color:var(--text-secondary)}
#pdRoot .dl-todo.is-overdue .dl-delta-what .dl-warn{color:var(--accent-deep,var(--accent));font-weight:600}
#pdRoot .dl-todo-more{cursor:pointer;min-height:44px}
#pdRoot .dl-todo-more:hover .dl-delta-what > b{color:var(--accent-ink,var(--accent))}

/* the page ends above the tab bar with room to spare (Elle 2026-09-19: "not being able to fully see the end of the page items") */
@media (max-width:900px){#pdRoot{padding-bottom:calc(var(--sp-8) + 72px + env(safe-area-inset-bottom,0px))}}
#pdRoot .dl-todo .dl-delta-what[role="button"]{cursor:pointer}
/* K2j: the buyer's words sit at the head of the Pipeline band, the region's plate on the eyebrow, a tap opens the region */
.dl-voice{cursor:pointer;margin-bottom:var(--sp-3)}
.dl-voice > .dl-label{display:inline-flex;align-items:center;gap:var(--sp-2);margin:0 0 var(--sp-2);color:var(--text-secondary)}
.dl-voice > footer{display:flex;align-items:center;gap:var(--sp-2)}
.dl-voice > footer .dl-region-chev{margin-left:auto;width:8px;height:8px;border-right:2px solid var(--text-secondary);border-bottom:2px solid var(--text-secondary);transform:rotate(-45deg)}
.dl-voice:hover > p,.dl-voice:focus-visible > p{color:var(--accent-ink,var(--accent))}
#pdRoot .dl-voltodo{padding-left:0}
#pdRoot .dl-row[data-task-open] .dl-region-chev,#pdRoot .dl-voltodo .dl-region-chev{flex:0 0 auto;width:8px;height:8px;border-right:2px solid var(--text-secondary);border-bottom:2px solid var(--text-secondary);transform:rotate(-45deg);margin-left:auto}
#pdRoot .dl-microhead .dl-bandcount{font-family:var(--font-accent,inherit);font-style:italic;font-weight:400;text-transform:none;letter-spacing:0;color:var(--teal-ink);margin-left:var(--sp-2)}
/* K2l: ONE action view: yours first (a check each), Volume's under a head; the same row on both sides; Show all in place */
#pdRoot .dl-actlist{padding:var(--sp-2) var(--sp-4)}
#pdRoot .dl-act{align-items:center;gap:var(--sp-3);padding:var(--sp-3) 0;border-top:1px solid var(--card-line);min-height:56px;cursor:pointer}
#pdRoot .dl-act-side[data-side="mine"] .dl-act:first-child{border-top:0}
#pdRoot .dl-act > .dl-pl-check{flex:0 0 44px}
#pdRoot .dl-act .dl-delta-what{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:2px}
#pdRoot .dl-act .dl-delta-what > b{overflow-wrap:anywhere}
#pdRoot .dl-act .dl-delta-what .dl-rg{margin-right:var(--sp-1)}
#pdRoot .dl-act .dl-region-chev{flex:0 0 auto;width:8px;height:8px;border-right:2px solid var(--text-secondary);border-bottom:2px solid var(--text-secondary);transform:rotate(-45deg);margin-left:auto}
#pdRoot .dl-act.dl-done .dl-delta-what > b{text-decoration:line-through;color:var(--text-secondary)}
#pdRoot .dl-act.dl-late .dl-delta-what > b{color:var(--accent-deep,var(--accent))}
#pdRoot .dl-act-more{display:none}
#pdRoot .dl-act-side.dl-act-all .dl-act-more{display:flex}
#pdRoot .dl-act-showall{cursor:pointer;border-top:1px solid var(--card-line);padding:var(--sp-3) 0}
#pdRoot .dl-act-showall .dl-delta-what > b{color:var(--accent-ink,var(--accent))}
#pdRoot .dl-act-head{display:flex;align-items:center;gap:var(--sp-2);margin-top:var(--sp-4);padding:var(--sp-2) 0 var(--sp-1);border-top:2px solid var(--card-line);font-family:Satoshi,Inter,sans-serif;font-weight:var(--fw-bold);font-size:var(--fs-sm);letter-spacing:.06em;text-transform:uppercase;color:var(--text-secondary)}
#pdRoot .dl-act-head .dl-bandcount{font-family:var(--font-accent,inherit);font-style:italic;font-weight:400;text-transform:none;letter-spacing:0;color:var(--teal-ink)}
#pdRoot .dl-act-note{cursor:default}
#pdRoot .dl-act-note .dl-delta-what > b{font-family:var(--font-accent,inherit);font-style:italic;font-weight:400}
#pdRoot .dl-calllist .dl-region-chev{flex:0 0 auto;width:8px;height:8px;border-right:2px solid var(--text-secondary);border-bottom:2px solid var(--text-secondary);transform:rotate(-45deg);margin-left:auto}
/* the call note in its sheet */
.dl-callnote{display:flex;flex-direction:column;gap:var(--sp-3)}
.dl-callnote .dl-label{display:block;margin-top:var(--sp-2)}
.dl-callnote ul[data-summary]{margin:0;padding-left:1.1em;display:flex;flex-direction:column;gap:var(--sp-1);font-size:var(--fs-sm);line-height:1.5}
.dl-callnote ul[data-summary] li::marker{color:var(--accent)}
.dl-callnote .dl-act{display:flex;align-items:center;gap:var(--sp-3);padding:var(--sp-2) 0;border-top:1px solid var(--card-line);cursor:pointer}
.dl-callnote .dl-act .dl-delta-what{flex:1 1 auto;min-width:0;display:flex;flex-direction:column}
.dl-callnote .dl-act.dl-done .dl-delta-what > b{text-decoration:line-through;color:var(--text-secondary)}
.dl-callnote .dl-region-chev{width:8px;height:8px;border-right:2px solid var(--text-secondary);border-bottom:2px solid var(--text-secondary);transform:rotate(-45deg);margin-left:auto}
/* AD3 (2026-09-20): the moved line is a verb; on a phone it is a 44px band like every other verb (K2k's rule) */
@media (max-width:900px){.dl-hero-moved[role="button"]{display:flex;align-items:center;min-height:44px}}
