.cchl-home main:has(.ev-content){overflow:clip}.cchl-home .lib-search-wrap{position:relative;z-index:5;margin-top:-40px;margin-bottom:14px}.cchl-home .lib-search{display:flex;align-items:center;gap:10px;max-width:880px;margin-inline:auto;background:var(--surface);border:1px solid var(--line);border-radius:14px;box-shadow:0 16px 40px rgba(33,28,23,.14);padding:8px 8px 8px 24px}.cchl-home .lib-search .ls-ic{width:19px;height:19px;color:var(--muted);flex:none}.cchl-home .lib-search input{flex:1;min-width:0;border:0;background:none;font-family:var(--sans);font-size:15px;color:var(--ink);outline:none}.cchl-home .lib-search input::-moz-placeholder{color:var(--muted)}.cchl-home .lib-search input::placeholder{color:var(--muted)}.cchl-home .lib-search .btn-search{width:48px;height:48px;flex:none;border:0;border-radius:8px;background:var(--brand);color:var(--on-dark);display:grid;place-items:center;cursor:pointer;transition:.16s}.cchl-home .lib-search .btn-search:hover{background:var(--brand-hover)}.cchl-home .lib-search .btn-search svg{width:20px;height:20px}.cchl-home .lib-search .btn-adv{flex:none;height:48px;display:inline-flex;align-items:center;gap:8px;padding:0 16px;border:1px solid var(--line);border-radius:8px;background:var(--surface-2);color:var(--ink-soft);font-family:var(--sans);font-size:14px;font-weight:500;cursor:pointer;white-space:nowrap;transition:.16s}.cchl-home .lib-search .btn-adv:hover{border-color:var(--line-strong);background:var(--surface-3)}.cchl-home .lib-search .btn-adv.on{border-color:var(--brand);background:var(--brand-soft);color:var(--brand)}.cchl-home .lib-search .btn-adv svg{width:17px;height:17px;flex:none}.cchl-home .lib-search .btn-adv .chev{width:15px;height:15px;transition:.18s}.cchl-home .lib-search .btn-adv.on .chev{transform:rotate(180deg)}.cchl-home .time-filter{position:relative;flex:none}.cchl-home .time-menu{position:absolute;top:calc(100% + 10px);right:0;min-width:230px;background:var(--surface);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow-md);padding:8px;z-index:40;display:none;flex-direction:column;gap:2px}.cchl-home .time-menu.open{display:flex;animation:evTmIn .16s ease}@keyframes evTmIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}.cchl-home .time-menu .tm-label{font-size:11px;font-weight:600;letter-spacing:.6px;color:var(--muted);padding:6px 12px 4px}.cchl-home .time-opt{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border:0;background:none;border-radius:9px;cursor:pointer;font-family:var(--sans);font-size:14px;color:var(--ink-soft);text-align:left;width:100%;transition:.14s}.cchl-home .time-opt:hover{background:var(--surface-2);color:var(--ink)}.cchl-home .time-opt.on{background:var(--brand-soft);color:var(--brand);font-weight:600}.cchl-home .time-opt svg{width:17px;height:17px;flex:none;opacity:0}.cchl-home .time-opt.on svg{opacity:1}.cchl-home .time-menu .tm-sep{height:1px;background:var(--line);margin:4px 6px}.cchl-home .time-range{display:flex;flex-direction:column;gap:8px;padding:6px 8px 4px}.cchl-home .time-range label{font-size:11.5px;color:var(--muted);display:flex;flex-direction:column;gap:4px}.cchl-home .time-range input{border:1px solid var(--line);border-radius:8px;padding:8px 10px;font-family:var(--sans);font-size:13px;color:var(--ink);outline:none;background:var(--surface)}.cchl-home .time-range input:focus{border-color:var(--brand)}.cchl-home .time-range .tr-apply{margin-top:2px;background:var(--brand);color:var(--on-dark);border:0;border-radius:8px;padding:9px;font-family:var(--sans);font-weight:600;font-size:13px;cursor:pointer}.cchl-home .time-range .tr-apply:hover{background:var(--brand-hover)}.cchl-home .section-lib{padding:10px 0 76px}.cchl-home .lib-layout{display:grid;grid-template-columns:268px 1fr;gap:32px;align-items:start}.cchl-home .filters{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:24px 22px;display:flex;flex-direction:column;gap:22px;position:sticky;top:20px}.cchl-home .filters-head{display:flex;align-items:center;justify-content:space-between}.cchl-home .filters-head h3{font-family:var(--sans);font-weight:600;font-size:17px;color:var(--ink);margin:0}.cchl-home .filters-clear{font-family:var(--sans);font-size:13px;font-weight:500;color:var(--brand);cursor:pointer;background:none;border:0}.cchl-home .fgroup{display:flex;flex-direction:column;gap:11px}.cchl-home .flabel{font-size:12px;font-weight:600;letter-spacing:.5px;color:var(--muted)}.cchl-home .fopt{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px;color:var(--ink-soft);-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative}.cchl-home .fopt input{position:absolute;opacity:0;width:0;height:0}.cchl-home .fopt .box{width:18px;height:18px;border-radius:4px;border:1.5px solid var(--line-strong);flex:none;display:grid;place-items:center;transition:.15s}.cchl-home .fopt .box svg{width:12px;height:12px;color:var(--on-dark);opacity:0;transition:.15s}.cchl-home .fopt input:checked+.box{background:var(--brand);border-color:var(--brand)}.cchl-home .fopt input:checked+.box svg{opacity:1}.cchl-home .fopt input:checked~.txt{color:var(--ink)}.cchl-home .fopt input:focus-visible+.box{box-shadow:0 0 0 3px var(--brand-soft)}.cchl-home .fopt.radio .box{border-radius:50%}.cchl-home .fselect{position:relative;display:flex;align-items:center;justify-content:space-between;gap:8px;background:var(--surface-2);border:1px solid var(--line);border-radius:8px;padding:11px 12px;font-size:13px;color:var(--muted);cursor:pointer}.cchl-home .fselect select{flex:1;min-width:0;border:0;background:none;outline:none;font-family:var(--sans);font-size:13px;color:var(--ink);-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer}.cchl-home .fselect svg{width:16px;height:16px;flex:none;color:var(--muted);pointer-events:none}.cchl-home .btn-apply{width:100%;background:var(--brand);color:var(--on-dark);border:0;border-radius:8px;padding:13px;font-family:var(--sans);font-weight:600;font-size:14px;cursor:pointer;transition:.18s}.cchl-home .btn-apply:hover{background:var(--brand-hover)}.cchl-home .filters-toggle{display:none;align-items:center;gap:9px;background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:12px 16px;font-family:var(--sans);font-weight:600;font-size:14px;color:var(--ink);cursor:pointer;margin-bottom:16px}.cchl-home .filters-toggle svg{width:17px;height:17px;color:var(--brand)}.cchl-home .ev-content{display:flex;flex-direction:column;gap:54px}.cchl-home .ev-sec{display:flex;flex-direction:column;gap:24px}.cchl-home .ev-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.cchl-home .ev-head h2{font-family:var(--serif);font-weight:500;font-size:clamp(23px,2.6vw,30px);color:var(--ink);margin:0;line-height:1.15;letter-spacing:-.01em}.cchl-home .ev-head .link-more{font-size:14px}.cchl-home .ev-cat{align-self:flex-start;font-size:10.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--brand);background:var(--brand-soft);padding:5px 11px;border-radius:999px;line-height:1;white-space:nowrap}.cchl-home .ev-metarow{display:flex;align-items:center;gap:16px;font-size:12.5px;color:var(--muted);flex-wrap:wrap}.cchl-home .ev-metarow .mi{display:inline-flex;align-items:center;gap:6px}.cchl-home .ev-metarow .mi svg{width:14px;height:14px;flex:none;color:var(--accent-deep)}.cchl-home .ev-featured{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(0,.94fr);gap:26px;align-items:stretch}.cchl-home .evf-main{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--line);border-radius:16px;overflow:hidden;transition:.2s ease}.cchl-home .evf-main:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.cchl-home .evf-main .photo{aspect-ratio:491/236;background:linear-gradient(150deg,#29211a,#856b4d 71%)}.cchl-home .evf-body{padding:24px 28px 26px;display:flex;flex-direction:column;gap:14px;flex:1}.cchl-home .evf-body h3{font-family:var(--serif);font-weight:600;font-size:25px;line-height:1.24;color:var(--ink);margin:0;letter-spacing:-.01em}.cchl-home .evf-body .ev-excerpt{font-size:14.5px;line-height:1.62;color:var(--ink-soft);margin:0}.cchl-home .evf-body .ev-metarow{margin-top:auto;padding-top:6px}.cchl-home .evf-list{display:flex;flex-direction:column;gap:16px}.cchl-home .evf-item{display:grid;grid-template-columns:180px 1fr;gap:16px;background:var(--surface);border:1px solid var(--line);border-radius:12px;overflow:hidden;transition:.18s ease;flex:1;min-height:0}.cchl-home .evf-item:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm)}.cchl-home .evf-item .photo{height:100%;min-height:112px;background:linear-gradient(150deg,#29211a,#856b4d 71%)}.cchl-home .evf-itxt{padding:14px 16px 14px 2px;display:flex;flex-direction:column;gap:8px;justify-content:center}.cchl-home .evf-itxt .ev-cat{font-size:9.5px;padding:4px 9px}.cchl-home .evf-itxt h4{font-family:var(--serif);font-weight:600;font-size:15.5px;line-height:1.3;color:var(--ink);margin:0;letter-spacing:-.01em}.cchl-home .evf-itxt .ev-metarow{font-size:11.5px;gap:12px}.cchl-home .ev-row{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.cchl-home .ev-card{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--line);border-radius:14px;overflow:hidden;transition:.2s ease}.cchl-home .ev-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.cchl-home .ev-card .photo{aspect-ratio:224/150;background:linear-gradient(150deg,#29211a,#856b4d 71%)}.cchl-home .ev-cbody{padding:16px 17px 18px;display:flex;flex-direction:column;gap:11px;flex:1}.cchl-home .ev-cbody h3{font-family:var(--serif);font-weight:600;font-size:16.5px;line-height:1.3;color:var(--ink);margin:0;letter-spacing:-.01em}.cchl-home .ev-cbody .ev-metarow{font-size:11.5px;gap:12px}.cchl-home .ev-more{display:inline-flex;align-items:center;gap:6px;color:var(--brand);font-weight:600;font-size:13px;margin-top:auto;padding-top:2px}.cchl-home .ev-more svg{width:15px;height:15px;transition:.18s}.cchl-home .ev-card:hover .ev-more svg{transform:translateX(3px)}.cchl-home .ev-empty{padding:56px 20px;text-align:center;color:var(--muted);font-size:14.5px;background:var(--surface);border:1px dashed var(--line-strong);border-radius:14px}.cchl-home .ev-empty a{color:var(--brand);font-weight:600;text-decoration:underline}.cchl-home .btn-apply .spinner,.cchl-home .btn-search .spinner{border-color:rgba(255,255,255,.35);border-top-color:var(--on-dark)}.cchl-home .btn-apply .spinner{margin-right:8px;vertical-align:-4px}.cchl-home .pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:40px}.cchl-home .pagination a,.cchl-home .pagination span{min-width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;font-family:var(--sans);font-size:14px;font-weight:500;color:var(--ink-soft);transition:.15s;padding:0 6px}.cchl-home .pagination a:hover{background:var(--surface-2)}.cchl-home .pagination .on{background:var(--brand);color:var(--on-dark)}.cchl-home .pagination .pg-nav{border:1px solid var(--line)}.cchl-home .pagination .pg-nav svg{width:16px;height:16px}.cchl-home .pagination .dots{color:var(--muted)}.cchl-home .pagination .disabled{opacity:.4}@media(max-width:1100px){.cchl-home .ev-row{grid-template-columns:repeat(3,1fr)}}@media(max-width:960px){.cchl-home .lib-layout{grid-template-columns:1fr;gap:0}.cchl-home .filters{position:static;display:none;margin-bottom:24px}.cchl-home .filters.open{display:flex}.cchl-home .filters-toggle{display:inline-flex}.cchl-home .ev-featured{grid-template-columns:1fr}}@media(max-width:760px){.cchl-home .ev-row{grid-template-columns:repeat(2,1fr)}.cchl-home .lib-search{flex-wrap:wrap;padding:10px;gap:8px}.cchl-home .lib-search input{flex:1 1 100%;order:-1;padding:6px 8px 8px}.cchl-home .lib-search .btn-adv{flex:1}}@media(max-width:640px){.cchl-home .ev-content{gap:42px}}@media(max-width:520px){.cchl-home .ev-row{grid-template-columns:1fr}.cchl-home .evf-item{grid-template-columns:118px 1fr}.cchl-home .evf-item .photo{min-height:100px}}