*{margin:0;padding:0;box-sizing:border-box}:root{--primary-dark: #1e40af;--primary-light: #3b82f6;--primary-blue: #0284c7;--accent-orange: #d97706;--accent-green: #16a34a;--accent-red: #dc2626;--text-muted: #6b7280;--background: white;--text-primary: #374151;--text-secondary: #64748b;--text-light: #94a3b8;--surface-light: #f8fafc;--surface: #e2e8f0;--surface-dark: #cbd5e1;--border-light: rgba(148, 163, 184, .3);--border: #cbd5e1;--border-dark: #94a3b8;--header-bg: #1e293b;--header-secondary: #334155;--tag-red: #dc2626;--tag-orange: #f59e0b;--tag-purple: #7c3aed;--tag-green: #059669;--tag-blue: #0891b2;--analytics-green: #16a34a;--analytics-orange: #f59e0b;--analytics-purple: #7c3aed;--bg-light-blue: #f0f9ff;--shadow-dark: rgba(0,0,0,.08);--shadow-medium: rgba(0,0,0,.1);--shadow-light: rgba(0,0,0,.15);--shadow-heavy: rgba(0,0,0,.5);--overlay-blue: rgba(59, 130, 246, .1);--overlay-dark: rgba(0, 0, 0, .9);--overlay-black: rgba(0, 0, 0, .5);--overlay-black-light: rgba(0, 0, 0, .7);--popup-bg: rgba(255, 255, 255, .95);--border-radius-small: 6px;--border-radius-medium: 8px;--border-radius-large: 12px}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden;width:100vw;height:100vh}h1{font-size:clamp(2rem,4vw,3.5rem);color:var(--primary-dark);font-weight:700;line-height:1.2;margin:0 0 30px;text-align:center}h2{font-size:clamp(1.5rem,3vw,2.5rem);color:var(--primary-light);font-weight:600;line-height:1.3;margin:0 0 25px}h3{font-size:clamp(1.2rem,2.5vw,1.8rem);color:var(--primary-light);font-weight:600;line-height:1.4;margin:0 0 20px}p{font-size:clamp(1rem,1.5vw,1.4rem);color:var(--text-primary);line-height:1.7;margin:0 0 30px}.app-container{width:100vw;height:100vh;margin:0;display:flex;flex-direction:column;background:#fff;position:relative;overflow:hidden}.app-header{height:clamp(40px,5vh,50px);background:var(--header-bg);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(15px,2vw,30px);margin:0;box-shadow:0 2px 10px #0000001a;position:relative;z-index:100;flex-shrink:0}.app-main{flex:1;height:calc(100vh - clamp(40px,5vh,50px) - clamp(50px,6vh,60px));overflow:hidden;background:#fff;position:relative;margin:0;padding:0}.app-footer{height:clamp(50px,6vh,60px);background:var(--header-bg);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(15px,2vw,30px);margin:0;border-top:1px solid var(--header-secondary);position:relative;z-index:100;flex-shrink:0}.page-container{display:flex;flex-direction:column;height:100%;padding:clamp(10px,2vh,20px) clamp(60px,8vw,120px) 0 clamp(60px,8vw,120px);background:#fff}.page-header{flex:0 0 auto;display:flex;justify-content:center;align-items:center;padding:0;margin:0 0 10px;width:100%}.page-content{flex:1;width:100%;margin:0;text-align:center;min-height:60vh}.page-bottom{flex:0 0 clamp(120px,15vh,160px);display:grid;grid-template-columns:clamp(150px,15vw,200px) 1fr clamp(150px,15vw,200px);align-items:center;gap:clamp(20px,3vw,40px);margin-top:auto;padding:clamp(20px,4vh,40px) 0;width:100%}.page-bottom-left{display:flex;justify-content:center;align-items:center;width:100%}.page-bottom-center{display:flex;justify-content:center;align-items:center;text-align:center;width:100%}.page-bottom-right{display:flex;justify-content:center;align-items:center;width:100%}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:80px;margin-bottom:80px}.grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:60px;margin-bottom:80px}.btn-primary{background:linear-gradient(135deg,var(--primary-light) 0%,var(--primary-dark) 100%);color:#fff;border:none;padding:15px 30px;border-radius:8px;font-size:1.2rem;font-weight:600;cursor:pointer;transition:transform .2s;display:flex;align-items:center;gap:8px}.btn-primary:hover{transform:translateY(-2px)}.btn-secondary{background:var(--surface);color:var(--text-primary);border:1px solid var(--border);padding:15px 30px;border-radius:8px;font-size:1.2rem;font-weight:600;cursor:pointer;transition:transform .2s;display:flex;align-items:center;gap:8px}.btn-secondary:hover{background:var(--surface-dark);border-color:var(--border-dark);transform:translateY(-2px)}.btn-primary:disabled{background:var(--text-light);cursor:not-allowed;transform:none}.btn-secondary:disabled{background:var(--surface-light);color:var(--text-light);cursor:not-allowed;transform:none}.btn-outline{background:none;border:1px solid var(--border-light);color:var(--text-light);padding:10px 20px;border-radius:8px;cursor:pointer;font-size:16px;display:flex;align-items:center;gap:8px;transition:all .2s}.btn-outline:hover{border-color:var(--border-dark);color:var(--surface-dark)}.btn-header{background:none;border:none;color:#fff;cursor:pointer;padding:12px;display:flex;align-items:center;justify-content:center;transition:all .2s}.btn-header:hover{background:#ffffff1a;border-radius:4px}.btn-menu-item{width:100%;background:none;border:none;color:#fff;padding:12px 20px;text-align:left;cursor:pointer;font-size:14px;display:block;transition:all .2s}.btn-menu-item:hover{background:#ffffff1a}.btn-menu-item.separator{border-top:1px solid var(--border-dark);margin-top:8px}.feature-item{text-align:center;display:flex;flex-direction:column;align-items:center}.feature-flex .feature-item{flex:1;min-width:0}.feature-text{width:100%}.feature-item h3{font-size:1.3rem;color:var(--text-secondary);font-weight:600;line-height:1.4;margin:0 0 10px}.feature-item p{font-size:1.1rem;color:var(--text-secondary);line-height:1.5;margin:0}.feature-icon{display:flex;justify-content:center;margin-bottom:20px;color:var(--primary-light)}.quote{font-size:1.8rem;color:var(--text-primary);font-style:italic;font-weight:600;margin:40px auto;padding:30px 40px;border-left:6px solid var(--text-primary);background-color:#3741511a;border-radius:0;max-width:var(--quote-max-width, 800px)}.quote-author{font-size:1.2rem;color:var(--text-secondary);font-style:normal;font-weight:500;margin-top:20px;text-align:right}.checklist{display:flex;justify-content:center;gap:60px;margin-top:50px;flex-wrap:wrap}.checklist-item{display:flex;align-items:center;gap:12px}.page-logos{position:absolute;bottom:40px;width:100%;display:flex;justify-content:space-between;align-items:flex-end;padding:0 120px}.logo-left,.logo-right{height:60px}@media (max-width: 1200px){.page-container{padding:clamp(10px,2vh,20px) clamp(30px,5vw,60px) 0 clamp(30px,5vw,60px)}.page-bottom{grid-template-columns:clamp(100px,12vw,150px) 1fr clamp(100px,12vw,150px);gap:clamp(15px,2vw,30px)}}@media (max-width: 768px){.page-container{padding:clamp(10px,2vh,20px) clamp(20px,4vw,40px) 0 clamp(20px,4vw,40px)}.page-bottom{grid-template-columns:1fr;gap:clamp(10px,2vh,20px)}.grid-2,.grid-3,.feature-grid{grid-template-columns:1fr;gap:clamp(15px,3vh,30px)}.feature-flex,.page-logos{flex-direction:column;gap:clamp(15px,3vh,30px)}}.twod-landing{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,var(--surface-light) 0%,var(--surface) 100%);padding:0;margin:0;display:flex;flex-direction:column;height:100%}.twod-header{background:var(--primary-blue);color:#fff;padding:20px 40px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border)}.twod-header-left{display:flex;align-items:center;gap:15px}.twod-header-title{margin:0;font-size:1.6rem;font-weight:500;color:#fff}.twod-header-subtitle{margin:0;font-size:.9rem;opacity:.8}.twod-header-right{font-size:.8rem;opacity:.7;text-align:right;margin-right:60px}.twod-main{max-width:1000px;margin:0 auto;padding:30px;display:grid;grid-template-columns:300px 1fr;gap:30px;align-items:start;flex:1}.twod-product-card{background:#fff;border-radius:8px;padding:20px;text-align:center;border:1px solid var(--border)}.twod-product-image{width:100%;height:auto;border-radius:4px;margin-bottom:15px}.twod-product-title{margin:0 0 10px;color:var(--text-primary);font-size:1.2rem;font-weight:500;line-height:1.3}.twod-product-status{margin:0;color:var(--accent-green);font-weight:500;font-size:.9rem}.twod-data-card{background:#fff;border-radius:8px;padding:25px;border:1px solid var(--border)}.twod-data-title{margin:0 0 20px;color:var(--text-primary);font-size:1.3rem;font-weight:500;border-bottom:1px solid var(--border-light);padding-bottom:10px}.twod-data-grid{display:flex;flex-direction:column;gap:12px;font-size:.95rem}.twod-data-row{display:grid;grid-template-columns:140px 1fr;gap:10px;align-items:start}.twod-data-label{color:var(--text-muted);font-weight:500}.twod-data-value{color:var(--text-primary)}.twod-data-value-mono{color:var(--text-primary);font-family:monospace;font-size:1rem}.twod-data-value-multi{color:var(--text-primary)}.twod-data-subtext{font-size:.85rem;color:var(--text-muted);margin-top:2px}.twod-data-category-code{font-size:.8rem;color:var(--text-muted);margin-top:2px}.twod-notice{margin-top:25px;padding:15px;background:var(--surface-light);border-radius:6px;border:1px solid var(--border-light)}.twod-notice-text{margin:0;color:var(--text-secondary);font-size:.85rem;line-height:1.5}.twod-footer{background:var(--surface-light);color:var(--text-secondary);padding:20px 40px;text-align:center;margin-top:30px;border-top:1px solid var(--border-light)}.twod-footer-content{max-width:1000px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:15px}.twod-footer-left{display:flex;align-items:flex-end;gap:15px}.twod-footer-text{font-size:.85rem}.twod-footer-right{font-size:.8rem;text-align:right}.twod-footer-upgrade{margin-top:2px;opacity:.7}.producthub-landing{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,var(--surface-light) 0%,var(--surface) 100%);min-height:100vh;padding:0;margin:0}.producthub-header{background:var(--background);color:var(--header-bg);padding:30px 40px;border-bottom:1px solid var(--surface)}.producthub-header-content{display:flex;align-items:center;justify-content:flex-start;gap:40px;flex-wrap:wrap}.producthub-logo-container{display:flex;align-items:center;justify-content:center;width:240px;height:240px}.producthub-logo{width:90%;height:90%;object-fit:contain}.producthub-header-text{text-align:left}.producthub-header-title{margin:0;font-size:3.5rem;font-weight:700;color:var(--text-primary)}.producthub-header-subtitle{margin:0;font-size:1.8rem;color:var(--text-muted);font-weight:400}.producthub-main-section{background:linear-gradient(135deg,var(--surface-light) 0%,var(--surface) 100%);color:var(--header-bg);padding:40px}.producthub-main-container{max-width:1400px;margin:0 auto;display:flex;gap:30px;align-items:flex-start;justify-content:flex-start}.producthub-column-1{flex:0 0 30%;display:flex;flex-direction:column;gap:20px}.producthub-column-2{flex:0 0 50%;display:flex;flex-direction:column;gap:20px}.producthub-column-3{flex:0 0 20%;display:flex;flex-direction:column;gap:15px}.producthub-card{background:var(--background);border-radius:var(--border-radius-large);box-shadow:0 8px 32px var(--shadow-dark);border:1px solid var(--surface);overflow:hidden}.producthub-card-header{background:var(--surface-light);padding:15px 25px;border-bottom:1px solid var(--text-secondary)}.producthub-card-header-sidebar{background:var(--surface-light);padding:15px 20px;border-bottom:1px solid var(--text-secondary)}.producthub-card-content{padding:20px 25px}.producthub-card-content-sidebar{padding:15px 20px}.producthub-panel-title{margin:0;color:var(--primary-dark);font-size:1.1rem;font-weight:600}.producthub-panel-subtitle{margin:0;color:var(--primary-dark);font-size:1rem;font-weight:600}.producthub-product-title{margin:0;font-size:1.4rem;font-weight:700;color:var(--header-bg);line-height:1.3;text-align:center}.producthub-image-card{background:var(--background);border-radius:var(--border-radius-large);padding:30px;box-shadow:0 8px 32px var(--shadow-dark);border:1px solid var(--surface)}.producthub-image-carousel{width:100%;aspect-ratio:1;position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:20px;background:var(--background);border-radius:var(--border-radius-medium);overflow:hidden;box-shadow:0 4px 16px var(--shadow-medium)}.producthub-carousel-image{max-width:100%;max-height:100%;object-fit:contain;transition:opacity .3s ease;cursor:pointer}.producthub-carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:var(--overlay-black);color:var(--background);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;opacity:.1;transition:opacity .3s ease}.producthub-carousel-arrow-left{left:10px}.producthub-carousel-arrow-right{right:10px}.producthub-carousel-indicators{position:absolute;bottom:15px;left:50%;transform:translate(-50%);display:flex;gap:8px}.producthub-carousel-indicator{width:8px;height:8px;border-radius:50%;cursor:pointer;opacity:.1;transition:all .2s ease}.producthub-carousel-indicator.active{background:#1e40afcc}.producthub-carousel-indicator.inactive{background:#fff9}.producthub-data-grid{display:flex;flex-direction:column;gap:15px}.producthub-data-row-140{display:grid;grid-template-columns:140px 1fr;gap:15px;align-items:center}.producthub-data-row-30-70{display:grid;grid-template-columns:30% 70%;gap:15px;align-items:center}.producthub-data-row-50-50{display:flex;justify-content:space-between}.producthub-data-label{color:var(--text-secondary);font-weight:400;font-size:1rem;text-align:right}.producthub-data-value{color:var(--header-bg);font-weight:600;font-size:1rem}.producthub-data-value-small{color:var(--text-secondary);font-size:.8rem}.producthub-shop-button{width:100%;background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary-light) 100%);color:var(--background);border:none;border-radius:var(--border-radius-medium);padding:15px 20px;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .3s ease;box-shadow:0 4px 12px #1e40af4d}.producthub-shop-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #1e40af66}.producthub-tags-grid{display:flex;flex-direction:column;gap:8px;font-size:.8rem}.producthub-tag{padding:4px 8px;border-radius:var(--border-radius-large);font-size:.7rem;font-weight:500;text-align:center;color:var(--background)}.producthub-tag-red{background:var(--tag-red)}.producthub-tag-orange{background:var(--tag-orange)}.producthub-tag-purple{background:var(--tag-purple)}.producthub-tag-green{background:var(--tag-green)}.producthub-tag-blue{background:var(--tag-blue)}.producthub-certification{text-align:center;padding:8px;background:var(--surface-light);border-radius:var(--border-radius-small)}.producthub-certification-title{font-weight:600;color:var(--header-bg);margin-bottom:4px}.producthub-certification-subtitle{color:var(--text-secondary);font-size:.7rem}.producthub-map-container{width:100%;aspect-ratio:1;position:relative;border-radius:var(--border-radius-medium);overflow:hidden;box-shadow:0 4px 16px var(--shadow-medium);cursor:pointer;background:var(--surface-light)}.producthub-map-image{width:100%;height:100%;object-fit:cover}.producthub-map-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--overlay-blue);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.producthub-map-overlay:hover{opacity:1}.producthub-map-popup{background:var(--popup-bg);color:var(--primary-dark);padding:12px 20px;border-radius:20px;font-size:.9rem;font-weight:600;box-shadow:0 4px 12px var(--shadow-light);display:flex;align-items:center;gap:8px}.producthub-section-header{background:var(--surface-light);padding:15px 25px;border-bottom:1px solid var(--surface);margin:0 -25px 20px}.producthub-bg-panel-gray{padding:15px;background:var(--surface-light);border-radius:var(--border-radius-medium);margin-bottom:15px}.producthub-bg-panel-light-blue{padding:15px;background:var(--bg-light-blue);border-radius:var(--border-radius-medium)}.producthub-text-story{margin:0;color:var(--text-primary);line-height:1.6;font-size:1rem}.producthub-fallback{display:none;align-items:center;justify-content:center;width:100%;height:100%;color:var(--text-secondary);font-size:1rem;flex-direction:column;gap:10px}.producthub-fallback-icon{font-size:4rem;opacity:.3}.producthub-analytics{background:var(--surface-light);padding:20px 40px;border-top:1px solid var(--surface);border-bottom:1px solid var(--surface)}.producthub-analytics-feature{background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary-light) 100%);padding:40px 0;border-top:1px solid var(--surface);border-bottom:1px solid var(--surface);box-shadow:0 2px 8px #00000026}.producthub-analytics-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:30px;text-align:center}.producthub-analytics-item{background:#ffffff1a;padding:30px 20px;border-radius:var(--border-radius-large);box-shadow:0 4px 12px #0003;border:1px solid rgba(255,255,255,.2);transition:transform .2s ease,box-shadow .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.producthub-analytics-item:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000004d;background:#ffffff26}.producthub-analytics-value{font-size:2.5rem;font-weight:700;margin-bottom:0;color:#fbbf24;text-shadow:0 2px 4px rgba(0,0,0,.3)}.producthub-analytics-value-blue,.producthub-analytics-value-green,.producthub-analytics-value-orange,.producthub-analytics-value-purple{color:#fbbf24}.producthub-analytics-label{font-size:1rem;color:var(--background);font-weight:500;text-transform:uppercase;letter-spacing:.5px;opacity:.9}.producthub-star-rating{display:flex;align-items:center;justify-content:center;gap:4px;margin-bottom:0}.producthub-star{width:28px;height:28px;transition:transform .1s ease}.producthub-star:hover{transform:scale(1.1)}.producthub-rating-number{font-size:1.2rem;font-weight:600;color:#fbbf24;margin-left:8px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.producthub-footer{background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary-light) 100%);color:var(--background);padding:30px 40px;text-align:center}.producthub-footer-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.producthub-footer-left{display:flex;align-items:center;gap:15px}.producthub-footer-logo-container{background:var(--background);border-radius:var(--border-radius-medium);padding:6px;display:flex;align-items:center;justify-content:center;width:40px;height:40px}.producthub-footer-logo{width:100%;height:100%;object-fit:contain}.producthub-footer-brand{font-weight:600;font-size:1.1rem}.producthub-footer-tagline{opacity:.8;font-size:.9rem}.producthub-footer-right{font-size:.8rem;opacity:.7;text-align:right}.producthub-modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--overlay-dark);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.producthub-modal-content{position:relative;max-width:90vw;max-height:90vh;background:var(--background);border-radius:var(--border-radius-large);padding:20px;display:flex;flex-direction:column;align-items:center;box-shadow:0 25px 50px var(--shadow-heavy)}.producthub-modal-close{position:absolute;top:15px;right:15px;background:var(--overlay-black);color:var(--background);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:20px;z-index:1001}.producthub-modal-image-container{position:relative;display:flex;align-items:center;justify-content:center;width:75vh;height:75vh;background:var(--background);border-radius:var(--border-radius-medium);box-shadow:0 4px 16px var(--shadow-medium);overflow:hidden}.producthub-modal-image{width:90%;height:90%;object-fit:contain}.producthub-modal-arrow{position:absolute;top:50%;transform:translateY(-50%);background:var(--overlay-black-light);color:var(--background);border:none;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:24px;transition:opacity .3s ease;opacity:.8}.producthub-modal-arrow:hover{opacity:1}.producthub-modal-arrow-left{left:15px}.producthub-modal-arrow-right{right:15px}.producthub-modal-title{margin-top:20px;text-align:center;color:var(--header-bg);font-size:1.2rem;font-weight:600}.producthub-modal-indicators{margin-top:15px;display:flex;gap:10px}.producthub-modal-indicator{width:12px;height:12px;border-radius:50%;cursor:pointer;transition:background .2s ease}.producthub-modal-indicator.active{background:var(--primary-dark)}.producthub-modal-indicator.inactive{background:var(--text-light)}.producthub-ingredients-list{display:flex;flex-direction:column;gap:8px}.producthub-ingredient-item{font-size:.9rem;color:var(--text-primary);padding:8px 12px;background:var(--surface-light);border-radius:var(--border-radius-small);border-left:3px solid var(--primary-blue)}.producthub-recipes-grid{display:flex;flex-direction:column;gap:10px}.producthub-recipe-card{padding:12px;background:var(--surface-light);border-radius:var(--border-radius-small);border:1px solid var(--border-light);cursor:pointer;transition:all .2s ease}.producthub-recipe-card:hover{background:var(--primary-blue);color:var(--background);transform:translateY(-1px);box-shadow:0 4px 8px var(--shadow-light)}.producthub-recipe-name{font-size:.9rem;font-weight:600;margin-bottom:6px}.producthub-recipe-meta{display:flex;justify-content:space-between;font-size:.75rem;opacity:.8}.producthub-recipe-difficulty,.producthub-recipe-time{padding:2px 6px;background:#ffffff1a;border-radius:3px}.producthub-recipe-card:hover .producthub-recipe-difficulty,.producthub-recipe-card:hover .producthub-recipe-time{background:#fff3}.producthub-recipe-carousel{position:relative}.producthub-recipe-slide{display:grid;grid-template-columns:1fr 1.5fr;gap:20px;align-items:start}.producthub-recipe-image-container{position:relative;aspect-ratio:1;background:var(--surface-light);border-radius:var(--border-radius-medium);overflow:hidden;border:1px solid var(--border-light)}.producthub-recipe-image{width:100%;height:100%;object-fit:contain}.producthub-recipe-arrow{position:absolute;top:50%;transform:translateY(-50%);background:var(--overlay-black-light);color:var(--background);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;transition:opacity .3s ease;opacity:.7;z-index:2}.producthub-recipe-arrow:hover{opacity:1}.producthub-recipe-arrow-left{left:10px}.producthub-recipe-arrow-right{right:10px}.producthub-recipe-content{display:flex;flex-direction:column;gap:15px}.producthub-recipe-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:10px}.producthub-recipe-title{margin:0;font-size:1.3rem;font-weight:600;color:var(--text-primary);line-height:1.2}.producthub-recipe-tags{display:flex;gap:8px;flex-shrink:0}.producthub-recipe-tag{padding:4px 8px;border-radius:12px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.3px}.producthub-recipe-tag-difficulty{background:var(--tag-blue);color:var(--background)}.producthub-recipe-tag-time{background:var(--tag-green);color:var(--background)}.producthub-recipe-description{margin:0;color:var(--text-secondary);line-height:1.5;font-size:.95rem}.producthub-recipe-ingredients{background:var(--surface-light);padding:15px;border-radius:var(--border-radius-small);border-left:3px solid var(--primary-blue)}.producthub-recipe-ingredients-title{margin:0 0 10px;font-size:.9rem;font-weight:600;color:var(--text-primary);text-transform:uppercase;letter-spacing:.3px}.producthub-recipe-ingredients-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:6px}.producthub-recipe-ingredient{font-size:.9rem;color:var(--text-secondary);padding-left:15px;position:relative}.producthub-recipe-ingredient:before{content:"•";color:var(--primary-blue);position:absolute;left:0;font-weight:700}.producthub-recipe-button{align-self:flex-start;padding:10px 20px;background:var(--primary-blue);color:var(--background);border:none;border-radius:var(--border-radius-small);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}.producthub-recipe-button:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 4px 8px var(--shadow-light)}.producthub-recipe-indicators{display:flex;justify-content:center;gap:8px;margin-top:20px}.producthub-recipe-indicator{width:10px;height:10px;border-radius:50%;cursor:pointer;transition:background .2s ease}.producthub-recipe-indicator.active{background:var(--primary-blue)}.producthub-recipe-indicator.inactive{background:var(--border-light)}.producthub-storage-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}.producthub-storage-item{display:flex;align-items:center;gap:12px;padding:15px;background:var(--surface-light);border-radius:var(--border-radius-small);border-left:3px solid var(--accent-green);transition:transform .2s ease,box-shadow .2s ease}.producthub-storage-item:hover{transform:translateY(-1px);box-shadow:0 4px 8px var(--shadow-light)}.producthub-storage-icon{color:var(--accent-green);flex-shrink:0}.producthub-storage-content{display:flex;flex-direction:column;gap:4px}.producthub-storage-label{font-size:.8rem;color:var(--text-secondary);font-weight:500;text-transform:uppercase;letter-spacing:.3px}.producthub-storage-value{font-size:.9rem;color:var(--text-primary);font-weight:600;line-height:1.4}
