@font-face{font-family:Playfair Display;src:url(./assets/fonts/Playfair_Display/PlayfairDisplay-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Playfair Display;src:url(./assets/fonts/Playfair_Display/PlayfairDisplay-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Roboto;src:url(./assets/fonts/Roboto/Roboto-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Roboto;src:url(./assets/fonts/Roboto/Roboto-Bold.ttf) format("truetype");font-weight:700;font-style:normal}:root{--black:#000;--bg:#F5F5F0;--brand:#AA9280;--accent:#f97316;--card-border: rgba(0,0,0,.08);--muted-text: #6f6259;--muted: #8b7f79;--header-offset: 80px}#hero,#features,#demo,#pricing,#contact{scroll-margin-top:var(--header-offset)}html,body{height:100%}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);overflow-x:hidden;color:#111;font-family:Roboto,system-ui,Arial,sans-serif}.nav{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;height:80px;background:#fff;padding:0 clamp(20px,6vw,120px);border-bottom:1px solid #eee;font-family:Playfair Display,serif}.brand{display:flex;align-items:center;gap:12px;cursor:pointer}.brand img{width:48px;height:48px;object-fit:contain}.brand p{font-weight:700;font-size:28px;color:#000;text-transform:none}.brand span{display:flex;background-color:#f97415;border-radius:25%;width:45px;height:45px;color:#fff;justify-content:center;align-content:center;align-items:center;font-weight:700;font-size:1.5rem}.nav-links{display:flex;align-items:center;gap:28px}.nav .link{font-size:18px;color:#000;text-decoration:none}@media (max-width:840px){.burger{display:block}.nav-links{position:absolute;right:0;top:80px;width:100%;flex-direction:column;gap:10px;padding:12px 16px;background:#fff;border-bottom:1px solid #eee;display:none}.nav-links.show{display:flex}}.btn-accent{background:var(--accent);color:#fff}.burger{display:none;background:transparent;border:0;padding:8px;cursor:pointer}.burger span{display:block;width:24px;height:2px;background:#000;margin:5px 0}@media (max-width: 840px){.burger{display:block}.nav-links{position:absolute;right:0;top:80px;width:100%;flex-direction:column;gap:10px;padding:12px 16px;background:#fff;border-bottom:1px solid #eee;display:none}.nav-links.show{display:flex}}body{background:#f5f5f0;overflow-x:hidden;max-width:100vw}.hero{position:relative;min-height:100vh;display:grid;place-items:center;text-align:center;padding:60px 20px;color:#fff;background:linear-gradient(#0000008c,#0000008c),url(/imgs/restaurant-hero.jpg) center / cover no-repeat fixed}@media (max-width: 768px){.hero{background-attachment:scroll;min-height:60vh}}.container-narrow{width:min(1100px,90vw);margin-inline:auto}.hero h1{font-family:Playfair Display,serif;font-weight:800;font-size:clamp(2.2rem,6vw,72px);line-height:1.05;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.45)}.hero h1 .accent{display:block;color:#f97316}.hero .subhead{font:400 clamp(1rem,2.1vw,20px) / 1.5 Roboto,sans-serif;max-width:60ch;margin:14px auto 0;opacity:.95;text-shadow:0 1px 10px rgba(0,0,0,.35)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:999px;border:1px solid transparent;font:700 15px/1 Roboto,sans-serif;text-decoration:none;cursor:pointer;transition:transform .15s ease,opacity .15s ease,background .15s ease,border-color .15s ease}.btn-accent{background:#f97316;color:#fff}.btn-accent:hover{transform:translateY(-1px);opacity:.95}.btn-outline{background:transparent;color:#333;border-color:#eee}.btn-outline:hover{background:#fafafa}main,.hero{border-top:0;border-bottom:0}.section{padding:7vh 0}.section>h3{font-weight:800;font-family:Playfair Display,serif;font-size:clamp(1.6rem,3.6vw,48px);text-align:center}.section-sub{font:400 1rem Roboto,sans-serif;color:#555;text-align:center;margin-top:8px;margin-bottom:22px}.space{height:1px;padding-top:10vh}.why-grid{width:min(1100px,92vw);margin:28px auto 0;display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media (max-width: 1024px){.why-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 560px){.why-grid{grid-template-columns:1fr}}.why-card{background:#fff;border-radius:18px;border:1px solid var(--card-border);box-shadow:0 1px #00000008,0 10px 22px #0000000d;padding:12px;text-align:center;display:flex;align-items:center;flex-direction:column;gap:14px}.why-icon{width:96px;height:96px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(85% 85% at 50% 35%,#fff1e6,#fff6ef 60%,#fff);box-shadow:0 0 0 8px #fff inset,0 2px 12px #f973161f}.why-icon img{width:34px;height:34px;display:block}.why-card h4{font-family:Playfair Display,serif;font-weight:800;font-size:1.25rem;line-height:1.5;color:#171412;margin-top:6px}.why-card .why-desc{font:400 16px/1.8 Roboto,sans-serif;color:var(--muted-text);max-width:38ch}.why-card:hover{box-shadow:0 2px #00000008,0 16px 28px #00000014;transform:translateY(-1px);transition:box-shadow .25s ease,transform .25s ease;cursor:pointer}.pricing-tables{display:flex;justify-content:center;align-items:stretch;flex-wrap:wrap;gap:32px;background:transparent;padding:0}.price-container{position:relative;background:#fff;border:1px solid var(--card-border);border-radius:16px;box-shadow:0 2px 10px #0000000a;padding:28px 28px 84px;width:360px;max-width:calc(33% - 24px);display:flex;flex-direction:column;cursor:pointer;scale:1;transform:scale(1);transition:transform .26s cubic-bezier(.2,.7,.3,1) 60ms,box-shadow .26s ease 60ms;will-change:transform}.price-container.pro:hover,.price-container.basique:hover{transform:scale(1.05);box-shadow:0 12px 30px #0000001f;transition:transform .18s cubic-bezier(.24,.9,.25,1),box-shadow .18s ease}.price-container.premium{transform:scale(1.1);transition:transform .26s cubic-bezier(.2,.7,.3,1) 60ms,box-shadow .26s ease 60ms}.price-container.premium:hover{transform:scale(1);box-shadow:0 18px 40px #f973162e;transition:transform .18s cubic-bezier(.24,.9,.25,1),box-shadow .18s ease}@media (prefers-reduced-motion: reduce){.price-container{transition:none;transform:none}.price-container:hover{transform:none;box-shadow:0 2px 10px #0000000a}}.price-header{background:none!important;height:auto;translate:none;border-radius:0;display:block;padding:0;text-align:center;color:#1a1613}.price-header p{font-family:Playfair Display,serif;font-weight:800;font-size:clamp(1.25rem,1.2vw + 1rem,28px);line-height:1.2}.price-bubble{position:static;transform:none;left:auto;top:auto;width:auto;height:auto;border:none;box-shadow:none;background:transparent;margin:12px 0 2px;display:flex;justify-content:center;align-items:baseline}.price-text{font-family:Playfair Display,serif;color:var(--accent);font-weight:800;font-size:clamp(2rem,2.4vw + 1rem,44px);line-height:1}.price-text b{font-weight:800}.price-text b:after{content:","}.price-subtext{color:var(--muted);margin-top:6px;text-align:center}.price-body{margin-top:14px}.price-body>p{text-align:center;color:#948a83;font:500 14px/1.4 Roboto,sans-serif;margin:4px 0}.price-body ul{list-style:none;margin:18px 0 0;padding:0;display:flex;flex-direction:column;gap:14px}.price-body ul li{display:flex;align-items:flex-start;gap:12px;text-align:left;color:#2b2521;font:500 16px/1.5 Roboto,sans-serif}.price-body ul li i{font-style:normal;line-height:1;margin-top:2px}.ok{color:var(--accent);font-weight:700}.no{color:#d1d5db}.price-button{position:absolute;left:28px;right:28px;bottom:24px;height:44px;border-radius:10px;border:1px solid #e5e2df;background:#fff;color:#1f1b18;font-weight:600;transition:all .2s ease}.price-button:hover{border-color:#d8d5d2}.price-container.premium{border:2px solid var(--accent);box-shadow:0 12px 32px #f973162e}.price-container.premium .price-button{background:var(--accent);color:#fff;border-color:var(--brand)}.price-container.premium .price-button:hover{opacity:.95}.premium>.popularity-tag{background-color:#fff;position:absolute;top:-20px;color:var(--accent);align-self:center;padding:5px;border-radius:10px;border:2px solid var(--accent);box-shadow:0 12px 32px #f973162e;font-weight:700}@media (max-width:1100px){.price-container{max-width:420px;flex:1 1 320px}}@media (max-width:768px){.pricing-tables{gap:20px}.price-container{width:100%;max-width:560px}}#demo h3{font-family:Playfair Display,serif;font-weight:800;font-size:48px;text-align:center;margin-bottom:6px}#demo .section-sub{text-align:center;color:#6f6259;max-width:760px;margin:0 auto 28px}.demo-container{--demo-bg: url(/imgs/editor-demo.jpg);background:none;position:relative;width:min(1120px,92vw);height:520px;margin:0 auto 34px;border-radius:18px;overflow:hidden;box-shadow:0 20px 40px #00000024}.demo-container:before{content:"";position:absolute;top:-10px;right:-10px;bottom:-10px;left:-10px;background:var(--demo-bg) center/cover no-repeat;filter:blur(10px) saturate(105%);-webkit-filter:blur(10px) saturate(105%);transform:scale(1.03);will-change:transform,filter;z-index:0}.demo-container:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:1}.demo-embed{z-index:2}.demo-embed:before,.demo-embed:after{z-index:3}@media (max-width: 992px){.demo-container{height:440px}}@media (max-width: 560px){.demo-container{height:360px}}.demo-embed{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;padding:0 24px;gap:14px;z-index:3}.demo-embed>h3{margin:0;font-size:28px!important;font-weight:400;text-shadow:0 1px 2px rgba(0,0,0,.2)}.demo-embed p{max-width:25vw;opacity:.9}.demo-button{display:inline-block;margin-top:6px;padding:12px 22px;border-radius:10px;background:#f97316;color:#fff;font-weight:700;text-decoration:none;box-shadow:0 6px 14px #f9731659;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.demo-button:hover{transform:translateY(-1px);box-shadow:0 10px 20px #f973166b}.demo-embed:before{content:"";position:absolute;top:calc(50% - 140px);left:50%;transform:translate(-50%,-50%);width:72px;height:72px;border-radius:50%;background:#fff;box-shadow:0 8px 30px #00000040}.demo-embed:after{content:"";position:absolute;top:calc(50% - 140px);left:50%;transform:translate(-50%,-50%);border-left:14px solid #F97316;border-top:10px solid transparent;border-bottom:10px solid transparent;width:0;height:0}.demo-flex{width:min(1120px,92vw);margin:28px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.demo-card{background:#fff;border:1px solid #EEE4DC;border-radius:16px;box-shadow:0 10px 24px #0000000f;padding:28px 24px;text-align:center;transition:transform .18s ease,box-shadow .18s ease}.demo-card:hover{transform:translateY(-3px);box-shadow:0 18px 36px #00000014}.card-number{display:inline-grid;place-items:center;width:54px;height:54px;border-radius:50%;background:#fff4eb;color:#f97316;font-weight:700;margin-bottom:12px}.demo-card h5{margin:4px 0 6px;font-size:18px;color:#2a211d}.demo-card p{color:#6f6259;font-size:15px;line-height:1.5;max-width:320px;margin:0 auto}@media (max-width: 992px){.demo-container{height:440px}.demo-flex{grid-template-columns:repeat(2,1fr)}}@media (max-width: 560px){.demo-container{height:360px}.demo-flex{grid-template-columns:1fr}#demo h3{font-size:34px}.demo-embed h3{font-size:22px}}.footer{background:#f7f5f2;color:#2a211d;padding:26px 0 12px;display:flex;flex-direction:column;gap:10px}.footer .brand{width:100%;max-width:1200px;margin:0 auto;padding:0 10vw;display:flex;align-items:center;gap:12px;justify-content:flex-start;cursor:pointer;color:#2a211d}.footer .brand span{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:10px;background:linear-gradient(180deg,#ff8a33,#f97316);color:#fff;font-weight:800;font-size:14px;letter-spacing:.5px}.footer .brand p{font-family:Playfair Display,serif;font-weight:700;font-size:20px;margin:0}.footer-container{width:100%;max-width:1200px;margin:0 auto;padding:8px 10vw 16px;display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap;text-align:left}.footer-col{flex:1;min-width:260px;margin:6px 10px}.footer-col h2{font-size:18px;font-weight:700;margin:0 0 12px;color:#2a211d}.footer-col ul{list-style:none;margin:0;padding:0}.footer-col ul li{margin:6px 0;font-size:16px;color:#5b524c}.footer-col ul li a{color:#5b524c;text-decoration:none}.footer-col ul li a:hover{color:#f97316}.footer-col a[href^=mailto],.footer-col a[href^=tel]{color:#f97316;font-weight:500}.footer-col a[href^=mailto]:hover,.footer-col a[href^=tel]:hover{opacity:.85}.footer-feet{width:100%;border-top:1px solid #E8E3DF;background:transparent;padding:14px 10vw;text-align:center;color:#6f6259;font-size:14px}.footer-feet p{margin:0}.footer-feet p a{color:inherit;text-decoration:none}.footer-feet p a:hover{color:#f97316}@media (max-width:768px){.footer .brand{padding:0 20px}.footer-container{padding:8px 20px 18px;flex-direction:column;gap:10px}.footer-col{min-width:0;margin:6px 0}}*{margin:0;padding:0;box-sizing:border-box}.sso-wrapper{display:flex;justify-content:center;align-items:center;width:100%;height:100%;margin-top:5vh;margin-bottom:5vh}.sso-container{width:100%;max-width:800px;height:600px;perspective:1000px;display:flex;justify-content:center;align-items:center}.sso-card{width:100%;height:100%;position:relative;transform-style:preserve-3d;transition:transform .8s ease-in-out}.sso-container.flip .sso-card{transform:rotateY(180deg)}.sso-card-front,.sso-card-back{position:absolute;top:0;left:0;right:0;bottom:0;backface-visibility:hidden;background-color:#fff;border-radius:12px;box-shadow:0 8px 32px #0000001a;padding:40px;display:flex;flex-direction:column;justify-content:center;align-items:center}.sso-card-back{transform:rotateY(180deg)}.sso-form{display:flex;flex-direction:column;gap:20px;width:100%;max-width:400px}.sso-card-back .sso-form{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:700px}.sso-form-section{display:flex;flex-direction:column;gap:15px;width:100%}.sso-card-back .sso-form .sso-form-section:last-child{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr 1fr;gap:15px;align-items:end}.sso-card-back .sso-form .sso-form-section:last-child .sso-button{grid-column:1 / -1;margin-top:10px}.sso-form label{display:flex;flex-direction:column;font-weight:500;color:#333;gap:5px}.sso-form input{padding:12px;border:2px solid #e1e5e9;border-radius:8px;width:100%;font-size:14px;transition:border-color .3s,box-shadow .3s}.sso-form input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.sso-button{background-color:#007bff;color:#fff;padding:14px 20px;border:none;border-radius:8px;cursor:pointer;font-weight:700;width:100%;font-size:16px;transition:background-color .3s,transform .2s}.sso-button:hover{background-color:#0056b3;transform:translateY(-1px)}.switch-link{background-color:transparent;border:none;color:#007bff;text-decoration:underline;cursor:pointer;font-size:1rem;margin-top:20px;padding:10px;transition:color .3s}.switch-link:hover{color:#0056b3}h1{font-size:2.5rem;text-align:center;margin-bottom:30px;color:#333;font-weight:300}.divider{text-align:center;margin:1.5rem 0;position:relative}.divider:before,.divider:after{content:"";position:absolute;top:50%;width:45%;height:1px;background:#ccc}.divider:before{left:0}.divider:after{right:0}.sso-social-buttons{display:flex;justify-content:center;gap:1rem;margin-top:1.5rem}.sso-social{background-color:#fff;border:1px solid #ccc;border-radius:50%;width:52px;height:52px;display:flex;align-items:center;justify-content:center;padding:0;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.sso-social:hover{transform:scale(1.05);box-shadow:0 0 6px #0003}.sso-social img{width:24px;height:24px}.editor-settings{width:100%;padding:1rem;box-sizing:border-box;background-color:#f9f9f9}.settings-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.settings-grid{display:flex;flex-wrap:wrap;gap:1rem}.editor-section{flex:1 1 calc(33.333% - 1rem);min-width:280px;padding:1rem 1rem .5rem;box-sizing:border-box;display:flex;flex-direction:column;gap:1rem;border-right:1px solid #ccc}.settings-grid>.editor-section:nth-child(3n){border-right:none}@media (max-width: 900px){.editor-section{flex:1 1 calc(50% - 1rem)}}@media (max-width: 600px){.editor-section{flex:1 1 100%}}.editor-section h3,.editor-section h4{margin:0;font-size:1.1rem;color:#333}.editor-section-color{display:flex;flex-wrap:wrap;gap:1rem}.editor-section-color .color-setting{flex:1 1 calc(50% - .5rem);min-width:140px}.color-setting{display:flex;align-items:center;gap:.5rem;text-wrap:wrap}.color-setting.column{flex-direction:column;align-items:stretch;gap:.5rem}.color-setting label{font-weight:600;color:#555;white-space:nowrap;min-width:100px;margin:0}.color-setting input[type=color]{width:100%;max-width:60px;padding:0;border:none;background:none}.color-setting input[type=color],.color-setting input[type=text],.color-setting select{padding:.4rem .6rem;border-radius:5px;border:1px solid #ccc;font-size:.95rem;background-color:#fff;width:100%}input[type=file]{display:none}.custom-file-wrapper{display:flex;align-items:center;gap:.5rem}.custom-file-label{padding:.4rem .8rem;background-color:#1976d2;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:.9rem;transition:background-color .2s}.custom-file-label:hover{background-color:#145ea8}button{padding:.5rem .9rem;font-size:.9rem;background-color:#444;color:#fff;border:none;border-radius:6px;cursor:pointer;margin-top:.5rem;transition:background-color .2s ease}button:hover{background-color:#222}.color-setting.row{flex-direction:row;align-items:center;gap:.5rem;flex-wrap:wrap}.color-setting.row label{min-width:90px}.color-setting.row input[type=text],.color-setting.row select{flex:1;min-width:100px}.color-setting input[type=number]{padding:.4rem .6rem;border-radius:5px;border:1px solid #ccc;font-size:.95rem;background-color:#fff;width:100%;max-width:80px;box-sizing:border-box}.color-setting input[type=number]::-webkit-inner-spin-button,.color-setting input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.color-input-wrapper{margin-bottom:1rem;position:relative}.color-button{width:100%;padding:.5rem;border:none;font-weight:700;cursor:pointer;border-radius:4px;border-style:solid;border-color:#000;border-width:1px}.color-picker-popup{background:#fff;padding:10px;border:1px solid #ccc;z-index:10;position:absolute}.color-input-text{margin-top:.5rem;width:100%;padding:6px;font-family:monospace;box-sizing:border-box}.hex-input{width:100%;margin:.5rem 0;padding:.25rem;border:1px solid #ccc;border-radius:4px}.ok-button{background-color:#4caf50;color:#fff;padding:.4rem .8rem;border:none;border-radius:4px;cursor:pointer;width:100%}.transparent-toggle{background:#ddd;color:#000;border:none;padding:5px;border-radius:4px;margin-top:6px;cursor:pointer;font-size:.85rem}.transparent-toggle{background:#f5f5f5;color:#333;border:1px solid #ccc;padding:6px 10px;border-radius:4px;margin-top:8px;cursor:pointer;font-size:.85rem;transition:all .2s ease;width:100%;text-align:center}.transparent-toggle:hover{background-color:#e8e8e8;border-color:#aaa;color:#000}.color-picker-actions{display:flex;gap:.5rem;margin-top:.5rem}.editor-side{padding:1rem;overflow-y:auto;position:relative}.category-list{display:flex;flex-direction:column;gap:.5rem}.category-block{padding:.6rem;border-radius:4px;background-color:transparent;transition:background-color .2s ease;border:none}.category-block.dragging{background-color:#f0f8ff;box-shadow:0 0 4px #00000026}.category-header{display:flex;align-items:center;gap:.5rem;cursor:pointer}.drag-handle{cursor:grab;font-size:1.1rem;-webkit-user-select:none;user-select:none;color:#888}.drag-handle:active{cursor:grabbing;color:#007bff}.category-title{flex:1}.item-dropzone{padding-left:1rem;border-left:2px dashed #ddd;margin-top:.5rem}.item-dropzone.highlight-drop{background-color:#eef7ff;border-left-color:#007bff}.item-dropzone li{display:flex;justify-content:space-between;align-items:center;padding:.3rem 0}.delete-button{background:transparent;border:none;color:#c0392b;font-size:1rem;cursor:pointer}.editor-add-button{position:absolute;bottom:1rem;right:1rem}.editor-add-button>button{width:48px;height:48px;border-radius:50%;background-color:#222;color:#fff;border:none;font-size:1.8rem;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;line-height:1;box-shadow:0 2px 8px #0003}.add-menu{position:absolute;bottom:100%;right:0;background:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 4px 10px #0000001a;z-index:10;min-width:180px}.add-menu div{padding:8px 12px;cursor:pointer}.add-menu div:hover{background-color:#f0f0f0}.editor-previsualisation{width:50%;padding:1rem;background-color:#fff;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.editor-previsualisation::-webkit-scrollbar{width:6px}.editor-previsualisation::-webkit-scrollbar-thumb{background-color:#0000004d;border-radius:4px}.editor-previsualisation::-webkit-scrollbar-track{background:transparent}.category-title{font-size:1.4rem;margin-bottom:.6rem;padding-bottom:.4rem;color:#222}.menu-category{margin-bottom:1.5rem}.category-separator{width:100%;display:block}.menu-item{padding:.8rem 0}.item-header{display:flex;justify-content:space-between;align-items:center;gap:.5rem;flex-wrap:wrap}.item-name{flex:1}.item-price{white-space:nowrap;margin-left:1rem;font-weight:700;color:#27ae60}.item-description{font-size:.85rem;color:#555;margin-top:.2rem}.preview-row{display:flex;justify-content:space-between;flex-wrap:wrap;margin-top:.5rem;gap:1rem}.preview-tags,.preview-allergens{display:flex;gap:.4rem;flex-wrap:wrap}.icon-box{width:40px;height:40px;border-radius:4px;background-color:#f5f5f5;border:1px solid #ccc;display:flex;align-items:center;justify-content:center}.icon-box img{width:70%;height:70%;object-fit:contain}.menu-logo{position:absolute;z-index:2}.menu-logo.top-left{top:10px;left:10px}.menu-logo.top-right{top:10px;right:10px}.menu-logo.bottom-left{bottom:10px;left:10px}.menu-logo.bottom-right{bottom:10px;right:10px}.menu-logo.top-center{top:10px;left:50%;transform:translate(-50%)}.menu-logo.watermark{top:50%;left:50%;transform:translate(-50%,-50%);opacity:.06;z-index:0;max-width:80%;max-height:80%;pointer-events:none}.custom-header,.custom-footer{font-size:1.4rem;font-weight:700;margin:1rem 0;z-index:2;color:#000}.icon-checkbox.circle img,.icon-box.circle{border-radius:50%}.category-separator{width:100%;display:block;margin:8px 0}.category-separator img{display:block;margin:0 auto}.category-separator-image{display:block;margin:8px 0;max-width:100%}.category-separator-line{width:100%;margin:8px 0}.item-content-row{display:flex;align-items:flex-start;gap:1rem}.item-image-preview img{max-width:100px;height:auto;border-radius:4px}.item-texts{flex:1}.editor-edition{width:25%;padding:1rem;background-color:#f9f9f9;border:1px solid #ddd;overflow-y:auto;max-height:100%;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.editor-edition::-webkit-scrollbar{width:6px}.editor-edition::-webkit-scrollbar-thumb{background-color:#0000004d;border-radius:4px}.editor-edition::-webkit-scrollbar-track{background:transparent}.editor-edition h4{margin-bottom:1rem;font-size:1.2rem;font-weight:700}.editor-form{display:flex;flex-direction:column;gap:1rem;font-size:.95rem}.editor-form label{display:flex;flex-direction:column;font-weight:600}.editor-form input[type=text],.editor-form input[type=number],.editor-form input[type=color],.editor-form select,.editor-form textarea{margin-top:.3rem;padding:.5rem;border-radius:6px;border:1px solid #ccc;font-size:.95rem;background-color:#f9f9f9}.editor-form textarea{resize:vertical;min-height:60px}.color-inline{display:flex;align-items:center;gap:.6rem;margin-top:.3rem}.checkbox-inline{font-size:.85rem;display:flex;align-items:center;gap:.4rem}.editor-tags .group,.editor-allergens .group{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:.5rem}.icon-checkbox{aspect-ratio:1 / 1;width:100%;border:2px solid transparent;border-radius:8px;cursor:pointer;overflow:hidden;background-color:#f5f5f5;transition:border-color .2s,background-color .2s;display:flex;align-items:center;justify-content:center}.icon-checkbox img{width:100%;height:100%;object-fit:contain;display:block;filter:grayscale(100%);transition:filter .2s}.icon-checkbox.active{border-color:#007bff;background-color:#e8f0ff}.icon-checkbox.active img{filter:none}.delete-button{margin-left:auto;background:transparent;border:none;cursor:pointer;color:#c0392b;font-size:1rem}.custom-file-label{position:relative;display:inline-block;cursor:pointer;margin-top:.5rem}.file-btn{background-color:#444;color:#fff;padding:6px 12px;border-radius:4px;display:inline-block;margin-left:.5rem;font-size:.9rem}.file-name{margin-left:.8rem;font-style:italic;color:#333}.remove-btn{margin-left:1rem;padding:4px 8px;background-color:#d9534f;color:#fff;border:none;border-radius:3px;cursor:pointer;font-size:.85rem}.remove-btn:hover{background-color:#c9302c}.file-upload-wrapper{display:flex;flex-direction:column;gap:.5rem}.file-upload-label{font-weight:600;margin-bottom:.2rem}.file-upload-controls{display:flex;flex-direction:column;gap:.5rem}.file-upload-btn{background-color:#007bff;color:#fff;padding:6px 12px;border-radius:4px;text-align:center;cursor:pointer;font-size:.9rem;width:fit-content}.file-upload-btn:hover{background-color:#0056b3}.file-preview img{max-width:100%;border:1px solid #ccc;border-radius:4px}.preview-window{position:relative;background:#ddd;overflow:hidden;border:1px solid #ccc;margin:1rem 0}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:9999}.modal-container{background:#fff;padding:2rem;width:90%;max-width:600px;border-radius:8px;box-shadow:0 10px 25px #00000040;position:relative}.preview-window{width:100%;overflow:hidden;border:1px solid #ccc;background:#ddd;margin:1rem 0;display:flex;justify-content:center;align-items:center}.preview-inner{position:relative;overflow:hidden}.preview-image{position:absolute;top:0;left:0;transform-origin:top left;max-width:none;max-height:none;will-change:transform}.controls{display:flex;flex-direction:column;gap:.75rem}.controls label{display:flex;flex-direction:column;font-weight:700;font-size:.95rem}.modal-buttons{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem}.modal-buttons button{padding:.5rem 1.2rem;border:none;border-radius:4px;font-weight:700;cursor:pointer}.cancel-btn{background:#bbb;color:#fff}.save-btn{background:#4caf50;color:#fff}.modal-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.delete-modal{background:#fff;border-radius:8px;padding:1.5rem;width:350px;box-shadow:0 5px 20px #0003;animation:fadeIn .2s ease}.delete-modal h3{margin-top:0;color:#d9534f}.delete-summary{background:#f9f9f9;padding:.5rem;margin:.5rem 0;border-radius:4px;font-size:1rem}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:1rem}.btn-cancel{background:#ddd;border:none;padding:6px 12px;border-radius:4px;cursor:pointer}.btn-confirm{background:#d9534f;color:#fff;border:none;padding:6px 12px;border-radius:4px;cursor:pointer}.editor-container{display:flex;flex-direction:row;height:calc(100vh - 4rem);gap:1rem;padding:1rem;box-sizing:border-box}.editor-side,.editor-edition{flex:0 0 300px;background-color:#f9f9f9;border:1px solid #ddd;padding:1rem;overflow-y:auto;scrollbar-width:thin}.editor-previsualisation{flex:1;background-color:#fff;border:1px solid #ccc;padding:1rem;overflow-y:auto;position:relative;scrollbar-width:thin}.editor-side::-webkit-scrollbar,.editor-edition::-webkit-scrollbar,.editor-previsualisation::-webkit-scrollbar{width:6px}.editor-side::-webkit-scrollbar-thumb,.editor-edition::-webkit-scrollbar-thumb,.editor-previsualisation::-webkit-scrollbar-thumb{background-color:#0003;border-radius:4px}.editor-container{display:flex;flex-direction:row;height:calc(100vh - 5rem);gap:1rem;padding:1rem;box-sizing:border-box}.editor-side,.editor-edition{flex:0 0 300px;background:#f8f8f8;border:1px solid #ddd;overflow-y:auto;padding:1rem}.editor-previsualisation{flex:1;background:#fff;border:1px solid #ccc;overflow-y:auto;padding:1rem}.editor-container{display:flex;width:100%;height:calc(100vh - 300px);overflow:hidden}.editor-container .editor-side:first-child{width:25%;overflow-y:auto;border-right:1px solid #ccc;padding:1rem}.editor-container .editor-previsualisation{width:50%;overflow-y:auto;padding:1rem;border-right:1px solid #ccc}.editor-container .editor-side:last-child{width:25%;overflow-y:auto;padding:1rem}.editor-side.settings-panel{width:100%;padding:1rem;background:#f5f5f5;border-bottom:1px solid #ddd}.export-button{margin:10px;padding:8px 16px;background-color:#2c3e50;color:#fff;border:none;border-radius:4px;font-weight:700;cursor:pointer;transition:background-color .2s ease}.export-button:hover{background-color:#34495e}
