@import"https://fonts.googleapis.com/css2?family=Bungee+Inline&family=Quicksand:wght@300;400;500;600;700&family=Cookie&family=Lora:ital,wght@0,400;0,600;1,400&family=Inter:wght@300;400;500;600;700&display=swap";:root{color-scheme:light}html,body{margin:0;padding:0;width:100%;min-height:100%}#root{margin:0;padding:0;max-width:none;width:100%;min-height:100vh;text-align:left}body{font-family:Inter,Helvetica Neue,Arial,sans-serif}:root{--ink: #111827;--muted: #798294;--line: #dde3ec;--page: #ffffff;--teal: #08a77b;--teal-soft: #dffcf2;--nav: #f4f6fa;--shadow: 0 20px 50px rgba(17, 24, 39, .08);--nav-h: 68px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--page);color:var(--ink);transition:background .25s ease,color .25s ease}a{color:inherit}.portfolio-shell{min-height:100vh;overflow:hidden;background:radial-gradient(circle at 82% 55%,rgba(212,252,242,.9) 0 18%,rgba(241,253,250,.78) 31%,transparent 48%),linear-gradient(180deg,#fff 0% 100%)}.site-header{position:fixed;inset:0 0 auto;z-index:200;height:var(--nav-h);display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 5%;border-bottom:1px solid var(--line);background:#f7f8fcf5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand{display:inline-flex;align-items:center;gap:.85rem;text-decoration:none;white-space:nowrap}.brand img{width:36px;height:36px;border:2px solid #64efca;border-radius:50%;object-fit:cover}.brand span{font-size:1.5rem;font-weight:100;letter-spacing:0}.brand strong{color:var(--teal)}.social-icon-button{width:36px;height:36px;display:flex;flex-shrink:0;align-items:center;justify-content:center;border-radius:50%;background:#111827;color:#fff;text-decoration:none;transition:background .2s ease}.social-icon-button:hover{background:#ffffff1f}.nav-links a.social-icon-button{padding:0;border-radius:50%}.social-icon-button+.social-icon-button{margin-left:.5rem}.nav-right{display:flex;align-items:center;gap:.75rem}.theme-toggle{width:36px;height:36px;display:flex;flex-shrink:0;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:50%;background:none;color:var(--ink);cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.theme-toggle:hover{background:var(--nav)}.theme-toggle .icon{width:18px;height:18px;color:inherit}.nav-links{display:flex;align-items:center;gap:.15rem}.nav-links a{border-radius:5px;padding:.42rem .8rem;text-decoration:none;text-transform:uppercase;color:#687081;font-size:.78rem;font-weight:500;line-height:1;letter-spacing:.05em}.nav-links a.active{background:#e5e9ef;color:var(--ink)}.nav-links .connect-button{margin-left:.5rem;background:var(--ink);color:#fff;border-radius:5px;padding:.42rem .8rem;letter-spacing:.04em}.nav-hamburger{display:none;flex-direction:column;gap:5px;padding:4px;border:0;background:none;cursor:pointer}.nav-hamburger span{width:22px;height:1.5px;display:block;background:var(--ink)}.mobile-nav{display:none;position:fixed;inset:var(--nav-h) 0 0;z-index:199;flex-direction:column;padding:2rem 6%;border-top:1px solid var(--line);background:#fff}.mobile-nav.open{display:flex}.mobile-nav a{padding:.9rem 0;border-bottom:1px solid var(--line);color:#374151;text-decoration:none;text-transform:uppercase;font-size:.82rem;font-weight:500;letter-spacing:.04em}.hero{width:100%;min-height:92vh;margin:0;display:grid;grid-template-columns:55% 45%;align-items:stretch;gap:0;padding:var(--nav-h) 0 0;background:#fff;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;right:-6%;top:8%;width:50%;height:85%;background:radial-gradient(ellipse at 55% 45%,rgba(114,243,200,.15) 0%,rgba(240,248,255,.45) 55%,transparent 80%);border-radius:50%;pointer-events:none}.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:4.5rem 5% 4.5rem 8%;position:relative;z-index:1}.eyebrow{display:flex;align-items:center;gap:.65rem;margin:0 0 1.4rem;color:var(--teal);text-transform:uppercase;font-size:.85rem;font-weight:600;letter-spacing:.18em}.eyebrow span{width:2rem;height:2px;background:#6ff0ce}.hero h1{margin:0 0 1.5rem;color:#101524;font-family:Lora,Georgia,serif;font-size:clamp(1.8rem,3.2vw,3rem);font-weight:600;line-height:1.12;letter-spacing:0}.hero h1 em{color:var(--teal);font-style:italic}.intro{max-width:44ch;margin:0 0 2.25rem;color:var(--muted);font-size:1rem;line-height:1.85;font-weight:300;letter-spacing:0}.hero-actions{display:flex;gap:.85rem;align-items:center;flex-wrap:wrap;margin-bottom:0}.primary-action,.secondary-action{min-height:auto;display:inline-flex;align-items:center;justify-content:center;border-radius:5px;padding:.8rem 1.9rem;text-decoration:none;text-transform:uppercase;font-size:.78rem;font-weight:600;letter-spacing:.08em}.primary-action{gap:10px;background:var(--ink);color:#fff}.secondary-action{min-width:auto;border:2px solid #cbd2dc;background:#ffffffc2}.resume-card{width:min(380px,100%);min-height:auto;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:11px;padding:12px 16px;border:1px solid var(--line);border-radius:8px;background:#f7f8fb;color:var(--ink);text-decoration:none;margin-top:1.5rem}.resume-icon{width:35px;height:35px;display:grid;place-items:center;border:1px solid #5ff0c8;border-radius:5px;background:var(--teal-soft);color:var(--teal);overflow:hidden}.resume-icon-img{width:60%;height:60%;object-fit:contain}.resume-meta{display:grid;gap:6px}.resume-meta strong{font-size:13px}.resume-meta small{color:#99a2b2;text-transform:uppercase;font-size:11px;font-weight:800;letter-spacing:.06em}.resume-link{display:inline-flex;align-items:center;gap:4px;color:var(--teal);text-transform:uppercase;font-size:11px;font-weight:800;letter-spacing:.12em}.hero-panels{display:flex;flex-direction:column;justify-content:center;gap:0;padding:4.5rem 7% 4.5rem 3%;position:relative;z-index:1}.tech-card,.feature-card{width:100%;max-width:100%;border:1px solid var(--line);border-radius:14px;background:#f8fafde6;box-shadow:0 4px 16px #00000012}.tech-card{min-height:auto;padding:1.75rem;border-top:3px solid var(--teal)}.tech-card h2,.feature-topline{margin:0 0 1.2rem;color:#9aa3b2;text-transform:uppercase;font-size:.66rem;font-weight:600;letter-spacing:.18em}.pill-grid{display:flex;flex-wrap:wrap;gap:.5rem}.skill-pill{height:auto;display:inline-flex;align-items:center;gap:.45rem;padding:.4rem .8rem;border:1px solid var(--line);border-radius:999px;background:#fff;color:#364253;font-size:.75rem;font-weight:500;box-shadow:0 1px #11182708}.icon{width:.7rem;height:.7rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.skill-pill .icon,.primary-action .icon,.resume-card .icon{color:var(--teal)}.primary-action .icon{color:#fff}.feature-card{display:block;min-height:auto;margin-top:1.25rem;padding:1.35rem 1.5rem 1.5rem;border-top:3px solid var(--teal);background:#fffffff0;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;position:relative;overflow:hidden}.feature-topline{display:flex;align-items:center;justify-content:space-between;margin-bottom:.85rem;color:var(--teal)}.feature-topline span{display:inline-flex;align-items:center;gap:.4rem}.feature-topline i{width:6px;height:6px;border-radius:50%;background:#8ef6d8}.feature-topline b{width:26px;height:26px;border:1px solid #53e9c2;border-radius:50%;background:var(--teal-soft)}.feature-card h2{margin:0 0 .45rem;font-family:Lora,Georgia,serif;font-size:.95rem;font-weight:600;line-height:1.4}.feature-card p{max-width:none;margin:0 0 .85rem;color:var(--muted);font-size:.78rem;line-height:1.7;font-weight:300}.tag-row{display:flex;flex-wrap:wrap;gap:.4rem}.tag-row span{display:inline-flex;align-items:center;height:auto;padding:.22rem .6rem;border:1px solid #54e9c1;border-radius:999px;background:var(--teal-soft);color:var(--teal);text-transform:uppercase;font-size:.63rem;font-weight:600;letter-spacing:.1em}.glyph{color:var(--teal);display:inline-flex;align-items:center;justify-content:center;font-size:.8em;font-weight:700;line-height:1}.primary-action .glyph{color:#fff}.page-hero{padding:var(--nav-h) 8% 3.5rem;background:#fff;border-bottom:1px solid var(--line)}.page-hero-inner{padding-top:3.5rem}.page-eyebrow,.section-label,.block-label{display:inline-flex;align-items:center;gap:.6rem;color:var(--teal);text-transform:uppercase;font-size:.68rem;font-weight:600;letter-spacing:.18em;margin-bottom:.75rem}.page-eyebrow:before,.section-label:before,.block-label:before{content:"";width:1.75rem;height:2px;border-radius:2px;background:#72f3c8}.page-title,.section-title,.block-title,.project-title,.p-card-title,.pub-title,.profile-name,.footer-name{font-family:Lora,Georgia,serif}.page-title{margin:0 0 .75rem;color:var(--ink);font-size:clamp(2rem,3.5vw,3rem);font-weight:600;line-height:1.15}.page-sub,.section-sub{max-width:55ch;margin:0;color:var(--muted);font-size:1rem;font-weight:300;line-height:1.8}.divider{height:1px;margin:0 8%;background:var(--line)}.two-col-section,#services,#publications,.about-section,.services-section{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start;padding:5.5rem 8%;background:#fff}#services,.services-section,#skills{background:#f7f8fc}#publications{grid-template-columns:1fr 2fr;gap:6rem}.section-header{margin-bottom:2.75rem}.section-title{margin:0 0 .65rem;color:var(--ink);font-size:clamp(1.7rem,2.8vw,2.4rem);font-weight:600;line-height:1.22}.about-body,.block-body{color:#374151;font-size:.97rem;font-weight:300;line-height:1.9}.about-body p+p,.block-body p+p{margin-top:1rem}.info-card,.profile-card,.resource-card,.skill-card,.p-card,.p-card-featured,.project-card{border:1px solid var(--line);border-radius:14px;background:#f7f8fc;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a}.info-card{padding:1.35rem 1.5rem;margin-bottom:1rem}.info-card-label{padding-bottom:.65rem;margin-bottom:.9rem;border-bottom:1px solid var(--line);color:var(--teal);text-transform:uppercase;font-size:.9rem;font-weight:600;letter-spacing:.18em}.cert-row{display:flex;gap:.8rem;align-items:flex-start;padding:.65rem 0;border-bottom:1px solid var(--line)}.cert-row:last-child{border-bottom:0;padding-bottom:0}.cert-icon-wrap,.skill-icon{width:32px;height:32px;display:flex;flex-shrink:0;align-items:center;justify-content:center;border-radius:4px;background:var(--teal-soft);color:var(--teal)}.cert-name{color:var(--ink);font-size:.96rem;font-weight:500;line-height:1.4}.cert-meta{margin-top:.18rem;color:#9ca3af;font-size:.81rem}.profile-card{position:sticky;top:calc(var(--nav-h) + 2rem);overflow:hidden}.profile-photo{width:100%;display:block;aspect-ratio:1 / 1;object-fit:cover}.profile-info{padding:1.5rem}.profile-name{margin-bottom:.2rem;color:var(--ink);font-size:1.25rem;font-weight:600}.profile-role{margin-bottom:1.25rem;color:var(--teal);text-transform:uppercase;font-size:.8rem;font-weight:500;letter-spacing:.08em}.profile-links{display:flex;flex-direction:column;gap:.4rem}.profile-link{display:flex;align-items:center;gap:.7rem;padding:.5rem .65rem;border-radius:4px;color:#374151;text-decoration:none;font-size:.82rem}.about-content{display:flex;flex-direction:column;gap:3rem}.block-title{margin-bottom:1.1rem;color:var(--ink);font-size:1.55rem;font-weight:600;line-height:1.25}.services-sticky,.pub-sticky{position:sticky;top:calc(var(--nav-h) + 2rem)}.acc-item{border-bottom:1px solid var(--line)}.acc-btn{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 0;border:0;background:none;color:#374151;text-align:left;text-transform:uppercase;font:inherit;font-size:.78rem;font-weight:600;letter-spacing:.07em;cursor:pointer}.acc-btn.open{color:var(--teal)}.acc-icon{width:24px;height:24px;display:flex;flex-shrink:0;align-items:center;justify-content:center;border:1.5px solid #d1d5db;border-radius:50%}.acc-body{overflow:hidden;transition:max-height .35s ease}.acc-body-inner{list-style:none;padding:0 0 1.25rem;margin:0}.acc-body-inner li,.project-bullets li{display:flex;gap:.65rem;align-items:flex-start;color:var(--muted);font-size:.91rem;font-weight:300;line-height:1.65;padding:.28rem 0}.acc-body-inner li:before,.project-bullets li:before{content:"";width:5px;height:5px;flex-shrink:0;margin-top:.55rem;border-radius:50%;background:#72f3c8}.pub-item{display:flex;flex-direction:column;gap:.45rem;padding:1.6rem 0;border-bottom:1px solid var(--line)}.pub-item:first-child{border-top:1px solid var(--line)}.pub-venue,.p-card-tag,.project-tag{color:var(--teal);text-transform:uppercase;font-size:.65rem;font-weight:600;letter-spacing:.14em}.pub-title{color:var(--ink);font-size:.97rem;font-weight:400;line-height:1.55}.pub-link,.p-card-foot,.btn-view-all{display:inline-flex;align-items:center;gap:.4rem;color:var(--teal);text-decoration:none;text-transform:uppercase;font-size:.7rem;font-weight:600;letter-spacing:.08em}#portfolio,#skills{padding:5.5rem 8%}#portfolio{background:#fff}.portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.35rem}.p-card,.p-card-featured{overflow:hidden;color:inherit;text-decoration:none}.p-card-featured{grid-column:span 2}.p-card-img,.p-card-featured-img,.project-img{width:100%;display:block;object-fit:cover;background:#f0f8ff}.p-card-img{aspect-ratio:16 / 9}.p-card-featured-img-wrap{max-height:400px;overflow:hidden}.p-card-body,.p-card-featured-body{display:flex;flex-direction:column;gap:.45rem;padding:1.25rem 1.35rem}.p-card-featured-body{padding:1.5rem 2rem 2rem}.p-card-title{color:var(--ink);font-size:1rem;font-weight:600;line-height:1.4}.p-card-featured .p-card-title{font-size:1.15rem}.p-card-desc{color:var(--muted);font-size:.82rem;font-weight:300;line-height:1.75}.portfolio-footer{display:flex;justify-content:center;margin-top:2rem}.btn-view-all{padding:.75rem 2rem;border:1.5px solid #72f3c8;border-radius:4px;background:var(--teal-soft)}.skills-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.skill-card{padding:1.6rem 1.35rem;background:#fff}.skill-icon{width:40px;height:40px;margin-bottom:.9rem;border-radius:8px}.skill-title{margin-bottom:.38rem;color:var(--ink);font-size:.88rem;font-weight:600}.skill-desc{color:var(--muted);font-size:.8rem;font-weight:300;line-height:1.75}.projects-section{padding:4rem 8%;background:#f7f8fc}.project-card{display:grid;grid-template-columns:1fr 1fr;overflow:hidden;margin-bottom:2rem;background:#fff}.project-card.img-right .project-img-wrap{order:2}.project-card.img-right .project-body{order:1}.project-img-wrap{min-height:260px;overflow:hidden}.project-img{height:100%}.project-body{display:flex;flex-direction:column;justify-content:center;gap:.6rem;padding:2.5rem 2.75rem}.project-title{color:var(--ink);font-size:1.25rem;font-weight:600;line-height:1.35}.project-bullets{display:flex;flex-direction:column;gap:.35rem;padding:0;margin:.25rem 0 0;list-style:none}.project-actions,.hero-buttons{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:.75rem}.btn-proj,.btn-hero,.btn-res{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;border-radius:4px;text-decoration:none;text-transform:uppercase;font-size:.72rem;font-weight:600;letter-spacing:.08em}.btn-proj,.btn-res{padding:.6rem 1.25rem}.btn-hero{padding:.85rem 2rem;font-size:.78rem}.btn-proj-primary,.btn-hero-primary,.btn-res-primary{border:2px solid var(--ink);background:var(--ink);color:#fff}.btn-proj-outline,.btn-hero-outline{border:1.5px solid #72f3c8;background:var(--teal-soft);color:var(--teal)}.resources-section{padding:4rem 8%;background:#f7f8fc}.resource-group+.resource-group{margin-top:2.5rem}.resource-grid-4,.resource-grid-3{display:grid;gap:1.25rem}.resource-grid-4{grid-template-columns:repeat(4,1fr)}.resource-grid-3{grid-template-columns:repeat(3,1fr)}.resource-card{display:flex;flex-direction:column;gap:.75rem;padding:1.5rem;background:#fff}.resource-accent .resource-card{border-color:#72f3c8;background:var(--teal-soft)}.resource-title{color:var(--ink);font-size:1rem;font-weight:600}.resource-desc{color:var(--muted);font-size:.86rem;font-weight:300;line-height:1.75}footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem;padding:3rem 8%;background:var(--ink);color:#ffffff73}.footer-name{margin-bottom:.15rem;color:#fff;font-size:1rem;font-weight:600}.footer-sub,.footer-copy{font-size:.76rem}.footer-icons{display:flex;gap:.65rem}.footer-icons a{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.14);border-radius:50%;color:#ffffffa6;text-decoration:none;font-size:.72rem}@media(max-width:1100px){.site-header{padding:0 6%}.nav-links{display:none}.nav-hamburger{display:flex}.hero{grid-template-columns:1fr;gap:0;min-height:auto}.hero-copy{padding:4rem 6%}.hero-panels{display:none}.two-col-section,#services,#publications,.about-section,.services-section{grid-template-columns:1fr;gap:2.5rem}.services-sticky,.pub-sticky,.profile-card{position:static}.portfolio-grid,.skills-grid,.resource-grid-4,.resource-grid-3{grid-template-columns:1fr 1fr}}@media(max-width:760px){.portfolio-shell{overflow:visible}.site-header{height:var(--nav-h);flex-direction:row;align-items:center;padding:0 5%}.hero{width:100%;padding:var(--nav-h) 0 0}.hero-copy{padding:3rem 5%}.eyebrow{font-size:12px;letter-spacing:.16em}.hero h1{font-size:clamp(1.8rem,3.2vw,3rem)}.intro{font-size:1rem}.hero-actions{align-items:stretch;flex-direction:column}.primary-action,.secondary-action{width:100%}.resume-card{grid-template-columns:34px 1fr}.resume-link{grid-column:2}.page-hero,.two-col-section,#services,#publications,#portfolio,#skills,.about-section,.services-section,.projects-section,.resources-section{padding-left:5%;padding-right:5%}.portfolio-grid,.skills-grid,.resource-grid-4,.resource-grid-3{grid-template-columns:1fr}.p-card-featured{grid-column:span 1}.project-card,.project-card.img-right{grid-template-columns:1fr}.project-card.img-right .project-img-wrap,.project-card.img-right .project-body{order:initial}footer{flex-direction:column;align-items:flex-start}}[data-theme=dark]{color-scheme:dark;--ink: #e8eaf0;--muted: #97a0b3;--line: #262b36;--page: #0d0f14;--teal: #2dd7ac;--teal-soft: rgba(45, 215, 172, .13);--nav: #171a21;--shadow: 0 20px 50px rgba(0, 0, 0, .45)}[data-theme=dark] .portfolio-shell{background:radial-gradient(circle at 82% 55%,rgba(45,215,172,.1) 0 18%,rgba(23,26,33,.4) 31%,transparent 48%),linear-gradient(180deg,#0d0f14 0% 100%)}[data-theme=dark] .site-header{background:#0d0f14eb}[data-theme=dark] .brand img{border-color:var(--teal)}[data-theme=dark] .brand span{color:#fff}[data-theme=dark] .nav-links a{color:#9aa3b5}[data-theme=dark] .nav-links a.active{background:#1c2028;color:var(--ink)}[data-theme=dark] .nav-links .connect-button{background:var(--teal);color:#0d0f14}[data-theme=dark] .nav-hamburger span{background:var(--ink)}[data-theme=dark] .mobile-nav{background:#0d0f14}[data-theme=dark] .mobile-nav a{color:#cbd2dc}[data-theme=dark] .hero,[data-theme=dark] .page-hero,[data-theme=dark] .two-col-section,[data-theme=dark] #services,[data-theme=dark] #publications,[data-theme=dark] .about-section,[data-theme=dark] .services-section,[data-theme=dark] #portfolio{background:#0d0f14}[data-theme=dark] #services,[data-theme=dark] .services-section,[data-theme=dark] #skills,[data-theme=dark] .projects-section,[data-theme=dark] .resources-section{background:#12141b}[data-theme=dark] .hero:after{background:radial-gradient(ellipse at 55% 45%,rgba(45,215,172,.14) 0%,rgba(23,26,33,.35) 55%,transparent 80%)}[data-theme=dark] .hero h1{color:#f4f5f7}[data-theme=dark] .secondary-action{border-color:#333947;background:#ffffff08;color:var(--ink)}[data-theme=dark] .primary-action{background:var(--teal);color:#0d0f14}[data-theme=dark] .primary-action .icon,[data-theme=dark] .primary-action .glyph{color:#0d0f14}[data-theme=dark] .resume-card{background:#171a21;color:var(--ink);transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}[data-theme=dark] .resume-card:hover{border-color:var(--teal);background:var(--teal-soft);box-shadow:0 0 0 1px var(--teal),0 12px 28px #2dd7ac2e}[data-theme=dark] .resume-meta small{color:#6b7385}[data-theme=dark] .tech-card,[data-theme=dark] .feature-card{background:#171a21e6;box-shadow:0 4px 16px #0006}[data-theme=dark] .tech-card h2,[data-theme=dark] .feature-topline{color:#6b7385}[data-theme=dark] .feature-card{box-shadow:0 1px 3px #00000059,0 1px 2px #00000040}[data-theme=dark] .skill-pill{background:#171a21;color:#c3c9d4;box-shadow:none}[data-theme=dark] .about-body,[data-theme=dark] .block-body{color:#c3c9d4}[data-theme=dark] .info-card,[data-theme=dark] .profile-card,[data-theme=dark] .resource-card,[data-theme=dark] .skill-card,[data-theme=dark] .p-card,[data-theme=dark] .p-card-featured,[data-theme=dark] .project-card{background:#171a21;box-shadow:0 1px 3px #00000059,0 1px 2px #00000040}[data-theme=dark] .cert-meta{color:#6b7385}[data-theme=dark] .profile-link,[data-theme=dark] .acc-btn{color:#c3c9d4}[data-theme=dark] .acc-icon{border-color:#3a4152}[data-theme=dark] .resource-accent .resource-card{border-color:#2dd7ac59;background:var(--teal-soft)}[data-theme=dark] .p-card-img,[data-theme=dark] .p-card-featured-img,[data-theme=dark] .project-img{background:#171a21}[data-theme=dark] .btn-proj-primary,[data-theme=dark] .btn-hero-primary,[data-theme=dark] .btn-res-primary{border-color:var(--teal);background:var(--teal);color:#0d0f14}[data-theme=dark] .btn-proj-outline,[data-theme=dark] .btn-hero-outline,[data-theme=dark] .btn-view-all{border-color:#2dd7ac66;background:var(--teal-soft)}[data-theme=dark] footer{background:#060709;color:#ffffff80}[data-theme=dark] .footer-icons a{border-color:#ffffff24;color:#ffffffa6}
