:root{--primary:#d9534f;--secondary:#f0ad4e;--background:#fff;--surface:#000;--text-main:#fff;--text-muted:#999;--border:#333;--danger:#d9534f;--success:#5cb85c;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:var(--text-main);background-color:var(--surface);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Amatic SC,system-ui,-apple-system,sans-serif;font-weight:400;line-height:1.5}html,body{height:100%}*{box-sizing:border-box;margin:0;padding:0}body,h1,h2,h3,h4,h5,h6{font-family:Amatic SC,sans-serif}h1{letter-spacing:2px;font-size:5rem}p,button,input{font-family:Amatic SC,sans-serif}.app-container{max-width:1200px;margin:0 auto;padding:48px 24px}.w3-black{color:#fff!important;background-color:#000!important}.w3-white{color:#000!important;background-color:#fff!important}.w3-padding-64{padding-top:64px!important;padding-bottom:64px!important}.w3-padding-32{padding-top:32px!important;padding-bottom:32px!important}.w3-xxlarge{font-size:36px!important}.w3-center{text-align:center!important}.w3-jumbo{letter-spacing:4px;font-size:80px!important}.w3-border{border:1px solid #ccc!important}.w3-tag{color:#fff;text-align:center;background-color:#000;padding-left:8px;padding-right:8px;display:inline-block}h1.section-title{text-align:center;margin-bottom:64px;font-size:80px}.paintbrush-container{cursor:pointer;background-color:#0000;border:4px solid #fffc;border-radius:255px 15px 225px/15px 225px 15px 255px;justify-content:center;align-items:center;width:150px;height:100px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),filter .3s;display:inline-flex;overflow:hidden;transform:rotate(-6deg);box-shadow:4px 6px 12px #0009}.paintbrush-container:hover{border-color:#fff;transform:rotate(4deg)scale(1.15);box-shadow:6px 10px 18px #000c}.funny-gif{object-fit:cover;object-position:center;width:120%;height:120%}.top-navbar{z-index:100;background-color:#000000b3;width:100%;transition:background-color .3s;position:fixed;top:0}.top-navbar:hover{background-color:#000}.nav-bar{color:#fff;font-size:36px;display:flex}.nav-item{letter-spacing:2px;color:#fff;cursor:pointer;padding:16px 32px;font-weight:700;text-decoration:none;transition:all .3s}.nav-item:hover,.nav-item.active{background-color:#fff3}.hero-banner{filter:grayscale(20%);background-image:url(https://images.unsplash.com/photo-1513104890138-7c749659a591?ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;min-height:90vh;display:flex;position:relative}.hero-overlay{background-color:#0006;position:absolute;inset:0}.hero-content{text-align:center;z-index:10;position:relative}.hero-title{color:#fff;text-shadow:2px 2px 8px #0009;margin-bottom:24px;font-size:150px;font-weight:700;line-height:.9;display:block}.hero-button{color:#fff;cursor:pointer;background-color:#000;border:none;padding:12px 32px;font-size:40px;transition:background-color .3s}.hero-button:hover{background-color:#333}.hero-badge{z-index:10;position:absolute;bottom:32px;left:32px}.hero-badge span{color:#fff;background-color:#000;padding:8px 16px;font-size:32px}.controls-section{flex-direction:column;align-items:center;gap:24px;margin-bottom:48px;display:flex}.search-input{color:#000;background:#fff;border-radius:4px;width:100%;max-width:600px;padding:16px 24px;font-size:40px}.filter-label{cursor:pointer;align-items:center;gap:12px;font-size:36px;display:flex}.filter-checkbox{accent-color:#d9534f;width:24px;height:24px}.recipe-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:32px;width:100%;display:grid}.recipe-card{color:#1a1008;background-image:url(/crumpled-paper.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;padding:24px;transition:transform .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 6px 20px #00000059}.recipe-card:before{content:"";pointer-events:none;z-index:0;background:#fff5dc73;position:absolute;inset:0}.recipe-card>*{z-index:1;position:relative}.recipe-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px #00000073}.recipe-image-container{width:100%;height:250px;margin-bottom:16px}.recipe-image{object-fit:cover;border:1px solid #ccc;width:100%;height:100%}.favorite-btn{cursor:pointer;background:#ffffffe6;border:1px solid #ccc;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:24px;display:flex;position:absolute;top:32px;right:32px}.favorite-btn.active{background:#fff}.recipe-header{border-bottom:1px dashed #b8966a;margin-bottom:16px;padding-bottom:16px}.recipe-title{font-size:48px;font-weight:700;line-height:1}.recipe-category{color:#7a4e1e;font-size:28px}.toggle-details-btn{cursor:pointer;background:0 0;border:none;justify-content:center;margin-top:auto;padding:0;display:flex}.creative-btn{color:#fff;background-color:#000;border:2px solid #000;border-radius:50px;justify-content:center;align-items:center;gap:8px;padding:10px 24px;font-family:Amatic SC,sans-serif;font-size:28px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #0003}.creative-btn:hover{color:#000;background-color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.creative-btn .btn-icon{transition:transform .3s}.creative-btn:hover .btn-icon{transform:translate(4px)}.modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#000000d9;justify-content:center;align-items:center;width:100vw;height:100vh;padding:20px;animation:.3s forwards fadeIn;display:flex;position:fixed;top:0;left:0}.modal-content{background-color:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:900px;max-height:90vh;animation:.4s cubic-bezier(.16,1,.3,1) forwards slideUp;display:flex;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #00000080}.modal-close-btn{color:#fff;cursor:pointer;z-index:10;background-color:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-family:system-ui,sans-serif;font-size:32px;line-height:1;transition:background-color .2s;display:flex;position:absolute;top:16px;right:16px}.modal-close-btn:hover{background-color:#d9534f}.modal-hero{width:100%;height:350px;position:relative}.modal-image{object-fit:cover;width:100%;height:100%}.modal-header{color:#fff;background:linear-gradient(#0000,#000000e6);padding:40px 32px 24px;position:absolute;bottom:0;left:0;right:0}.modal-title{margin-bottom:8px;font-family:Amatic SC,sans-serif;font-size:64px;line-height:1}.modal-category{text-transform:uppercase;letter-spacing:2px;background-color:#d9534f;border-radius:20px;padding:4px 12px;font-family:system-ui,sans-serif;font-size:14px;font-weight:700;display:inline-block}.modal-body{color:#333;padding:32px}.readable-font,.readable-font *{font-family:system-ui,-apple-system,sans-serif!important}.modal-section{margin-bottom:32px}.modal-section h3{color:#000;border-bottom:2px solid #eee;margin-bottom:16px;padding-bottom:8px;font-size:40px;font-family:Amatic SC,sans-serif!important}.modal-ingredients{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:12px;font-size:16px;line-height:1.5;list-style:none;display:grid}.modal-ingredients li{align-items:flex-start;gap:8px;display:flex}.modal-ingredients .bullet{color:#d9534f;font-weight:700}.modal-instructions p{color:#444;margin-bottom:16px;font-size:17px;line-height:1.7}.modal-footer{text-align:center;border-top:1px solid #eee;margin-top:40px;padding-top:24px}.modal-youtube-link{padding:12px 24px!important;font-family:system-ui,sans-serif!important;font-size:16px!important}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.search-wrapper{flex-direction:row;justify-content:center;align-items:flex-start;gap:20px;width:100%;max-width:900px;display:flex;position:relative}.autocomplete-container{flex:1;width:100%;position:relative}.suggestions-list{-webkit-backdrop-filter:blur(12px);z-index:1000;background:#28282866;border:1px solid #fff3;border-radius:12px;width:320px;max-height:400px;margin:0;padding:10px 0;list-style:none;animation:.4s cubic-bezier(.16,1,.3,1) forwards slideInRight;position:absolute;top:0;left:calc(100% + 16px);overflow-y:auto;box-shadow:0 15px 35px #00000080,inset 0 0 0 1px #ffffff0d}.suggestions-list::-webkit-scrollbar{width:8px}.suggestions-list::-webkit-scrollbar-track{background:#0000001a;border-radius:8px}.suggestions-list::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:8px}.suggestions-list::-webkit-scrollbar-thumb:hover{background:#ffffff80}.suggestion-item{color:#fff;cursor:pointer;border-bottom:1px solid #ffffff14;align-items:center;gap:12px;padding:14px 24px;font-family:system-ui,-apple-system,sans-serif;font-size:22px;font-weight:500;transition:all .3s;display:flex;position:relative;overflow:hidden}.suggestion-item:last-child{border-bottom:none}.suggestion-item:before{content:"→";color:#d9534f;opacity:0;font-size:24px;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);transform:translate(-15px)}.suggestion-item:hover{background-color:#ffffff26;padding-left:36px}.suggestion-item:hover:before{opacity:1;transform:translate(0)}@keyframes slideInRight{0%{opacity:0;transform:translate(-30px)scale(.95)}to{opacity:1;transform:translate(0)scale(1)}}.state-container{text-align:center;color:#fff;min-height:300px;padding:64px 20px;font-size:48px;position:relative}.state-container.empty{color:#f1f1f1;flex-direction:row;align-items:stretch;gap:0;min-height:420px;padding:32px 20px;display:flex}.state-container.error{color:#f1f1f1}.empty-glass-panel{-webkit-backdrop-filter:blur(14px);background:#ffffff0f;border:1px solid #ffffff26;border-radius:20px;flex:0 0 58%;justify-content:center;align-items:center;padding:20px;animation:.5s forwards fadeIn;display:flex;overflow:hidden;box-shadow:0 8px 40px #00000080,inset 0 0 0 1px #ffffff0d}.empty-state-gif{object-fit:contain;border-radius:10px;width:100%;height:100%;display:block}.empty-spacer{flex:0 0 42%}.zat-meme-panel{z-index:9999;pointer-events:none;flex-direction:row;align-items:flex-end;gap:0;animation:.7s cubic-bezier(.175,.885,.32,1.275) forwards zatSlideIn;display:flex;position:fixed;bottom:0;right:0}@keyframes zatSlideIn{0%{opacity:0;transform:translate(110%)}to{opacity:1;transform:translate(0%)}}.zat-character{filter:drop-shadow(-6px 0 18px #000000b3);flex-shrink:0;width:260px;height:auto;display:block}.speech-bubble{color:#222;background:#fff;border:3px solid #eee;border-radius:48px 48px 48px 16px/40px 40px 40px 16px;max-width:280px;margin-bottom:80px;padding:20px 24px;font-family:Arial Rounded MT Bold,Nunito,system-ui,sans-serif;font-size:18px;font-weight:700;line-height:1.5;animation:.7s cubic-bezier(.175,.885,.32,1.275) forwards zatSlideIn,2s ease-in-out .8s infinite bubbleBounce;position:relative;box-shadow:0 8px 30px #0006}.speech-bubble:after{content:"";filter:drop-shadow(2px 2px 2px #0000001a);border:0 solid #0000;border-top-width:18px;border-left:22px solid #fff;width:0;height:0;position:absolute;bottom:-2px;right:-20px}.speech-bubble:before{content:"";z-index:-1;border:0 solid #0000;border-top-width:20px;border-left:26px solid #eee;width:0;height:0;position:absolute;bottom:-5px;right:-23px}@keyframes bubbleBounce{0%,to{transform:translateY(0)rotate(-1deg)}50%{transform:translateY(-8px)rotate(1deg)}}@media (width<=768px){.hero-title{font-size:80px}.recipe-grid{grid-template-columns:1fr}.zat-character{width:180px}.speech-bubble{max-width:200px;margin-bottom:56px;padding:14px 18px;font-size:14px}}
