@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";.books-page{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;padding:30px;background:#0d1117;background-image:radial-gradient(circle at 10% 20%,#da363310 0%,transparent 50%),radial-gradient(circle at 90% 80%,#58a6ff10 0%,transparent 50%),radial-gradient(circle at 50% 50%,#3fb95010 0%,transparent 50%),radial-gradient(circle at 80% 10%,#bc8cff10 0%,transparent 50%),radial-gradient(circle at 20% 90%,#d2992210 0%,transparent 50%);background-attachment:fixed;color:#e6edf3;min-height:100vh}.books-page .header{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:24px}.books-page h1{font-size:2rem;font-weight:600;color:#e6edf3}.books-page .controls{display:flex;justify-content:center;gap:12px;margin-bottom:24px}.books-page button{padding:8px 16px;border:1px solid #30363d;border-radius:6px;font-family:inherit;font-size:.875rem;font-weight:500;cursor:pointer;color:#e6edf3;background:#21262d}.books-page button:hover{background:#30363d}.books-page .controls button:first-child{background:#21262d}.books-page .controls button:last-child{background:#238636;border-color:#238636}.books-page .controls button:last-child:hover{background:#2ea043}.books-page .books{display:flex;flex-direction:column;gap:1px;max-width:900px;margin:0 auto;border:1px solid #30363d;border-radius:6px;overflow:hidden}.books-page .book{background:#161b22;padding:16px;border-bottom:1px solid #21262d}.books-page .book:last-child{border-bottom:none}.books-page .book-row{display:flex;align-items:center;gap:16px}.books-page .book .rating{font-size:2rem;font-weight:600;min-width:70px;text-align:center}.books-page .book .cover{width:90px;height:130px;border-radius:6px;border:1px solid #30363d;overflow:hidden;flex-shrink:0}.books-page .book .cover .spine{width:100%;height:100%;background:var(--spine-color);display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:600;color:#fff}.books-page .book .info{flex:1}.books-page .book h3{color:#e6edf3;font-weight:600}.books-page .book p{color:#8b949e;font-size:.875rem}.books-page .actions{display:flex;gap:8px}.books-page .actions button:first-child{background:#21262d}.books-page .actions .comment-btn{display:flex;align-items:center;gap:4px;background:#21262d}.books-page .actions .comment-btn span{font-size:.75rem}.books-page .actions button:last-child{background:#21262d;color:#f85149;border-color:#f85149}.books-page .actions button:last-child:hover{background:#f8514922}.books-page .timeline{margin-top:12px;padding-top:12px;border-top:1px solid #21262d;position:relative}.books-page .timeline:before{content:"";position:absolute;left:7px;top:12px;bottom:0;width:2px;background:#30363d}.books-page .timeline-item{position:relative;padding-left:28px;margin-bottom:20px}.books-page .timeline-item:last-child{margin-bottom:0}.books-page .timeline-badge{position:absolute;left:2px;top:12px;width:12px;height:12px;border-radius:50%;background:#30363d;border:2px solid #161b22;z-index:1}.books-page .timeline-body{border:1px solid #30363d;border-radius:6px;overflow:hidden}.books-page .timeline-header{display:flex;align-items:center;gap:6px;padding:8px 12px;background:#161b22;border-bottom:1px solid #30363d;font-size:.8rem}.books-page .timeline-header strong{color:#58a6ff}.books-page .timeline-header span{color:#8b949e}.books-page .timeline-header time{color:#484f58;font-size:.75rem}.books-page .timeline-header button{margin-left:auto;padding:2px 6px;font-size:.7rem;background:transparent;border:none;color:#484f58}.books-page .timeline-header button:hover{color:#f85149;background:transparent}.books-page .timeline-content{padding:10px 12px;color:#e6edf3;font-size:.85rem;background:#0d1117}.books-page .comment-form{display:flex;flex-direction:column;gap:6px;padding:10px 12px;background:#0d1117}.books-page .comment-form input,.books-page .comment-form textarea{padding:6px 10px;border:1px solid #30363d;border-radius:6px;font-family:inherit;font-size:.8rem;background:#161b22;color:#e6edf3;resize:vertical}.books-page .comment-form input:focus,.books-page .comment-form textarea:focus{outline:none;border-color:#58a6ff}.books-page .comment-form button{align-self:flex-end;background:#238636;border-color:#238636;font-size:.8rem;padding:6px 12px}.books-page .comment-form button:hover{background:#2ea043}.books-page .comment-form .error{color:#f85149;font-size:.75rem}.books-page .form{background:#161b22;padding:20px;border-radius:6px;margin:0 auto 24px;max-width:400px;border:1px solid #30363d}.books-page .form input{width:100%;padding:8px 12px;margin-bottom:10px;border:1px solid #30363d;border-radius:6px;font-family:inherit;font-size:.875rem;background:#0d1117;color:#e6edf3}.books-page .form input::placeholder{color:#484f58}.books-page .form input:focus{outline:none;border-color:#58a6ff;box-shadow:0 0 0 3px #58a6ff33}.books-page .form .error{display:block;color:#f85149;font-size:.75rem;margin:-6px 0 8px}.books-page .form .buttons{display:flex;gap:10px}.books-page .form .buttons button:first-child{background:#238636;border-color:#238636}.books-page .form .buttons button:first-child:hover{background:#2ea043}.books-page .form .buttons button:last-child{background:#21262d}.coming-soon-page{max-width:680px;margin:0 auto;padding:6em 2em 4em;color:#cdd6e8;line-height:1.7}.coming-soon-page h1{font-family:Coolvetica;font-size:clamp(2rem,4vw,3rem);color:#d1a2f9;margin-bottom:.5em}@keyframes fade-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.section-hero{padding:6em 0 5em;display:flex;flex-direction:column;gap:.25em}.hero-line{margin-left:4em;margin-right:4em;max-width:780px;line-height:1.25;opacity:0;animation:fade-up .8s ease forwards}.hero-line:nth-child(1){animation-delay:.05s}.hero-line:nth-child(2){animation-delay:.15s}.hero-line:nth-child(3){animation-delay:.25s}.hero-line:nth-child(4){animation-delay:.35s}.hero-line p{margin:0;font-size:clamp(1rem,1.5vw,1.15rem);line-height:1.6}.hero-line:nth-child(1) p{color:#64ffda;font-size:.95rem;letter-spacing:.08em;text-transform:uppercase}.hero-line:nth-child(2) p{font-size:clamp(2.8rem,6vw,4.6rem);letter-spacing:.025em;color:#d1a2f9;font-family:Coolvetica}.hero-line:nth-child(3) p{font-size:clamp(2.4rem,5.5vw,4.2rem);letter-spacing:.025em;color:#d8d2e6;font-family:Coolvetica}.hero-line:nth-child(4) span{font-size:clamp(1rem,1.4vw,1.1rem);line-height:1.7;color:#cdd6e8;text-align:justify;display:block}.hero-socials{display:flex;flex-wrap:wrap;column-gap:1em;row-gap:.75em;margin-left:4em;margin-right:4em;margin-top:1.25em}.hero-social-icon{width:1.5em;height:1.5em;transition:transform .2s ease,filter .2s ease}.is-active{filter:invert(.45) sepia(3) saturate(5) hue-rotate(220deg)}.hero-social-icon:hover{filter:invert(.45) sepia(3) saturate(5) hue-rotate(220deg);transform:translateY(-2px) scale(1.08)}.hero-social:hover{cursor:pointer}@media screen and (max-width:720px){.hero-line{text-align:center;margin-left:2em;margin-right:2em}.hero-socials{justify-content:center;margin-left:2em;margin-right:2em}}.interest-bar{display:flex;align-items:center;gap:1em;width:100%}.interest-label{font-size:.95rem;color:#cdd6e8;min-width:150px}.interest-track{display:flex;gap:4px;flex:1}.interest-segment{height:20px;flex:1;border-radius:3px;background:#d1a2f926;transition:background .3s ease}.interest-segment.filled{background:#d1a2f9}.section-resume{padding:6em 4em 5em;max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:2em}.resume-title{font-family:Coolvetica;font-size:clamp(2.4rem,5vw,3.8rem);color:#d1a2f9;margin:0}.resume-section h2{color:#64ffda;font-size:clamp(1.6rem,3vw,2.2rem);font-family:Coolvetica;letter-spacing:.04em;margin:0 0 1em;display:flex;align-items:center;gap:.4em}.resume-item{margin-bottom:1.5em}.resume-item-header{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:.5em}.resume-item h3{margin:0;font-size:1.1rem;font-weight:700;color:#d1a2f9}.resume-date{font-size:.85rem;color:#a8b2d1}.resume-item p{margin:.25em 0 0;color:#cdd6e8;line-height:1.6}.resume-interests{display:flex;flex-direction:column;gap:.75em}@media screen and (max-width:720px){.section-resume{padding:4.5em 2em 5em}}.strava-page{max-width:680px;margin:0 auto;padding:6em 2em 4em;color:#cdd6e8;line-height:1.7}.strava-page h1{font-family:Coolvetica;font-size:clamp(2rem,4vw,3rem);color:#d1a2f9;margin-bottom:.5em}.strava-page h2{color:#64ffda;font-family:Coolvetica;font-size:1.4rem;margin:1.5em 0 .5em}.strava-page ol,.strava-page ul{padding-left:1.5em;margin-bottom:1em}.strava-page li{margin-bottom:.3em}.strava-page a{color:#64ffda;text-decoration:none;font-weight:600}.strava-page a:hover{text-decoration:underline}.strava-tree{background:#ffffff0d;border:1px solid rgba(100,255,218,.15);border-radius:8px;padding:1.25em 1.5em;font-size:.85rem;line-height:1.6;overflow-x:auto;color:#64ffda}.section-work{padding:5.5em 4em 6.5em;display:flex;flex-direction:column;gap:2.5em}.work-title{font-family:Coolvetica;font-size:clamp(2.4rem,5vw,3.8rem);margin:0;color:#d1a2f9}.work-timeline{display:flex;flex-direction:column;gap:2em}.work-timeline-group{display:flex;align-items:flex-start;gap:1.5em}.work-timeline-projects{display:flex;flex-direction:column;gap:2em;flex:1}.work-year{font-size:.85rem;font-weight:600;color:#64ffda;letter-spacing:.06em;min-width:3.5em;padding-top:.15em}.work-timeline-line{width:2px;align-self:stretch;background:#64ffda33;border-radius:1px;flex-shrink:0}.work-item{text-decoration:none;display:block}.work-item h3{margin:0;font-size:1.35rem;font-weight:600;color:#fff;transition:color .2s ease}.work-item p{margin:0 0 .5em;color:#cdd6e8;line-height:1.55}.work-item span{color:#64ffdad9;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase}.work-item-header{display:flex;align-items:center;gap:.5em}.work-item:hover h3{color:#64ffda}.work-arrow{font-size:1.5rem;line-height:1;color:#fff;transition:transform .2s ease}.work-item:hover .work-arrow{transform:translate(4px)}.work-item .work-wip{font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#fff;background:#da3633;padding:.15em .6em;border-radius:999px}@media screen and (max-width:720px){.section-work{padding:4.5em 2em 5.5em}}.site-nav{position:fixed;top:0;right:0;display:flex;gap:1.5em;padding:1.25em 2em;z-index:10}.site-nav a{color:#cdd6e8;text-decoration:none;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;transition:color .2s ease}.site-nav a:hover{color:#64ffda}.page-home{background:radial-gradient(85% 110% at 12% 0%,rgba(209,162,249,.2),transparent 55%),radial-gradient(75% 110% at 88% 8%,rgba(100,255,218,.16),transparent 60%)}@font-face{font-family:Consonlas;src:url(/fonts/CONSOLAB.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Coolvetica;src:url(/fonts/Coolvetica.ttf) format("truetype");font-weight:400;font-style:normal}body{font-family:Consonlas,Courier New,monospace;background-color:#071630;color:#fff;min-height:100vh;-webkit-user-select:none;user-select:none}a{color:inherit}
