*,:after,:before{margin:0;padding:0;box-sizing:border-box}body{background:#f7f7f7;flex-direction:column;min-height:100vh;padding:70px 20px 20px;font-family:Lato,sans-serif}.toolbar,body{display:flex;align-items:center}.toolbar{position:fixed;top:0;left:0;right:0;background:#2c2420;color:#e8e0d4;gap:6px;padding:8px 16px;z-index:100;font-size:13px;flex-wrap:wrap;box-shadow:0 2px 8px rgba(0,0,0,.3)}.toolbar .sep{width:1px;height:24px;background:#5a4f46;margin:0 4px}.toolbar label{font-size:11px;color:#a89880;margin-right:2px}.toolbar input[type=number],.toolbar select{background:#3d342d;color:#e8e0d4;border:1px solid #5a4f46;border-radius:4px;padding:3px 6px;font-size:12px;font-family:inherit}.toolbar input[type=number]{width:52px}.toolbar select{max-width:160px}.toolbar select.target-select{max-width:220px}.toolbar input[type=color]{width:28px;height:24px;border:1px solid #5a4f46;border-radius:4px;background:#3d342d;cursor:pointer;padding:1px}.toolbar button{background:#5a4f46;color:#e8e0d4;border:none;border-radius:4px;padding:4px 10px;font-size:12px;cursor:pointer;font-family:inherit;transition:background .15s}.toolbar button:hover{background:#7a6b5a}.toolbar button.active{background:#b8a88a;color:#2c2420}.btn-save{background:#4a7c59!important;font-weight:700}.btn-save:hover{background:#5a9c69!important}.btn-history{background:#4a6a7c!important}.btn-history:hover{background:#5a8a9c!important}.btn-nav{background:#6b5080!important;text-decoration:none;display:inline-block}.btn-nav:hover{background:#8a6aa0!important}.toolbar .status{font-size:11px;color:#a89880;margin-left:auto}.history-panel{display:none;position:fixed;top:50px;right:16px;width:360px;max-height:70vh;background:#2c2420;border:1px solid #5a4f46;border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.4);z-index:101;overflow-y:auto;color:#e8e0d4;font-size:13px}.history-panel.open{display:block}.history-panel h3{padding:12px 16px;border-bottom:1px solid #5a4f46;font-size:14px;font-weight:700}.history-item{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;border-bottom:1px solid #3d342d;gap:8px}.history-item:hover{background:#3d342d}.history-item .info{flex:1 1;min-width:0}.history-item .msg{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-item .date{font-size:10px;color:#8b7d6b}.history-item button{font-size:11px;padding:3px 8px;flex-shrink:0}.menu{width:210mm;height:297mm;background:#f7f7f7;position:relative;padding:30px 35px 25px;overflow:hidden}.menu:before{top:12px;left:12px;right:12px;bottom:12px;border:1.5px solid #c4b69c}.menu:after,.menu:before{content:"";position:absolute;pointer-events:none}.menu:after{top:16px;left:16px;right:16px;bottom:16px;border:.5px solid #d4c9b5}.corner{position:absolute;width:24px;height:24px;z-index:2}.corner:after,.corner:before{content:"";position:absolute;background:#b8a88a}.corner-tl{top:8px;left:8px}.corner-tr{top:8px;right:8px}.corner-bl{bottom:8px;left:8px}.corner-br{bottom:8px;right:8px}.corner-tl:before{top:0;left:0;width:20px;height:1.5px}.corner-tl:after{top:0;left:0;width:1.5px;height:20px}.corner-tr:before{top:0;right:0;width:20px;height:1.5px}.corner-tr:after{top:0;right:0;width:1.5px;height:20px}.corner-bl:before{bottom:0;left:0;width:20px;height:1.5px}.corner-bl:after{bottom:0;left:0;width:1.5px;height:20px}.corner-br:before{bottom:0;right:0;width:20px;height:1.5px}.corner-br:after{bottom:0;right:0;width:1.5px;height:20px}.content{position:relative;z-index:1}[contenteditable=true]{outline:none;transition:background-color .2s ease;border-radius:3px;padding:1px 3px;margin:-1px -3px;cursor:text}[contenteditable=true]:hover{background-color:rgba(184,168,138,.15)}[contenteditable=true]:focus{background-color:rgba(184,168,138,.25);box-shadow:0 0 0 1px rgba(184,168,138,.4)}.header-center{display:flex;align-items:center;justify-content:center;gap:12px;text-align:center;margin-bottom:12px}.title{font-family:Playfair Display,serif;font-size:32px;font-weight:700;color:#3a2e1f;letter-spacing:4px;margin-top:2px}.drinks-list{display:flex;flex-direction:column}.drink-item{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid #ddd5c8}.drink-item:last-child{border-bottom:none}.drink-photo{width:40%;max-height:200px;border-radius:10px;object-fit:contain;flex-shrink:0}.drink-info{flex:1 1;min-width:0}.drink-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:4px}.drink-name{font-size:32px;letter-spacing:1.5px;text-transform:uppercase}.drink-name,.drink-price{font-family:Playfair Display,serif;font-weight:700;color:#3a2e1f}.drink-price{font-size:16px;white-space:nowrap;margin-left:8px}.drink-taste{font-family:var(--drink-taste-font-family,"Lato",sans-serif);font-size:var(--drink-taste-font-size,16px);color:var(--drink-taste-color,#7a6b5a);font-weight:var(--drink-taste-font-weight,300);letter-spacing:var(--drink-taste-letter-spacing,.3px);line-height:var(--drink-taste-line-height,1.5);margin-bottom:2px;font-style:var(--drink-taste-font-style,italic);text-transform:var(--drink-taste-text-transform,none)}.drink-desc{font-family:var(--drink-desc-font-family,"Lato",sans-serif);font-size:var(--drink-desc-font-size,12px);color:var(--drink-desc-color,#8b7d6b);font-weight:var(--drink-desc-font-weight,700);letter-spacing:var(--drink-desc-letter-spacing,.3px);line-height:var(--drink-desc-line-height,1.5);font-style:var(--drink-desc-font-style,normal);text-transform:var(--drink-desc-text-transform,none)}.footer{text-align:center;margin-top:10px;padding-top:4px}.footer-title{font-family:Playfair Display,serif;font-size:15px;font-weight:700;color:#3a2e1f;letter-spacing:3px;text-transform:uppercase}.footer-subtitle{font-size:11px;color:#8b7d6b;font-weight:300;margin-top:2px;font-style:italic}.header{text-align:center;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #e8e0d4}.header-top{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:4px}.header-title{font-family:Cinzel,serif;font-size:24px;font-weight:700;color:#3a2e1f;letter-spacing:2px}.header-hours{font-size:11px;color:#8b7d6b;font-weight:300;letter-spacing:.5px}.columns{display:flex;gap:0}.col-left{flex:1 1;min-width:0;padding-right:20px}.col-right{flex:1 1;min-width:0;padding-left:20px;border-left:1px solid #d4c9b5}.section{margin-bottom:14px}.section-title{font-family:Cinzel,serif;font-size:16px;font-weight:700;color:#3a2e1f;letter-spacing:1px;margin-bottom:8px;padding-bottom:4px;border-bottom:1px solid #ddd5c8}.section-boxed{border:1px solid #ddd5c8;border-radius:6px;padding:10px 12px;margin-bottom:14px}.section-boxed .section-title{border-bottom:none;margin-bottom:6px;padding-bottom:0}.section-main{border:1px solid #ddd5c8;border-radius:6px;padding:10px 12px;margin-bottom:14px}.section-main>.section-title{font-size:20px;margin-bottom:12px;padding-bottom:6px;border-bottom:1.5px solid #c4b69c}.item{margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #e8e0d4}.item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.section-boxed .item{border-bottom:none;padding-bottom:4px;margin-bottom:4px}.item-header{display:flex;justify-content:space-between;align-items:baseline;gap:8px}.item-name,.item-price{font-family:Cinzel,serif;font-size:14px;font-weight:700;color:#3a2e1f}.item-price{white-space:nowrap}.item-desc{font-family:var(--item-desc-font-family,"Playfair Display",serif);font-size:var(--item-desc-font-size,14px);color:var(--item-desc-color,#7a6b5a);font-weight:var(--item-desc-font-weight,300);line-height:var(--item-desc-line-height,1.4);letter-spacing:var(--item-desc-letter-spacing,0);font-style:var(--item-desc-font-style,normal);text-transform:var(--item-desc-text-transform,none);margin-top:2px}.section-boxed .item-name,.section-boxed .item-price{font-size:13px}.item-badges{display:flex;gap:5px;margin-top:4px;flex-wrap:wrap}.badge{font-size:10px;padding:2px 8px;border-radius:10px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:1px solid #d4c9b5;background:transparent;color:#b8a88a;opacity:.4;transition:all .2s;font-family:Lato,sans-serif}.badge:hover{opacity:.7}.badge.active{opacity:1}.badge-vege.active{background:#4a7c59;color:#fff;border-color:#4a7c59}.badge-new.active{background:#c4762b;color:#fff;border-color:#c4762b}.badge-popular.active{background:#8b5e3c;color:#fff;border-color:#8b5e3c}@page{size:A4 portrait;margin:0}@media print{.history-panel,.qr-resize-controls,.toolbar{display:none!important}body,html{background:none;padding:0}.menu,body,html{margin:0;width:210mm;height:297mm}.menu{box-shadow:none;-webkit-print-color-adjust:exact;print-color-adjust:exact}[contenteditable=true]:focus,[contenteditable=true]:hover{background-color:transparent;box-shadow:none}.badge:not(.active){display:none!important}.badge.active{font-size:7px;padding:1px 5px}}