:root{--bg: #ffffff;--text: #111111;--muted: #666666;--border: #e5e5e5;--link-hover: #000000;--tag-bg: #f5f5f5;--status-bg: #ecfdf5;--status-text: #059669;--status-dot: #10b981}[data-theme=dark]{--bg: #0a0a0a;--text: #ededed;--muted: #a1a1a1;--border: #262626;--link-hover: #ffffff;--tag-bg: #171717;--status-bg: #064e3b;--status-text: #34d399;--status-dot: #10b981}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;transition:background-color .3s ease,color .3s ease}main{max-width:650px;margin:2rem auto;padding:0 1.25rem}header{margin-bottom:2rem}h1{font-size:1.75rem;font-weight:700;letter-spacing:-.05em;margin-bottom:.25rem;line-height:1.2}h2{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-top:2.5rem;margin-bottom:1.25rem}p{margin-bottom:1rem}a{color:var(--text);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px;transition:all .2s ease}a:hover{color:var(--bg);background-color:var(--link-hover);text-decoration:none}ul{list-style-type:none}li{margin-bottom:1.5rem}hr{border:none;border-top:1px dashed var(--border);margin:2.5rem 0}.flex{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.icon{width:16px;height:16px}.item-title{font-weight:500;line-height:1.4}.item-desc{font-size:.95rem;color:var(--muted);margin-top:.25rem}.item-meta{font-size:.85rem;color:var(--muted)}.simple-cards{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.simple-card{border:1px solid var(--border);padding:1.25rem;margin-bottom:0;background-color:var(--bg);transition:border-color .2s ease}.simple-card:hover{border-color:var(--muted)}.simple-card-header{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.25rem;flex-wrap:wrap}.simple-card .item-title{margin-bottom:0}.simple-card .item-meta{flex-shrink:0}.tag-container{display:flex;flex-wrap:wrap;gap:.5rem}.tag{font-size:.8rem;padding:.2rem .6rem;background-color:var(--tag-bg);border:1px solid var(--border);color:var(--muted);border-radius:0}.profile-image-container{position:relative;width:60px;height:60px;margin-bottom:.5rem;cursor:pointer}.profile-image{width:100%;height:100%;border-radius:0;object-fit:cover;border:1px solid var(--border);position:absolute;top:0;left:0;transition:opacity 3s ease-in-out}.profile-image.larry{opacity:0}.profile-image-container:hover .profile-image.larry,.profile-image-container.larry-locked .profile-image.larry{opacity:1}.profile-image-container:hover .profile-image.original,.profile-image-container.larry-locked .profile-image.original{opacity:0}.header-top{display:flex;flex-direction:row;gap:1rem;align-items:center}.header-info{flex:1}.header-tagline{font-size:1.1rem;color:var(--muted);margin-top:1rem;margin-bottom:0;line-height:1.4}.status-pill{display:inline-flex;align-items:center;gap:.4rem;font-size:.7rem;font-weight:600;color:var(--status-text);background-color:var(--status-bg);padding:.2rem .6rem;border-radius:0;border:1px solid var(--border);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.status-dot{width:6px;height:6px;background-color:var(--status-dot);border-radius:0;box-shadow:0 0 #10b98166;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 #10b981b3}70%{box-shadow:0 0 0 6px #10b98100}to{box-shadow:0 0 #10b98100}}.social-links{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center}.social-link-item{color:var(--muted);transition:all .2s ease;display:flex;align-items:center;justify-content:center;text-decoration:none;background:none;border:none;padding:0;cursor:pointer;line-height:1}.social-link-item svg{width:1.25rem;height:1.25rem}.social-link-item:hover{color:var(--text);transform:translateY(-2px);background:transparent}.theme-toggle{position:absolute;top:1rem;right:1rem;background:transparent;border:1px solid var(--border);color:var(--text);padding:.4rem .8rem;font-size:.75rem;font-weight:600;border-radius:0;cursor:pointer;text-transform:uppercase;letter-spacing:.05em}.theme-toggle:hover{background-color:var(--tag-bg)}@media (min-width: 640px){main{margin:5rem auto;padding:0 1.5rem;position:relative}h1{font-size:2.25rem}h2{font-size:.85rem;margin-top:3rem;margin-bottom:1.5rem}.tag{font-size:.85rem}.header-top{flex-direction:row;gap:2rem;align-items:center}.profile-image-container{width:100px;height:100px;margin-bottom:1rem}.header-tagline{margin-left:calc(100px + 2rem);margin-top:-.75rem;color:var(--muted)}hr{margin:3rem 0}.social-links{column-gap:1.5rem}.theme-toggle{top:0;right:0}}.projects-scroll-container{display:flex;overflow-x:auto;gap:1.5rem;padding-bottom:1.5rem;scrollbar-width:thin;scrollbar-color:var(--border) transparent}.projects-scroll-container::-webkit-scrollbar{height:6px}.projects-scroll-container::-webkit-scrollbar-track{background:transparent}.projects-scroll-container::-webkit-scrollbar-thumb{background-color:var(--border);border-radius:0}.project-card{min-width:280px;max-width:320px;flex:0 0 auto;border:1px solid var(--border);background-color:var(--bg);display:flex;flex-direction:column;border-radius:0}.project-image-wrapper{width:100%;aspect-ratio:16 / 9;border-bottom:1px solid var(--border);overflow:hidden}.project-image{width:100%;height:100%;object-fit:cover}.project-content{padding:1.25rem;display:flex;flex-direction:column;flex:1}.project-title{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.project-desc{font-size:.9rem;color:var(--muted);margin-bottom:1rem;flex:1}.project-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.25rem}.project-tag{font-size:.75rem;padding:.2rem .5rem;background-color:var(--tag-bg);border:1px solid var(--border);color:var(--muted);border-radius:0}.project-links{display:flex;gap:1rem;margin-top:auto}.project-link{display:flex;align-items:center;gap:.3rem;font-size:.85rem;font-weight:500;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px;padding:.3rem .5rem;margin-left:-.5rem}.project-link:hover{background-color:var(--link-hover);color:var(--bg);text-decoration:none}.toggle-link-button{font-family:inherit}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.gallery-item{display:flex;flex-direction:column;cursor:pointer}.gallery-thumbnail-wrapper{aspect-ratio:1 / 1;overflow:hidden;border:1px solid var(--border);margin-bottom:.5rem}.gallery-thumbnail{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-thumbnail:hover{transform:scale(1.05)}.gallery-item-info{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:var(--muted)}.gallery-caption{font-weight:500;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:.5rem}.gallery-date{white-space:nowrap}.lightbox-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1000;cursor:pointer}.lightbox-content{display:flex;flex-direction:column;align-items:center;max-width:90vw;max-height:90vh}.lightbox-image{max-width:100%;max-height:calc(90vh - 40px);object-fit:contain;border:1px solid #333}.lightbox-info{display:flex;justify-content:space-between;width:100%;margin-top:.75rem;font-size:.85rem;color:#ccc}.lightbox-caption{font-weight:500;color:#fff}
