:root{--color-bg:#fafafa;--color-text:#1a1a1a;--color-text-muted:#666;--color-border:#e0e0e0;--color-link:#0066cc;--color-link-hover:#004499;--color-nav-bg:#fff;--color-placeholder-bg:#f5f5f5;--color-card-bg:#f9f9f9;--color-heatmap-empty:#f6f8fa;--heatmap-score-0:#ebedf0;--heatmap-score-1:#c6e48b;--heatmap-score-2:#7bc96f;--heatmap-score-3:#239a3b;--heatmap-score-4:#196127;--week-type-light:rgba(240,228,66,0.30);--week-type-off:rgba(86,180,233,0.18);--week-type-sick:rgba(213,94,0,0.22);--week-type-deep:rgba(0,114,178,0.16);--week-type-collision:rgba(204,121,167,0.22);--habit-fitness:#b8b8b8;--habit-fitness-miss:rgba(184,184,184,0.22);--habit-family:#d4a017;--habit-family-miss:rgba(212,160,23,0.22);--habit-work:#c0392b;--habit-work-miss:rgba(192,57,43,0.22);--habit-sleep:#2980b9;--habit-sleep-miss:rgba(41,128,185,0.22);--max-width:800px;--nav-height:60px}[data-theme=dark]{--color-bg:#0d1117;--color-text:#e6edf3;--color-text-muted:#8b949e;--color-border:#30363d;--color-link:#58a6ff;--color-link-hover:#79c0ff;--color-nav-bg:#161b22;--color-placeholder-bg:#21262d;--color-card-bg:#161b22;--color-heatmap-empty:#161b22;--heatmap-score-0:#161b22;--heatmap-score-1:#0e4429;--heatmap-score-2:#006d32;--heatmap-score-3:#26a641;--heatmap-score-4:#39d353;--week-type-light:rgba(240,228,66,0.40);--week-type-off:rgba(86,180,233,0.28);--week-type-sick:rgba(213,94,0,0.32);--week-type-deep:rgba(0,114,178,0.30);--week-type-collision:rgba(204,121,167,0.32);--habit-fitness:#9e9e9e;--habit-fitness-miss:rgba(158,158,158,0.18);--habit-family:#f0c040;--habit-family-miss:rgba(240,192,64,0.18);--habit-work:#f85149;--habit-work-miss:rgba(248,81,73,0.18);--habit-sleep:#58a6ff;--habit-sleep-miss:rgba(88,166,255,0.18)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--color-bg:#0d1117;--color-text:#e6edf3;--color-text-muted:#8b949e;--color-border:#30363d;--color-link:#58a6ff;--color-link-hover:#79c0ff;--color-nav-bg:#161b22;--color-placeholder-bg:#21262d;--color-card-bg:#161b22;--color-heatmap-empty:#161b22;--heatmap-score-0:#161b22;--heatmap-score-1:#0e4429;--heatmap-score-2:#006d32;--heatmap-score-3:#26a641;--heatmap-score-4:#39d353;--week-type-light:rgba(240,228,66,0.40);--week-type-off:rgba(86,180,233,0.28);--week-type-sick:rgba(213,94,0,0.32);--week-type-deep:rgba(0,114,178,0.30);--week-type-collision:rgba(204,121,167,0.32);--habit-fitness:#9e9e9e;--habit-fitness-miss:rgba(158,158,158,0.18);--habit-family:#f0c040;--habit-family-miss:rgba(240,192,64,0.18);--habit-work:#f85149;--habit-work-miss:rgba(248,81,73,0.18);--habit-sleep:#58a6ff;--habit-sleep-miss:rgba(88,166,255,0.18)}}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:var(--color-bg);color:var(--color-text);line-height:1.6}a{color:var(--color-link);text-decoration:none}a:hover{color:var(--color-link-hover);text-decoration:underline}.nav{position:-webkit-sticky;position:sticky;top:0;background:var(--color-nav-bg);border-bottom:1px solid var(--color-border);height:var(--nav-height);z-index:100}.nav-container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;height:100%;display:flex;align-items:center;justify-content:space-between}.nav-brand{font-weight:600;font-size:1.1rem;color:var(--color-text)}.nav-brand:hover{text-decoration:none}.nav-links{display:flex;gap:1.5rem;list-style:none;align-items:center}.nav-link{color:var(--color-text-muted);font-size:.9rem}.nav-link:hover{color:var(--color-text);text-decoration:none}.nav-link.active{color:var(--color-text);font-weight:500}.theme-slide-toggle{position:relative;display:flex;align-items:center;width:52px;height:26px;background:var(--color-border);border:none;border-radius:13px;cursor:pointer;padding:0 4px;transition:background .3s ease}.theme-slide-toggle--dark{background:var(--color-text-muted)}.theme-slide-toggle__thumb{position:absolute;left:3px;width:20px;height:20px;background:var(--color-bg);border-radius:50%;transition:left .3s ease}.theme-slide-toggle--dark .theme-slide-toggle__thumb{left:29px}.theme-slide-toggle__icon{flex:1 1;text-align:center;font-size:.7rem;line-height:1;z-index:1;pointer-events:none;transition:opacity .3s ease}.theme-slide-toggle__sun{opacity:.4}.theme-slide-toggle--dark .theme-slide-toggle__sun,.theme-slide-toggle__moon{opacity:.9}.theme-slide-toggle--dark .theme-slide-toggle__moon{opacity:.4}.main{max-width:var(--max-width);margin:0 auto;padding:2rem 1.5rem}.profile-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}.profile-photo-wrapper{width:80px;height:80px;border-radius:50%;overflow:hidden;border:2px solid var(--color-border);flex-shrink:0}.profile-photo{width:100%;height:100%;object-fit:cover}.profile-info{flex:1 1}.profile-info h1{font-size:2rem;font-weight:600;margin-bottom:.5rem}.profile-info .intro{font-size:1.2rem;color:var(--color-text-muted);margin-bottom:.75rem}.social-links{display:flex;gap:1rem;align-items:center}.social-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:6px;color:var(--color-text-muted);border:1px solid var(--color-border);transition:all .2s ease}.social-icon:hover{color:var(--color-text);border-color:var(--color-text-muted);background:var(--color-card-bg);text-decoration:none;transform:translateY(-2px)}.social-icon svg{display:block}.page h1{font-size:2rem;font-weight:600;margin-bottom:.5rem}.intro,.subtitle{color:var(--color-text-muted);margin-bottom:2rem}.intro{font-size:1.2rem}.philosophy{font-size:1.1rem;font-style:italic;color:var(--color-text-muted);border-left:3px solid var(--color-border);padding-left:1rem;margin:2rem 0}.week-summary{background:var(--color-card-bg);border:1px solid var(--color-border);border-radius:8px;padding:1.5rem;margin:2rem 0}.week-summary-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.week-summary h3{font-size:1rem;font-weight:600;margin-bottom:0}.week-type-badge{font-size:.75rem;padding:.15rem .5rem;border-radius:4px;color:var(--color-text-muted);background:var(--color-card-bg);border:1px solid var(--color-border)}.week-type-badge.week-type-light{background:var(--week-type-light);border-color:transparent}.week-type-badge.week-type-off{background:var(--week-type-off);border-color:transparent}.week-type-badge.week-type-sick{background:var(--week-type-sick);border-color:transparent}.week-type-badge.week-type-deep{background:var(--week-type-deep);border-color:transparent}.week-type-badge.week-type-collision{background:var(--week-type-collision);border-color:transparent}.week-summary-days{display:flex;gap:.75rem;justify-content:space-between;margin-bottom:1rem}.week-summary-day{display:flex;flex-direction:column;align-items:center;gap:.5rem}.week-summary-day-label{font-size:.75rem;color:var(--color-text-muted)}.week-summary-score{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:6px;font-weight:600;font-size:1.1rem;background:var(--heatmap-score-0)}.week-summary-score[data-score="1"]{background:var(--heatmap-score-1)}.week-summary-score[data-score="2"]{background:var(--heatmap-score-2)}.week-summary-score[data-score="3"]{background:var(--heatmap-score-3)}.week-summary-score[data-score="4"]{background:var(--heatmap-score-4)}.week-summary-score.today{outline:2px solid var(--color-link);outline-offset:2px}.week-summary-score.no-data{color:var(--color-text-muted);background:var(--color-heatmap-empty)}.week-summary-avg{text-align:center;font-size:.9rem;color:var(--color-text-muted);padding-top:.5rem;border-top:1px solid var(--color-border)}.week-summary-avg strong{color:var(--color-text)}.week-summary-label{font-size:.75rem;color:var(--color-text-muted);margin-bottom:.5rem}.week-summary-compact .week-summary-score{width:32px;height:32px;font-size:.95rem}.week-summary-compact .week-summary-days{gap:.5rem}.week-summary-compact .week-summary-avg{font-size:.8rem}section{margin-bottom:2rem}section h2{font-size:1.25rem;font-weight:600;margin-bottom:.75rem}section p{margin-bottom:.5rem}section ul{padding-left:1.25rem}section li{margin-bottom:.5rem}.projects-grid{column-count:2;column-gap:1rem;margin-top:1rem}@media (max-width:600px){.projects-grid{column-count:1}}.project-card{background:var(--color-card-bg);border:1px solid var(--color-border);border-radius:8px;padding:1.5rem;position:relative;page-break-inside:avoid;break-inside:avoid;margin-bottom:1rem}.project-card-link{display:block;color:inherit;transition:border-color .2s ease}.project-card-link:hover{border-color:var(--color-text-muted);text-decoration:none}.status-badge{position:absolute;top:.75rem;right:.75rem;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:.15rem .5rem;border-radius:4px}.status-live{color:#196127;background:rgba(35,154,59,.15)}.status-building{color:#9a6700;background:rgba(154,103,0,.15)}.status-exploring{color:#0550ae;background:rgba(5,80,174,.15)}.status-archived{color:var(--color-text-muted);background:var(--color-placeholder-bg)}[data-theme=dark] .status-live{color:#39d353;background:rgba(57,211,83,.15)}[data-theme=dark] .status-building{color:#e3b341;background:rgba(227,179,65,.15)}[data-theme=dark] .status-exploring{color:#58a6ff;background:rgba(88,166,255,.15)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .status-live{color:#39d353;background:rgba(57,211,83,.15)}:root:not([data-theme=light]) .status-building{color:#e3b341;background:rgba(227,179,65,.15)}:root:not([data-theme=light]) .status-exploring{color:#58a6ff;background:rgba(88,166,255,.15)}}.project-card h3{font-size:1rem;margin-bottom:.5rem}.project-card p{font-size:.9rem;color:var(--color-text-muted)}.project-problem{margin-bottom:.5rem}.latest-post{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--color-border)}.latest-post-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted)}.latest-post-title{font-size:.85rem;font-weight:600;color:var(--color-text);margin-top:.25rem;margin-bottom:.25rem}.latest-post-subtitle{font-size:.8rem;color:var(--color-text-muted)}.latest-post-date{font-size:.7rem;color:var(--color-text-muted)}.project-section{margin-top:2rem}.project-section h2{margin-bottom:1rem}.project-links{margin-top:.75rem}.project-links a{font-size:.9rem;font-weight:500}.note{color:var(--color-text-muted);font-size:.9rem;margin-top:1.5rem}.year-selector{display:flex;gap:.5rem;margin-bottom:1.5rem}.year-button{padding:.5rem 1rem;border:1px solid var(--color-border);border-radius:4px;background:var(--color-bg);color:var(--color-text-muted);font-size:.9rem;cursor:pointer;transition:all .15s ease}.year-button:hover{border-color:var(--color-text-muted);color:var(--color-text)}.year-button.active{background:var(--color-text);color:var(--color-bg);border-color:var(--color-text)}.heatmap{margin-bottom:2rem;overflow-x:auto;scrollbar-width:none}.heatmap::-webkit-scrollbar{display:none}.heatmap-months{display:grid;grid-template-columns:30px repeat(53,12px);grid-gap:2px;gap:2px;margin-bottom:4px;font-size:.7rem;color:var(--color-text-muted)}.heatmap-month-label{white-space:nowrap}.heatmap-grid{display:flex;gap:4px}.heatmap-day-labels{display:flex;flex-direction:column;gap:2px;font-size:.65rem;color:var(--color-text-muted);padding-right:4px}.heatmap-day-label{height:12px;line-height:12px}.heatmap-week,.heatmap-weeks{display:flex;gap:2px}.heatmap-week{flex-direction:column;padding:2px;margin:-2px;border-radius:3px}.heatmap-week.quarter-end{margin-right:6px}.heatmap-day{width:12px;height:12px;border-radius:2px;cursor:default}.heatmap-day.today{outline:2px solid var(--color-link);outline-offset:1px}.heatmap-day.milestone{position:relative}.heatmap-day.milestone:after{content:"";position:absolute;top:0;right:0;width:0;height:0;border-top:5px solid #e74c3c;border-left:5px solid transparent}.heatmap-day.empty{background:transparent!important}.heatmap-section{margin-bottom:2rem}.habit-tabs{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.25rem}.habit-tab{padding:.3rem .85rem;border-radius:20px;border:1px solid var(--color-border);background:transparent;color:var(--color-text-muted);font-size:.8rem;cursor:pointer;transition:background .15s,color .15s,border-color .15s;display:flex;align-items:center;gap:.4rem}.habit-tab:hover{border-color:var(--color-text-muted);color:var(--color-text)}.habit-tab.active{color:var(--color-text);border-color:var(--habit-tab-accent,var(--color-text));background:var(--habit-tab-accent-bg,transparent);font-weight:500}.habit-tab-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.no-data{color:var(--color-text-muted);font-style:italic;margin-top:1rem}.legend{display:flex;gap:3rem;flex-wrap:wrap}.legend-section h3{font-size:.9rem;font-weight:600;margin-bottom:.75rem}.legend-items{display:flex;flex-direction:column;gap:.5rem}.legend-item{display:flex;align-items:center;gap:.5rem}.legend-swatch{width:12px;height:12px;border-radius:2px;flex-shrink:0}.legend-week-indicator{display:flex;flex-direction:column;gap:2px;padding:2px;border-radius:3px}.legend-mini-square{width:8px;height:8px;background:var(--heatmap-score-2);border-radius:1px}.legend-label{font-size:.8rem;color:var(--color-text-muted)}.about-page{max-width:700px}.about-hero{display:grid;grid-template-columns:1fr 300px;grid-gap:3rem;gap:3rem;align-items:start;margin-bottom:3rem}.about-content h1{font-size:2.5rem;margin-bottom:1.5rem}.about-intro{font-size:1.25rem;line-height:1.7;margin-bottom:1rem;color:var(--color-text)}.about-image{position:-webkit-sticky;position:sticky;top:calc(var(--nav-height) + 2rem)}.profile-image{width:100%;height:auto;border-radius:12px;border:1px solid var(--color-border)}.about-section{margin-bottom:3rem}.about-section h2{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.about-section p{font-size:1.05rem;line-height:1.7;margin-bottom:1rem}.about-section .quote{margin-top:1.5rem;padding-left:1rem;border-left:3px solid var(--color-border);color:var(--color-text-muted)}.lab-page{max-width:700px}.lab-hero{margin-bottom:3rem}.lab-hero h1{font-size:2.5rem;margin-bottom:1rem}.lab-facts{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1px;gap:1px;margin-top:1.75rem;background:var(--color-border);border:1px solid var(--color-border);border-radius:8px;overflow:hidden}.lab-fact{background:var(--color-card-bg);padding:.85rem 1rem}.lab-fact dt{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);margin-bottom:.3rem}.lab-fact dd{font-size:.9rem;font-weight:500;line-height:1.4}@media (max-width:600px){.lab-facts{grid-template-columns:repeat(2,1fr)}}.lab-callout{margin:1.5rem 0;padding:1.25rem 1.5rem;background:var(--color-card-bg);border:1px solid var(--color-border);border-left:3px solid var(--color-link);border-radius:8px;font-size:1.15rem!important;font-weight:600;line-height:1.5!important}.lab-callout span{display:block;margin-top:.35rem;font-size:.95rem;font-weight:400;color:var(--color-text-muted)}.lab-projects{display:grid;grid-gap:1rem;gap:1rem;margin:1.25rem 0 2rem}.lab-project{padding-top:1.75rem;border-top:3px solid var(--color-link)}.lab-project-index{position:absolute;top:.9rem;right:1.1rem;font-size:1.75rem;font-weight:700;line-height:1;color:var(--color-border)}.lab-tags{display:flex;flex-wrap:wrap;gap:.4rem;padding-left:0!important;margin:0 0 .25rem;list-style:none}.lab-tags li{font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);background:var(--color-placeholder-bg);border:1px solid var(--color-border);border-radius:999px;padding:.2rem .6rem;margin-bottom:0}.lab-questions li{font-size:1.05rem;line-height:1.7;margin-bottom:.75rem}.lab-steps{list-style:none;padding-left:0;margin:1.5rem 0 0;display:grid;grid-gap:.6rem;gap:.6rem}.lab-steps li{display:flex;align-items:baseline;gap:.75rem;font-size:.95rem;color:var(--color-text-muted);margin-bottom:0}.lab-step-num{flex:0 0 1.5rem;height:1.5rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--color-border);border-radius:50%;font-size:.75rem;font-weight:600;color:var(--color-text);transform:translateY(.15rem)}.lab-project h3{font-size:1.1rem;margin-bottom:.6rem}.lab-project-lede{color:var(--color-text)!important;line-height:1.6;margin-bottom:1rem}.lab-detail{border-top:1px solid var(--color-border);padding-top:.75rem;margin-top:.75rem}.lab-detail-label{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);margin-bottom:.3rem}.lab-detail p{line-height:1.6;margin-bottom:0}.lab-cta{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--color-border)}.lab-cta-button{display:inline-block;padding:.65rem 1.25rem;border:1px solid var(--color-link);border-radius:6px;font-weight:500;transition:background .2s ease,color .2s ease}.lab-cta-button:hover{background:var(--color-link);color:var(--color-nav-bg);text-decoration:none}.lab-cta-note{margin-top:.75rem;font-size:.9rem}.lab-cta-note,.site-footer{color:var(--color-text-muted)}.site-footer{text-align:center;padding:2rem 1.5rem;font-size:.85rem}.site-footer a{color:var(--color-text-muted)}.site-footer a:hover{color:var(--color-text)}.digest-header{margin-bottom:1.5rem}.digest-kicker{color:var(--color-text-muted);font-size:.8rem;letter-spacing:.08em;margin-bottom:.35rem;text-transform:uppercase}.digest-list{display:flex;flex-direction:column;gap:1.75rem}.persona-filter{display:flex;flex-wrap:wrap;gap:.5rem;margin:1.25rem 0 .75rem}.persona-pill{background:transparent;border:1px solid var(--color-border);border-radius:6px;padding:.35rem .7rem;color:var(--color-text-muted);cursor:pointer;font:inherit;font-size:.85rem;text-decoration:none}.persona-pill.active,.persona-pill:hover{border-color:var(--color-link);color:var(--color-text);text-decoration:none}.digest-timeline-actions{display:flex;gap:.75rem}.digest-date-text{background:transparent;border:0;color:var(--color-text-muted);cursor:pointer;font:inherit;font-size:.82rem;padding:0}.digest-date-text.active,.digest-date-text:hover{color:var(--color-text)}.digest-layout{align-items:flex-start;display:grid;grid-gap:2rem;gap:2rem;grid-template-columns:minmax(0,1fr) 190px}.digest-calendar{border-left:1px solid var(--color-border);padding-left:1.25rem;position:-webkit-sticky;position:sticky;top:calc(var(--nav-height) + 1.25rem)}.digest-calendar-header{color:var(--color-text-muted);display:flex;flex-direction:column;font-size:.82rem;gap:.55rem;margin-bottom:.75rem}.digest-calendar-header>span{color:var(--color-text);font-weight:600}.digest-calendar-grid,.digest-calendar-weekdays{display:grid;grid-gap:4px;gap:4px;grid-template-columns:repeat(7,1fr)}.digest-calendar-weekdays{color:var(--color-text-muted);font-size:.62rem;margin-bottom:.35rem;text-align:center}.digest-calendar-day{align-items:center;background:var(--color-heatmap-empty);border:1px solid var(--color-border);border-radius:3px;color:transparent;cursor:pointer;display:inline-flex;font-size:0;height:18px;justify-content:center;padding:0;width:18px}.digest-calendar-day:disabled{cursor:default;opacity:.3}.digest-calendar-day[data-level="1"]{background:var(--heatmap-score-1)}.digest-calendar-day[data-level="2"]{background:var(--heatmap-score-2)}.digest-calendar-day[data-level="3"]{background:var(--heatmap-score-3)}.digest-calendar-day[data-level="4"]{background:var(--heatmap-score-4)}.digest-calendar-day.active,.digest-calendar-day:hover{border-color:var(--color-text);outline:1px solid var(--color-text);outline-offset:1px}.digest-calendar-day:disabled:hover{border-color:var(--color-border);outline:0}.digest-card{border-top:1px solid var(--color-border);padding-top:1.25rem}.digest-date-row{align-items:baseline;display:flex;gap:.75rem;justify-content:space-between;margin-bottom:.75rem}.digest-date{font-size:1rem;font-weight:600;color:var(--color-text)}.digest-count{font-size:.8rem}.digest-count,.digest-empty{color:var(--color-text-muted)}.digest-empty{font-style:italic}.digest-category{margin-bottom:.75rem}.digest-category-name{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);margin-bottom:.4rem}.digest-stories{list-style:none;padding:0;gap:.5rem}.digest-stories,.digest-story{display:flex;flex-direction:column}.digest-story{gap:.15rem}.digest-story-main{align-items:baseline;display:flex;gap:.5rem}.digest-story-title{font-size:.95rem;line-height:1.4}.digest-original-link{color:var(--color-text-muted);flex-shrink:0;font-size:.78rem}.digest-story-meta{font-size:.8rem;color:var(--color-text-muted)}.digest-story.read{border-left:2px solid var(--color-link);padding-left:.5rem}.digest-notes{font-size:.8rem;color:var(--color-text-muted);opacity:.6;margin-top:.15rem}.digest-engagements{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--color-border)}.book-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));grid-gap:1rem;gap:1rem}.book-item{text-align:center}.book-cover{width:80px;height:120px;object-fit:cover;border-radius:4px;border:1px solid var(--color-border)}.book-title{font-size:.8rem;margin-top:.5rem}.book-author{font-size:.7rem}.book-author,.section-intro{color:var(--color-text-muted)}.section-intro{margin-bottom:.5rem}.page-bridge{color:var(--color-text-muted);margin-bottom:1.5rem}.week-summary-hint{font-size:.7rem;color:var(--color-text-muted);text-align:center;margin-top:.5rem}.knos-mechanisms{list-style:none;padding:0;margin-bottom:2rem;color:var(--color-text-muted);font-size:.95rem}.knos-mechanisms li{margin-bottom:.35rem}.knos-mechanisms strong{color:var(--color-text)}.resume{max-width:720px;margin:0 auto}.resume-header{text-align:center;margin-bottom:1.5rem}.resume-header h1{font-size:2rem;font-weight:700;margin-bottom:.35rem}.resume-contact{font-size:.85rem;margin-bottom:1rem}.resume-contact,.resume-contact a{color:var(--color-text-muted)}.resume-contact a:hover{color:var(--color-link)}.resume-variant-switcher{display:inline-flex;gap:0;border:1px solid var(--color-border);border-radius:6px;overflow:hidden}.resume-variant-tab{padding:.4rem 1rem;font-size:.8rem;border:none;background:transparent;color:var(--color-text-muted);cursor:pointer;transition:all .15s ease;border-right:1px solid var(--color-border)}.resume-variant-tab:last-child{border-right:none}.resume-variant-tab:hover{background:var(--color-card-bg);color:var(--color-text)}.resume-variant-tab.active{background:var(--color-text);color:var(--color-bg);font-weight:500}.resume-section{margin-bottom:1.25rem}.resume-section-title{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;border-bottom:1.5px solid var(--color-text);padding-bottom:.2rem;margin-bottom:.6rem}.resume-section>p{font-size:.9rem;line-height:1.55}.resume-entry{margin-bottom:.75rem}.resume-entry-header{display:flex;justify-content:space-between;align-items:baseline}.resume-org{font-weight:700;font-size:.9rem}.resume-dates{font-size:.8rem;color:var(--color-text-muted);white-space:nowrap}.resume-role{font-style:italic;font-size:.85rem;margin-top:.1rem}.resume-context{font-size:.8rem;color:var(--color-text-muted);margin-top:.1rem}.resume-entry ul{margin-top:.3rem;padding-left:1.1rem}.resume-entry li{font-size:.85rem;margin-bottom:.25rem;line-height:1.5}.resume-side-projects{font-size:.85rem}.resume-side-projects p{margin-bottom:.25rem;line-height:1.5}.resume-skills{display:flex;flex-direction:column;gap:.2rem}.resume-skill-row{display:grid;grid-template-columns:90px 1fr;grid-gap:.75rem;gap:.75rem;font-size:.85rem}.resume-skill-label{font-weight:700}.resume-pub{font-size:.8rem;margin-bottom:.3rem;line-height:1.5}.resume-print-link{text-align:center;margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--color-border);font-size:.85rem}@media (max-width:600px){.nav-container{flex-direction:column;height:auto;padding:1rem;gap:.75rem}.nav-links{flex-wrap:wrap;justify-content:center;gap:1rem}.nav{height:auto}.page h1{font-size:1.5rem}.about-hero{grid-template-columns:1fr;gap:2rem}.about-image{position:static;max-width:300px;margin:0 auto}.about-content h1{font-size:2rem}.about-intro{font-size:1.1rem}.digest-layout{display:flex;flex-direction:column-reverse;gap:1.5rem}.digest-calendar{border-bottom:1px solid var(--color-border);border-left:0;border-top:1px solid var(--color-border);padding:.85rem 0;position:static;width:100%}.digest-calendar-header{align-items:center;flex-direction:row;justify-content:space-between}.digest-calendar-grid,.digest-calendar-weekdays{gap:3px}.digest-calendar-day{height:16px;width:16px}}:root{--font-mono:ui-monospace,"SF Mono",SFMono-Regular,Menlo,Consolas,monospace}.hero-arc{color:var(--color-text-muted);font-size:.85rem;margin-top:.35rem;font-family:var(--font-mono)}.hero-thesis{margin-top:.6rem;font-size:.95rem;line-height:1.55;max-width:46ch}.link-sep{color:var(--color-text-muted)}.secondary-section{margin-top:3.5rem;padding-top:2rem;border-top:1px solid var(--color-border)}.secondary-section h2{font-size:1.05rem;color:var(--color-text-muted)}.work-queue{font-size:.85rem;color:var(--color-text-muted);margin-top:.5rem}.guiding-questions{margin:1rem 0 .75rem}.guiding-question{border-left:2px solid var(--color-border);padding:.15rem 0 .15rem 1rem;margin-bottom:.75rem;font-size:1.05rem;line-height:1.55}.now-list{padding-left:1.25rem}.now-list li{margin-bottom:.6rem}.research-themes{margin-top:2rem}.research-theme{border-top:1px solid var(--color-border);padding:1.5rem 0;margin-bottom:0}.research-theme h2{margin-bottom:.4rem}.research-question{font-size:1.05rem;margin-bottom:.5rem}.research-topics{font-family:var(--font-mono);font-size:.8rem;color:var(--color-text-muted);margin-bottom:.5rem}.research-now{color:var(--color-text-muted);font-size:.9rem}.research-index{font-family:var(--font-mono);font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);margin-bottom:.3rem}.testbeds{margin-top:2.5rem}.testbed-list{padding-left:1.25rem}.testbed-list li{margin-bottom:.75rem;line-height:1.6}.project-group{margin-top:2.5rem}.project-group>.project-card{margin-top:1rem}.lanes{margin-top:2rem}.lane{border-top:1px solid var(--color-border);padding:1.5rem 0}.lane h2{margin-bottom:.4rem}.lane p{color:var(--color-text-muted);line-height:1.65}.note-body code{font-family:var(--font-mono);font-size:.85em;background:var(--color-placeholder-bg);border:1px solid var(--color-border);border-radius:4px;padding:.05rem .35rem}.experiment-feed{margin-top:1.5rem}.experiment-entry{border-top:1px solid var(--color-border);padding:1.25rem 0 1rem}.experiment-head{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap;margin-bottom:.6rem}.experiment-head h2{font-size:1.1rem;margin-bottom:0}.experiment-id{font-family:var(--font-mono);color:var(--color-text-muted);font-size:.9rem}.experiment-question{font-size:.95rem;margin-bottom:.5rem}.experiment-field{display:block;font-family:var(--font-mono);font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);margin-bottom:.15rem}.status-inline{position:static;margin-right:.35rem}.status-key{display:flex;flex-wrap:wrap;gap:.4rem 1.5rem;font-size:.8rem;color:var(--color-text-muted);margin:1rem 0 .5rem}.status-key-item{white-space:nowrap}.status-active,.status-exp-written{color:#196127;background:rgba(35,154,59,.15)}.status-incubating{color:#0550ae;background:rgba(5,80,174,.15)}.status-dormant{color:var(--color-text-muted);background:var(--color-placeholder-bg)}.status-exp-planned{color:#0550ae;background:rgba(5,80,174,.12)}.status-exp-running{color:#9a6700;background:rgba(154,103,0,.15)}[data-theme=dark] .status-active,[data-theme=dark] .status-exp-written{color:#39d353;background:rgba(57,211,83,.15)}[data-theme=dark] .status-exp-planned,[data-theme=dark] .status-incubating{color:#58a6ff;background:rgba(88,166,255,.15)}[data-theme=dark] .status-exp-running{color:#e3b341;background:rgba(227,179,65,.15)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .status-active,:root:not([data-theme=light]) .status-exp-written{color:#39d353;background:rgba(57,211,83,.15)}:root:not([data-theme=light]) .status-exp-planned,:root:not([data-theme=light]) .status-incubating{color:#58a6ff;background:rgba(88,166,255,.15)}:root:not([data-theme=light]) .status-exp-running{color:#e3b341;background:rgba(227,179,65,.15)}}.project-now{color:var(--color-text-muted);font-style:italic;margin-top:.5rem}.note-list{list-style:none;padding-left:0;margin-top:.75rem}.note-list li{display:flex;gap:1rem;align-items:baseline;margin-bottom:1rem}.note-date{font-family:var(--font-mono);font-size:.78rem;white-space:nowrap}.note-date,.note-summary{color:var(--color-text-muted)}.note-summary{font-size:.9rem;margin-top:.15rem}.note-working{font-family:var(--font-mono);font-size:.68rem;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);border:1px solid var(--color-border);border-radius:4px;padding:.05rem .4rem;margin-left:.6rem;white-space:nowrap}.note-page{max-width:660px}.note-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;flex-wrap:wrap}.note-category{font-family:var(--font-mono);font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;padding:.15rem .5rem;border-radius:4px}.note-category-research{color:#0550ae;background:rgba(5,80,174,.12)}.note-category-field{color:#9a6700;background:rgba(154,103,0,.15)}[data-theme=dark] .note-category-research{color:#58a6ff;background:rgba(88,166,255,.15)}[data-theme=dark] .note-category-field{color:#e3b341;background:rgba(227,179,65,.15)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .note-category-research{color:#58a6ff;background:rgba(88,166,255,.15)}:root:not([data-theme=light]) .note-category-field{color:#e3b341;background:rgba(227,179,65,.15)}}.note-body{margin-top:1.5rem;font-size:1.02rem;line-height:1.75}.note-body p{margin-bottom:1.1rem}.note-body h2{font-size:1.15rem;font-weight:600;margin:2rem 0 .75rem}.note-footer{margin-top:2.5rem;border-top:1px solid var(--color-border);padding-top:1rem;font-size:.9rem}.writing-so-card{margin-top:1rem}@media (max-width:600px){.note-list li{flex-direction:column;gap:.15rem}}