:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;color:#1a1a1a;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:#fff}#root{min-height:100vh;display:flex;flex-direction:column}a{color:#1c56d2;text-decoration:none}a:hover{text-decoration:underline}.home{flex:1;display:flex;flex-direction:column;background-color:#fff}.bento{display:grid;grid-template-columns:1fr;gap:2.5rem;max-width:1100px;margin:0 auto;padding:2rem 1.5rem 5rem;align-items:start}@media(min-width:720px){.bento{grid-template-columns:280px 1fr;gap:4rem;padding:2.5rem 2rem 5rem}}.profile{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.profile-avatar{width:120px;height:120px;border-radius:50%;object-fit:cover;background-color:#f5f5f5;border:1px solid #eee}.profile-name{margin:0;font-size:1.5rem;font-weight:700;color:#1a1a1a;letter-spacing:.02em;line-height:1.2}.profile-titles,.profile-contact{display:flex;flex-direction:column;gap:.35rem}.profile-title-line,.profile-contact-line{margin:0;font-size:.9rem;color:#333;line-height:1.45}.profile-emoji{margin-right:.35rem}.profile-contact-label{color:#666}.profile-contact-value{color:#1a1a1a}.work{min-width:0}.work-title{margin:0 0 1rem;font-size:1.1rem;font-weight:600;color:#1a1a1a;display:flex;align-items:center;gap:.35rem}.work-title-emoji{font-size:.85rem}.work-grid{display:grid;grid-template-columns:1fr;grid-auto-rows:minmax(100px,auto);gap:1rem}@media(min-width:480px){.work-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:minmax(110px,auto)}}.work-card--tall{grid-row:span 2;min-height:200px}.work-card{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;padding:1rem 1.1rem;min-height:100px;background-color:#fff;border:1px solid #eee;border-radius:12px;box-shadow:0 1px 3px #0000000f;text-decoration:none;color:#1a1a1a;transition:border-color .2s,box-shadow .2s}.work-card:hover{border-color:var(--card-accent, #1c56d2);box-shadow:0 4px 12px #00000014}.work-card:focus-visible{outline:2px solid var(--card-accent, #1c56d2);outline-offset:2px}.work-card-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px}.work-card-icon svg{width:24px;height:24px}.work-card-title{font-size:.95rem;font-weight:600;color:#1a1a1a}.work-card-subtitle{font-size:.8rem;color:#666;margin-top:auto}.work-card-video{overflow:hidden}.work-card-video-preview{width:100%;height:120px;border-radius:8px;overflow:hidden;background-color:#f0f0f0;flex-shrink:0}.work-card-video-preview video{width:100%;height:100%;object-fit:cover;pointer-events:none;display:block}.work-card-github{border-color:#eee}.work-card-github:hover{border-color:#25292e}.work-card-github-header{display:flex;align-items:center;gap:.5rem;width:100%;flex-wrap:wrap}.work-card-github-header .work-card-title{flex:1;min-width:0}.work-card-github-follow{font-size:.85rem;font-weight:500;color:#1c56d2;text-decoration:none;padding:.25rem .5rem;border-radius:6px;transition:background-color .2s}.work-card-github-follow:hover{background-color:#f0f4ff;text-decoration:none}.work-card-github-body{flex:1;min-height:0;display:flex;flex-direction:column;gap:.5rem}.work-card-github-calendar{display:flex;flex-direction:column;gap:2px;width:100%;max-width:180px}.work-card-github-calendar-row{display:flex;gap:2px}.work-card-github-cell{display:block;width:10px;height:10px;border-radius:2px;flex-shrink:0}.work-card-github-meta{margin:0;font-size:.85rem;color:#666}.work-card-github-meta a{color:#1c56d2;text-decoration:none}.work-card-github-meta a:hover{text-decoration:underline}.site-footer{position:fixed;bottom:0;left:0;right:0;padding:1rem;text-align:center;font-size:.875rem;color:#333;background-color:#fff;border-top:1px solid #eee}.site-footer a{color:#1a1a1a;text-decoration:none}.site-footer a:hover{color:#1c56d2;text-decoration:underline}.footer-slogan{color:#1c56d2}
