@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Raleway:wght@400;500;600;700&display=swap");:root{--foreground-rgb:15,15,15;--background-rgb:250,250,250}body{min-height:100dvh;color:rgb(var(--foreground-rgb));background:rgb(var(--background-rgb))}.fade-out{position:relative}.fade-out:after{content:"";position:absolute;bottom:0;left:0;right:0;height:200px;background:linear-gradient(180deg,transparent,#fcf9ed)}.fade-out.fade-out-white:after{background:linear-gradient(180deg,transparent,#fafafa)}#article img{width:100%;aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;border-radius:10px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);margin-bottom:1.25rem;margin-top:1.25rem}#article>#gallery{display:grid;grid-template-columns:1fr 1fr;row-gap:10px;-moz-column-gap:10px;column-gap:10px;width:100%;max-width:1200px}@media (max-width:768px){#article>#gallery{grid-template-columns:1fr}}#article>#gallery img{width:100%;height:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border-radius:10px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);cursor:"pointer"}#article>#gallery>.fullscreen-overlay{display:flex;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;z-index:1000}table{width:100%;border-collapse:collapse;margin-bottom:32px;text-align:left}td,th{padding:12px;border:1px solid #ddd}th{background-color:#f2f2f2;color:#333}tr:nth-child(2n){background-color:#f9f9f9}tr:hover{background-color:#f1f1f1}