@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,500;0,700;1,800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");*{box-sizing:border-box;padding:0;margin:0}body{font-family:Roboto,ui-sans-serif,system-ui,-apple-system}ul{list-style-type:none}h2{font-weight:400}.language-categories-page{min-height:100vh;background-color:#ECEFF4;padding:3rem 0}.language-categories-container{max-width:1280px;margin:0 auto;padding:0 1rem}.language-categories-header{margin-bottom:3rem;text-align:center}.language-categories-title{font-size:3rem;font-weight:700;color:#2E3440;margin-bottom:1rem}.language-categories-subtitle{font-size:1.25rem;color:#6b7280;margin-bottom:2rem}.add-snippet-button{display:inline-block;padding:1rem 2rem;background-color:#61AFEF;color:white;border-radius:.5rem;font-weight:600;font-size:1.125rem;text-decoration:none;transition:all .3s ease;box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.add-snippet-button:hover{background-color:#4A9FDF;transform:translateY(-2px);box-shadow:0 20px 25px -5px rgba(0,0,0,.15)}.loading-container{text-align:center;padding:4rem 0}.empty-state{background-color:white;border:1px solid #e5e7eb;border-radius:.5rem;padding:3rem;text-align:center;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.empty-state-title{font-size:1.5rem;color:#374151;font-weight:600;margin-bottom:1rem}.empty-state-description{color:#6b7280;margin-bottom:1.5rem}.empty-state-button{display:inline-block;padding:.75rem 1.5rem;background-color:#61AFEF;color:white;border-radius:.5rem;font-weight:500;text-decoration:none;transition:background-color .3s ease}.empty-state-button:hover{background-color:#4A9FDF}.language-cards-grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}@media (min-width:768px){.language-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.language-cards-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1280px){.language-cards-grid{grid-template-columns:repeat(4,1fr)}}.language-card-link{text-decoration:none;display:block}.language-card{background-color:white;border-radius:.75rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);padding:2rem;border:2px solid transparent;transition:all .3s ease;cursor:pointer}.language-card:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.2);border-color:#61AFEF;transform:translateY(-8px)}.language-icon{font-size:4rem;text-align:center;margin-bottom:1rem}.language-name{font-size:1.5rem;font-weight:700;color:#2E3440;text-align:center;margin-bottom:.5rem;transition:color .3s ease}.language-card:hover .language-name{color:#61AFEF}.snippet-count-container{text-align:center}.snippet-count-badge{display:inline-block;padding:.5rem 1rem;background-color:#ECEFF4;color:#2E3440;border-radius:9999px;font-weight:600}.browse-arrow{margin-top:1rem;text-align:center;opacity:0;transition:opacity .3s ease}.language-card:hover .browse-arrow{opacity:1}.browse-arrow-text{color:#61AFEF;font-weight:500}.language-categories-footer{margin-top:4rem;text-align:center}.language-categories-footer-text{color:#6b7280}@media (max-width:640px){.language-categories-title{font-size:2rem}.language-categories-subtitle{font-size:1rem}.add-snippet-button{padding:.75rem 1.5rem;font-size:1rem}.language-card{padding:1.5rem}.language-icon{font-size:3rem}.language-name{font-size:1.25rem}}.language-snippets-container{max-width:1280px;margin:0 auto;padding:3rem 1rem}.language-snippets-header{margin-bottom:3rem}.back-link{display:inline-flex;align-items:center;color:#61AFEF;font-weight:500;margin-bottom:1.5rem;text-decoration:none;transition:color .3s ease}.back-link:hover{color:#4A9FDF}.language-title-section{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.language-page-icon{font-size:4rem}.language-title-text h1{font-size:3rem;font-weight:700;color:#2E3440}.language-snippet-count{font-size:1.25rem;color:#6b7280;margin-top:.5rem}.add-snippet-button-small{display:inline-block;padding:.75rem 1.5rem;background-color:#61AFEF;color:white;border-radius:.5rem;font-weight:500;text-decoration:none;transition:background-color .3s ease;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.add-snippet-button-small:hover{background-color:#4A9FDF}.language-empty-state{background-color:white;border:1px solid #e5e7eb;border-radius:.5rem;padding:3rem;text-align:center;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.language-empty-title{font-size:1.5rem;color:#374151;font-weight:600;margin-bottom:1rem}.language-empty-description{color:#6b7280;margin-bottom:1.5rem}.snippets-grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}@media (min-width:768px){.snippets-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.snippets-grid{grid-template-columns:repeat(3,1fr)}}.snippet-card-link{text-decoration:none;display:block}.snippet-card{background-color:white;border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);padding:1.5rem;border:2px solid transparent;height:100%;display:flex;flex-direction:column;transition:all .3s ease}.snippet-card:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.2);border-color:#61AFEF;transform:translateY(-4px)}.snippet-card-title{font-size:1.5rem;font-weight:700;color:#2E3440;margin-bottom:.75rem;transition:color .3s ease}.snippet-card:hover .snippet-card-title{color:#61AFEF}.snippet-description{color:#6b7280;margin-bottom:1rem;flex-grow:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;line-clamp:3;overflow:hidden}.snippet-tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.tag-framework{background-color:rgba(97,175,239,.2);color:#61AFEF;font-weight:600}.tag-framework,.tag-regular{padding:.25rem .75rem;border-radius:9999px;font-size:.875rem}.tag-regular{background-color:#ECEFF4;color:#2E3440}.snippet-footer{padding-top:1rem;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:#6b7280}.view-code-arrow{margin-top:1rem;text-align:center;opacity:0;transition:opacity .3s ease}.snippet-card:hover .view-code-arrow{opacity:1}.view-code-text{color:#61AFEF;font-weight:500}.snippets-loading{max-width:1280px;margin:0 auto;padding:3rem 1rem;text-align:center}.snippets-loading-text{font-size:1.125rem;color:#6b7280}@media (max-width:640px){.language-title-text h1{font-size:2rem}.language-page-icon{font-size:3rem}}.code-display-wrapper{position:relative}.code-display-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:0 .25rem}.code-language-label{font-size:.875rem;color:#6b7280;font-family:monospace;text-transform:uppercase}.code-copy-button{padding:.25rem .75rem;font-size:.875rem;border-radius:.25rem;border:none;cursor:pointer;transition:all .2s ease;font-weight:500}.code-copy-button-default{background-color:#2563eb;color:white}.code-copy-button-default:hover{background-color:#1d4ed8}.code-copy-button-copied{background-color:#16a34a;color:white}.page-wrapper-gray,.page-wrapper-gray-padded{min-height:100vh;background-color:#f9fafb}.page-wrapper-gray-padded{padding:2rem 0}.page-wrapper-offwhite{min-height:100vh;background-color:#ECEFF4}.add-snippet-container{max-width:896px;margin:0 auto;padding:2rem 1rem}.add-snippet-header{margin-bottom:2rem}.add-snippet-title{font-size:2.25rem;font-weight:700;margin-bottom:.5rem}.add-snippet-subtitle{color:#6b7280}.error-message{margin-bottom:1.5rem;background-color:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:1rem;border-radius:.375rem}.loading-state{max-width:896px;margin:0 auto;padding:2rem 1rem;text-align:center}.loading-text{font-size:1.125rem;color:#6b7280}.not-authenticated-warning{max-width:896px;margin:0 auto;padding:2rem 1rem}.warning-box{background-color:#fef3c7;border:1px solid #fcd34d;border-radius:.5rem;padding:2rem;text-align:center}.warning-title{font-size:1.125rem;color:#92400e;font-weight:600}.warning-text{color:#b45309;margin-top:.5rem}.snippet-form{background-color:white;border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);padding:1.5rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.required-star{color:#dc2626}.form-input{width:100%;padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:.375rem;transition:all .2s ease}.form-input:focus{outline:none;box-shadow:0 0 0 2px #3b82f6;border-color:transparent}.form-textarea{width:100%;padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:.375rem;transition:all .2s ease;resize:vertical}.form-textarea:focus{outline:none;box-shadow:0 0 0 2px #3b82f6;border-color:transparent}.form-textarea-code{font-family:monospace;font-size:.875rem}.form-select{width:100%;padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:.375rem;transition:all .2s ease}.form-select:focus{outline:none;box-shadow:0 0 0 2px #3b82f6;border-color:transparent}.form-grid-2{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;margin-bottom:1.5rem}@media (min-width:768px){.form-grid-2{grid-template-columns:repeat(2,1fr)}}.form-helper-text{margin-top:.25rem;font-size:.875rem;color:#6b7280}.checkbox-container{display:flex;align-items:center;margin-bottom:1.5rem}.form-checkbox{width:1rem;height:1rem;color:#2563eb;border:1px solid #d1d5db;border-radius:.25rem;cursor:pointer}.form-checkbox:focus{box-shadow:0 0 0 2px #3b82f6}.checkbox-label{margin-left:.5rem;font-size:.875rem;color:#374151}.form-buttons{display:flex;gap:1rem}.form-button-primary{padding:.75rem 1.5rem;border-radius:.375rem;font-weight:500;transition:background-color .3s ease;color:white;background-color:#2563eb;border:none;cursor:pointer}.form-button-primary:hover{background-color:#1d4ed8}.form-button-primary:disabled{background-color:#9ca3af;cursor:not-allowed}.form-button-secondary{padding:.75rem 1.5rem;background-color:#e5e7eb;color:#1f2937;border-radius:.375rem;font-weight:500;transition:background-color .3s ease;border:none;cursor:pointer}.form-button-secondary:hover{background-color:#d1d5db}.snippet-detail-container{max-width:896px;margin:0 auto;padding:2rem 1rem}.back-to-snippets-link{display:inline-flex;align-items:center;color:#2563eb;margin-bottom:1.5rem;text-decoration:none;transition:color .3s ease}.back-to-snippets-link:hover{color:#1d4ed8}.snippet-detail-card{background-color:white;border-radius:.5rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);padding:2rem}.snippet-detail-header{margin-bottom:1.5rem}.snippet-detail-title{font-size:2.25rem;font-weight:700;margin-bottom:.75rem}.snippet-detail-description{color:#6b7280;font-size:1.125rem}.snippet-detail-tags{display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.tag-language{background-color:#dbeafe;color:#1e40af}.tag-framework-badge,.tag-language{padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600}.tag-framework-badge{background-color:#d1fae5;color:#065f46}.tag-standard{padding:.5rem 1rem;background-color:#f3f4f6;color:#374151;border-radius:9999px;font-size:.875rem}.ai-explanation-box,.snippet-code-section{margin-bottom:1.5rem}.ai-explanation-box{padding:1.5rem;background-color:#faf5ff;border:1px solid #e9d5ff;border-radius:.5rem}.ai-explanation-content{display:flex;align-items:start;gap:.75rem}.ai-icon{font-size:1.875rem}.ai-text-container{flex:1 1}.ai-explanation-title{font-weight:700;color:#581c87;font-size:1.25rem;margin-bottom:.75rem}.ai-explanation-text{color:#374151;white-space:pre-wrap;line-height:1.75}.snippet-author-info{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.snippet-metadata{font-size:.875rem;color:#6b7280}.metadata-author{font-weight:500}.metadata-separator{margin:0 .5rem}.metadata-public{color:#16a34a;font-weight:500}.snippet-action-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.explain-button{padding:.75rem 1.5rem;border-radius:.375rem;font-weight:500;transition:background-color .3s ease;border:none;cursor:pointer}.explain-button-inactive{background-color:#f3e8ff;color:#6b21a8}.explain-button-inactive:hover{background-color:#e9d5ff}.explain-button-active{background-color:#7c3aed;color:white}.explain-button-active:hover{background-color:#6d28d9}.explain-button:disabled{opacity:.5;cursor:not-allowed}.edit-button-link{padding:.75rem 1.5rem;background-color:#fef3c7;color:#92400e;border-radius:.375rem;font-weight:500;transition:background-color .3s ease;text-decoration:none;display:inline-block}.edit-button-link:hover{background-color:#fde68a}.delete-button{padding:.75rem 1.5rem;background-color:#fee2e2;color:#991b1b;border-radius:.375rem;font-weight:500;transition:background-color .3s ease;border:none;cursor:pointer}.delete-button:hover{background-color:#fecaca}.delete-button:disabled{opacity:.5;cursor:not-allowed}.modal-overlay{position:fixed;inset:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:50}.modal-content{background-color:white;border-radius:.5rem;padding:2rem;max-width:448px;margin:0 1rem}.modal-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.modal-message{color:#6b7280;margin-bottom:1.5rem}.modal-buttons{display:flex;gap:.75rem}.modal-button-delete{flex:1 1;padding:.75rem 1.5rem;background-color:#dc2626;color:white;border-radius:.375rem;font-weight:500;transition:background-color .3s ease;border:none;cursor:pointer}.modal-button-delete:hover{background-color:#b91c1c}.modal-button-delete:disabled{opacity:.5;cursor:not-allowed}.modal-button-cancel{flex:1 1;padding:.75rem 1.5rem;background-color:#e5e7eb;color:#1f2937;border-radius:.375rem;font-weight:500;transition:background-color .3s ease;border:none;cursor:pointer}.modal-button-cancel:hover{background-color:#d1d5db}.snippet-error-container{max-width:896px;margin:0 auto;padding:2rem 1rem}.snippet-error-box{background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;padding:2rem;text-align:center}.snippet-error-text{font-size:1.125rem;color:#991b1b;font-weight:600}.snippet-error-link{margin-top:1rem;display:inline-block;padding:.5rem 1.5rem;background-color:#2563eb;color:white;border-radius:.375rem;transition:background-color .3s ease;text-decoration:none}.snippet-error-link:hover{background-color:#1d4ed8}.snippet-edit-container{max-width:768px;margin:0 auto;padding:0 1rem}.snippet-edit-header{margin-bottom:1.5rem}.back-to-snippet-link{display:inline-flex;align-items:center;color:#2563eb;margin-bottom:1rem;text-decoration:none;transition:color .3s ease}.back-to-snippet-link:hover{color:#1d4ed8}.snippet-edit-title{font-size:2.25rem;font-weight:700}.snippet-edit-subtitle{color:#6b7280;margin-top:.5rem}.snippet-edit-form{background-color:white;border-radius:.5rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);padding:2rem}.edit-form-buttons{display:flex;gap:.75rem}.edit-form-button-save{flex:1 1;padding:.75rem 1.5rem;background-color:#2563eb;color:white;border-radius:.375rem;font-weight:500;transition:background-color .3s ease;border:none;cursor:pointer}.edit-form-button-save:hover{background-color:#1d4ed8}.edit-form-button-save:disabled{opacity:.5;cursor:not-allowed}.edit-form-button-cancel{padding:.75rem 1.5rem;background-color:#e5e7eb;color:#1f2937;border-radius:.375rem;font-weight:500;transition:background-color .3s ease;text-decoration:none;text-align:center}.edit-form-button-cancel:hover{background-color:#d1d5db}.listings-container{max-width:1280px;margin:0 auto;padding:2rem 1rem}.listings-header{margin-bottom:2rem;display:flex;justify-content:space-between;align-items:start}.listings-title{font-size:2.25rem;font-weight:700;margin-bottom:.5rem}.listings-subtitle{color:#6b7280}.add-snippet-button-header{padding:.75rem 1.5rem;background-color:#16a34a;color:white;border-radius:.375rem;font-weight:500;transition:background-color .3s ease;text-decoration:none}.add-snippet-button-header:hover{background-color:#15803d}.filters-section{background-color:white;border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);padding:1.5rem;margin-bottom:2rem}.filters-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.filters-grid{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem;margin-bottom:1rem}@media (min-width:768px){.filters-grid{grid-template-columns:repeat(3,1fr)}}.clear-filters-button{padding:.5rem 1rem;background-color:#e5e7eb;color:#1f2937;border-radius:.375rem;transition:background-color .3s ease;border:none;cursor:pointer}.clear-filters-button:hover{background-color:#d1d5db}.snippets-list{display:flex;flex-direction:column;gap:1.5rem}.snippet-list-card{background-color:white;border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);padding:1.5rem;transition:box-shadow .3s ease}.snippet-list-card:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.snippet-list-header{margin-bottom:1rem}.snippet-list-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.snippet-list-description{color:#6b7280}.snippet-list-tags{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.snippet-list-footer{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.snippet-list-metadata{font-size:.875rem;color:#6b7280}.view-details-button{padding:.5rem 1rem;background-color:#2563eb;color:white;border-radius:.375rem;transition:background-color .3s ease;font-size:.875rem;font-weight:500;text-decoration:none}.view-details-button:hover{background-color:#1d4ed8}.listings-empty-state{background-color:#fef3c7;border:1px solid #fcd34d;border-radius:.5rem;padding:2rem;text-align:center}.listings-empty-title{font-size:1.125rem;color:#92400e;font-weight:600}.listings-empty-text{color:#b45309;margin-top:.5rem}dialog{&[open]{position:fixed;width:80vw;height:50vh;min-height:270px;top:50%;left:50%;transform:translate(-50%,-50%);z-index:999;border-width:0;border-radius:.75rem;box-shadow:-7px 12px 14px 6px rgb(0 0 0/.2);& article{background-color:unset}}& form{display:flex;flex-direction:column;justify-content:space-between;height:100%}& footer{padding-right:20px}&::-webkit-backdrop{background-color:#f6f7f9;opacity:.8}&::backdrop{background-color:#f6f7f9;opacity:.8}}footer{& button{--tw-shadow:0 1px 3px 0 rgb(0 0 0/0.1),0 1px 2px -1px rgb(0 0 0/0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);text-transform:uppercase;font-size:1rem;outline:0;border:0;padding:10px;cursor:pointer}& .button--cancel{color:rgb(178,193,212);background-color:white;border-radius:3px}& .button--confirm{background-color:rgb(255 111 0);color:white;border-radius:3px}& menu{display:flex;justify-content:flex-end;padding:20px 0;gap:20px}}header{background-color:rgb(56 85 116);color:white;display:flex;justify-content:space-between;padding:.8rem;align-items:center;& img{height:2rem}& ul{display:none;position:absolute;width:220px;z-index:99}& a{text-decoration:none;color:white}.profileImage{border-radius:100%;border:2px solid white;margin-right:10px}}.logo{display:inline-flex;align-items:center;gap:.75rem;padding:.875rem 1.5rem;border-radius:.75rem;background:rgba(255,255,255,.1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);color:#ECEFF4;text-decoration:none;font-size:1.25rem;font-weight:700;letter-spacing:-.025em;transition:all .3s ease;box-shadow:0 4px 6px rgba(0,0,0,.1);& img{-webkit-margin-end:10px;margin-inline-end:10px}}.logo:hover{background:rgba(255,255,255,.2);border-color:rgba(97,175,239,.5);box-shadow:0 8px 30px rgba(0,0,0,.12);transform:scale(1.02)}.logo-icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;font-size:1.5rem;background:rgba(97,175,239,.2);border:1px solid rgba(97,175,239,.3);border-radius:.5rem;transition:all .3s ease}.logo:hover .logo-icon{background:rgba(97,175,239,.3);transform:rotate(6deg)}.logo-text{font-weight:700;font-size:1.25rem;letter-spacing:-.025em;color:#ECEFF4;text-shadow:0 2px 4px rgba(0,0,0,.1)}.menu{display:inline-block;position:relative;padding:15px 20px;align-self:stretch}.menu ul{left:calc(-220px * .9);color:rgb(42 72 101);background-color:white;box-shadow:0 0 10px 0 rgb(0 0 0/50%);& li{padding:10px;border-bottom:1px solid rgb(42 72 101/.25)}& a{font-weight:700;color:unset}& li:has(a):hover{background-color:rgb(42 72 101/.05)}& a:visited{color:unset}}.menu:hover ul{display:block}.profile{display:flex;& a,& p{display:flex;align-items:center}}.main__home{background-color:rgb(178 193 212);min-height:100vh}.main__restaurant{min-height:90vh}.main__restaurant,article{background-color:rgb(229 234 240)}article{margin:0 auto;padding:20px 40px;width:75%}.restaurants{display:grid;margin-top:20px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:40px;gap:40px;& li{background:white;max-width:300px}& a{color:black;display:flex;flex-direction:column;flex:2 1 100%}& h2{font-weight:400}}.image-cover{width:100%;height:100%;object-fit:cover;max-height:300px;min-height:300px;position:relative;& img{width:100%;height:100%;object-fit:cover;position:absolute}}a{text-decoration:none}.restaurant__meta{display:flex;font-weight:500;justify-content:space-between;align-items:center;margin-bottom:10px}.restaurant__details{padding:20px}.restaurant__rating{padding:5px 0;display:flex;align-items:center;& ul{display:flex}& svg{width:2rem;height:2rem;color:rgb(255 202 40)}& span{color:rgb(156 163 175)}}.restaurant__review_summary{max-width:"50vw";height:"75px";padding-top:"10px"}.img__section{width:100%;height:400px;position:relative;>img{width:100%;height:100%;object-fit:cover;position:absolute;max-width:unset}}.details{position:absolute;bottom:0;padding:20px;color:white;& span{color:inherit}}.details__container{--tw-gradient-from:#c60094 var(--tw-gradient-from-position);--tw-gradient-to:rgb(56 85 116/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);background-image:linear-gradient(to top right,var(--tw-gradient-stops));position:absolute;right:0;bottom:0;left:0;background:rgb(24 25 26/50%);width:100%;height:100%}.reviews{& .review__item{padding:40px;border-bottom:1px solid rgb(156 163 175/.25)}& time{font-size:.8rem;color:darkgrey}}.actions{position:absolute;z-index:1;bottom:-30px;right:0;display:flex;justify-content:flex-end;& img{height:4rem}.review{--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;background-color:rgb(255 202 40);border-radius:.75rem}.add,.review{--tw-shadow:0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);cursor:pointer;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.add{--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);background-color:rgb(255 143 0);border-radius:9999px;height:4rem}.add input{display:none}:where(.review,.add){margin:0 30px}}#review{padding:20px;font-size:17px;border:none;border-bottom:2px solid rgb(255 111 0);width:100%}.star-rating{display:flex;flex-direction:row-reverse;justify-content:flex-end}.radio-input{position:fixed;opacity:0;pointer-events:none}.radio-label{cursor:pointer;font-size:0;color:rgba(0,0,0,.2);transition:color .1s ease-in-out}.radio-label:before{content:"★";display:inline-block;font-size:32px}.radio-input:checked~.radio-label{color:#ffc700;color:gold}.radio-label:hover,.radio-label:hover~.radio-label{color:goldenrod}.radio-input:checked+.radio-label:hover,.radio-input:checked+.radio-label:hover~.radio-label,.radio-input:checked~.radio-label:hover,.radio-input:checked~.radio-label:hover~.radio-label,.radio-label:hover~.radio-input:checked~.radio-label{color:darkgoldenrod}.average-rating{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:transparent;width:auto;display:inline-block;vertical-align:baseline;font-size:25px}.average-rating:before{--percent:calc(4.3 / 5 * 100%);content:"★★★★★";position:absolute;top:0;left:0;color:rgba(0,0,0,.2);background:linear-gradient(90deg,gold var(--percent),rgba(0,0,0,.2) var(--percent));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.rating-picker{display:flex;flex-direction:row-reverse;justify-content:center}.filter-menu{background-color:white;border-radius:3px;border-bottom:1px solid rgb(27 58 87);& summary{font-weight:700;cursor:pointer;display:flex;align-items:center}& form{padding:20px 20px 0}& form,& label{display:flex;flex-direction:column}& label{padding:10px 0;flex-grow:1;color:rgb(75 85 99);font-size:.75rem;line-height:1rem}& img{height:4rem;max-width:100%}& form div{display:flex;gap:10px}& select{color:rgb(17 24 39);font-size:.875rem;line-height:1.25rem;padding:1rem .625rem .5rem;border:0;border-bottom:2px;border-color:#e5e7eb;border-style:solid}& p:first-child{font-weight:300;font-size:1.25rem;line-height:1.75rem;margin-bottom:2px}& p:last-child{color:rgb(42 72 101);font-weight:600;font-size:.875rem;line-height:1.25rem}}.filter{margin:0 auto}.tags{display:flex;flex-wrap:wrap;gap:10px;margin:30px 0;& span{font-weight:500;line-height:1.25rem;padding:.25rem .5rem;background-color:rgb(71 98 130);border-radius:9999px;color:white;font-size:.95rem}& button{cursor:pointer;margin-left:5px;padding:2px 10px;color:white;background-color:transparent;outline:none;border:none;font-size:.8rem}}