*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{background:#f5f2ed}@keyframes lh-fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes lh-blink{0%,to{opacity:1}50%{opacity:0}}@keyframes lh-grow{0%{width:0}to{width:var(--w, 0%)}}@keyframes lh-spin{to{transform:rotate(360deg)}}.lh-root{min-height:100vh;background:#f5f2ed;display:grid;grid-template-rows:auto 1fr auto;padding:0 52px;max-width:1100px;margin:0 auto;font-family:Lora,Georgia,serif}.lh-topbar{display:flex;justify-content:space-between;align-items:flex-start;padding:36px 0 0;animation:lh-fadeIn .4s ease both}.lh-wordmark{font-family:Lora,serif;font-size:15px;font-weight:400;color:#1a1a1a;letter-spacing:-.01em;cursor:pointer;position:relative;background:none;border:none;padding:0}.lh-wordmark-hint{font-family:DM Mono,monospace;font-size:10px;font-weight:300;color:#b0a898;position:absolute;top:22px;left:0;white-space:nowrap;letter-spacing:.04em;opacity:0;transition:opacity .2s;pointer-events:none}.lh-wordmark:hover .lh-wordmark-hint{opacity:1}.lh-nav{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.lh-nav-links{display:flex;gap:28px}.lh-nav-link{font-family:DM Mono,monospace;font-size:11px;font-weight:300;color:#aaa;text-decoration:none;letter-spacing:.06em;transition:color .15s;text-transform:lowercase;background:none;border:none;cursor:pointer;padding:0}.lh-nav-link:hover,.lh-nav-link.lh-active{color:#1a1a1a}.lh-term-trigger{font-family:DM Mono,monospace;font-size:10px;font-weight:300;color:#c8bfb0;background:#ede9e2;border:1px solid #ddd8d0;padding:4px 10px;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .15s;letter-spacing:.06em}.lh-term-trigger:hover{background:#1a1a1a;color:#f5f2ed;border-color:#1a1a1a}.lh-term-caret{animation:lh-blink 1.2s step-end infinite;font-size:12px}.lh-page{padding:56px 0 64px;animation:lh-fadeIn .5s ease .06s both}.lh-section-label{font-family:DM Mono,monospace;font-size:10px;font-weight:300;color:#bbb;letter-spacing:.12em;text-transform:uppercase;margin-bottom:14px;display:flex;align-items:center;gap:10px}.lh-section-label:before{content:"";display:inline-block;width:20px;height:1px;background:#ccc;flex-shrink:0}.lh-h1{font-family:Lora,serif;font-size:clamp(28px,4vw,48px);font-weight:400;color:#1a1a1a;letter-spacing:-.02em;line-height:1.15;margin-bottom:14px}.lh-h2{font-family:Lora,serif;font-size:clamp(20px,2.5vw,28px);font-weight:400;color:#1a1a1a;letter-spacing:-.01em;margin-bottom:24px}.lh-subtitle{font-size:15px;font-style:italic;color:#888;line-height:1.7;max-width:520px;margin-bottom:48px}.lh-rule{width:100%;height:1px;background:#ebe7e0;margin:40px 0}.lh-card{border:1px solid #e0ddd8;padding:20px 22px;background:transparent;transition:all .15s;position:relative;overflow:hidden}.lh-tag{font-family:DM Mono,monospace;font-size:9.5px;font-weight:300;background:#edeae4;padding:2px 8px;color:#aaa;letter-spacing:.06em;display:inline-block}.lh-btn{font-family:DM Mono,monospace;font-size:11px;font-weight:300;letter-spacing:.06em;padding:10px 20px;border:1px solid #1a1a1a;background:transparent;color:#1a1a1a;cursor:pointer;transition:all .15s;display:inline-flex;align-items:center;gap:8px;text-decoration:none}.lh-btn:hover{background:#1a1a1a;color:#f5f2ed}.lh-btn-ghost{font-family:DM Mono,monospace;font-size:11px;font-weight:300;letter-spacing:.06em;padding:10px 20px;border:1px solid #e0ddd8;background:transparent;color:#888;cursor:pointer;transition:all .15s;display:inline-flex;align-items:center;gap:8px;text-decoration:none}.lh-btn-ghost:hover{border-color:#1a1a1a;color:#1a1a1a}.lh-grid-2{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:10px}.lh-grid-3{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px}.lh-grid-4{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px}.lh-main{display:grid;grid-template-columns:1fr 220px;gap:0 48px;align-items:center;padding:72px 0 48px;animation:lh-fadeIn .5s ease .08s both}.lh-left{display:flex;flex-direction:column}.lh-eyebrow{font-family:DM Mono,monospace;font-size:11px;font-weight:300;color:#bbb;letter-spacing:.1em;margin-bottom:24px;display:flex;align-items:center;gap:12px}.lh-eyebrow-line{display:inline-block;width:28px;height:1px;background:#ccc}.lh-name-block{margin-bottom:40px}.lh-name-litus{font-size:clamp(68px,10vw,128px);font-weight:400;line-height:.9;letter-spacing:-.04em;color:#1a1a1a;cursor:default;display:block;position:relative}.lh-name-litus-tooltip{position:absolute;bottom:-22px;left:2px;font-family:DM Mono,monospace;font-size:10px;font-weight:300;color:#b0a898;letter-spacing:.04em;opacity:0;transition:opacity .2s;pointer-events:none;white-space:nowrap}.lh-name-litus:hover .lh-name-litus-tooltip{opacity:1}.lh-name-surname{font-size:clamp(20px,3vw,36px);font-weight:400;font-style:italic;color:#bbb;letter-spacing:-.02em;display:block;margin-top:8px;margin-left:4px}.lh-bullets{display:flex;flex-direction:column;gap:0;margin-bottom:36px;max-width:500px}.lh-bullet-item{display:flex;gap:14px;align-items:baseline;padding:11px 0;border-bottom:1px solid #ebe7e0;cursor:default}.lh-bullet-item:first-child{border-top:1px solid #ebe7e0}.lh-bullet-marker{font-family:DM Mono,monospace;font-size:10px;font-weight:300;color:#ccc;flex-shrink:0;width:16px;padding-top:2px}.lh-bullet-text{font-size:14.5px;line-height:1.65;color:#555}.lh-bullet-text strong{color:#1a1a1a;font-weight:500}.lh-bullet-tag{font-family:DM Mono,monospace;font-size:9.5px;font-weight:300;color:#aaa;background:#edeae4;padding:2px 7px;margin-left:6px;letter-spacing:.06em;vertical-align:middle;position:relative;top:-1px}.lh-features{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;margin-bottom:8px}.lh-feature-card{border:1px solid #e0ddd8;padding:14px 16px;cursor:pointer;text-decoration:none;display:flex;flex-direction:column;gap:4px;transition:all .15s;background:transparent;position:relative;overflow:hidden}.lh-feature-card:after{content:"→";position:absolute;right:14px;top:50%;transform:translateY(-50%);font-family:DM Mono,monospace;font-size:12px;color:#ccc;transition:all .15s}.lh-feature-card:hover{background:#1a1a1a;border-color:#1a1a1a}.lh-feature-card:hover:after{color:#f5f2ed;right:10px}.lh-feature-card:hover .lh-fc-title{color:#f5f2ed}.lh-feature-card:hover .lh-fc-sub{color:#888}.lh-fc-title{font-family:DM Mono,monospace;font-size:11px;font-weight:400;color:#1a1a1a;letter-spacing:.06em;transition:color .15s}.lh-fc-sub{font-family:DM Mono,monospace;font-size:9.5px;font-weight:300;color:#bbb;letter-spacing:.04em;transition:color .15s}.lh-feature-card-terminal{border:1px solid #e0ddd8;padding:14px 16px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .15s;background:transparent;grid-column:span 3}.lh-feature-card-terminal:hover{background:#0f0c08;border-color:#0f0c08}.lh-feature-card-terminal:hover .lh-fc-title-term{color:#e8c97a}.lh-feature-card-terminal:hover .lh-fc-sub-term{color:#5a5040}.lh-feature-card-terminal:hover .lh-term-arrow{color:#e8c97a}.lh-fc-title-term{font-family:DM Mono,monospace;font-size:11px;font-weight:400;color:#1a1a1a;letter-spacing:.06em;transition:color .15s;display:flex;align-items:center;gap:8px}.lh-fc-sub-term{font-family:DM Mono,monospace;font-size:9.5px;font-weight:300;color:#bbb;letter-spacing:.04em;transition:color .15s}.lh-term-arrow{font-family:DM Mono,monospace;font-size:11px;color:#ccc;transition:color .15s}.lh-right{display:flex;flex-direction:column;gap:28px;align-self:center;padding-left:24px;border-left:1px solid #e0ddd8}.lh-photo-wrap{width:100%;aspect-ratio:3/4;overflow:hidden}.lh-photo-wrap img{width:100%;height:100%;object-fit:cover;object-position:center 15%;filter:none;display:block}.lh-photo-caption{font-family:DM Mono,monospace;font-size:9px;font-weight:300;color:#ccc;letter-spacing:.1em;margin-top:6px;text-align:right}.lh-meta-block{display:flex;flex-direction:column;gap:4px}.lh-meta-label{font-family:DM Mono,monospace;font-size:9px;font-weight:300;color:#ccc;letter-spacing:.14em;text-transform:uppercase}.lh-meta-value{font-family:DM Mono,monospace;font-size:12px;font-weight:300;color:#888;letter-spacing:.04em;line-height:1.5}.lh-meta-value-em{font-family:DM Mono,monospace;font-size:11px;font-weight:300;color:#5a9e6f;letter-spacing:.04em;display:flex;align-items:center;gap:6px}.lh-status-dot{width:5px;height:5px;border-radius:50%;background:#5a9e6f;flex-shrink:0}.lh-divider{width:100%;height:1px;background:#e8e4de}.lh-footer{display:flex;justify-content:space-between;align-items:center;padding:20px 0 28px;border-top:1px solid #e0ddd8;animation:lh-fadeIn .5s ease .2s both;gap:16px;flex-wrap:wrap}.lh-commit{font-family:DM Mono,monospace;font-size:10.5px;font-weight:300;color:#bbb;letter-spacing:.03em}.lh-commit-hash{color:#d4a84b}.lh-footer-right{display:flex;gap:20px;align-items:center}.lh-footer-link{font-family:DM Mono,monospace;font-size:10px;font-weight:300;color:#bbb;text-decoration:none;letter-spacing:.06em;transition:color .15s}.lh-footer-link:hover{color:#1a1a1a}@media(max-width:700px){.lh-root{padding:0 24px}.lh-main{grid-template-columns:1fr;padding:56px 0 32px}.lh-right{border-left:none;border-top:1px solid #e0ddd8;padding-left:0;padding-top:28px;flex-direction:row;flex-wrap:wrap;gap:20px}.lh-name-litus{font-size:clamp(56px,18vw,96px)}}._timeline_h39c3_1{display:flex;flex-direction:column}._timelineItem_h39c3_6{display:grid;grid-template-columns:110px 1fr;gap:24px}._timelineLeft_h39c3_12{display:flex;flex-direction:column;align-items:center;padding-top:4px}._timelineYear_h39c3_19{font-family:DM Mono,monospace;font-size:9px;font-weight:300;color:#bbb;letter-spacing:.08em;margin-bottom:10px;text-align:center}._timelineDot_h39c3_29{width:7px;height:7px;border-radius:50%;background:#d4a84b;flex-shrink:0}._timelineLine_h39c3_37{flex:1;width:1px;background:#ebe7e0;margin-top:8px;min-height:36px}._timelineRight_h39c3_45{padding-bottom:32px}._timelineRole_h39c3_47{font-family:Lora,serif;font-size:17px;font-weight:400;color:#1a1a1a;margin-bottom:3px}._timelineCompany_h39c3_55{font-family:DM Mono,monospace;font-size:10px;font-weight:300;color:#d4a84b;display:block;letter-spacing:.06em;margin-bottom:8px}._timelineDesc_h39c3_65{font-size:13.5px;color:#888;line-height:1.65}@media(max-width:640px){._timelineItem_h39c3_6{grid-template-columns:80px 1fr;gap:16px}}._filters_axyun_1{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:36px}._filterBtn_axyun_8{font-family:DM Mono,monospace;font-size:10px;font-weight:300;letter-spacing:.08em;padding:5px 14px;border:1px solid #e0ddd8;background:transparent;color:#aaa;cursor:pointer;transition:all .15s}._filterBtn_axyun_8:hover{color:#1a1a1a;border-color:#bbb}._filterBtn_axyun_8._active_axyun_21{background:#1a1a1a;border-color:#1a1a1a;color:#f5f2ed}._list_axyun_24{display:flex;flex-direction:column}._row_axyun_26{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:22px 0;border-bottom:1px solid #ebe7e0;transition:background .12s}._row_axyun_26:first-child{border-top:1px solid #ebe7e0}._featured_axyun_37 ._rowName_axyun_37:after{content:"featured";font-family:DM Mono,monospace;font-size:8.5px;font-weight:300;color:#d4a84b;letter-spacing:.08em;margin-left:10px;vertical-align:middle;position:relative;top:-1px}._rowLeft_axyun_50{display:flex;gap:20px;align-items:flex-start;flex:1}._rowNum_axyun_57{font-family:DM Mono,monospace;font-size:10px;font-weight:300;color:#ccc;letter-spacing:.06em;padding-top:3px;flex-shrink:0;width:22px}._rowMain_axyun_68{display:flex;flex-direction:column;gap:8px}._rowName_axyun_37{font-family:Lora,serif;font-size:17px;font-weight:400;color:#1a1a1a}._rowDesc_axyun_77{font-size:13.5px;color:#888;line-height:1.65;max-width:600px}._rowTags_axyun_84{display:flex;flex-wrap:wrap;gap:6px}._rowLinks_axyun_86{display:flex;gap:8px;align-items:center;flex-shrink:0;padding-top:2px}._iconLink_axyun_94{display:inline-flex;align-items:center;gap:5px;padding:5px 11px;border:1px solid #c8c4bc;color:#555;font-family:DM Mono,monospace;font-size:9.5px;font-weight:300;letter-spacing:.06em;text-decoration:none;transition:all .15s;white-space:nowrap}._iconLink_axyun_94:hover{background:#1a1a1a;border-color:#1a1a1a;color:#f5f2ed}._cookingBadge_axyun_116{display:inline-flex;align-items:center;gap:5px;padding:5px 11px;border:1px dashed #d8d4cc;color:#bbb;font-family:DM Mono,monospace;font-size:9.5px;font-weight:300;letter-spacing:.06em;white-space:nowrap;cursor:default;-webkit-user-select:none;user-select:none}._empty_axyun_132{font-family:DM Mono,monospace;font-size:12px;color:#bbb;padding:40px 0;text-align:center}._intro_1j5vm_1{font-size:15px;color:#888;line-height:1.75;font-style:italic;max-width:460px;margin-bottom:48px}._links_1j5vm_10{display:flex;flex-direction:column;max-width:560px}._linkRow_1j5vm_16{display:flex;align-items:center;justify-content:space-between;padding:18px 0;border-bottom:1px solid #ebe7e0;text-decoration:none;gap:16px;transition:padding-left .15s}._linkRow_1j5vm_16:first-child{border-top:1px solid #ebe7e0}._linkRow_1j5vm_16:hover{padding-left:6px}._linkLeft_1j5vm_29{display:flex;flex-direction:column;gap:4px}._linkLabel_1j5vm_35{font-family:DM Mono,monospace;font-size:10px;font-weight:300;color:#ccc;letter-spacing:.12em;text-transform:uppercase}._linkValue_1j5vm_44{font-family:DM Mono,monospace;font-size:13px;font-weight:300;color:#1a1a1a;letter-spacing:.03em}._linkHint_1j5vm_52{font-family:DM Mono,monospace;font-size:10px;font-weight:300;color:#bbb;letter-spacing:.06em;white-space:nowrap;transition:color .15s}._linkRow_1j5vm_16:hover ._linkHint_1j5vm_52{color:#1a1a1a}._wrapper_1stfy_1{padding:32px 0 48px;animation:_lh-fadeIn_1stfy_1 .4s ease both}._windowBar_1stfy_6{display:flex;align-items:center;background:#0a0806;border:1px solid #2a2520;border-bottom:none;padding:10px 16px;gap:12px}._dots_1stfy_16{display:flex;gap:7px}._dotR_1stfy_17{width:12px;height:12px;border-radius:50%;background:#ff5f57}._dotY_1stfy_18{width:12px;height:12px;border-radius:50%;background:#febc2e}._dotG_1stfy_19{width:12px;height:12px;border-radius:50%;background:#28c840}._windowTitle_1stfy_21{flex:1;text-align:center;font-family:DM Mono,monospace;font-size:10px;font-weight:300;color:#5a5040;letter-spacing:.08em}._terminal_1stfy_31{background:#0f0c08;border:1px solid #2a2520;padding:20px 24px 16px;min-height:60vh;max-height:68vh;overflow-y:auto;font-family:DM Mono,monospace;font-size:13px;line-height:1.65;cursor:text;color:#c8c0b0}._inputLine_1stfy_45{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:2px}._inputRow_1stfy_52{display:flex;align-items:center;margin-top:4px}._promptUser_1stfy_58{color:#e8c97a}._promptSep_1stfy_59{color:#5a5040}._promptDir_1stfy_60{color:#c8a66a}._promptDollar_1stfy_61{color:#5a5040}._inputText_1stfy_62{color:#e8c97a}._input_1stfy_45{flex:1;background:transparent;border:none;outline:none;color:#e8c97a;font-family:DM Mono,monospace;font-size:13px;caret-color:#e8c97a}._outputText_1stfy_75{color:#c8c0b0;margin:4px 0 10px;white-space:pre-wrap;word-break:break-word}._errorLine_1stfy_82{color:#e07070;margin:4px 0 10px;white-space:pre-wrap;word-break:break-word}._outputBlock_1stfy_89{margin:6px 0 12px}._skillRow_1stfy_91{display:flex;gap:16px;padding:3px 0}._skillCat_1stfy_96{color:#e8c97a;font-weight:400;min-width:110px;white-space:pre;flex-shrink:0}._skillList_1stfy_97{color:#c8c0b0;flex:1}@media(max-width:700px){._wrapper_1stfy_1{padding:20px 0 32px}._terminal_1stfy_31{font-size:12px;padding:14px 14px 12px;min-height:55vh;max-height:62vh}._inputRow_1stfy_52,._skillRow_1stfy_91{flex-wrap:wrap}._skillCat_1stfy_96{min-width:80px}}
