:root{color-scheme:light;--bg: #f7f7f5;--surface: #ffffff;--text: #1c1c1a;--muted: #5c5c57;--border: #e4e4de;--accent: #2c4a6e;--accent-hover: #1d3554;--shadow: 0 10px 30px rgba(28, 28, 26, .08);--radius: 14px;--header-h: 4rem;--wide: 68rem;--font-serif: "Source Serif 4", "Iowan Old Style", Palatino, Georgia, serif;--font-sans: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;font-family:var(--font-serif);line-height:1.65;font-weight:400;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;min-height:100%}body{background:var(--bg)}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover);text-decoration:underline}img{max-width:100%;display:block}h1,h2,h3{font-weight:650;line-height:1.2;letter-spacing:-.02em}h1{font-size:clamp(1.6rem,3.2vw,2.15rem);font-weight:400;margin:0 0 .75rem}h1:not(:first-child){margin-top:2.5rem}h2{font-size:1.35rem;margin:2.5rem 0 1rem}p{margin:0 0 1rem;color:var(--text)}.site{min-height:100vh;display:flex;flex-direction:column}.header{position:sticky;top:0;z-index:20;height:var(--header-h);background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);font-family:var(--font-sans)}.header-inner{height:100%;max-width:var(--wide);margin:0 auto;padding:0 1.25rem;display:flex;align-items:center;gap:1.25rem}.brand{font-weight:650;color:var(--text);letter-spacing:-.03em;white-space:nowrap;text-decoration:none}.brand:hover{color:var(--accent);text-decoration:none}.nav{display:flex;flex-wrap:wrap;gap:.15rem 1rem;flex:1}.nav a{color:var(--muted);font-size:.95rem;text-decoration:none}.nav a:hover,.nav a.active{color:var(--accent);text-decoration:none}.nav a.active{font-weight:600}.social{display:flex;align-items:center;gap:.35rem;margin-left:auto}.social a{display:grid;place-items:center;width:2.15rem;height:2.15rem;border-radius:999px;color:var(--muted);text-decoration:none}.social a:hover{color:var(--accent);background:#eef2f7;text-decoration:none}.social svg{width:1.15rem;height:1.15rem;fill:currentColor}.main{flex:1;width:100%;max-width:var(--wide);margin:0 auto;padding:2.25rem 1.25rem 4rem}.lede{color:var(--muted);font-size:1.1rem;max-width:40rem}.footer{border-top:1px solid var(--border);padding:1.25rem;text-align:center;color:var(--muted);font-size:.9rem;font-family:var(--font-sans)}.home-links{margin:0 0 1.5rem;padding-left:1.25rem;list-style:disc}.home-links li{margin:.35rem 0}.home-links a{text-decoration:underline}.carousel{position:relative;margin:1.75rem 0 2.5rem;max-width:75%;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);background:#111;aspect-ratio:3 / 2}.carousel img{width:100%;height:100%;object-fit:cover}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:2.4rem;height:2.4rem;border:0;border-radius:999px;background:#ffffffe6;color:var(--text);cursor:pointer;font-size:1.25rem;line-height:1}.carousel-btn.prev{left:.75rem}.carousel-btn.next{right:.75rem}.carousel-btn:hover{background:#fff}.carousel-dots{position:absolute;left:0;right:0;bottom:.75rem;display:flex;justify-content:center;gap:.4rem}.carousel-dots button{width:.55rem;height:.55rem;padding:0;border:0;border-radius:999px;background:#ffffff8c;cursor:pointer}.carousel-dots button.active{background:#fff}.cards{display:flex;flex-direction:column;gap:1rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.15rem 1.2rem 1.25rem;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:.4rem}.card h3{margin:0;font-size:1.05rem}.project-status{display:inline-block;width:.95em;height:.95em;margin-left:.4em;vertical-align:-.12em}.project-status-online{color:#1a7f37}.project-status-offline{color:#cf222e}.project-status-under-construction{color:#9a6700}.project-status circle:first-of-type{fill:currentColor}.card p{margin:0;color:var(--muted);font-size:.95rem;flex:1}.card-links{display:flex;gap:.85rem;font-size:.9rem;margin-top:.4rem;font-family:var(--font-sans)}.notice{color:var(--muted);font-size:.8rem;line-height:1.5;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.85rem 1rem}.cite-list{list-style:none;margin:0;padding:0}.cite-list li{padding:.9rem 0;border-bottom:1px solid var(--border)}.cite-list li:last-child{border-bottom:0}.cite-links{margin-top:.35rem;font-size:.9rem}.section-intro{color:var(--muted);margin-bottom:.75rem}@media(max-width:720px){.header{height:auto}.header-inner{flex-wrap:wrap;padding:.7rem 1rem;gap:.5rem .75rem}.nav{order:3;width:100%;gap:.5rem .85rem}.social{margin-left:auto}.carousel-btn{width:2rem;height:2rem}}
