/* Portal publik Kampung Batik Giriloyo — nila, soga, dan krem kain mori */
:root {
  color-scheme: light;
  --bg: #f7f2e8; --paper: #fffdf8; --paper-2: #f2ebdd; --ink: #231f1a; --ink-2: #4b443a; --muted: #756c5f; --line: #e5dbc9;
  --nila: #1f2b5b; --nila-2: #2f3f7d; --nila-soft: #e7eaf5; --soga: #8a5a2b; --soga-soft: #f3e6d3; --emas: #c9962f; --daun: #4f7a4a; --daun-soft: #e5efe1;
  --hero-ink: #fbf6ec; --hero-muted: #cdd3ea;
  --radius: 14px; --shadow: 0 1px 2px rgba(35,31,26,.05), 0 8px 24px rgba(35,31,26,.06);
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, "Times New Roman", serif;
  --sans: system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans", Ubuntu, sans-serif;
  --mono: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    color-scheme: dark;
    --bg: #14151a; --paper: #1c1e25; --paper-2: #23262f; --ink: #efe9df; --ink-2: #cfc7ba; --muted: #a39a8c; --line: #313540;
    --nila: #9fb0ee; --nila-2: #b8c4f3; --nila-soft: #252c47; --soga: #dcae72; --soga-soft: #3a2e1f; --emas: #e3b55a; --daun: #8fbf86; --daun-soft: #1f2e1e;
    --shadow: 0 1px 2px rgba(0,0,0,.3), 0 8px 24px rgba(0,0,0,.25);
  }
}
:root[data-theme="dark"] { color-scheme: dark; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font: 16px/1.6 var(--sans); color: var(--ink); background: var(--bg); -webkit-font-smoothing: antialiased; }
a { color: var(--nila); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3 { font-family: var(--serif); line-height: 1.2; margin: 0 0 .4em; letter-spacing: -.01em; color: var(--ink); }
h1 { font-size: clamp(2rem, 4.6vw, 3.2rem); } h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); } h3 { font-size: 1.12rem; }
p { margin: 0 0 .8em; }
.muted { color: var(--muted); } .small { font-size: .85rem; } .mono { font-family: var(--mono); font-size: .85rem; word-break: break-all; }
.ic { width: 20px; height: 20px; flex: none; } .ic.big { width: 30px; height: 30px; }
:focus-visible { outline: 3px solid var(--emas); outline-offset: 2px; }
.wrap { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 16px; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--paper); padding: .5rem 1rem; z-index: 99; border-radius: 8px; }
.skip:focus { left: 8px; }
.noscript { padding: 2rem; text-align: center; }
.boot, .loading { display: grid; justify-items: center; gap: .8rem; padding: 4rem 1rem; color: var(--muted); text-align: center; }
.boot { min-height: 70vh; align-content: center; }
.spinner { width: 28px; height: 28px; border-radius: 50%; border: 3px solid var(--line); border-top-color: var(--soga); animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* tombol */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .45rem; min-height: 42px; padding: .5rem 1rem; border-radius: 999px; border: 1px solid var(--line);
  background: var(--paper); color: var(--ink); font: inherit; font-weight: 600; cursor: pointer; text-decoration: none !important; white-space: nowrap; }
.btn:hover { border-color: var(--soga); }
.btn-primary { background: var(--nila); border-color: var(--nila); color: #fff; }
.btn-primary:hover { background: var(--nila-2); }
.btn-block { width: 100%; }
.btn .ic { width: 18px; height: 18px; }

/* kepala & navigasi */
.top { position: sticky; top: 0; z-index: 30; background: color-mix(in srgb, var(--bg) 90%, transparent); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.top-in { display: flex; align-items: center; gap: 1rem; min-height: 64px; }
.brand { display: flex; align-items: center; gap: .6rem; color: var(--ink); text-decoration: none !important; margin-right: auto; }
.brand span { display: flex; flex-direction: column; line-height: 1.15; } .brand strong { font-family: var(--serif); font-size: 1.1rem; } .brand small { color: var(--muted); font-size: .76rem; }
.nav { display: flex; align-items: center; gap: .25rem; }
.nav a { padding: .45rem .75rem; border-radius: 999px; color: var(--ink-2); font-weight: 500; text-decoration: none !important; }
.nav a:hover { background: var(--paper-2); }
.nav a.on { background: var(--nila-soft); color: var(--nila); }
.nav .btn-login { margin-left: .5rem; background: var(--nila); color: #fff; border-color: var(--nila); }
.nav .btn-login:hover { background: var(--nila-2); }
.nav-btn { display: none; background: none; border: 0; color: var(--ink); padding: .5rem; cursor: pointer; }
.ribbon { background: var(--soga-soft); color: var(--ink); border-bottom: 1px solid var(--line); font-size: .92rem; }
.ribbon .wrap { display: flex; gap: .6rem; align-items: center; padding-top: .55rem; padding-bottom: .55rem; } .ribbon .ic { color: var(--soga); }

/* hero */
.hero { position: relative; overflow: hidden; background: var(--nila); color: var(--hero-ink); }
@media (prefers-color-scheme: dark) { :root:not([data-theme="light"]) .hero { background: #151c3a; } }
.hero-in { display: grid; grid-template-columns: 1.3fr .9fr; gap: 2rem; align-items: center; padding-top: clamp(2.5rem, 7vw, 5rem); padding-bottom: clamp(2.5rem, 7vw, 5rem); }
.hero h1 { color: #fff; }
.hero .lead { color: var(--hero-muted); font-size: 1.12rem; max-width: 40rem; }
.kicker { display: inline-flex; gap: .45rem; align-items: center; font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; color: #efd9a8; margin-bottom: .8rem; }
.kicker .ic { width: 16px; height: 16px; }
.hero-art { aspect-ratio: 1; border-radius: 50%; overflow: hidden; border: 1px solid rgba(255,255,255,.15); box-shadow: inset 0 0 60px rgba(0,0,0,.35); }
.kawung { width: 100%; height: 100%; background-color: #7a4f24;
  background-image:
    radial-gradient(circle at 50% 50%, #1f2b5b 5%, transparent 6%),
    radial-gradient(ellipse 15% 23% at 50% 25%, #e9c98f 94%, transparent 99%), radial-gradient(ellipse 15% 23% at 50% 75%, #e9c98f 94%, transparent 99%),
    radial-gradient(ellipse 23% 15% at 25% 50%, #e9c98f 94%, transparent 99%), radial-gradient(ellipse 23% 15% at 75% 50%, #e9c98f 94%, transparent 99%),
    radial-gradient(circle at 0 0, #e9c98f 5%, transparent 6%), radial-gradient(circle at 100% 0, #e9c98f 5%, transparent 6%),
    radial-gradient(circle at 0 100%, #e9c98f 5%, transparent 6%), radial-gradient(circle at 100% 100%, #e9c98f 5%, transparent 6%);
  background-size: 72px 72px; opacity: .92; }
.stats { display: flex; gap: 2rem; flex-wrap: wrap; margin: 1.6rem 0 0; }
.stats div { min-width: 110px; } .stats dt { font-size: .8rem; color: var(--hero-muted); } .stats dd { margin: 0; font: 700 1.8rem/1.2 var(--serif); color: #fff; font-variant-numeric: tabular-nums; }

/* pencarian */
.search { display: flex; align-items: center; gap: .5rem; background: var(--paper); border: 1px solid var(--line); border-radius: 999px; padding: .35rem .4rem .35rem 1rem; max-width: 640px; box-shadow: var(--shadow); }
.search .ic { color: var(--muted); }
.search input { flex: 1; min-width: 0; border: 0; background: transparent; font: inherit; color: var(--ink); padding: .5rem 0; outline: none; }
.search.big { margin-top: 1.4rem; }
.page-hero .search { margin-top: 1rem; }

/* bagian */
.sec { padding-top: clamp(2rem, 5vw, 3.5rem); padding-bottom: clamp(1rem, 3vw, 2rem); }
.sec-head { margin-bottom: 1.4rem; } .sec-head p { color: var(--muted); margin: 0; }
.sec-head.row { display: flex; justify-content: space-between; align-items: flex-end; gap: 1rem; flex-wrap: wrap; }
.band { background: var(--paper-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-top: 2rem; padding-bottom: 1.5rem; }
.page-hero { background: var(--paper-2); border-bottom: 1px solid var(--line); padding: clamp(1.8rem, 5vw, 3rem) 0; }
.page-hero .lead { color: var(--ink-2); font-size: 1.08rem; max-width: 46rem; margin: 0; }
.eyebrow { display: inline-block; font-size: .76rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--soga); margin-bottom: .35rem; }
.back { display: inline-flex; gap: .35rem; align-items: center; color: var(--muted); font-size: .9rem; margin-bottom: 1rem; }
.back .ic { width: 16px; height: 16px; }
.page-hero .back { display: flex; width: fit-content; }

/* kartu & grid */
.grid { display: grid; gap: 1rem; }
.grid.docs { grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); }
.grid.aud { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.grid.orgs { grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
.grid.cats { grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
.card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); color: var(--ink); text-decoration: none !important; }
a.card { transition: transform .15s, border-color .15s; } a.card:hover { transform: translateY(-2px); border-color: var(--soga); }
.card.doc { display: flex; flex-direction: column; overflow: hidden; }
.thumb { aspect-ratio: 16 / 9; display: grid; place-items: center; gap: .3rem; align-content: center; background: var(--paper-2); color: var(--soga); border-bottom: 1px solid var(--line); font: 700 .78rem var(--sans); letter-spacing: .08em; }
.thumb.t-dokumen { background: linear-gradient(135deg, var(--soga-soft), var(--paper-2)); }
.thumb.t-video { background: linear-gradient(135deg, var(--nila-soft), var(--paper-2)); color: var(--nila); }
.thumb.img { padding: 0; display: block; overflow: hidden; } .thumb img { display: block; width: 100%; height: 100%; object-fit: cover; }
.doc-body { padding: .9rem 1rem 1rem; display: flex; flex-direction: column; flex: 1; }
.doc-body h3 { font-size: 1.05rem; margin-bottom: .45rem; }
.by { display: flex; gap: .35rem; align-items: center; color: var(--ink-2); font-size: .88rem; margin: 0 0 .3rem; } .by .ic { width: 16px; height: 16px; color: var(--muted); }
.meta { color: var(--muted); font-size: .82rem; margin: auto 0 0; }
.aud-card { padding: 1.3rem; display: flex; flex-direction: column; gap: .3rem; }
.aud-card p { color: var(--ink-2); font-size: .94rem; }
.aud-ic { display: inline-grid; place-items: center; width: 52px; height: 52px; border-radius: 16px; background: var(--soga-soft); color: var(--soga); margin-bottom: .4rem; }
.aud-ic.lg { width: 64px; height: 64px; }
.more { margin-top: auto; display: inline-flex; gap: .3rem; align-items: center; font-weight: 600; color: var(--nila); font-size: .92rem; }
.more .ic { width: 16px; height: 16px; }
.card.org { display: flex; gap: .9rem; padding: 1rem; align-items: flex-start; }
.card.org h3 { font-size: 1rem; margin-bottom: .2rem; }
.org-ic { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; flex: none; background: var(--nila-soft); color: var(--nila); }
.org-ic.k-mitra, .org-ic.k-komunitas { background: var(--daun-soft); color: var(--daun); } .org-ic.k-industri { background: var(--soga-soft); color: var(--soga); }
.org-group { margin-bottom: 2rem; } .org-group h2 { font-size: 1.3rem; }
.card.cat { padding: 1.1rem; display: flex; flex-direction: column; } .card.cat p { color: var(--ink-2); font-size: .92rem; }
.empty { display: grid; justify-items: center; gap: .6rem; padding: 3rem 1rem; text-align: center; color: var(--muted); background: var(--paper); border: 1px dashed var(--line); border-radius: var(--radius); }
.count { color: var(--muted); font-size: .9rem; }

/* filter & chip */
.filters { display: flex; flex-wrap: wrap; gap: .8rem; margin-bottom: 1.2rem; }
.sel { display: grid; gap: .2rem; font-size: .8rem; color: var(--muted); min-width: 180px; flex: 1 1 180px; }
.sel select { font: inherit; font-size: .95rem; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 10px; padding: .55rem .7rem; }
.chips { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.4rem; }
.chip { display: inline-flex; gap: .45rem; align-items: center; padding: .4rem .85rem; border-radius: 999px; background: var(--paper); border: 1px solid var(--line); color: var(--ink-2); font-size: .9rem; text-decoration: none !important; }
.chip span { background: var(--paper-2); border-radius: 999px; padding: 0 .45rem; font-size: .78rem; color: var(--muted); }
.chip.on { background: var(--nila); border-color: var(--nila); color: #fff; } .chip.on span { background: rgba(255,255,255,.2); color: #fff; }
.pager { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-top: 1.6rem; }

/* halaman dokumen */
.doc-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 2rem; align-items: start; }
.doc-page h1 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); }
.desc { color: var(--ink-2); font-size: 1.02rem; }
.side { padding: 1.2rem; display: grid; gap: 1rem; position: sticky; top: 84px; }
.facts { display: grid; grid-template-columns: auto 1fr; gap: .45rem .8rem; margin: 0; font-size: .9rem; }
.facts dt { color: var(--muted); } .facts dd { margin: 0; min-width: 0; }
.tags { display: flex; flex-wrap: wrap; gap: .3rem; }
.tag { background: var(--paper-2); border-radius: 999px; padding: .05rem .55rem; font-size: .82rem; }
.integrity { display: flex; gap: .6rem; background: var(--daun-soft); border-radius: 10px; padding: .75rem; font-size: .82rem; }
.integrity .ic { color: var(--daun); } .integrity p { margin: 0; color: var(--ink-2); }
.integrity code { display: block; font-family: var(--mono); font-size: .72rem; word-break: break-all; color: var(--ink-2); margin-top: .2rem; }
.preview { margin-top: 1.4rem; }
.preview img, .preview video { max-width: 100%; border-radius: 12px; border: 1px solid var(--line); display: block; }
.preview audio { width: 100%; }
.pdf-pages { display: grid; gap: 14px; justify-items: center; background: var(--paper-2); border: 1px solid var(--line); padding: 14px; border-radius: 12px; }
.pdf-page { background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.15); max-width: 100%; height: auto; }
.preview.pdf > .btn { margin-top: .8rem; }
.no-preview { display: grid; justify-items: center; gap: .5rem; padding: 2.5rem 1rem; text-align: center; color: var(--muted); background: var(--paper); border: 1px dashed var(--line); border-radius: 12px; }
.text { white-space: pre-wrap; background: var(--paper); border: 1px solid var(--line); border-radius: 12px; padding: 1rem; font: .88rem/1.55 var(--mono); max-height: 70vh; overflow: auto; }

/* tentang & kontak */
.about-teaser { display: grid; grid-template-columns: 1.4fr 1fr; gap: 2rem; align-items: start; padding-bottom: 3rem; }
.prose { max-width: 760px; font-size: 1.05rem; } .prose ol, .prose ul { padding-left: 1.3rem; } .prose li { margin-bottom: .4rem; }
.contact { padding: 1.3rem; }
.contact-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .7rem; }
.contact-list li { display: flex; gap: .6rem; align-items: flex-start; } .contact-list .ic { color: var(--soga); margin-top: .15rem; }
.contact-page { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; } .contact-page .card { padding: 1.3rem; }

/* kaki */
.foot { margin-top: 3rem; background: #171b31; color: #cfd3e6; }
.foot a { color: #efd9a8; }
.foot-in { display: grid; grid-template-columns: 1.4fr 1fr 1.2fr; gap: 2rem; padding-top: 2.5rem; padding-bottom: 2rem; }
.foot strong { color: #fff; display: block; margin-bottom: .5rem; font-family: var(--serif); font-size: 1.05rem; }
.foot ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .35rem; }
.foot .muted { color: #9aa0bb; }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 1rem; padding-bottom: 1.5rem; font-size: .82rem; color: #9aa0bb; }

/* responsif */
@media (max-width: 960px) {
  .hero-in { grid-template-columns: 1fr; } .hero-art { display: none; }
  .doc-layout, .about-teaser, .contact-page, .foot-in { grid-template-columns: 1fr; }
  .side { position: static; }
}
@media (max-width: 820px) {
  .nav-btn { display: inline-grid; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 64px; flex-direction: column; align-items: stretch; background: var(--paper); border-bottom: 1px solid var(--line); padding: .6rem 16px 1rem; box-shadow: var(--shadow); }
  body.nav-open .nav { display: flex; }
  .nav a { padding: .7rem .8rem; } .nav .btn-login { margin: .4rem 0 0; }
  .stats { gap: 1.2rem; } .stats dd { font-size: 1.4rem; }
  .search .btn { padding: .5rem .8rem; }
}
/* berita & kegiatan */
.ribbon-link { margin-left: auto; display: inline-flex; gap: .25rem; align-items: center; font-weight: 600; white-space: nowrap; }
.ribbon-link .ic { width: 16px; height: 16px; }
.grid.news { grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); }
.grid.acts { grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }
.news-card, .act-card { display: flex; flex-direction: column; overflow: hidden; }
.news-card .sum { color: var(--ink-2); font-size: .93rem; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.thumb.t-act { background: linear-gradient(135deg, var(--daun-soft), var(--paper-2)); color: var(--daun); }
.sub-h { display: flex; gap: .45rem; align-items: center; font-size: 1.05rem; margin: .4rem 0 .8rem; color: var(--ink-2); }
.sub-h .ic { color: var(--soga); }
.band .sub-h ~ .grid { margin-bottom: 1rem; }
.agenda-list { display: grid; gap: .6rem; margin-bottom: 1.4rem; }
.agenda-row { display: flex; gap: 1rem; align-items: center; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: .8rem 1rem; color: var(--ink); text-decoration: none !important; box-shadow: var(--shadow); transition: border-color .15s, transform .15s; }
.agenda-row:hover { border-color: var(--soga); transform: translateY(-1px); }
.agenda-row > .ic { color: var(--muted); }
.agenda-row.batal { opacity: .7; } .agenda-row.batal strong { text-decoration: line-through; }
.cal { flex: none; width: 62px; text-align: center; border-radius: 12px; overflow: hidden; border: 1px solid var(--line); background: var(--paper); line-height: 1.15; }
.cal small { display: block; font-size: .7rem; text-transform: uppercase; letter-spacing: .05em; padding: .15rem 0; color: var(--muted); }
.cal small:first-child { background: var(--nila); color: #fff; }
.cal strong { display: block; font: 700 1.5rem/1.2 var(--serif); }
.ag-body { display: grid; gap: .1rem; flex: 1; min-width: 0; }
.ag-body .eyebrow { margin: 0; }
.ag-body strong { font-family: var(--serif); font-size: 1.1rem; }
.ag-body .muted { font-size: .88rem; }
.chip-sep { width: 1px; background: var(--line); margin: 0 .3rem; }
.article { max-width: 820px; }
.article h1 { font-size: clamp(1.8rem, 4vw, 2.6rem); }
.byline { color: var(--muted); font-size: .92rem; }
.cover { margin: 1rem 0 1.4rem; } .cover img { width: 100%; max-height: 480px; object-fit: cover; border-radius: var(--radius); display: block; }
.lead-p { font-size: 1.15rem; color: var(--ink-2); font-weight: 500; }
.prose h3 { margin-top: 1.2rem; }
.article > h2 { font-size: 1.35rem; margin-top: 2rem; }
.related { display: flex; gap: .8rem; align-items: center; padding: .9rem 1rem; margin: 1.4rem 0 .6rem; }
.related span { flex: 1; display: grid; } .related small { color: var(--muted); } .related .ic { color: var(--soga); }
.share { margin-top: 1rem; }
.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: .6rem; }
.gal-item { position: relative; padding: 0; border: 0; border-radius: 10px; overflow: hidden; cursor: zoom-in; background: var(--paper-2); aspect-ratio: 4 / 3; }
.gal-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .25s; }
.gal-item:hover img { transform: scale(1.04); }
.gal-item span { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.2rem .6rem .45rem; font-size: .8rem; color: #fff; text-align: left; background: linear-gradient(transparent, rgba(0,0,0,.65)); }
.lightbox { border: 0; padding: 0; background: transparent; max-width: 96vw; max-height: 96vh; overflow: visible; }
.lightbox::backdrop { background: rgba(10,10,14,.88); }
.lightbox figure { margin: 0; text-align: center; }
.lightbox img { max-width: 92vw; max-height: 82vh; border-radius: 8px; display: block; margin: 0 auto; }
.lightbox p { color: #eee; margin: .6rem 0 0; }
.lightbox button { position: fixed; background: rgba(255,255,255,.12); color: #fff; border: 0; border-radius: 50%; width: 46px; height: 46px; display: grid; place-items: center; cursor: pointer; }
.lightbox button:hover { background: rgba(255,255,255,.25); }
.lb-x { top: 16px; right: 16px; } .lb-prev { left: 12px; top: 50%; } .lb-next { right: 12px; top: 50%; }
.files { list-style: none; padding: 0; margin: 0; display: grid; gap: .5rem; }
.files a { display: flex; gap: .7rem; align-items: center; padding: .7rem .9rem; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); color: var(--ink); text-decoration: none !important; }
.files a:hover { border-color: var(--soga); } .files span { display: grid; } .files small { color: var(--muted); } .files .ic { color: var(--soga); }
.act-hero { position: relative; overflow: hidden; }
.act-hero.has-cover { background: #1b1f33; } .act-hero.has-cover .wrap { position: relative; z-index: 1; }
.act-hero.has-cover h1, .act-hero.has-cover .lead { color: #fff; } .act-hero.has-cover .eyebrow, .act-hero.has-cover .back { color: #efd9a8; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .32; }
.act-sec { margin-bottom: 2.2rem; }
.act-sec > h2 { display: flex; gap: .5rem; align-items: center; font-size: 1.4rem; }
.act-sec > h2 .ic { color: var(--soga); width: 24px; height: 24px; }
.notice { display: flex; gap: .5rem; align-items: center; background: #fbe7ea; color: #8a1c2c; padding: .8rem 1rem; border-radius: 10px; margin-bottom: 1.2rem; font-weight: 600; }
.big-num { font-size: 1.05rem; } .big-num strong { font: 700 2rem var(--serif); color: var(--daun); }
.grid.speakers { grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
.spk { display: flex; gap: .8rem; padding: 1rem; align-items: flex-start; }
.spk-ic { flex: none; width: 46px; height: 46px; border-radius: 50%; background: var(--nila-soft); color: var(--nila); display: grid; place-items: center; font: 700 1.2rem var(--serif); }
.spk strong { display: block; } .spk small { color: var(--muted); display: block; } .spk p { margin: .35rem 0 0; font-size: .92rem; color: var(--ink-2); }
.targets { list-style: none; padding: 0; margin: 0; display: grid; gap: .5rem; }
.targets li { display: flex; flex-wrap: wrap; gap: .3rem .8rem; align-items: baseline; padding: .6rem .9rem; background: var(--paper); border: 1px solid var(--line); border-radius: 10px; }
.targets li span { color: var(--daun); font-weight: 600; } .targets li small { color: var(--muted); flex-basis: 100%; }
.table-wrap { overflow-x: auto; }
.sched { width: 100%; border-collapse: collapse; background: var(--paper); border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.sched td { padding: .65rem .9rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.sched tr:last-child td { border-bottom: 0; }
.sched td:first-child { color: var(--soga); font-weight: 600; width: 1%; }
.sched small { display: block; color: var(--muted); }
.nowrap { white-space: nowrap; }
@media (max-width: 600px) { .agenda-row { gap: .7rem; padding: .7rem; } .agenda-row > .ic { display: none; } .cal { width: 54px; } .chip-sep { display: none; } }
@media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; } html { scroll-behavior: auto; } }
@media print { .top, .foot, .side .btn, .search { display: none !important; } body { background: #fff; } }
