*{box-sizing:border-box;margin:0;padding:0}html,body{color:#e0e0e0;background:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}::selection{background:#00ff964d}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:#00ff96;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#00d47a}.container{color:#e0e0e0;background:#000;min-height:100vh;position:relative;overflow-x:hidden}.lastUpdate{color:#888;font-family:Courier New,monospace;font-size:.85rem;position:absolute;top:1.5rem;right:2rem}.main{max-width:1000px;margin:0 auto;padding:3rem 2rem 2rem}.hero{margin-bottom:2.5rem;padding-top:1rem}.profileSection{align-items:center;gap:2rem;margin-bottom:1.5rem;display:flex}.profilePic{object-fit:cover;border:3px solid #00ff96;border-radius:50%;box-shadow:0 0 20px #00ff964d}.profileInfo{flex:1}.mainName{color:#fff;text-underline-offset:8px;margin-bottom:.5rem;font-family:Courier New,monospace;font-size:3rem;font-weight:700;-webkit-text-decoration:underline #00ff96;text-decoration:underline #00ff96;text-decoration-thickness:3px;display:inline-block}.intro{color:#ccc;margin:0;font-size:1.15rem;line-height:1.6}.links{flex-wrap:wrap;align-items:center;gap:.5rem;font-family:Courier New,monospace;font-size:1rem;display:flex}.linksLabel{color:#888;margin-right:.5rem}.link{color:#00ff96;transition:all .2s}.link:hover{color:#00d47a;text-shadow:0 0 8px #00ff9680}.linkDivider{color:#444}.section{margin-bottom:3.5rem}.sectionTitle{letter-spacing:2px;color:#888;text-transform:uppercase;margin-bottom:1rem;font-size:1rem;font-weight:600}.thinkingList{padding:0;list-style:none}.thinkingList li{color:#ccc;padding:.35rem 0 .35rem 1.5rem;font-size:1.05rem;transition:all .2s;position:relative}.thinkingList li:before{content:"•";color:#00ff96;font-size:1.2rem;font-weight:700;position:absolute;left:0}.thinkingList li:hover{color:#fff;padding-left:2rem}.writingList{flex-direction:column;gap:1.75rem;margin-bottom:1.5rem;display:flex}.writingItem{border-left:2px solid #222;padding-left:1.5rem;transition:all .2s}.writingItem:hover{border-left-color:#00ff96}.writingHeader{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.5rem;margin-bottom:.4rem;display:flex}.writingTitle{color:#fff;margin:0;font-size:1.3rem;font-weight:600;transition:all .2s}.writingItem:hover .writingTitle{color:#00ff96}.writingDate{color:#bbb;font-family:Courier New,monospace;font-size:.85rem}.writingDescription{color:#aaa;font-size:.95rem;line-height:1.6}.seeAllLink{color:#00ff96;margin-top:.5rem;font-size:1rem;transition:all .2s;display:inline-block}.seeAllLink:hover{color:#00d47a;text-shadow:0 0 8px #00ff9680;transform:translate(5px)}.projectsList{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.25rem;display:grid}.projectItem{background:#ffffff05;border:1px solid #222;border-radius:8px;padding:1.25rem;transition:all .2s}.projectItem:hover{background:#00ff9608;border-color:#00ff96}.projectItem h3{color:#fff;margin-bottom:.6rem;font-size:1.05rem}.projectItem p{color:#aaa;font-size:.9rem;line-height:1.5}.talksList{flex-direction:column;gap:1.75rem;display:flex}.talkItem{flex-direction:column;display:flex}.talkContent{align-items:flex-start;gap:1.5rem;display:flex}.talkTitleLink{text-decoration:none;display:inline-block}.talkTitleLink .talkTitle{cursor:pointer;transition:color .2s}.talkTitleLink:hover .talkTitle{color:#00ff96}.videoWrapper{background:#111;border:2px solid #222;border-radius:8px;width:350px;min-width:350px;height:197px;transition:all .3s;position:relative;overflow:hidden}.videoWrapper:hover{border-color:#00ff96;box-shadow:0 0 20px #00ff9633}.videoEmbed{width:100%;height:100%;position:absolute;top:0;left:0}.talkInfo{flex:1;padding-top:.25rem}.talkTitle{color:#fff;margin-bottom:.4rem;font-size:1.2rem;font-weight:600;line-height:1.4}.talkMeta{align-items:center;gap:.5rem;font-family:Courier New,monospace;font-size:.85rem;display:flex}.talkEvent{color:#00ff96}.talkDivider{color:#444}.talkDate{color:#888}.footer{text-align:center;color:#666;border-top:1px solid #222;padding:2.5rem 0 2rem;font-size:.9rem}@media (max-width:768px){.profileSection{text-align:center;flex-direction:column}.mainName{font-size:2rem}.intro{font-size:1rem}.lastUpdate{text-align:center;margin-bottom:1rem;position:static}.main{padding:2rem 1.5rem}.writingHeader{flex-direction:column;align-items:flex-start}.links{justify-content:center;font-size:.9rem}.projectsList{grid-template-columns:1fr}.talkContent{flex-direction:column}.videoWrapper{width:100%;min-width:100%;height:0;padding-bottom:56.25%}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.blogContent{color:#e0e0e0;font-size:1.05rem;line-height:1.8}.blogContent h1,.blogContent h2,.blogContent h3{color:#fff;margin-top:2rem;margin-bottom:1rem}.blogContent p{margin-bottom:1.5rem}.blogContent a{color:#00ff96;text-decoration:underline}.blogContent code{background:#ffffff1a;border-radius:4px;padding:.2rem .4rem;font-family:Courier New,monospace}.blogContent ul,.blogContent ol{margin-bottom:1.5rem;margin-left:2rem}.blogContent img{border:2px solid #222;border-radius:8px;max-width:100%;height:auto;margin:2rem 0}.blogContent img+em{text-align:center;color:#888;max-width:600px;margin:-1rem auto 2rem;font-size:.9rem;font-style:italic;line-height:1.4;display:block}.eventsList{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.eventItem{background:#ffffff05;border:1px solid #222;border-radius:8px;transition:all .3s;overflow:hidden}.eventItem:hover{background:#00ff9608;border-color:#00ff96}.eventImages{width:100%;height:180px;overflow:hidden}.eventImage{object-fit:cover;width:100%;height:100%;display:block}.eventInfo{padding:1.5rem}.eventTitle{color:#fff;margin-bottom:.5rem;font-size:1.3rem;font-weight:600}.eventMeta{align-items:center;gap:.5rem;margin-bottom:1rem;font-family:Courier New,monospace;font-size:.85rem;display:flex}.eventName{color:#00ff96}.eventDivider{color:#444}.eventDate{color:#888}.eventDescription{color:#aaa;font-size:1rem;line-height:1.6}@media (max-width:768px){.eventsList{grid-template-columns:1fr}}.ensInfoButton{cursor:pointer;opacity:.6;vertical-align:middle;background:0 0;border:none;margin-left:.5rem;font-size:1.2rem;transition:opacity .2s}.ensInfoButton:hover{opacity:1}.ensModal{z-index:1000;background:#000000d9;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.ensModalContent{background:#111;border:2px solid #00ff96;border-radius:12px;max-width:600px;max-height:80vh;padding:2.5rem;position:relative;overflow-y:auto;box-shadow:0 0 40px #00ff964d}.ensModalClose{color:#888;cursor:pointer;background:0 0;border:none;font-size:2rem;line-height:1;transition:color .2s;position:absolute;top:1rem;right:1rem}.ensModalClose:hover{color:#00ff96}.ensModalContent h2{color:#00ff96;margin-bottom:1.5rem;font-family:Courier New,monospace;font-size:1.8rem}.ensModalContent p{color:#e0e0e0;margin-bottom:1.5rem;line-height:1.7}.ensModalContent ul{color:#e0e0e0;margin-bottom:1.5rem;margin-left:2rem;line-height:1.7}.ensModalContent li{margin-bottom:.5rem}.ensModalContent strong{color:#00ff96}.ensLearnMore{color:#00ff96;margin-top:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.ensLearnMore:hover{text-shadow:0 0 8px #00ff9680;transform:translate(5px)}@media (max-width:768px){.ensModalContent{max-width:90%;padding:2rem}}.blogListHeader{border-bottom:1px solid #222;margin-bottom:2rem;padding-bottom:2rem}.backLink{margin-top:.5rem;display:inline-block}
