.allergies-page-container{max-width:1000px;margin:0 auto;padding:40px 20px}.allergies-content{background-color:#f8f9fa;border-radius:16px;padding:40px;box-shadow:0 4px 15px #0000000d}.allergies-grid-large{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));place-items:center;gap:40px;margin-top:40px;display:grid}.allergen-item-large{flex-direction:column;align-items:center;display:flex}.allergen-icon-large{cursor:pointer;color:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;transition:transform .3s,box-shadow .3s;display:flex;position:relative}.allergen-icon-large:hover{transform:translateY(-5px)scale(1.05);box-shadow:0 10px 20px #00000026}.allergen-svg-large{width:40px;height:40px}.allergen-tooltip-large{color:#fff;white-space:nowrap;opacity:0;visibility:hidden;z-index:10;pointer-events:none;background-color:#333;border-radius:6px;padding:8px 12px;font-size:14px;font-weight:600;transition:all .2s;position:absolute;top:-45px;left:50%;transform:translate(-50%)}.allergen-tooltip-large:after{content:"";border:6px solid #0000;border-top-color:#333;border-bottom-width:0;position:absolute;bottom:-6px;left:50%;transform:translate(-50%)}.allergen-icon-large:hover .allergen-tooltip-large{opacity:1;visibility:visible;top:-50px}.heat-food-page{max-width:1000px;margin:0 auto;padding:40px 20px}.heat-food-content{color:#030986;background-color:#f4f6f8;border-radius:12px;padding:40px;box-shadow:0 4px 15px #0000000d}.section-icon{object-fit:contain;width:48px;height:48px}.preservation-section{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.preservation-header{align-items:center;gap:15px;display:flex}.section-title{color:#030986;margin:0;font-size:24px;font-weight:700}.preservation-desc p{color:#030986;margin:0;font-size:18px;font-weight:600}.divider{background:#d1d8d5;border:0;height:1px;margin:30px 0}.heating-header{align-items:center;gap:15px;margin-bottom:30px;display:flex}.section-subtitle{color:#555;margin:5px 0 0;font-size:14px}.steps-container{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:50px;display:grid}.step-card{text-align:center;background:#fff;border:1px solid #e1e5e3;border-radius:8px;flex-direction:column;align-items:center;padding:30px 20px;display:flex;box-shadow:0 2px 8px #00000005}.step-icon{object-fit:contain;width:200px;height:200px;margin-bottom:25px}.step-number{color:#3f8c77;margin-bottom:10px;font-size:18px;font-weight:700}.step-text{color:#444;margin:0;font-size:14px;line-height:1.5}.specifics-grid{grid-template-columns:1fr 1fr;gap:30px;display:grid}.specific-item{align-items:center;gap:20px;display:flex}.specific-icon{object-fit:contain;width:100px;height:100px}.specific-text{color:#333;margin:0;font-size:14px;font-weight:500}.warning-text{color:#d32f2f}@media (width<=768px){.specifics-grid{grid-template-columns:1fr}.preservation-section{flex-direction:column;align-items:flex-start}}.rtl-layout .preservation-header,.rtl-layout .heating-header,.rtl-layout .specific-item{text-align:right;flex-direction:row-reverse}:root{--primary-color:#3f6f5d;--bg-color:#f8f9fa;--card-bg:#fff;--text-main:#333;--text-muted:#6c757d;--border-color:#e9ecef;--accent-color:#3f6f5d}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-main);background-image:url(/yellow-pattern.png);background-repeat:repeat;background-size:400px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:2rem}header{text-align:center;background-color:#fff;background-image:repeating-linear-gradient(45deg,#ffffff26,#ffffff26 3px,#0000 3px 20px);margin-bottom:1rem;padding:.2rem 0 .5rem;box-shadow:0 4px 6px -1px #0000001a}header h1{color:#030986;margin-bottom:.2rem;font-size:2.5rem}.main-header{flex-direction:column;justify-content:center;align-items:center;display:flex}.logo{max-height:140px;margin-bottom:1rem}.search-container{text-align:center;margin-bottom:2rem}.search-input{border:1.1px solid #030986;border-radius:8px;outline:none;width:100%;max-width:500px;padding:1rem 1.5rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.search-input:focus{border-color:#030986;box-shadow:0 0 0 3px #03098633}.no-results{text-align:center;color:var(--text-muted);padding:3rem;font-size:1.1rem}.category-section{margin-bottom:3rem}.category-title{color:#030986;background-color:#ffe20a;border-radius:8px;margin-bottom:1.5rem;padding:.8rem 1.5rem;font-size:1.8rem;display:inline-block;box-shadow:0 6px 15px #00000026}.items-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.item-card{cursor:pointer;color:#fff;background-color:#030986;border:1px solid #030986;border-radius:8px;flex-direction:column;justify-content:space-between;min-height:120px;padding:1.5rem;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 10px #00000026}.item-card:hover{border-color:#fff;transform:translateY(-5px);box-shadow:0 12px 24px #00000059}.item-title{margin-bottom:1rem;font-size:1.2rem;font-weight:600}.view-nutrients{color:#fffc;align-self:flex-start;font-size:.9rem;font-weight:500}.nutrients-container{background-color:var(--card-bg);background-position:100% 0;background-repeat:no-repeat;background-size:200px;border-radius:8px;max-width:800px;margin:2rem auto 0;padding:2rem;box-shadow:0 5px 15px #0000000d}.back-link{color:#030986;margin-bottom:1.5rem;font-weight:600;text-decoration:none;display:inline-block}.back-link:hover{text-decoration:underline}.nutrients-placeholder{text-align:center;background-color:var(--bg-color);border:2px dashed var(--border-color);border-radius:8px;margin-top:2rem;padding:4rem 2rem}.nutrients-placeholder h3{color:var(--text-muted);margin-bottom:1rem}.loading,.error{text-align:center;padding:3rem;font-size:1.2rem}.error{color:#e74c3c}.loader-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:400px;padding:5rem 2rem;display:flex}.spinner{border:5px solid #03098633;border-top-color:#030986;border-radius:50%;width:50px;height:50px;margin-bottom:2rem;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.loader-text{color:#030986;margin-bottom:1rem;font-size:1.5rem;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%{opacity:.7}50%{opacity:1}to{opacity:.7}}.loader-subtext{color:var(--text-muted);max-width:400px;font-size:1rem;animation:1s ease-in fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.combined-logos{z-index:1;pointer-events:none;width:100%;max-width:700px;margin-top:-160px;margin-bottom:-160px;position:relative}@media (width<=768px){.container{padding:1rem}header{margin-bottom:2rem;padding:1rem 0}header h1{font-size:2rem}.combined-logos{margin-top:-80px;margin-bottom:-80px}.language-toggle{font-size:.9rem;padding:4px 8px!important;top:10px!important;right:10px!important}.rtl-layout .language-toggle{left:10px!important;right:auto!important}.header-actions{flex-direction:column;align-items:center}.header-actions .search-container{width:100%;max-width:100%}.action-button{font-size:.9rem;padding:0 15px!important}.category-title{padding:.6rem 1.2rem;font-size:1.4rem}.nutrients-container{margin-top:1rem;padding:1.5rem 1rem}}@media (width<=480px){.items-grid{grid-template-columns:1fr;gap:1rem}.item-card{padding:1.2rem}}.rtl-layout{direction:rtl}.rtl-layout .search-input{text-align:right}.rtl-layout .language-toggle{left:20px!important;right:auto!important}.rtl-layout .view-nutrients{align-self:flex-end}
