:root{--text:#595959;--text-dark:#333;--background:#fff;--muted:#767676;--spacing:2rem;--max-width:1200px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;color:var(--text);background:var(--background);font-size:16px;min-height:100vh}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 clamp(1rem,5vw,2rem)}.main-content{padding-top:clamp(120px,12vh,150px);padding-bottom:4rem;min-height:100vh;width:100%}.navbar{width:100%;max-width:var(--max-width);margin:0 auto;padding:1.5rem clamp(1rem,5vw,2rem);display:flex;justify-content:space-between;align-items:center;position:fixed;top:0;left:50%;transform:translateX(-50%);background:hsla(0,0%,100%,.98);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;border-bottom:1px solid #eee;box-shadow:0 1px 2px rgba(0,0,0,.03)}.nav-brand{font-weight:600;color:var(--text-dark);font-size:1.1rem;text-decoration:none}.nav-links{display:flex;gap:calc(var(--spacing) * 1.5);margin-left:auto}.nav-links a{color:var(--text);text-decoration:none;padding:.5rem .75rem;transition:color .2s ease}.nav-links a.active,.nav-links a:hover,h1{color:var(--text-dark)}h1{font-size:clamp(2rem,5vw,2.5rem);margin-bottom:clamp(2rem,5vh,3rem);font-weight:600}h2{font-size:1.5rem;margin-bottom:var(--spacing)}h2,h3{font-weight:500;color:var(--text-dark)}h3{font-size:1.1rem}.lead{font-size:1.2rem;color:var(--text);margin-bottom:var(--spacing)}main{margin-top:5rem}.social-links a{color:var(--text);text-decoration:none;font-size:.95rem;padding:.5rem 0;transition:color .2s ease;flex:1;text-align:center;min-width:70px;max-width:100px}.social-links a:hover{color:var(--text-dark)}.project-list{display:flex;flex-direction:column}.project-item{padding:var(--spacing);background:#f9f9f9;border-radius:4px}.project-item p{color:var(--muted);margin-top:.5rem}.post-item{display:block;text-decoration:none;color:var(--text);padding:var(--spacing) 0;border-bottom:1px solid #eee}.book-item{margin-bottom:calc(var(--spacing) * 1.5)}.book-item p{color:var(--muted);margin-top:.5rem}.content-list{display:flex;flex-direction:column}.content-item{min-height:auto;padding:1rem;background:#fafafa;border-radius:4px;transition:background .2s ease;margin-bottom:1rem;position:relative;text-decoration:none;color:inherit;display:block}.content-item:hover{background:#f5f5f5}.content-item.active{background:#f0f0f0;border-left:3px solid var(--muted)}.content-item h2{margin:0;font-size:1rem;line-height:1.3;color:var(--text-dark);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.content-item .author{color:var(--muted);font-size:.9rem;margin-top:.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.content-item:after{display:none}.content-item h2 a,.thoughts-grid .content-item h2 a{pointer-events:none}.thoughts-grid h2 a:hover{color:var(--text-dark)}.section-container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}.section-container .content-item{margin-bottom:1.5rem}.section-container .content-item:last-child{margin-bottom:0}.section-header{font-size:.9rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);padding-bottom:.5rem;border-bottom:1px solid #eee;margin-top:0}.section-note{color:var(--muted);font-size:.8rem;margin-top:.75rem;margin-bottom:2rem;font-family:SF Mono,Consolas,monospace}.book-grid{display:flex;flex-direction:column;gap:1.5rem}@media (max-width:768px){.book-grid{grid-template-columns:none}.content-item{padding:1rem}.social-links{justify-content:space-between;gap:1rem}.social-links a{flex:0 1 auto;padding:.75rem 0;font-size:1rem;min-width:60px}}.thoughts-grid{display:flex;flex-direction:column}.thoughts-grid .content-item{padding:1.5rem;background:#fafafa;border-radius:4px;transition:background .2s ease}.thoughts-grid .content-item:hover{background:#f5f5f5}.article-meta{display:flex;gap:1rem;font-size:.85rem;color:var(--muted);margin-bottom:.25rem}.thoughts-grid h2{margin:0 0 .25rem}.thoughts-grid h2 a{color:var(--text-dark);text-decoration:none;font-size:1.1rem;line-height:1.3}.thoughts-grid h2 a:hover{color:var(--muted)}.article-description{color:var(--text);font-size:.95rem;line-height:1.4;margin-top:.25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.external-link{color:var(--muted);text-decoration:none}.external-link:hover{color:var(--text-dark)}.excerpt{color:var(--text);font-size:.9rem;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.project-link{color:var(--text-dark);text-decoration:none;font-size:1.1rem;line-height:1.4}.project-link:hover{color:var(--muted)}.reading-layout{display:grid;grid-template-columns:2fr 1fr;gap:3rem;max-width:var(--max-width);margin:0 auto;padding:0 2rem}.book-list{overflow-y:auto;padding-right:1rem}.buffer-section{position:sticky;top:120px;width:100%;height:-moz-fit-content;height:fit-content}.notes-panel{padding:2rem 2rem 6rem;background:#fafafa;border-radius:4px;opacity:.7;transition:opacity .2s ease;margin-top:2rem;height:calc(100vh - 200px);overflow-y:auto}.notes-panel.active{opacity:1}.notes-panel:not(.active):before{color:var(--muted);font-size:.9rem;display:block}@media (max-width:1024px){.reading-layout{grid-template-columns:1fr}.notes-panel{display:none;min-height:auto}}@media (max-width:768px){.reading-layout{padding:0 1rem}.content-item{padding:1rem}}.thoughts-grid .content-item h2 a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.content-item,.project-item{padding:1.5rem;background:#fafafa;border-radius:4px;cursor:pointer;transition:background .2s ease}.project-item{display:block;text-decoration:none;color:var(--text)}.content-item:hover,.project-item:hover{background:#f5f5f5}.content-item p{color:var(--muted);font-size:.9rem}.about-container{margin-bottom:3rem;overflow:hidden}.about-text p{margin-bottom:1.5rem;line-height:1.7}.about-image-container{float:right;width:300px;margin-left:2.5rem;margin-bottom:1.5rem;margin-top:.5rem}.about-image{width:100%;height:auto;border-radius:4px;filter:grayscale(85%);transition:filter .3s ease;display:block}.about-image:hover{filter:grayscale(0)}.image-caption{margin-top:.75rem;color:var(--muted);font-size:.9rem;text-align:center;font-style:italic;line-height:1.4}.social-links{clear:both;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #eee;display:flex;flex-wrap:wrap;gap:1rem 1.5rem;justify-content:space-between}@media (max-width:768px){.about-image-container{float:none;width:min(80%,300px);margin:1rem auto 2rem}.social-links{margin-top:.5rem;padding-top:1rem}.nav-links{gap:1rem}}@media (hover:none){.about-image{filter:grayscale(0)}}.search-highlights-container{background-color:#000;padding:3rem 2rem;border-radius:8px;margin-bottom:3rem;color:#fff;text-align:center}.search-title{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:600;margin-bottom:1.5rem;color:#fff}.search-bar{position:relative;max-width:400px;margin:0 auto}.search-icon{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#aaa}.search-input{width:100%;padding:.8rem 1rem .8rem 2.5rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit;background-color:#fff;color:var(--text-dark)}.browse-options-container{background-color:#fafafa;padding:1.5rem;border:none;border-radius:8px;margin-top:2rem;box-shadow:0 1px 3px rgba(0,0,0,.05)}.browse-title{font-size:1.2rem;font-weight:600;color:var(--text-dark);margin-bottom:1.5rem;margin-top:0}.browse-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.browse-item-link{display:block;text-decoration:none;color:inherit;padding:1rem 1.5rem;background-color:#fff;border-radius:6px;border:1px solid #eee;transition:background-color .2s ease,border-color .2s ease,transform .1s ease;display:flex;align-items:center}.browse-item-link:hover{background-color:#f9f9f9;border-color:#ddd;transform:translateY(-1px)}.browse-icon{font-size:1.2rem;color:var(--muted);margin-right:1rem;width:25px;text-align:center;flex-shrink:0}.browse-text{font-weight:500;color:var(--text-dark);flex-grow:1}.browse-link{display:none}.browse-item-link:after{content:"\f054";font-family:Font Awesome\ 6 Free;font-weight:900;color:var(--muted);font-size:.8rem;margin-left:1rem;transition:color .2s ease}.browse-item-link:hover:after,.page-title{color:var(--text-dark)}.page-title{font-size:clamp(1.8rem,4vw,2.2rem);margin-bottom:2.5rem;font-weight:600}.highlight-feed{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:2rem;max-width:800px;margin-left:auto;margin-right:auto}.highlight-card{border:1px solid #e0e0e0;border-radius:8px;background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.05);display:flex;flex-direction:column;position:relative}.highlight-card-header{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem .75rem;border-bottom:1px solid #f0f0f0;margin-bottom:0}.highlight-book-cover{border-radius:4px;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.highlight-card-title-author{flex-grow:1;min-width:0}.highlight-book-title{font-size:1.1rem;font-weight:600;margin:0 0 .1rem;white-space:normal;word-break:break-word;line-height:1.3}.highlight-book-author{font-size:.9rem;color:#666;margin:0;white-space:normal;word-break:break-word}.copy-highlight-btn{background:none;border:1px solid #e0e0e0;border-radius:4px;padding:.2rem .5rem;font-size:.8rem;color:var(--muted);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.3rem;margin-left:auto;flex-shrink:0;align-self:flex-start}.copy-highlight-btn:hover{background-color:#f5f5f5;border-color:#bbb}.copy-highlight-btn i{margin-right:.3rem}.highlight-card-content{flex-grow:1;position:relative;transition:max-height .3s ease-out;padding:1rem 1.25rem}.highlight-text{font-size:1rem;line-height:1.6;color:#333;margin:0}.no-books-message{color:#666;padding:2rem}.page-title{text-align:center;margin-bottom:2rem}.library-header{justify-content:space-between;margin-bottom:2rem;gap:1rem}.library-controls,.library-header{display:flex;align-items:center;flex-wrap:wrap}.library-controls{gap:1.5rem}.view-toggle{display:flex;border:1px solid #ddd;border-radius:4px;overflow:hidden}.view-btn{background:none;border:none;padding:.5rem .8rem;cursor:pointer;color:var(--muted);font-size:1rem}.view-btn:hover{background-color:#f5f5f5}.view-btn.active{background-color:#eee;color:var(--text-dark)}.library-search .search-input{padding:.6rem 1rem .6rem 2.5rem;max-width:250px}.library-search .search-icon{left:12px}.library-table-container{overflow-x:auto}.library-table-container.hidden{visibility:hidden;opacity:0;position:absolute;height:0;overflow:hidden}.library-table{table-layout:fixed}.library-table td,.library-table th{overflow-wrap:break-word;word-break:break-word}.library-table td:first-child,.library-table th:first-child{width:55%}#finished-section .library-table td:nth-child(2),#finished-section .library-table th:nth-child(2),#reading-section .library-table td:nth-child(2),#reading-section .library-table th:nth-child(2){width:30%}#finished-section .library-table td:nth-child(3),#finished-section .library-table th:nth-child(3),#reading-section .library-table td:nth-child(3),#reading-section .library-table th:nth-child(3){width:15%}#favorites-section .library-table td:nth-child(2),#favorites-section .library-table th:nth-child(2),#next-section .library-table td:nth-child(2),#next-section .library-table th:nth-child(2){width:45%}.library-table thead th{background-color:#f9f9f9;font-weight:500;color:var(--text-dark);cursor:pointer}.library-table thead th i{margin-left:.5rem;color:var(--muted);font-size:.8em}.library-table tbody tr:hover{background-color:#f5f5f5}.library-grid-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:2rem 1.5rem;margin-top:1rem}.library-grid-container.library-table{table-layout:auto;display:grid}.library-grid-item{display:flex;flex-direction:column;align-items:center;text-align:center}.library-grid-cover{width:100%;max-width:160px;height:auto;aspect-ratio:3/4;-o-object-fit:cover;object-fit:cover;border-radius:4px;margin-bottom:.8rem;box-shadow:0 2px 4px rgba(0,0,0,.1);background-color:#eee}.library-grid-info{width:100%}.library-grid-title{font-size:.95rem;font-weight:500;color:var(--text-dark);line-height:1.3;margin:0 0 .25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:2.6em}.library-grid-author{font-size:.85rem;color:var(--muted);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width:480px){.library-grid-container{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1.5rem 1rem}.library-grid-title{font-size:.9rem}.library-grid-author{font-size:.8rem}}.library-section{margin-top:2rem;margin-bottom:2rem}.library-section h2{font-size:1.6rem;margin-bottom:1rem;color:var(--text-dark);border-bottom:1px solid var(--border-color);padding-bottom:.5rem}.library-section h2 .fas{margin-right:.5rem;font-size:.9em;color:var(--muted)}.favorite-icon{color:#f0ad4e;margin-left:8px;font-size:.8em;vertical-align:middle}.no-books-message{color:var(--muted);font-style:italic;padding:1rem;text-align:center}.library-table{width:100%;border-collapse:collapse;margin-top:1rem}.library-table td,.library-table th{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--border-color);vertical-align:top}.library-table th{font-weight:500;color:var(--text-dark);font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}.library-table th .fas{margin-left:5px;font-size:.8em;color:var(--muted)}.library-table tbody tr:hover{background-color:#f9f9f9}.highlights-search-bar{max-width:600px;margin:0 auto 2.5rem}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}