:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-size:16px;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}@media (min-width: 1440px){:root{font-size:18px}}body{margin:0;padding:0;width:100%;height:100%;box-sizing:border-box;font-family:stratum-2-web,sans-serif;background-image:repeating-linear-gradient(45deg,transparent,transparent 35px,rgba(134,22,22,.03) 35px,rgba(134,22,22,.03) 70px),repeating-linear-gradient(-45deg,transparent,transparent 35px,rgba(134,22,22,.02) 35px,rgba(134,22,22,.02) 70px);background-color:#18181b}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:90%;margin:0 auto;padding:2rem;text-align:center}@media (min-width: 1440px){#root{max-width:85%;padding:2.5rem}}@media (min-width: 1920px){#root{max-width:1800px;padding:3rem}}.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;width:100%}.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}@media (min-width: 1440px){.hero-section h1{font-size:3.375rem}.hero-section p{font-size:1.6875rem}.cta-button{font-size:1.40625rem;padding:.84375rem 1.6875rem}}.cta-button{display:inline-block;padding:.75rem 1.5rem;background-color:#1e1e1e;border:2px 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}.button-group{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:1rem;margin-bottom:1rem}@media (max-width: 768px){.button-group{flex-direction:column;align-items:center}.cta-button{width:200px}}.featured-projects-section{padding:1.5rem;text-align:center;margin-bottom:1.5rem;border-radius:8px}.featured-projects{display:flex;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:2rem 1rem;width:100vw;margin-left:-2rem;box-sizing:border-box}.hero-section h1{font-size:2rem}.hero-section p{font-size:1rem}.cta-buttons{flex-direction:column;gap:.75rem}.cta-button{width:100%;max-width:300px}.featured-projects{grid-template-columns:1fr;gap:1rem}.featured-projects-section{padding:1rem;margin-bottom:1rem}.home-project-card{width:85%}}.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:2px 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:.75rem;font-size:1.2rem}.project-card-badge{position:absolute;top:.5rem;left:.5rem;box-shadow:-2px 2px 2px #0006;padding:.5rem .75rem;border-radius:5px;font-size:.9rem;font-weight:700;color:#fff}.project-card-badge.active{background-color:#0070cc}.project-card-badge.completed{background-color:#388e3c}.project-card-badge.discontinued{background-color:#8b0000}@media (max-width: 768px){.project-card{padding-top:50%}.project-card-title{font-size:1rem;padding:.6rem}.project-card-badge{font-size:.8rem;padding:.4rem .6rem;top:.4rem;left:.4rem}}.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:1.5rem;padding:1.5rem;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:8px 12px;border-radius:8px;border:2px 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:2px solid #333;border-radius:8px;padding:8px 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-marquee{--gap: 1rem;position:relative;overflow:hidden;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);margin-top:1rem;-webkit-user-select:none;user-select:none;cursor:grab;touch-action:pan-y}.skills-track{display:flex;gap:var(--gap);width:max-content;will-change:transform}.skill-item{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.35rem;padding:.75rem 1rem;border-radius:10px;background:#1e1e1e;border:2px solid #111111;color:#f5eded;width:260px;min-height:120px;box-shadow:0 2px 8px #00000014;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.skill-item:hover{transform:translateY(-3px);box-shadow:0 4px 16px #86161626;border-color:#222}.skill-item img{width:36px;height:36px;-webkit-user-drag:none;user-drag:none;pointer-events:none}.skill-item .text{display:flex;flex-direction:column;gap:.2rem}.skill-item .name{font-weight:600;color:#f5eded}.skill-item .desc{font-size:.85rem;color:#ccc;line-height:1.2}@keyframes skills-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.skills-marquee.dragging{cursor:grabbing}@media (prefers-reduced-motion: reduce){.skills-track{animation:none}}.contact-section{margin-top:2rem;text-align:center;font-size:1.2rem}@media (max-width: 768px){.base-page-content{padding:1rem .75rem}.about-section{font-size:1rem}.skill-item{width:220px;min-height:100px;padding:.6rem .8rem}.skill-item img{width:32px;height:32px}.skill-item .desc{font-size:.8rem}.contact-section{font-size:1rem}}.contact-section a{color:#7ea6c9}#navbar{background:linear-gradient(to bottom,#861616 85%,#86161600);text-align:center;padding:12px 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;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 10px #00000026;transition:box-shadow .3s ease}#navbar.no-shadow{box-shadow:none}#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:8px 14px;flex:0 1 auto;text-align:center;min-width:0;transition:all .2s ease;border-radius:4px;letter-spacing:.3px}#navbar a.nav-link:hover{color:#fff;background-color:#ffffff1a;letter-spacing:.5px}#navbar a.nav-link.active{color:#fff;background-color:#ffffff26;font-weight:1000}#navbar a.nav-link:active{background-color:#ffffff0d}#navbar img#logo{margin:0 1%;width:250px;height:auto}body{padding-top:2rem}@media (min-width: 1440px){body{padding-top:.5rem}}@media (max-width: 768px){#navbar{padding:8px 6px;justify-content:flex-start}#navbar img#logo{width:70px;margin:0}#navbar #nav-links{margin-left:auto;gap:4px;flex:1;justify-content:flex-end}#navbar a.nav-link{padding:6px 8px;font-size:.8rem;min-width:0;letter-spacing:0}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:2rem;margin-bottom:1.5rem;align-items:start}.project-info{display:flex;flex-direction:column;min-width:0}.project-info h2{padding-top:.5rem;padding-bottom:.5rem;background-color:#1e1e1e;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,1)}.project-info p{margin:.5rem 0;text-align:left}.project-gallery{position:relative;width:100%;max-width:100%;background-color:#1e1e1e;min-width:0}.project-gallery .image-gallery{width:100%}.project-gallery .image-gallery-slide img{width:100%;height:auto;object-fit:contain;max-height:500px}.try-it-out-button{position:absolute;bottom:30%;left:50%;transform:translate(-50%);display:inline-block;padding:.5rem 1rem;background-color:#1e1e1ed9;border:2px solid #861616;border-radius:10px;color:#fff;text-decoration:none;font-size:1rem;font-weight:400;transition:all .3s;z-index:10}.try-it-out-button:hover{background-color:#601010e6}.try-it-out-button:active{background-color:#4f0d0df2}.project-description{grid-column:span 2;margin-top:1.5rem}.project-description h2{padding-top:.5rem;padding-bottom:.5rem;background-color:#1e1e1e;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,1)}.project-description p{text-align:left}.project-gallery .image-gallery-slide{background-color:#0a0a0a}.project-gallery .image-gallery-thumbnails-wrapper{background-color:#1e1e1e;padding:8px 0;overflow-x:hidden;max-width:100%}.project-gallery .image-gallery-thumbnails{display:flex;flex-wrap:nowrap;width:max-content}.project-gallery .image-gallery-thumbnail{border:1px solid transparent;transition:all .2s ease;opacity:.8;flex-shrink:0}.project-gallery .image-gallery-thumbnail:hover{opacity:.9}.project-gallery .image-gallery-thumbnail.active{opacity:1;border-color:#861616}.gallery-video video{width:100%;max-height:500px;background:#000;border-radius:8px}.gallery-video iframe{width:100%;aspect-ratio:16 / 9;background:#000;border:none;border-radius:8px}.lightbox-image-container video{max-width:100%;max-height:100%;background:#000;border-radius:8px}.lightbox-image-container iframe{width:100%;height:100%;max-width:100%;max-height:100%;background:#000;border:none;border-radius:8px}.lightbox-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000d9;display:flex;align-items:center;justify-content:center;z-index:2000}.lightbox-content{position:relative;width:75vw;height:75vh;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:default;gap:15px}.lightbox-image-container{flex:1;display:flex;align-items:center;justify-content:center;width:100%;min-height:0}.lightbox-image-container img{max-width:100%;max-height:100%;object-fit:contain}.lightbox-thumbnails{display:flex;gap:10px;padding:10px;background-color:#1e1e1ee6;border-radius:5px;max-width:100%;overflow-x:auto}.lightbox-thumbnails img{height:60px;width:auto;cursor:pointer;border:2px solid transparent;opacity:.6;transition:all .3s ease}.lightbox-thumbnails img:hover{opacity:.9}.lightbox-thumbnails img.active{border-color:#861616;opacity:1}.lightbox-close{position:absolute;top:-40px;right:0;background-color:transparent;border:none;color:#f5eded;font-size:2rem;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:color .3s ease}.lightbox-close:hover{color:#861616}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background-color:#1e1e1ecc;border:1px solid rgba(134,22,22,.5);border-radius:50%;color:#f5eded;font-size:1.5rem;cursor:pointer;width:45px;height:45px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;opacity:.7;padding:0;line-height:1}.lightbox-nav:hover{background-color:#861616;border-color:#861616;opacity:1}.lightbox-nav:disabled{opacity:.3;cursor:not-allowed}.lightbox-prev{left:20px}.lightbox-next{right:20px}@media (max-width: 768px){.project-detail-container{grid-template-columns:1fr;gap:1.5rem;margin-bottom:1rem}.project-description{grid-column:span 1;margin-top:1rem}.project-info h2,.project-description h2{font-size:1.3rem}.project-info p{font-size:.95rem}.project-gallery .image-gallery-slide img{max-height:220px}.project-gallery{max-width:75vw;width:100%}.lightbox-content{width:95%;height:85%;max-width:none}.lightbox-main-image{max-height:60vh}.lightbox-thumbnails{gap:.5rem;padding:.5rem}.lightbox-thumbnail{min-width:60px;height:60px}.lightbox-close{top:8px;right:8px}.try-it-out-button{padding:.7rem 1.2rem;font-size:.95rem}}.custom-left-nav,.custom-right-nav{background-color:#1e1e1ecc;border:1px solid rgba(134,22,22,.5);border-radius:50%;color:#f5eded;font-size:1.1rem;cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);z-index:1;width:36px;height:36px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;opacity:.7;padding:0;line-height:1}.custom-left-nav:hover,.custom-right-nav:hover{background-color:#861616;border-color:#861616;opacity:1}.custom-left-nav:active,.custom-right-nav:active{background-color:#601010;color:#c9c1c1}.custom-left-nav{left:10px;padding-right:2px}.custom-right-nav{right:10px}.custom-left-nav:disabled,.custom-right-nav:disabled{background-color:#0000004d;border-color:#555;color:#ffffff4d;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}.fullscreen-hint{position:fixed;top:10%;left:50%;transform:translate(-50%,-50%);background-color:#000000e6;color:#fff;padding:2rem 3rem;border-radius:10px;font-size:1.5rem;z-index:100;pointer-events:none;animation:fadeInOut 5s ease-in-out;animation-fill-mode:forwards}.fullscreen-hint p{margin:0;text-align:center}.fullscreen-hint strong{color:#861616;font-weight:700}@keyframes fadeInOut{0%{opacity:0;transform:translate(-50%,-50%) scale(.8)}10%{opacity:1;transform:translate(-50%,-50%) scale(1)}90%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(.8)}}.experience-section{max-width:900px;margin:auto;display:flex;flex-direction:column;gap:2rem;font-size:1.2rem}.experience-section a{color:#7ea6c9}.experience-card{background:#1e1e1e;border:2px solid #111111;border-radius:10px;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{margin:0 0 .5rem;color:#dad2d2;font-size:1.1rem}.experience-card a{margin:0 0 .5rem;color:#7ea6c9;font-size:1.1rem}.experience-period{color:#ccc;font-size:.95rem;margin-bottom:.75rem}.experience-descriptions{display:flex;flex-direction:column;gap:.7rem;margin-top:1rem}.experience-description{background:#18181b;border-radius:8px;padding:.7rem 1rem;color:#f5eded;font-size:1rem;box-shadow:0 1px 4px #86161612}@media (max-width: 768px){.experience-section{padding:1rem .75rem;gap:1.5rem;font-size:1rem}.experience-card{padding:1rem .75rem}.experience-card h2{font-size:1.15rem}.experience-card h3,.experience-card a{font-size:1rem}.experience-period{font-size:.9rem}.experience-description{font-size:.95rem;padding:.6rem .8rem}}
