.holidays-strip{position:relative;display:grid;grid-template-columns:auto 1fr auto auto;gap:12px;align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:10px 16px;box-shadow:var(--shadow-sm);margin-bottom:var(--space-4);max-width:100%;overflow-x:clip}.hs-nav{display:none;width:36px;height:36px;border-radius:999px;border:1px solid var(--border);background:var(--surface-2);cursor:pointer;position:relative;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.hs-nav::before{content:'';position:absolute;inset:0;margin:auto;width:14px;height:14px;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24"><path fill="black" d="M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z"/></svg>') no-repeat center/contain;background:var(--text)}.hs-nav:hover:not(:disabled){transform:translateY(-1px);box-shadow:var(--shadow-sm)}.hs-next::before{transform:scaleX(-1)}.hs-nav:disabled{opacity:.45;cursor:default}@media (min-width:900px){.hs-nav{display:inline-grid;place-items:center}}.hs-rail-wrap{overflow:hidden}.hs-rail{display:grid;grid-auto-flow:column;grid-auto-columns:max-content;gap:10px;overflow:auto;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scroll-snap-type:x mandatory}.hs-rail.drag{cursor:grabbing}@media (min-width:900px){.hs-rail{scrollbar-width:none;-ms-overflow-style:none}.hs-rail::-webkit-scrollbar{display:none}}.hs-pill{display:inline-grid;grid-auto-flow:column;align-items:center;gap:10px;padding:8px 12px;border:1px solid var(--border);background:var(--surface-2);color:var(--text);border-radius:999px;text-decoration:none;white-space:nowrap;scroll-snap-align:start;font-size:14px}.hs-pill:hover{background:var(--surface)}.hs-pill.hs-pill-disabled,.hs-pill.hs-pill-disabled:hover{cursor:default;opacity:.7;background:var(--surface-2)}.hs-date{font-weight:700;min-width:54px;text-align:center;color:var(--brand)}.hs-name{overflow:hidden;text-overflow:ellipsis}.hs-actions{display:flex;gap:8px;align-items:center}.hs-cal{height:36px}.hs-cal-ico{width:18px;height:18px;display:inline-block;margin-right:6px;background:var(--text);mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24"><path fill="black" d="M19 4h-1V2h-2v2H8V2H6v2H5a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm0 15H5V9h14v10z"/></svg>') no-repeat center/contain}.hs-backdrop{position:fixed;inset:0;background:var(--backdrop);display:none;z-index:9995}.hs-backdrop[aria-hidden=false]{display:block}.hs-modal{position:fixed;z-index:9996;inset:0;background:var(--surface);border-top:1px solid var(--border);box-shadow:var(--shadow-md);max-height:100vh;overflow:auto;padding:0 16px 16px;transform:translateY(100%);transition:transform .2s ease-out}.hs-modal[data-open="1"]{transform:translateY(0)}@media (min-width:900px){.hs-modal{top:0;bottom:0;left:50%;right:auto;width:min(980px,96vw);margin:0;border:1px solid var(--border);border-radius:var(--radius);transform:translate(-50%,120vh);opacity:0;pointer-events:none;padding:0 16px 16px}.hs-modal[data-open="1"]{transform:translate(-50%,0);opacity:1;pointer-events:auto}}.hs-modal-head{display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;padding:8px 0;margin-bottom:4px;background:var(--surface);z-index:1;border-bottom:1px solid var(--border)}.hs-months{display:grid;gap:16px;margin-top:8px}.hs-month{border:1px solid var(--border);border-radius:12px;padding:10px;background:var(--surface-2)}.hs-month-title{margin:0 0 8px;font-weight:800}.hs-list{display:grid;gap:8px}.hs-row{display:grid;grid-template-columns:1fr 2fr;gap:10px;align-items:baseline}.hs-row-date{color:var(--muted);font-size:.95rem}.hs-row-name{font-weight:600}.hs-row--past .hs-row-date,.hs-row--past .hs-row-name{opacity:.6}.hs-row--today{border-radius:8px;background:var(--surface)}.hs-row--today .hs-row-date{font-weight:600;color:var(--brand)}.hs-row--today .hs-row-name{font-weight:600}.hs-month-current .hs-month-title{text-decoration:underline}.hs-fade-out{opacity:0;transition:opacity .18s ease}.hs-rail:not(.hs-fade-out){transition:opacity .18s ease}.hs-pill{min-width:0}.hs-name{min-width:0;overflow:hidden;text-overflow:ellipsis}.hs-month-toggle{margin:0 0 8px;padding:0;border:0;background:0 0}.hs-past-toggle{width:100%;justify-content:flex-start;gap:10px;font-size:.95rem;height:36px;padding:0 12px;border-radius:8px;border:1px dashed var(--border);background:var(--surface-2)}.hs-past-label{flex:1 1 auto;text-align:left}.hs-past-count{flex:0 0 auto;min-width:26px;height:22px;border-radius:999px;border:1px solid var(--border);display:inline-flex;align-items:center;justify-content:center;font-size:.85rem;background:var(--surface-2)}.hs-past-arrow{flex:0 0 auto;width:16px;height:16px;margin-left:6px;background:var(--text);mask:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6' fill='black'/%3E%3C/svg%3E") no-repeat center/contain;transition:transform .16s ease;opacity:.85}.hs-past-toggle[data-open="1"] .hs-past-arrow{transform:rotate(180deg)}.hs-past-list{margin-top:6px;padding-top:4px;border-top:1px dashed var(--border);gap:6px}.hs-past-list[hidden]{display:none!important}.hs-past-list:not([hidden]){display:grid}@media (min-width:900px){.hs-rail{overflow:hidden;grid-auto-columns:calc((100% - 20px)/ 3)}.hs-pill{width:100%}}@media (max-width:768px){.holidays-strip{border-radius:18px;padding-inline:10px}.hs-cal{min-width:36px;padding-inline:0;font-size:0}.hs-cal .hs-cal-ico{margin-right:0}}