.signature-container{display:flex;justify-content:center;align-items:center;width:100%;padding:0;background:transparent}.signature-svg{width:var(--signature-width, 52vw);max-width:none;height:auto}@media (max-width: 768px){.signature-svg{width:var(--signature-width, 68vw)}}@media (min-width: 769px) and (max-height: 700px){.signature-svg{width:var(--signature-width, 48vw)}}.background-words{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0;pointer-events:none;display:flex;flex-direction:column;justify-content:center;align-items:stretch;gap:.15rem;padding:0}.background-words-track{display:flex;gap:1.25rem;white-space:nowrap;width:max-content;animation:scroll-horizontal 46s linear infinite;will-change:transform;line-height:.95}.background-words-track-reverse{animation:scroll-horizontal-reverse 34s linear infinite;margin-top:-.1rem}.background-words-track--thin .background-word{font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:300;font-size:clamp(1.85rem,4.6vw,3.6rem);letter-spacing:.16em;color:#ffffff0a}.background-words-track--bold .background-word{font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:800;font-size:clamp(2.35rem,6.2vw,4.85rem);letter-spacing:.05em;color:#ffffff0d}.background-word{white-space:nowrap;-webkit-user-select:none;user-select:none;flex-shrink:0;padding-right:.25rem}@keyframes scroll-horizontal{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scroll-horizontal-reverse{0%{transform:translate(-50%)}to{transform:translate(0)}}@media (max-width: 768px){.background-words-track--thin .background-word{font-size:clamp(1.2rem,6.5vw,2rem)}.background-words-track--bold .background-word{font-size:clamp(1.5rem,8vw,2.5rem)}.background-words-track{gap:.85rem}}.hero-random-project-btn{position:absolute;bottom:.5rem;left:.5rem;z-index:10;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;padding:0;border:none;background:transparent;cursor:pointer;overflow:visible}.hero-random-project-fade{padding:1.15rem 1.35rem .65rem .65rem;overflow:visible;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.hero-random-project-stack{display:flex;flex-direction:column;align-items:flex-start;gap:0}.hero-random-project-label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.5rem;font-weight:500;letter-spacing:.11em;text-transform:uppercase;color:#ffffffc7;text-align:left;line-height:1;margin:0;padding:0 0 1.5rem .15rem;text-shadow:0 1px 6px rgba(0,0,0,.85);animation:none;transition:none;transform:none}.hero-random-project-scene{--card-w: 6.375rem;--card-h: 8.25rem;width:var(--card-w);height:var(--card-h);perspective:720px;perspective-origin:50% 50%;overflow:visible;display:flex;align-items:center;justify-content:center;transition:transform .35s ease;transform-origin:center center}.hero-random-project-btn:hover .hero-random-project-scene{transform:scale(1.06)}.hero-random-project-card-3d{position:relative;width:var(--card-w);height:var(--card-h);transform-style:preserve-3d;transform-origin:center center;animation:hero-random-card-spin 4s linear infinite}.hero-random-project-card-face{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;gap:0;padding:.65rem .7rem .6rem;border:1.5px solid rgba(255,255,255,.72);border-radius:18px;background:transparent;backface-visibility:hidden;box-sizing:border-box;overflow:hidden;contain:paint}.hero-random-project-card-face--back{transform:rotateY(180deg)}.hero-random-project-card-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.65rem;font-weight:700;line-height:1.22;color:#fff;flex:0 0 auto;width:100%;margin:0 0 .3rem;padding:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;overflow-wrap:break-word;word-break:break-word}.hero-random-project-card-lines{display:flex;flex-direction:column;gap:.22rem;flex:1 1 auto;width:100%;min-height:0;margin-bottom:.4rem;justify-content:flex-start}.hero-random-project-card-line{display:block;height:0;border-top:1.5px solid rgba(255,255,255,.4);width:100%;flex-shrink:0}.hero-random-project-card-line--w90{width:90%}.hero-random-project-card-line--w75{width:75%}.hero-random-project-card-line--w60{width:60%}.hero-random-project-card-line--w45{width:45%}.hero-random-project-card-tags{display:flex;flex-wrap:wrap;gap:.24rem;margin-top:auto;flex:0 0 auto;width:100%;min-width:0;align-content:flex-start}.hero-random-project-card-tags--single .hero-random-project-card-tag{flex:1 1 100%;min-width:100%;max-width:100%}.hero-random-project-card-tag{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;flex:1 1 calc(50% - .12rem);min-width:calc(50% - .12rem);max-width:calc(50% - .12rem);font-size:.48rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:#ffffffe6;border:1.5px solid rgba(255,255,255,.5);border-radius:5px;padding:.14rem .2rem;line-height:1.1;white-space:nowrap;text-align:center}.hero-random-project-btn:hover .hero-random-project-card-face{border-color:#ffffffeb}.hero-random-project-btn:focus-visible{outline:none}.hero-random-project-btn:focus-visible .hero-random-project-scene{outline:2px solid rgba(255,255,255,.85);outline-offset:9px;border-radius:21px}@keyframes hero-random-card-spin{0%{transform:rotateX(10deg) rotateY(0)}to{transform:rotateX(10deg) rotateY(360deg)}}@media (max-width: 768px){.hero-random-project-btn{bottom:.4rem;left:.4rem}.hero-random-project-fade{padding:1rem 1.15rem .55rem .55rem}.hero-random-project-scene{--card-w: 5.625rem;--card-h: 7.275rem}}@media (prefers-reduced-motion: reduce){.hero-random-project-scene{transition:none}.hero-random-project-btn:hover .hero-random-project-scene{transform:none}.hero-random-project-card-3d{animation:none;transform:rotateX(10deg) rotateY(-22deg)}}.hero-wrapper{position:relative;width:100%;height:100vh;margin:0;padding:0;overflow:visible;--hero-image-scale: 1}.hero{position:sticky;top:0;width:100vw;height:100vh;margin:0;padding:0;overflow:visible;background:transparent;z-index:1}.hero-word-occluder{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;background:#0a0a0a;transform-origin:center center;will-change:transform}.hero-word-occluder--depth{width:130%;height:130%;top:-15%;left:-15%}.hero-image-container{position:absolute;top:0;left:0;width:100%;height:100%;transform-origin:center center;transform-style:preserve-3d;will-change:transform,filter,opacity;z-index:1;overflow:hidden}.hero-image-container.hero-image-container--depth{width:130%;height:130%;top:-15%;left:-15%}.hero-depth-media{position:absolute;top:0;left:0;width:100%;height:100%}.hero-depth-fallback{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center;z-index:0;opacity:0;pointer-events:none}.hero-depth-canvas{position:absolute;top:0;left:0;width:100%;height:100%;display:block;z-index:1}.hero-background-layer,.hero-subject-layer{position:absolute;top:0;left:0;width:100%;height:100%;transform-origin:center center;transform-style:preserve-3d;pointer-events:none}.hero-background-layer{z-index:0}.hero-subject-layer{z-index:1}.hero-background-layer--gray .hero-image,.hero-image--gray{filter:saturate(0)}.hero-color-reveal{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;--reveal-x: 50%;--reveal-y: 50%;--reveal-size: 28vmin;-webkit-mask-image:radial-gradient(circle var(--reveal-size) at var(--reveal-x) var(--reveal-y),#000 0%,#000 38%,transparent 68%);mask-image:radial-gradient(circle var(--reveal-size) at var(--reveal-x) var(--reveal-y),#000 0%,#000 38%,transparent 68%)}.hero-image{width:100%;height:100%;object-fit:cover;display:block;margin:0;padding:0;transform:translateZ(0);backface-visibility:hidden;will-change:transform;image-rendering:-webkit-optimize-contrast;content-visibility:auto;max-width:1920px;max-height:1080px;pointer-events:none}@media (min-width: 769px){.hero-background-layer .hero-image{object-position:center center}.hero-subject-layer .hero-image{object-position:center 40%}}.hero-signature-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;pointer-events:none;transition:opacity .2s ease-out;display:flex;align-items:center;justify-content:center;overflow:visible;padding:0;box-sizing:border-box;--signature-width: 52vw}@keyframes hero-scroll-blink{0%,to{opacity:1}50%{opacity:.35}}.hero-scroll-indicator{position:absolute;bottom:5rem;left:50%;transform:translate(-50%);z-index:10;color:#fff;font-size:2.5rem;pointer-events:none;transition:opacity .2s ease-out;text-shadow:0 0 12px rgba(0,0,0,.9),0 2px 8px rgba(0,0,0,.8);filter:drop-shadow(0 0 6px rgba(0,0,0,.7));animation:hero-scroll-blink 1.8s ease-in-out infinite}@media (max-width: 768px){.hero-wrapper,.hero{min-height:100vh;height:calc(100vh + 4px)}.hero-image-container{min-height:100%;bottom:0}.hero-scroll-indicator{bottom:4rem;font-size:2.25rem;text-shadow:0 0 16px rgba(0,0,0,1),0 2px 10px rgba(0,0,0,.95)}}.about-section{width:100%;min-height:100vh;background-color:#0a0a0a;padding:8rem 2rem 4rem;display:flex;align-items:center}.about-container{max-width:1200px;margin:0 auto;width:100%}.about-content{color:#fff;font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif}.about-title{font-size:clamp(3rem,8vw,6rem);font-weight:700;margin-bottom:3rem;font-family:inherit;letter-spacing:.02em}.about-text{font-size:clamp(1.1rem,2vw,1.25rem);line-height:1.75;color:#ffffffd9;margin-bottom:4rem;max-width:800px;font-weight:400}.about-text p{margin-bottom:1.5rem}.about-skills h3{font-size:2rem;font-weight:600;margin-bottom:2rem;color:#fff;font-family:inherit}.skills-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}.skill-category h4{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#fff;font-family:inherit}.skill-category ul{list-style:none;padding:0;margin:0}.skill-category li{padding:.75rem 0;color:#ffffffbf;font-size:1.05rem;font-weight:500;border-bottom:1px solid rgba(255,255,255,.1)}.skill-category li:last-child{border-bottom:none}@media (max-width: 768px){.about-section{padding:6rem 1.5rem 3rem}.about-text{margin-bottom:3rem}.skills-grid{grid-template-columns:1fr;gap:2rem}}.gallery-scroll-zone{position:relative;width:100%;min-height:calc(100vh + var(--gallery-runway, 4200px))}.gallery-scroll-zone--static{min-height:auto}.gallery-section{width:100%;height:100vh;min-height:100vh;max-height:100vh;background-color:#0a0a0a;position:sticky;top:0;padding:0;overflow:hidden}.gallery-hscroll-pin{position:relative;width:100%;height:100%;min-height:100vh;overflow:hidden;display:block;box-sizing:border-box}.gallery-enter{display:flex;flex-direction:column;width:100%;height:100%;min-height:100vh}.gallery-hscroll-pin--static{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.gallery-hscroll-pin--static .gallery-hscroll-track{transform:none!important}.gallery-scroll-zone{position:relative;width:100%;min-height:calc(100vh + var(--gallery-runway, 4200px));background-color:#0a0a0a}.gallery-intro{position:relative;z-index:2;background:#0a0a0a}.gallery-header{display:none}.gallery-title{position:relative;display:flex;align-items:center;justify-content:center;margin:0;padding:clamp(2.5rem,7vh,4rem) 2rem clamp(1.5rem,4vh,2.5rem);min-height:clamp(4rem,11vh,6rem);text-align:center;pointer-events:none;overflow:hidden}.gallery-title:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:#0a0a0a;transform:translateZ(0);pointer-events:none;will-change:transform}.gallery-title__text{position:relative;z-index:1;display:inline-block;font-size:clamp(2.5rem,7vw,5rem);font-weight:700;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:.02em}.gallery-title--revealed:not(.gallery-title--settled):after{animation:gallery-title-block .85s cubic-bezier(.22,1,.36,1) .28s forwards}.gallery-title--settled:after{display:none}.gallery-title--reduced-motion:after{display:none}@keyframes gallery-title-block{to{transform:translate3d(100%,0,0)}}@media (prefers-reduced-motion: reduce){.gallery-title--revealed:not(.gallery-title--settled):after{animation:none;display:none}}.gallery-hscroll-stage{position:relative;z-index:1;flex:1;display:flex;align-items:center;justify-content:flex-start;min-height:0;height:100%;width:100%;padding:2.5vh max(2vw,1rem);box-sizing:border-box;overflow:hidden}.gallery-hscroll-track{display:flex;flex-direction:column;justify-content:center;gap:2vh;width:max-content;max-width:none;flex-shrink:0;height:100%;max-height:88vh;padding-left:100vw;padding-right:0;will-change:transform;transform:translateZ(0);backface-visibility:hidden}.gallery-hscroll-pin--static .gallery-hscroll-track{padding-left:max(6vw,2rem);padding-right:3rem}.gallery-hscroll-row{display:flex;flex-direction:row;flex-shrink:0;flex:1;min-height:0;max-height:40vh;align-items:center}.gallery-hscroll-row:first-child{align-items:flex-end;padding-bottom:.5vh}.gallery-hscroll-row:last-child{align-items:flex-start;padding-top:.5vh}.gallery-hscroll-item{flex-shrink:0;margin:0;padding:0;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.gallery-hscroll-item-label{font-size:.6875rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:#ffffff8c;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;padding-left:.15rem;white-space:nowrap;pointer-events:none}.gallery-hscroll-item-media{padding:0;margin:0;display:block;border-radius:12px;overflow:hidden;line-height:0;pointer-events:none}.gallery-hscroll-item-image{display:block;height:var(--img-height, 32vh);width:auto;max-height:36vh;max-width:min(var(--img-max-width, 44vw),62vw);min-height:24vh;object-fit:cover;border-radius:10px;background:#1a1a1a}.gallery-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000eb;display:flex;align-items:center;justify-content:center;z-index:999;padding:2rem;box-sizing:border-box;overflow:hidden;overscroll-behavior:contain}.gallery-lightbox-carousel{display:flex;align-items:center;justify-content:center;gap:.75rem;max-width:100%}.gallery-lightbox-image-wrapper{display:flex;align-items:center;justify-content:center;max-width:min(90vw,1200px);max-height:90vh}.gallery-lightbox-image{max-width:min(90vw,1200px);max-height:90vh;width:auto;height:auto;object-fit:contain;object-position:center;border-radius:16px;box-shadow:0 20px 60px #0009}.gallery-lightbox-arrow{flex-shrink:0;border:none;background:#0a0a0abf;color:#fff;width:3.5rem;height:3.5rem;border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:2rem;cursor:pointer;transition:background .2s ease,transform .2s ease}.gallery-lightbox-arrow:hover{background:#ffffff1f;transform:scale(1.05)}.gallery-lightbox-close{position:absolute;top:2rem;right:2rem;border:none;background:#0a0a0abf;color:#fff;width:3rem;height:3rem;border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;cursor:pointer;transition:background .2s ease,transform .2s ease}.gallery-lightbox-close:hover{background:#ffffff1f;transform:scale(1.05)}@media (max-width: 768px){.gallery-hscroll-item{gap:.14rem}.gallery-hscroll-item-label{padding-left:.1rem;padding-top:0;line-height:1.1}.gallery-hscroll-item--horizontal{gap:0}.gallery-hscroll-item--vertical{gap:.42rem}.gallery-title{padding-top:clamp(2rem,6vh,3rem)}.gallery-title__text{font-size:clamp(2rem,10vw,3rem)}.gallery-hscroll-item-image{min-height:20vh;max-height:32vh;max-width:min(var(--img-max-width, 50vw),70vw);object-fit:contain;object-position:center;background:transparent}@media (orientation: portrait){.gallery-hscroll-item--horizontal{gap:.6rem}.gallery-hscroll-item--vertical{gap:.85rem}.gallery-hscroll-item--horizontal .gallery-hscroll-item-image{height:auto;min-height:0;width:auto}.gallery-hscroll-item--horizontal .gallery-hscroll-item-label{margin-bottom:0;line-height:1.1}}.gallery-hscroll-track{padding-right:2rem;max-height:86vh}.gallery-lightbox{padding:1.5rem}.gallery-lightbox-arrow{width:3rem;height:3rem;font-size:1.75rem}.gallery-lightbox-close{top:1.5rem;right:1.5rem}}@media (max-width: 480px){.gallery-hscroll-item-image{min-height:18vh;max-height:28vh;max-width:min(var(--img-max-width, 58vw),75vw);object-fit:contain;object-position:center;background:transparent}}.projects-section{position:relative;z-index:1;width:100%;min-height:100vh;background-color:#0a0a0a;padding:8rem 2rem 4rem}.projects-container{max-width:1400px;margin:0 auto;width:100%}.projects-title{font-size:clamp(3rem,8vw,6rem);font-weight:700;color:#fff;text-align:center;margin-bottom:5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:.02em}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem}.project-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2.5rem;transition:all .3s ease;cursor:pointer}.project-card:hover{background:#ffffff0d;border-color:#fff3;box-shadow:0 20px 40px #0000004d}.project-content{display:flex;flex-direction:column;height:100%}.project-title{font-size:1.75rem;font-weight:600;color:#fff;margin-bottom:1rem}.project-description{font-size:1.1rem;line-height:1.7;color:#ffffffb3;margin-bottom:2rem;flex-grow:1}.project-tech{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.tech-tag{padding:.5rem 1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:6px;font-size:.9rem;color:#fffc}.project-link{color:#fff;text-decoration:none;font-size:1.1rem;font-weight:500;display:inline-flex;align-items:center;gap:.5rem;transition:gap .3s ease}.project-link:hover{gap:1rem}@media (max-width: 768px){.projects-section{padding:6rem 1.5rem 3rem}.projects-title{margin-bottom:3rem}.projects-grid{grid-template-columns:1fr;gap:2rem}.project-card{padding:2rem}}.contact-section{position:relative;z-index:1;width:100%;min-height:100vh;background-color:#0a0a0a;padding:8rem 2rem 4rem;margin-top:0;display:flex;align-items:center;justify-content:center}.contact-section.contact-section--blanket{min-height:100vh;height:100vh;margin:0;padding:6rem 2rem 4rem;box-sizing:border-box}@media (max-width: 768px){.contact-section.contact-section--blanket{min-height:100svh;height:100svh}}.contact-container{max-width:600px;margin:0 auto;width:100%;text-align:center}.contact-content{color:#fff}.contact-title{font-size:clamp(3rem,8vw,6rem);font-weight:700;margin-bottom:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:.02em}.contact-description{font-size:clamp(1.1rem,2vw,1.25rem);line-height:1.8;color:#fffc;margin-bottom:3rem}.contact-links{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.contact-link{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;text-decoration:none;transition:all .3s ease;font-size:1rem;font-weight:500}.contact-link:hover{background:#ffffff0d;border-color:#fff3}.contact-icon{width:24px;height:24px}@media (max-width: 768px){.contact-section{padding:6rem 1.5rem 3rem}.contact-description{margin-bottom:2.5rem}.contact-links{flex-direction:column;gap:1rem}.contact-link{justify-content:center}}.contact-blanket-zone{position:relative;height:var(--contact-blanket-runway, 16vh)}.contact-blanket-panel{position:fixed;left:0;top:0;width:100%;min-height:200vh;background:#0a0a0a;transform:translate3d(0,calc(100vh + 2px),0);will-change:auto;backface-visibility:hidden;display:flex;flex-direction:column;z-index:40}.contact-blanket-image{width:100%;height:100vh;flex-shrink:0;overflow:hidden}.contact-blanket-image img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block;transform-origin:center bottom}.contact-blanket-caption{margin:0;padding:1rem 2rem 1.125rem;flex-shrink:0;font-size:.8125rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:#ffffff8c;text-align:center;background:#0a0a0a}.contact-blanket-panel .contact-section--blanket{flex-shrink:0}@media (max-width: 768px){.contact-blanket-zone{height:var(--contact-blanket-runway, 16svh)}.contact-blanket-panel{min-height:200svh}.contact-blanket-image{height:100svh}.contact-blanket-caption{padding:.875rem 1.5rem 1rem;font-size:.75rem}}@media (prefers-reduced-motion: reduce){.contact-blanket-zone{height:auto}.contact-blanket-panel{position:static;height:auto;transform:none!important;z-index:auto}.contact-blanket-image{height:60vh}}.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0a0a0a;z-index:9999;display:flex;align-items:center;justify-content:center}.loading-content{display:flex;flex-direction:column;align-items:center;gap:2rem}.loading-spinner{width:60px;height:60px;border:4px solid rgba(255,255,255,.1);border-top-color:#fff;border-radius:50%}.loading-text{color:#fff;font-size:1.2rem;font-weight:500;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.app{width:100%;min-height:100vh;position:relative;background-color:#0a0a0a;margin:0;padding:0}.app-content{overflow-x:clip}.app-content--tail{position:relative;z-index:2}.footer{width:100%;min-height:100vh;background-color:#0a0a0a;display:flex;align-items:center;justify-content:center;padding:4rem 2rem}.footer-content{max-width:1200px;text-align:center}.footer-content h2{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#a0a0a0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-content p{font-size:clamp(1rem,2vw,1.25rem);color:#fff9;font-weight:300}*{margin:0;padding:0;box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#0a0a0a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{margin:0;padding:0;width:100%;min-height:100vh}#root{width:100%;min-height:100vh;margin:0;padding:0}
