:root{--bg: #fdf6e3;--surface: #eee8d5;--border: #ccc4b0;--border-light: #e5dfd2;--muted: #6d7e80;--fg-dim: #516a73;--fg: #3d5e68;--fg-strong:#073642;--fg-dark: #002b36;--blue: #268bd2;--cyan: #2aa198;--green: #859900;--yellow: #b58900;--orange: #cb4b16;--red: #dc322f;--violet: #6c71c4;--accent: var(--blue);--ff: "IBM Plex Mono", "Menlo", "Courier New", monospace}[data-theme=dark]{--bg: #002b36;--surface: #073642;--border: #0f3d4a;--border-light:#093541;--muted: #586e75;--fg-dim: #657b83;--fg: #839496;--fg-strong: #93a1a1;--fg-dark: #eee8d5}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;transition:background-color .2s,color .2s,border-color .2s}html{font-size:15px;-webkit-font-smoothing:antialiased}body{background:var(--bg);color:var(--fg);font-family:var(--ff);font-weight:400;font-size:1rem;line-height:1.7;min-height:100vh}h1,h2,h3,h4{font-family:var(--ff);font-weight:400;line-height:1.25;color:var(--fg-strong)}a{color:var(--fg);text-decoration:none;border-bottom:1px solid var(--border-light);transition:color .15s,border-color .15s}a:hover{color:var(--accent);border-color:var(--accent)}p{margin-bottom:1em}p:last-child{margin-bottom:0}.museum-wrap{width:100%;max-width:640px;margin:0 auto;padding:3.5rem 2rem 5rem}.room-label{font-size:.72rem;font-weight:400;letter-spacing:.12em;color:var(--muted);margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.room-label:after{content:"";flex:1;height:1px;background:var(--border-light)}.exhibit-label{font-size:.75rem;color:var(--fg-dim);margin-top:.5rem;line-height:1.45}.exhibit-label strong{font-weight:500;color:var(--fg);display:block}.museum-nav{display:flex;gap:1.5rem;font-size:.72rem;color:var(--muted)}.museum-nav a{border:none;color:var(--muted);transition:color .15s}.museum-nav a:hover,.museum-nav a.router-link-active{color:var(--fg-strong);border-bottom:1px solid var(--fg-strong)}.back-link{font-size:.72rem;color:var(--muted);border:none;display:inline-flex;align-items:center;gap:.4em;transition:color .15s}.back-link:hover{color:var(--fg);border-bottom:1px solid var(--fg)}.entry-list{display:flex;flex-direction:column}.entry-item{display:grid;grid-template-columns:7.5rem 1fr;gap:1rem;padding:.75rem 0;border-bottom:1px solid var(--border-light);align-items:baseline}.entry-item:first-child{border-top:1px solid var(--border-light)}.entry-date{font-size:.72rem;color:var(--muted);white-space:nowrap}.entry-title{font-size:.95rem;font-weight:400;color:var(--fg-strong);border:none}.entry-title:hover{color:var(--accent);border-bottom:1px solid var(--accent)}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem 1.25rem}@media(max-width:480px){.gallery-grid{grid-template-columns:1fr}}.gallery-item{cursor:pointer}.gallery-item img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;filter:saturate(.85) brightness(1.02);transition:filter .25s,transform .25s;border:1px solid var(--border-light)}.gallery-item:hover img{filter:saturate(1.05) brightness(1);transform:scale(1.012)}.home-images{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem;margin:2rem 0}@media(max-width:480px){.home-images{grid-template-columns:repeat(2,1fr)}}.home-images img{width:100%;aspect-ratio:1;object-fit:cover;display:block;filter:saturate(.78) brightness(1.04);border:1px solid var(--border-light);transition:filter .25s}.home-images img:hover{filter:saturate(1) brightness(1)}.lightbox-overlay{position:fixed;inset:0;background:#073642e0;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:100;padding:2rem;animation:fadeIn .18s ease}.lightbox-overlay img{max-width:100%;max-height:80vh;object-fit:contain;display:block;border:1px solid rgba(255,255,255,.08)}.lightbox-caption{margin-top:1rem;color:var(--muted);font-size:.75rem;text-align:center;line-height:1.5}.lightbox-caption strong{color:#93a1a1;font-weight:500;display:block;margin-bottom:.15rem}.lightbox-close{position:absolute;top:1.25rem;right:1.5rem;color:var(--muted);font-size:1.25rem;cursor:pointer;background:none;border:none;line-height:1;transition:color .15s;font-family:var(--ff)}.lightbox-close:hover{color:#eee8d5}.post-content{font-size:.95rem;line-height:1.85;color:var(--fg)}.post-content h1,.post-content h2,.post-content h3{margin:2rem 0 .6rem;color:var(--fg-strong)}.post-content p{margin-bottom:1.2em}.post-content a{color:var(--accent);border-color:#268bd24d}.post-content code{font-size:.88em;background:var(--surface);padding:.1em .4em;border:1px solid var(--border-light);color:var(--orange)}.post-content pre{background:var(--surface);border:1px solid var(--border-light);padding:1.1rem;overflow-x:auto;margin:1.4em 0}.post-content pre code{background:none;border:none;color:var(--fg)}.post-content blockquote{border-left:2px solid var(--cyan);padding-left:1rem;margin:1.4em 0;color:var(--fg-dim);font-style:italic}.admin-wrap{width:100%;max-width:740px;margin:0 auto;padding:2.5rem 2rem 5rem}.admin-gate{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.admin-gate-form{text-align:center;max-width:300px;width:100%}.admin-gate-form h2{font-size:1.1rem;font-weight:500;color:var(--fg-strong);margin-bottom:.4rem}.admin-gate-form p{font-size:.75rem;color:var(--muted);margin-bottom:1.75rem}.field-input{width:100%;padding:.6rem .8rem;border:1px solid var(--border);background:var(--bg);font-family:var(--ff);font-size:.85rem;color:var(--fg-strong);outline:none;transition:border-color .15s;margin-bottom:.75rem}.field-input:focus{border-color:var(--accent)}.field-input::placeholder{color:var(--muted)}.field-textarea{resize:vertical;min-height:160px;line-height:1.65}.btn{display:inline-flex;align-items:center;gap:.4em;padding:.5rem 1rem;font-family:var(--ff);font-size:.72rem;font-weight:400;cursor:pointer;border:1px solid var(--border);background:var(--bg);color:var(--fg);transition:background .15s,border-color .15s,color .15s}.btn:hover{background:var(--surface);border-color:var(--fg-dim)}.btn-accent{background:var(--fg-dark);color:var(--bg);border-color:var(--fg-dark)}.btn-accent:hover{background:var(--accent);border-color:var(--accent)}.btn-danger{color:var(--red);border-color:transparent}.btn-danger:hover{background:var(--red);color:var(--bg);border-color:var(--red)}.btn-sm{padding:.35rem .7rem;font-size:.68rem}.admin-tabs{display:flex;border-bottom:1px solid var(--border-light);margin-bottom:2rem}.admin-tab{padding:.5rem 1.1rem;font-size:.72rem;color:var(--muted);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .15s,border-color .15s;background:none;border-top:none;border-left:none;border-right:none;font-family:var(--ff)}.admin-tab:hover{color:var(--fg)}.admin-tab.active{color:var(--fg-strong);border-bottom-color:var(--accent)}.admin-post-list{display:flex;flex-direction:column;gap:.4rem}.admin-post-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem .9rem;background:var(--surface);gap:1rem;border-left:2px solid transparent;transition:border-color .15s}.admin-post-item:hover{border-left-color:var(--border)}.admin-post-title{font-size:.88rem;color:var(--fg-strong)}.admin-post-meta{font-size:.68rem;color:var(--muted);margin-top:.1rem}.admin-editor{background:var(--surface);padding:1.25rem;margin-bottom:1.25rem;border-left:2px solid var(--cyan)}.admin-editor h3{font-size:.72rem;color:var(--muted);margin-bottom:1rem;font-weight:400}.editor-field{margin-bottom:.85rem}.editor-label{display:block;font-size:.65rem;color:var(--muted);margin-bottom:.3rem}.admin-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.85rem}@media(max-width:580px){.admin-gallery-grid{grid-template-columns:repeat(2,1fr)}}.admin-gallery-item{background:var(--surface);padding:.5rem;border:1px solid var(--border-light)}.admin-gallery-item img{width:100%;aspect-ratio:1;object-fit:cover;display:block;margin-bottom:.4rem;filter:saturate(.8)}.admin-gallery-add{background:var(--surface);border:1px dashed var(--border);padding:1.25rem;margin-bottom:1.25rem}.admin-gallery-add h3{font-size:.72rem;color:var(--muted);margin-bottom:1rem;font-weight:400}.export-section{background:var(--surface);padding:1.1rem 1.25rem;margin-top:2.5rem;border-left:2px solid var(--yellow)}.export-section p{font-size:.78rem;color:var(--fg);margin-bottom:.75rem;line-height:1.6}.export-buttons{display:flex;gap:.6rem;flex-wrap:wrap;align-items:center}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .4s ease forwards}.fade-in-delay-1{animation:fadeIn .4s .08s ease both}.fade-in-delay-2{animation:fadeIn .4s .16s ease both}.fade-in-delay-3{animation:fadeIn .4s .26s ease both}.fade-in-delay-4{animation:fadeIn .4s .38s ease both}.mt-xs{margin-top:.4rem}.mt-sm{margin-top:.85rem}.mt-md{margin-top:1.5rem}.mt-lg{margin-top:2.25rem}.mt-xl{margin-top:3rem}.mb-md{margin-bottom:1.5rem}.mb-lg{margin-bottom:2.25rem}.spacer{height:1px;background:var(--border-light);margin:2rem 0}.text-muted{color:var(--muted)}.text-sm{font-size:.85rem}.text-xs{font-size:.72rem}.gap-row{display:flex;gap:.65rem;align-items:center;flex-wrap:wrap}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border)}.theme-toggle{position:fixed;bottom:1.25rem;right:1.25rem;z-index:49;padding:.4rem .6rem;font-size:.9rem;font-family:var(--ff);cursor:pointer;background:var(--bg);color:var(--fg);border:1px solid var(--border);line-height:1;transition:background-color .15s,border-color .15s,color .15s}.theme-toggle:hover{background:var(--surface);border-color:var(--fg-dim)}
