:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}:root{--bg-page:#0b0f14;--text-primary:#fff;--text-muted:#ffffffd9;--blue:#2563eb;--header-bg:var(--blue);--accent:var(--blue);--card-bg:var(--blue);--footer-text:#e5e7eb}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-page);color:var(--text-primary);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}.layout{flex-direction:column;min-height:100vh;display:flex}.header{background:var(--header-bg);color:snow;padding:1rem 2rem;box-shadow:0 2px 6px #0000001a}.header-title{color:snow;font-size:1.4rem;font-weight:700;text-decoration:none}.main-content{width:100%;max-width:1000px;color:var(--text-primary);flex:1;margin:0 auto;padding:2rem 1.5rem}.back-button{color:var(--text-primary);margin-bottom:1.5rem;font-weight:500;text-decoration:none;display:inline-block}.back-button:hover{text-decoration:underline}.hero{flex-wrap:wrap;align-items:center;gap:2rem;margin-bottom:2.5rem;display:flex}.profile-picture{object-fit:cover;border:4px solid var(--accent);border-radius:50%;width:180px;height:180px}.hero-text h1{color:var(--text-primary);margin-bottom:.5rem;font-size:2.2rem}.hero-text p{max-width:600px;color:var(--text-muted)}.button-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-top:2rem;display:grid}.nav-button{background:var(--accent);color:#fff;text-align:center;border-radius:10px;padding:1rem;font-weight:600;text-decoration:none;transition:transform .15s,filter .15s;display:block;box-shadow:0 2px 4px #00000014}.nav-button:hover{filter:brightness(1.06);transform:translateY(-2px)}.page h1{color:var(--text-primary);margin-bottom:1.5rem}.page h2{color:var(--accent);margin-top:1rem}.page p{white-space:pre-line;color:var(--text-muted);margin-bottom:1rem}.letter-text{background:var(--accent);border-left:4px solid var(--accent);white-space:pre-wrap;color:#fff;border-radius:10px;padding:1.5rem;font-family:Georgia,serif}.full-image{border-radius:8px;max-width:100%;height:auto;box-shadow:0 4px 10px #0000001a}.card-list{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.card{background:var(--card-bg);color:#fff;border-radius:10px;padding:1.25rem;box-shadow:0 2px 8px #0000000f}.card-image{object-fit:cover;border-radius:6px;width:100%;height:200px;margin-bottom:.75rem}.card h3{color:#fff;margin-bottom:.5rem;font-weight:500}.skill-group{margin-bottom:1.5rem}.skill-list{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;list-style:none;display:flex}.skill-item{background:var(--accent);color:#fff;border-radius:20px;padding:.35rem .85rem;font-size:.9rem}.social-list{margin-top:1rem;list-style:none}.social-list li{margin:.5rem 0}.social-list a{color:snow;font-weight:600;text-decoration:none}.social-list a:hover{text-decoration:underline}.footer{background:var(--header-bg);color:var(--footer-text);text-align:center;margin-top:2rem;padding:1rem}.hero-no-image{text-align:center;flex-direction:column;align-items:center;padding:2rem 1rem}.hero-no-image h1{color:var(--text-primary);margin-bottom:1rem;font-size:2.6rem}.hero-no-image p{max-width:700px;color:var(--text-muted);font-size:1.05rem}@media (width<=600px){.hero{text-align:center;flex-direction:column}.header-title{font-size:1.1rem}.hero-no-image h1{font-size:2rem}}.image-button{cursor:pointer;background:0 0;border:none;border-radius:6px;width:100%;margin-bottom:.75rem;padding:0;transition:transform .15s,box-shadow .15s;display:block;position:relative;overflow:hidden}.image-button:hover{transform:scale(1.02);box-shadow:0 4px 14px #00000026}.image-button:focus-visible{outline:3px solid var(--accent);outline-offset:2px}.image-button .card-image{margin-bottom:0;display:block}.image-hint{color:#fff;text-align:center;opacity:0;background:#0000008c;padding:.4rem;font-size:.85rem;transition:opacity .2s;position:absolute;bottom:0;left:0;right:0}.image-button:hover .image-hint,.image-button:focus-visible .image-hint{opacity:1}.lightbox-overlay{z-index:1000;background:#000000d9;justify-content:center;align-items:center;padding:2rem;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.lightbox-image{object-fit:contain;cursor:default;border-radius:8px;max-width:95vw;max-height:90vh;box-shadow:0 8px 30px #00000080}.lightbox-close{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:2.5rem;line-height:1;transition:background .15s;display:flex;position:absolute;top:1rem;right:1.5rem}.lightbox-close:hover{background:#ffffff4d}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}body *{color:var(--text-primary)!important;caret-color:var(--text-primary)!important}::placeholder{color:var(--text-muted)!important;opacity:1!important}a,a:visited,a:active{color:var(--text-primary)!important}svg,svg *{color:var(--text-primary)!important;fill:currentColor!important;stroke:currentColor!important}
