.recipe-form-overlay{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:100vh!important;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10012!important;padding:1rem;overflow-y:auto}.recipe-form{background:#fff;border-radius:12px;width:100%;max-width:900px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0003;z-index:10013!important;position:relative}.recipe-form__header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e0e0e0;position:sticky;top:0;background:#fff;z-index:10}.recipe-form__header h2{margin:0;font-size:1.5rem;font-weight:700;color:#2c3e50}.recipe-form__close{width:32px;height:32px;border:none;background:transparent;font-size:1.5rem;cursor:pointer;color:#7f8c8d;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.recipe-form__close:hover{background:#f0f0f0;color:#2c3e50}.recipe-form__form{padding:1.5rem}.recipe-form__error{padding:1rem;background:#fee;border:1px solid #fcc;color:#c33;border-radius:8px;margin-bottom:1.5rem;font-size:.95rem}.recipe-form__section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e0e0e0}.recipe-form__section:last-of-type{border-bottom:none}.recipe-form__section-title{font-size:1.25rem;font-weight:700;color:#2c3e50;margin-bottom:1.5rem}.recipe-form__description{color:#7f8c8d;font-size:.9rem;margin-bottom:1rem}.recipe-form__group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.recipe-form__row{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.recipe-form__row{grid-template-columns:1fr 1fr}}.recipe-form__label{font-size:.9rem;font-weight:600;color:#34495e}.recipe-form__required{color:#e74c3c}.recipe-form__hint{font-size:.85rem;color:#95a5a6;font-style:italic}.recipe-form__input,.recipe-form__select,.recipe-form__textarea{width:100%;padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;color:#2c3e50;transition:all .3s ease;font-family:inherit}.recipe-form__input:focus,.recipe-form__select:focus,.recipe-form__textarea:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db1a}.recipe-form__input:read-only{background:#f8f9fa;cursor:not-allowed}.recipe-form__textarea{resize:vertical;min-height:80px}.recipe-form__image-upload{display:flex;gap:.5rem;align-items:flex-start}.recipe-form__image-upload .recipe-form__input{flex:1}.recipe-form__image-preview{margin-top:1rem}.recipe-form__image-preview img{max-width:300px;height:auto;border-radius:8px;border:2px solid #e0e0e0}.recipe-form__service-order-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-top:1rem}.recipe-form__service-order-item{display:flex;align-items:center;gap:.5rem;padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .3s ease}.recipe-form__service-order-item:hover{border-color:#3498db;background:#f8f9fa}.recipe-form__service-order-item input[type=checkbox]{margin:0;cursor:pointer}.recipe-form__service-order-item span{color:#27ae60}.recipe-form__service-order-item input[type=checkbox]:checked+span{font-weight:600;color:#3498db}.recipe-form__service-order-item:has(input[type=checkbox]:checked){border-color:#3498db;background:#e8f4f8}.recipe-form__checkbox-group{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem}.recipe-form__checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.recipe-form__checkbox-label span{color:#27ae60}.recipe-form__checkbox{margin:0;cursor:pointer}.recipe-form__cooking-methods-category{margin-bottom:1.5rem}.recipe-form__cooking-methods-category h4{font-size:1rem;font-weight:600;color:#34495e;margin-bottom:.75rem}.recipe-form__ingredients-list,.recipe-form__instructions-list{margin-bottom:1rem}.recipe-form__item{margin-bottom:1rem;padding:1rem;background:#f8f9fa;border-radius:8px;border:1px solid #e0e0e0}.recipe-form__item-row{display:grid;grid-template-columns:1fr;gap:.75rem;align-items:start}@media (min-width: 768px){.recipe-form__item-row{grid-template-columns:2fr 1fr 1fr auto}}.recipe-form__item-row textarea{grid-column:1 / -1}.recipe-form__map{width:100%;height:400px;border-radius:8px;overflow:hidden;border:2px solid #e0e0e0}.recipe-form__button{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:inherit}.recipe-form__button--save{background:#27ae60;color:#fff}.recipe-form__button--save:hover:not(:disabled){background:#229954;transform:translateY(-2px);box-shadow:0 4px 12px #27ae604d}.recipe-form__button--save:disabled{background:#95a5a6;cursor:not-allowed}.recipe-form__button--cancel{background:#e0e0e0;color:#2c3e50}.recipe-form__button--cancel:hover:not(:disabled){background:#d0d0d0}.recipe-form__button--add{background:#3498db;color:#fff;margin-top:.5rem}.recipe-form__button--add:hover{background:#2980b9}.recipe-form__button--remove{background:#e74c3c;color:#fff;padding:.5rem 1rem;font-size:.9rem}.recipe-form__button--remove:hover{background:#c0392b}.recipe-form__button--upload{background:#9b59b6;color:#fff;white-space:nowrap}.recipe-form__button--upload:hover{background:#8e44ad}.recipe-form__actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e0e0e0}.recipe-form__source-details{margin-top:1rem;padding:1rem;background:#f8f9fa;border-radius:8px;border:1px solid #e0e0e0}.recipe-form--embedded{max-width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 4px 20px #00000026;border:1px solid #e0e0e0;border-radius:12px;margin:0 auto;background:#fff}.recipe-form--embedded .recipe-form__header{position:sticky;top:0;background:#fff;z-index:10;border-bottom:1px solid #e0e0e0;flex-shrink:0}.recipe-form--embedded .recipe-form__form{overflow-y:auto;flex:1;min-height:0}@media (max-width: 767px){.recipe-form{max-width:100%;max-height:95vh}.recipe-form--embedded{max-height:75vh}.recipe-form__header,.recipe-form__form{padding:1rem}.recipe-form__service-order-grid{grid-template-columns:1fr}.recipe-form__actions{flex-direction:column}.recipe-form__actions .recipe-form__button{width:100%}}.recipe-comparison-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000020;display:flex;align-items:center;justify-content:center}.recipe-comparison-modal__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.recipe-comparison-modal__content{position:relative;background:#fff;border-radius:12px;width:95%;max-width:1400px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;z-index:10001}.recipe-comparison-modal__close{position:absolute;top:1rem;right:1rem;width:36px;height:36px;border:none;background:#0000001a;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10002;transition:all .2s;color:#333}.recipe-comparison-modal__close:hover{background:#0003;transform:scale(1.1)}.recipe-comparison-modal__header{padding:1.5rem;border-bottom:2px solid #e9ecef;background:#f8f9fa}.recipe-comparison-modal__header h2{margin:0;font-size:1.75rem;font-weight:700;color:#2c3e50}.recipe-comparison-modal__body{flex:1;overflow-y:auto;padding:1.5rem}.recipe-comparison-modal__loading,.recipe-comparison-modal__error{padding:2rem;text-align:center;font-size:1.1rem}.recipe-comparison-modal__error{color:#e74c3c}.recipe-comparison__grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.recipe-comparison__column{border:2px solid #e9ecef;border-radius:8px;padding:1.5rem;background:#fafafa}.recipe-comparison__column--recipe1{border-left:4px solid #3498db}.recipe-comparison__column--recipe2{border-left:4px solid #e74c3c}.recipe-comparison__recipe-header{margin-bottom:1.5rem;text-align:center;padding-bottom:1rem;border-bottom:2px solid #e9ecef}.recipe-comparison__recipe-header h3{margin:0 0 1rem;font-size:1.5rem;font-weight:700;color:#2c3e50}.recipe-comparison__recipe-image{width:100%;max-width:300px;height:auto;border-radius:8px;box-shadow:0 4px 12px #0000001a}.recipe-comparison__section{margin-bottom:2rem}.recipe-comparison__section h4{margin:0 0 1rem;font-size:1.2rem;font-weight:600;color:#34495e;padding-bottom:.5rem;border-bottom:1px solid #dee2e6}.recipe-comparison__info-item{margin-bottom:.75rem;font-size:.95rem;color:#555}.recipe-comparison__info-item strong{color:#2c3e50;margin-right:.5rem}.recipe-comparison__ingredients-list{list-style:none;padding:0;margin:0}.recipe-comparison__ingredient{padding:.5rem;margin-bottom:.5rem;border-radius:4px;display:flex;align-items:center;gap:.5rem;transition:all .2s}.recipe-comparison__ingredient--common{background:#d4edda;border-left:3px solid #28a745}.recipe-comparison__ingredient--only-in-1{background:#fff3cd;border-left:3px solid #ffc107}.recipe-comparison__ingredient--only-in-2{background:#f8d7da;border-left:3px solid #dc3545}.recipe-comparison__ingredient--different{background:#cfe2ff;border-left:3px solid #0d6efd}.recipe-comparison__ingredient-qty{font-weight:600;color:#495057;min-width:60px}.recipe-comparison__ingredient-name{flex:1;color:#212529}.recipe-comparison__instructions-list{padding-left:1.5rem;margin:0}.recipe-comparison__instruction{padding:.75rem;margin-bottom:.75rem;border-radius:4px;background:#f8f9fa;transition:all .2s;color:#212529}.recipe-comparison__instruction--different{background:#cfe2ff;border-left:3px solid #0d6efd;padding-left:1rem}.recipe-comparison__legend{display:flex;flex-wrap:wrap;gap:1.5rem;padding:1.5rem;background:#f8f9fa;border-radius:8px;margin-top:2rem;border:1px solid #dee2e6}.recipe-comparison__legend-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#495057}.recipe-comparison__legend-color{width:20px;height:20px;border-radius:4px;border:1px solid #dee2e6}.recipe-comparison__legend-color--common{background:#d4edda;border-color:#28a745}.recipe-comparison__legend-color--only-1{background:#fff3cd;border-color:#ffc107}.recipe-comparison__legend-color--only-2{background:#f8d7da;border-color:#dc3545}.recipe-comparison__legend-color--different{background:#cfe2ff;border-color:#0d6efd}.recipe-comparison-selector{max-width:600px}.recipe-comparison-selector__search{margin-bottom:1.5rem}.recipe-comparison-selector__input{width:100%;padding:.75rem 1rem;border:2px solid #dee2e6;border-radius:8px;font-size:1rem;transition:all .2s}.recipe-comparison-selector__input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.recipe-comparison-selector__loading,.recipe-comparison-selector__empty,.recipe-comparison-selector__hint{text-align:center;padding:2rem;color:#6c757d;font-size:.95rem}.recipe-comparison-selector__list{display:flex;flex-direction:column;gap:.75rem;max-height:400px;overflow-y:auto}.recipe-comparison-selector__item{display:flex;align-items:center;gap:1rem;padding:1rem;border:2px solid #e9ecef;border-radius:8px;cursor:pointer;transition:all .2s;background:#fff}.recipe-comparison-selector__item:hover{border-color:#667eea;background:#f8f9ff;transform:translate(4px)}.recipe-comparison-selector__item-image{width:60px;height:60px;object-fit:cover;border-radius:6px;flex-shrink:0}.recipe-comparison-selector__item-info{flex:1}.recipe-comparison-selector__item-name{font-weight:600;color:#2c3e50;margin-bottom:.25rem}.recipe-comparison-selector__item-meta{font-size:.875rem;color:#6c757d}@media (max-width: 1024px){.recipe-comparison__grid{grid-template-columns:1fr;gap:1.5rem}.recipe-comparison-modal__content{width:98%;max-height:95vh}}@media (max-width: 768px){.recipe-comparison-modal__header{padding:1rem}.recipe-comparison-modal__header h2{font-size:1.5rem}.recipe-comparison-modal__body,.recipe-comparison__column{padding:1rem}.recipe-comparison__recipe-header h3{font-size:1.25rem}.recipe-comparison__legend{flex-direction:column;gap:1rem}}.image-cropper-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:100000!important;padding:20px}.image-cropper-container{background:#fff;border-radius:8px;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.image-cropper-header{padding:20px;border-bottom:1px solid #e0e0e0}.image-cropper-header h3{margin:0 0 8px;font-size:20px;font-weight:600;color:#333}.image-cropper-header p{margin:0;font-size:14px;color:#666}.image-cropper-canvas-container{position:relative;display:flex;align-items:center;justify-content:center;padding:20px;overflow:auto;max-height:70vh}.image-cropper-canvas-container img{-webkit-user-select:none;user-select:none;pointer-events:none}.image-cropper-crop-area{position:absolute;border:2px solid #2271b1;box-shadow:0 0 0 9999px #00000080;cursor:move}.image-cropper-crop-handle{position:absolute;width:12px;height:12px;background:#2271b1;border:2px solid white;border-radius:50%;cursor:nwse-resize}.image-cropper-handle-nw{top:-6px;left:-6px;cursor:nwse-resize}.image-cropper-handle-ne{top:-6px;right:-6px;cursor:nesw-resize}.image-cropper-handle-sw{bottom:-6px;left:-6px;cursor:nesw-resize}.image-cropper-handle-se{bottom:-6px;right:-6px;cursor:nwse-resize}.image-cropper-actions{padding:20px;border-top:1px solid #e0e0e0;display:flex;gap:12px;justify-content:flex-end}.image-cropper-btn{padding:10px 24px;border:none;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s}.image-cropper-btn-cancel{background:#f0f0f0;color:#333}.image-cropper-btn-cancel:hover{background:#e0e0e0}.image-cropper-btn-apply{background:#2271b1;color:#fff}.image-cropper-btn-apply:hover{background:#1a5a8a}.tou-map-wrapper{width:100%;padding:16px;margin:20px 0;background:var(--card-bg);border-radius:12px;box-shadow:0 2px 8px var(--shadow);border:1px solid var(--border-color)}.tou-map-container{width:100%;height:550px;max-height:550px;border:1px solid var(--border-color);border-radius:8px;overflow:hidden;position:relative}.tou-map-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000;background:color-mix(in srgb,var(--card-bg) 90%,transparent);padding:20px;border-radius:8px;display:flex;flex-direction:column;align-items:center;gap:10px}.tou-map-loading__spinner{width:40px;height:40px;border:4px solid var(--border-color-light);border-top:4px solid var(--bg-primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.leaflet-control-zoom,.leaflet-control-zoom a,.leaflet-control-zoom-in,.leaflet-control-zoom-out{z-index:600!important}.leaflet-control-attribution{z-index:400!important;font-size:11px;background:color-mix(in srgb,var(--card-bg) 90%,transparent)}.leaflet-marker-pane,.leaflet-shadow-pane,.leaflet-overlay-pane,.leaflet-popup-pane,.leaflet-tile-pane{z-index:100!important}.tou-map-filters{margin-top:20px;padding:20px;background:var(--card-bg);border-radius:8px;border:1px solid var(--border-color);display:flex;gap:20px;align-items:center;flex-wrap:wrap}.tou-map-filters__item{display:flex;flex-direction:column;gap:8px;position:relative}.tou-map-filters__item label{font-size:13px;font-weight:600;color:var(--text-primary)}.tou-map-filters__select{min-width:200px;padding:8px 12px;font-size:14px;border:1px solid var(--border-color);border-radius:4px;background:var(--card-bg);color:var(--text-primary);cursor:pointer;transition:all .3s ease}.tou-map-filters__select:hover{border-color:var(--bg-primary)}.tou-map-filters__select:focus{outline:none;border-color:var(--bg-primary);box-shadow:0 0 0 1px var(--bg-primary)}.tou-map-filters__select:disabled{background:var(--bg-tertiary);cursor:not-allowed;opacity:.6}.tou-map-filters__select option{background:var(--card-bg);color:var(--text-primary)}.tou-map-filters__reset{margin-top:24px;width:100%;min-width:100px;padding:12px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;font-size:14px;letter-spacing:.5px;text-transform:uppercase;box-shadow:0 4px 15px #667eea66;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px;position:relative;overflow:hidden}.tou-map-filters__reset:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.tou-map-filters__reset:hover:before{left:100%}.tou-map-filters__reset:hover{background:linear-gradient(135deg,#764ba2,#667eea);box-shadow:0 6px 20px #667eea99;transform:translateY(-2px)}.tou-map-filters__reset:active{transform:translateY(0);box-shadow:0 2px 10px #667eea66}.tou-map-filters__reset:focus{outline:none;box-shadow:0 0 0 3px #667eea4d}.tou-map-filters__input{min-width:200px;padding:8px 12px;font-size:14px;border:1px solid #d1d5db;border-radius:4px;background:#fff;color:#1f2937;transition:all .3s ease}.tou-map-filters__input:hover{border-color:#9ca3af}.tou-map-filters__input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 1px #667eea;background:#fff;color:#1f2937}.tou-map-filters__input::placeholder{color:#6b7280;opacity:.8}.tou-filter-tip{position:absolute;width:100%;max-width:100%;margin-top:8px;padding:12px 16px;background:#fff;border:1px solid var(--border-color);border-radius:8px;box-shadow:0 4px 12px var(--shadow);z-index:1000;opacity:0;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease;pointer-events:none}.tou-filter-tip--show{opacity:1;transform:translateY(0);pointer-events:auto}.tou-filter-tip__header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.tou-filter-tip__icon{width:20px;height:20px;flex-shrink:0;color:var(--text-primary)}.tou-filter-tip__title{font-size:14px;font-weight:600;color:#1e3a5f;margin:0}.tou-filter-tip__content{font-size:13px;line-height:1.5;color:#1e3a5f;margin-bottom:12px}.tou-filter-tip__trigger{cursor:pointer;-webkit-user-select:none;user-select:none}.tou-filter-tip__example{font-style:italic;color:#1e3a5f;margin:8px 0}.tou-filter-tip__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px;padding-top:12px;border-top:1px solid #e0e0e0}.tou-filter-tip__checkbox-wrapper{display:flex;align-items:center;gap:6px;cursor:pointer;-webkit-user-select:none;user-select:none}.tou-filter-tip__checkbox{margin:0;cursor:pointer}.tou-filter-tip__checkbox-label{font-size:12px;color:var(--text-secondary);cursor:pointer}.tou-filter-tip__button{padding:6px 16px;background:#2271b1;color:var(--text-primary);border:none;border-radius:4px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.tou-filter-tip__button:hover{background:#135e96}.tou-filter-tip__button:active{background:#0a4b78}.tou-filter-tip__button:focus{outline:none;box-shadow:0 0 0 2px #2271b14d}@media (min-width: 768px){.tou-filter-tip{max-width:400px}}@media (min-width: 1024px){.tou-filter-tip{max-width:500px}}@media (max-width: 767px){.tou-filter-tip{padding:10px 14px;margin-top:6px}.tou-filter-tip__title{font-size:13px}.tou-filter-tip__content{font-size:12px}.tou-filter-tip__footer{flex-direction:column;align-items:stretch;gap:8px}.tou-filter-tip__button{width:100%;padding:8px 16px}.tou-filter-tip__checkbox-wrapper{order:2}}.marker-cluster-small,.marker-cluster-medium,.marker-cluster-large{background-color:#2271b1b3!important;color:#fff!important;font-weight:700!important;border:3px solid #fff!important;box-shadow:0 2px 10px #0000004d!important}.marker-cluster-small{background-color:#dc3545e6!important;width:45px!important;height:45px!important;border-radius:50%!important;font-size:13px!important;line-height:37px!important}.marker-cluster-medium{background-color:#dc3545f2!important;width:50px!important;height:50px!important;border-radius:50%!important;font-size:14px!important;line-height:42px!important}.marker-cluster-medium-large{background-color:#dc3545f2!important;width:55px!important;height:55px!important;border-radius:50%!important;font-size:15px!important;line-height:47px!important}.marker-cluster-large{background-color:#dc3545!important;width:60px!important;height:60px!important;border-radius:50%!important;font-size:16px!important;line-height:52px!important}.marker-cluster div{background-color:transparent!important;color:#fff!important;font-weight:700!important;text-align:center!important}.marker-cluster span{color:#fff!important;font-weight:700!important}.marker-cluster{cursor:pointer!important;transition:all .3s ease!important}.marker-cluster:hover{transform:scale(1.1)!important;box-shadow:0 4px 15px #0006!important;z-index:1000!important}.custom-recipe-marker{position:relative}.custom-recipe-marker img{display:block}.tou-map-popup{min-width:280px;max-width:var(--popup-max-width, min(400px, 60vw));max-height:var(--popup-max-height, min(280px, 50vh));overflow:hidden;display:flex;flex-direction:column;box-sizing:border-box}.leaflet-popup-content-wrapper{position:relative}.leaflet-popup-close-button{position:absolute!important;top:0!important;right:0!important;width:32px!important;height:32px!important;line-height:32px!important;text-align:center!important;font-size:20px!important;font-weight:700!important;color:#fff!important;background:#222222e6!important;border:2px solid #ffffff!important;border-radius:0 0 0 6px!important;box-shadow:0 2px 8px #0000004d!important;z-index:1000!important;cursor:pointer!important;padding:0!important;margin:0!important;text-decoration:none!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:all .2s ease!important}.leaflet-popup-close-button:hover{background:#dc3545f2!important;color:#fff!important;border-color:#fff!important;transform:scale(1.1)!important;box-shadow:0 3px 10px #0006!important}.leaflet-popup-close-button:active{background:#c82333!important;transform:scale(.95)!important}.tou-map-popup__recipes{display:flex;flex-direction:column;gap:0;padding:10px;overflow-y:auto;overflow-x:hidden;max-height:250px;scrollbar-width:thin;scrollbar-color:var(--border-color) var(--bg-tertiary)}.tou-map-popup__recipes::-webkit-scrollbar{width:8px}.tou-map-popup__recipes::-webkit-scrollbar-track{background:#f0f0f0;border-radius:4px}.tou-map-popup__recipes::-webkit-scrollbar-thumb{background:#c3c4c7;border-radius:4px}.tou-map-popup__recipes::-webkit-scrollbar-thumb:hover{background:#8c8f94}.tou-map-popup__recipe-item{display:flex;gap:12px;padding:12px;margin-bottom:12px;background:#fff;border-radius:8px;border:1px solid #e5e5e5;transition:all .3s ease;min-height:80px;position:relative;z-index:1;flex-shrink:0}.tou-map-popup__recipe-item:first-child{padding-top:10px}.tou-map-popup__recipe-item:last-child{margin-bottom:0;padding-bottom:10px}.tou-map-popup__recipe-item:hover{box-shadow:0 2px 8px #0000001a}.tou-map-popup__recipe-image{width:80px;height:80px;flex-shrink:0;border-radius:4px;overflow:hidden}.tou-map-popup__recipe-image img{width:100%;height:100%;object-fit:cover}.tou-map-popup__recipe-content{flex:1;min-width:0;display:flex;flex-direction:column}.tou-map-popup__recipe-title{margin:0 0 5px;font-size:14px;font-weight:600;color:#1f2937;line-height:1.3}.tou-map-popup__recipe-title--clickable{cursor:pointer;color:#667eea;transition:all .3s ease}.tou-map-popup__recipe-title--clickable:hover{color:#5568d3;text-decoration:underline}.tou-map-popup__recipe-meta{margin:0 0 10px;font-size:12px;color:#6b7280;line-height:1.4}.tou-recipe-detail-modal{position:fixed!important;top:0!important;left:0!important;width:100vw!important;height:100vh!important;z-index:100000!important;display:flex!important;align-items:stretch;justify-content:stretch;padding:0!important;box-sizing:border-box;overflow:hidden;margin:0!important}.tou-recipe-detail-modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:100000!important}.tou-recipe-detail-modal__content{position:absolute!important;top:0!important;left:0!important;width:100vw!important;height:100vh!important;max-width:100vw!important;max-height:100vh!important;background:var(--card-bg);border-radius:0!important;overflow:hidden;display:flex;flex-direction:column;z-index:100001!important;margin:0!important;box-sizing:border-box}.tou-recipe-detail-modal__close{position:absolute;top:10px;right:10px;width:32px;height:32px;border:none;background:var(--card-bg);border-radius:50%;font-size:24px;cursor:pointer;z-index:1;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:all .2s ease}.tou-recipe-detail-modal__close:hover{background:#f0f0f0;color:var(--text-primary)}.tou-recipe-detail-modal__body{padding:0;overflow:hidden;max-height:100vh;display:flex!important;flex-direction:column!important;position:relative;box-sizing:border-box;flex:1;height:100%;min-height:0}.tou-recipe-detail-modal__loading,.tou-recipe-detail-modal__error{padding:30px;text-align:center;color:var(--text-secondary)}.tou-recipe-detail__content-wrapper{padding:30px;overflow-y:auto;overflow-x:hidden;flex:1;box-sizing:border-box;min-height:0;scrollbar-width:thin;scrollbar-color:var(--border-color) var(--bg-tertiary)}.tou-recipe-detail__content-wrapper::-webkit-scrollbar{width:8px}.tou-recipe-detail__content-wrapper::-webkit-scrollbar-track{background:#f0f0f0}.tou-recipe-detail__content-wrapper::-webkit-scrollbar-thumb{background:#c3c4c7;border-radius:4px}.tou-recipe-detail__content-wrapper::-webkit-scrollbar-thumb:hover{background:#8c8f94}.tou-recipe-detail__image{margin-bottom:20px;display:flex;align-items:center;justify-content:center;background:var(--bg-tertiary);border-radius:8px;overflow:hidden}.tou-recipe-detail__image img{max-width:100%;max-height:300px;width:auto;height:auto;object-fit:contain!important;border-radius:8px;display:block}.tou-recipe-detail__author-badge-wrapper{position:fixed;bottom:270px;right:20px;display:flex;flex-direction:column;align-items:center;gap:8px;z-index:100003!important}.tou-recipe-detail__author-badge{width:80px;height:80px;border-radius:50%;background:#fffffff2;box-shadow:0 4px 12px #00000026;display:flex;align-items:center;justify-content:center;padding:4px;border:3px solid #fff;transition:transform .2s,box-shadow .2s}.tou-recipe-detail__author-badge[style*="cursor: pointer"]{cursor:pointer!important}.tou-recipe-detail__author-badge[style*="cursor: pointer"]:hover{transform:scale(1.05);box-shadow:0 6px 16px #0003}.tou-recipe-detail__author-badge-label{font-size:11px;font-weight:600;color:#333;text-align:center;text-transform:uppercase;letter-spacing:.5px;background:#fffffff2;padding:4px 8px;border-radius:4px;box-shadow:0 2px 6px #0000001a;white-space:nowrap}.tou-recipe-detail__author-badge-avatar{width:100%;height:100%;border-radius:50%;object-fit:cover;position:relative}.tou-recipe-detail__author-badge-flag{position:absolute;bottom:-2px;right:-2px;width:28px;height:28px;border-radius:50%;border:2px solid #fff;overflow:hidden;background:var(--card-bg);box-shadow:0 2px 6px #0003;z-index:11}.tou-recipe-detail__author-badge-flag img{width:100%;height:100%;object-fit:cover;display:block}.tou-recipe-detail__author-badge-initials{width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:var(--text-primary);display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700;text-transform:uppercase}.tou-recipe-detail__author-badge-country-code{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600;color:var(--text-primary);text-transform:uppercase;background:var(--bg-tertiary)}@media (max-width: 768px){.tou-recipe-detail__author-badge-wrapper{bottom:240px;right:16px;gap:6px}.tou-recipe-detail__author-badge{width:70px;height:70px;padding:3px;border-width:2px}.tou-recipe-detail__author-badge-initials{font-size:28px}.tou-recipe-detail__author-badge-flag{width:24px;height:24px;border-width:2px}.tou-recipe-detail__author-badge-label{font-size:10px;padding:3px 6px;color:#333}}.tou-recipe-detail__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:12px;flex-wrap:wrap}.tou-recipe-detail__title{font-size:28px;font-weight:700;color:var(--text-primary);margin:0;flex:1;min-width:200px}.tou-recipe-detail__rating{margin:12px 0 16px}.tou-recipe-detail__content-note{color:#fff!important;font-size:.85em!important;font-style:italic!important;margin-top:8px!important}.tou-recipe-detail__meta{font-size:16px;color:var(--text-secondary);margin-bottom:20px}.tou-recipe-detail__info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin-bottom:24px;padding:16px;background:var(--bg-tertiary);border-radius:8px}.tou-recipe-detail__info{font-size:14px;color:var(--text-secondary);margin-bottom:10px}.tou-recipe-detail__ingredients,.tou-recipe-detail__instructions,.tou-recipe-detail__section{margin-top:30px}.tou-recipe-detail__ingredients h3,.tou-recipe-detail__instructions h3,.tou-recipe-detail__section h3{font-size:20px;font-weight:600;margin-bottom:15px;color:var(--text-primary)}.tou-recipe-detail__section p{line-height:1.6;color:var(--text-secondary)}.tou-recipe-detail__section ul{list-style:none;padding:0}.tou-recipe-detail__section ul li{padding:8px 0;border-bottom:1px solid #e5e5e5;color:var(--text-secondary)}.tou-recipe-detail__ingredients ul{list-style:none;padding:0}.tou-recipe-detail__ingredients li{padding:8px 0;border-bottom:1px solid #e5e5e5;color:var(--text-primary)}.tou-recipe-detail__instructions ol{padding-left:20px}.tou-recipe-detail__instructions li{margin-bottom:15px;line-height:1.6;color:var(--text-primary)}@media (max-width: 768px){.tou-map-wrapper{padding:12px;margin:12px 0;border-radius:8px}.tou-map-container{height:350px;max-height:350px;min-height:300px}.tou-map-filters{padding:10px;margin-top:12px;flex-direction:column;gap:12px}.tou-map-filters__item{width:100%}.tou-map-filters__select{width:100%;min-width:auto}.tou-map-popup{min-width:200px;max-width:min(85vw,350px);max-height:min(50vh,250px)}.tou-map-popup__recipes{max-height:min(45vh,220px);padding:8px}.tou-map-popup__recipe-item{flex-direction:column;gap:8px;min-height:auto;padding:6px}.tou-map-popup__recipe-image{width:100%;height:60px}.tou-map-popup__recipe-content{width:100%}}@media (max-width: 480px){.tou-map-wrapper{padding:8px;margin:8px 0;border-radius:6px}.tou-map-container{height:300px;max-height:300px;min-height:250px;border-radius:6px}.tou-map-filters{padding:8px;margin-top:8px;gap:10px}.tou-map-popup{min-width:180px;max-width:min(90vw,300px);max-height:min(45vh,220px)}.tou-map-popup__recipes{max-height:min(40vh,190px);padding:8px}.tou-map-popup__recipe-item{min-height:60px;padding:6px}.tou-map-popup__recipe-image{width:50px;height:50px;min-width:50px}.tou-map-popup__recipe-title{font-size:13px;line-height:1.3}.tou-map-popup__recipe-meta{font-size:11px}}.tou-recipe-detail__footer{position:relative!important;background:var(--card-bg)!important;border-top:1px solid #e5e5e5!important;padding:16px!important;display:block!important;z-index:100002!important;flex-shrink:0!important;width:100%!important;box-sizing:border-box!important;margin-top:auto!important}.tou-recipe-detail__footer>.tou-recipe-detail__footer-row,.tou-recipe-detail__footer .tou-recipe-detail__footer-row{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:16px!important;justify-content:center!important;align-items:center!important;width:100%!important;margin-bottom:12px!important;margin-top:0!important;box-sizing:border-box!important;min-height:48px!important;clear:both!important;float:none!important}.tou-recipe-detail__footer>.tou-recipe-detail__footer-row:last-child,.tou-recipe-detail__footer .tou-recipe-detail__footer-row:last-child{margin-bottom:0!important}.tou-recipe-detail__footer-row--top{margin-bottom:12px!important;margin-top:0!important;display:flex!important;width:100%!important}.tou-recipe-detail__footer-row--bottom{margin-top:0!important;margin-bottom:0!important;display:flex!important;width:100%!important}.tou-recipe-detail__footer-icon--edit{color:#28a745}.tou-recipe-detail__footer-icon--edit:hover{background:#28a7451a;color:#218838}.tou-recipe-detail__footer-button{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#28a745;color:var(--text-primary);border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease;position:relative;z-index:10010}.tou-recipe-detail__footer-button:hover{background:#218838;transform:translateY(-1px);box-shadow:0 2px 8px #28a7454d}.tou-recipe-detail__footer-button:active{transform:translateY(0)}.tou-recipe-detail__footer-button svg{width:20px;height:20px;stroke:currentColor}.tou-recipe-detail__footer-icon{width:48px;height:48px;border:none;border-radius:50%;background:var(--bg-tertiary);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0}.tou-recipe-detail__footer-icon:hover:not(:disabled){background:#e5e5e5;transform:scale(1.1)}.tou-recipe-detail__footer-icon--filled,.tou-recipe-detail__footer-icon--active{background:#2271b11a}.tou-recipe-detail__footer-icon--active.tou-recipe-detail__footer-icon--heart{background:#ff00001a}.tou-recipe-detail__footer-icon--active.tou-recipe-detail__footer-icon--star{background:#2271b11a}.tou-recipe-detail__footer-icon:disabled{opacity:.6;cursor:not-allowed}.tou-recipe-detail__footer-icon:disabled:hover{transform:none}.tou-recipe-detail__footer-icon svg{width:24px;height:24px;display:block}.tou-recipe-detail__footer-icon--whatsapp,.tou-recipe-detail__footer-icon--telegram,.tou-recipe-detail__footer-icon--cart{display:flex!important;align-items:center;justify-content:center}.tou-recipe-detail__footer-icon--whatsapp svg,.tou-recipe-detail__footer-icon--telegram svg,.tou-recipe-detail__footer-icon--cart svg{display:block;width:24px;height:24px}@media (max-width: 768px){.tou-recipe-detail-modal{padding:0}.tou-recipe-detail-modal__content{width:100%;height:100%}.tou-recipe-detail-modal__body{padding:0;max-height:100vh}.tou-recipe-detail-modal__close{top:12px;right:12px;width:36px;height:36px;font-size:24px}.tou-recipe-detail__content-wrapper{padding:20px;min-height:0}.tou-recipe-detail__image,.tou-recipe-detail__image img{max-height:300px}.tou-recipe-detail__title{font-size:24px}.tou-recipe-detail__info-grid{grid-template-columns:1fr;padding:12px}.tou-recipe-detail__footer{padding:12px;display:block!important;width:100%!important}.tou-recipe-detail__footer>.tou-recipe-detail__footer-row{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:12px!important;justify-content:center!important;align-items:center!important;width:100%!important;margin-bottom:10px!important;min-height:44px;box-sizing:border-box!important}.tou-recipe-detail__footer>.tou-recipe-detail__footer-row:last-child{margin-bottom:0!important}.tou-recipe-detail__footer-icon{width:44px;height:44px}.tou-recipe-detail__footer-icon svg{width:20px;height:20px}}@media (max-width: 480px){.tou-recipe-detail-modal__content{width:100%;height:100%}.tou-recipe-detail-modal__body{padding:0;max-height:100vh}.tou-recipe-detail__content-wrapper{padding:16px;min-height:0}.tou-recipe-detail-modal__close{top:8px;right:8px;width:32px;height:32px;font-size:20px}.tou-recipe-detail__image,.tou-recipe-detail__image img{max-height:250px}.tou-recipe-detail__title{font-size:20px}.tou-recipe-detail__meta{font-size:14px}.tou-recipe-detail__header{flex-direction:column;align-items:flex-start;gap:.75rem}.tou-recipe-detail__title{min-width:100%}.tou-recipe-detail__info-grid{padding:10px;gap:8px}.tou-recipe-detail__ingredients h3,.tou-recipe-detail__instructions h3,.tou-recipe-detail__section h3{font-size:18px}.tou-recipe-detail__footer{padding:10px;display:block!important;width:100%!important}.tou-recipe-detail__footer>.tou-recipe-detail__footer-row{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:10px!important;justify-content:center!important;align-items:center!important;width:100%!important;margin-bottom:8px!important;min-height:40px;box-sizing:border-box!important}.tou-recipe-detail__footer>.tou-recipe-detail__footer-row:last-child{margin-bottom:0!important}.tou-recipe-detail__footer-icon{width:40px;height:40px}.tou-recipe-detail__footer-icon svg{width:18px;height:18px}.tou-recipe-detail__author-badge-wrapper{bottom:230px;right:12px;gap:5px}.tou-recipe-detail__author-badge{width:60px;height:60px;padding:2px;border-width:2px}.tou-recipe-detail__author-badge-initials{font-size:24px}.tou-recipe-detail__author-badge-flag{width:20px;height:20px;border-width:1.5px}.tou-recipe-detail__author-badge-label{font-size:9px;padding:2px 5px;color:#333}}
