/*! tailwindcss v4.0.9 | MIT License | https://tailwindcss.com */@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--default-font-family:var(--font-sans);--default-font-feature-settings:var(--font-sans--font-feature-settings);--default-font-variation-settings:var(--font-sans--font-variation-settings);--default-mono-font-family:var(--font-mono);--default-mono-font-feature-settings:var(--font-mono--font-feature-settings);--default-mono-font-variation-settings:var(--font-mono--font-variation-settings)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}body{line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1;color:color-mix(in oklab,currentColor 50%,transparent)}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.\!visible{visibility:visible!important}.visible{visibility:visible}.block{display:block}.hidden{display:none}}.about{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#0a0a1acc,#0a0a1af2);width:100%;padding:2rem 1rem}.about-container{flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1200px;margin:0 auto;display:flex}.about-title{text-align:center;align-self:center}.about-text{color:var(--text-secondary);text-align:left;width:100%;font-size:1rem;font-weight:400;line-height:1.6}.about{padding:5rem 6rem}.about-container{max-width:1000px}.about-text{margin-bottom:1rem;font-size:1.2rem;line-height:1.6}@media screen and (width<=1279px){.about{padding:4rem}.about-container{max-width:900px}.about-text{font-size:1.2rem;line-height:1.6}}@media screen and (width<=1023px){.about{padding:3rem 2rem}.about-text{font-size:1.2rem;line-height:1.6}}@media screen and (width<=767px){.about{padding:2rem 1rem}.about-container{gap:1rem}.about-text{font-size:1.2rem;line-height:1.6}}@media screen and (width<=639px){.about-text{font-size:1rem}}.section-contact{width:100%;padding:4rem 6rem}.contact-content{flex-direction:column;gap:3rem;width:100%;display:flex}.contact-content_heading{text-align:center;max-width:800px;margin:0 auto}.contact-text{color:var(--text-secondary);margin-bottom:2rem;font-size:1.2rem;line-height:1.8}.contact-content_info{flex-wrap:wrap;justify-content:space-between;gap:2rem;display:flex}.contact-form{flex:1;min-width:300px}.form-group{margin-bottom:1.5rem}.form-input{border:1px solid var(--border);width:100%;color:var(--text-primary);background-color:#ffffff0d;border-radius:5px;padding:1rem;font-size:1rem;transition:border-color .3s,box-shadow .3s}.form-input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 2px #64ffdb33}textarea.form-input{resize:vertical;min-height:150px}.submit-btn{background:#e27d6099;background:var(--accent-secondary);color:var(--text-primary);cursor:pointer;border:1px solid #ffffff4d;border-radius:5px;padding:.8rem 2rem;font-size:1rem;font-weight:500;transition:all .3s}.submit-btn:hover{background-color:var(--hover);transform:translateY(-2px);box-shadow:0 10px 20px #0000004d}.contact-address{flex-direction:column;flex:1;justify-content:flex-start;min-width:300px;display:flex}.contact-card{flex-direction:column;gap:1.5rem;display:flex}.contact-card_item{border:1px solid var(--border);background-color:#ffffff08;border-radius:10px;align-items:center;gap:1rem;padding:1.5rem;transition:transform .3s,box-shadow .3s;display:flex}.contact-card_item:hover{background-color:#ffffff1a;transform:translateY(-5px);box-shadow:0 10px 20px #0003}.contact-icon{color:var(--accent);background-color:var(--hover);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;display:flex}.contact-card_item h3{color:var(--text-primary);margin-bottom:.3rem;font-size:1.1rem;font-weight:600}.contact-link_email{color:var(--text-secondary);font-weight:500;position:relative}.contact-link_email:after{content:"";background-color:var(--secondary-color);width:0;height:2px;transition:width .3s;position:absolute;bottom:-2px;left:50%;transform:translate(-50%)}.contact-link_email:hover:after{width:100%}.contact-link_email:hover{color:var(--secondary-color);transition:transform .3s;transform:translateY(-2px)}@media (width<=992px){.section-contact{padding:3rem 2rem}}@media (width<=768px){.contact-form,.contact-address{width:100%}.contact-content_info{flex-direction:column-reverse}.contact-address{margin-bottom:2rem}.section-title{font-size:2.5rem}}@media (width<=480px){.section-contact{padding:2rem 1rem}.section-title #contact-title{font-size:1.8rem}.contact-text{font-size:1rem}}.experience-section{background:#0a0a1a;width:100%;padding:0 1rem}.experience-content{flex-direction:column;gap:3rem;width:100%;max-width:1200px;margin:0 auto;display:flex}.experience-content_heading{text-align:center;flex-direction:column;align-items:center;margin-bottom:1rem;display:flex}.experience-text{color:var(--text-secondary);max-width:700px;margin-top:1rem;font-size:1.2rem;line-height:1.6}.experience-content_timeline{width:100%;position:relative}.timeline{flex-direction:column;width:100%;display:flex;position:relative}.timeline:before{content:"";background-color:var(--border);width:2px;position:absolute;top:0;bottom:0;left:30px}.timeline-item{justify-content:flex-start;width:100%;margin-bottom:3rem;padding-top:15px;padding-left:60px;display:flex;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-item:after{content:"";border:3px solid var(--accent-secondary);z-index:2;background-color:#0a0a1a;border-radius:50%;width:16px;height:16px;position:absolute;top:20px;left:30px;transform:translate(-50%)}.timeline-content{background:#ffffff1a;border-radius:8px;width:100%;margin-top:35px;padding:1.5rem;transition:transform .3s,box-shadow .3s;position:relative;box-shadow:0 10px 30px #0000004d}.timeline-content:after{content:"";border-top:12px solid #0000;border-bottom:12px solid #0000;border-right:12px solid #1e2332cc;width:0;height:0;position:absolute;top:20px;left:-12px}.timeline-content:hover{transform:translateY(-2px);box-shadow:0 15px 40px #0006}.timeline-date{color:var(--text-secondary);z-index:3;background-color:#ffffff0d;border-radius:4px;padding:.4rem .8rem;font-size:.9rem;font-weight:700;display:inline-block;position:absolute;top:-8px;left:60px;box-shadow:0 3px 10px #0003}.timeline-title{color:var(--text-primary);margin:0 0 .5rem;font-size:1.3rem;font-weight:600}.timeline-company{color:var(--accent);margin:0 0 1rem;font-size:1.1rem;font-weight:500}.timeline-desc{color:var(--text-secondary);margin-bottom:1.2rem;font-size:1rem;line-height:1.6}.timeline-tech{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.tech-tag{color:var(--text-secondary);cursor:pointer;background-color:#ffffff0d;border-radius:4px;padding:.4rem .8rem;font-size:.85rem;transition:all .3s}.tech-tag:hover{color:var(--text-primary);background-color:#e27d60cc}@media (width>=768px){.experience-section{padding:1rem 2rem}.experience-content{gap:4rem}.experience-content_heading{margin-bottom:2rem}.experience-text{font-size:1.2rem}.timeline:before{left:50%;transform:translate(-50%)}.timeline-item{padding-left:0}.timeline-item:nth-child(odd){justify-content:flex-start;padding-left:0;padding-right:52%}.timeline-item:nth-child(2n){justify-content:flex-end;padding-left:52%;padding-right:0}.timeline-item:after{top:20px;left:50%}.timeline-content{margin-top:0;padding:2rem}.timeline-item:nth-child(odd) .timeline-content:after{border-left:12px solid #1e2332cc;border-right:0;left:auto;right:-12px}.timeline-item:nth-child(2n) .timeline-content:after{border-left:0;border-right:12px solid #1e2332cc;left:-12px;right:auto}.timeline-date{margin-bottom:0;font-size:.95rem;position:absolute;top:12px}.timeline-item:nth-child(odd) .timeline-date{left:calc(50% + 30px);right:auto}.timeline-item:nth-child(2n) .timeline-date{left:auto;right:calc(50% + 30px)}.timeline-title{font-size:1.5rem}.timeline-company{font-size:1.2rem}}@media (width>=1024px){.experience-section{padding:4rem 2rem}.experience-content{gap:5rem}}.footer{background-color:var(--background);border-top:1px solid var(--border);width:100%;margin-bottom:1rem;padding:1rem 6rem}.footer-wrapper{flex-direction:row;justify-content:space-around;gap:2rem;width:100%;display:flex}.footer-main{flex-direction:column;flex:1;justify-content:flex-start;align-items:flex-start;width:100%;display:flex}.footer-main_logo{margin-bottom:1rem}.footer-main_logo img{cursor:pointer;border-radius:3px}.footer-main_tagline{color:var(--text-secondary);margin-top:.5rem;font-size:.9rem}.footer-social{flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.footer-social h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.1rem;font-weight:500}.footer-social_item{gap:1rem;display:flex}.social-link{border-radius:20%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.social-link:hover{color:var(--accent-secondary);transform:translateY(-2px)}.social-link svg{fill:var(--text-secondary);width:30px;height:30px;transition:fill .3s}.social-link:hover svg{fill:var(--accent-secondary)}.footer-copyright{color:var(--text-secondary);flex:1;justify-content:center;align-items:last baseline;font-size:.85rem;display:flex}@media (width<=768px){.footer-wrapper{text-align:center;flex-direction:column;align-items:center;gap:1.5rem}.footer-main,.footer-social{align-items:center}.footer-copyright{border-top:1px solid var(--border);flex:0 0 100%;order:3;justify-content:center;margin-top:1rem;padding-top:1rem}}.hero{flex-direction:row;width:100%;padding:calc(4rem + 70px) 4rem 4rem 6rem;display:flex;overflow:hidden}.hero-content{flex-wrap:wrap;justify-content:space-between;width:100%;display:flex}.hero-content_text{max-width:60%;animation:1s ease-in-out fadeIn}.hero-greeting{color:var(--text-primary);margin-bottom:1rem;font-size:1.2rem;font-weight:400}.hero-name{letter-spacing:-2px;background:var(--accent);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.25rem;font-size:4rem;font-weight:700}.hero-title{margin-bottom:30px;font-size:1.8rem;font-weight:500}.hero-description{color:var(--text-secondary);margin-bottom:2rem}.hero-description p{margin-bottom:.5rem;font-size:1.2rem;line-height:1.6}.hero-contact{color:var(--text-secondary);cursor:pointer;background:#ffffff1a;border:1px solid #ffffff4d;border-radius:5px;padding:15px 30px;font-size:1.1rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.hero-contact:hover{color:var(--text-primary);background:#e27d60cc;transform:translateY(-2px);box-shadow:0 10px 20px #0000004d}.hero-content_image{width:40%;position:relative}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@media screen and (width<=1200px){.hero-name{font-size:3.5rem}.hero-title{font-size:1.6rem}}@media screen and (width<=992px){.hero{padding:3rem 2rem}.hero-content_text{max-width:100%}.hero-content_image{order:2;width:100%;margin-top:3rem}.hero-name{font-size:3rem}}@media screen and (width<=768px){.hero{padding:2rem}.hero-name{letter-spacing:-.5px;font-size:2.5rem}.hero-title{font-size:1.4rem}.hero-description p{font-size:1rem}}@media screen and (width<=480px){.hero{padding:1.5rem}.hero-name{font-size:2rem}.hero-title{margin-bottom:20px;font-size:1.2rem}.hero-description p{font-size:.9rem}.hero-contact{text-align:center;width:100%;padding:12px 20px;font-size:1rem}}header{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#0a0a1acc;justify-content:center;width:100%;transition:all .3s;position:fixed;top:0;left:0}header.visible{transform:translateY(0)}header.hidden{transform:translateY(-100%)}header.scrolled{box-shadow:0 5px 15px #0000001a}nav{flex-direction:row;justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.header-img{cursor:pointer;justify-content:center;margin:1rem 1rem 1rem 6rem;scroll-margin-top:-80px;display:flex}.header-img img{border-radius:.2rem;width:40px;height:40px;display:block}.nav-links{flex-direction:row;justify-content:space-around;align-items:center;gap:3rem;margin-right:3rem;padding:.4rem;list-style:none;transition:all .3s;display:flex}.nav-links li{justify-content:space-between;font-weight:600}a{color:var(--accent);cursor:pointer;text-decoration:none;transition:color .3s;position:relative}.custom{text-decoration:none;position:relative}.custom:after{content:"";background-color:var(--secondary-color);width:0;height:2px;transition:width .3s;position:absolute;bottom:-2px;left:50%;transform:translate(-50%)}.custom:hover:after{width:100%}.custom:hover{color:var(--secondary-color);transition:transform .3s;transform:translateY(-2px)}.resume-link{color:var(--accent);background-color:var(--background);border:1px solid #64ffda;border-radius:.25rem;padding:.5rem .6rem;transition:all .3s}.resume-link:hover{background-color:var(--hover);transform:translateY(-2px)}.hamburger{cursor:pointer;z-index:10;flex-direction:column;justify-content:space-between;width:30px;height:21px;margin-right:2rem;display:none;position:relative}.hamburger span{background-color:var(--accent);border-radius:3px;width:100%;height:3px;transition:all .3s;display:block}.hamburger.active span:first-child{transform:translateY(9px)rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-9px)rotate(-45deg)}body{padding-top:70px}@media screen and (width<=992px){.header-img{margin-left:2rem}.nav-links{gap:2rem;margin-right:2rem}}@media screen and (width<=768px){.hamburger{display:flex}.nav-links{background-color:var(--background);z-index:5;flex-direction:column;width:75%;max-width:300px;height:100vh;margin:0;padding:6rem 2rem 2rem;transition:transform .3s ease-in-out;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-5px 0 15px #0000001a}.nav-links.mobile-menu-active{transform:translate(0)}.nav-links li{margin:1.5rem 0}header.hidden.mobile-menu-active{transform:translateY(0)}}@media screen and (width<=480px){.header-img{margin-left:1rem}.hamburger{margin-right:1rem}.nav-links{width:85%;padding:6rem 1.5rem 1.5rem}.nav-links li{margin:1rem 0}}.skills-section{width:100%;padding:0 4rem 0 6rem}.skills-content{flex-direction:column;gap:2rem;width:100%;display:flex}.skills-content_heading{flex-direction:column;justify-content:center;align-items:center;display:flex}.skills-text{color:var(--text-secondary);padding:.5rem;font-size:1.2rem;font-weight:400}.skills-text strong{color:var(--text-primary);letter-spacing:1px}.skills-content_techs{width:100%;margin:2rem 0}.skills-tools-ul{flex-wrap:wrap;gap:1rem;margin:0;padding:0;list-style-type:none;display:flex}.skills-tools-ul li{min-width:160px;color:var(--text-secondary);text-align:center;background-color:#ffffff0d;border-radius:8px;flex:calc(20% - 1rem);padding:1rem;transition:all .3s;box-shadow:0 4px 6px #0000001a}.skills-tools-ul li:hover{color:var(--text-primary);background-color:#e27d60cc;transform:translateY(-2px);box-shadow:0 6px 12px #00000026}@media (width<=992px){.skills-section{width:100%;padding:1rem}.skills-text{padding:1rem 0}.skills-tools-ul li{flex:calc(25% - 1rem)}}@media (width<=768px){.skills-tools-ul li{flex:calc(33.333% - 1rem)}}@media (width<=576px){.skills-tools-ul li{flex:calc(50% - 1rem)}}.stars{z-index:-1;opacity:.1;background-color:#0000;background-image:radial-gradient(1px 1px at 25px 5px,#fff,#fff0),radial-gradient(1px 1px at 50px 25px,#fff,#fff0),radial-gradient(1px 1px at 125px 20px,#fff,#fff0),radial-gradient(1.5px 1.5px at 50px 75px,#fff,#fff0),radial-gradient(2px 2px at 175px 125px,#fff,#fff0),radial-gradient(2px 2px at 20px 175px,#fff,#fff0),radial-gradient(2.5px 2.5px at 100px 200px,#fff,#fff0);background-position:0 0,0 0,0 0,0 0,0 0,0 0,0 0;background-repeat:repeat;background-size:200px 200px;background-attachment:scroll,scroll,scroll,scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box,border-box,border-box,border-box;width:100%;height:100%;position:fixed;top:0;left:0}.nav-orbital{z-index:100;flex-direction:column;align-items:center;display:flex;position:fixed;top:50%;left:30px;transform:translateY(-50%)}.nav-planet{cursor:pointer;border-radius:50%;width:20px;height:20px;margin:15px 0;transition:all .3s;position:relative}.nav-planet:after{content:"";opacity:0;border-radius:50%;width:100%;height:100%;transition:opacity .3s;position:absolute;box-shadow:0 0 15px 5px #ffffff4d}.nav-planet:hover:after,.nav-planet.active:after{opacity:1}.nav-line{background:#fff3;width:2px;height:30px}#home-nav{background:#e27d60}#about-nav{background:#85dcb8}#experience-nav{background:#e8a87c}#projects-nav{background:#c38d9e}#contact-nav{background:#41b3a3}.popup-message{z-index:1000;border-radius:8px;justify-content:center;align-items:center;gap:.8rem;padding:1rem 1.5rem;animation:.3s ease-out forwards fadeInUp,.5s ease-in 4.5s forwards fadeOut;display:flex;position:fixed;bottom:30px;left:50%;transform:translate(-50%);box-shadow:0 5px 15px #0000004d}.popup-message.success{color:#6f9;background-color:#1e1e1ef2;border-left:4px solid #6f9}.popup-message.error{color:#ff6464;background-color:#1e1e1ef2;border-left:4px solid #ff6464}.message-icon{font-size:1.2rem;font-weight:700}.message-text{font-size:1rem}@keyframes fadeInUp{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@media (width<=600px){.popup-message{width:90%;padding:.8rem 1rem}}.work-section{background-color:var(--background);justify-content:flex-start;align-items:flex-start;width:100%;padding:2rem;display:flex;position:relative}.work-content{flex-direction:column;gap:3rem;width:100%;max-width:1200px;margin:0 auto;display:flex}.work-content_heading{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;display:flex}.work-text{color:var(--text-secondary);text-align:center;max-width:700px;padding:.5rem;font-size:1.2rem;line-height:1.8}.work-content_card,.card-content{flex-flow:wrap;justify-content:center;gap:2rem;width:100%;display:flex}.card-item{border:1px solid var(--border);background-color:#14142880;border-radius:10px;flex-direction:column;gap:1rem;width:100%;max-width:350px;padding:1.5rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 20px #0003}.card-item:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 3px 10px #64ffda1a}.card-title{color:var(--text-primary);margin-bottom:.5rem;padding-bottom:.75rem;font-size:1.5rem;font-weight:600;position:relative}.card-item:hover .card-title:after{content:"";background-color:var(--accent);width:40px;height:3px;position:absolute;bottom:0;left:0}.card-text{color:var(--text-secondary);flex-grow:1;margin-bottom:1rem;font-size:1.1rem;line-height:1.6}.tools-used{flex-wrap:wrap;align-items:flex-start;gap:.75rem;margin-bottom:1.25rem;display:flex}.tool-tags{color:var(--text-secondary);background-color:#ffffff1a;border-radius:4px;padding:.35rem .75rem;font-size:.85rem;font-weight:500;transition:background-color .2s}.tool-tags:hover{color:var(--text-primary);background:#e27d60cc;transform:translateY(1px);box-shadow:0 10px 20px #0000004d}.card-item_links{gap:1.5rem;display:flex}.card-link{color:var(--text-primary);align-items:center;gap:.5rem;font-size:1.25rem;text-decoration:none;transition:color .2s;display:flex}.card-link svg{fill:currentColor;width:20px;height:20px}.card-link:hover{color:var(--accent-secondary)}.work-content_showMore{justify-content:center;margin-top:1rem;display:flex}.showMore{color:var(--accent);border:1px solid var(--accent);cursor:pointer;background-color:#0000;border-radius:4px;padding:.75rem 2rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block;position:relative;overflow:hidden}.showMore:hover{background-color:#64ffda1a;transform:translateY(-2px);box-shadow:0 5px 15px #64ffda33}.showMore:active{transform:translateY(0)}.showMore:after{content:"";background:linear-gradient(90deg,#0000,#64ffda33,#0000);width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:-100%}.showMore:hover:after{left:100%}.card-item.hidden{display:none}.section-title .full-title{display:inline}.section-title .short-title{display:none}@media (width<=768px){.work-section{margin-top:30px;padding:3rem 1.5rem}.work-content{gap:3rem}.section-title{font-size:2.5rem}.card-item{max-width:100%}}@media (width<=480px){.work-section{margin-top:30px;padding:2rem 1rem}.section-title{font-size:2rem}.section-title .full-title{display:none}.section-title .short-title{display:inline}.work-text{padding:0;font-size:1.2rem}.showMore{padding:.6rem 1.5rem;font-size:.9rem}}:root{--background:#0a0a1a;--text-primary:#e6e6e6;--text-secondary:#a8a8a8;--accent:#64ffda;--accent-secondary:#e27d60;--secondary-color:#85dcb8;--error:#f44;--success:#4caf50;--border:#333;--hover:#64ffdb1a}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;text-rendering:optimizeSpeed;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--Montserrat);background-color:var(--background);color:var(--text-primary);overflow-x:hidden}section{flex-direction:column;align-items:center;min-height:60vh;transition:transform .8s cubic-bezier(.77,0,.175,1);display:flex}.section-title{margin-bottom:1.5rem;font-size:3rem;font-weight:700;display:inline-block;position:relative}.section-title:after{content:"";background:linear-gradient(90deg,#e27d60,#0000);width:60%;height:5px;position:absolute;bottom:-10px;left:0}
