*{margin:0;padding:0;box-sizing:border-box}.skip-link{position:absolute;top:-40px;left:0;background:#ff8534;color:#1e1e1e;padding:8px 16px;text-decoration:none;z-index:9999;border-radius:0 0 8px 0;font-weight:600;transition:top .3s ease}.skip-link:focus{top:0}:focus{outline:2px solid #ff8534;outline-offset:2px}[role=button]:focus,[tabindex]:focus,a:focus,button:focus{outline:3px solid #ff8534;outline-offset:3px;box-shadow:0 0 0 5px rgba(255,133,52,.2)}:focus:not(:focus-visible){outline:0;box-shadow:none}:focus-visible{outline:3px solid #ff8534;outline-offset:3px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}[aria-live]{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#e0e0e0;background-color:#121212;padding:0;min-height:100vh;display:flex;flex-direction:column;align-items:center;background:radial-gradient(circle at center,#1a1a1a 0,#0a0a0a 100%);overflow-x:hidden;font-size:16px}ul{list-style:none}a{text-decoration:none;color:#e0e0e0}.header-container{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px;width:100%;z-index:100;padding:10rem 2rem 0 2rem;padding-left:env(safe-area-inset-left,2rem);padding-right:env(safe-area-inset-right,2rem);max-width:1200px;margin-left:auto;margin-right:auto;position:relative;min-height:80px}.logo-container{position:absolute;left:50%;transform:translateX(-50%);z-index:90;display:flex;align-items:center;justify-content:center;bottom:-100px}.logo-container img{max-height:280px;width:auto;transition:all .3s ease}.logo-container img:hover{transform:scale(1.05)}.site-title{position:absolute;right:2rem;bottom:-10px;z-index:80;padding:0;display:flex;align-items:center}.site-title h1{font-family:Orbitron,sans-serif;font-size:2rem;font-weight:700;color:#ff8534;text-transform:uppercase;letter-spacing:4px;margin:0;background:linear-gradient(90deg,#ff7324,#ffad24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 10px rgba(255,115,36,.3);transition:all .3s ease}.site-title h1:hover{letter-spacing:5px;text-shadow:0 0 15px rgba(255,115,36,.5)}main{width:100%;max-width:1400px;position:relative;padding:0 20px;padding-left:env(safe-area-inset-left,20px);padding-right:env(safe-area-inset-right,20px);display:flex;flex-direction:column;align-items:center}.container{margin-top:0;width:100%;max-width:1200px;margin-bottom:50px;position:relative}.window-content{display:flex;gap:0;width:100%;background-color:#1e1e1e;border:1px solid #333;border-radius:12px;position:relative;z-index:50;margin-top:0;box-shadow:0 8px 32px rgba(0,0,0,.5);overflow:hidden}.project-sidebar{width:250px;padding:1.5rem;background-color:#252525;border-right:1px solid #333;position:relative;z-index:10}#project-list{display:flex;flex-direction:column;gap:.5rem}.project-sidebar h2{margin-top:2.5rem;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:1px solid #444;color:#ff8534;text-align:center;font-size:1.8rem;font-weight:600;letter-spacing:2px;text-transform:uppercase}.project-sidebar ul{margin-top:1rem}#project-list li{padding:.8rem .5rem;margin-bottom:.5rem;cursor:pointer;border-radius:4px;transition:all .2s ease;border-left:3px solid transparent;text-transform:uppercase}#project-list li:hover{background-color:#333;border-left:3px solid #ff7324}#project-list li.active{background-color:#402010;color:#fff;border-left:3px solid #ff7324}.content{flex:1;padding:2rem;display:flex;flex-direction:column;align-items:center;background:linear-gradient(135deg,#1e1e1e 0,#252525 100%);position:relative;z-index:10;width:100%;overflow-x:hidden}#project-title{margin-top:2rem;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:1px solid #444;color:#ff8534;text-align:center;width:100%;font-size:1.8rem;font-weight:600;letter-spacing:2px;text-transform:uppercase}.model-container{width:100%;height:450px;margin-bottom:2rem;background:linear-gradient(135deg,#0c0c0c 0,#1a1a1a 100%);border:2px solid #ff8534;border-radius:12px;overflow:hidden;box-shadow:0 0 30px rgba(255,115,36,.3),inset 0 0 20px rgba(255,115,36,.1);max-width:800px;position:relative}model-viewer{width:100%;height:100%;background-color:#0c0c0c;--poster-color:transparent}.model-controls-help{width:100%;max-width:800px;margin-bottom:1rem;padding:.8rem;background:rgba(255,115,36,.1);border-radius:8px;border:1px solid rgba(255,115,36,.3)}.controls-icons{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.ar-controls,.mobile-controls{display:none}@media (hover:none) and (pointer:coarse){.desktop-controls{display:none}.mobile-controls{display:flex}}.ar-available .ar-controls{display:flex}.touch-device .desktop-controls{display:none!important}.touch-device .mobile-controls{display:flex!important}@media (max-width:768px){.controls-icons{gap:1rem;font-size:.9rem}.control-item{font-size:.85rem}}.control-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#e0e0e0;font-weight:500}.animation-controls{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem;width:100%;max-width:800px}.animation-controls>div:first-child{display:flex;gap:1rem;justify-content:center}.control-btn{background-color:#252525;border:2px solid #ff8534;border-radius:8px;color:#ff8534;padding:.8rem 1.5rem;font-size:1.2rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;min-width:60px;min-height:44px;box-shadow:0 2px 8px rgba(0,0,0,.3)}.control-btn:hover{background-color:#402010;box-shadow:0 4px 12px rgba(255,115,36,.3);transform:translateY(-2px)}.control-btn:active{transform:translateY(0);box-shadow:0 2px 4px rgba(0,0,0,.3)}.control-btn.active{background-color:#ff8534;color:#1e1e1e;box-shadow:inset 0 2px 4px rgba(0,0,0,.4),0 1px 2px rgba(255,115,36,.3);transform:translateY(1px);border-color:#ff9324}.control-btn.active:hover{background-color:#ff9324;color:#1e1e1e;transform:translateY(1px);box-shadow:inset 0 2px 4px rgba(0,0,0,.4),0 1px 2px rgba(255,115,36,.4)}.control-btn:disabled{opacity:.5;cursor:not-allowed}.control-btn:disabled:hover{transform:none;background-color:#252525;box-shadow:0 2px 8px rgba(0,0,0,.3)}.pause-icon,.play-icon{font-size:1.2rem;line-height:1;margin-right:.5rem}#animation-info{text-align:center;margin-top:-1.5rem;margin-bottom:1.5rem;width:100%;max-width:800px;color:#888;font-size:.9rem}.description-section{margin-bottom:2rem;width:100%;max-width:800px;background-color:rgba(37,37,37,.5);padding:1.5rem;border-radius:8px;border:1px solid #333}.description-section h3{margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #444;color:#ff8534;text-align:center}#project-description{line-height:1.8;text-align:justify;color:#d0d0d0}#project-description .orange-header,#project-description h1,#project-description h2,.orange-header{color:#ff7324!important;font-weight:600;margin-top:1.5rem;margin-bottom:1rem}#project-description .centered-orange-header,#project-description h1,.centered-orange-header{color:#ff7324!important;font-weight:600;margin-top:0;margin-bottom:1rem;text-align:center}#project-description h1{font-size:2rem;text-align:center}#project-description h2{font-size:1.5rem}#project-description h2:nth-of-type(2){text-align:center;margin-top:10px}#project-description hr{margin-top:10px}#project-description .orange-header.centered{text-align:center;color:#ff7324!important}#project-description ul{list-style-type:none;padding-left:1.5rem}#project-description ul li{margin-bottom:.5rem;color:#e0e0e0}#project-description ul li::marker{color:#ff8534}@media (max-width:960px){.window-content{flex-direction:column}.project-sidebar{width:100%;border-right:none;border-bottom:1px solid #333}#project-list{display:flex;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;gap:.5rem;padding-bottom:.5rem;margin:0 -1rem;padding:0 1rem .5rem}#project-list li{flex:0 0 auto;min-width:140px;text-align:center;scroll-snap-align:start}.main-nav ul li a{min-width:80px;padding:.7rem 1.2rem;min-height:44px}}.copy-script-btn{background-color:#252525;color:#ff8534;border:1px solid #ff7324;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-family:Orbitron,sans-serif;font-size:.9rem;font-weight:500;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;min-height:44px}.touch-active{transform:scale(.95);opacity:.8;transition:all .1s ease}#project-list li.touch-active{background-color:rgba(255,115,36,.2);transform:scale(.98)}.control-btn.touch-active{transform:scale(.9);box-shadow:0 0 10px rgba(255,115,36,.5)}.copy-script-btn.touch-active{transform:scale(.95);background-color:rgba(255,115,36,.1)}@media (max-width:768px){#project-list li{min-height:48px;display:flex;align-items:center;padding:1rem}.control-btn{min-width:120px;min-height:48px;font-size:1.1rem}.model-controls{gap:1rem;margin-top:1.5rem}.model-container{height:350px}.header-container{padding:5rem 1rem 0 1rem;height:60px}.site-title h1{font-size:1.5rem;letter-spacing:2px}.logo-container img{max-height:200px}.logo-container{bottom:-80px}.main-nav ul li a{min-height:44px;display:flex;align-items:center;padding:.8rem 1rem}#project-list li,.control-btn,.copy-script-btn,.main-nav a{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}html{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}@keyframes swipeHint{0%{transform:translateX(0);opacity:.7}50%{transform:translateX(-30px);opacity:1}100%{transform:translateX(0);opacity:.7}}.model-container::after{content:'← Swipe to navigate →';position:absolute;bottom:10px;left:50%;transform:translateX(-50%);color:rgba(255,115,36,.6);font-size:.9rem;animation:swipeHint 3s ease-in-out infinite;pointer-events:none}.model-container.interacted::after{display:none}}.copy-script-btn:hover{background-color:#ff8534;color:#1e1e1e;transform:translateY(-1px);box-shadow:0 4px 8px rgba(255,115,36,.3)}.copy-script-btn:active{transform:translateY(0)}@media (max-width:768px){body{font-size:16px}.header-container{display:flex;flex-direction:column;padding:2rem 1rem;padding-left:env(safe-area-inset-left,1rem);padding-right:env(safe-area-inset-right,1rem);gap:1rem;min-height:auto;margin-bottom:80px}.main-nav{order:3;width:100%;justify-content:center;position:relative}.main-nav ul{justify-content:center;flex-wrap:wrap;gap:.3rem}.main-nav ul li a{padding:.75rem 1rem;font-size:16px;min-height:44px;min-width:44px}.logo-container{position:relative;left:auto;transform:none;bottom:auto;margin:1rem 0;order:1}.logo-container img{max-height:120px}.site-title{position:relative;right:auto;left:auto;bottom:auto;transform:none;order:2;margin:1rem auto;text-align:center}.site-title h1{font-size:1.8rem;letter-spacing:2px}body{padding:.5rem;padding-left:env(safe-area-inset-left,.5rem);padding-right:env(safe-area-inset-right,.5rem)}.container{margin-top:0}}@media (max-width:576px){.logo-container img{max-height:80px}.site-title h1{font-size:1.5rem;letter-spacing:1px}.main-nav ul li a{padding:.75rem 1rem;font-size:16px}.model-container{height:300px}.project-sidebar{padding:1rem}#project-list{display:flex;flex-direction:row;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;gap:.5rem;padding-bottom:.5rem}#project-list li{flex:0 0 auto;min-width:120px;scroll-snap-align:start;text-align:center;padding:.75rem 1rem;min-height:44px}.content{padding:1rem}.description-section,.details-section{padding:1rem}}@media (max-width:480px){.header-container{padding:1rem .75rem}.site-title h1{font-size:1.3rem;letter-spacing:.5px}.main-nav ul{gap:.25rem}.control-btn{padding:.75rem 1.25rem;font-size:1rem}#project-title{font-size:1.4rem}.model-container{height:250px;margin-bottom:1rem}.animation-controls{margin-bottom:1rem}}@media (max-width:320px){body{font-size:16px}.header-container{padding:.75rem .5rem;margin-bottom:60px}.logo-container img{max-height:60px}.site-title h1{font-size:1.1rem;letter-spacing:0}.main-nav ul{flex-wrap:wrap;justify-content:center}.main-nav ul li{flex:0 0 auto}.main-nav ul li a{padding:.6rem .8rem;font-size:14px}.window-content{border-radius:8px}.project-sidebar h2{font-size:1.3rem;margin-top:1rem;margin-bottom:1rem}#project-list li{min-width:100px;font-size:14px}#project-title{font-size:1.2rem;margin-top:1rem}.model-container{height:200px}.control-btn{padding:.6rem 1rem;font-size:.9rem}.description-section,.details-section{padding:.75rem}#project-description h1{font-size:1.5rem}#project-description h2{font-size:1.2rem}}.share-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.8);z-index:1000;opacity:0;transition:opacity .3s ease}.share-modal.active{display:flex;align-items:center;justify-content:center;opacity:1}.share-modal-content{background-color:#1e1e1e;border:2px solid #ff8534;border-radius:12px;padding:2rem;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;position:relative;animation:shareModalSlideIn .3s ease-out;box-shadow:0 8px 32px rgba(0,0,0,.5)}@keyframes shareModalSlideIn{from{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.share-close-btn{position:absolute;top:1rem;right:1rem;background:0 0;border:none;color:#e0e0e0;font-size:2rem;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.share-close-btn:hover{background-color:rgba(255,115,36,.2);color:#ff8534}#share-modal-title{color:#ff8534;font-size:1.8rem;margin-bottom:1.5rem;text-align:center;font-family:Orbitron,sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:2px}.share-platforms{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem}.share-platform-btn{background-color:#252525;border:1px solid #333;border-radius:8px;padding:1rem;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:.5rem;min-height:100px;color:#e0e0e0;font-family:inherit}.share-platform-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.3)}.share-platform-btn[data-platform=twitter]:hover{border-color:#1da1f2;background-color:rgba(29,161,242,.1)}.share-platform-btn[data-platform=linkedin]:hover{border-color:#0077b5;background-color:rgba(0,119,181,.1)}.share-platform-btn[data-platform=facebook]:hover{border-color:#1877f2;background-color:rgba(24,119,242,.1)}.share-platform-btn[data-platform=reddit]:hover{border-color:#ff4500;background-color:rgba(255,69,0,.1)}.share-platform-btn[data-platform=bluesky]:hover{border-color:#00a8e8;background-color:rgba(0,168,232,.1)}.share-platform-btn[data-platform=email]:hover{border-color:#ff8534;background-color:rgba(255,115,36,.1)}.share-platform-btn[data-platform=copy]:hover{border-color:#4caf50;background-color:rgba(76,175,80,.1)}.platform-icon{font-size:2rem;line-height:1;display:block}.share-platform-btn[data-platform=linkedin] .platform-icon{font-weight:700;font-family:Arial,sans-serif;background:#0077b5;color:#fff;padding:.2rem .3rem;border-radius:4px;font-size:1.5rem}.share-platform-btn[data-platform=facebook] .platform-icon{font-weight:700;font-family:Arial,sans-serif;background:#1877f2;color:#fff;padding:.2rem .5rem;border-radius:4px;font-size:1.5rem}.share-platform-btn.copied{background-color:#4caf50;border-color:#4caf50;color:#fff}.share-platform-btn.copied .platform-icon{animation:checkmark .5s ease}@keyframes checkmark{0%{transform:scale(0)}50%{transform:scale(1.2)}100%{transform:scale(1)}}@media (max-width:768px){.share-modal-content{padding:1.5rem;width:95%;margin:1rem}#share-modal-title{font-size:1.5rem;margin-bottom:1rem}.share-platforms{grid-template-columns:repeat(2,1fr);gap:.75rem}.share-platform-btn{min-height:80px;padding:.75rem}.platform-icon{font-size:1.5rem}.share-close-btn{width:44px;height:44px}}@media (max-width:320px){.share-platforms{grid-template-columns:1fr}}.footer-section{width:100%;max-width:1200px;margin:3rem auto 2rem;padding:2rem;text-align:center;border-top:1px solid #333}.footer-content{max-width:800px;margin:0 auto}.footer-about{color:#e0e0e0;font-size:1rem;line-height:1.6;margin-bottom:1.5rem;font-style:italic}.footer-contact{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap;font-size:.95rem}.contact-item{color:#b0b0b0}.contact-item strong{color:#e0e0e0;font-weight:500}.contact-item a{color:#ff8534;text-decoration:none;transition:all .3s ease}.contact-item a:hover{color:#ffad24;text-decoration:underline}.contact-divider{color:#666;font-size:1.2rem}@media (max-width:768px){.footer-section{margin-top:2rem;padding:1.5rem 1rem}.footer-about{font-size:.95rem;margin-bottom:1rem}.footer-contact{font-size:.9rem;flex-direction:column;gap:.5rem}.contact-divider{display:none}}@media (max-width:480px){.footer-about{font-size:.9rem}.footer-contact{font-size:.85rem}}