:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--color-black: #000;--color-blue: #4F36DD;--color-pink: #EEB3FA;--color-gray: #E7E8E9}*{box-sizing:border-box}body{margin:0;min-width:320px}a{text-decoration:none;color:inherit}.navbar{height:95px;background:var(--color-gray);display:flex;align-items:center;justify-content:center;position:relative}.navbar-content{width:100%;max-width:1200px;display:flex;align-items:center;justify-content:center;position:relative}.logo{font-size:34px;font-weight:700;letter-spacing:.05em;color:var(--color-black)}.manifest-link{position:absolute;left:0;text-decoration:underline;font-weight:700;color:var(--color-blue);font-size:24px}.manifest-link:hover{opacity:.7}.marquee{background:var(--color-black);color:var(--color-gray);overflow:hidden;white-space:nowrap;padding:.75rem 0}.marquee-content{display:inline-block;animation:marquee 20s linear infinite}.marquee-content span{display:inline-block;padding:0 2rem;font-size:1rem;font-weight:500;letter-spacing:.05em}@keyframes marquee{0%{transform:translate(-50%)}to{transform:translate(0)}}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.hero{height:736px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-gradient{position:absolute;inset:0;background:linear-gradient(to bottom,var(--color-pink),var(--color-black));opacity:.2;pointer-events:none}.hero-content{position:relative;z-index:1;max-width:800px;padding:2rem;text-align:center}.hero-content h1{font-size:48px;font-weight:700;margin-bottom:1.5rem;color:var(--color-black)}.hero-content p{font-size:1.25rem;line-height:1.8;color:#333}.posts-section{padding:4rem 2rem;max-width:1200px;margin:0 auto}.posts-section h2{font-size:48px;font-weight:700;margin-bottom:2rem;color:#000}.posts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.post-card{display:block;text-decoration:none;color:inherit;transition:transform .2s ease,box-shadow .2s ease;border-radius:8px;padding-bottom:1rem}.post-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.post-card-image{width:100%;aspect-ratio:16 / 9;object-fit:cover;border-radius:8px;background-color:#f0f0f0}.post-card-title{margin:1rem 1rem 0;font-size:1.25rem;font-weight:600;color:#000}.post-card-author{margin:.25rem 1rem 0;font-size:1rem;font-weight:400;color:#666}.reconstructions{position:relative;padding:6rem 2rem;overflow:hidden}.reconstructions-gradient{position:absolute;inset:0;background:linear-gradient(to bottom,var(--color-pink),var(--color-gray));opacity:.3;pointer-events:none}.reconstructions-content{position:relative;z-index:1;max-width:900px;margin:0 auto}.reconstructions-content h2{font-size:48px;font-weight:700;margin-bottom:2rem;color:var(--color-black)}.reconstructions-content p{font-size:1.25rem;line-height:1.8;color:#333}.ar-reconstructions-section{padding:4rem 2rem;max-width:1200px;margin:0 auto}.ar-reconstructions-section h2{font-size:48px;font-weight:700;margin-bottom:2rem;color:#000}.loading,.error,.empty{padding:2rem;text-align:center;color:#666}.error{color:#dc3545}.post-hero{background:var(--color-gray);padding:4rem 2rem;display:flex;flex-direction:column;align-items:center}.post-hero-image{max-width:800px;width:100%;border-radius:8px;object-fit:cover}.post-hero-button{margin-top:2rem;padding:1rem 3rem;font-size:1rem;font-weight:700;color:#fff;background:linear-gradient(to bottom,var(--color-pink),var(--color-black));border:none;border-radius:4px;cursor:pointer;text-transform:uppercase;letter-spacing:.1em;transition:opacity .2s ease}.post-hero-button:hover{opacity:.9}.post-content{padding:4rem 2rem;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 280px;gap:4rem}.post-content-main h1{font-size:48px;font-weight:700;margin:0 0 1.5rem;color:var(--color-black)}.post-content-separator{border:none;border-top:1px solid var(--color-gray);margin:0 0 1.5rem}.post-content-description{font-size:1.25rem;line-height:1.8;margin:0;color:#333}.post-content-body{margin-top:2rem;font-size:1rem;line-height:1.8;color:#333}.post-content-body h1{font-size:2rem;font-weight:700;margin:2rem 0 1rem;color:var(--color-black)}.post-content-body h2{font-size:1.75rem;font-weight:700;margin:1.75rem 0 .875rem;color:var(--color-black)}.post-content-body h3{font-size:1.5rem;font-weight:600;margin:1.5rem 0 .75rem;color:var(--color-black)}.post-content-body h4{font-size:1.25rem;font-weight:600;margin:1.25rem 0 .625rem;color:var(--color-black)}.post-content-body p{margin:0 0 1rem}.post-content-body ul,.post-content-body ol{margin:0 0 1rem;padding-left:1.5rem}.post-content-body li{margin-bottom:.5rem}.post-content-body blockquote{margin:1.5rem 0;padding:1rem 1.5rem;border-left:4px solid var(--color-blue);background:var(--color-gray);font-style:italic}.post-content-body blockquote p{margin:0}.post-content-body pre{margin:1.5rem 0;padding:1rem;background:#1e1e1e;border-radius:8px;overflow-x:auto}.post-content-body code{font-family:Fira Code,Consolas,monospace;font-size:.9rem;color:#e6e6e6}.post-content-body p code{background:var(--color-gray);color:var(--color-black);padding:.125rem .375rem;border-radius:4px}.post-content-body a{color:var(--color-blue);text-decoration:underline}.post-content-body a:hover{opacity:.7}.post-content-image{width:100%;max-width:100%;height:auto;margin:1.5rem 0;border-radius:8px}.post-content-sidebar{display:flex;flex-direction:column;gap:2rem}.post-meta-item{display:flex;flex-direction:column}.post-meta-label{font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;color:#666;margin-bottom:.25rem}.post-meta-value{font-size:1.5rem;font-weight:600;color:var(--color-black)}.post-gallery{padding:4rem 2rem;max-width:1200px;margin:0 auto}.post-gallery h2{font-size:48px;font-weight:700;margin:0 0 2rem;color:var(--color-black)}.post-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.post-gallery-image{width:100%;aspect-ratio:3 / 2;object-fit:cover;border-radius:8px;transition:transform .2s ease}.post-gallery-image:hover{transform:scale(1.05)}.post-other{padding:4rem 2rem;max-width:1200px;margin:0 auto}.post-other h2{font-size:48px;font-weight:700;margin:0 0 2rem;color:var(--color-black)}@media(max-width:768px){.navbar-content{padding:0 1rem}.manifest-link{left:1rem}.hero{height:500px}.hero-content p{font-size:1rem}.posts-section{padding:2rem 1rem}.posts-grid{grid-template-columns:1fr;gap:1.5rem}.post-hero{padding:2rem 1rem}.post-content{padding:2rem 1rem;grid-template-columns:1fr;gap:2rem}.post-content-main h1{font-size:32px}.post-content-sidebar{flex-direction:row;gap:3rem}.post-gallery{padding:2rem 1rem}.post-gallery h2{font-size:32px}.post-gallery-grid{grid-template-columns:repeat(2,1fr)}.post-other{padding:2rem 1rem}.post-other h2{font-size:32px}}
