@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&family=Ubuntu:wght@300;400;500;700&family=Geist:wght@100;200;300;400;500;600;700;800;900&display=swap);*{box-sizing:border-box;margin:0;padding:0}:root{--background:#fff;--foreground:#0a0a0a;--primary:#18181b;--secondary:#f4f4f5;--accent:#10b981;--border:#e4e4e7;--muted:#f4f4f5;--radius:0.5rem}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;background-color:var(--background);color:#0a0a0a;color:var(--foreground);font-family:Rubik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}html{scroll-behavior:smooth}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#fff;background:var(--background)}::-webkit-scrollbar-thumb{background:#e4e4e7;background:var(--border);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#10b981;background:var(--accent)}.App{min-height:100vh;width:100%}.App,main{position:relative}main{z-index:10}.container{margin:0 auto;max-width:1200px;padding:0 1.5rem}.section{min-height:100vh;padding:4rem 0;position:relative}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.fade-in-up{animation:fadeInUp .6s ease-out forwards}.fade-in{animation:fadeIn .6s ease-out forwards}@media (max-width:768px){.section{padding:3rem 0}.container{padding:0 1rem}}.background-wrapper{background:#f8fafc;height:100%;left:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:0}.grid-background{background-image:linear-gradient(90deg,#e2e8f0 1px,#0000 0),linear-gradient(180deg,#e2e8f0 1px,#0000 0);background-size:20px 25px;inset:0;-webkit-mask-image:radial-gradient(ellipse 70% 60% at 50% 100%,#000 60%,#0000 100%);mask-image:radial-gradient(ellipse 70% 60% at 50% 100%,#000 60%,#0000 100%);position:fixed;z-index:0}.radial-3{background:radial-gradient(50% 50% at 50% 50%,#d9d9d90a 0,#73737305 80%,#0000 100%);height:1280px;left:0;top:-350px;transform:rotate(-45deg);width:240px}.bottom-fade{background:radial-gradient(125% 125% at 50% 100%,#0000 0,#fff 75%);inset:0;pointer-events:none;position:absolute}@media (max-width:1024px){.radial-overlay{display:none}}.header{left:0;right:0;top:0;z-index:1000}.header,.nav-wrapper{position:fixed;width:100%}.nav-wrapper{padding:0 .5rem;z-index:20}.nav-container{margin:.5rem auto 0;max-width:80rem;padding:1rem 3rem;transform:translateY(0);transition:all .3s ease}.nav-container.hidden{opacity:0;pointer-events:none;transform:translateY(-100%)}.nav-container.scrolled{background:#0000;border-radius:1rem;max-width:64rem;padding:.75rem 1.25rem}.nav-content{flex-wrap:wrap;gap:1.5rem;padding:.75rem 0;position:relative}.nav-content,.nav-logo-section{align-items:center;display:flex;justify-content:space-between}.nav-logo-section{width:100%}@media (min-width:1024px){.nav-logo-section{width:auto}}.logo-link{align-items:center;display:flex;gap:.5rem;text-decoration:none}.logo,.logo-circle{align-items:center;display:flex;justify-content:center}.logo-circle{background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;box-shadow:0 4px 12px #10b9814d;color:#fff;font-size:1.25rem;font-weight:700;height:50px;letter-spacing:-.02em;transition:all .3s ease;width:50px}.logo-circle:hover{box-shadow:0 6px 16px #10b98166;transform:scale(1.05)}.mobile-menu-toggle{background:none;border:none;color:var(--foreground);cursor:pointer;display:block;margin:-.625rem -1rem -.625rem -.625rem;padding:.625rem;position:relative;z-index:20}@media (min-width:1024px){.mobile-menu-toggle{display:none}}.menu-icon{height:1.5rem;margin:auto;transition:all .2s ease;width:1.5rem}.menu-icon.hidden{opacity:0;scale:0;transform:rotate(180deg)}.menu-icon.visible{opacity:1;scale:1;transform:rotate(0deg)}.menu-icon.close{inset:0;margin:auto;position:absolute}.menu-icon.close.hidden{opacity:0;scale:0;transform:rotate(-180deg)}.nav-menu{align-items:center;background:var(--background);border:1px solid var(--border);border-radius:1.5rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:none;flex-wrap:wrap;gap:1.5rem;justify-content:flex-end;margin-bottom:1.5rem;padding:1.5rem;width:100%}.nav-menu.active{display:flex}@media (min-width:1024px){.nav-menu{background:#0000;border:#0000;box-shadow:none;display:flex;gap:1.5rem;margin:0;padding:0;width:-webkit-fit-content;width:fit-content}}.nav-menu-content{align-items:center;display:flex;flex-direction:column;gap:.75rem;width:100%}@media (min-width:640px){.nav-menu-content{flex-direction:row;gap:2rem}}@media (min-width:768px){.nav-menu-content{width:-webkit-fit-content;width:fit-content}}.header-socials{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media (min-width:640px){.header-socials{gap:2rem}}.social-link{color:#4b5563;font-size:1.375rem}.social-link:hover{color:var(--accent);transform:translateY(-2px)}.contact-button{align-items:center;background:var(--foreground);border:none;border-radius:.375rem;color:#fff;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;justify-content:center;padding:.5rem 1rem;transition:all .3s ease;white-space:nowrap}.contact-button:hover{background:var(--accent);box-shadow:0 4px 12px #10b9814d;transform:translateY(-2px)}@media (max-width:1023px){.contact-button{display:inline-flex}}@media (max-width:768px){.nav-container{padding:.75rem 1.5rem}.nav-container.scrolled{padding:.5rem 1rem}.logo-circle{font-size:1.1rem;height:44px;width:44px}}.hero-section{justify-content:center;min-height:100vh;overflow:hidden;padding-bottom:4rem;padding-top:6rem;position:relative}.hero-container,.hero-section{align-items:center;display:flex}.hero-container{flex-direction:column;gap:1rem;margin:0 auto;max-width:1400px;padding:0 1.5rem;text-align:center}.hero-badge-wrapper{margin-bottom:.5rem}.hero-badge{align-items:center;background:#fff;border:1px solid #e4e4e780;border-radius:9999px;display:inline-flex;gap:.75rem;padding:.5rem 1.5rem;transition:all .3s ease}.hero-badge:hover{background:#fafafacc;border-color:#e4e4e7cc;box-shadow:0 4px 12px #0000000d}.badge-text{color:var(--foreground);font-size:.875rem;font-weight:400}.hero-description{margin:.5rem auto 0;max-width:42rem}.description-line{color:var(--foreground);font-size:1.125rem;font-weight:300;line-height:1.6;margin:.25rem 0}.hero-buttons-container{align-items:center;display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.hero-buttons,.hero-buttons-row{display:flex;gap:1rem;justify-content:center}.hero-buttons{flex-wrap:wrap;margin-top:2rem}.btn{align-items:center;border:none;border-radius:9999px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:500;gap:.5rem;overflow:hidden;padding:.875rem 2rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.btn-icon{transition:transform .3s ease}.btn:hover .btn-icon{animation:pulse 1.5s ease-in-out infinite;transform:translateX(4px)}.btn-primary{background:linear-gradient(90deg,#e5e7eb,#d4d4d8);color:#18181b}.btn-primary:hover{background:linear-gradient(90deg,#facc15,#18181b);box-shadow:0 8px 20px #facc154d;color:#fff;transform:translateY(-2px)}.btn-secondary{background:linear-gradient(90deg,#334155,#52525b);color:#fff}.btn-secondary:hover{background:linear-gradient(90deg,#facc15,#18181b);box-shadow:0 8px 20px #10b9814d;transform:translateY(-2px)}.tech-stack-section{align-items:center;display:flex;flex-direction:column;gap:1rem;margin-top:2.5rem}.tech-stack-title{color:#71717a;font-size:.875rem;font-weight:400;margin-bottom:.25rem}@media (max-width:768px){.hero-section{padding-top:5rem}.hero-container{padding:0 1rem}.description-line{font-size:1rem}.hero-buttons{flex-direction:column;max-width:300px;width:100%}.btn{justify-content:center;width:100%}}.shimmer-wrapper{align-items:center;display:flex;justify-content:center;padding:2rem 0 .5rem}.shimmer-container{overflow:hidden;padding:0 1rem;position:relative}.shimmer-text{-webkit-text-fill-color:#0000;animation:shimmer 5s linear infinite;background:linear-gradient(90deg,#0a0a0a 0,#737373 25%,#0a0a0a 50%,#737373 75%,#0a0a0a);background-clip:text;-webkit-background-clip:text;background-size:200% 100%;font-size:clamp(2.5rem,8vw,5.25rem);font-weight:400;letter-spacing:-.02em;line-height:1.1;margin:0;max-width:64rem}@keyframes shimmer{0%{background-position:200%}to{background-position:-200%}}@media (max-width:768px){.shimmer-wrapper{padding:1.5rem 0 .25rem}.shimmer-text{font-size:clamp(2rem,10vw,3rem)}}.pulse-badge{align-items:center;display:flex;height:.75rem;justify-content:center;position:relative;width:.75rem}.pulse-ring{animation:pulse-ring 2s ease-in-out infinite;background-color:#34d399;height:100%;position:absolute;width:100%}.pulse-dot,.pulse-ring{border-radius:50%;display:inline-flex}.pulse-dot{background-color:#10b981;height:.75rem;position:relative;width:.75rem}@keyframes pulse-ring{0%,to{opacity:1}50%{opacity:.5}}.tech-stack-dock{display:flex;justify-content:center;max-width:100%;overflow-x:auto;overflow-y:visible;padding:5rem 0 1.5rem;position:relative;width:100%}.dock-container{align-items:flex-end;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f9fafbcc;border:1px solid #e4e4e74d;border-radius:1.5rem;box-shadow:0 4px 12px #0000000d;gap:.75rem;padding:.75rem 1rem}.dock-container,.dock-item{display:flex;overflow:visible}.dock-item{align-items:center;cursor:pointer;flex-direction:column;position:relative}.dock-icon-wrapper{align-items:center;background:#fff;border-radius:50%;box-shadow:0 2px 8px #00000014;display:flex;height:3rem;justify-content:center;transition:all .3s ease;width:3rem}.dock-item:hover .dock-icon-wrapper{box-shadow:0 4px 16px #0000001f}.dock-icon{filter:grayscale(100%);height:1.5rem;opacity:.7;transition:all .3s ease;width:1.5rem}.dock-item:hover .dock-icon{filter:grayscale(0);opacity:1}.dock-label{animation:fadeInUp .2s ease;background:#18181bf2;border-radius:.375rem;bottom:calc(100% + .5rem);color:#fff;font-size:.75rem;font-weight:500;padding:.375rem .75rem;pointer-events:none;white-space:nowrap;z-index:100}.dock-label,.dock-label:after{left:50%;position:absolute;transform:translateX(-50%)}.dock-label:after{border:4px solid #0000;border-top-color:#18181bf2;content:"";top:100%}@keyframes fadeInUp{0%{opacity:0;transform:translateX(-50%) translateY(4px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.tech-stack-dock::-webkit-scrollbar{height:4px}.tech-stack-dock::-webkit-scrollbar-track{background:#0000}.tech-stack-dock::-webkit-scrollbar-thumb{background:#0000001a;border-radius:2px}@media (max-width:768px){.dock-container{gap:.5rem;padding:.5rem .75rem}.dock-icon-wrapper{height:2.5rem;width:2.5rem}.dock-icon{height:1.25rem;width:1.25rem}.dock-label{bottom:calc(100% + .375rem)}}.education-section{padding:0 20px;position:relative}.education-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff80;border:1px solid #0000001a;border-radius:16px;margin:0 auto;max-width:900px;padding:40px;position:relative}.corner-decoration{height:20px;pointer-events:none;width:20px}.corner-decoration:after,.corner-decoration:before{color:#10b981;content:"+";font-size:20px;font-weight:300;position:absolute}.corner-decoration.top-left{left:-10px;top:-10px}.corner-decoration.top-left:before{left:0;top:0}.corner-decoration.top-right{right:-10px;top:-10px}.corner-decoration.top-right:before{right:0;top:0}.corner-decoration.bottom-left{bottom:-10px;left:-10px}.corner-decoration.bottom-left:before{bottom:0;left:0}.corner-decoration.bottom-right{bottom:-10px;right:-10px}.corner-decoration.bottom-right:before{bottom:0;right:0}.education-item{position:relative}.education-header{align-items:flex-start;display:flex;gap:20px;justify-content:space-between;margin-bottom:12px}.institution-name{color:#0a0a0a;font-size:1.5rem;font-weight:600;margin-bottom:8px}.degree{color:#404040;font-size:1.1rem;font-weight:500}.education-details{align-items:flex-end;display:flex;flex-direction:column}.period-badge{font-size:.9rem}.education-meta{align-items:center;display:flex;gap:24px;margin-top:12px}.cgpa,.location{color:#525252;font-size:1rem}.cgpa{color:#10b981;font-weight:600}@media (max-width:768px){.education-section{padding:60px 16px}.section-title{font-size:2rem}.education-content{padding:30px 20px}.education-header{flex-direction:column;gap:12px}.education-details{align-items:flex-start}.institution-name{font-size:1.3rem}.degree{font-size:1rem}.education-meta{align-items:flex-start;flex-direction:column;gap:8px}}@media (max-width:480px){.section-title{font-size:1.75rem}.education-content{padding:24px 16px}.institution-name{font-size:1.2rem}}.experience-section{align-items:center;display:flex;justify-content:center;min-height:80vh;padding:5rem 0}.experience-container{margin:0 auto;max-width:900px;padding:0 1.5rem;width:100%}.section-title-wrapper{margin-bottom:3rem}.experience-timeline{display:flex;flex-direction:column;gap:2rem}.experience-box{background:#ffffff80;border:1px solid #e4e4e780;border-radius:.5rem;box-shadow:0 4px 12px #0000000d;padding:2rem;position:relative}.corner-decoration{border-color:#e5e7eb;height:16px;position:absolute;width:16px}.corner-decoration:after{color:#d4d4d8;content:"+";font-size:1.125rem;font-weight:200;position:absolute}.corner-tl{border-left:1px solid;border-top:1px solid;left:0;top:7rem;transform:translate(-1px,-1px)}.corner-tl:after{left:-6px;top:-15px}.corner-tr{border-right:1px solid;border-top:1px solid;right:0;top:7rem;transform:translate(1px,-1px)}.corner-tr:after{right:-6.5px;top:-15px}.corner-bl{border-bottom:1px solid;border-left:1px solid;bottom:0;left:0;transform:translate(-1.5px,1.5px)}.corner-bl:after{bottom:-14px;left:-6px}.corner-br{border-bottom:1px solid;border-right:1px solid;bottom:0;right:0;transform:translate(1.5px,1.5px)}.corner-br:after{bottom:-14px;right:-6.5px}.experience-item{padding:0}.item-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.item-title{color:var(--foreground);font-size:1.5rem;font-weight:500;letter-spacing:-.015em;margin-bottom:.5rem}.item-detail{color:#525252;font-size:1rem;font-weight:400;margin:0}.item-info{align-items:flex-end;display:flex;flex-direction:column;gap:.5rem}.period-badge{background:linear-gradient(135deg,#10b981,#059669);border-radius:20px;color:#fff;font-size:.875rem;font-weight:500;padding:6px 16px;white-space:nowrap}.location{color:#71717a;font-size:.875rem}.achievements-list{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.achievement-item{align-items:flex-start;color:#404040;display:flex;font-size:.95rem;gap:.75rem;line-height:1.6}.achievement-icon{color:#10b981;flex-shrink:0;font-size:1rem;margin-top:.25rem}.position{color:var(--foreground);font-size:1rem;font-weight:400;margin:.25rem 0}.duration{color:#71717a;font-size:.875rem;margin-bottom:.75rem}.achievements{list-style:none;margin:0;padding:0}.achievements li{color:#52525b;display:flex;font-size:.9rem;font-weight:300;gap:.75rem;line-height:1.6;margin-bottom:.75rem}.list-icon{color:#71717a;height:1rem;margin-top:.25rem;min-width:1rem;width:1rem}@media (max-width:768px){.experience-section{padding:3rem 0}.experience-container{padding:0 1rem}.section-title{font-size:2rem}.experience-box{padding:1.5rem 1rem}.item-header{flex-direction:column;gap:.75rem}.item-info{align-items:flex-start}.item-title{font-size:1.25rem}.achievement-item{font-size:.875rem}}@media (max-width:480px){.section-title{font-size:1.75rem}.experience-box{padding:1.25rem .875rem}.item-title{font-size:1.125rem}}.skills-section{padding:60px 12px;position:relative}.section-header{margin-bottom:60px;text-align:center}.section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0a0a0a,#404040);-webkit-background-clip:text;background-clip:text;font-weight:700;margin-bottom:16px}.title-underline{background:linear-gradient(90deg,#10b981,#059669);height:4px}.skills-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,minmax(200px,1fr));margin:0 auto;max-width:1400px}.skill-category{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff80;border:1px solid #0000001a;border-radius:12px;padding:1.25rem;transition:all .3s ease}.skill-category:hover{border-color:#10b9814d;box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.category-title{border-bottom:2px solid #10b98133;color:#0a0a0a;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.75rem}.skills-list{display:flex;flex-wrap:wrap;gap:.6rem}.skill-item{align-items:center;background:#fff;border:1px solid #00000014;border-radius:8px;cursor:default;display:flex;gap:.5rem;padding:.375rem .8rem;transition:all .2s ease}.skill-item:hover{border-color:#10b9814d;box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.skill-icon-wrapper{align-items:center;display:flex;height:24px;justify-content:center;width:24px}.skill-icon{filter:grayscale(100%);height:100%;opacity:.7;transition:all .3s ease;width:100%}.skill-item:hover .skill-icon{filter:grayscale(0);opacity:1}.skill-name{color:#404040;font-size:.9rem;font-weight:500}@media (max-width:768px){.skills-section{padding:60px 16px}.section-title{font-size:2rem}.skills-grid{gap:1.5rem;grid-template-columns:1fr}.skill-category{padding:1.5rem}.category-title{font-size:1.125rem}.skills-list{gap:.75rem}.skill-item{padding:.4rem .75rem}.skill-name{font-size:.85rem}}@media (max-width:480px){.section-title{font-size:1.75rem}.skill-category{padding:1.25rem}.skills-list{gap:.5rem}.skill-item{padding:.35rem .65rem}.skill-icon-wrapper{height:20px;width:20px}.skill-name{font-size:.8rem}}.projects-section{background:linear-gradient(180deg,#0000 0,#f9fafb80 50%,#0000);min-height:100vh;padding:5rem 0}.projects-container{margin:0 auto;max-width:1200px;padding:0 1.5rem}.section-title-wrapper{margin-bottom:4rem;text-align:center}.section-title{color:var(--foreground);font-size:2.5rem;font-weight:600;letter-spacing:-.02em;margin-bottom:.5rem}.title-underline{background:linear-gradient(to right,var(--accent),#059669);border-radius:2px;height:3px;margin:0 auto;width:80px}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:1100px}@media (max-width:768px){.projects-section{padding:3rem 0}.projects-container{padding:0 1rem}.section-title{font-size:2rem}.section-title-wrapper{margin-bottom:2.5rem}.projects-grid{gap:1.5rem;grid-template-columns:1fr}}.project-card{background:#fff;border:1px solid #e4e4e780;border-radius:1rem;box-shadow:0 2px 8px #0000000a;display:flex;flex-direction:column;height:100%;padding:2rem;transition:all .3s ease}.project-card:hover{border-color:#10b9814d;box-shadow:0 8px 24px #00000014;transform:translateY(-4px)}.card-content{display:flex;flex-direction:column;gap:1.25rem;height:100%}.card-header{align-items:flex-start;border-bottom:2px solid #10b9811a;display:flex;gap:1rem;justify-content:space-between;padding-bottom:1rem}.project-title{color:var(--foreground);font-size:1.5rem;font-weight:600;letter-spacing:-.015em;margin:0}.project-period{background:#10b9811a;border-radius:9999px;color:#71717a;font-size:.75rem;padding:.25rem .75rem;white-space:nowrap}.project-description{color:#52525b;font-size:.95rem;line-height:1.6;margin:0}.highlights-section{flex:1 1}.highlights-title{color:var(--foreground);font-size:.875rem;font-weight:600;margin-bottom:.5rem}.highlights-list{display:flex;flex-direction:column;gap:.5rem;list-style:none;margin:0;padding:0}.highlight-item{align-items:flex-start;color:#52525b;display:flex;font-size:.875rem;gap:.75rem;line-height:1.5}.highlight-dot{background:var(--accent);border-radius:50%;height:6px;margin-top:.5rem;min-width:6px;width:6px}.technologies{display:flex;flex-wrap:wrap;gap:.5rem}.tech-badge{background:#e4e4e780;border:1px solid #e4e4e7cc;border-radius:.375rem;color:#3f3f46;font-size:.75rem;font-weight:500;padding:.375rem .75rem;transition:all .2s ease}.tech-badge:hover{background:#10b9811a;border-color:#10b9814d;color:var(--accent)}.card-links{border-top:1px solid #e4e4e780;display:flex;gap:.75rem;padding-top:.5rem}.project-link{align-items:center;background:#00000008;border:1px solid #0000001a;border-radius:.5rem;color:var(--foreground);display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.625rem 1.25rem;text-decoration:none;transition:all .3s ease}.project-link:hover{background:var(--foreground);box-shadow:0 4px 12px #00000026;color:#fff;transform:translateY(-2px)}.project-link.live-link:hover{background:var(--accent);border-color:var(--accent)}.project-link svg{height:1rem;width:1rem}@media (max-width:768px){.project-card{padding:1.5rem}.card-header{flex-direction:column;gap:.5rem}.project-period{align-self:flex-start}.project-title{font-size:1.25rem}.card-links{flex-direction:column}.project-link{justify-content:center}}.footer{background:linear-gradient(180deg,#f9fafb80 0,#f4f4f5cc);border-top:1px solid #e4e4e799;padding:4rem 0 2rem;position:relative}.footer-container{margin:0 auto;max-width:1200px;padding:0 1.5rem}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem}.footer-brand{display:flex;flex-direction:column;gap:1rem}.footer-name{color:var(--foreground);font-size:2rem;font-weight:600;letter-spacing:-.02em;margin:0}.tagline-wrapper{align-items:center;display:flex;gap:.5rem;margin-left:2.5rem;position:relative}.arrow-decoration{color:#a1a1aa;height:2rem;left:-2rem;position:absolute;top:-.5rem;transform:rotate(-20deg);width:2rem}.arrow-decoration svg{height:100%;width:100%}.tagline{color:#52525b;font-size:1rem;font-style:italic;font-weight:300;margin:0;transform:rotate(-5deg)}.contact-info{display:flex;flex-direction:column;gap:1rem}.contact-title,.socials-title{color:var(--foreground);font-size:1.25rem;font-weight:600;margin:0 0 .75rem}.contact-items{display:flex;flex-direction:column;gap:.75rem}.contact-item{align-items:center;border-radius:.5rem;color:#52525b;display:flex;font-size:.95rem;gap:.75rem;padding:.5rem;text-decoration:none;transition:all .3s ease}.contact-item:hover{background:#10b9810d;color:var(--accent);transform:translateX(4px)}.contact-icon{color:#71717a;height:1.125rem;width:1.125rem}.contact-item:hover .contact-icon{color:var(--accent)}.footer-socials{display:flex;flex-direction:column;gap:1rem}.social-links{display:flex;flex-wrap:wrap;gap:1rem}.social-link{align-items:center;background:#00000008;border:1px solid #0000000d;border-radius:50%;color:#52525b;display:flex;font-size:1.125rem;height:2.5rem;justify-content:center;text-decoration:none;transition:all .3s ease;width:2.5rem}.social-link:hover{background:var(--accent);border-color:var(--accent);box-shadow:0 4px 12px #10b9814d;color:#fff;transform:translateY(-4px)}.footer-divider{background:linear-gradient(90deg,#0000 0,#e4e4e7cc 20%,#e4e4e7cc 80%,#0000);height:1px;margin:2rem 0;width:100%}.footer-bottom{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding-top:1rem}.built-with,.copyright{color:#71717a;font-size:.875rem;font-weight:300;margin:0}@media (max-width:768px){.footer{padding:3rem 0 1.5rem}.footer-container{padding:0 1rem}.footer-content{gap:2.5rem;grid-template-columns:1fr;margin-bottom:2rem}.footer-name{font-size:1.75rem}.tagline-wrapper{margin-left:2rem}.arrow-decoration{left:-1.75rem}.footer-bottom{flex-direction:column;gap:.5rem;text-align:center}.contact-item{font-size:.875rem}.social-links{justify-content:flex-start}}
/*# sourceMappingURL=main.2090399c.css.map*/