@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,700;1,400;1,700&display=swap";:root{--bg-primary:#030806;--bg-secondary:#0a140f;--bg-glass:#0a140fd9;--text-primary:#f0f5f2;--text-secondary:#9cbca9;--accent-primary:#2df5c3;--accent-secondary:#17c498;--border-color:#2df5c326;--gradient-accent:linear-gradient(135deg, var(--accent-primary) 0%, var(--accent-secondary) 100%)}*{box-sizing:border-box}body{background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,sans-serif;overflow-x:hidden}h1,h2,h3,h4,h5,h6{margin:0}.serif-italic{font-family:Playfair Display,serif;font-style:italic;font-weight:700}.glass-panel{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-color);border-radius:16px;box-shadow:0 8px 32px #0006}.app-container{flex-direction:column;min-height:100vh;display:flex}.scanlines-active:after{content:" ";z-index:9999;pointer-events:none;opacity:.7;background:linear-gradient(#12101000 50%,#00000026 50%) 0 0/100% 3px,linear-gradient(90deg,#ff000008,#00ff0003,#0000ff08) 0 0/3px 100%;display:block;position:fixed;inset:0}nav{z-index:100;background:linear-gradient(#030806f2 0%,#030806cc 70%,#0000 100%);justify-content:flex-end;align-items:center;padding:1rem 1.5rem;transition:background .4s,padding .4s;display:flex;position:fixed;top:0;left:0;right:0}nav.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#030806fa;border-bottom:1px solid #2df5c30d;padding:1rem 1.5rem;box-shadow:0 4px 30px #00000080}.logo-container{z-index:101;position:absolute;top:1rem;left:1.5rem}nav.scrolled .logo-container{top:1rem}.logo{object-fit:contain;cursor:pointer;transform-origin:0 0;border-radius:12px;transition:width .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1),filter .7s,border-radius .7s}.logo.massive{filter:drop-shadow(0 10px 20px #0009);border-radius:16px;width:70vw;max-width:300px;transform:translateY(1rem)}.logo.small{filter:drop-shadow(0 0 #0000);width:140px;transform:translateY(0)}.desktop-only{display:none}.mobile-only{display:block}.menu-btn{cursor:pointer;z-index:102;padding:.5rem}.mobile-menu{border:1px solid var(--accent-primary);z-index:1000;background:#030806fa;border-radius:12px;flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex;position:absolute;top:100%;right:1.5rem;box-shadow:0 10px 40px #000c}.mobile-nav-link{color:var(--text-primary);cursor:pointer;font-size:1.2rem;font-weight:600;text-decoration:none}.mobile-nav-link:hover,.mobile-nav-link.active{color:var(--accent-primary)}.btn-primary,.btn-secondary{cursor:pointer;border-radius:30px;width:100%;padding:.8rem 1.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;transition:all .3s}.btn-primary{background:var(--gradient-accent);color:#000;border:none}.btn-secondary{color:var(--accent-primary);border:1px solid var(--accent-primary);background:0 0}.hero{flex-direction:column;gap:3rem;padding:clamp(20rem,45vh,28rem) 1.5rem 4rem;display:flex;position:relative;overflow:hidden}.hero-glow{transform-origin:50% 60%;z-index:0;pointer-events:none;background-image:linear-gradient(#2df5c314 1px,#0000 1px),linear-gradient(90deg,#2df5c314 1px,#0000 1px);background-position:50%;background-size:50px 50px;width:200%;height:200%;animation:15s linear infinite gridMove;position:absolute;top:-50%;left:-50%;transform:perspective(600px)rotateX(60deg)translateY(-100px)translateZ(-200px)}@keyframes gridMove{0%{background-position:0 0}to{background-position:0 500px}}.hero-content{z-index:1;position:relative}.hero-title-1{letter-spacing:-1px;font-size:2.8rem;font-weight:300;line-height:1.1}.hero-title-2{color:var(--accent-primary);background:var(--gradient-accent);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1.5rem;padding-bottom:.2em;font-size:4.5rem;line-height:1}.hero-subtext{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.hero-cta{flex-direction:column;gap:1rem;display:flex}.hero-visual{z-index:1;width:100%;position:relative}.telemetry-card{gap:1.5rem;padding:1.5rem}.telemetry-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding-bottom:.8rem;display:flex}.telemetry-title{color:var(--accent-primary);text-transform:uppercase;font-family:monospace;font-size:.8rem}.live-indicator{color:var(--accent-secondary);align-items:center;gap:.4rem;font-size:.75rem;display:flex}.live-dot{background:var(--accent-secondary);border-radius:50%;width:6px;height:6px;animation:1.5s infinite pulse}.data-row{justify-content:space-between;align-items:flex-end;display:flex}.data-label{color:var(--text-secondary);font-size:.85rem}.data-value{color:var(--text-primary);font-family:monospace;font-size:1.5rem}.data-bar-bg{background:#ffffff1a;border-radius:3px;width:100%;height:6px;margin-top:.5rem}.data-bar-fill{background:var(--gradient-accent);height:100%}.features-section{z-index:1;padding:4rem 1.5rem;position:relative}.features-grid{flex-direction:column;gap:1.5rem;display:flex}.feature-card{padding:2rem 1.5rem}.feature-icon{width:36px;height:36px;color:var(--accent-primary);margin-bottom:1.5rem}.feature-title{margin-bottom:.8rem;font-size:1.3rem;font-weight:600}.feature-desc{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.dynamic-label{color:var(--accent-secondary);background:#2df5c31a;border-radius:4px;padding:.4rem .8rem;font-family:monospace;font-size:.8rem;display:inline-block}.philosophy{text-align:left;background:var(--bg-secondary);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding:6rem 1.5rem}.phil-line-1{color:var(--text-secondary);margin-bottom:1rem;font-size:1.5rem;font-weight:300}.phil-line-2{margin-bottom:1.5rem;font-size:3.5rem}.phil-supporting{color:var(--text-secondary);font-size:1.1rem;line-height:1.6}.search-container{flex-direction:column;gap:2rem;padding:8rem 1.5rem 4rem;display:flex}.filters-panel{padding:1.5rem}.filter-group{margin-bottom:2rem}.filter-title{color:var(--accent-primary);text-transform:uppercase;margin-bottom:1rem;font-size:1rem}.checkbox-group{flex-direction:column;gap:1rem;display:flex}.checkbox-label{color:var(--text-secondary);cursor:pointer;align-items:center;gap:.75rem;font-size:1rem;display:flex}.custom-checkbox{border:1px solid var(--border-color);border-radius:4px;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.custom-checkbox.checked{background:var(--accent-primary);border-color:var(--accent-primary)}.slider-container{flex-direction:column;gap:.8rem;display:flex}.slider-labels{color:var(--text-secondary);justify-content:space-between;font-family:monospace;font-size:.8rem;display:flex}input[type=range]{-webkit-appearance:none;background:0 0;width:100%}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:var(--accent-primary);border-radius:50%;width:16px;height:16px;margin-top:-6px}input[type=range]::-webkit-slider-runnable-track{background:#2df5c34d;border-radius:2px;width:100%;height:4px}.results-header{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.results-title{font-size:1.8rem}.sort-box{gap:.5rem;font-size:.9rem;display:flex}.sort-label{color:var(--text-secondary)}.sort-value{color:var(--accent-primary);border-bottom:1px dashed var(--accent-primary);font-weight:600}.results-grid{flex-direction:column;gap:1.5rem;display:flex}.result-card{padding:1.5rem;position:relative}.match-score{color:var(--accent-primary);border:1px solid var(--accent-primary);background:#2df5c31a;border-radius:20px;padding:.4rem .8rem;font-family:monospace;font-size:.9rem;font-weight:600;position:absolute;top:1.5rem;right:1.5rem}.product-name{margin-bottom:.5rem;padding-right:5rem;font-size:1.4rem;font-weight:600}.cultivar-name{color:var(--text-secondary);margin-bottom:1rem;font-size:1rem;font-style:italic}.stats-row{border-bottom:1px solid var(--border-color);gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.stat{flex-direction:column;gap:.2rem;display:flex}.stat-label{color:var(--text-secondary);text-transform:uppercase;font-size:.7rem}.stat-val{color:var(--text-primary);font-family:monospace;font-size:1.1rem}.terpenes-list{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.terpene-tag{color:var(--text-secondary);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:4px;padding:.4rem .8rem;font-size:.85rem}.match-explanation{color:var(--text-secondary);border-left:3px solid var(--accent-primary);background:#0000004d;border-radius:8px;padding:1rem;font-size:.9rem;line-height:1.5}.about-container{padding:8rem 1.5rem 4rem}.about-title{margin-bottom:2rem;font-size:3rem}.about-sections{flex-direction:column;gap:2rem;display:flex}.about-card{padding:1.5rem}.about-section-title{color:var(--accent-primary);margin-bottom:1rem;font-size:1.4rem}.about-section-text{color:var(--text-secondary);font-size:1.1rem;line-height:1.6}footer{background:var(--bg-secondary);flex-direction:column;gap:2rem;padding:3rem 1.5rem;display:flex}.footer-brand{flex-direction:column;gap:.5rem;display:flex}.footer-brand h3{letter-spacing:1px;font-size:1.5rem}.footer-sub{color:var(--text-secondary)}.system-status{color:var(--accent-primary);align-items:center;gap:.5rem;margin-top:1rem;font-family:monospace;display:flex}.status-dot{background:var(--accent-primary);border-radius:50%;width:8px;height:8px;animation:2s infinite pulse}.footer-details{text-align:left;color:var(--text-secondary);font-size:.85rem;line-height:1.6}@keyframes pulse{0%{opacity:1}50%{opacity:.3}to{opacity:1}}@media (width>=768px){nav{padding:1.5rem 3rem}.logo-container{top:1.5rem;left:3rem}.logo.massive{width:45vw;max-width:400px;transform:translateY(3vh)}.logo.small{width:180px}.hero{padding:clamp(24rem,50vh,35rem) 3rem 4rem}.hero-title-1{font-size:4rem}.hero-title-2{font-size:7rem}.hero-cta{flex-direction:row}.btn-primary,.btn-secondary{width:auto;padding:1rem 2.5rem}.features-section{padding:4rem 3rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.philosophy{text-align:center;padding:8rem 3rem}.phil-line-1{font-size:2rem}.phil-line-2{font-size:5.5rem}.search-container{grid-template-columns:280px 1fr;gap:2rem;padding:10rem 3rem 6rem;display:grid}.filters-panel{position:sticky;top:120px}.results-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;display:grid}.results-header{flex-direction:row;justify-content:space-between;align-items:center}.about-container{padding:10rem 3rem 6rem}.about-title{text-align:center;font-size:4rem}.about-card{padding:2rem}}@media (width>=1024px){nav{padding:2rem 4rem}nav.scrolled{padding:1.5rem 4rem}.logo-container{top:2rem;left:4rem}nav.scrolled .logo-container{top:1.5rem}.logo.massive{width:26vw;min-width:300px;max-width:550px;transform:translateY(4vh)}.logo.small{width:220px}.desktop-only{display:flex}.mobile-only{display:none}.nav-links{gap:2.5rem}.hero{grid-template-columns:1.2fr .8fr;align-items:center;gap:4rem;padding:clamp(30rem,55vh,45rem) 4rem 4rem;display:grid}.hero-title-1{font-size:5rem}.hero-title-2{font-size:9rem}.features-section{padding:2rem 4rem 8rem}.features-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}.philosophy{padding:10rem 4rem}.phil-line-2{font-size:7rem}.search-container{grid-template-columns:350px 1fr;gap:3rem;padding:12rem 4rem 6rem}.filters-panel{top:140px}.results-grid{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:2.5rem}.about-container{max-width:900px;padding:12rem 4rem 6rem}.about-title{font-size:5rem}.about-card{padding:3rem}footer{flex-direction:row;justify-content:space-between;align-items:flex-end;padding:4rem}.footer-details{text-align:right}}
