: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;box-sizing:border-box;flex-direction:column;width:100%;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%}*{box-sizing:border-box}:root{--border-radius:15px;--page-max:1440px;--bg:#111827;--card-bg:#172033;--nav-bg:#071128;--text-main:#ebd9f3;--link:#c9c626;--link-hover-bg:#7189b4;--link-hover-text:#1f283b}html{overflow-x:hidden}body{background:var(--bg);color:var(--text-main);margin:0;overflow-x:hidden}a{color:var(--link);text-decoration:none}h1,h2,h3,h4,h5,p,li{color:var(--text-main)}.page{width:100%;margin:0 auto;padding:24px}.page2{width:90%;margin:0 auto}.navbar{border-radius:var(--border-radius);background:var(--nav-bg);justify-content:space-between;align-items:center;gap:24px;padding:10px 20px;display:flex}.logo img{width:auto;height:80px;display:block}.nav-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;display:flex}.navbar a{cursor:pointer;border-radius:20px;padding:16px 20px;transition:all .2s}.navbar a:hover,.navbar .active{background:var(--link-hover-bg);color:var(--link-hover-text)}.left-alignment{text-align:left}.card,.card-little{background:var(--card-bg);border-radius:var(--border-radius);margin-top:24px;padding:clamp(18px,3vw,28px);box-shadow:0 2px 10px #83a8f72e}.card-little{max-width:calc(100% - 384px);margin:55px auto 24px}.card-transparent{box-shadow:none;background:0 0;margin-top:24px;padding:0}.hero{justify-content:space-between;align-items:center;gap:40px;min-height:340px;display:flex}.hero>*{min-width:0}.hero .left-alignment{flex:360px}.hero p{margin-top:32px;line-height:1.7}button{cursor:pointer;color:#fff;background:#475491;border:none;border-radius:5px;margin:5px 0;padding:10px 24px;box-shadow:0 2px 6px #00000040}button:hover{background:#1f0f35}img{max-width:100%;display:block}.image-box,.image-box-hard{background:#dddde6;border:1px solid #c7c7d3;border-radius:5px;flex:320px;width:100%;min-width:0;max-width:580px;height:300px;overflow:hidden}.image-box img,.image-box-hard img{object-fit:cover;width:100%;height:100%}.projects,.links{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;margin-top:28px;display:grid}.project-card{text-align:center;background:#263352;border:1px solid #111725;border-radius:5px;min-height:230px;padding:20px;box-shadow:0 2px 8px #0000001f}.project-card p{margin-top:22px}.link-box{border:1px solid #111725;border-radius:10px;min-height:200px;padding:20px 15px}.blue{background:#dcebf9}.rel-box{background:#263352}.green{background:#dff3db}.orange{background:#ffe5c9}.inline-card{flex-wrap:wrap;justify-content:center;align-items:stretch;gap:20px;display:flex}.skills-chart,.apps-list{flex:320px;max-width:420px}.skills-card,.app-card{color:#fff;background:#2b2145;border-radius:24px;width:100%;min-height:100%;padding:24px}.skills-card{text-align:center}.skills-card svg{width:min(260px,100%);height:auto;margin:10px auto 20px;display:block}.skills-list,.app-list{flex-direction:column;gap:10px;display:flex}.skill-item,.app-item{align-items:center;gap:10px;min-width:0;display:flex}.skill-item span,.app-item span{border-radius:50%;flex:0 0 12px;width:12px;height:12px}.skill-item p,.app-item p{text-align:left;overflow-wrap:anywhere;flex:1;margin:0}.skill-item strong{flex-shrink:0;font-size:14px}.app-card h2{text-align:center;margin-bottom:20px}@media (width<=900px){.page{padding:16px}.navbar{flex-direction:column;justify-content:center;height:auto;padding:18px}.nav-links{gap:10px}.navbar a{padding:12px 14px}.hero{text-align:center;flex-direction:column}.left-alignment{text-align:center}}@media (width<=600px){.logo img{height:64px}.nav-links{grid-template-columns:1fr 1fr;width:100%;display:grid}.navbar a{text-align:center;width:100%;padding:10px}.image-box,.image-box-hard{height:220px}.skills-card,.app-card,.card,.card-little{padding:18px}}@media (width<=380px){.page{padding:12px}.nav-links{grid-template-columns:1fr}}.contact-section{flex-wrap:wrap;justify-content:space-between;gap:50px;max-width:1200px;margin:30px auto;padding:clamp(24px,5vw,60px);display:flex}.contact-left,.contact-form{flex:320px;min-width:0}.contact-left h1{margin-bottom:20px;font-size:clamp(32px,5vw,42px)}.contact-left p{margin-bottom:30px;line-height:1.7}.contact-info{flex-direction:column;gap:14px;display:flex}.contact-info a{color:#e5e7eb;text-decoration:none}.contact-info a:hover{color:#dc143c}.contact-form{flex-direction:column;gap:16px;display:flex}.contact-form input,.contact-form textarea{color:#fff;box-sizing:border-box;background:#111725;border:1px solid #2d3748;border-radius:10px;width:100%;padding:15px;font-size:16px}.contact-form textarea{resize:vertical;min-height:160px}.contact-form button{color:#fff;cursor:pointer;background:#dc143c;border:none;border-radius:10px;padding:15px;font-size:16px}.contact-form button:hover{background:#b01030}@media (width<=600px){.contact-section{gap:28px;margin:20px 12px}}.captcha-box{flex-direction:column;gap:10px;display:flex}.captcha-box label{color:#f7f6cd;text-align:left}.captcha-row{gap:10px;display:flex}.captcha-row input{flex:1}.captcha-row button{background:#475491;width:110px}.form-status{color:#f7f6cd;margin-top:10px}.footer{border-radius:var(--border-radius);background:#071128;width:calc(100% - 48px);margin:24px;padding:20px}.footer-content{text-align:center}.footer-content h3{margin-bottom:10px;font-size:28px}.footer-content p{color:#cbd5e1;margin-bottom:20px}.footer-links{flex-wrap:wrap;justify-content:center;gap:24px;margin-bottom:10px;display:flex}.footer-links a{color:#c9c626;text-decoration:none;transition:all .3s}.footer-links a:hover{color:#93c5fd}.footer-copy{color:#94a3b8;font-size:14px}@media (width<=600px){.footer{width:calc(100% - 32px);margin:16px auto;padding:24px 16px}.footer-content h3{font-size:22px}.footer-links{gap:14px}}
