.smart-grid-container{width:100%;height:auto;display:flex;flex-direction:column;gap:1rem;padding:.5rem;overflow:visible;max-width:100%}.smart-grid-main-viewer{width:100%;max-width:100%;aspect-ratio:16/9;background:#000;border-radius:.75rem;overflow:hidden;position:relative;box-shadow:0 8px 24px rgba(0,0,0,.3);margin:0 auto}.smart-grid-main-viewer .smart-grid-media-content{width:100%;height:100%;object-fit:contain}.smart-grid-main-label{position:absolute;bottom:1rem;left:40%;background:rgba(0,0,0,.9);color:white;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:600;backdrop-filter:blur(10px);border:1px solid rgba(224,161,6,.3)}.smart-grid{width:100%;display:grid;gap:1rem;margin-top:.5rem}.smart-grid--single{grid-template-columns:1fr}.smart-grid--single,.smart-grid--single .smart-grid-main-viewer{max-width:600px;margin:0 auto}.smart-grid--double{grid-template-columns:1fr 1fr;max-width:800px;margin:0 auto}.smart-grid--triple{grid-template-columns:repeat(3,1fr);max-width:900px;margin:0 auto}.smart-grid--large,.smart-grid--medium{grid-template-columns:repeat(2,1fr);max-width:100%;margin:0 auto}.smart-grid-item{position:relative;aspect-ratio:16/10;background:#000;border-radius:.5rem;overflow:hidden;cursor:pointer;transition:all .3s ease;border:2px solid transparent;max-height:140px;max-width:250px}.smart-grid--double .smart-grid-item,.smart-grid--single .smart-grid-item{max-width:200px;max-height:125px}.smart-grid--triple .smart-grid-item{max-width:180px;max-height:112px}.smart-grid-item iframe{pointer-events:none}.smart-grid-item:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.3);border-color:rgba(224,161,6,.5)}.smart-grid-item--selected{border-color:var(--accent-primary);box-shadow:0 0 0 3px rgba(224,161,6,.2)}.smart-grid-item .smart-grid-media-content{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.smart-grid-item:hover .smart-grid-media-content{transform:scale(1.05)}.smart-grid-item-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,rgba(0,0,0,.8) 0,transparent);padding:.5rem .5rem .375rem;opacity:0;transition:opacity .3s ease}.smart-grid-item--selected .smart-grid-item-overlay,.smart-grid-item:hover .smart-grid-item-overlay{opacity:1}.smart-grid-item-type{color:white;font-size:.75rem;font-weight:600;text-transform:capitalize}.smart-grid-empty-state{display:flex;align-items:center;justify-content:center;height:300px;background:rgba(0,0,0,.1);border:2px dashed rgba(255,255,255,.2);border-radius:.75rem;color:rgba(255,255,255,.5);font-size:1rem}.smart-grid-item video{pointer-events:none}@media (max-width:1400px){.smart-grid--large{grid-template-columns:repeat(4,1fr)}}@media (max-width:1024px){.smart-grid--double{grid-template-columns:1fr}.smart-grid--triple{grid-template-columns:1fr 1fr}.smart-grid--large,.smart-grid--medium{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.smart-grid-container{gap:1rem;padding:.5rem}.smart-grid--large,.smart-grid--medium{grid-template-columns:repeat(2,1fr)}.smart-grid--large{gap:.5rem}.smart-grid-main-viewer{aspect-ratio:16/10}.smart-grid-item{aspect-ratio:1;max-height:120px}.smart-grid-item-overlay{opacity:1;background:linear-gradient(0deg,rgba(0,0,0,.9) 0,rgba(0,0,0,.3))}.smart-grid-main-label{font-size:.75rem;padding:.375rem .75rem}}@media (max-width:480px){.smart-grid--large{grid-template-columns:repeat(2,1fr)}.smart-grid-item-type{font-size:.625rem}}.smart-grid-loading{display:flex;align-items:center;justify-content:center;height:400px}.smart-grid-loading:after{content:"";width:3rem;height:3rem;border:3px solid var(--accent-secondary);border-top-color:var(--accent-primary);border-radius:50%;animation:spin 1s linear infinite}.frontpage-container{min-height:calc(100vh - 80px);background:var(--background);color:var(--foreground);display:flex;flex-direction:column;padding:1rem;gap:.75rem;overflow-y:auto;scroll-behavior:smooth;height:auto;margin-top:20px;max-width:1400px;margin-left:auto;margin-right:auto;width:100%}.frontpage-container,.frontpage-container *{scroll-snap-type:none!important;scroll-snap-align:none!important}.frontpage-main-content{display:grid;grid-template-columns:600px 1fr;grid-template-rows:auto auto;gap:1rem;width:100%;height:auto;max-width:100vw;overflow:visible}.frontpage-carousel-section{grid-column:1;grid-row:1;position:relative}.frontpage-info-section{grid-column:1;grid-row:2;background:var(--card-background);color:var(--foreground);padding:2rem;border-radius:.75rem;border:2px solid var(--accent-border);overflow:visible;height:auto;min-height:200px;box-shadow:var(--shadow-md)}.frontpage-media-section{grid-column:2;grid-row:1/-1;background:transparent;border-radius:.75rem;padding:1rem;overflow:visible;display:flex;align-items:flex-start;justify-content:flex-start;height:auto}.frontpage-carousel-container{width:100%;margin:0}.frontpage-carousel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.frontpage-carousel-title{font-size:1rem;font-weight:700;color:var(--accent-primary);font-family:Orbitron,sans-serif;margin:0}.frontpage-carousel-nav{display:flex;gap:.25rem}.frontpage-carousel-nav-button{background:var(--accent-secondary);border:1px solid var(--accent-primary);color:var(--accent-primary);width:2rem;height:2rem;border-radius:50%;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;font-size:.875rem}.frontpage-carousel-nav-button:hover{background:var(--accent-primary);color:var(--background)}.frontpage-carousel-nav-button:disabled{opacity:.5;cursor:not-allowed}.frontpage-carousel-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:.75rem}.frontpage-carousel-item{background:var(--accent-secondary);color:var(--foreground);border-radius:.375rem;overflow:hidden;border:2px solid transparent;box-shadow:var(--shadow);cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;width:100%}.frontpage-carousel-item:hover{border-color:var(--accent-border);box-shadow:var(--shadow-md);transform:translateY(-1px)}.frontpage-carousel-item.frontpage-carousel-item--selected{border-color:var(--accent-primary);transform:scale(1.02);box-shadow:0 4px 16px rgba(224,161,6,.3)}.frontpage-carousel-item-media{width:90%;aspect-ratio:1.6/1;position:relative;background:var(--background);margin:4px 4px 2px;border-radius:3px;overflow:hidden;border:1px solid var(--accent-media);flex-shrink:0}.frontpage-carousel-item-media iframe,.frontpage-carousel-item-media img,.frontpage-carousel-item-media video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border:none;border-radius:2px}.frontpage-carousel-item-media video{pointer-events:none}.frontpage-carousel-item-media iframe{pointer-events:none;transform:scale(1)}.frontpage-carousel-item-content{padding:2px 6px 6px;background:var(--accent-secondary);color:var(--foreground);display:flex;flex-direction:column;justify-content:center;min-height:40px}.frontpage-carousel-item-title{font-size:.625rem;font-weight:700;color:var(--foreground);line-height:1.1}.frontpage-carousel-item-title,.frontpage-carousel-item-type{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0}.frontpage-carousel-item-type{font-size:.5rem;color:var(--text-secondary)}.frontpage-smart-media{width:100%;max-width:800px;height:auto;background:transparent;border-radius:.75rem;overflow:visible;flex-shrink:0}.frontpage-smart-media .smart-grid-container{width:100%;height:auto;padding:0;overflow:visible}.frontpage-smart-media .smart-grid-main-viewer{width:100%;max-width:100%;aspect-ratio:16/9;margin-bottom:1rem;background:var(--background);border:1px solid var(--accent-border)}.frontpage-smart-media .smart-grid--large,.frontpage-smart-media .smart-grid--medium{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.75rem;width:100%}.frontpage-smart-media .smart-grid-item{height:auto;min-height:80px;max-height:120px;aspect-ratio:16/10;width:100%;background:var(--background);border:1px solid var(--accent-border)}.frontpage-smart-media .smart-grid-item:hover{border-color:var(--accent-primary)}.frontpage-smart-media .smart-grid-item--selected{border-color:var(--accent-primary);box-shadow:0 0 0 3px rgba(224,161,6,.2)}.frontpage-project-info{width:100%;height:100%;background:transparent;padding:0;border:none;border-radius:0;overflow:visible;max-height:none;position:static}.frontpage-project-title{color:var(--accent-primary);font-size:2rem;font-weight:700;font-family:Orbitron,sans-serif;line-height:1.2;text-transform:uppercase;margin-bottom:.75rem}.frontpage-project-subtitle{font-size:1.2rem;color:var(--foreground);opacity:.9;font-weight:500;margin-bottom:1rem}.frontpage-project-description{color:var(--foreground);line-height:1.6;margin-bottom:1.5rem;font-size:.95rem}.frontpage-project-meta{margin-bottom:1.5rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.frontpage-project-meta-item{display:flex;flex-direction:column;font-size:.9rem;color:var(--foreground)}.frontpage-project-meta-label{font-weight:700;color:var(--accent-primary);font-size:.8rem;letter-spacing:.05em;margin-bottom:.25rem}.frontpage-project-button{display:inline-block;padding:.75rem 1.5rem;background:var(--accent-primary);color:var(--background);border-radius:.5rem;text-decoration:none;font-weight:600;font-family:Orbitron,sans-serif;text-transform:uppercase;letter-spacing:.05em;transition:all .3s ease;margin-top:.5rem;border:none;cursor:pointer}.frontpage-project-button:hover{background:rgba(224,161,6,.9);transform:translateY(-2px);box-shadow:0 4px 16px rgba(224,161,6,.3);color:var(--background)}@media (max-width:1200px){.frontpage-main-content{grid-template-columns:500px 1fr}.frontpage-smart-media{max-width:600px}}@media (max-width:768px){.frontpage-container{padding:.5rem;margin-top:70px}.frontpage-main-content{grid-template-columns:1fr;grid-template-rows:auto auto auto;gap:1rem;height:auto}.frontpage-carousel-section{grid-column:1;grid-row:1;order:1;position:relative}.frontpage-media-section{grid-column:1;grid-row:2;order:2;padding:.5rem}.frontpage-info-section{grid-column:1;grid-row:3;order:3;padding:1.5rem}.frontpage-smart-media{max-width:100%;width:100%}.frontpage-smart-media .smart-grid--large,.frontpage-smart-media .smart-grid--medium{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.5rem}.frontpage-project-meta{grid-template-columns:1fr;gap:.5rem}.frontpage-project-meta-item{flex-direction:row;align-items:center}.frontpage-project-meta-label{margin-bottom:0;margin-right:.5rem;min-width:80px}.frontpage-search-status-container{top:-1.5rem}.frontpage-search-status{font-size:.625rem;padding:.25rem .5rem}}@media (max-width:480px){.frontpage-container{padding:.25rem}.frontpage-carousel-grid{grid-template-columns:repeat(2,1fr)}.frontpage-info-section{padding:1rem}.frontpage-project-title{font-size:1.5rem}.frontpage-project-subtitle{font-size:1.1rem}.frontpage-smart-media .smart-grid--large,.frontpage-smart-media .smart-grid--medium{grid-template-columns:repeat(2,1fr)}}.frontpage-search-status-container{position:absolute;top:-2rem;left:0;right:0;z-index:10;pointer-events:none;text-align:left}.frontpage-search-status{color:var(--accent-gold);font-size:.75rem;font-weight:600;font-family:Orbitron,sans-serif;text-transform:uppercase;letter-spacing:.05em;background:rgba(0,0,0,.8);padding:.375rem .75rem;border-radius:.375rem;display:inline-block;backdrop-filter:blur(8px);border:1px solid var(--accent-gold);box-shadow:0 2px 8px rgba(224,161,6,.3)}.frontpage-loading{min-height:100vh;background:var(--background);color:var(--foreground);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem}.frontpage-loading-content{text-align:center}.frontpage-loading-spinner{width:3rem;height:3rem;border-top:3px solid var(--accent-secondary);border:3px solid var(--accent-secondary);border-top-color:var(--accent-primary);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto .5rem}.frontpage-loading-title{color:var(--accent-primary);font-family:Orbitron,sans-serif;font-size:1.25rem;margin-bottom:.25rem}.frontpage-loading-subtitle{color:var(--foreground);opacity:.7;font-size:.875rem}.frontpage-error{min-height:100vh;background:var(--background);color:var(--foreground);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem}.frontpage-error-content{text-align:center;max-width:400px}.frontpage-error-title{color:var(--accent-primary);font-family:Orbitron,sans-serif;font-size:1.25rem;margin-bottom:.5rem}.frontpage-error-text{color:var(--foreground);margin-bottom:.5rem;font-size:.875rem}.frontpage-error-details{color:var(--text-secondary);font-size:.75rem;margin-bottom:1rem}.frontpage-retry-button{background:var(--accent-primary);color:var(--background);border:none;padding:.75rem 1.5rem;border-radius:.375rem;font-weight:700;cursor:pointer;transition:all .3s ease}.frontpage-retry-button:hover{background:rgba(224,161,6,.9);transform:translateY(-1px)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}