.cal-nav[data-astro-cid-lq66zrgw]{display:flex;align-items:center;justify-content:space-between;gap:1rem}.cal-nav[data-astro-cid-lq66zrgw] h1[data-astro-cid-lq66zrgw]{margin:.5rem 0;font-size:1.5rem;text-align:center;flex:1}.cal-nav[data-astro-cid-lq66zrgw] button[data-astro-cid-lq66zrgw]{font:inherit;font-size:1.6rem;line-height:1;width:2.6rem;height:2.6rem;border-radius:999px;border:1px solid var(--line);background:var(--surface);color:var(--accent);cursor:pointer;box-shadow:var(--glow)}body:has(#cal-grid){height:100dvh;overflow:hidden;display:flex;flex-direction:column}body:has(#cal-grid) main{flex:1;min-height:0;display:flex;flex-direction:column;width:100%;padding-top:.5rem;padding-bottom:calc(3.6rem + env(safe-area-inset-bottom))}body:has(#cal-grid) footer.site{display:none}body:has(#cal-grid) .meta{margin:.2rem 0}.cal-nav[data-astro-cid-lq66zrgw] h1[data-astro-cid-lq66zrgw]{font-size:1.3rem;margin:.3rem 0}#cal-sub[data-astro-cid-lq66zrgw] .n{font-family:var(--mono);font-weight:600;color:var(--accent);text-shadow:var(--glow-strong, var(--glow))}.slot[data-astro-cid-lq66zrgw]{font:inherit;color:var(--ink);background:none;border:0;padding:0 .1em;cursor:pointer;border-bottom:1px dashed var(--accent)}.slot[data-astro-cid-lq66zrgw].set{color:var(--accent);border-bottom-style:solid;font-weight:600}.slot[data-astro-cid-lq66zrgw][aria-expanded=true]{background:var(--accent-soft);border-radius:4px}.chips[data-astro-cid-lq66zrgw]{display:flex;flex-wrap:wrap;gap:.3rem;margin:.2rem 0 .3rem;flex:none}.chips[data-astro-cid-lq66zrgw][hidden]{display:none}.chips[data-astro-cid-lq66zrgw] button[data-astro-cid-lq66zrgw]{font:inherit;font-family:var(--mono);font-size:.68rem;padding:.15em .6em;border-radius:999px;border:1px solid var(--line);background:var(--surface);color:var(--ink-soft);cursor:pointer}.chips[data-astro-cid-lq66zrgw] button[data-astro-cid-lq66zrgw].on{background:var(--accent);color:var(--accent-ink);border-color:var(--accent);box-shadow:var(--glow)}.grid[data-astro-cid-lq66zrgw]{display:flex;flex-direction:column;gap:3px;flex:1;min-height:0;margin:.5rem 0;touch-action:pan-y;user-select:none}.grid[data-astro-cid-lq66zrgw] .week{display:grid;grid-template-columns:repeat(7,1fr);gap:3px;max-height:6rem;flex:none}.grid[data-astro-cid-lq66zrgw] .week.fold{max-height:0;opacity:0;overflow:hidden;margin-top:-3px;pointer-events:none}.grid[data-astro-cid-lq66zrgw] .cell.past{opacity:.4;cursor:default}#cal-prev[data-astro-cid-lq66zrgw][disabled]{opacity:.35;cursor:default}.grid[data-astro-cid-lq66zrgw].anim .week.fold{animation:fold .22s ease-out}.grid[data-astro-cid-lq66zrgw].anim:not(.focus) .week{animation:unfold .22s ease-out}@keyframes fold{0%{max-height:6rem;opacity:1;margin-top:0}to{max-height:0;opacity:0;margin-top:-3px}}@keyframes unfold{0%{max-height:0;opacity:0}to{max-height:6rem;opacity:1}}.legend[data-astro-cid-lq66zrgw]{flex:none}#cal-pull[data-astro-cid-lq66zrgw]{position:fixed;left:50%;top:0;z-index:45;pointer-events:none;width:2.2rem;height:2.2rem;border-radius:999px;display:flex;align-items:center;justify-content:center;background:var(--surface);border:1px solid var(--line);color:var(--muted);font-size:1.1rem;opacity:0;transform:translate(-50%,-3rem)}#cal-pull[data-astro-cid-lq66zrgw].ready{border-color:var(--accent);color:var(--accent);box-shadow:var(--glow)}#cal-pull[data-astro-cid-lq66zrgw].spin{animation:pull-spin .7s linear infinite}@keyframes pull-spin{to{transform:translate(-50%,2.6rem) rotate(360deg)}}#cal-pull[data-astro-cid-lq66zrgw].snap{transition:transform .18s ease-out,opacity .18s ease-out}.grid[data-astro-cid-lq66zrgw] .dow{font-size:.65rem;color:var(--muted);text-align:center;padding-bottom:.2rem;letter-spacing:.08em;font-family:var(--mono)}.grid[data-astro-cid-lq66zrgw] .cell{min-height:3.4rem;background:var(--surface);border:1px solid var(--line-soft);border-radius:6px;padding:.25rem .35rem;text-align:left;font:inherit;color:var(--ink);cursor:pointer;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}.grid[data-astro-cid-lq66zrgw] .cell.empty{background:transparent;border-color:transparent;cursor:default}.grid[data-astro-cid-lq66zrgw] .cell.today{outline:2px solid var(--accent);outline-offset:-2px}.grid[data-astro-cid-lq66zrgw] .cell.open{border-color:var(--accent);background:var(--accent-soft)}.grid[data-astro-cid-lq66zrgw] .cell.quiet .num{color:var(--muted);opacity:.6}.grid[data-astro-cid-lq66zrgw] .num{font-size:.75rem;font-family:var(--mono)}.grid[data-astro-cid-lq66zrgw] .dots{display:flex;gap:3px;flex-wrap:wrap;margin-top:.3rem;align-items:center}.grid[data-astro-cid-lq66zrgw] .dot{width:8px;height:8px;border-radius:999px;display:inline-block;background:var(--accent);box-shadow:var(--glow)}.grid[data-astro-cid-lq66zrgw] .dot.kuji{background:var(--accent)}.grid[data-astro-cid-lq66zrgw] .dot.konbini{background:var(--live)}.grid[data-astro-cid-lq66zrgw] .dot.collab_cafe{background:var(--urgent)}.grid[data-astro-cid-lq66zrgw] .dot.seasonal_menu{background:#b08a3e}.grid[data-astro-cid-lq66zrgw] .dot.regional{background:#7c6bb0}.grid[data-astro-cid-lq66zrgw] .dot.goshuin{background:#5a8a8a}.grid[data-astro-cid-lq66zrgw] .more{font-size:.6rem;color:var(--muted);font-family:var(--mono)}.grid[data-astro-cid-lq66zrgw] .run{display:flex;align-items:center;gap:.25rem;margin-top:.3rem;font-family:var(--mono);font-size:.6rem;color:var(--muted);line-height:1}.grid[data-astro-cid-lq66zrgw] .run i{width:7px;height:7px;border-radius:999px;border:1.5px solid var(--live);box-sizing:border-box;display:inline-block}.grid[data-astro-cid-lq66zrgw] .drawer{background:var(--surface);border:1px solid var(--accent);border-radius:8px;padding:.6rem .75rem;margin:2px 0 0;flex:0 1 auto;min-height:0;display:flex;flex-direction:column}.grid[data-astro-cid-lq66zrgw].anim .drawer,.grid[data-astro-cid-lq66zrgw].anim-drawer .drawer{animation:drop .22s ease-out}.grid[data-astro-cid-lq66zrgw] .drawer.closing{animation:lift .18s ease-in forwards}@keyframes lift{0%{opacity:1;transform:none}to{opacity:0;transform:translateY(-6px)}}@keyframes drop{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.grid[data-astro-cid-lq66zrgw] .drawer .dh{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem;margin-bottom:.4rem}.grid[data-astro-cid-lq66zrgw] .drawer .dh .d{font-family:var(--serif);font-weight:600}.grid[data-astro-cid-lq66zrgw] .drawer .dh .rel{font-family:var(--mono);font-size:.7rem;color:var(--muted)}.grid[data-astro-cid-lq66zrgw] .drawer .row{display:grid;grid-template-columns:auto 1fr;gap:.6rem;align-items:start;padding:.45rem 0;border-top:1px solid var(--line-soft);text-decoration:none;color:var(--ink)}.grid[data-astro-cid-lq66zrgw] .drawer .row:first-of-type{border-top:0}.grid[data-astro-cid-lq66zrgw] .drawer .row .th{width:3rem;height:3rem;border-radius:5px;background:var(--surface-2);object-fit:contain}.grid[data-astro-cid-lq66zrgw] .drawer .row .th.none{display:none}.grid[data-astro-cid-lq66zrgw] .drawer .row .t{font-weight:600;line-height:1.3}.grid[data-astro-cid-lq66zrgw] .drawer .row .ja{font-size:.8rem}.grid[data-astro-cid-lq66zrgw] .drawer .row .m{font-family:var(--mono);font-size:.72rem;color:var(--muted);margin-top:.15rem}.grid[data-astro-cid-lq66zrgw] .drawer .vt{margin-left:auto;display:inline-flex;border:1px solid var(--line);border-radius:6px;overflow:hidden}.grid[data-astro-cid-lq66zrgw] .drawer .vt button{font:inherit;font-family:var(--mono);font-size:.65rem;padding:.2em .55em;background:transparent;color:var(--muted);border:0;cursor:pointer}.grid[data-astro-cid-lq66zrgw] .drawer .vt button.on{background:var(--accent);color:var(--accent-ink)}.grid[data-astro-cid-lq66zrgw] .drawer .dbody{flex:1;min-height:0;display:flex;flex-direction:column}.grid[data-astro-cid-lq66zrgw] .drawer .items.cards{display:flex;align-items:flex-start;gap:.6rem;margin-top:.3rem;overflow-x:auto;overflow-y:hidden;flex:none;transition:height .2s ease-out;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;touch-action:pan-x;padding-bottom:.2rem}.grid[data-astro-cid-lq66zrgw] .drawer .items.cards::-webkit-scrollbar{display:none}.grid[data-astro-cid-lq66zrgw] .drawer .items.cards>*{flex:0 0 100%;scroll-snap-align:center;scroll-snap-stop:always}.grid[data-astro-cid-lq66zrgw] .drawer .dbody.cards{overflow-y:auto;overscroll-behavior:contain}.grid[data-astro-cid-lq66zrgw] .drawer .dbody.list{overflow-y:auto;overscroll-behavior:contain;padding-right:.2rem}@media(min-width:900px){.grid[data-astro-cid-lq66zrgw] .drawer .items.cards{flex-direction:column;overflow-x:hidden;overflow-y:visible;scroll-snap-type:none;flex:none;height:auto!important}.grid[data-astro-cid-lq66zrgw] .drawer .items.cards>*{flex:none;width:100%;scroll-snap-align:none}.grid[data-astro-cid-lq66zrgw] .drawer .dotsnav{display:none}}.grid[data-astro-cid-lq66zrgw] .drawer .dotsnav{display:flex;justify-content:center;gap:.35rem;margin:.3rem 0 .1rem}.grid[data-astro-cid-lq66zrgw] .drawer .dotsnav i{width:6px;height:6px;border-radius:999px;background:var(--line)}.grid[data-astro-cid-lq66zrgw] .drawer .dotsnav i.on{background:var(--accent);box-shadow:var(--glow)}.grid[data-astro-cid-lq66zrgw] .drawer .cardi{display:flex;flex-direction:column;gap:.35rem;text-decoration:none;color:var(--ink);background:var(--surface-2);border:1px solid var(--line-soft);border-radius:8px;padding:.5rem}.grid[data-astro-cid-lq66zrgw] .drawer .cardi .th{width:auto;height:auto;max-width:100%;max-height:min(12rem,30dvh);align-self:center;border-radius:6px;background:var(--surface)}.grid[data-astro-cid-lq66zrgw] .drawer .cardi .th.none{display:none}.grid[data-astro-cid-lq66zrgw] .drawer .cardi .t{font-weight:600;line-height:1.3;font-size:1rem}.grid[data-astro-cid-lq66zrgw] .drawer .adart{display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:1.4rem;letter-spacing:.04em}.grid[data-astro-cid-lq66zrgw] .drawer .row .adart{width:3rem;height:3rem;font-size:.55rem;border-radius:5px}.grid[data-astro-cid-lq66zrgw] .drawer .cardi .adart{height:9rem;border-radius:6px}.grid[data-astro-cid-lq66zrgw] .drawer .small{font-size:.68rem;margin-top:.3rem}.grid[data-astro-cid-lq66zrgw] .drawer .cardi.running{border-left:3px solid var(--live)}.grid[data-astro-cid-lq66zrgw] .drawer .cardi .adimg{max-height:9rem}.grid[data-astro-cid-lq66zrgw] .drawer .row .adimg{width:3rem;height:3rem;object-fit:contain;border-radius:5px}.grid[data-astro-cid-lq66zrgw] .drawer .cardi .ja{font-size:.75rem}.grid[data-astro-cid-lq66zrgw] .drawer .cardi .m{font-family:var(--mono);font-size:.68rem;color:var(--muted)}.grid[data-astro-cid-lq66zrgw] .drawer .also{margin-top:.5rem;border-top:1px dashed var(--line);padding-top:.4rem}.grid[data-astro-cid-lq66zrgw] .drawer .also summary{font-family:var(--mono);font-size:.72rem;color:var(--accent);cursor:pointer;list-style:none}.grid[data-astro-cid-lq66zrgw] .drawer .also summary:before{content:"▸ "}.grid[data-astro-cid-lq66zrgw] .drawer .also[open] summary:before{content:"▾ "}.legend[data-astro-cid-lq66zrgw]{font-size:.72rem}.legend[data-astro-cid-lq66zrgw] i{display:inline-block;width:8px;height:8px;border-radius:999px;margin:0 .3em 0 .8em;vertical-align:middle}@media(max-width:560px){.grid[data-astro-cid-lq66zrgw] .cell{min-height:2.8rem;padding:.15rem .25rem}}@media(prefers-reduced-motion:reduce){.grid[data-astro-cid-lq66zrgw] .drawer,.grid[data-astro-cid-lq66zrgw] .week{animation:none!important}}
