.mcp-wrapper{border:1px solid var(--demo-border, rgba(255,255,255,.08));border-radius:.625rem;overflow:hidden;margin:.75rem 0 1.5rem;background:var(--demo-bg, #0c0c0f)}.mcp-label{font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--demo-text-faint, #52525b);padding:.5rem .75rem;border-bottom:1px solid var(--demo-border, rgba(255,255,255,.08));background:var(--demo-bg-surface, rgba(255,255,255,.02))}.mcp-preview{padding:1.25rem}.mcp-var-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.mcp-var-card{text-align:center}.mcp-var-box{width:100%;aspect-ratio:1;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;color:#fff}.mcp-anim-fadeup{background:#6366f133;border:1px solid rgba(99,102,241,.3);animation:mcp-fadeup 1.5s ease-out infinite}.mcp-anim-fadein{background:#34d39933;border:1px solid rgba(52,211,153,.3);animation:mcp-fadein 1.5s ease-out infinite}.mcp-anim-slideleft{background:#fbbf2433;border:1px solid rgba(251,191,36,.3);animation:mcp-slideleft 1.5s ease-out infinite}.mcp-anim-scale{background:#ec489933;border:1px solid rgba(236,72,153,.3);transition:transform .2s ease;cursor:pointer}.mcp-anim-scale:hover{transform:scale(1.1)}@keyframes mcp-fadeup{0%,to{opacity:.3;transform:translateY(8px)}50%{opacity:1;transform:translateY(0)}}@keyframes mcp-fadein{0%,to{opacity:.2}50%{opacity:1}}@keyframes mcp-slideleft{0%,to{opacity:.3;transform:translate(-12px)}50%{opacity:1;transform:translate(0)}}.mcp-var-name{font-size:.625rem;color:var(--demo-text-muted, #71717a);margin-top:.375rem;display:block;font-family:Geist Mono,monospace}.mcp-navbar-preview{display:flex;flex-direction:column;gap:.5rem;align-items:center}.mcp-nav-bar{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;border-radius:.5rem;width:100%;max-width:400px}.mcp-nav-transparent{background:transparent;border:1px dashed var(--demo-border, rgba(255,255,255,.1))}.mcp-nav-solid{background:#09090bf2;border:1px solid var(--demo-border, rgba(255,255,255,.08));backdrop-filter:blur(8px)}.mcp-nav-logo{font-size:.8125rem;font-weight:700;color:var(--demo-text, #fafafa)}.mcp-nav-links{display:flex;gap:.75rem;font-size:.6875rem;color:var(--demo-text-muted, #71717a)}.mcp-nav-arrow{font-size:.625rem;color:var(--demo-text-faint, #52525b)}.mcp-nav-label-row{display:flex;gap:2rem;justify-content:center}.mcp-nav-label{font-size:.5625rem;color:var(--demo-text-faint, #52525b);font-family:Geist Mono,monospace}.mcp-hero-preview{display:flex;flex-direction:column;gap:.5rem}.mcp-hero-item{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;border-radius:.5rem;border:1px solid var(--demo-border, rgba(255,255,255,.06))}.mcp-hero-tag{font-size:.5625rem;font-family:Geist Mono,monospace;color:#34d399;background:#34d3991a;padding:.125rem .375rem;border-radius:.25rem;flex-shrink:0}.mcp-hero-text{font-size:.8125rem;color:var(--demo-text-secondary, #a1a1aa)}.mcp-hero-sub{font-size:.6875rem;color:#34d399}.mcp-hero-title{font-size:1.125rem;font-weight:800;color:var(--demo-text, #fafafa)}.mcp-hero-desc{font-size:.6875rem;color:var(--demo-text-muted, #71717a)}.mcp-hero-btn{font-size:.6875rem;font-weight:600;padding:.375rem 1rem;background:#34d399;color:#09090b;border:none;border-radius:.375rem;cursor:default}.mcp-delay-1{animation:mcp-fadeup 1.5s ease-out 0s infinite}.mcp-delay-2{animation:mcp-fadeup 1.5s ease-out .2s infinite}.mcp-delay-3{animation:mcp-fadeup 1.5s ease-out .4s infinite}.mcp-delay-4{animation:mcp-fadeup 1.5s ease-out .6s infinite}.mcp-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:500px){.mcp-about-grid{grid-template-columns:1fr}}.mcp-about-title{font-size:1rem;font-weight:700;color:var(--demo-text, #fafafa);margin-bottom:.375rem}.mcp-about-text{font-size:.6875rem;color:var(--demo-text-muted, #71717a);line-height:1.5;margin-bottom:.5rem}.mcp-about-whileinview{font-size:.5625rem;font-family:Geist Mono,monospace;color:#34d399;background:#34d39914;padding:.25rem .5rem;border-radius:.25rem;display:inline-block}.mcp-about-skills{display:flex;flex-direction:column;gap:.5rem}.mcp-skill-row{display:flex;align-items:center;gap:.5rem;font-size:.6875rem;color:var(--demo-text-secondary, #a1a1aa)}.mcp-skill-row span:first-child{width:3.5rem;flex-shrink:0}.mcp-skill-row span:last-child{width:2rem;text-align:right;flex-shrink:0;color:var(--demo-text-faint, #52525b);font-size:.625rem}.mcp-skill-track{flex:1;height:6px;background:#ffffff0a;border-radius:9999px;overflow:hidden}.mcp-skill-fill{height:100%;background:linear-gradient(90deg,#34d399,#6ee7b7);border-radius:9999px;transition:width .8s ease-out}.mcp-proj-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.625rem}@media(max-width:500px){.mcp-proj-grid{grid-template-columns:1fr}}.mcp-proj-card{border-radius:.5rem;overflow:hidden;border:1px solid var(--demo-border, rgba(255,255,255,.06));background:#ffffff05;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}.mcp-proj-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000004d}.mcp-proj-img{height:60px}.mcp-proj-img-1{background:linear-gradient(135deg,#1a3a2a,#34d399)}.mcp-proj-img-2{background:linear-gradient(135deg,#1a2a3a,#38bdf8)}.mcp-proj-img-3{background:linear-gradient(135deg,#2a1a3a,#a78bfa)}.mcp-proj-body{padding:.5rem .625rem}.mcp-proj-name{font-size:.75rem;font-weight:600;color:var(--demo-text, #fafafa);margin-bottom:.25rem}.mcp-proj-tags{display:flex;gap:.25rem}.mcp-proj-tags span{font-size:.5rem;font-weight:600;color:var(--demo-text-muted, #71717a);background:#ffffff0a;padding:.0625rem .3rem;border-radius:9999px}.mcp-proj-note{text-align:center;font-size:.5625rem;font-family:Geist Mono,monospace;color:var(--demo-text-faint, #52525b);margin-top:.75rem}.mcp-stagger-1{animation:mcp-fadeup 1.5s ease-out 0s infinite}.mcp-stagger-2{animation:mcp-fadeup 1.5s ease-out .15s infinite}.mcp-stagger-3{animation:mcp-fadeup 1.5s ease-out .3s infinite}.mcp-contact-preview{text-align:center}.mcp-contact-title{font-size:1rem;font-weight:700;color:var(--demo-text, #fafafa);margin-bottom:.75rem}.mcp-contact-form{display:flex;flex-direction:column;gap:.375rem;max-width:280px;margin:0 auto .75rem}.mcp-contact-field{padding:.5rem .75rem;border-radius:.375rem;border:1px solid var(--demo-border, rgba(255,255,255,.08));background:var(--demo-bg-surface, rgba(255,255,255,.03));font-size:.6875rem;color:var(--demo-text-faint, #52525b);text-align:left}.mcp-contact-textarea{min-height:3rem}.mcp-contact-btn{padding:.5rem;background:#34d399;color:#09090b;border-radius:.375rem;font-size:.6875rem;font-weight:700}.mcp-contact-socials{display:flex;gap:.75rem;justify-content:center}.mcp-social{font-size:.6875rem;color:var(--demo-text-muted, #71717a);cursor:pointer;transition:color .15s ease,transform .15s ease}.mcp-social:hover{color:#34d399;transform:translateY(-2px)}@media(prefers-reduced-motion:reduce){.mcp-wrapper *{animation-duration:.01ms!important;transition-duration:.01ms!important}}.motion-portfolio-full-wrapper{--demo-border: rgba(214, 249, 229, .12);--demo-bg: #0d1112;--demo-bg-surface: rgba(240, 255, 248, .05);--demo-chrome-bg: #151a1c;--demo-text: #f3fbf7;--demo-text-secondary: #c6d8cf;--demo-text-muted: #9aada3;--demo-text-faint: #6d7f76;border:1px solid var(--demo-border, rgba(255,255,255,.08));border-radius:.75rem;overflow:hidden;margin:1.5rem 0;width:100%;background:var(--demo-bg, #0c0c0f);color:var(--demo-text, #fafafa);color-scheme:dark;box-shadow:0 18px 60px #00000052}.motion-portfolio-full-header{display:flex;align-items:center;justify-content:space-between;padding:.625rem 1rem;background:var(--demo-chrome-bg, #18181b);border-bottom:1px solid var(--demo-border, rgba(255,255,255,.08))}.motion-portfolio-full-header-left{display:flex;align-items:center;gap:.625rem}.motion-portfolio-full-dots{display:flex;gap:.35rem}.motion-portfolio-full-dot{width:10px;height:10px;border-radius:50%}.motion-portfolio-full-dot--red{background:#ff5f57}.motion-portfolio-full-dot--yellow{background:#febc2e}.motion-portfolio-full-dot--green{background:#28c840}.motion-portfolio-full-filename{font-size:.6875rem;color:var(--demo-text-muted, #71717a);font-family:Geist Mono,monospace}.motion-portfolio-full-header-right{display:flex;align-items:center;gap:.5rem}.motion-portfolio-full-label{font-size:.75rem;font-weight:700;color:var(--demo-text, #fafafa)}.motion-portfolio-full-badge{font-size:.5625rem;font-weight:700;color:#34d399;background:#34d3991a;padding:.125rem .5rem;border-radius:9999px;letter-spacing:.05em;text-transform:uppercase}.motion-portfolio-full-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.625rem 1rem;border-bottom:1px solid var(--demo-border, rgba(255,255,255,.08));background:linear-gradient(180deg,#ffffff05,#fff0),#101014}.motion-portfolio-full-toolbar-group{display:flex;align-items:center;gap:.5rem;min-width:0}.motion-portfolio-full-toolbar-pill{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .5rem;border-radius:9999px;background:#34d3991a;color:#a7f3d0;font-size:.625rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.motion-portfolio-full-toolbar-hint{font-size:.6875rem;color:var(--demo-text-secondary, #a1a1aa);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.motion-portfolio-full-toolbar-btn{padding:.45rem .75rem;border-radius:.5rem;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:var(--demo-text, #fafafa);font:inherit;font-size:.6875rem;font-weight:600;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease}.motion-portfolio-full-toolbar-btn:hover,.motion-portfolio-full-toolbar-btn:focus-visible{background:#34d39914;border-color:#34d39947;transform:translateY(-1px)}.motion-portfolio-full-app{position:relative;height:600px;overflow-y:auto;overflow-x:hidden;background:#0b0f10;scroll-behavior:smooth}.motion-portfolio-full-app::-webkit-scrollbar{width:4px}.motion-portfolio-full-app::-webkit-scrollbar-track{background:transparent}.motion-portfolio-full-app::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:9999px}.motion-portfolio-full-progress{position:sticky;top:0;left:0;width:0%;height:2px;background:linear-gradient(90deg,#34d399,#6ee7b7);z-index:20;transition:width .05s linear}.motion-portfolio-full-nav{position:sticky;top:2px;z-index:15;display:flex;align-items:center;justify-content:space-between;padding:.625rem 1.25rem;background:#0b0f10e6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid transparent;transition:background .3s ease,border-color .3s ease}.motion-portfolio-full-nav.motion-portfolio-full-nav--scrolled{background:#0b0f10fa;border-bottom-color:#d6f9e51a}.motion-portfolio-full-nav-name{font-size:.875rem;font-weight:700;color:var(--demo-text, #fafafa);letter-spacing:-.01em}.motion-portfolio-full-nav-toggle{display:none;flex-direction:column;justify-content:center;gap:4px;width:2.25rem;height:2.25rem;padding:0;border:1px solid rgba(255,255,255,.08);border-radius:.625rem;background:#ffffff08;cursor:pointer}.motion-portfolio-full-nav-toggle span{width:14px;height:1.5px;margin:0 auto;background:#fafafa;transition:transform .2s ease,opacity .2s ease}.motion-portfolio-full-nav[data-menu-open=true] .motion-portfolio-full-nav-toggle span:first-child{transform:translateY(2.75px) rotate(45deg)}.motion-portfolio-full-nav[data-menu-open=true] .motion-portfolio-full-nav-toggle span:last-child{transform:translateY(-2.75px) rotate(-45deg)}.motion-portfolio-full-nav-links{display:flex;gap:1rem}.motion-portfolio-full-nav-link{font-size:.6875rem;font-weight:500;color:var(--demo-text-secondary, #a1a1aa);text-decoration:none;transition:color .2s ease,transform .2s ease;cursor:pointer}.motion-portfolio-full-nav-link:hover{color:#34d399;transform:translateY(-1px)}.motion-portfolio-full-nav-link[aria-current=true]{color:#d1fae5;text-shadow:0 0 18px rgba(52,211,153,.18)}.motion-portfolio-full-hero{position:relative;min-height:360px;display:flex;align-items:center;justify-content:center;padding:4rem 1.5rem 3rem;overflow:hidden;background:linear-gradient(180deg,#0b0f10,#102219,#0b0f10)}.motion-portfolio-full-hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse at 30% 40%,rgba(52,211,153,.12) 0%,transparent 50%),radial-gradient(ellipse at 70% 60%,rgba(52,211,153,.06) 0%,transparent 50%),radial-gradient(circle at 50% 100%,rgba(52,211,153,.04) 0%,transparent 40%);pointer-events:none}.motion-portfolio-full-hero-content{position:relative;text-align:center;z-index:2}.motion-portfolio-full-hero-tag{font-size:.75rem;font-weight:600;color:#34d399;text-transform:uppercase;letter-spacing:.15em;margin:0 0 1rem;opacity:0;transform:translateY(12px)}.motion-portfolio-full-hero-title{font-size:2.5rem;font-weight:800;color:var(--demo-text, #fafafa);margin:0 0 .75rem;line-height:1.1;letter-spacing:-.03em;opacity:0;transform:translateY(20px)}.motion-portfolio-full-hero-gradient{background:linear-gradient(90deg,#34d399,#6ee7b7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.motion-portfolio-full-hero-role{display:block;font-size:1.25rem;font-weight:500;color:#d7e6df;margin-top:.25rem}.motion-portfolio-full-hero-subtitle{font-size:.875rem;color:var(--demo-text-secondary, #a1a1aa);max-width:480px;margin:0 auto;line-height:1.6;opacity:0;transform:translateY(16px)}.motion-portfolio-full-hero-tag.motion-portfolio-full-animated,.motion-portfolio-full-hero-title.motion-portfolio-full-animated,.motion-portfolio-full-hero-subtitle.motion-portfolio-full-animated{opacity:1;transform:translateY(0);transition:opacity .6s ease-out,transform .6s ease-out}.motion-portfolio-full-about,.motion-portfolio-full-projects,.motion-portfolio-full-contact{padding:3rem 2rem}.motion-portfolio-full-about{background:#101516}.motion-portfolio-full-projects{background:#0b0f10}.motion-portfolio-full-contact{background:#101516;text-align:center}.motion-portfolio-full-section-title{font-size:1.375rem;font-weight:700;color:var(--demo-text, #fafafa);margin:0 0 1.25rem;text-align:center;opacity:0;transform:translateY(16px);transition:opacity .5s ease-out,transform .5s ease-out}[data-portfolio-reveal]{opacity:0;transform:translateY(16px);transition:opacity .5s ease-out,transform .5s ease-out}[data-portfolio-reveal].motion-portfolio-full-visible{opacity:1;transform:translateY(0)}.motion-portfolio-full-about-grid{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:1.5rem}.motion-portfolio-full-avatar{display:flex;align-items:center;gap:1rem}.motion-portfolio-full-avatar-circle{width:4rem;height:4rem;border-radius:50%;background:linear-gradient(135deg,#34d39926,#34d3990d);border:2px solid rgba(52,211,153,.2);display:flex;align-items:center;justify-content:center;color:#34d399;flex-shrink:0}.motion-portfolio-full-avatar-info{display:flex;flex-direction:column}.motion-portfolio-full-avatar-name{font-size:1rem;font-weight:700;color:var(--demo-text, #fafafa)}.motion-portfolio-full-avatar-role{font-size:.6875rem;color:#7de9bd}.motion-portfolio-full-bio{font-size:.8125rem;color:var(--demo-text-secondary, #a1a1aa);line-height:1.7;margin:0;max-width:560px}.motion-portfolio-full-skills{display:flex;flex-direction:column;gap:.75rem;max-width:560px}.motion-portfolio-full-skill-header{display:flex;justify-content:space-between;margin-bottom:.25rem}.motion-portfolio-full-skill-name{font-size:.6875rem;font-weight:600;color:#d4d4d8}.motion-portfolio-full-skill-pct{font-size:.625rem;color:#b4c4bc}.motion-portfolio-full-skill-track{width:100%;height:8px;background:#21292b;border-radius:9999px;overflow:hidden}.motion-portfolio-full-skill-bar{height:100%;width:0%;background:linear-gradient(90deg,#34d399,#6ee7b7);border-radius:9999px;transition:width .8s ease-out}.motion-portfolio-full-skill.motion-portfolio-full-visible .motion-portfolio-full-skill-bar[data-skill-width="90"]{width:90%}.motion-portfolio-full-skill.motion-portfolio-full-visible .motion-portfolio-full-skill-bar[data-skill-width="85"]{width:85%}.motion-portfolio-full-skill.motion-portfolio-full-visible .motion-portfolio-full-skill-bar[data-skill-width="80"]{width:80%}.motion-portfolio-full-skill.motion-portfolio-full-visible .motion-portfolio-full-skill-bar[data-skill-width="75"]{width:75%}.motion-portfolio-full-skill.motion-portfolio-full-visible .motion-portfolio-full-skill-bar[data-skill-width="70"]{width:70%}.motion-portfolio-full-grid{display:grid;grid-template-columns:1fr;gap:.75rem}@media(min-width:420px){.motion-portfolio-full-grid{grid-template-columns:1fr 1fr}}.motion-portfolio-full-card{display:block;background:#151b1d;border:1px solid var(--demo-border, rgba(255,255,255,.08));border-radius:.625rem;overflow:hidden;cursor:pointer;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.motion-portfolio-full-card:hover,.motion-portfolio-full-card:focus-visible{transform:translateY(-4px);box-shadow:0 12px 32px #0006;border-color:#34d39933}.motion-portfolio-full-card-img{height:100px;width:100%;transition:transform .4s ease}.motion-portfolio-full-card:hover .motion-portfolio-full-card-img{transform:scale(1.05)}.motion-portfolio-full-card-img--1{background:linear-gradient(135deg,#1a3a2a,#0d2818,#34d399)}.motion-portfolio-full-card-img--2{background:linear-gradient(135deg,#1a2a3a,#0d1828,#38bdf8)}.motion-portfolio-full-card-img--3{background:linear-gradient(135deg,#2a1a3a,#180d28,#a78bfa)}.motion-portfolio-full-card-img--4{background:linear-gradient(135deg,#3a2a1a,#281d0d,#f59e0b)}.motion-portfolio-full-card-body{padding:.75rem}.motion-portfolio-full-card-kicker{font-size:.5625rem;font-weight:700;color:#86efc5;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.35rem}.motion-portfolio-full-card-title{font-size:.8125rem;font-weight:700;color:#e4e4e7;margin:0 0 .35rem;transition:color .2s ease}.motion-portfolio-full-card:hover .motion-portfolio-full-card-title{color:#34d399}.motion-portfolio-full-card-desc{font-size:.625rem;color:#b1c0ba;line-height:1.5;margin:0 0 .5rem}.motion-portfolio-full-card-tags{display:flex;flex-wrap:wrap;gap:.3rem}.motion-portfolio-full-tag{font-size:.5625rem;font-weight:600;color:#d5e1db;background:#ffffff0f;padding:.125rem .4rem;border-radius:9999px;border:1px solid rgba(214,249,229,.12)}.motion-portfolio-full-card-cta{display:inline-flex;align-items:center;margin-top:.75rem;font-size:.625rem;font-weight:700;color:#d1fae5;transition:transform .2s ease,color .2s ease}.motion-portfolio-full-card:hover .motion-portfolio-full-card-cta,.motion-portfolio-full-card:focus-visible .motion-portfolio-full-card-cta{color:#6ee7b7;transform:translate(3px)}.motion-portfolio-full-hero-cta{display:flex;gap:.75rem;justify-content:center;margin-top:1.5rem;opacity:0;transform:translateY(16px)}.motion-portfolio-full-hero-cta.motion-portfolio-full-animated{opacity:1;transform:translateY(0);transition:opacity .6s ease-out,transform .6s ease-out}.motion-portfolio-full-hero-btn{padding:.625rem 1.5rem;background:#34d399;color:#09090b;font-size:.75rem;font-weight:700;border-radius:.5rem;text-decoration:none;transition:background .2s ease,transform .2s ease}.motion-portfolio-full-hero-btn:hover{background:#6ee7b7;transform:translateY(-2px)}.motion-portfolio-full-hero-btn-outline{padding:.625rem 1.5rem;border:1px solid rgba(125,233,189,.42);color:#c7f7de;font-size:.75rem;font-weight:600;border-radius:.5rem;text-decoration:none;transition:background .2s ease,border-color .2s ease,transform .2s ease}.motion-portfolio-full-hero-btn-outline:hover{background:#34d39914;border-color:#34d39980;transform:translateY(-2px)}.motion-portfolio-full-form{display:flex;flex-direction:column;gap:.625rem;max-width:420px;margin:0 auto 1.5rem;text-align:left}.motion-portfolio-full-form-row{display:grid;grid-template-columns:1fr 1fr;gap:.625rem}.motion-portfolio-full-form-input,.motion-portfolio-full-form-textarea{padding:.625rem .875rem;border-radius:.5rem;border:1px solid var(--demo-border, rgba(255,255,255,.08));background:#f8fffb0f;color:var(--demo-text, #fafafa);font-size:.75rem;font-family:inherit;outline:none;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease;resize:none}.motion-portfolio-full-form-input:focus,.motion-portfolio-full-form-textarea:focus{border-color:#7de9bd8c;background:#f8fffb14;box-shadow:0 0 0 3px #34d3991f}.motion-portfolio-full-form-input::placeholder,.motion-portfolio-full-form-textarea::placeholder{color:#8ea39a}.motion-portfolio-full-form-btn{padding:.625rem 1.25rem;background:#34d399;color:#09090b;font-size:.75rem;font-weight:700;border:none;border-radius:.5rem;cursor:pointer;font-family:inherit;transition:background .15s ease}.motion-portfolio-full-form-btn:hover{background:#6ee7b7}.motion-portfolio-full-form-status{min-height:1rem;margin:0;font-size:.625rem;color:#6ee7b7;text-align:left}.motion-portfolio-full-socials{display:flex;gap:1rem;justify-content:center;margin-bottom:1.5rem}.motion-portfolio-full-social-icon{width:2.5rem;height:2.5rem;display:inline-flex;align-items:center;justify-content:center;background:#1c1c22;border:1px solid var(--demo-border, rgba(255,255,255,.08));border-radius:.625rem;font-size:.6875rem;font-weight:700;color:var(--demo-text-secondary, #a1a1aa);text-decoration:none;transition:color .15s ease,transform .15s ease,background .15s ease,border-color .15s ease}.motion-portfolio-full-social-icon:hover{color:var(--demo-text, #fafafa);background:#ffffff0f;border-color:#ffffff26;transform:translateY(-2px)}.motion-portfolio-full-contact-text{font-size:.75rem;color:#c6d8cf;margin:0 0 1rem;line-height:1.5}.motion-portfolio-full-contact-link{display:inline-block;font-size:.8125rem;font-weight:600;color:#34d399;text-decoration:none;padding:.5rem 1.25rem;border:1px solid rgba(52,211,153,.3);border-radius:.5rem;transition:background .2s ease,border-color .2s ease,transform .2s ease}.motion-portfolio-full-contact-link:hover{background:#34d39914;border-color:#34d39980;transform:translateY(-2px)}.motion-portfolio-full-footer{margin-top:2rem;font-size:.5625rem;color:#8ea39a}@media(max-width:720px){.motion-portfolio-full-header,.motion-portfolio-full-toolbar{padding-left:.75rem;padding-right:.75rem}.motion-portfolio-full-header-right,.motion-portfolio-full-label{display:none}.motion-portfolio-full-app{height:540px}.motion-portfolio-full-nav{padding:.75rem 1rem;align-items:flex-start;flex-wrap:wrap;gap:.75rem}.motion-portfolio-full-nav-toggle{display:inline-flex;margin-left:auto}.motion-portfolio-full-nav-links{width:100%;display:none;flex-direction:column;gap:.25rem;padding-top:.25rem}.motion-portfolio-full-nav[data-menu-open=true] .motion-portfolio-full-nav-links{display:flex}.motion-portfolio-full-nav-link{padding:.625rem .75rem;border-radius:.5rem;background:#ffffff08}.motion-portfolio-full-hero{min-height:320px;padding:3.5rem 1.25rem 2.5rem}.motion-portfolio-full-hero-title{font-size:2rem}.motion-portfolio-full-hero-cta{flex-direction:column;align-items:stretch}.motion-portfolio-full-hero-btn,.motion-portfolio-full-hero-btn-outline{text-align:center}.motion-portfolio-full-about,.motion-portfolio-full-projects,.motion-portfolio-full-contact{padding:2.25rem 1rem}.motion-portfolio-full-grid{grid-template-columns:1fr}.motion-portfolio-full-socials{flex-wrap:wrap;gap:.75rem}}@media(prefers-reduced-motion:reduce){.motion-portfolio-full-app{scroll-behavior:auto}.motion-portfolio-full-card,.motion-portfolio-full-card-img,.motion-portfolio-full-nav-link,.motion-portfolio-full-social-icon,.motion-portfolio-full-hero-btn,.motion-portfolio-full-hero-btn-outline,.motion-portfolio-full-toolbar-btn{transition:none}[data-portfolio-reveal],.motion-portfolio-full-hero-tag,.motion-portfolio-full-hero-title,.motion-portfolio-full-hero-subtitle,.motion-portfolio-full-hero-cta{opacity:1;transform:none}.motion-portfolio-full-skill-bar{transition:none}}
