@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap";:root{--navbar-width: 600px;--navbar-padding: 4px 8px;--navbar-radius: 50px;--backdrop-blur: 10px;--navbar-bg-light: rgba(255, 255, 255, .6);--navbar-bg-dark: rgba(3, 7, 10, .48);--navbar-border-light: rgba(0, 0, 0, .12);--navbar-border-dark: rgba(255, 255, 255, .166);--highlight-light: #f4f4f5;--highlight-dark: #27272a}.navbar{width:var(--navbar-width);margin:30px auto 0;padding:var(--navbar-padding);border-radius:var(--navbar-radius);position:fixed;left:50%;transform:translate(-50%);z-index:1000;backdrop-filter:blur(var(--backdrop-blur));-webkit-backdrop-filter:blur(var(--backdrop-blur))}.navbar-big{display:block}.navbar-small{display:none}body.theme-light .navbar{background-color:var(--navbar-bg-light);border:1px solid var(--navbar-border-light)}body.theme-dark .navbar{background-color:var(--navbar-bg-dark);border:1px solid var(--navbar-border-dark)}.nav-wrapper{display:flex;justify-content:space-between;position:relative}.nav-item{list-style:none;cursor:pointer;padding:8px 16px;position:relative;-webkit-user-select:none;user-select:none;z-index:1;transition:color .2s ease}body.theme-light .nav-item{color:#6b7280}body.theme-light .nav-item.active,body.theme-light .nav-item:hover{color:#000}body.theme-dark .nav-item{color:#9ca3af}body.theme-dark .nav-item.active,body.theme-dark .nav-item:hover{color:#fff}.highlight{position:absolute;border-radius:var(--navbar-radius);z-index:-1;inset:0;transition:background .2s ease}body.theme-light .highlight{background-color:var(--highlight-light)}body.theme-dark .highlight{background-color:var(--highlight-dark)}@media(max-width:640px){.navbar{width:auto;border:none;border-radius:none;backdrop-filter:none;-webkit-backdrop-filter:none;left:50%;transform:translate(-50%)}.navbar-big{display:none}.navbar-small{display:block;width:auto;background:none;border:none;padding:0}.mobile-nav-row{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:20px}.navbar-small{display:flex;justify-content:center;align-items:center}.small-nav-item-default{cursor:pointer;background:#111214cc;border:1px solid rgba(255,255,255,.1);padding:10px 24px;border-radius:32px;color:#fff;font-weight:500;font-size:16px;display:flex;align-items:center;gap:8px;transition:background .2s,border-color .2s;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}body.theme-light .small-nav-item-default{background:#fffc;border:1px solid rgba(0,0,0,.1);color:#000}body.theme-dark .navbar,body.theme-light .navbar{background:none;border:none}.small-list-item{list-style:none;margin-bottom:0;width:100%}.small-nav-item{cursor:pointer;background:none;border:none;border-bottom:2px solid transparent;padding:12px 24px;color:inherit;font-weight:500;font-size:16px;display:flex;align-items:center;gap:8px;transition:border-color .2s,color .2s;width:100%;text-align:center;justify-content:center}.small-nav-item.active,body.theme-light .small-nav-item.active{border-bottom-color:#7c3aed;color:#7c3aed}.small-nav-item:hover:not(.active){border-bottom-color:#a78bfa;color:#a78bfa}body.theme-light .small-nav-item:hover:not(.active){border-bottom-color:#a78bfa;color:#a78bfa}.mobile-menu-overlay{position:fixed;inset:0;width:100vw;height:100vh;background:#121214a8;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:999;transition:opacity .3s}.mobile-nav-row .theme-toggle-btn{display:none}nav[role=navigation]>div>ul>li>div{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#111214e6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:20px;padding:0;min-width:280px;max-width:90vw;box-shadow:0 8px 32px #00000080;border:1px solid rgba(255,255,255,.1);z-index:1000}body.theme-light nav[role=navigation]>div>ul>li>div{background:#ffffffe6;border:1px solid rgba(0,0,0,.1)}nav[role=navigation] ul{display:flex;flex-direction:column;align-items:center;width:100%;padding:8px 0}}@media(max-width:768px){:root{--navbar-width: 90%;--navbar-padding: 3px 6px}.navbar{width:var(--navbar-width);margin:20px auto 0;padding:var(--navbar-padding)}.nav-item{padding:6px 12px;font-size:.9rem}}@media(max-width:480px){:root{--navbar-width: 95%;--navbar-padding: 3px 4px}.navbar{width:var(--navbar-width);margin:15px auto 0;padding:var(--navbar-padding)}.nav-item{padding:5px 10px;font-size:.85rem}.nav-wrapper{gap:4px}}@media(max-width:640px)and (min-width:481px){.navbar{width:85%}.nav-item{padding:6px 14px;font-size:.88rem}}.desktop-theme-toggle{display:block}.mobile-nav-row .fixed-theme-toggle{display:none}@media(min-width:641px){.desktop-theme-toggle .fixed-theme-toggle{position:fixed;right:30px;bottom:30px;width:44px;height:44px;border-radius:50%;background:#111214cc;border:1px solid rgba(255,255,255,.1);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:background .2s,border-color .2s,transform .2s;z-index:999}.desktop-theme-toggle .fixed-theme-toggle:hover{background:#111214e6;border-color:#fff3;transform:scale(1.05)}body.theme-light .desktop-theme-toggle .fixed-theme-toggle{background:#fffc;border:1px solid rgba(0,0,0,.1);color:#000}body.theme-light .desktop-theme-toggle .fixed-theme-toggle:hover{background:#ffffffe6;border-color:#0003}.desktop-theme-toggle .fixed-theme-toggle svg{width:20px;height:20px}}@media(max-width:640px){.desktop-theme-toggle{display:none}.mobile-nav-row .fixed-theme-toggle{display:flex}.mobile-nav-row .fixed-theme-toggle{width:44px;height:44px;border-radius:50%;background:#111214cc;border:1px solid rgba(255,255,255,.1);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:background .2s,border-color .2s,transform .2s;flex-shrink:0}.mobile-nav-row .fixed-theme-toggle:hover{background:#111214e6;border-color:#fff3;transform:scale(1.05)}body.theme-light .mobile-nav-row .fixed-theme-toggle{background:#fffc;border:1px solid rgba(0,0,0,.1);color:#000}body.theme-light .mobile-nav-row .fixed-theme-toggle:hover{background:#ffffffe6;border-color:#0003}.mobile-nav-row .fixed-theme-toggle svg{width:20px;height:20px}}:root{--bg: #ffffff;--fg: #000000;--accent: #0078d4}body.theme-light{background-color:var(--bg);color:var(--fg)}body.theme-dark{--bg: #0b0b0c;--fg: #f5f5f5;background-color:var(--bg);color:var(--fg)}.theme-button{cursor:pointer;padding:10px;background:none;border:none;outline:none;color:inherit;display:inline-flex;align-items:center;justify-content:center;gap:6px;transition:color .15s ease,background-color .15s ease,border-color .15s ease;border-radius:50%}body.theme-light .theme-button{border:1px solid #000}body.theme-light .theme-button:hover{background-color:#f0f0f0}body.theme-dark .theme-button{border:1px solid #fff}body.theme-dark .theme-button:hover{background-color:#1a1a1a}.theme{position:fixed;right:30px;bottom:30px}*{box-sizing:border-box;padding:0;margin:0}body{background-color:#09090b;color:#fff;font-family:Inter,Segoe UI,Arial,sans-serif}.app{width:100%;max-width:80vw;margin:0 auto}.sections{padding-top:100px}.footer{text-align:center;padding:20px 0;font-size:.9em;color:#888}@media(max-width:768px){.app{width:95%;max-width:100%}.sections{padding-top:80px}.footer{padding:15px 10px;font-size:.85em}}@media(max-width:480px){.app{width:95%;max-width:100%}.sections{padding-top:70px}.footer{padding:12px 5px;font-size:.8em}}body,.theme-dark{background:#111;color:#fff;margin:0}.theme-light{background:#f6f6f6;color:#181818}.home{scroll-margin-top:130px;max-width:900px;margin:30px auto 0;display:flex;flex-direction:column;align-items:center;padding:20px}.profile_pic{width:128px;height:128px;border-radius:50%;object-fit:cover;margin-bottom:28px;border:4px solid #222}.job_status{border:1px solid gray;padding:5px 10px;width:fit-content;font-size:12px;letter-spacing:1px;font-family:Georama,sans-serif;font-weight:400;font-style:normal;margin-top:15px}.job_status span{display:inline-block;width:8px;height:8px;background-color:#4caf50;border-radius:50%;margin-right:6px}.theme-light .profile_pic{border:4px solid #b6b6b6}.user_info{text-align:center;margin:10px 0}.intro{width:80%;margin:0 auto 1rem;font-size:2.5rem;font-weight:800;font-family:Plus Jakarta Sans,sans-serif;color:#fff;letter-spacing:0px}.theme-light .intro{color:#232323}.intro span{color:#ef4677;font-weight:800}.home_title{font-size:2rem;font-weight:700;color:#e6e6e6;margin-bottom:.7rem;letter-spacing:.5px}.theme-light .home_title{color:#444}.home_description{width:90%;margin:0 auto 14px;color:#b7b7b7;font-size:1.1rem;line-height:1.6}.theme-light .home_description{color:#666}.social_links{display:flex;gap:16px;align-items:center;justify-content:center;margin-top:20px}.get-touch,.download_resume{background-color:#000;color:#fff;padding:11px 26px;border-radius:50px;font-size:1rem;font-weight:600;border:none;cursor:pointer;outline:none;display:flex;align-items:center;transition:background .18s,color .18s}.theme-dark .get-touch{background:#fff;color:#000}.get-touch{margin-right:10px}.get-touch a,.download_resume a{display:flex;align-items:center;color:inherit;text-decoration:none;gap:8px;font-size:1em}.download_resume{background:#181818;color:#fff;border:1.5px solid #3d3d3d;box-shadow:0 1.5px 6px #000}.theme-light .download_resume{background:#eee;color:#222;border:1.5px solid #cfcfcf;box-shadow:0 1.5px 7px #e4e4e4}.download_resume:hover,.get-touch:hover,.theme-light .download_resume:hover,.theme-light .get-touch:hover{background:#282828;color:#fff}.download-icon{width:16px;height:16px}.icon_button{background:none;border:none;cursor:pointer;padding:10px;border-radius:50px;display:flex;align-items:center;justify-content:center;transition:background .23s,border-color .22s}.icons{width:22px;height:22px;color:#fff;display:flex}.theme-light .icons{color:#232323}.homeBraker{width:4px;height:80px;background:linear-gradient(180deg,#3b3b3b,#2b2b2b);border-radius:6px;border:none;box-shadow:inset 0 1px 3px #ffffff05,0 0 10px #0009;margin:12px auto;display:block}.theme-light .homeBraker{background:linear-gradient(180deg,#cfcfcf,#b6b6b6);box-shadow:inset 0 1px 3px #ffffff0f,0 0 8px #00000014}@media(max-width:768px){.home{scroll-margin-top:130px;padding:15px}.profile_pic{width:100px;height:100px;margin-bottom:20px}.intro{width:100%;font-size:1.8rem}.home_description{width:100%;font-size:1rem;line-height:1.5}.social_links{flex-wrap:wrap;gap:12px;justify-content:center}.get-touch,.download_resume{padding:10px 20px;font-size:.9rem}.icon_button{padding:8px}.icons{width:50px;height:24px}}@media(max-width:480px){.home{padding:10px}.profile_pic{width:90px;height:90px;margin-bottom:15px}.job_status{font-size:11px;padding:4px 8px}.intro{font-size:1.5rem;margin-bottom:.8rem}.home_description{font-size:.95rem;margin-bottom:12px}.social_links{flex-direction:column;gap:12px;width:100%;align-items:center}.get-touch,.download_resume{width:100%;max-width:280px;justify-content:center;padding:12px 20px}.get-touch{margin-right:0}.social_links .icons{height:auto;display:flex;gap:12px;align-items:center;justify-content:center;margin-top:20px}.icon_button{background:transparent;border:2px solid #ffffff;border-radius:50%;padding:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;overflow:visible}body.theme-light .icon_button{border:2px solid #181818}.icon_button .icons{width:50px;height:24px;color:#fff;stroke-width:1.5;display:block;margin:0}body.theme-light .icon_button .icons{color:#181818}}.contact{scroll-margin-top:10px;margin:0 auto;max-width:900px;padding:20px;display:flex;flex-direction:column;align-items:center}.contact h2{font-size:2rem;font-weight:700;margin-bottom:10px}.contact h2,.contact p{text-align:center}.mail{color:#7c3aed;text-decoration:none}.mail:hover{text-decoration:underline}.form-container{margin-top:30px;width:100%;max-width:420px;display:flex;flex-direction:column;align-items:center;gap:17px;background:transparent}.form-group{display:flex;flex-direction:column;align-items:flex-start;width:100%;gap:7px}.form-group label{font-weight:500;font-size:1.1em;margin-bottom:0;text-align:left;padding-left:2px;width:100%}.input,.textarea{padding:11px 13px;border:1.5px solid #ccc;border-radius:5px;font-size:1em;font-family:inherit;width:100%;min-width:250px;background-color:transparent;transition:border-color .19s,box-shadow .19s;box-sizing:border-box;resize:none}.input:focus,.textarea:focus{border-color:#7c3aed;outline:none;box-shadow:0 1px 10px #7c3eed14}body.theme-dark .input,body.theme-dark .textarea{border:1.5px solid #555;color:#eee}.submit{margin-top:18px;background-color:#7c3aed;color:#fff;padding:12px 2px;width:100%;border:none;border-radius:5px;font-size:1.01rem;font-weight:600;cursor:pointer;transition:background-color .18s;align-self:center;box-shadow:0 4px 16px #7c3eed14}.submit:hover{background-color:#612fea}@media(max-width:768px){.contact{padding:15px}.contact h2{font-size:1.6rem}.form-container{max-width:100%;margin-top:25px}.form-group label{font-size:1em}.input,.textarea{padding:10px 12px;font-size:.95em}.submit{padding:11px 2px;font-size:.98rem}}@media(max-width:480px){.contact{padding:10px}.contact h2{font-size:1.4rem}.contact p{font-size:.95rem}.form-container{margin-top:20px;gap:15px}.form-group{gap:6px}.form-group label{font-size:.95em}.input,.textarea{padding:9px 11px;font-size:.9em;min-width:100%}.submit{margin-top:15px;padding:11px 2px;font-size:.95rem}}.theme-dark .experience{color:#fff}.theme-light .experience{color:#212121}.theme-dark .experience>p,.theme-dark .experience-item>p{color:#a3a3a3}.theme-light .experience>p,.theme-light .experience-item>p{color:#3a3a47}.experience{min-height:100vh;padding:40px 0}.experience h2{font-size:2rem;font-weight:600;text-align:center;margin-bottom:.6rem;letter-spacing:1px}.experience>p{text-align:center;font-size:1.08rem;margin-bottom:2.5rem}.experience-list{max-width:730px;margin:0 auto;position:relative;padding-left:30px}.experience-list:before{content:"";position:absolute;top:0;bottom:0;left:18px;width:3px;background:#2d2d35;border-radius:2px}.theme-light .experience-list:before{background:#dae2ed}.experience-item{position:relative;margin-bottom:2.8rem;padding-left:40px}.experience-item:last-child{margin-bottom:0}.experience-item:before{content:"";position:absolute;top:5%;left:-17px;transform:translateY(-50%);width:8px;height:8px;background:inherit;border:3px solid #fff;border-radius:50%;z-index:10;box-shadow:0 0 0 4px inherit}.theme-dark .experience-item:before{border-color:#fff;background:#18181b;box-shadow:0 0 0 4px #18181b}.theme-light .experience-item:before{border-color:#222;background:#f6f6f7;box-shadow:0 0 0 4px #f6f6f7}.organization{display:flex;align-items:center;gap:.65em}.organization svg{width:1.15em;height:1.15em;margin-bottom:2px;color:#7c3aed}.experience-item h3{font-size:1.19rem;font-weight:700;margin-bottom:.14rem;letter-spacing:.4px}.experience-item h4{font-size:1.07rem;font-weight:600;margin-bottom:.11rem}.experience-item h3,.experience-item h4{color:inherit}.duration{display:flex;align-items:center;gap:.55em;color:#fff;font-weight:500;margin:10px 0 2px;font-size:1.035rem}.theme-light .duration{color:#212121}.duration svg{width:1.04em;height:1.04em;vertical-align:middle;margin-right:.18em;color:#7c3aed}.experience-item>p{margin:.13rem 0 .23rem;font-size:.97rem;font-weight:500}.desc{color:inherit;margin-bottom:.7em;font-size:.99rem;line-height:1.55}.skills{display:flex;flex-wrap:wrap;gap:.5rem .7rem;margin-top:1rem}.skill{display:inline-block;background:transparent;color:inherit;border:1.3px solid #3f3f46;border-radius:999px;padding:.28em 1.01em;font-size:.97rem;font-weight:500;letter-spacing:.14px;transition:background .14s,color .14s,border-color .14s;cursor:pointer}.theme-light .skill{border-color:#b8bac5;color:#363646}.skill:hover{background:#27272a;color:#a78bfa;border-color:#7e22ce}.theme-light .skill:hover{background:#e5e7ec;color:#6b21a8;border-color:#7e22ce}@media(max-width:768px){.experience{scroll-margin-top:50px;padding:30px 15px}.experience h2{font-size:1.6rem}.experience>p{font-size:1rem;margin-bottom:2rem}.experience-list{max-width:100%;padding-left:20px}.experience-list:before{left:12px;width:2px}.experience-item{padding-left:30px;margin-bottom:2rem}.experience-item:before{left:-12px;width:6px;height:6px;border-width:2px}.experience-item h3{font-size:1.1rem}.experience-item h4{font-size:1rem}.desc{font-size:.95rem}.skill{font-size:.9rem;padding:.25em .9em}}@media(max-width:480px){.experience{padding:20px 10px;min-height:auto}.experience h2{font-size:1.4rem}.experience>p{font-size:.95rem;margin-bottom:1.5rem}.experience-list{padding-left:15px}.experience-list:before{left:10px}.experience-item{padding-left:25px;margin-bottom:1.5rem}.experience-item:before{left:-10px;width:5px;height:5px}.experience-item h3{font-size:1rem}.experience-item h4{font-size:.95rem}.duration{font-size:.95rem;margin:8px 0 2px}.desc{font-size:.9rem;line-height:1.5}.skills{gap:.4rem .6rem}.skill{font-size:.85rem;padding:.22em .8em}}.about{scroll-margin-top:20px;max-width:1000px;margin:30px auto 0;display:flex;flex-direction:column;align-items:center;padding:20px;overflow:hidden}.about h1{margin-bottom:20px;font-size:2rem;font-weight:700;color:#e6e6e6;letter-spacing:.5px}.theme-light .about h1{color:#232323}.content{display:flex;flex-direction:column;align-items:center;gap:20px;margin-top:10px}.description{font-size:1.1rem;line-height:1.6;color:#cfcfcf;text-align:center;max-width:700px}.theme-light .about .description{color:#4d4d4d}.skill-icons{padding:20px 0;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:80px;margin-top:60px;width:100%;position:relative;left:0;overflow-x:visible}.icon{font-size:5rem;color:#fff;transition:all .27s ease;cursor:pointer;filter:drop-shadow(0 2px 8px rgba(50,50,110,.07))}.theme-light .icon{color:#333}.icon:hover{transform:scale(2)}@media(max-width:768px){.about{scroll-margin-top:50px;padding:15px}.about h1{font-size:1.6rem;margin-bottom:15px}.description{font-size:1rem}.skill-icons{gap:40px;margin-top:40px}.icon{font-size:4rem}}@media(max-width:480px){.about{padding:10px}.about h1{font-size:1.4rem;margin-bottom:12px}.description{font-size:.95rem}.skill-icons{gap:30px;margin-top:30px;padding:15px 0}.icon{font-size:3rem}.icon:hover{transform:scale(1.5)}}.projects{scroll-margin-top:50px;max-width:1200px;margin:30px auto 0;padding:0 18px 35px;display:flex;flex-direction:column;align-items:center}.projects h2{font-size:2rem;font-weight:700;text-align:center;color:#fff;margin-top:0;margin-bottom:10px}.projects>p{color:#a3a3a3;font-size:1.15rem;text-align:center;margin-bottom:28px}.projects-list,.projects-grid{display:flex;flex-wrap:wrap;gap:32px;justify-content:center;width:100%}.project-item{background:#18181c;border-radius:18px;box-shadow:0 2px 20px #0000002b;overflow:hidden;max-width:500px;width:100%;margin-bottom:14px;padding:32px 28px 26px;display:flex;flex-direction:column;align-items:flex-start;border:1px solid #252535;transition:box-shadow .2s,border .2s}.project-item:hover{box-shadow:0 6px 30px #7c3eed21,0 1.5px 25px 2px #18181c30;border:1.5px solid gray}.project-item img{width:100%;max-height:210px;object-fit:cover;border-radius:13px;border:1px solid #232225;margin-bottom:22px}.project-item h3{font-size:1.47rem;font-weight:600;margin-bottom:6px;color:#fff}.project-item p{font-size:1.09rem;color:#bdbdbd;margin-bottom:21px}.project-skills{margin-bottom:19px;display:flex;flex-wrap:wrap;gap:11px}.project-skill{background-color:#23232a;color:#a78bfa;font-size:.97em;padding:6px 15px;border-radius:20px;margin-bottom:0;letter-spacing:.01em;font-weight:500;border:1px solid #232235;transition:background .18s,color .18s}.project-item a{margin-top:10px;display:inline-flex;align-items:center;background:#181838;color:#d6c8ff;font-weight:600;padding:7px 22px;border-radius:12px;border:1px solid #232235;box-shadow:0 2px 6px #7d3eed12;font-size:1rem;text-decoration:none;gap:8px;transition:background .18s,color .17s,border .19s}.project-item a:hover{background:#7c3aed;color:#fff;border:1.5px solid #cbb8fa}.project-item svg{width:1.3em;height:1.3em}body.theme-light .projects h2{color:#27272a}body.theme-light .projects>p{color:#545357}body.theme-light .project-item{background:#fafafc;border:1px solid #e5e7eb;box-shadow:0 2px 18px #242c4017}body.theme-light .project-item:hover{box-shadow:0 7px 32px #7c3eed14;border:1.5px solid #a78bfa}body.theme-light .project-item h3{color:#2d2d32}body.theme-light .project-item p{color:#52525b}body.theme-light .project-item img{border:1px solid #dadce0}body.theme-light .project-skill{background-color:#f3f3fa;color:#7c3aed;border:1px solid #e5e7eb}body.theme-light .project-skill:hover{background:#ebe2fa;color:#5127d4}body.theme-light .project-item a{background:#f3f0fb;color:#7c3aed;border:1px solid #ebe2fa}body.theme-light .project-item a:hover{background:#7c3aed;color:#fff;border:1.5px solid #a78bfa}body.theme-light .project-item svg{color:#7c3aed}@media(max-width:768px){.projects{scroll-margin-top:70px;padding:0 15px 30px}.projects h2{font-size:1.6rem}.projects>p{font-size:1rem;margin-bottom:24px}.project-item{max-width:100%;padding:24px 20px 20px}.project-item img{margin-bottom:18px}.project-item h3{font-size:1.3rem}.project-item p{font-size:1rem;margin-bottom:18px}.project-skill{font-size:.9em;padding:5px 12px}}@media(max-width:480px){.projects{padding:0 10px 25px}.projects h2{font-size:1.4rem}.projects>p{font-size:.95rem;margin-bottom:20px}.projects-list,.projects-grid{gap:20px}.project-item{padding:20px 15px 18px}.project-item img{max-height:180px;margin-bottom:15px}.project-item h3{font-size:1.15rem;margin-bottom:5px}.project-item p{font-size:.95rem;margin-bottom:15px}.project-skills{margin-bottom:15px;gap:8px}.project-skill{font-size:.85em;padding:5px 10px}.project-item a{padding:6px 18px;font-size:.95rem;gap:6px}}
