:root{
  --post-bg:#ffffff;
  --post-soft:#f8fafc;
  --post-text:#0f172a;
  --post-muted:#64748b;
  --post-border:rgba(15,23,42,.12);
  --post-shadow:0 16px 40px rgba(15,23,42,.08);
  --post-accent:#2563eb;
  --post-accent-soft:rgba(37,99,235,.10);
}
*{box-sizing:border-box}
html,body{margin:0;background:#fff;color:var(--post-text)}
a{color:var(--post-accent)}
.skip-link{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden}
.skip-link:focus{left:12px;top:12px;width:auto;height:auto;background:#fff;border:1px solid var(--post-border);border-radius:12px;padding:10px;z-index:9999}
.post-wrap{background:linear-gradient(180deg,#fff,#f8fafc);min-height:65vh}
.post-container{max-width:1180px;margin:0 auto;padding:24px 16px 44px}
.post-hero{display:grid;grid-template-columns:1.1fr .9fr;gap:16px;align-items:start;background:rgba(255,255,255,.9);border:1px solid var(--post-border);border-radius:26px;padding:20px;box-shadow:var(--post-shadow)}
.post-hero h1,.single-body h1{margin:0 0 10px;font-size:clamp(32px,4vw,54px);line-height:1.05;font-weight:950;letter-spacing:-.6px}
.lead,.section-note,.single-date{color:var(--post-muted);line-height:1.7}.lead{font-size:17px;max-width:74ch}.post-section{margin-top:26px}.post-section h2{margin:0 0 8px;font-size:25px;font-weight:950}.post-card,.side-card,.empty-card,.single-article{background:#fff;border:1px solid var(--post-border);border-radius:20px;box-shadow:var(--post-shadow)}.empty-card{padding:22px;text-align:center}.post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.post-card{overflow:hidden}.post-card-body{padding:16px}.post-card h2{margin:0 0 8px;font-size:20px;line-height:1.22}.post-card p{margin:0 0 12px;color:var(--post-muted);line-height:1.65}.meta-row,.pill-row,.button-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.meta-row{margin-bottom:10px}.meta-row span,.pill-row a{display:inline-flex;padding:6px 10px;border:1px solid var(--post-border);border-radius:999px;background:var(--post-accent-soft);font-size:12px;font-weight:900;text-decoration:none;color:var(--post-text)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid var(--post-border);border-radius:999px;background:#fff;color:var(--post-text)!important;text-decoration:none;font-weight:900;padding:10px 14px;cursor:pointer;min-height:42px}.btn.primary{background:var(--post-accent-soft);border-color:rgba(37,99,235,.35)}.btn.small{min-height:34px;padding:7px 10px;border-radius:12px;font-size:13px}.album-preview{display:grid;gap:6px;padding:6px;text-decoration:none;background:#eef2f7}.album-preview span{position:relative;display:block;overflow:hidden;border-radius:14px;min-height:120px;background:#e2e8f0}.album-preview img{width:100%;height:100%;object-fit:cover;display:block}.album-preview b{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(15,23,42,.48);color:#fff;font-size:28px}.preview-1{grid-template-columns:1fr}.preview-1 span{min-height:230px}.preview-2{grid-template-columns:repeat(2,1fr)}.preview-2 span{min-height:190px}.preview-3{grid-template-columns:1.2fr .8fr;grid-template-rows:repeat(2,118px)}.preview-3 span:first-child{grid-row:span 2}.preview-4{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,118px)}.album-empty{display:flex!important;align-items:center;justify-content:center;min-height:220px;color:var(--post-muted);font-weight:900}.single-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:16px;align-items:start}.single-article{overflow:hidden}.single-cover{width:100%;max-height:560px;object-fit:cover;display:block;background:#eef2f7}.single-body{padding:20px}.content-body{line-height:1.85;color:#1f2937}.content-body p{margin:0 0 16px}.content-body h2,.content-body h3{margin:24px 0 10px}.single-sidebar{display:flex;flex-direction:column;gap:14px}.side-card{padding:16px}.side-card h2{margin:0 0 8px;font-size:18px}.side-card p{color:var(--post-muted);line-height:1.65}.album{display:grid;gap:10px;margin-top:16px}.album-item{display:block;overflow:hidden;border:1px solid var(--post-border);border-radius:18px;background:#eef2f7;min-height:180px}.album-item img{width:100%;height:100%;object-fit:cover;display:block}.album-1{grid-template-columns:1fr}.album-1 .album-item{min-height:430px}.album-2{grid-template-columns:repeat(2,1fr)}.album-2 .album-item{min-height:300px}.album-3{grid-template-columns:1.25fr .75fr;grid-template-rows:repeat(2,180px)}.album-3 .album-item:first-child{grid-row:span 2}.album-4{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,180px)}.album-5,.album-6{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,180px)}.album-7,.album-8,.album-9{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,180px)}.album-10{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,160px)}.album-5 .album-item:first-child,.album-6 .album-item:first-child,.album-7 .album-item:first-child,.album-8 .album-item:first-child,.album-9 .album-item:first-child{grid-column:span 2;grid-row:span 2}.album-10 .album-item:first-child{grid-column:span 2;grid-row:span 2}

/* Admin */
.admin-page{background:linear-gradient(180deg,#fff,#f7f8fb);min-height:100vh;padding:18px;font-family:Arial,Helvetica,sans-serif;color:var(--post-text)}
.admin-wrap{max-width:1180px;margin:0 auto}.admin-card{border:1px solid var(--post-border);background:#fff;border-radius:22px;padding:18px;box-shadow:var(--post-shadow);margin-bottom:14px}.admin-top{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:14px}.admin-top h1,.admin-card h1{margin:0 0 8px;font-size:28px;font-weight:950}.admin-top p{margin:0;color:var(--post-muted);line-height:1.55}.admin-actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}.notice{padding:10px 12px;border:1px solid var(--post-border);background:#f8fafc;border-radius:14px;margin:10px 0;line-height:1.55}.notice.error{background:#fff1f2;border-color:#fecdd3;color:#9f1239}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}label{display:block;font-weight:900;margin:0 0 12px}input[type=text],input[type=password],input[type=file],textarea,select{width:100%;margin-top:7px;padding:13px;border:1px solid var(--post-border);border-radius:12px;background:#fff;font:inherit;min-height:44px}textarea{resize:vertical;line-height:1.6}.admin-posts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.admin-post-card{border:1px solid var(--post-border);border-radius:18px;padding:14px;background:#fff}.admin-post-card h2{font-size:18px;margin:0 0 8px}.admin-thumb{width:100%;height:180px;object-fit:cover;border-radius:14px;background:#eef2f7;border:1px solid var(--post-border);margin-bottom:10px}.admin-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.admin-row form{margin:0}.admin-subtitle h2{margin:18px 0 6px;font-size:20px}.admin-subtitle p{margin:0 0 12px;color:var(--post-muted)}.image-manager{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:10px 0 16px}.image-card{border:1px solid var(--post-border);border-radius:16px;padding:9px;background:#fff}.image-card img{width:100%;height:125px;object-fit:cover;border-radius:11px;display:block;margin-bottom:8px;background:#eef2f7}.image-title{display:flex;justify-content:space-between;gap:8px;align-items:center;font-size:12px;margin-bottom:6px}.image-title span{color:var(--post-muted);font-weight:900}.inline-check{display:flex;align-items:center;gap:8px;font-weight:800;font-size:13px;margin:7px 0}.inline-check input{width:auto}.image-actions{display:flex;gap:7px;margin-top:8px}.image-actions .btn{flex:1}.sticky-save{position:sticky;bottom:0;background:rgba(255,255,255,.96);border-top:1px solid var(--post-border);padding:12px;margin:18px -18px -18px;display:flex;gap:10px;justify-content:flex-end;z-index:30}.check-table{width:100%;border-collapse:collapse}.check-table td,.check-table th{padding:9px;border-bottom:1px solid var(--post-border);text-align:left;vertical-align:top}.ok{color:#047857;font-weight:900}.bad{color:#b91c1c;font-weight:900}

@media(max-width:980px){.post-hero,.single-layout{grid-template-columns:1fr}.post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-posts{grid-template-columns:1fr}.image-manager{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.post-container{padding:16px 10px 36px}.post-hero{padding:16px;border-radius:20px}.post-grid{grid-template-columns:1fr}.post-card-body,.single-body{padding:16px}.preview-3,.preview-4{grid-template-columns:repeat(2,1fr);grid-template-rows:auto}.preview-3 span:first-child{grid-row:auto}.album,.album-2,.album-3,.album-4,.album-5,.album-6,.album-7,.album-8,.album-9,.album-10{grid-template-columns:repeat(2,1fr);grid-template-rows:auto}.album .album-item{min-height:170px}.album .album-item:first-child{grid-column:span 2;grid-row:auto;min-height:260px}.admin-page{padding:10px}.admin-card{padding:14px}.form-grid{grid-template-columns:1fr}.admin-top{display:block}.admin-actions{justify-content:flex-start;margin-top:12px}.admin-actions .btn,.admin-row .btn,.admin-row button{flex:1;min-width:132px}.sticky-save{justify-content:stretch;flex-direction:column;margin-left:-14px;margin-right:-14px}.sticky-save .btn{width:100%}.check-table{font-size:13px}.check-table td,.check-table th{padding:8px 6px}.image-card img{height:150px}}
@media(max-width:480px){.post-hero h1,.single-body h1{font-size:30px}.album-preview,.album,.preview-2,.preview-3,.preview-4{grid-template-columns:1fr!important}.album .album-item,.album .album-item:first-child{grid-column:auto;min-height:220px}.image-manager{grid-template-columns:1fr}.button-row .btn,.pill-row a{width:100%;justify-content:center}.admin-row{display:grid;grid-template-columns:1fr}.admin-row .btn,.admin-row button{width:100%;min-width:0}.image-actions{display:grid;grid-template-columns:1fr 1fr}.admin-thumb{height:210px}}
