*{box-sizing:border-box}:root{font-family:Space Mono,monospace;font-size:15px;line-height:1.6;font-weight:700;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--bg: #141414;--text: #d4d4d4;--text-secondary: #777;--text-muted: #555;--link: #7aa2f7;--link-hover: #a8c8ff;--hover: #7aa2f7;--border: #2a2a2a;--success: #66bb6a;--error: #ef5350;--card-bg: #1a1a1a;--card-border: #2a2a2a;--writing-body: #bbb;--overlay-bg: rgba(20, 20, 20, .92);--shadow: rgba(0, 0, 0, .3);--color-btn-bg: #3a3a3a;color:var(--text)}:root[data-theme=light]{--bg: #fff;--text: #1a1a1a;--text-secondary: #555;--text-muted: #999;--link: #2563eb;--link-hover: #1d4ed8;--hover: #2563eb;--border: #e0e0e0;--success: #2e7d32;--error: #c62828;--card-bg: #fafafa;--card-border: #eee;--writing-body: #333;--overlay-bg: rgba(255, 255, 255, .92);--shadow: rgba(0, 0, 0, .08);--color-btn-bg: #fff}body{margin:0;min-height:100vh;background:var(--bg)}#root{width:100%}button{font-family:inherit}.app-shell{min-height:100vh;padding:2.5rem 3.5rem;background:var(--bg);display:flex;flex-direction:column}.top-bar{display:flex;justify-content:space-between;align-items:flex-start}.name-block .name{margin:0;font-size:1.1rem}.name-block .email{margin:.1rem 0 0;font-size:.85rem;color:var(--text-secondary)}.name-block .linkedin-link{display:block;margin:.1rem 0 0;font-size:.85rem;color:var(--link)}.name-block .linkedin-link:hover{color:var(--link-hover)}.nav-links{display:flex;align-items:baseline;gap:1.5rem}.nav-link{border:none;background:transparent;font-size:.95rem;cursor:pointer;padding:0;color:var(--text);font-weight:inherit}.nav-link:hover{color:var(--hover)}.landing{flex:1;display:flex;align-items:center;justify-content:center;gap:2rem;max-width:640px;width:100%;margin:0 auto}.intro p{margin:0 0 1rem}.intro .bio{font-weight:400}.portrait img{width:140px;height:140px;border-radius:50%;object-fit:cover;object-position:center 20%;flex-shrink:0}.projects-page{min-height:100vh;padding:2.5rem 3.5rem;background:var(--bg);display:flex;flex-direction:column}.projects-header{display:flex;justify-content:space-between;align-items:baseline}.projects-header h2{margin:0;font-size:1rem;font-weight:inherit}.projects-description{font-size:.85rem;color:var(--text-secondary);margin:.5rem 0 0;text-align:center}.back-link{border:none;background:transparent;font-size:.85rem;cursor:pointer;padding:0;color:var(--text);font-weight:inherit}.back-link:hover{color:var(--hover)}.project-list{max-width:640px;margin:4rem auto 0}.project-row{display:flex;justify-content:space-between;align-items:baseline;padding:.75rem 0;border-bottom:1px solid var(--border);cursor:pointer}.project-row:first-child{border-top:1px solid var(--border)}.project-row:hover{color:var(--hover)}.project-row-title{margin:0}.project-row-arrow{font-size:.85rem;color:var(--text-muted)}.writing-tags{max-width:640px;margin:2.5rem auto 0;display:flex;gap:1.5rem;flex-wrap:wrap}.writing-tag{border:none;background:transparent;font-size:.85rem;cursor:pointer;padding:0;color:var(--text-muted);font-weight:inherit}.writing-tag:hover,.writing-tag-active{color:var(--text)}.writing-list{max-width:640px;margin:1.5rem auto 0}.writing-row{display:flex;justify-content:space-between;align-items:baseline;padding:1rem 0;cursor:pointer}.writing-row:hover .writing-row-title{color:var(--hover)}.writing-row-title{margin:0}.writing-row-date{font-size:.85rem;color:var(--text-muted);flex-shrink:0;margin-left:2rem}.writing-detail-wrapper{max-width:600px;margin:4rem auto 0;width:100%}.writing-detail-title{font-family:Georgia,Times New Roman,serif;font-size:1.8rem;font-weight:700;margin:0 0 .5rem;line-height:1.2}.writing-detail-date{font-size:.85rem;color:var(--text-muted);margin:0 0 2rem}.writing-detail-image{display:block;max-width:100%;max-height:400px;border-radius:4px;margin:0 auto 2rem}.writing-detail-content p{font-family:Georgia,Times New Roman,serif;font-size:1.1rem;line-height:1.7;color:var(--writing-body);margin:0 0 1.2rem;font-weight:400}.writing-detail-content a{color:var(--link);text-decoration:underline;text-underline-offset:2px}.writing-detail-content a:hover{color:var(--link-hover)}.project-detail{max-width:640px;margin:0 auto;flex:1;display:flex;align-items:center;justify-content:center}.project-detail p{margin:0}.bottom-home-link{position:fixed;bottom:2.5rem;left:3.5rem;border:none;background:transparent;font-size:.85rem;cursor:pointer;padding:0;color:var(--text-muted);font-weight:400}.bottom-home-link:hover{color:var(--text)}.recent-project{position:fixed;bottom:2.5rem;left:3.5rem;border:none;background:transparent;font-size:.85rem;cursor:pointer;padding:0;color:var(--text-secondary);font-weight:400}.recent-project:hover{color:var(--text)}.not-found-page{display:flex;flex-direction:column;align-items:center;text-align:center;min-height:100vh;padding:2.5rem 3.5rem;background:var(--bg)}.not-found-text{font-size:1rem;color:var(--text-secondary);margin:0 0 1rem}.not-found-home{margin-top:2rem;font-size:1.1rem;color:var(--text-muted);background:none;border:none;cursor:pointer;font-family:inherit;text-decoration:underline;text-align:center;width:100%}.not-found-home:hover{color:var(--text)}.bottom-right{margin-top:auto;align-self:flex-end;display:flex;flex-direction:column;align-items:flex-end;gap:.3rem;padding-top:2rem}.theme-toggle{border:none;background:transparent;font-size:.85rem;cursor:pointer;padding:0;color:var(--text-muted);font-weight:400;font-family:inherit;display:inline-flex;align-items:center;gap:.3rem}.theme-toggle:hover{color:var(--text)}.vibecoded{font-size:.85rem;color:var(--text-muted);font-weight:400;text-align:right;line-height:1.4;margin-top:auto;align-self:flex-end}.vibecoded a{color:var(--link);text-decoration:underline}.vibecoded a:hover{color:var(--link-hover)}@media (max-width: 640px){.app-shell,.projects-page{padding:1.5rem}.bottom-right{max-width:40%}.vibecoded{font-size:.75rem}.bottom-home-link{bottom:1.5rem;left:1.5rem;max-width:40%}.recent-project{bottom:1.5rem;left:1.5rem;max-width:55%;text-align:left;font-size:.75rem}.landing{flex-direction:column;gap:1.5rem}.portrait img{width:100px;height:100px}}.chess-puzzle{display:flex;flex-direction:column;align-items:center;gap:1rem}.chess-puzzle .puzzle-info{font-size:.85rem;color:var(--text-secondary);display:flex;gap:1.5rem}.chess-board{display:grid;grid-template-columns:repeat(8,1fr);grid-template-rows:repeat(8,1fr);width:min(400px,calc(100vw - 3rem));height:min(400px,calc(100vw - 3rem));border:1px solid var(--border)}.chess-square{display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;-webkit-user-select:none;user-select:none}.chess-piece-img{width:85%;height:85%}.chess-piece-img[draggable=true]{cursor:grab}.chess-piece-img[draggable=true]:active{cursor:grabbing}.chess-square.light{background:#f0d9b5}.chess-square.dark{background:#c49b6e}.chess-square.selected{background:#829769}.chess-square.legal-target:after{content:"";position:absolute;width:30%;height:30%;border-radius:50%;background:#0003}.chess-square.legal-target.has-piece:after{width:90%;height:90%;border-radius:50%;background:transparent;border:3px solid rgba(0,0,0,.2)}.chess-square.last-move.light{background:#cdd16a}.chess-square.last-move.dark{background:#aaa23a}.puzzle-status{font-size:.9rem;min-height:1.4rem}.puzzle-status.correct{color:var(--success)}.puzzle-status.wrong{color:var(--error)}.puzzle-loading{color:var(--text-secondary);font-size:.85rem}.puzzle-error{color:var(--error);font-size:.85rem}.hemicycle-wrapper{display:flex;flex-direction:column;align-items:center;max-width:700px;margin:0 auto;width:100%}.hemicycle-title{font-family:Georgia,Times New Roman,serif;font-size:1.1rem;font-weight:400;color:var(--text);margin:0;text-align:center}.hemicycle-svg{width:100%;height:auto}.hemicycle-seat{transition:opacity .15s ease;cursor:pointer}.hemicycle-seat:hover{opacity:.5}.hemicycle-count{font-size:1.5rem;font-weight:700;margin-top:-2rem;color:var(--text)}.hemicycle-label{font-size:.85rem;color:var(--text-muted);margin-bottom:1.5rem}.hemicycle-legend{display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:center}.hemicycle-legend-item{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--text-secondary)}.hemicycle-legend-swatch{width:12px;height:12px;border-radius:2px;flex-shrink:0}.hemicycle-outline-legend{display:flex;align-items:center;gap:.4rem;font-size:.75rem;color:var(--text-secondary);margin-top:.75rem}.hemicycle-tooltip{position:fixed;transform:translate(-50%,-120%);background:#1a1a1a;color:#fff;padding:6px 10px;border-radius:4px;font-size:.75rem;pointer-events:auto;white-space:nowrap;z-index:10}.hemicycle-tooltip-name{font-weight:700;margin-bottom:2px;color:#fff;text-decoration:underline;display:block}.hemicycle-tooltip-context{color:#ccc;font-size:.7rem;margin-bottom:3px}.hemicycle-tooltip-trip a{color:var(--link);font-size:.7rem;text-decoration:underline}.hemicycle-outline-swatch{width:12px;height:12px;border-radius:50%;border:2.5px solid #ff3333;background:transparent;flex-shrink:0}.esp-timeline-container{max-width:800px;margin:2rem auto 0;width:100%}.esp-section-title{font-family:Georgia,Times New Roman,serif;font-size:1.1rem;font-weight:400;color:var(--text);margin:0 0 .2rem;text-align:center}.esp-legend{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:.25rem}.esp-legend-item{display:flex;align-items:center;gap:.35rem;font-size:.75rem;color:var(--text-secondary)}.esp-legend-swatch{width:8px;height:8px;border-radius:50%;flex-shrink:0}.esp-toggle{display:block;margin:.5rem auto;padding:.35rem .9rem;background:none;border:1px solid var(--border);border-radius:3px;font-size:.78rem;color:var(--text-secondary);cursor:pointer;font-family:Georgia,Times New Roman,serif;transition:border-color .15s ease,color .15s ease}.esp-toggle:hover{border-color:var(--text-muted);color:var(--text)}.esp-toggle-sticky{position:sticky;top:8px;z-index:50;display:block;margin:0 auto .25rem;padding:.3rem .8rem;background:var(--overlay-bg);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid var(--border);border-radius:3px;font-size:.72rem;color:var(--text-secondary);cursor:pointer;font-family:Georgia,Times New Roman,serif;transition:border-color .15s ease,color .15s ease;box-shadow:0 1px 4px var(--shadow)}.esp-toggle-sticky:hover{border-color:var(--text-muted);color:var(--text)}.esp-vertical-wrapper{position:relative;padding:0}.esp-vertical-line{position:absolute;left:50%;top:0;bottom:0;width:2px;background:var(--border);transform:translate(-50%)}.esp-v-event{position:relative;display:flex;align-items:center;margin-bottom:.1rem;width:100%}.esp-v-left{flex-direction:row-reverse}.esp-v-right{flex-direction:row}.esp-v-dot{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:8px;height:8px;border-radius:50%;z-index:2;cursor:pointer;transition:transform .15s ease;flex-shrink:0}.esp-v-dot:hover{transform:translate(-50%,-50%) scale(1.5)}.esp-v-card{width:43%;padding:.15rem .4rem;background:var(--card-bg);border:1px solid var(--card-border);border-radius:3px}.esp-v-left .esp-v-card{margin-right:auto;margin-left:0;text-align:right}.esp-v-right .esp-v-card{margin-left:auto;margin-right:0;text-align:left}.esp-v-date{font-size:.6rem;color:var(--text-muted);font-weight:600;margin-bottom:0}.esp-v-individuals{font-size:.68rem;color:var(--text);line-height:1.2}.esp-v-branch{font-size:.55rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-top:0}.esp-tooltip{position:fixed;transform:translate(-50%,-110%);background:#1a1a1a;color:#fff;padding:8px 12px;border-radius:4px;font-size:.73rem;pointer-events:auto;z-index:100;max-width:320px;line-height:1.4}.esp-tooltip-date{font-weight:700;margin-bottom:3px}.esp-tooltip-individuals{color:#eee;margin-bottom:3px}.esp-tooltip-branch{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px}.esp-tooltip-details{color:#ccc;font-size:.68rem;margin-bottom:4px}.esp-tooltip-outcome{color:#ddd;font-size:.68rem;margin-bottom:4px}.esp-tooltip-sources{display:flex;flex-wrap:wrap;gap:6px}.esp-tooltip-sources a{color:var(--link);font-size:.65rem;text-decoration:underline}@media (max-width: 640px){.esp-vertical-line,.esp-v-dot{left:16px}.esp-v-event{flex-direction:row!important}.esp-v-card{width:auto;margin-left:34px!important;margin-right:0!important;text-align:left!important}.esp-tooltip{max-width:260px;font-size:.7rem}}.debt-projection{display:flex;flex-direction:column;align-items:center;gap:.6rem;width:100%}.debt-projection .debt-intro{font-size:.85rem;color:var(--text-secondary);max-width:min(540px,calc(100vw - 3rem));text-align:center;line-height:1.6;margin:0 0 .5rem;font-family:Space Mono,monospace;font-weight:700}.debt-subtitle{font-size:.8rem;color:var(--text-secondary);margin:0}.debt-chart{width:min(640px,calc(100vw - 3rem));height:auto;cursor:crosshair}.projection-zone{fill:var(--text-muted);opacity:.05}.historical-line{stroke:#7aa2f7}.projected-line{stroke:#ff6b6b}.cbo-line{stroke:var(--text-muted);stroke-dasharray:4 3;stroke-width:1}.debt-projection .hover-dot{fill:var(--bg);stroke-width:2}.country-line{stroke:#e6a855;stroke-width:.5;stroke-dasharray:2 4;opacity:.35}.country-label{fill:#e6a855;font-size:8px;font-family:Space Mono,monospace;opacity:.6}.debt-projection .debt-cbo-note{font-size:.75rem;color:var(--text-muted);max-width:min(500px,calc(100vw - 3rem));text-align:center;line-height:1.4;margin:0;font-family:Space Mono,monospace;font-weight:700}.debt-hover-info{display:flex;gap:.8rem;font-size:.8rem;min-height:1.2rem;align-items:center}.hover-year{color:var(--text-muted)}.historical-color{color:#7aa2f7}.projected-color{color:#ff6b6b}.hover-tag{font-size:.7rem;color:var(--text-muted);border:1px solid var(--border);padding:0 .3rem;border-radius:3px}.debt-legend{display:flex;gap:1.2rem;font-size:.75rem;color:var(--text-muted)}.debt-legend-item{display:inline-flex;align-items:center;gap:.35rem}.legend-swatch{display:inline-block;width:12px;height:2px}.historical-swatch{background:#7aa2f7}.projected-swatch{background:#ff6b6b}.cbo-swatch{background:var(--text-muted);height:0;border-top:2px dashed var(--text-muted)}.debt-controls{display:flex;flex-direction:column;gap:.7rem;width:min(500px,calc(100vw - 3rem));margin-top:.5rem}.slider-group{display:flex;flex-direction:column;gap:.15rem}.slider-group label{font-size:.75rem;color:var(--text-secondary);display:flex;justify-content:space-between}.slider-value{color:var(--text);font-weight:700}.slider-track-wrapper{position:relative;width:100%;height:12px;display:flex;align-items:center}.slider-default-mark{position:absolute;width:2px;height:10px;background:var(--text-muted);opacity:.5;border-radius:1px;transform:translate(-50%);pointer-events:none;z-index:1}.slider-group input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:3px;background:var(--border);border-radius:2px;outline:none;cursor:pointer;position:relative;z-index:2;margin:0}.slider-group input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;border-radius:50%;background:var(--text);cursor:pointer}.slider-group input[type=range]::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:var(--text);border:none;cursor:pointer}.slider-sublabel{font-size:.6rem;color:var(--text-muted);font-weight:400;width:100%}.reset-btn{align-self:flex-start;background:none;border:1px solid var(--border);color:var(--text-muted);font-size:.7rem;font-family:inherit;padding:.25rem .6rem;border-radius:3px;cursor:pointer;margin-top:.2rem}.reset-btn:hover{color:var(--text);border-color:var(--text-muted)}.debt-summary{font-size:.85rem;color:var(--text);margin-top:.5rem}.debt-summary strong{color:#ff6b6b}.debt-projection .debt-explanation{font-size:.75rem;color:var(--text-muted);max-width:min(500px,calc(100vw - 3rem));text-align:center;line-height:1.5;margin-top:.3rem;font-family:Space Mono,monospace;font-weight:700}@media (max-width: 640px){.debt-hover-info{font-size:.75rem;gap:.5rem}.debt-legend{flex-wrap:wrap;gap:.6rem}}.pairs-trading{display:flex;flex-direction:column;align-items:center;gap:.8rem;width:100%}.pairs-chart{width:min(600px,calc(100vw - 3rem));height:auto;cursor:crosshair}.pairs-legend{display:flex;gap:1.2rem}.legend-item{display:inline-flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--text-muted);background:none;border:none;cursor:pointer;font-family:inherit;padding:0}.legend-item.active{color:var(--text)}.legend-dot{display:inline-block;width:8px;height:8px;border-radius:50%}.pairs-dot{background:#7aa2f7}.sp500-dot{background:#ff9e64}.grid-line{stroke:var(--border);stroke-width:.5}.baseline{stroke:var(--text-muted);stroke-width:.5;stroke-dasharray:4 3}.chart-line{fill:none;stroke-width:1.5}.pairs-line{stroke:#7aa2f7}.sp500-line{stroke:#ff9e64}.axis-label{fill:var(--text-muted);font-size:10px;font-family:Space Mono,monospace}.crosshair{stroke:var(--text-muted);stroke-width:.5;stroke-dasharray:3 2}.hover-dot{fill:var(--bg);stroke-width:1.5}.pairs-dot-svg{stroke:#7aa2f7}.sp500-dot-svg{stroke:#ff9e64}.pairs-hover-info{display:flex;gap:1rem;font-size:.8rem;min-height:1.2rem}.hover-date{color:var(--text-muted)}.pairs-color{color:#7aa2f7}.sp500-color{color:#ff9e64}.pairs-explanation{font-size:.75rem;color:var(--text-muted);max-width:min(500px,calc(100vw - 3rem));text-align:center;margin-top:.5rem}.pairs-explanation a{color:var(--link)}.pairs-loading,.pairs-error{font-size:.85rem;color:var(--text-secondary)}@media (max-width: 640px){.pairs-hover-info{font-size:.75rem;gap:.6rem}}
