@import"https://fonts.googleapis.com/css2?family=Bangers&family=Roboto+Slab:wght@400;700&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}html{overflow-y:scroll}.southern-chaos{font-family:Roboto Slab,serif;color:#4a2f0f;animation:fadeIn 1s ease-in}body.light-theme{background:linear-gradient(#0000004d,#0000004d),url(/assets/moonshine-night.jpg) no-repeat center center fixed;background-size:cover;color:#f5f5f5}body.dark-theme{background:linear-gradient(#000000b3,#000000b3),url(/assets/moonshine-night.jpg) no-repeat center center fixed;background-size:cover;color:#f5f5f5}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slide-in{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes wiggle{0%{transform:rotate(-3deg)}50%{transform:rotate(3deg)}to{transform:rotate(-3deg)}}@keyframes scroll{0%{transform:translate(100%)}to{transform:translate(-100%)}}@keyframes parallax{0%{background-position:0% 0%}to{background-position:0% 100%}}@keyframes progress-shine{0%{background-position:0% 50%;transform:translateY(0)}50%{background-position:100% 50%;transform:translateY(-3px)}to{background-position:0% 50%;transform:translateY(0)}}@keyframes hog-bounce{0%{transform:translateY(0)}50%{transform:translateY(-5px)}to{transform:translateY(0)}}.wiggle{animation:wiggle .3s infinite}.animate-slide-in{animation:slide-in .5s ease-out}.scrolling-trends{white-space:nowrap;overflow:hidden;display:inline-block;animation:scroll 600s linear infinite}.scrolling-trends:hover{animation-play-state:paused}body{margin:0;padding:0;font-family:Roboto Slab,serif;-webkit-overflow-scrolling:touch;overflow-y:scroll}.main-container,.recipe-detail,.recipe-card,.recipe-gallery,.terms-container,.trends-container,.profile-container,.admin-container,.affiliate-container,.glossary-container,.faq-container{max-width:1200px;margin:20px auto;padding:20px;border-radius:12px;box-shadow:0 6px 12px #0003;overflow:visible;transition:transform .3s ease}@media (hover: hover) and (pointer: fine){.main-container:hover{transform:scale(1.02)}}.recipe-detail,.recipe-card,.profile-container,.admin-container,.affiliate-container,.glossary-container,.faq-container{background:#fff8e1e6;color:#000}.dark-theme .recipe-detail,.dark-theme .recipe-card,.dark-theme .profile-container,.dark-theme .admin-container,.dark-theme .affiliate-container,.dark-theme .glossary-container,.dark-theme .faq-container{background:#2c2c2ce6;color:#fff}.terms-container,.trends-container{background:#fff8e1e6;color:#000}.dark-theme .terms-container,.dark-theme .trends-container{background:#2c2c2ce6;color:#fff}.recipe-gallery{background:#fff8e1e6;color:#000}.dark-theme .recipe-gallery{background:#444c;color:#fff}.southern-header{font-family:Bangers,cursive;font-size:2.5rem;color:sienna;text-shadow:none;text-align:center}.dark-theme .southern-header{color:tomato;text-shadow:none}.gallery-header{font-family:Bangers,cursive;font-size:1.8rem;color:#ff4500;text-align:center;margin-bottom:10px}.dark-theme .gallery-header{color:tomato}.subheader{font-family:Bangers,cursive;font-size:1.6rem;color:sienna;text-shadow:none;text-align:center}.dark-theme .subheader{color:tomato}.instruction-text{font-family:Bangers,cursive;font-size:2rem;color:gold;text-shadow:2px 2px 4px #000;background:#000000b3;padding:10px 20px;border-radius:8px;text-align:center;margin:20px 0}.promo-container{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px;justify-content:center}.promo-text{font-family:Bangers,cursive;font-size:1.3rem;color:#39ff14;text-shadow:1px 1px #1E90FF;padding:5px 15px;transition:transform .3s}.promo-text:hover{transform:scale(1.05) rotate(2deg)}.dark-theme .promo-text{color:#1e90ff;text-shadow:1px 1px #39FF14}.trends-banner{background:linear-gradient(45deg,gold,#ff4500);padding:10px;border-radius:8px;margin:10px 0;font-family:Bangers,cursive;font-size:1.2rem;color:#fff;text-align:center;overflow:hidden}.input-section{margin-bottom:15px;padding:10px;border-radius:8px;transition:transform .3s}@media (hover: hover) and (pointer: fine){.input-section:hover{transform:scale(1.02)}}.input-section.meat{background:tomato}.input-section.seafood{background:#1e90ff}.input-section.vegetables{background:#228b22}.input-section.vegetables2{background:#006400}.input-section.vegetables3{background:#90ee90}.input-section.fruits{background:orange}.input-section.dairy{background:#fffacd}.input-section.carbs{background:#8b4513}.input-section.breads{background:#deb887}.input-section.beans{background:#8fbc8f}.input-section.devilWater{background:purple}.input-label{font-family:Bangers,cursive;font-size:1.2rem;color:#fff;margin-bottom:5px}.picker,.yeehaw-select{width:100%;padding:8px;font-size:1rem;border:2px solid #FFD700;border-radius:5px;background:inherit;color:red;font-family:Roboto Slab,serif}.picker option,.yeehaw-select option{color:red;background:#fff}.dark-theme .picker,.dark-theme .yeehaw-select{color:red}.dark-theme .picker option,.dark-theme .yeehaw-select option{color:red;background:#2c2c2c}.action-button,.yeehaw-button{background:linear-gradient(45deg,sienna,gold);color:#fff;padding:12px 24px;border:none;border-radius:8px;font-family:Bangers,cursive;font-size:1.2rem;cursor:pointer;transition:transform .3s,background .3s;box-shadow:0 0 10px orange}.action-button:hover,.yeehaw-button:hover{background:linear-gradient(45deg,gold,sienna);transform:scale(1.1) rotate(2deg)}.action-button.disabled{background:#999;cursor:not-allowed;transform:none}.action-button.favorite.favorited{background:gold;color:#333}.action-button.share.clicked,.action-button.copy.copied{background:gold;color:#333;transform:scale(1.05)}.action-button.print,.action-button.admin-button{background:indigo}.action-button.print:hover,.action-button.admin-button:hover{background:#6a0dad}.action-button.return-button,.action-button.clear-filter,.action-button.toggle-recent,.action-button.refresh-recipes,.action-button.profile-button,.action-button.glossary-button{background:#4caf50}.action-button.return-button:hover,.action-button.clear-filter:hover,.action-button.toggle-recent:hover,.action-button.refresh-recipes:hover,.action-button.profile-button:hover,.action-button.glossary-button:hover{background:#45a049}.action-button.fortune-teller{background:purple}.action-button.fortune-teller:hover{background:indigo}.action-button.premium-button,.action-button.subscribe-button{background:linear-gradient(45deg,#1e90ff,gold);font-size:1.5rem;padding:15px 30px}.action-button.premium-button:hover,.action-button.subscribe-button:hover{background:linear-gradient(45deg,gold,#1e90ff);transform:scale(1.2)}.prominent-grok-button{background:linear-gradient(45deg,#ff6200,gold);font-size:2rem;padding:20px 40px;border:3px solid #FFF;animation:pulse 1.5s infinite;box-shadow:0 0 20px #ff6200e6}.prominent-grok-button:hover:not(.disabled){background:linear-gradient(45deg,#e55a00,gold);transform:scale(1.15)}.prominent-grok-button.disabled{opacity:.7}.prominent-grok-button .grok-spinner{border:4px solid #FFF;border-top:4px solid #FF6200;border-radius:50%;width:24px;height:24px;animation:spin 1s linear infinite;margin-right:12px}.prominent-gear-button{background:linear-gradient(45deg,#1e90ff,#39ff14);font-size:1.8rem;padding:15px 30px;animation:pulse 1.5s infinite;box-shadow:0 0 15px #1e90ffe6}.prominent-gear-button:hover{background:linear-gradient(45deg,#39ff14,#1e90ff);transform:scale(1.2)}@keyframes pulse{0%{box-shadow:0 0 #1e90ffe6}70%{box-shadow:0 0 0 20px #1e90ff00}to{box-shadow:0 0 #1e90ff00}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.button-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px;justify-content:center}.password-change-form{display:flex;flex-direction:column;gap:10px;max-width:400px;margin:0 auto}.reaction-buttons{display:flex;gap:10px;justify-content:center;margin-top:10px}.action-button.reaction{background:linear-gradient(45deg,sienna,gold);padding:8px 16px;font-size:1rem}.action-button.reaction.active{background:gold;color:#333}.action-button.reaction:hover{background:linear-gradient(45deg,gold,sienna)}.recipe-section,.terms-section,.trends-section,.profile-section,.admin-section,.glossary-section,.faq-section{margin:20px 0;padding:15px;background:#fff8e1e6;border-radius:8px;border:2px solid #FFD700}.dark-theme .recipe-section,.dark-theme .terms-section,.dark-theme .trends-section,.dark-theme .profile-section,.dark-theme .admin-section,.dark-theme .glossary-section,.dark-theme .faq-section{background:#444c;border-color:#1e90ff}.recipe-section h2,.terms-section h2,.trends-section h2,.profile-section h2,.admin-section h2,.glossary-section h2,.faq-section h2{font-family:Bangers,cursive;font-size:1.8rem;color:#ff4500;margin-bottom:10px}.dark-theme .recipe-section h2,.dark-theme .terms-section h2,.dark-theme .trends-section h2,.dark-theme .profile-section h2,.dark-theme .admin-section h2,.dark-theme .glossary-section h2,.dark-theme .faq-section h2{color:tomato}.recipe-list{margin:10px 0;padding-left:20px;list-style-type:square}.recipe-list li{margin-bottom:8px;font-size:1.1rem;line-height:1.5}.recipe-item{font-size:1.1rem}.dark-theme .recipe-item{text-shadow:1px 1px 1px rgba(0,0,0,.5);color:#fff}.recipe-gallery p{font-size:1.2rem;color:#4a2f0f;text-shadow:1px 1px 1px rgba(255,255,255,.5);text-align:center;margin-bottom:20px}.dark-theme .recipe-gallery p{color:#fff}.username-tag{font-family:Bangers,cursive;font-size:1rem;color:#fff;background:#ff4500;padding:5px 10px;border-radius:5px;display:inline-block;margin-top:5px}.dark-theme .username-tag{background:tomato}.chaos-meter{margin-top:10px;text-align:center}.chaos-meter p{font-family:Bangers,cursive;font-size:1.2rem;color:#4a2f0f}.dark-theme .chaos-meter p{color:#fff}.chaos-bar{height:10px;background:linear-gradient(to right,#ff4500,#1e90ff);border-radius:5px;transition:width .5s ease-in-out}.gallery-controls{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px;padding:10px;background:#fff8e1e6;border-radius:8px;border:2px solid #FFD700;justify-content:center}.dark-theme .gallery-controls{background:#444c;border-color:#1e90ff}.filter-input,.yeehaw-select{padding:8px;font-size:1rem;border:2px solid #FFD700;border-radius:4px;background:#fff8e1e6;flex-grow:1;max-width:300px}.dark-theme .filter-input,.dark-theme .yeehaw-select{background:#444c;color:#fff}.yeehaw-select option{background:#fff;color:red}.dark-theme .yeehaw-select option{background:#2c2c2c;color:red}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.gallery-item{border:2px solid #FFD700;border-radius:8px;padding:15px;background:#fff8e1e6;transition:transform .3s}.dark-theme .gallery-item{background:#444c;border-color:#1e90ff;color:#fff}.gallery-item:hover{transform:scale(1.05)}.gallery-item h4{font-family:Bangers,cursive;font-size:1.5rem;color:sienna;text-shadow:none;text-align:center}.dark-theme .gallery-item h4{color:tomato}.spinner-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;text-align:center}.progress-bar-container{width:80%;max-width:400px;height:24px;background:#fff8e1e6;border:2px solid #FFD700;border-radius:12px;overflow:hidden;margin-bottom:15px}.dark-theme .progress-bar-container{background:#444c;border-color:#1e90ff}.progress-bar{height:100%;background:linear-gradient(45deg,#fc0,#f69);border-radius:10px;transition:width .2s ease-in-out;animation:progress-shine 2s infinite}.dark-theme .progress-bar{background:linear-gradient(45deg,#c90,#c36)}.banjo-pair{display:flex;flex-wrap:wrap;justify-content:center;gap:15px;margin-bottom:20px}.spinner{font-size:40px;width:40px;height:40px;animation:banjo-spin 2s linear infinite}.spinner-text{font-family:Bangers,cursive;font-size:1.2rem;color:#f5f5f5}.dark-theme .spinner-text{color:#fff}.skeleton{background:#fff8e1e6}.dark-theme .skeleton{background:#2c2c2ce6}.skeleton-box{background:#e0e0e0;border-radius:4px;animation:pulse 1.5s infinite}.dark-theme .skeleton-box{background:#555}.error-container{background:tomato;border:2px solid #FFD700;border-radius:10px;padding:20px;margin-bottom:20px;text-align:center}.error{font-family:Bangers,cursive;font-size:1.2rem;color:#fff;font-weight:400}.welcome-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.welcome-content{background:#fff8dc;padding:20px;border-radius:12px;max-width:500px;text-align:center;box-shadow:0 4px 8px #0003}.dark-theme .welcome-content{background:#2c2c2c;color:#e0e0e0}.welcome-content h2{font-family:Bangers,cursive;font-size:1.8rem;color:#ff4500}.dark-theme .welcome-content h2{color:tomato}.welcome-content p{font-size:1rem;color:#000}.dark-theme .welcome-content p{color:#e0e0e0}.welcome-button{background:linear-gradient(45deg,#4ecdc4,gold);border:none;padding:10px 20px;border-radius:8px;cursor:pointer;color:#fff;font-family:Bangers,cursive;font-size:1rem}.welcome-button:hover{background:linear-gradient(45deg,#45b7aa,gold)}.login-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.login-content{background:#fff8dc;padding:20px;border-radius:12px;max-width:400px;text-align:center;box-shadow:0 4px 8px #0003}.dark-theme .login-content{background:#2c2c2c;color:#e0e0e0}.login-content h2{font-family:Bangers,cursive;font-size:1.8rem;color:#ff4500}.dark-theme .login-content h2{color:tomato}.login-input{width:100%;padding:10px;margin:10px 0;border:2px solid #FFD700;border-radius:5px;font-size:1rem}.login-button{background:linear-gradient(45deg,sienna,gold);color:#fff;padding:10px 20px;border:none;border-radius:8px;font-family:Bangers,cursive;font-size:1.2rem;cursor:pointer;margin:5px}.login-button:hover{background:linear-gradient(45deg,gold,sienna)}.switch-link{color:#1e90ff;cursor:pointer;text-decoration:underline}.dark-theme .switch-link{color:#1e90ff}.user-dashboard{background:#ffd700cc;padding:15px;border-radius:8px;text-align:center;margin:20px 0;font-family:Bangers,cursive;color:sienna}.dark-theme .user-dashboard h2,.dark-theme .user-dashboard p{color:#000!important}.user-dashboard h2{font-size:1.8rem;margin-bottom:10px}.user-dashboard p{font-size:1.2rem}.funny-tip{font-family:Bangers,cursive;font-size:1.2rem;color:#ff4500;text-align:center;margin:10px 0;animation:hog-bounce 2s infinite}.dark-theme .funny-tip{color:tomato}.donation-section{margin:20px 0;text-align:center}.donation-message{font-family:Roboto Slab,serif;font-size:1.3rem;color:#ff4500;background:gold;padding:15px;border-radius:8px;text-shadow:1px 1px #000;transition:transform .3s;font-weight:400}.donation-message:hover{transform:scale(1.05)}.crypto-link{color:gold;font-family:Bangers,cursive;text-decoration:underline;cursor:pointer;text-shadow:1px 1px #FF0000}.crypto-link.crypto-red{color:red}.crypto-link:hover{color:#c00}.crypto-tooltip{display:none;position:absolute;top:100%;left:0;background:#333;color:#fff;font-family:monospace;font-size:.9rem;padding:10px;border-radius:5px;border:2px solid #FFD700;box-shadow:0 4px 8px #0003;z-index:10;width:280px;word-break:break-all}.crypto-link-container:hover .crypto-tooltip{display:block}.dark-theme .crypto-tooltip{background:#555}.crypto-copy-button{background:#1e90ff;border:2px solid #FFD700;color:#fff;padding:5px 10px;border-radius:5px;cursor:pointer;font-family:Bangers,cursive}.crypto-copy-button:hover{background:#4682b4}.crypto-copy-button.copied{background:#0f0}.footer{background:gold;color:#000;padding:20px;margin-top:20px}.footer-container{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:20px;max-width:1200px;margin:0 auto}.footer-logo{width:120px;height:120px;object-fit:cover}.footer-text-container{flex:1;text-align:center}.footer-links{list-style:none;padding:0;margin:0 0 10px;display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.footer-links li{margin:0}.footer-privacy-text,.footer-email-link{color:#000;text-decoration:none;font-size:1rem;padding:5px 10px;border:2px solid #000;border-radius:5px;transition:transform .3s}.footer-privacy-text:hover,.footer-email-link:hover{color:#333;transform:scale(1.1)}.footer-contact-text{font-size:1rem;color:#000}.footer-copyright{color:#000!important;font-size:1.2rem;font-weight:700;text-shadow:1px 1px 2px rgba(255,255,255,.5)}.dark-theme .footer-copyright{color:#000!important}.game-theory-text{font-family:Bangers,cursive;font-weight:400}.affiliate-section{margin:20px 0;padding:20px;background:#fff8e1e6;border-radius:8px}.dark-theme .affiliate-section{background:#444c}.affiliate-header{font-family:Bangers,cursive;font-size:1.5rem;color:#ff4500;text-align:center}.dark-theme .affiliate-header{color:tomato}.affiliate-disclaimer{font-size:.9rem;color:#000;text-align:center}.dark-theme .affiliate-disclaimer{color:#f5f5f5}.affiliate-button{display:flex;align-items:center;padding:15px;margin:10px 0;border-radius:8px;text-decoration:none;transition:background .3s}.affiliate-button:nth-child(odd){background:#228b22}.affiliate-button:nth-child(odd):hover{background:#2e9b2e}.affiliate-button:nth-child(2n){background:#006400}.affiliate-button:nth-child(2n):hover{background:#070}.affiliate-image{width:100px;height:100px;object-fit:cover;margin-right:15px;border-radius:4px}.affiliate-text{font-family:Bangers,cursive;font-size:1.2rem;color:#fff}.affiliate-description{font-size:1rem;color:#fff;font-family:Roboto Slab,serif}.glossary-section{margin:20px 0;padding:20px;background:#fff8e1e6;border:2px solid #FFD700;border-radius:10px}.dark-theme .glossary-section{background:#444c;border-color:#1e90ff}.glossary-header{font-family:Bangers,cursive;font-size:1.5rem;color:#ff4500}.dark-theme .glossary-header{color:tomato}.glossary-intro,.glossary-term,.glossary-definition{font-size:1rem;color:#000}.dark-theme .glossary-intro,.dark-theme .glossary-term,.dark-theme .glossary-definition{color:#f5f5f5}.glossary-example{font-size:.9rem;color:#777;font-style:italic}.dark-theme .glossary-example{color:#aaa}.glossary-input{width:100%;padding:10px;margin:10px 0;border:2px solid #FFD700;border-radius:5px;font-size:1rem}.toast-container{font-family:Bangers,cursive;font-size:1.2rem}.toast-success{background:linear-gradient(45deg,#4caf50,gold);color:#fff}.toast-error{background:linear-gradient(45deg,tomato,gold);color:#fff}.toast-info{background:linear-gradient(45deg,#1e90ff,gold);color:#fff}@media print{.southern-chaos,.recipe-detail,.recipe-card,.profile-container,.admin-container,.glossary-container{background:none;background-color:#fff;border:none;box-shadow:none;padding:0}.action-button,.footer,.recipe-footer,.terms-footer,.trends-footer,.profile-footer,.admin-footer,.user-dashboard,.login-modal,.welcome-modal{display:none}.southern-header,.recipe-section h2,.terms-section h2,.trends-section h2,.profile-section h2,.admin-section h2,.glossary-section h2{color:#000;text-shadow:none}.recipe-section,.terms-section,.trends-section,.profile-section,.admin-section,.glossary-section{background:none;border:none}.recipe-item{color:#000}}@media (max-width: 600px){.southern-header{font-size:2rem}.gallery-header{font-size:1.5rem}.subheader{font-size:1.4rem}.instruction-text{font-size:1.5rem}.action-button,.yeehaw-button{padding:8px 16px;font-size:1rem}.promo-text{font-size:1.1rem}.footer-container{flex-direction:column;gap:15px}.footer-logo{width:80px;height:80px}.crypto-tooltip{width:200px;font-size:.8rem}.crypto-copy-button{padding:4px 8px;font-size:.8rem}.user-dashboard h2{font-size:1.5rem}.login-content{max-width:90%}.scrolling-trends{font-size:1rem;animation-duration:340s}.light-theme .southern-chaos,.dark-theme .southern-chaos{background-attachment:scroll}.progress-bar-container{width:90%;max-width:300px;height:20px;margin-bottom:10px}.progress-bar{border-radius:8px}}.subscription-options{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.subscription-options p{font-family:Bangers,cursive;font-size:1.5rem;color:#fff;text-shadow:none;text-align:center;margin-bottom:10px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.subscription-options .recipe-item{color:#fff;text-shadow:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.gallery-subheader{font-family:Bangers,cursive;font-size:1.6rem;color:#fff;text-shadow:1px 1px 2px #000;text-align:center}.subscription-divider{border:0;border-top:1px solid #ccc;margin:15px 0}.subscription-select{padding:8px;font-size:16px;border-radius:4px;border:1px solid #ccc;background-color:#fff;cursor:pointer}.subscription-select:disabled{background-color:#f0f0f0;cursor:not-allowed}.hero-section{height:400px;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;text-shadow:2px 2px 4px black}.hero-text{font-family:Bangers,cursive;font-size:3rem}.ingredient-suggestion{background:#fffc;padding:10px;border-radius:5px;margin-top:5px;font-style:italic}.dark-theme .ingredient-suggestion{background:#000c;color:#fff}.intro-video-container{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:9999;flex-direction:column}.intro-video{max-width:80%;max-height:80%;object-fit:contain}.skip-button{margin-top:20px;padding:10px 20px;background-color:#fff;color:#000;border:none;border-radius:5px;cursor:pointer;font-weight:400}.skip-button:hover{background-color:#f0f0f0}.fortune-modal{background:transparent!important}.fortune-content{background-color:#fff;padding:20px;border-radius:8px;text-align:center;max-width:300px;box-shadow:0 4px 8px #0003;color:#000!important}.fortune-content h2,.fortune-content p{color:#000!important}.subscription-teaser{background-color:#fff8e1;border:2px solid #ff9800;border-radius:12px;padding:20px;margin:20px 0;box-shadow:0 4px 8px #0000001a;text-align:center}.subscription-teaser h2{font-family:Bangers,cursive;font-size:2.5rem;color:sienna;text-shadow:none;margin-bottom:15px}.dark-theme .subscription-teaser h2{color:tomato}.subscription-teaser p{font-family:Roboto Slab,serif;font-size:1.2rem;color:#333;margin:10px 0;line-height:1.5;display:flex;align-items:center;justify-content:center}.subscription-teaser p:before{content:attr(data-emoji);font-size:1.5rem;margin-right:10px}.dark-theme .subscription-teaser p{color:#f5f5f5}.clear-text{font-weight:400;font-size:16px;color:#333;margin:10px 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.trends-teaser-text{font-style:italic;color:#555;margin-bottom:15px}.subscription-teaser .action-button{margin:10px;font-size:16px}.loading-video{width:100%;height:auto;margin:10px 0}.rumble-header{font-family:Bangers,cursive;font-size:3.8rem;background:linear-gradient(45deg,#f0f,#f0f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:wiggle .5s infinite alternate,pulse 1.5s infinite;text-align:center;text-shadow:none}.dark-theme .rumble-header{color:#00ced1;background:linear-gradient(45deg,#f0f,#f0f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:none}.hootenanny-header{font-family:Bangers,cursive;font-size:2.8rem;color:#39ff14;animation:pulse 1.2s infinite;text-align:center;transition:transform .3s}.hootenanny-header:hover{transform:rotate(360deg) scale(1.1);animation:banjo-spin 1s linear}.dark-theme .hootenanny-header{color:#00ced1}.rumble-gallery-header{font-family:Bangers,cursive;font-size:2.8rem;background:linear-gradient(45deg,#ff4500,gold);-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:wiggle .6s infinite alternate,pulse 1.4s infinite;text-align:center;transition:transform .3s ease-in-out;text-shadow:none}.rumble-gallery-header:hover{transform:scale(1.1) rotate(2deg);animation:banjo-spin .8s linear}.dark-theme .rumble-gallery-header{background:linear-gradient(45deg,#f0f,#dc143c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:none}.rumble-gallery-subheader{font-family:Bangers,cursive;font-size:1.5rem;color:#00fa9a;text-align:center;animation:pulse 1.6s infinite;margin-bottom:1.5rem}.dark-theme .rumble-gallery-subheader{color:#00fa9a}@keyframes wiggle{0%{transform:rotate(-1deg)}to{transform:rotate(1deg)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes banjo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}h1,h2,h3,h4,h5,h6{font-family:Bangers,cursive;font-weight:400;text-transform:uppercase}.southern-header,.gallery-header,.subheader,.instruction-text,.gallery-item h4,.profile-section h2,.admin-section h2,.recipe-item h3,.rumble-gallery-header,.rumble-gallery-subheader{font-family:Bangers,cursive!important;font-weight:400}.action-button,.yeehaw-button,.premium-button,.admin-button{font-family:Bangers,cursive;font-weight:400;text-transform:uppercase}body,p,.recipe-item,.recipe-list li,.username-tag,.introduction-snippet,.chaos-meter p,.reaction-buttons button{font-family:Roboto Slab,serif}.dark-theme h1,.dark-theme h2,.dark-theme h3,.dark-theme h4,.dark-theme h5,.dark-theme h6,.dark-theme .southern-header,.dark-theme .gallery-header,.dark-theme .subheader{color:tomato;text-shadow:none}.less-bold-header{font-family:Bangers,cursive;font-weight:lighter}
