:root{--bg-color:#e9e2d3;--paper:#f8f2e7;--paper-2:#fffaf2;--text:#2f241b;--muted:#7a6a5a;--border:#d8c7b3;--shadow:0 14px 40px #321e0a1a;--shadow-soft:0 8px 24px #321e0a14;--accent:#5f3b23;--accent-hover:#4b2f1c;--danger:#b13d2f;--success:#2f7d4f;--max-width:980px;--radius:18px;--inline-media-width:100%;--inline-media-max-height:560px;--hero-media-max-height:520px}*{box-sizing:border-box}html,body,#app{height:100%;color:var(--text);margin:0;font-family:Georgia,Times New Roman,serif}body{background:linear-gradient(#e9e2d359,#e9e2d359),url(/assets/mblogjapan-background-lgrevuDq.jpg) 50%/cover no-repeat fixed;line-height:1.6;overflow:hidden}.site-shell{justify-content:center;height:100vh;padding:0 24px;display:flex;overflow:hidden}.page-column{width:100%;max-width:var(--max-width);background:linear-gradient(180deg, var(--paper-2), var(--paper));height:100vh;box-shadow:var(--shadow);scroll-behavior:smooth;border-left:1px solid #785a3c1f;border-right:1px solid #785a3c1f;margin:0 auto;overflow:hidden auto}.page-column::-webkit-scrollbar{width:10px}.page-column::-webkit-scrollbar-track{background:#0000000a}.page-column::-webkit-scrollbar-thumb{background:#5f3b2359;border-radius:999px}.site-header{z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background:#f8f2e7eb;grid-template-columns:auto minmax(180px,1fr) auto;align-items:center;gap:18px;padding:14px 28px;display:grid;position:sticky;top:0}.site-logo{letter-spacing:.4px;cursor:pointer;min-width:0;font-size:24px;font-weight:700}.site-logo-image{align-items:center;min-width:0;display:flex}.site-logo-text-image{object-fit:contain;filter:drop-shadow(0 2px 8px #321e0a14);width:auto;max-width:220px;height:28px;display:block}.site-actions{align-items:center;gap:10px;display:flex}.header-spacer{min-height:1px}.detail-top-actions{margin-bottom:24px}.page-content{padding:36px 28px 56px}.page-title{margin:0 0 10px;font-size:38px;line-height:1.1}.page-subtitle{color:var(--muted);margin:0 0 28px;font-size:17px}.card{border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-soft);background:#fffcf6e6;padding:24px}.card+.card{margin-top:22px}.btn,button{font:inherit}.btn{cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;padding:11px 18px;text-decoration:none;transition:all .18s;display:inline-flex}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-1px)}.btn-secondary{color:var(--text);background:#ece0d1}.btn-secondary:hover{background:#e3d3bf}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{filter:brightness(.95)}.btn-full{width:100%}.input,.textarea,.file-input,.select{border:1px solid var(--border);width:100%;color:var(--text);font:inherit;background:#fffdf9;border-radius:14px;margin-bottom:14px;padding:13px 14px}.input:focus,.textarea:focus,.file-input:focus,.select:focus{border-color:#a9825b;outline:none;box-shadow:0 0 0 3px #a9825b1f}.textarea{resize:vertical;min-height:120px}.textarea.large{min-height:220px}.checkbox-row{align-items:center;gap:10px;margin:4px 0 18px;display:flex}.section-title{margin:0 0 14px;font-size:26px}.section-label{color:var(--accent);margin:18px 0 10px;font-size:18px}.error{color:var(--danger);margin-top:10px}.success{color:var(--success);margin-top:10px}.muted{color:var(--muted)}.hero{border-bottom:1px solid #785a3c1f;margin-bottom:30px;padding:10px 0 24px}.hero h1{margin:0 0 10px;font-size:44px;line-height:1.05}.hero p{color:var(--muted);max-width:700px;margin:0;font-size:18px}.search-topbar{align-items:center;gap:12px;min-width:0;display:flex}.search-open-button{min-width:110px}.search-modal-input{margin-bottom:8px}.search-modal .helper-text{margin-top:0}.filter-count-badge{min-width:22px;height:22px;color:inherit;background:#ffffff38;border-radius:999px;justify-content:center;align-items:center;margin-left:8px;padding:0 6px;font-size:13px;display:inline-flex}.active-filter-summary{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.filter-modal-backdrop{z-index:60;background:#2f241b47;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.filter-modal{width:100%;max-width:460px;max-height:85vh;overflow-y:auto}.filter-modal-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.single-action-header{justify-content:flex-start}.filter-section+.filter-section{margin-top:22px}.filter-label{color:var(--accent);margin:0 0 10px;font-size:17px}.filter-checkbox-list{flex-direction:column;display:flex}.filter-modal-actions{justify-content:flex-end;gap:10px;margin-top:26px;display:flex}.posts-list{flex-direction:column;gap:24px;display:flex}.post-card{border:1px solid var(--border);box-shadow:var(--shadow-soft);cursor:pointer;background:#fffcf6eb;border-radius:20px;grid-template-columns:260px 1fr;align-items:stretch;gap:22px;transition:transform .18s,box-shadow .18s;display:grid;overflow:hidden}.post-card:hover{transform:translateY(-3px);box-shadow:0 18px 36px #321e0a1f}.post-image-wrap{background:#efe4d5;justify-content:center;align-items:center;min-height:190px;padding:14px;display:flex}.post-image{object-fit:contain;background:#f6eee1;border-radius:14px;width:100%;height:100%;max-height:220px}.post-body{flex-direction:column;justify-content:center;padding:22px 22px 22px 0;display:flex}.post-meta{margin:0 0 12px;font-size:15px}.post-tag-row{flex-wrap:wrap;gap:8px;margin:0 0 14px;display:flex}.post-tag{color:var(--text);background:#ece0d1;border-radius:999px;justify-content:center;align-items:center;padding:6px 12px;font-size:14px;line-height:1.2;display:inline-flex}.post-title{margin:0 0 10px;font-size:30px;line-height:1.12}.post-summary{color:var(--muted);margin:0;font-size:17px}.pagination-wrap{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-top:30px;display:flex}.pagination-summary{text-align:center;margin:0;font-size:15px}.homepage-footer-line{justify-content:center;align-items:center;min-height:24px;margin-top:14px;display:flex;position:relative}.admin-footer-link{color:#1b5dbf;cursor:pointer;opacity:.65;background:0 0;border:0;padding:0;font-size:12px;line-height:1;text-decoration:underline;position:absolute;left:0}.admin-footer-link:hover,.admin-footer-link:focus{opacity:1;outline:none}.post-detail{border:1px solid var(--border);box-shadow:var(--shadow-soft);background:#fffcf6eb;border-radius:20px;overflow:hidden}.post-detail-image-wrap{background:#efe4d5;border-bottom:1px solid #785a3c1f;padding:20px}.post-detail-image{width:100%;max-height:var(--hero-media-max-height);object-fit:contain;border-radius:16px;display:block}.post-detail-body{padding:28px}.post-detail-title{margin:0 0 10px;font-size:42px;line-height:1.08}.post-detail-summary{color:var(--muted);margin:0 0 24px;font-size:19px}.post-detail-tags{margin-bottom:16px}.post-detail-blocks{flex-direction:column;gap:28px;display:flex}.post-detail-content,.post-detail-content-legacy{white-space:pre-line;word-break:break-word;font-size:18px;line-height:1.8}.post-media-block{width:100%;margin:0}.post-inline-image{width:var(--inline-media-width);max-width:100%;height:min(560px,70vh);max-height:var(--inline-media-max-height);object-fit:contain;object-position:center;background:#f3e8da;border:1px solid #785a3c24;border-radius:16px;margin:0 auto;padding:10px;display:block;box-shadow:0 8px 20px #321e0a0f}.post-video-embed-wrap{width:var(--inline-media-width);aspect-ratio:16/9;max-width:100%;min-height:320px;max-height:var(--inline-media-max-height);background:#1d1712;border:1px solid #785a3c24;border-radius:16px;margin:0 auto;overflow:hidden;box-shadow:0 8px 24px #321e0a24}.post-video-embed{border:0;width:100%;height:100%;min-height:320px;display:block}.post-media-caption{max-width:100%;color:var(--muted);white-space:pre-line;margin:12px auto 0;font-size:15px;line-height:1.6}.post-content-block{width:100%}.post-content-block+.post-content-block{margin-top:4px}.post-content-text{white-space:pre-line;word-break:break-word;font-size:18px;line-height:1.8}.post-content-image-wrap{background:#f3e8da;border:1px solid #785a3c24;border-radius:18px;padding:16px;box-shadow:0 8px 20px #321e0a0f}.post-content-image{width:100%;max-height:var(--inline-media-max-height);object-fit:contain;background:#fffaf2;border-radius:14px;display:block}.post-content-caption{color:var(--muted);white-space:pre-line;margin:12px 4px 0;font-size:15px;line-height:1.6}.post-content-video-wrap{flex-direction:column;gap:12px;display:flex}.post-content-video-frame{aspect-ratio:16/9;background:#1d1712;border-radius:18px;width:100%;min-height:320px;position:relative;overflow:hidden;box-shadow:0 8px 24px #321e0a24}.post-content-video-frame iframe{border:0;width:100%;height:100%;display:block}.post-content-video-link{color:var(--accent);align-self:flex-start;font-size:15px;text-decoration:none}.post-content-video-link:hover{text-decoration:underline}.center-screen{justify-content:center;align-items:center;min-height:100vh;display:flex}.language-card{text-align:center;width:100%;max-width:620px;padding:36px 28px}.language-card-branded{text-align:center;flex-direction:column;align-items:center;gap:10px;display:flex}.language-logo{object-fit:contain;filter:drop-shadow(0 8px 20px #321e0a1f);width:56px;height:56px;margin-bottom:2px}.language-title-image{object-fit:contain;width:100%;max-width:280px;height:auto;display:block}.language-subtitle{margin-top:6px;margin-bottom:8px}.language-buttons{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:26px;display:flex}.language-button{white-space:nowrap;gap:10px;min-width:165px;padding-left:22px;padding-right:22px}.language-flag-image{object-fit:cover;border-radius:3px;flex:none;width:26px;height:18px;box-shadow:0 1px 3px #321e0a2e}.admin-grid{gap:24px;display:grid}.admin-topbar{justify-content:space-between;align-items:center;gap:14px;display:flex}.post-admin-list{flex-direction:column;gap:14px;display:flex}.post-admin-item{border:1px solid var(--border);background:#fffaf2;border-radius:14px;grid-template-columns:1fr auto;gap:16px;padding:16px;display:grid}.post-admin-item p{color:var(--muted);margin:6px 0 0}.post-admin-actions{align-items:flex-start;gap:8px;display:flex}.location-pills{flex-wrap:wrap;gap:10px;margin-bottom:14px;display:flex}.location-add-row{grid-template-columns:1fr auto;align-items:start;gap:10px;display:grid}.content-block-list{flex-direction:column;gap:16px;margin-bottom:20px;display:flex}.content-block-card{border:1px solid var(--border);box-shadow:var(--shadow-soft);background:#fffaf2;border-radius:16px;padding:16px}.content-block-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.content-block-title{color:var(--accent);font-size:16px;font-weight:700}.content-block-actions{flex-wrap:wrap;gap:8px;display:flex}.content-block-preview{border:1px dashed var(--border);background:#fffdf9cc;border-radius:14px;margin-top:14px;padding:14px}.content-block-preview img{border-radius:12px;max-width:100%;display:block}.content-block-preview iframe{aspect-ratio:16/9;border:0;border-radius:12px;width:100%;display:block}.content-builder-actions{flex-wrap:wrap;gap:10px;margin-bottom:18px;display:flex}.helper-text{color:var(--muted);margin-top:-6px;margin-bottom:14px;font-size:14px}.divider{background:#785a3c1f;height:1px;margin:22px 0}@media (width<=820px){:root{--inline-media-max-height:420px;--hero-media-max-height:360px}.site-shell{padding:0}.page-column{max-width:100%;height:100vh}.site-header,.page-content{padding-left:18px;padding-right:18px}.hero h1,.page-title,.post-detail-title{font-size:32px}.post-card{grid-template-columns:1fr}.post-body{padding:0 18px 18px}.post-image-wrap{min-height:200px}.post-admin-item{grid-template-columns:1fr}.post-admin-actions{justify-content:flex-start}.site-header{grid-template-columns:1fr;align-items:stretch;gap:12px;padding-top:14px;padding-bottom:14px}.site-actions{flex-wrap:wrap;justify-content:flex-end}.search-topbar{flex-direction:column;align-items:stretch}.search-open-button{width:100%}.filter-modal-actions{flex-direction:column}.location-add-row{grid-template-columns:1fr}.site-logo-text-image{max-width:180px;height:24px}.language-logo{width:48px;height:48px}.language-title-image{max-width:220px}.language-button{min-width:175px;padding-left:24px;padding-right:24px}.post-detail-body{padding:20px}.post-detail-summary{font-size:18px}.post-content-text,.post-detail-content,.post-detail-content-legacy{font-size:17px}.post-inline-image{height:min(420px,55vh);padding:8px}.post-video-embed-wrap,.post-video-embed{min-height:220px}.pagination-wrap{gap:8px}.content-block-header{flex-direction:column;align-items:flex-start}.content-block-actions,.content-builder-actions{width:100%}.content-block-actions .btn,.content-builder-actions .btn{flex:auto}.homepage-footer-line{justify-content:center;padding-left:44px;padding-right:44px}}
