/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
html,body{background-color:#171717;font-size:1rem;}*{font-family:"Operator Mono",Inconsolata,Monaco,Consolas,"Andale Mono","Bitstream Vera Sans Mono","Courier New",Courier,monospace;color:#EAEAEA;}h1,h2,h3,h4,h5{font-family:"Operator Mono",Inconsolata,Monaco,Consolas,"Andale Mono","Bitstream Vera Sans Mono","Courier New",Courier,monospace;color:#FF2E63;}a{color:#08D9D6;}input,select,textarea{color:#EAEAEA;}button,input[type=submit],.button{background-color:#08D9D6;color:#171717;border:1px solid #08D9D6;border-radius:0;padding:0.5rem 0.75rem;font-size:0.9rem;cursor:pointer;font-weight:bold;}button:hover,input[type=submit]:hover,.button:hover{background-color:transparent;color:#08D9D6;}input[type=reset],.button--secondary{background-color:transparent;color:rgba(234,234,234,0.7);border:1px solid rgba(234,234,234,0.3);border-radius:0;padding:0.5rem 0.75rem;font-size:0.9rem;cursor:pointer;}input[type=reset]:hover,.button--secondary:hover{border-color:#EAEAEA;color:#EAEAEA;}.feed-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0.5rem;text-decoration:none;color:#08D9D6;padding:0.5rem 0.75rem;border:1px solid rgba(8,217,214,0.3);border-radius:0;-webkit-transition:background-color 0.2s,border-color 0.2s;transition:background-color 0.2s,border-color 0.2s;}.feed-icon:hover,.feed-icon:focus{background-color:rgba(8,217,214,0.15);border-color:#08D9D6;}.feed-icon::before{content:"";display:inline-block;width:24px;height:24px;background-color:#08D9D6;mask-image:url(/themes/custom/indie/node_modules/pixelarticons/svg/rss-square.svg);mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-image:url(/themes/custom/indie/node_modules/pixelarticons/svg/rss-square.svg);-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:0.5rem;}.gallery-grid > .views-row{aspect-ratio:1/1;overflow:hidden;}.gallery-item__link{display:block;width:100%;height:100%;}.gallery-item__link img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;-webkit-transition:-webkit-transform 0.3s ease;transition:-webkit-transform 0.3s ease;transition:transform 0.3s ease;transition:transform 0.3s ease,-webkit-transform 0.3s ease;}.gallery-item__link:hover img{-webkit-transform:scale(1.05);transform:scale(1.05);}.gallery-modal{position:fixed;inset:0;z-index:1000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:rgba(0,0,0,0.9);opacity:0;visibility:hidden;-webkit-transition:opacity 0.3s ease,visibility 0.3s ease;transition:opacity 0.3s ease,visibility 0.3s ease;}.gallery-modal--open{opacity:1;visibility:visible;}.gallery-modal__close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#fff;cursor:pointer;padding:0.5rem;font-size:2rem;line-height:1;}.gallery-modal__close:hover{color:#ccc;}.gallery-modal__image{max-width:90vw;max-height:90vh;-o-object-fit:contain;object-fit:contain;}.menu-flowers{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding:0 2rem;margin-bottom:0.25rem;}.flower{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:"Operator Mono","Courier New",monospace;font-size:1rem;font-weight:bold;line-height:0.9;white-space:nowrap;}.flower--1{margin-top:0;}.flower--2{margin-top:0.5rem;}.flower--3{margin-top:0.25rem;}.flower--4{margin-top:0.75rem;}.flower--5{margin-top:0.4rem;}.flower__head--pink{color:#FF2E63;}.flower__head--teal{color:#08D9D6;}.flower__head--white{color:#EAEAEA;}.flower__stem{color:#2ecc71;}.flower__leaf{color:#2ecc71;}input[type=text],input[type=search],input[type=email],input[type=password],input[type=number],select,textarea{background:transparent;border:1px solid rgba(8,217,214,0.4);border-radius:0;padding:0.5rem 0.75rem;color:#EAEAEA;font-size:0.9rem;}input[type=text]:focus,input[type=search]:focus,input[type=email]:focus,input[type=password]:focus,input[type=number]:focus,select:focus,textarea:focus{border-color:#08D9D6;outline:none;}input[type=text]::-webkit-input-placeholder,input[type=search]::-webkit-input-placeholder,input[type=email]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:rgba(234,234,234,0.5);}input[type=text]::-moz-placeholder,input[type=search]::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=number]::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder{color:rgba(234,234,234,0.5);}input[type=text]::-ms-input-placeholder,input[type=search]::-ms-input-placeholder,input[type=email]::-ms-input-placeholder,input[type=password]::-ms-input-placeholder,input[type=number]::-ms-input-placeholder,select::-ms-input-placeholder,textarea::-ms-input-placeholder{color:rgba(234,234,234,0.5);}input[type=text]::placeholder,input[type=search]::placeholder,input[type=email]::placeholder,input[type=password]::placeholder,input[type=number]::placeholder,select::placeholder,textarea::placeholder{color:rgba(234,234,234,0.5);}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2308D9D6' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 0.75rem center;padding-right:2rem;}.ui-autocomplete{background:#171717;border:1px solid rgba(8,217,214,0.4);border-radius:0;}.ui-autocomplete .ui-menu-item{margin:0;padding:0;list-style:none;}.ui-autocomplete .ui-menu-item-wrapper{color:#EAEAEA;padding:0.25rem 0.75rem;}.ui-autocomplete .ui-menu-item-wrapper.ui-state-active,.ui-autocomplete .ui-menu-item-wrapper.ui-state-focus{background:#08D9D6;color:#171717;border:none;margin:0;padding:0.25rem 0.75rem;}.form-item label{display:block;font-size:0.8rem;color:rgba(234,234,234,0.7);margin-bottom:0.25rem;}header{text-align:center;margin-bottom:2rem;}header #block-indie-branding a.site-name{font-size:2rem;margin-bottom:2rem;display:inline-block;}@media (max-width:767px){.ui-dialog.media-library-widget-modal{width:100% !important;height:100% !important;max-width:100vw !important;max-height:100vh !important;top:0 !important;left:0 !important;position:fixed !important;}.ui-dialog.media-library-widget-modal .ui-dialog-content{max-height:calc(100vh - 100px) !important;overflow-y:auto !important;-webkit-overflow-scrolling:touch;}}#block-indie-main-menu{margin-bottom:2rem;}#block-indie-main-menu ul{border:1px dashed #ccc;border-left:0;border-right:0;list-style:none;margin:0;padding:0;text-align:center;}#block-indie-main-menu ul li{display:inline;}#block-indie-main-menu ul li a{display:inline-block;padding:10px;}#block-indie-main-menu ul li::after{content:"|";margin:0 10px 0 10px;color:white;}#block-indie-main-menu ul li:last-of-type::after{content:none;}header nav ul.menu li::after{content:"|";margin:0 10px 0 10px;color:black;}#block-indie-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px dashed rgba(8,217,214,0.3);}#block-indie-footer ul.menu{list-style:none;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1.5rem;}#block-indie-footer > ul{list-style:none;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1.5rem;}#block-indie-footer li{list-style:none;margin:0;}#block-indie-footer li a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0.5rem;text-decoration:none;color:#08D9D6;padding:0.5rem 0.75rem;border:1px solid rgba(8,217,214,0.3);border-radius:0;-webkit-transition:background-color 0.2s,border-color 0.2s;transition:background-color 0.2s,border-color 0.2s;}#block-indie-footer li a:hover,#block-indie-footer li a:focus{background-color:rgba(8,217,214,0.15);border-color:#08D9D6;}#block-indie-footer li a::before{content:"";display:inline-block;width:24px;height:24px;background-color:#08D9D6;mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;}#block-indie-footer .menu-item--rss a::before{mask-image:url(/themes/custom/indie/node_modules/pixelarticons/svg/rss-square.svg);-webkit-mask-image:url(/themes/custom/indie/node_modules/pixelarticons/svg/rss-square.svg);}#block-indie-footer .menu-item--github a::before{mask-image:url(/themes/custom/indie/node_modules/pixelarticons/svg/git-branch.svg);-webkit-mask-image:url(/themes/custom/indie/node_modules/pixelarticons/svg/git-branch.svg);}#block-indie-footer .menu-item--contact a::before{mask-image:url(/themes/custom/indie/node_modules/pixelarticons/svg/mail.svg);-webkit-mask-image:url(/themes/custom/indie/node_modules/pixelarticons/svg/mail.svg);}.node-tags .field__items,.node-teaser__tags .field__items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:0.4rem;}.node-tags .field__item,.node-teaser__tags .field__item{font-size:0.8rem;}.node-tags .field__item a,.node-teaser__tags .field__item a{border:1px solid #08D9D6;padding:0.1rem 0.5rem;border-radius:0;text-decoration:none;}.node-teaser{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1.5rem;margin-bottom:2rem;}.node-teaser__media{-ms-flex-negative:0;flex-shrink:0;width:200px;aspect-ratio:1/1;overflow:hidden;}.node-teaser__media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;}.node-teaser__content{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;}.node-teaser__meta{font-size:0.85rem;margin-bottom:0.25rem;}.node-teaser__category{color:#FF2E63;text-transform:uppercase;font-size:0.8rem;}.node-teaser__separator{margin:0 0.4rem;}.node-teaser__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:0.5rem;}@media (max-width:768px){.node-teaser{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.node-teaser__media{width:100%;}}.node-full__meta{font-size:0.85rem;margin-bottom:1rem;}.node-full__category{color:#FF2E63;text-transform:uppercase;font-size:0.8rem;}.node-full__separator{margin:0 0.4rem;}.node-full__image{margin-bottom:1.5rem;max-width:600px;}.node-full__image img{width:100%;height:auto;display:block;}.node-full__body{margin-bottom:1.5rem;}.node-full__recipe-meta{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:0.5rem 1.5rem;margin-bottom:1.5rem;font-size:0.9rem;}.node-full__recipe-meta-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;gap:0.4rem;}.node-full__recipe-meta-item .field__label{font-weight:600;}.node-full__recipe-meta-item + .node-full__recipe-meta-item::before{content:"·";margin-right:0.5rem;color:#08D9D6;}.node-full__section{margin-bottom:1.5rem;}.node-tags{margin-top:1.5rem;margin-bottom:1rem;}#block-indie-search{margin-bottom:2rem;}#block-indie-search form{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0.5rem;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;max-width:400px;}#block-indie-search form .form-item{-webkit-box-flex:1;-ms-flex:1;flex:1;}#block-indie-search form input[type=search],#block-indie-search form input[type=text]{width:100%;}form.views-exposed-form{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:0.75rem;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;}form.views-exposed-form .form-item{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:150px;}form.views-exposed-form .form-item input,form.views-exposed-form .form-item select{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;}form.views-exposed-form .form-actions{-webkit-box-flex:0;-ms-flex:none;flex:none;}@media (max-width:768px){form.views-exposed-form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}form.views-exposed-form .form-item,form.views-exposed-form .form-actions{width:100%;}}.pager{margin:2rem 0;}.pager__items{list-style:none;padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0.25rem;-ms-flex-wrap:wrap;flex-wrap:wrap;}.pager__item{margin:0;}.pager__item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:2.5rem;height:2.5rem;padding:0.25rem 0.75rem;border:1px solid rgba(8,217,214,0.3);border-radius:0;color:#08D9D6;text-decoration:none;-webkit-transition:background-color 0.2s,border-color 0.2s;transition:background-color 0.2s,border-color 0.2s;}.pager__item a:hover,.pager__item a:focus{background-color:rgba(8,217,214,0.15);border-color:#08D9D6;}.pager__item.is-active a,.pager__item.is-active span{background-color:#08D9D6;color:#171717;border-color:#08D9D6;font-weight:700;}.pager__item--ellipsis{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:2.5rem;height:2.5rem;color:#EAEAEA;}.pager__item--first a,.pager__item--previous a,.pager__item--next a,.pager__item--last a{font-size:0.875rem;}
