.geochef-header,.question-number{color:#fff;align-items:center;background:var(--theme_color)}.geochef-container{border:1px solid var(--theme_border);margin:1rem 0;border-radius:var(--theme_radius);font-family:var(--theme_font)}.kan_vc_block .geochef-container,.widget .geochef-container{border:0;border-radius:0;background:0 0}.widget .geochef-header{border-radius:0}.geochef-header{padding:1.5rem;justify-content:center;margin-bottom:1rem;flex-direction:column;gap:1.5rem;text-align:center;border-radius:var(--theme_radius) var(--theme_radius) 0 0;display:flex}.geochef-header p{color:#fff}.ingredient-tag button,.recipe-saved-message a:hover{color:var(--accent-color)}.geochef-header img:hover{transform:scale(1.05)}.geochef-title{font-size:2.5rem;font-weight:600;margin:0!important}.geochef-subtitle{font-size:1rem;opacity:.8;margin:0!important}.question-container{padding:0 1.5rem}.recipe-form .question-container{padding:.5rem 1.5rem}.instruction-item:last-child,.recipe-section:last-child{border-bottom:none;padding-bottom:0}.recipe-form .question-container select{cursor:pointer;font-family:var(--theme_font)}.question-number{height:32px;justify-content:center;font-size:.9rem;font-weight:600;margin-right:1rem;border-radius:50%;width:32px;display:inline-flex}.question-container label{font-weight:500;margin-bottom:1rem;display:inline-block}.question-container input,.question-container textarea{padding:.5rem 1rem;font-size:1rem;border:1px solid var(--theme_border);transition:.3s;border-radius:var(--theme_radius);background:transparent;width:100%;font-family:var(--theme_font)}.ingredient-tag{padding:.5rem 1rem;font-size:.9rem;transition:var(--transition);gap:.5rem;align-items:center;border-radius:20px;background:var(--theme_border);display:flex}.loading-spinner,.recipe-header{padding:2rem;text-align:center}.back-to-form,.recipe-form,.recipe-title,.send-button{transition:.3s}.ingredient-tag:hover{background:#dfe6e9}.ingredient-tag button{padding:0;font-size:1.2rem;border:none;transition:var(--transition);opacity:.7;background:0 0;cursor:pointer;line-height:1}.ingredient-list{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.ingredient-tag button:hover{opacity:1}#submit-recipe{margin:0 1.5rem 1.5rem}.loading-spinner{font-weight:500;color:var(--theme_color);display:none}.instruction-item:before,.recipe-header{color:#fff;background:var(--theme_color)}.loading-spinner.active{animation:pulse 2s infinite;display:block}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}.recipe-section-title,.recipe-tips-title{font-weight:500;color:var(--theme_color)}.recipe-content{flex-direction:column;gap:1rem;display:flex}.recipe-section{margin-bottom:2rem;padding-bottom:1rem}.recipe-section:last-child{margin-bottom:0}.recipe-section-title{font-size:1.4rem;gap:.5rem;margin:0 0 1rem;align-items:center;display:flex}.recipe-section-title svg{height:24px;fill:currentColor;width:24px}.ingredients-list{list-style:none;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));padding:0;gap:1rem;margin:0;display:grid}.ingredient-item{padding:.8rem 1rem;font-size:.95rem;gap:.5rem;align-items:center;border-radius:8px;background:#f8f9fa;display:flex}.instructions-list{list-style:none;padding:0;flex-direction:column;gap:1rem;margin:0;counter-reset:instruction;display:flex}.instruction-item{position:relative;border-bottom:1px solid var(--theme_border);padding-bottom:1rem;padding-left:3rem}.instruction-item:before{height:2rem;justify-content:center;font-size:.9rem;font-weight:500;content:counter(instruction);position:absolute;counter-increment:instruction;top:0;align-items:center;border-radius:50%;left:0;width:2rem;display:flex}.recipe-tips-title{font-size:1.2rem;gap:.5rem;margin:0 0 1rem;align-items:center;display:flex}.chat-container,.chat-toggle{right:4.5rem;position:fixed;bottom:20px;box-shadow:0 2px 10px rgba(0,0,0,.1);display:none}.back-to-form svg,.recipe-tips-title svg{height:20px;fill:currentColor;width:20px}.chat-container{overflow:hidden;border-radius:var(--theme_radius);background:#fff;width:320px;z-index:1000}.chat-header,.chat-toggle{align-items:center;background:var(--theme_color)}.chat-input button,.chat-toggle{border-radius:50%;cursor:pointer}.chat-container.active{display:block}.chat-toggle{height:60px;justify-content:center;width:60px;z-index:999}.chat-toggle svg{height:30px;fill:#fff;width:30px}.chat-header{padding:15px;justify-content:space-between;color:#fff;display:flex}.chat-input,.chat-input button{align-items:center;display:flex}.chat-header h3{font-size:16px;font-weight:500;margin:0}.chat-close{padding:5px;cursor:pointer}.chat-messages{height:300px;overflow-y:auto;padding:15px;background:#f0f2f5;scrollbar-color:var(--theme_color) #f0f2f5;scrollbar-width:thin}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{border-radius:3px;background:#f0f2f5}.chat-messages::-webkit-scrollbar-thumb{border-radius:3px;background:var(--theme_color)}.chat-messages::-webkit-scrollbar-thumb:hover{background:var(--theme_color)}.chat-message{padding:12px 16px;font-size:14px;margin-bottom:10px;max-width:80%;border-radius:18px;line-height:1.4;word-wrap:break-word;white-space:pre-wrap}.chat-message.user{color:#fff;border-radius:18px 18px 4px;background:var(--theme_color);margin-left:auto}.chat-message.assistant{margin-right:auto;color:#000;box-shadow:0 1px 2px rgba(0,0,0,.1);border-radius:18px 18px 18px 4px;background:#fff}.chat-welcome{font-size:13px;font-style:italic;color:#666;text-align:center;margin:10px 0}.chat-input{padding:10px;border-top:1px solid #e4e6eb;gap:10px;background:#fff}.chat-input input{flex:1;padding:8px 12px;font-size:14px;border:none;border-radius:20px;background:#f0f2f5}.chat-input input:focus{outline:0}.chat-input button{height:36px;padding:0;justify-content:center;border:none;color:#fff;transition:.2s;background:var(--theme_color);width:36px}.chat-input button:hover{opacity:.9}.chat-badge{animation:pulse 2s infinite;height:20px;justify-content:center;font-size:12px;right:-8px;color:#fff;position:absolute;top:-8px;align-items:center;border-radius:50%;background:var(--accent-color);width:20px;display:flex}.chat-notification{animation:slideIn .3s ease-out;padding:10px 15px;right:20px;position:fixed;bottom:80px;box-shadow:var(--theme_shadow);border-radius:var(--theme_radius);background:#fff;display:none;z-index:9998}.back-to-form:hover,.send-button,.send-button:hover{background:var(--theme_color)}@keyframes fadeIn{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}.chat-message,.recipe-result{animation:fadeIn .3s ease-out}.recipe-container h3{border-left:4px solid var(--theme_color);font-size:1.3rem;color:var(--theme_color);margin:1.5rem 0 1rem;padding-left:1rem}.send-button{height:40px;border:none;color:#fff;border-radius:50%;cursor:pointer;margin-left:10px;width:40px}.archive-title,.back-to-form,.filter-group label,.loading-text{color:var(--theme_color)}.recipe-form.hidden{display:none}.back-to-form{padding:8px 16px;font-size:14px;border:1px solid var(--theme_color);gap:8px;margin:1rem;align-items:center;border-radius:var(--theme_radius);background:0 0;cursor:pointer;display:inline-flex}.back-to-form:hover{color:#fff}.geochef-form-container,.search-recipe{position:relative}.geochef-form-container.loading{pointer-events:none;position:relative;opacity:.5}.loading-container{transform:translate(-50%,-50%);pointer-events:none;padding:2rem;justify-content:center;position:fixed;flex-direction:column;min-width:200px;gap:1rem;top:50%;align-items:center;box-shadow:0 4px 12px rgba(0,0,0,.1);border-radius:var(--theme_radius);background:hsla(0,0%,100%,.95);left:50%;display:none;z-index:1000}.loading-container.active{display:flex}.loading-spinner{height:48px;position:relative;width:48px}.loading-spinner svg{animation:spin 2s linear infinite;height:100%;width:100%}.loading-spinner circle{stroke-linecap:round;animation:dash 1.5s ease-in-out infinite;fill:none;stroke-dasharray:150,200;transform-origin:center;stroke-width:3;stroke:var(--theme_color);stroke-dashoffset:-10}@keyframes spin{to{transform:rotate(1turn)}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}to{stroke-dasharray:89,200;stroke-dashoffset:-124}}.loading-text{font-size:1rem;font-weight:500;text-align:center;margin:0;white-space:nowrap}.archive-header{margin-bottom:3rem;text-align:center}.archive-title{font-size:2.5rem;margin:0 0 1.5rem}.archive-filters{justify-content:center;gap:1rem;margin-top:2rem;display:flex}.filter-group{gap:.5rem;align-items:center;display:flex}.filter-group label{font-weight:500}.cuisine-filter{padding:.5rem 1rem;font-size:.9rem;border:1px solid var(--theme_border);color:inherit;transition:.3s;border-radius:var(--theme_radius);background:#fff;cursor:pointer;font-family:inherit}.cuisine-filter:hover{border-color:var(--theme_color)}.recipes-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));padding:1rem;gap:1.5rem;display:grid}.uck-card-recipe{padding:1rem!important;border-radius:var(--theme_radius)}.recipe-card-inner{text-decoration:none;color:inherit;display:block}.recipe-image{padding-top:66.67%;position:relative;background:var(--theme_border)}.recipe-image img{height:100%;position:absolute;object-fit:cover;top:0;left:0;width:100%}.recipe-content{padding:1.5rem}.recipe-cuisine,.uck-card-recipe:hover .recipe-title{color:var(--theme_color)}.recipe-meta{font-size:.9rem;color:#666;gap:.5rem;align-items:center;display:flex}.recipe-meta svg{opacity:.7}.no-recipes{padding:1rem}.geochef-notification,.recipe-saved-message{padding:1rem;border-radius:var(--theme_radius)}.recipe-description p{margin:0}.recipe-card .recipe-description-preview{overflow:hidden;font-size:.9rem;color:#666;margin:.5rem 0;-webkit-box-orient:vertical;line-height:1.5;-webkit-line-clamp:2;display:-webkit-box}.cuisine-item .count{padding:.2rem .6rem;font-size:.85rem;border-radius:12px;background:rgba(0,0,0,.1);float:right}.cuisine-item.active .count{background:hsla(0,0%,100%,.2)}.geochef-notification{animation:slideIn .3s ease-out;right:20px;position:fixed;bottom:20px;box-shadow:0 2px 10px rgba(0,0,0,.1);background:#fff;z-index:9999}.geochef-notification.error{border-left:4px solid #dc3545}.geochef-notification .notification-content{gap:.75rem;align-items:center;display:flex}.geochef-notification svg{color:#dc3545}.geochef-notification span{font-size:.95rem;color:#333}@keyframes slideIn{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes slideOut{0%{transform:translateX(0);opacity:1}to{transform:translateX(100%);opacity:0}}.geochef-form-container{transition:opacity .3s}.geochef-form-container.loading button,.geochef-form-container.loading input,.geochef-form-container.loading select,.geochef-form-container.loading textarea{pointer-events:none;opacity:.7}.recipe-saved-message{text-align:center;background:var(--theme_border);margin-top:2rem}.recipe-saved-message a{text-decoration:none;font-weight:500;color:var(--theme_color);transition:color .3s}.geochef-header-bg{overflow:hidden;padding:6rem 0;color:#fff;position:relative;background:url(https://pnupdeals.online/wp-content/themes/geoit/assets/img/chef.jpg) 100% 100%/cover}.geochef-header-bg:before{right:0;content:"";position:absolute;bottom:0;top:0;background:rgba(0,0,0,.5);left:0;z-index:1}.geochef-header-bg .page-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,.1);position:relative;z-index:2}.geochef-header-bg .page-description{font-size:1.2rem;position:relative;max-width:800px;opacity:.9;margin:0 auto;z-index:2}@media (max-width:768px){.chat-container{max-height:500px;bottom:10px;left:10px;width:calc(100% - 40px)}.share-button-active .chat-toggle{bottom:50px;left:10px}.share-button-active .chat-container{bottom:50px}.archive-title,.geochef-header-bg .page-title{font-size:2rem}.archive-filters,.filter-group{flex-direction:column;align-items:stretch}.recipes-grid{grid-template-columns:1fr;gap:1rem}.loading-container{padding:1.5rem;max-width:320px;width:90%}.geochef-notification{right:20px;bottom:20px;top:auto;left:20px;width:calc(100% - 40px)}.geochef-header-bg{padding:3rem 0}.geochef-header-bg .page-description{font-size:1rem}.ai-features{flex-direction:column;gap:1rem;align-items:center}.geochef-title{font-size:1.5rem}.geochef-header svg{height:64px;width:64px}}.search-recipe button{right:0;position:absolute;top:0;border-radius:0}.geocheft-ai-box{padding:1rem;border-radius:var(--theme_radius);background:linear-gradient(180deg,#ebf2ff,transparent)}