.nv-root{background:var(--zv-app-bg);min-height:100%;display:block}.nv-root .nv-page{max-width:720px;color:var(--zv-fg);font-family:var(--zv-font-sans);-webkit-font-smoothing:antialiased;flex-direction:column;gap:32px;margin:0 auto;padding:48px 48px 72px;display:flex}.nv-root .settings-back{color:var(--zv-fg-muted);font-family:var(--zv-font-sans);font-size:var(--t-md);cursor:pointer;transition:color var(--zv-dur-fast) var(--zv-ease-out);background:0 0;border:none;align-self:flex-start;align-items:center;gap:7px;padding:0;font-weight:500;display:inline-flex}.nv-root .settings-back:hover{color:var(--zv-fg)}.nv-root .nv-header{flex-direction:column;display:flex}.nv-root .nv-eyebrow{font-family:var(--zv-font-mono);font-size:var(--t-xs);letter-spacing:.17em;text-transform:uppercase;color:var(--zv-green);margin-bottom:12px;font-weight:500}.nv-root .nv-title{font-size:var(--t-3xl);letter-spacing:-.035em;color:var(--zv-fg);margin:0;font-weight:500;line-height:1.1}.nv-root .nv-subtitle{font-size:var(--t-base);color:var(--zv-fg-muted);max-width:520px;margin:10px 0 0;line-height:1.55}.nv-root .nv-timeline{flex-direction:column;padding-left:32px;display:flex;position:relative}.nv-root .nv-timeline:before{content:"";background:var(--zv-hair-2);width:2px;position:absolute;top:8px;bottom:8px;left:7px}.nv-root .nv-entry{padding-bottom:28px;position:relative}.nv-root .nv-entry:last-child{padding-bottom:0}.nv-root .nv-dot{background:var(--zv-app-bg);border:3px solid var(--zv-green);z-index:1;width:16px;height:16px;transition:box-shadow var(--zv-dur-base) var(--zv-ease-out);border-radius:50%;position:absolute;top:8px;left:-32px}.nv-root .nv-dot.is-first{background:var(--zv-green);box-shadow:0 0 0 4px var(--zv-green-wash-18)}.nv-root .nv-card{background:var(--zv-app-elev-1);border:1px solid var(--zv-hair);border-radius:var(--r-lg);transition:border-color var(--zv-dur-fast) var(--zv-ease-out), transform var(--zv-dur-fast) var(--zv-ease-out), box-shadow var(--zv-dur-fast) var(--zv-ease-out);padding:20px 24px}html:not(.dark) .nv-root .nv-card{background:var(--zv-app-elev-1);border-color:var(--zv-line);box-shadow:0 1px 0 var(--zv-line)}.nv-root .nv-card:hover{border-color:var(--zv-hair-strong);box-shadow:var(--zv-shadow-card-hov);transform:translateY(-1px)}html:not(.dark) .nv-root .nv-card:hover{border-color:var(--zv-line-strong)}.nv-root .nv-meta{align-items:center;gap:10px;margin-bottom:10px;display:flex}.nv-root .nv-date{font-family:var(--zv-font-mono);font-size:var(--t-xs);color:var(--zv-fg-subtle);text-transform:uppercase;letter-spacing:.06em;font-weight:500}.nv-root .nv-tag{font-family:var(--zv-font-mono);text-transform:uppercase;letter-spacing:.04em;color:var(--tag-color);background:color-mix(in srgb, var(--tag-color) 12%, transparent);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--tag-color) 25%, transparent);border-radius:20px;padding:2px 8px;font-size:10px;font-weight:600}.nv-root .nv-card-title{font-size:var(--t-lg);color:var(--zv-fg);letter-spacing:-.01em;margin:0 0 8px;font-weight:600}.nv-root .nv-card-desc{font-size:var(--t-base);color:var(--zv-fg-muted);margin:0;line-height:1.6}.nv-root .nv-list{flex-direction:column;gap:6px;margin:14px 0 0;padding:0;list-style:none;display:flex}.nv-root .nv-list li{font-size:var(--t-md);color:var(--zv-fg-muted);padding-left:18px;line-height:1.55;position:relative}.nv-root .nv-list li:before{content:"";background:var(--zv-green);opacity:.5;border-radius:50%;width:6px;height:6px;position:absolute;top:8px;left:0}@media (max-width:768px){.nv-root .nv-page{gap:24px;padding:32px 20px 56px}.nv-root .nv-title{font-size:var(--t-2xl)}.nv-root .nv-timeline{padding-left:28px}.nv-root .nv-dot{width:14px;height:14px;left:-28px}.nv-root .nv-timeline:before{left:6px}.nv-root .nv-card{padding:16px 20px}}@media (max-width:480px){.nv-root .nv-page{padding:24px 16px 40px}.nv-root .nv-card{padding:14px 16px}.nv-root .nv-card-title{font-size:var(--t-base)}.nv-root .nv-meta{flex-wrap:wrap}}
