:root{--primary:#007aff;--bg:#f2f2f7;--danger:#ff3b30;--success:#339933;--safe-bottom:env(safe-area-inset-bottom,20px)}html{box-sizing:border-box;font-size:100%}*,*:after,*:before{box-sizing:inherit}body,html{height:100%;margin:0;padding:0;font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;background:var(--bg);display:flex;flex-direction:column;justify-content:center;align-items:center;overscroll-behavior:none}body.scanning #reader{display:block !important}#slogan{margin:0;color:#8e8e93;font-size:1.05rem;font-weight:500;text-align:center}#reader{display:none;width:90%;max-width:350px;aspect-ratio:1/1;background:#000;border-radius:28px;overflow:hidden;position:relative;box-shadow:0 20px 40px rgba(0,0,0,.12);border:4px solid #fff;margin:0 auto}#reader::after{content:"";position:absolute;top:50%;left:10%;right:10%;height:2px;background:var(--danger);z-index:99;box-shadow:0 0 12px var(--danger);animation:scanLine 2s infinite ease-in-out;display:none}#reader[style*="block"]::after{display:block}@keyframes scanLine{0%,100%{top:20%;opacity:.3}50%{top:80%;opacity:1}}#reader canvas,#reader video{width:100% !important;height:100% !important;object-fit:cover !important}#home-container{display:flex;flex-direction:column;align-items:center;gap:30px;width:85%;max-width:400px;padding:20px}#mainLogo{width:300px;height:auto;object-fit:contain}#scanBtn{width:100%;display:flex;align-items:center;justify-content:center;gap:15px;padding:1.5rem 0;font-size:1.5rem;font-weight:800;color:#fff;background:var(--success);border:none;border-radius:60px;box-shadow:0 10px 25px rgba(0,122,255,.3);cursor:pointer;text-transform:uppercase;touch-action:manipulation}#scanBtn:active{transform:scale(.98)}#scanBtn img{height:1.6em;width:auto}#scanBtn.disabled{background:#8e8e93 !important;cursor:not-allowed !important;box-shadow:none !important;opacity:.6}#stopBtn{display:none;min-width:250px;margin-top:20px;padding:.75rem 2rem;font-size:1rem;font-weight:600;color:var(--danger);background:rgba(255,59,48,.1);border:2px solid var(--danger);border-radius:50px;cursor:pointer;transition:all .2s}#status{margin-top:15px;color:#8e8e93;font-size:.95rem;font-weight:500;text-align:center}#historyLink{margin-top:25px;text-align:center}#historyLink a{color:#000 !important;text-decoration:none;font-size:.95rem;font-weight:500;padding:10px}#historyLink a:hover{text-decoration:underline}.offline-popup{position:fixed;top:20px;left:50%;transform:translateX(-50%);background:#ff3b30;color:#fff;padding:1rem 2rem;border-radius:28px;font-size:1.06rem;font-weight:700;box-shadow:0 12px 35px rgba(255,59,48,.4);z-index:10000;display:none;text-align:center;max-width:95vw;white-space:nowrap;min-width:250px;line-height:1.3}.offline-popup.show{display:block;animation:slideDown .3s ease-out}@keyframes slideDown{from{transform:translateX(-50%) translateY(-20px);opacity:0}to{transform:translateX(-50%) translateY(0);opacity:1}}.zediet_modal{background:#ff9900;height:1px;overflow:hidden;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);transition:width .5s ease .5s,height .5s ease;width:0;z-index:10000000}.zediet_content::-webkit-scrollbar-button:single-button{background-color:#bbb;display:block;border-style:solid;height:13px;width:16px}.zediet_content::-webkit-scrollbar-button:single-button:vertical:decrement{border-width:0 8px 8px 8px;border-color:transparent transparent #555 transparent}.zediet_content::-webkit-scrollbar-button:single-button:vertical:increment{border-width:8px 8px 0 8px;border-color:#555 transparent transparent transparent}.zediet_content{color:#fff;font-family:Verdana,arial,sans-serif;font-size:1.125rem;text-align:center;padding:6px 20px 20px;max-height:calc(100vh - 20px);max-width:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;margin:0 auto;display:block}.zediet_content h1,h3,h4,h5,h6{margin:.625rem 0;color:#fff;font-family:Verdana,arial,sans-serif;text-transform:none}.zediet_content h1{font-size:1.75rem;line-height:1.1}.zediet_content h2{font-size:1.625rem;font-weight:700;margin:0;color:#5e4439;line-height:1.1;font-family:Verdana,arial,sans-serif;text-transform:none}.zediet_content h3{font-size:1.5rem;line-height:1.1}.zediet_content h4{font-size:1.25rem;line-height:1.1}.zediet_content h5{font-size:1.125rem;line-height:1.1}.zediet_content h6{font-size:1rem;line-height:1.125}.zediet_content hr{border:none;margin:0}.zediet_content #av2{line-height:1.125rem;margin-top:1.25rem}.zediet_image_frame{max-height:350px;width:100%;max-width:350px;height:auto;object-fit:contain}.zediet_thumbnail{padding:5px;background:#fff;border-radius:10px;max-width:100%;height:auto}.zediet_image_score{width:240px;height:11px;margin:5px 0 10px;border-radius:30px}.zediet_badge{padding:5px 10px;border-radius:10px}.zediet_avis{padding-top:10px}.zediet_link{font-size:.93rem;color:#fff;text-decoration:underline;text-underline-offset:5px}.zediet_label{color:#a47764;cursor:pointer;font-family:Consolas,arial,sans-serif;font-size:1.125rem;position:fixed;left:50%;top:50%;text-transform:uppercase;transform:translate(-50%,-50%);transition:color .5s ease .5s}#history_button,#info_button,#zediet_button{background:0 0;border:none;cursor:pointer;height:0;opacity:0;width:0;margin:0;outline:none}#history_button:checked,#info_button:checked,#zediet_button:checked{height:45px;width:45px;opacity:1;position:fixed;right:20px;bottom:max(20px,var(--safe-bottom));-webkit-appearance:none;z-index:10000001;background:var(--success);border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center}#history_button:checked::after,#history_button:checked::before,#info_button:checked::after,#info_button:checked::before,#zediet_button:checked::after,#zediet_button:checked::before{content:'';position:absolute;width:25px;height:5px;background:#fff;border-radius:2px;transform:rotate(45deg)}#history_button:checked::after,#info_button:checked::after,#zediet_button:checked::after{transform:rotate(-45deg)}#zediet_button:checked~.zediet_modal.scanner-modal,#info_button:checked~.zediet_modal.info-modal,#history_button:checked~.zediet_modal.history-modal{height:100%;width:100%;transition:width .5s ease,height .5s ease .5s}.podcast-tooltip{position:fixed;bottom:80px;left:50%;transform:translateX(-50%);background:rgba(255,255,255,.98);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:20px;padding:10px;box-shadow:0 20px 40px rgba(0,0,0,.15);opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.25,.46,.45,.94);z-index:999;display:flex;flex-direction:column;align-items:center;gap:15px;min-width:280px}.podcast-tooltip.visible{opacity:1;visibility:visible;transform:translateX(-50%) translateY(-10px)}.podcast-tooltip h4{margin:0 0 10px;font-size:1rem;font-weight:700;color:#333}.podcast-icons{display:flex;gap:15px}.podcast-icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;transition:all .2s;cursor:pointer}.podcast-icon:hover{transform:scale(1.1);box-shadow:0 8px 25px rgba(0,0,0,.2)}.podcast-icon img{width:32px;height:32px;filter:grayscale(0);transition:filter .2s}.podcast-icon:hover img{filter:grayscale(.3)}.footer-links{position:fixed;bottom:calc(env(safe-area-inset-bottom,20px) + 1.5rem);left:0;right:0;text-align:center;z-index:100;display:flex;justify-content:center;align-items:center;gap:1.1rem}.footer-links a{color:#000;text-decoration:none;font-size:.9rem;font-weight:500;display:flex;align-items:center;line-height:1.2}#shareLink img{vertical-align:middle !important;margin-right:.25rem}.hide-footer{display:none !important}.history-table{width:100%;border-collapse:collapse;margin-top:10px}.history-table td{padding:15px 10px;vertical-align:top;border-top:1px solid rgba(255,255,255,.2)}.history-image{width:80px;height:80px;object-fit:cover;border-radius:10px;display:block;margin:0 auto}.avis-badge{display:inline-block;box-shadow:0 2px 8px rgba(0,0,0,0.2);transition:all .2s ease}.avis-badge:hover{transform:scale(1.05);box-shadow:0 4px 12px rgba(0,0,0,0.3)}.history-product-info{padding-left:15px;text-align:left}.history-product-name{font-size:1rem;font-weight:700;margin:0 0 5px;line-height:1.3}.history-product-brand{font-size:.875rem;color:#a47764;margin:0}.history-view-link{display:inline-block;margin-top:8px;padding:8px 15px;background:#5e4439;color:#fff !important;text-decoration:none;border-radius:20px;font-size:.875rem;font-weight:500;transition:all .2s}.history-view-link:hover{background:rgba(255,255,255,.3);transform:translateY(-1px)}.clear-history-btn{display:block;margin:25px auto 0;padding:12px 30px;background:rgba(255,59,48,.2);color:#fff !important;text-decoration:none;border:2px solid rgba(255,59,48,.5);border-radius:25px;font-size:1rem;font-weight:600;text-align:center;width:fit-content;transition:all .3s ease;cursor:pointer}.clear-history-btn:hover{background:rgba(255,59,48,.3);border-color:rgba(255,59,48,.7);transform:translateY(-2px);box-shadow:0 5px 15px rgba(255,59,48,.3)}.clear-history-btn:active{transform:translateY(0)}@media(max-width:768px){.zediet_content{max-height:calc(100vh - 100px)}.zediet_image_frame{max-height:275px;max-width:275px}.history-table{font-size:1rem}.history-table th,.history-table td{padding:12px 8px}.history-image{width:70px;height:70px}.history-product-name{font-size:.94rem}.history-product-brand{font-size:.8rem}.podcast-tooltip{min-width:240px;padding:15px}.podcast-icon{width:45px;height:45px}.podcast-icon img{width:28px;height:28px}}@media(max-width:480px){.zediet_content h1{font-size:1.5rem}.zediet_content h2{font-size:1.4rem}.zediet_content h3{font-size:1.3rem}.history-table th,.history-table td{padding:10px 5px}.history-image{width:60px;height:60px}.footer-links{gap:.75rem;font-size:.8rem}}#ios-prompt,.ios-prompt-overlay{display:none;position:fixed;bottom:0;left:0;right:0;top:0}#pwa-install-link{display:none;position:fixed;top:20px;left:50%;transform:translateX(-50%);z-index:99999;white-space:nowrap;text-align:center}#pwa-install-link a{color:#000!important;text-decoration:none;font-size:.95rem;font-weight:500;padding:10px;background:rgba(242,242,247,.8);border-radius:20px;backdrop-filter:blur(5px)}.ios-prompt-overlay{background:rgba(0,0,0,.5);align-items:flex-end;z-index:9999}#ios-prompt{background:rgba(0,0,0,.6);z-index:10000;align-items:flex-end;justify-content:center}.ios-prompt-content{background:#fff;width:100%;max-width:500px;padding:25px 20px;border-radius:20px 20px 0 0;text-align:center;font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto;animation:.3s ease-out slideUp}@keyframes slideUp{from{transform:translateY(100%)}to{transform:translateY(0)}}.ios-prompt-content h3{margin-top:0;color:#5e4439}.ios-prompt-content p{margin:15px 0;color:#666;line-height:1.5}body{overflow-x:hidden;overflow-y:hidden;height:100%;position:fixed;width:100%}.zediet_modal{overflow-y:auto!important;-webkit-overflow-scrolling:touch}.zediet_plus{position: absolute; top: 5000px; left: 0; width: 100%; height: 1px; overflow: hidden; opacity: 0.01;}.seo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:15px;padding:20px;width:100%;max-width:1200px;margin:0 auto}.seo-link{display: block;font-size:13px;color:#888;text-decoration:none;border-bottom:1px solid #eee;padding-bottom:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}