.bg-worms{position:fixed;inset:0;overflow:hidden;z-index:0;pointer-events:none}.bg-worms svg{position:absolute;inset:0;width:100%;height:100%}.worm-path{fill:none;stroke-width:3;stroke-linecap:round;opacity:.85}.worm-trail{stroke-dasharray:140 900;animation-name:worm-crawl;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes worm-crawl{0%{stroke-dashoffset:0}to{stroke-dashoffset:-1040}}@media (prefers-reduced-motion:reduce){.worm-trail{animation:none}}.App{position:relative;min-height:100vh;text-align:center;isolation:isolate}.App-logo{height:5vmin;pointer-events:none}.App-header{position:relative;z-index:1;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.portfolio-card{position:relative;z-index:2;padding:20px 24px;border:5px solid #c0448fcc;border-radius:20px;background:#282c34b8;box-shadow:0 12px 32px #00000040;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);overflow:hidden}.portfolio-card:before{content:"";position:absolute;inset:0;background:#ffffff0a;border-radius:inherit;z-index:0}.portfolio-card>*{position:relative;z-index:1}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}