:root{--bg: #F8F5F0;--dark: #1A1A2E;--amber: #D4A847;--muted: #5C5C7A;--faint: #8C8C9E;--rule: #D8D4CE;--cell-border: #B8B4AE;--sidebar-w: 260px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:"IBM Plex Serif",Georgia,serif;background:var(--bg);color:var(--dark);line-height:1.7}.thesis-topbar{position:sticky;top:0;z-index:100;background:var(--dark);border-bottom:4px solid var(--amber);display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;gap:1rem}.topbar-title{font-family:IBM Plex Mono,monospace;font-weight:700;font-size:.8rem;color:var(--bg);text-transform:uppercase;letter-spacing:.06em;text-decoration:none;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar-actions{display:flex;gap:.75rem;flex-shrink:0}.topbar-btn{font-family:IBM Plex Mono,monospace;font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;text-decoration:none;padding:.4rem .9rem;border:2px solid var(--amber);color:var(--amber);transition:all .15s}.topbar-btn:hover,.topbar-btn.primary{background:var(--amber);color:var(--dark)}.topbar-btn.primary:hover{background:transparent;color:var(--amber)}.thesis-layout{display:flex;min-height:calc(100vh - 52px)}.thesis-sidebar{width:var(--sidebar-w);flex-shrink:0;background:var(--dark);position:sticky;top:52px;height:calc(100vh - 52px);overflow-y:auto;padding:1.5rem 0;border-right:4px solid var(--amber)}.sidebar-label{font-family:IBM Plex Mono,monospace;font-size:.65rem;font-weight:700;color:var(--faint);text-transform:uppercase;letter-spacing:.1em;padding:.4rem 1.25rem;margin-top:.75rem}.nav-item{display:flex;align-items:baseline;gap:.5rem;padding:.3rem 1.25rem;font-family:IBM Plex Mono,monospace;font-size:.72rem;color:var(--faint);text-decoration:none;line-height:1.4;border-left:3px solid transparent;transition:all .15s}.nav-item:hover{color:var(--bg);border-left-color:var(--amber)}.nav-item.active{color:var(--amber);border-left-color:var(--amber)}.nav-num{font-size:.65rem;color:var(--amber);flex-shrink:0;min-width:1rem}.thesis-main{flex:1;max-width:760px;margin:0 auto;padding:3rem 2.5rem 5rem;overflow-x:visible}.thesis-title-block{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:6px solid var(--dark)}.thesis-main-title{font-family:IBM Plex Mono,monospace;font-weight:700;font-size:clamp(1.6rem,4vw,2.4rem);line-height:1.1;letter-spacing:-.02em;color:var(--dark);text-transform:uppercase;margin-bottom:.75rem}.thesis-subtitle{font-family:"IBM Plex Serif",Georgia,serif;font-size:1.1rem;font-style:italic;color:var(--muted);margin-bottom:1.5rem}.thesis-meta{font-family:IBM Plex Mono,monospace;font-size:.8rem;color:var(--muted);line-height:2}.thesis-meta strong{color:var(--dark)}.thesis-section{margin-bottom:4rem;scroll-margin-top:70px}.section-label{font-family:IBM Plex Mono,monospace;font-weight:700;font-size:.7rem;color:var(--amber);text-transform:uppercase;letter-spacing:.12em;margin-bottom:.5rem}.chapter-heading{font-family:IBM Plex Mono,monospace;font-weight:700;font-size:clamp(1.3rem,3vw,1.9rem);line-height:1.1;text-transform:uppercase;letter-spacing:-.02em;margin-bottom:.4rem;color:var(--dark)}.chapter-rule{height:4px;background:var(--dark);margin-bottom:2rem}.thesis-section p{font-size:1rem;line-height:1.85;margin-bottom:0;text-indent:1.5em;color:var(--dark)}.thesis-section p:first-of-type{text-indent:0}.thesis-section h2{font-family:IBM Plex Mono,monospace;font-weight:700;font-size:1.05rem;text-transform:uppercase;letter-spacing:.01em;margin-top:2.75rem;margin-bottom:.75rem;color:var(--dark)}.thesis-section h3{font-family:IBM Plex Mono,monospace;font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-top:2rem;margin-bottom:.6rem}.thesis-section h4{font-family:IBM Plex Mono,monospace;font-weight:700;font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;color:var(--faint);margin-top:1.5rem;margin-bottom:.5rem}.thesis-section h2+p,.thesis-section h3+p,.thesis-section h4+p{text-indent:0}.sec-num{color:var(--amber)}blockquote.epigraph{border-left:4px solid var(--amber);margin:2rem 0 2.5rem;padding:1rem 0 1rem 1.5rem}blockquote.epigraph p{font-style:italic;font-size:1rem;text-indent:0!important;color:var(--muted);margin-bottom:0}blockquote.epigraph cite{display:block;margin-top:.6rem;font-family:IBM Plex Mono,monospace;font-size:.75rem;color:var(--faint)}blockquote.pull-quote{border-left:3px solid var(--rule);margin:1.5rem 0;padding:.5rem 0 .5rem 1.25rem}blockquote.pull-quote p{font-style:italic;text-indent:0!important;color:var(--muted)}sup.cite{font-family:IBM Plex Mono,monospace;font-size:.65rem;color:var(--amber);vertical-align:super}ol.thesis-list{list-style:none;padding:0;margin:1.25rem 0;counter-reset:tl}ol.thesis-list li{counter-increment:tl;font-family:"IBM Plex Serif",Georgia,serif;font-size:1rem;line-height:1.8;color:var(--dark);margin-bottom:.6rem;padding-left:2.25rem;position:relative}ol.thesis-list li:before{content:counter(tl) ".";position:absolute;left:0;font-family:IBM Plex Mono,monospace;font-weight:700;font-size:.85rem;color:var(--amber)}ul.thesis-ulist{list-style:none;padding:0;margin:1.25rem 0}ul.thesis-ulist li{font-family:"IBM Plex Serif",Georgia,serif;font-size:1rem;line-height:1.8;color:var(--dark);margin-bottom:.4rem;padding-left:1.5rem;position:relative}ul.thesis-ulist li:before{content:"—";position:absolute;left:0;font-family:IBM Plex Mono,monospace;color:var(--amber)}figure.thesis-figure{display:block;width:calc(100% + 5rem);margin:2.5rem -2.5rem;border:3px solid var(--dark);background:#fff;box-shadow:8px 8px 0 var(--amber)}figure.thesis-figure img{display:block;width:100%;height:auto}figure.thesis-figure figcaption{font-family:IBM Plex Mono,monospace;font-size:.72rem;color:var(--muted);padding:.6rem .9rem;border-top:2px solid var(--rule);line-height:1.5}.table-wrap{display:block;width:calc(100% + 5rem);margin:2rem -2.5rem;overflow-x:auto;border:3px solid var(--dark);box-shadow:8px 8px 0 var(--amber)}table.thesis-table{width:100%;border-collapse:collapse;font-family:"IBM Plex Serif",Georgia,serif;font-size:.82rem;line-height:1.5}table.thesis-table thead{background:var(--dark)}table.thesis-table thead th{font-family:IBM Plex Mono,monospace;font-weight:700;font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;padding:.6rem .75rem;text-align:left;color:var(--amber);border:1px solid #3A3A52}table.thesis-table tbody tr:nth-child(2n){background:#d4a8470d}table.thesis-table tbody td{padding:.55rem .75rem;vertical-align:top;color:var(--dark);border:1px solid var(--cell-border)}table.thesis-table strong{color:var(--dark)}ol.references{list-style:none;padding:0;counter-reset:ref}ol.references li{counter-increment:ref;font-family:"IBM Plex Serif",Georgia,serif;font-size:.88rem;line-height:1.6;color:var(--muted);margin-bottom:.75rem;padding-left:2.5rem;position:relative}ol.references li:before{content:"[" counter(ref) "]";position:absolute;left:0;font-family:IBM Plex Mono,monospace;font-size:.75rem;color:var(--amber)}.thesis-sidebar::-webkit-scrollbar{width:4px}.thesis-sidebar::-webkit-scrollbar-track{background:var(--dark)}.thesis-sidebar::-webkit-scrollbar-thumb{background:var(--muted)}@media (max-width: 900px){.thesis-sidebar{display:none}.thesis-main{padding:2rem 1.25rem 4rem}figure.thesis-figure,.table-wrap{width:calc(100% + 2.5rem);margin-left:-1.25rem;margin-right:-1.25rem}}
