.pnlm-zoom-out,.pnlm-zoom-in,.pnlm-zoom-controls,.pitch-yaw{display:none}.projects2-cards-row{display:flex;flex-wrap:wrap;gap:2rem;justify-content:flex-start;align-items:stretch;margin-top:2rem}.in,.out,.hotspot{border:none;box-shadow:none}.in{background:url(/Icons/targetLocation.png) center center no-repeat;background-size:contain}.panoHeight{display:grid;min-height:100dvh;grid-template-rows:auto 1fr auto}.models-viewer-container{display:flex;flex-wrap:wrap;flex-direction:row;align-items:stretch;justify-content:center;gap:2rem;width:100%}.model-viewer-card{flex:1 1 45%;max-width:45%;box-sizing:border-box;margin:0;border-radius:8px;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease;width:100%;min-width:0;min-height:300px;display:block;padding:0;overflow:hidden}@media (max-width: 900px){.model-viewer-card{flex:1 1 100%;max-width:100%}}model-viewer{width:100%;height:100%;min-height:300px;display:block;margin:0;padding:0}.model-viewer-card model-viewer{border:none;background:transparent;border-radius:8px}.userInput.show{width:100%;height:100%;display:block;position:relative;outline:none;min-height:300px;border-radius:8px;overflow:hidden}.userInput .slot.canvas{height:100%;min-height:300px}.userInput .slot.canvas canvas.show{width:100%;height:100%;min-height:300px}.project-card-link{border-width:4px;border-color:var(--gray-100);box-shadow:0 0 16px #0003;transition:transform .3s ease;width:100%;max-width:420px;margin:0 auto 2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden}.project-card-link:hover,.project-card-link:focus{transform:scale(1.025)}.project-card-link>div{width:100%;height:100%;pointer-events:none}.pnlm-about-msg{display:none}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}:root{--primary: #ff0000;--secondary: rgb(50, 50, 60);--accent: #f59e0b;--background: rgb(220, 220, 225);--gray-100: #f5f5f5;--gray-200: #e0e0e0;--gray-300: #bdbdbd;--gray-400: #757575}body{background:var(--background)}@media (prefers-reduced-motion: no-preference){.App-logo{animation:App-logo-spin infinite 20s linear}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pitch-yaw{display:flex;flex-direction:column;width:210px;padding:.5rem 1rem;border-radius:.5rem;box-shadow:5px 5px 15px #00000080;position:absolute;top:5rem;right:1rem;z-index:99;background-color:#fffc}.pitch-yaw-text{margin:.5rem 0;padding:0;line-height:1;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#error-page{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.virtual-tour-page{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background-color:#f8f9fa}.virtual-tour-header{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#333}.virtual-tour-description{font-size:1.2rem;margin-bottom:2rem;color:#666;text-align:center;max-width:800px}.virtual-tour-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;width:100%;max-width:1200px}.virtual-tour-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;transition:transform .3s cubic-bezier(.4,2,.3,1)}.virtual-tour-card:hover{transform:scale(1.025)}.virtual-tour-card-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#333}.virtual-tour-card-description{font-size:1rem;color:#666;line-height:1.6}.nav-logo{display:flex;flex-direction:row;gap:16px;align-items:center}.initial-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:12px 24px;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-primary{background-color:#007bff;color:var(--secondary)}.btn-primary:hover{background-color:var(--accent);transform:translateY(-2px)}.btn-secondary{background-color:transparent;color:var(--secondary);border:2px solid var(--secondary)}.btn-secondary:hover{background-color:var(--secondary);color:#fff}.features-section{background:var(--secondary);padding:4rem 3rem 3rem;position:relative;display:flex;margin:1rem 0rem;flex-direction:column;justify-content:center;align-items:center}@media (max-width: 900px){.features-section{padding:2rem 1rem;max-width:98vw}}@media (max-width: 600px){.features-section{padding:1.2rem .5rem}.feature-card{padding:1rem .5rem;min-width:0;max-width:100%}}.features-container{width:100%}.section-title{font-size:2rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.features-section .section-title{color:var(--gray-100)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;justify-content:center}.feature-card{background:var(--secondary);border-radius:1rem;box-shadow:0 2px 8px #0000000f;padding:1.5rem 1.2rem;min-width:180px;max-width:320px;width:100%;text-align:center;transition:box-shadow .2s,transform .2s}.feature-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px) scale(1.03)}.feature-card h3{color:var(--primary);font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.feature-card p{color:var(--gray-400);font-size:1rem;margin:0}.main-content{min-height:calc(100vh - 200px);background:var(--background)}.project-card-author-link{color:#fff;text-decoration:none;transition:color .3s ease;cursor:pointer}.project-card-author-link:hover{color:var(--accent)}.navbar{background-color:#1a1a1a;padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 4px #0000001a}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo h2{color:#fff;margin:0;font-size:1.5rem;text-decoration:none}.nav-menu{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.nav-link{color:#fff;text-decoration:none;font-weight:500;transition:color .3s ease}.nav-link:hover{color:var(--accent)}.hero-section{position:relative;display:flex;justify-content:center;align-items:center;text-align:center;height:90vh;padding:0;background:transparent;overflow:hidden;color:#fff}.hero-section>.project-card.project-card--full{flex:1 1 auto;width:100%;height:100%}.features-container{padding:0 2rem}.section-title{font-size:2rem;font-weight:700;margin-bottom:2rem;color:var(--secondary)}.features-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.feature-card{background:#f8f9fa;padding:1.5rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;text-align:center}.feature-card h3{font-size:1.5rem;color:#333}.feature-card p{color:#666;line-height:1.6}.project-card{position:relative;width:100%;max-width:420px;height:270px;background-size:cover;background-position:center;overflow:hidden;cursor:pointer;box-shadow:0 8px 24px #0000002e;transition:scale .15s;margin:0 auto}.project-card.project-card--full{max-width:none;width:100%;height:100%;margin:0;box-shadow:none}.project-card.project-card--full .project-card-viewer-wrapper,.project-card.project-card--full .pnlm-container{position:absolute;top:0;right:0;bottom:0;left:0;width:100%!important;height:100%!important}.project-card.project-card--full canvas{object-fit:cover}.project-card-mask,.project-card-blur,.project-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.project-card-mask{z-index:1}.project-card-blur{z-index:2}.project-card-overlay{z-index:3}.project-card-overlay{display:flex;flex-direction:column;width:100%;color:#fff;text-align:center;gap:.5rem}.project-card.project-card--full .project-card-overlay{justify-content:center;align-items:center;text-align:center;background:none;padding:2rem}.project-card.project-card--full .project-card-title{font-size:3rem;line-height:1.1}.project-card.project-card--full .project-card-description{max-width:760px;font-size:1.25rem}.project-card-title{font-size:1.35rem;font-weight:700;margin:0}.project-card-description{font-size:1.05rem;color:var(--gray-100);margin:0}.project-card-author{font-size:.95rem}.footer{background-color:#1a1a1a;color:#fff}.footer-container{max-width:1200px;margin:0 auto;padding:3rem 1rem 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;padding-bottom:2rem;border-bottom:1px solid #333;color:#fff}.footer-section h3,.footer-section h4{margin-bottom:1rem}.footer-section h3{color:var(--accent);font-size:1.5rem}.footer-section h4{color:#fff;font-size:1.2rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#ccc;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:var(--accent)}.social-link{color:#ccc;text-decoration:none;transition:color .3s ease}.social-link:hover{color:var(--accent)}.footer-bottom{padding:1rem;margin-top:0rem;text-align:center;transition:all .3s ease}@media (max-width: 768px){.nav-container{padding:0 1rem}.nav-menu{gap:1rem}.hero-title{font-size:2rem}.hero-description{font-size:1rem}.hero-buttons{flex-direction:column;align-items:center}.btn{width:200px}.section-title{font-size:2rem}.features-grid{grid-template-columns:1fr}}.pnlm-load-box,#pnlm-load-box,.pnlm-load-line,.pnlm-loading{display:none!important;opacity:0!important;visibility:hidden!important}.pnlm-container .pnlm-load-box{width:0!important;height:0!important}.pnlm-hotspot.pnlm-scene{background-image:url(/Icons/targetLocation.png)!important;background-size:contain!important;width:20px!important;height:20px!important;background-position:center!important;transform:scale(1);filter:drop-shadow(0 0 0 rgba(255,255,255,0));transition:scale .3s ease,filter .3s ease}.pnlm-hotspot.pnlm-scene:hover{filter:drop-shadow(0 0 4px rgba(255,255,255,.7));transform:scale(1.1)}
