:root{--bg: #EBEBEB;--fg: #4B4B4F;--accent: #7aa2f7;--card-bg: #FFFFFF;--card-placeholder: #f5f5f0;--card-shadow: rgba(0, 0, 0, .05);--card-shadow-hover: rgba(0, 0, 0, .1);--desc-color: #888;--border-color: rgba(0, 0, 0, .1);--section-spacing: 60px;--overlay-top: linear-gradient(to bottom, var(--bg) 20%, transparent);--overlay-bottom: linear-gradient(to top, var(--bg) 20%, transparent)}[data-theme=dark]{--bg: #202023;--fg: #EEEEF0;--accent: #7aa2f7;--card-bg: #2C2C2F;--card-placeholder: #3a3a3d;--card-shadow: rgba(0, 0, 0, .2);--card-shadow-hover: rgba(0, 0, 0, .4);--desc-color: #aaa;--border-color: rgba(255, 255, 255, .15);--overlay-top: linear-gradient(to bottom, var(--bg) 20%, transparent);--overlay-bottom: linear-gradient(to top, var(--bg) 20%, transparent)}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--fg);transition:background-color .6s ease,color .6s ease;font-family:Inter,sans-serif}._hero_1dhj8_1{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:0 5% 0 250px;box-sizing:border-box;gap:2rem;overflow:hidden;transition:padding-left .3s ease}._content_1dhj8_13{max-width:600px;padding-left:5%}._galleryContainer_1dhj8_18{height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center}._title_1dhj8_26{font-family:serif;font-size:3.5rem;font-weight:400;margin-bottom:1.5rem;color:var(--fg)}._italic_1dhj8_34{font-style:italic}._subheadings_1dhj8_38{font-family:monospace;font-size:1.1rem;line-height:1.6;margin-bottom:3rem;color:var(--fg)}._subheadings_1dhj8_38 p{margin:.5rem 0}@media(max-width:768px){._hero_1dhj8_1{grid-template-columns:1fr;padding:2rem;overflow-y:auto}._content_1dhj8_13{padding-left:0;text-align:center}._title_1dhj8_26{white-space:normal;font-size:2.5rem}._galleryContainer_1dhj8_18{height:auto;min-height:50vh}}._cursor_v6ssx_1{display:inline-block;width:2px;background-color:currentColor;animation:_blink_v6ssx_1 1s step-end infinite;margin-left:2px}@keyframes _blink_v6ssx_1{0%,to{opacity:1}50%{opacity:0}}._galleryContainer_s3u4n_1{display:flex;flex-direction:row;gap:1.5rem;height:120vh;width:100%;justify-content:center;position:relative;overflow:hidden;transform:translateY(-10vh)}._columnWrapper_s3u4n_13{display:flex;flex-direction:column;width:45%;overflow:hidden}._column_s3u4n_13{display:flex;flex-direction:column;gap:1.5rem;animation:_scroll_s3u4n_1 25s linear infinite}._galleryContainer_s3u4n_1:hover ._column_s3u4n_13{animation-play-state:paused}@keyframes _scroll_s3u4n_1{0%{transform:translateY(0)}to{transform:translateY(-33.33%)}}._card_s3u4n_41{background:var(--card-bg);border-radius:16px;padding:1.2rem;box-shadow:0 10px 30px var(--card-shadow);width:100%;box-sizing:border-box;transition:transform .3s ease,box-shadow .3s ease,background-color .6s ease}._card_s3u4n_41:hover{transform:translateY(-5px);box-shadow:0 15px 35px var(--card-shadow-hover)}._cardImage_s3u4n_56{width:100%;background-color:var(--card-placeholder);border-radius:12px;margin-bottom:1rem;object-fit:cover;transition:background-color .6s ease}._medium_s3u4n_66 ._cardImage_s3u4n_56{height:180px}._large_s3u4n_67 ._cardImage_s3u4n_56{height:260px}._tall_s3u4n_68 ._cardImage_s3u4n_56{height:320px}._wide_s3u4n_69 ._cardImage_s3u4n_56{height:140px}._cardTitle_s3u4n_71{font-family:serif;font-size:1.1rem;margin-bottom:.3rem;color:var(--fg);transition:color .6s ease}._cardDescription_s3u4n_79{font-family:monospace;font-size:.85rem;color:var(--desc-color);transition:color .6s ease}._overlayTop_s3u4n_88{position:absolute;top:0;left:0;right:0;height:150px;background-color:var(--bg);z-index:2;pointer-events:none;transition:background-color .6s ease;mask-image:linear-gradient(to bottom,black 20%,transparent);-webkit-mask-image:linear-gradient(to bottom,black 20%,transparent)}._overlayBottom_s3u4n_102{position:absolute;bottom:0;left:0;right:0;height:150px;background-color:var(--bg);z-index:2;pointer-events:none;transition:background-color .6s ease;mask-image:linear-gradient(to top,black 20%,transparent);-webkit-mask-image:linear-gradient(to top,black 20%,transparent)}._toggleButton_f3wns_1{background:none;border:none;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--fg);transition:background-color .3s ease,color .3s ease;position:absolute;top:2rem;right:2rem;z-index:10}._toggleButton_f3wns_1:hover{background-color:#0000000d}[data-theme=dark] ._toggleButton_f3wns_1:hover{background-color:#ffffff1a}._icon_f3wns_26{width:24px;height:24px}._navbar_xdwp1_1{position:fixed;left:0;top:0;bottom:0;width:200px;display:flex;flex-direction:column;justify-content:center;padding:2rem;background-color:var(--bg);z-index:100;transition:background-color .6s ease}._navLinks_xdwp1_16{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}._link_xdwp1_23{color:var(--fg);text-decoration:none;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:500;transition:opacity .3s ease,color .3s ease;opacity:.7}._link_xdwp1_23:hover{opacity:1}._divider_xdwp1_37{height:1px;background-color:var(--fg);opacity:.2;margin:0 0 2rem;border:none;width:40px}._socialLinks_xdwp1_46{display:flex;flex-direction:column;gap:1rem}._socialLink_xdwp1_46{display:flex;align-items:center;gap:.8rem;color:var(--fg);text-decoration:none;font-family:Inter,sans-serif;font-size:.95rem;opacity:.7;transition:opacity .3s ease}._socialLink_xdwp1_46:hover{opacity:1}._icon_xdwp1_68{width:18px;height:18px}@media(max-width:768px){._navbar_xdwp1_1{display:none}}._experienceSection_1vzzo_1{padding:var(--section-spacing) 10% 0 250px;box-sizing:border-box;max-width:1200px;margin:0 auto;color:var(--fg)}._title_1vzzo_9{font-family:serif;font-size:2.5rem;font-weight:400;margin-bottom:2rem}._list_1vzzo_16{display:flex;flex-direction:column;gap:0;width:100%}._item_1vzzo_23{display:flex;flex-direction:column;gap:.3rem;padding:1.5rem 0;border-bottom:1px solid var(--border-color)}._item_1vzzo_23:first-child{border-top:1px solid var(--border-color)}._header_1vzzo_35{display:flex;justify-content:space-between;align-items:baseline;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:500;width:100%}._role_1vzzo_45{white-space:nowrap}._company_1vzzo_49{white-space:nowrap;font-weight:400}._description_1vzzo_54{font-family:Inter,sans-serif;font-size:.9rem;line-height:1.5;color:var(--desc-color);max-width:800px;margin:0}@media(max-width:768px){._header_1vzzo_35{flex-direction:column;gap:.2rem}._experienceSection_1vzzo_1{padding:3rem 5% 0}}._aboutSection_1jlyh_1{padding:var(--section-spacing) 10% 0 250px;box-sizing:border-box;max-width:1200px;margin:0 auto;color:var(--fg)}._title_1jlyh_9{font-family:serif;font-size:2.5rem;font-weight:400;margin-bottom:3rem}._grid_1jlyh_16{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}._text_1jlyh_22{font-family:Inter,sans-serif;font-size:1rem;line-height:1.6;color:var(--fg)}._link_1jlyh_29{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;cursor:pointer;color:inherit;transition:opacity .2s ease}._link_1jlyh_29:hover{opacity:.7}@media(max-width:768px){._grid_1jlyh_16{grid-template-columns:1fr;gap:2rem}._aboutSection_1jlyh_1{padding:3rem 5% 0}}._projectsSection_xm690_1{padding:var(--section-spacing) 10% 5rem 250px;box-sizing:border-box;max-width:1200px;margin:0 auto;color:var(--fg)}._header_xm690_9{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}._sectionTitle_xm690_16{font-family:serif;font-size:2.5rem;font-weight:400;margin:0}._viewAllLink_xm690_23{color:var(--fg);opacity:.6;transition:opacity .2s ease;display:flex;align-items:center}._viewAllLink_xm690_23:hover{opacity:1}._grid_xm690_35{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}._card_xm690_41{background:var(--card-bg);border:1px solid var(--border-color);border-radius:24px;padding:1.5rem;min-height:100px;height:auto;display:flex;flex-direction:column;justify-content:space-between;text-decoration:none;color:inherit;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;box-sizing:border-box}._card_xm690_41:hover{transform:translateY(-5px);box-shadow:0 10px 30px var(--card-shadow-hover);border-color:var(--fg)}._cardHeader_xm690_63{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}._title_xm690_70{margin:0;font-family:Courier New,Courier,monospace;font-size:1.1rem;font-weight:500;line-height:1.4}._icon_xm690_78{opacity:.3;transition:opacity .3s ease,transform .3s ease;flex-shrink:0}._card_xm690_41:hover ._icon_xm690_78{opacity:1;transform:translate(2px,-2px)}._description_xm690_89{margin:0;font-family:Courier New,Courier,monospace;font-size:.9rem;color:var(--desc-color);line-height:1.4}@media(max-width:768px){._projectsSection_xm690_1{padding:3rem 5%}._grid_xm690_35{grid-template-columns:1fr}._card_xm690_41{min-height:140px}}
