:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#18181b;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;height:100%;box-sizing:border-box}body{margin:0;padding:0;width:100%;height:100%;box-sizing:border-box;font-family:stratum-2-web,sans-serif}body::-webkit-scrollbar{width:15px;z-index:999;position:fixed;background-color:#0a0a0b;transition:background-color .3s}body::-webkit-scrollbar-track{display:none}body::-webkit-scrollbar-thumb{background-color:#861616;border-radius:20px;outline:#751313}body::-webkit-scrollbar-thumb:hover{background-color:#601010}body::-webkit-scrollbar-thumb:active{background-color:#4f0d0d}body::-webkit-scrollbar-button{display:none}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.base-page-container{text-align:center;width:100%;box-sizing:border-box;animation:fadeInAnimation ease .3s;animation-iteration-count:1;animation-fill-mode:forwards}@keyframes fadeInAnimation{0%{opacity:0}to{opacity:1}}.base-page-header{margin-bottom:2rem}@media (max-width: 768px){.base-page-header{margin-bottom:0rem}}.base-page-header h1{font-size:2.5rem;font-weight:700;color:#fff}.base-page-content{font-size:1rem;color:#ffffffde;width:100%;box-sizing:border-box;padding-bottom:1.5rem}hr{border:none;border-top:1px solid #333;margin:0rem 0}body{overflow-x:hidden}.hero-section{background:linear-gradient(to bottom,#8d1616,#18181b);color:#fff;text-align:center;padding:2rem 0rem;border-radius:8px;width:100vw;margin-left:calc(-50vw + 50%);position:relative}.hero-section h1{font-size:3rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.7)}.hero-section p{margin:0 1em;font-size:1.5rem;margin-bottom:2rem}.cta-button{display:inline-block;padding:.75rem 1.5rem;background-color:#1e1e1e;border:3px solid #861616;border-radius:10px;color:#fff;text-decoration:none;font-size:1.25rem;transition:background-color .3s}.cta-button:hover{background-color:#601010}.cta-button:active{background-color:#4f0d0d}.featured-projects-section{padding:1rem;text-align:center;margin-bottom:1rem;border-radius:8px}.featured-projects{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;justify-content:center;grid-template-columns:1fr}.home-project-card{padding:1rem;margin:0;width:40%;box-shadow:0 4px 8px #0000001a;transition:transform .3s;background-color:#1e1e1e;border:3px solid #111111;border-radius:10px;text-decoration:none;color:inherit;display:block}@media (max-width: 768px){.hero-section{padding-bottom:0}.featured-projects-section{margin-bottom:0rem}.home-project-card{width:75%}}.home-project-card:hover{transform:translateY(-5px);box-shadow:0 4px 16px #86161626}.home-project-card img{width:75%;border-radius:10px}.project-card{position:relative;width:100%;padding-top:40%;overflow:hidden;background-color:#1e1e1e;border:3px solid #111111;border-radius:10px}.project-card-image{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;display:flex;align-items:flex-end;justify-content:center}.project-card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0;transition:opacity .3s ease}.project-card:hover .project-card-overlay{opacity:.2}.project-card:active .project-card-overlay{opacity:.5}.project-card-title{background-color:#00000080;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,1);width:100%;text-align:center;padding:10px;font-size:1.2rem}.project-card-badge{position:absolute;top:7px;left:7px;box-shadow:-2px 2px 2px #0006;padding:5px 10px;border-radius:5px;font-size:.9rem;font-weight:700;color:#fff}.project-card-badge.in-progress{background-color:#cc7a00}.project-card-badge.completed{background-color:#388e3c}.project-card-badge.terminated{background-color:#8b0000}.filter-container{margin-bottom:20px;text-align:center}.filter-container label{margin-right:10px}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:20px;width:100%;box-sizing:border-box}@media (max-width: 900px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.projects-grid{grid-template-columns:1fr}}.projects-search-bar{margin-left:16px;padding:6px 12px;border-radius:6px;border:1px solid #333;font-size:1rem;background:#18181b;color:#f5eded}.filter-label{margin-right:10px;font-weight:500}.status-filter-group{display:flex;gap:8px;flex-wrap:wrap;min-width:0;justify-content:center;padding:1rem}.status-filter-btn{background:#18181b;color:#f5eded;border:1px solid #333;border-radius:6px;padding:6px 16px;font-size:1rem;cursor:pointer;transition:background .2s,border-color .2s}.status-filter-btn.active,.status-filter-btn:hover{background:#861616;border-color:#861616;color:#fff}.base-page-content{max-width:900px;margin:auto;padding:2rem 1rem}.about-section{font-size:1.2rem;margin-bottom:2rem}.skills-section{margin-bottom:2rem}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-top:1rem}.skill-card{background:#222;border-radius:12px;padding:1.5rem 1rem;text-align:center;box-shadow:0 2px 8px #00000014;transition:transform .2s,box-shadow .2s}.skill-card:hover{transform:translateY(-4px) scale(1.03);box-shadow:0 4px 16px #86161626}.skill-card img{width:48px;height:48px;margin-bottom:.5rem}.skill-card h3{margin:.5rem 0;font-size:1.1rem;color:#f5eded}.skill-card p{font-size:.95rem;color:#ccc}.contact-section{margin-top:2rem;text-align:center}.contact-section a{color:#861616}#navbar{background:linear-gradient(to bottom,#861616 85%,#86161600);text-align:center;padding:10px;display:flex;justify-content:space-between;align-items:center;position:fixed;width:100%;top:0;left:0;right:0;margin:0;box-sizing:border-box;z-index:1000}#navbar #nav-links{margin:0 1%;display:flex;align-items:center;flex-wrap:nowrap;gap:12px}#navbar a#nav-link{font-weight:1000;color:#f5eded;text-decoration:none;padding:0 10px;flex:0 1 auto;text-align:center;min-width:0}#navbar a#nav-link:hover{color:#c9c1c1}#navbar a#nav-link:active{color:#979292}#navbar img#logo{margin:0 1%;width:250px;height:auto}body{padding-top:2rem}@media (max-width: 768px){#navbar img#logo{width:90px}#navbar #nav-links{margin:0;gap:6px}#navbar a#nav-link{padding:0 4px;font-size:.95rem}body{padding-top:0}}.image-gallery-icon{color:#fff;transition:all .3s ease-out;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#0000;border:0;cursor:pointer;outline:none;position:absolute;z-index:4;filter:drop-shadow(0 2px 2px rgb(25.5,25.5,25.5))}@media (hover: hover)and (pointer: fine){.image-gallery-icon:hover{color:#337ab7}.image-gallery-icon:hover .image-gallery-svg{transform:scale(1.1)}}.image-gallery-icon:focus{outline:2px solid #337ab7}.image-gallery-using-mouse .image-gallery-icon:focus{outline:none}.image-gallery-fullscreen-button,.image-gallery-play-button{bottom:0;padding:20px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:28px;width:28px}@media (max-width: 768px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:15px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:24px;width:24px}}@media (max-width: 480px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:10px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:16px;width:16px}}.image-gallery-fullscreen-button{right:0}.image-gallery-play-button{left:0}.image-gallery-top-nav,.image-gallery-bottom-nav{padding:10px;left:50%;transform:translate(-50%)}.image-gallery-top-nav .image-gallery-svg,.image-gallery-bottom-nav .image-gallery-svg{height:120px;width:90px}@media (max-width: 768px){.image-gallery-top-nav .image-gallery-svg,.image-gallery-bottom-nav .image-gallery-svg{height:72px;width:48px}}@media (max-width: 480px){.image-gallery-top-nav .image-gallery-svg,.image-gallery-bottom-nav .image-gallery-svg{height:48px;width:36px}}.image-gallery-top-nav[disabled],.image-gallery-bottom-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-top-nav{top:0}.image-gallery-bottom-nav{bottom:0}.image-gallery-left-nav,.image-gallery-right-nav{padding:50px 10px;top:50%;transform:translateY(-50%)}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:120px;width:60px}@media (max-width: 768px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:72px;width:36px}}@media (max-width: 480px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:48px;width:24px}}.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-left-nav{left:0}.image-gallery-right-nav{right:0}.image-gallery{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative}.image-gallery.fullscreen-modal{background:#000;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:5}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;transform:translateY(-50%)}.image-gallery-content{position:relative;line-height:0;top:0}.image-gallery-content.fullscreen{background:#000}.image-gallery-content .image-gallery-slide .image-gallery-image{max-height:calc(100vh - 80px)}.image-gallery-content.image-gallery-thumbnails-left .image-gallery-slide .image-gallery-image,.image-gallery-content.image-gallery-thumbnails-right .image-gallery-slide .image-gallery-image{max-height:100vh}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{display:inline-block;width:calc(100% - 110px)}@media (max-width: 768px){.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{width:calc(100% - 87px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-slides{line-height:0;overflow:hidden;position:relative;white-space:nowrap;text-align:center;touch-action:none}.image-gallery-slide{left:0;position:absolute;top:0;width:100%}.image-gallery-slide.image-gallery-center{position:relative}.image-gallery-slide .image-gallery-image{width:100%;object-fit:contain}.image-gallery-slide .image-gallery-description{background:#0006;bottom:70px;color:#fff;left:0;line-height:1;padding:10px 20px;position:absolute;white-space:normal}@media (max-width: 768px){.image-gallery-slide .image-gallery-description{bottom:45px;font-size:.8em;padding:8px 15px}}.image-gallery-bullets{bottom:20px;left:0;margin:0 auto;position:absolute;right:0;width:80%;z-index:4}.image-gallery-bullets .image-gallery-bullets-container{margin:0;padding:0;text-align:center}.image-gallery-bullets .image-gallery-bullet{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#0000;border:1px solid #fff;border-radius:50%;box-shadow:0 2px 2px #1a1a1a;cursor:pointer;display:inline-block;margin:0 5px;outline:none;padding:5px;transition:all .2s ease-out}@media (max-width: 768px){.image-gallery-bullets .image-gallery-bullet{margin:0 3px;padding:3px}}@media (max-width: 480px){.image-gallery-bullets .image-gallery-bullet{padding:2.7px}}.image-gallery-bullets .image-gallery-bullet:focus{transform:scale(1.2);background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active{transform:scale(1.2);border:1px solid #fff;background:#fff}@media (hover: hover)and (pointer: fine){.image-gallery-bullets .image-gallery-bullet:hover{background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active:hover{background:#337ab7}}.image-gallery-bullets.image-gallery-bullets-vertical{left:20px;right:auto;bottom:auto;width:auto;top:50%;transform:translateY(-50%)}.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{display:block;margin:12px 0}@media (max-width: 768px){.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{margin:6px 0;padding:3px}}@media (max-width: 480px){.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{padding:2.7px}}.image-gallery-thumbnails-wrapper{position:relative}.image-gallery-thumbnails-wrapper.thumbnails-swipe-horizontal{touch-action:pan-y}.image-gallery-thumbnails-wrapper.thumbnails-swipe-vertical{touch-action:pan-x}.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl{direction:rtl}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{display:inline-block;vertical-align:top;width:100px}@media (max-width: 768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{width:81px}}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails{height:100%;width:100%;left:0;padding:0;position:absolute;top:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail{display:block;margin-right:0;padding:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:0;margin-top:2px}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 5px}@media (max-width: 768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 3px}}.image-gallery-thumbnails{overflow:hidden;padding:5px 0}@media (max-width: 768px){.image-gallery-thumbnails{padding:3px 0}}.image-gallery-thumbnails .image-gallery-thumbnails-container{cursor:pointer;text-align:center;white-space:nowrap}.image-gallery-thumbnail{display:inline-block;border:4px solid rgba(0,0,0,0);transition:border .3s ease-out;width:100px;background:#0000;padding:0}@media (max-width: 768px){.image-gallery-thumbnail{border:3px solid rgba(0,0,0,0);width:81px}}.image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:2px}.image-gallery-thumbnail .image-gallery-thumbnail-inner{display:block;position:relative}.image-gallery-thumbnail .image-gallery-thumbnail-image{vertical-align:middle;width:100%;line-height:0}.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{outline:none;border:4px solid #337ab7}@media (max-width: 768px){.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:3px solid #337ab7}}@media (hover: hover)and (pointer: fine){.image-gallery-thumbnail:hover{outline:none;border:4px solid #337ab7}}@media (hover: hover)and (pointer: fine)and (max-width: 768px){.image-gallery-thumbnail:hover{border:3px solid #337ab7}}.image-gallery-thumbnail-label{box-sizing:border-box;color:#fff;font-size:1em;left:0;line-height:1em;padding:5%;position:absolute;top:50%;text-shadow:0 2px 2px hsl(0,0%,10%);transform:translateY(-50%);white-space:normal;width:100%}@media (max-width: 768px){.image-gallery-thumbnail-label{font-size:.8em;line-height:.8em}}.image-gallery-index{background:#0006;color:#fff;line-height:1;padding:10px 20px;position:absolute;right:0;top:0;z-index:4}@media (max-width: 768px){.image-gallery-index{font-size:.8em;padding:5px 10px}}.project-detail-container{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.project-info{display:flex;flex-direction:column}.project-info h2{padding-top:5px;padding-bottom:5px;background-color:#1e1e1e;margin-bottom:10px;text-shadow:2px 2px 4px rgba(0,0,0,1)}.project-info p{margin:5px 0;text-align:left}.project-gallery{position:relative;max-width:500px}.try-it-out-button{position:absolute;bottom:30%;left:50%;transform:translate(-50%);display:inline-block;padding:.5em 1em;background-color:#1e1e1e;border:3px solid #861616;border-radius:6px;color:#fff;text-decoration:none;font-size:1rem;transition:background-color .3s;z-index:10}.try-it-out-button:hover{background-color:#601010}.try-it-out-button:active{background-color:#4f0d0d}.project-description{grid-column:span 2;margin-top:20px}.project-description h2{padding-top:5px;padding-bottom:5px;background-color:#1e1e1e;margin-bottom:10px;text-shadow:2px 2px 4px rgba(0,0,0,1)}.project-description p{text-align:left}@media (max-width: 768px){.project-detail-container{grid-template-columns:1fr}.project-description{grid-column:span 1}.project-gallery .image-gallery-slide img{max-height:220px}.project-gallery{max-width:75vw;width:100%}}.custom-left-nav,.custom-right-nav{background:none;border:none;color:#861616;font-size:2rem;cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);z-index:1}.custom-right-nav:hover{color:#601010}.custom-right-nav:active{color:#4f0d0d}.custom-left-nav{left:10px}.custom-right-nav{right:10px}.custom-left-nav:disabled,.custom-right-nav:disabled{color:#ffffff80;cursor:not-allowed}.footer{background-color:#18181b;color:#fff;text-align:center;padding:0rem 0;position:fixed;width:100%;bottom:0;left:0;font-size:.8rem;opacity:75%}.footer p{margin:.5rem 0}.footer a{color:#007bff;text-decoration:none;margin:0 1rem}.footer a:hover{text-decoration:underline}#unity-container{position:relative;width:100%;max-width:1280px;margin:auto;padding-top:60px;overflow:hidden;box-sizing:border-box}#unity-container canvas{width:100%!important;height:auto!important;aspect-ratio:16 / 9;border-radius:10px;display:block}#unity-container,#unity-container canvas{user-select:none;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none}.unity-desktop{width:100%;height:auto}.unity-fullscreen-icon{position:absolute;top:16px;right:16px;background:#1e1e1eb3;border:none;border-radius:6px;padding:6px;cursor:pointer;z-index:10;transition:background .2s}.unity-fullscreen-icon:hover{background:#861616e6}.unity-desktop.fullscreen{width:100vw!important;height:100vh!important;max-width:100vw!important;max-height:100vh!important;left:0;top:0;margin:0;padding:0!important;border-radius:0;background:#18181b;box-sizing:border-box}.unity-desktop.fullscreen canvas{width:100vw!important;height:100vh!important;border-radius:0!important;display:block}.loading-overlay{display:flex;flex-direction:column;justify-content:center;align-items:center;height:574px;background-color:#000c;color:#fff;border-radius:10px}.progress-bar{width:80%;height:20px;background-color:#333;border-radius:10px;overflow:hidden;margin-top:10px}.progress{height:100%;background-color:#861616;border-radius:10px}#unity-footer{display:flex;justify-content:space-between;align-items:center;margin-top:10px;width:100%}#unity-build-title{margin-left:10px;line-height:38px;font-family:Arial,sans-serif;font-size:18px;color:#f5eded;flex:1;text-align:left}.unity-footer-right{display:flex;align-items:center;gap:8px}#unity-webgl-logo{width:38px;height:38px;background:url(/games/unitywebgl-template/unity-logo-light.png) no-repeat center center;background-size:contain}.unity-footer-btn{position:static;top:unset;right:unset;margin-left:8px;background:#1e1e1eb3;border:none;border-radius:6px;padding:6px;cursor:pointer;z-index:1;transition:background .2s}.unity-footer-btn:hover{background:#861616e6}.experience-section{max-width:900px;margin:auto;display:flex;flex-direction:column;gap:2rem}.experience-section{font-size:1.2rem}.experience-section a{color:#861616}.experience-card{background:#222;border-radius:12px;padding:1.5rem 1rem;box-shadow:0 2px 8px #00000014}.experience-card h2{margin:0 0 .5rem;color:#f5eded;font-size:1.3rem}.experience-card h3,.experience-card a{margin:0 0 .5rem;color:#861616;font-size:1.1rem}.experience-period{color:#ccc;font-size:.95rem;margin-bottom:1rem}.experience-descriptions{display:flex;flex-direction:column;gap:.7rem;margin-top:1rem}.experience-description{background:#18181b;border-radius:6px;padding:.7rem 1rem;color:#f5eded;font-size:1rem;box-shadow:0 1px 4px #86161612}
