:root{--weekend-ink:#d6bc80;--weekend-line:#655735;--weekend-hover:#231f15}
[data-theme=light]{--weekend-ink:#78551b;--weekend-line:#d9c7a1;--weekend-hover:#f7f0e3}
.asset-heading-status{display:flex;flex-direction:column;align-items:flex-end;gap:10px;margin-left:auto}
.weekend-notice-toggle{display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:8px 11px;border:1px solid var(--weekend-line);border-radius:7px;color:var(--weekend-ink);font-size:12px;line-height:1.4;text-align:left}
.weekend-notice-toggle svg{width:16px;height:16px;flex:none}
.weekend-notice-toggle:hover:not(:disabled),.weekend-notice-toggle[aria-expanded=true]{color:var(--weekend-ink);background:var(--weekend-hover)}
.weekend-notice-toggle:focus-visible{outline:2px solid var(--weekend-ink);outline-offset:3px}
.weekend-note{position:fixed;inset:auto;margin:0;width:340px;max-width:calc(100vw - 24px);max-height:calc(100dvh - 24px);overflow-y:auto;overscroll-behavior:contain;padding:20px;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--text);font-family:Onest,sans-serif;scrollbar-width:thin;scrollbar-color:var(--line) transparent}
.weekend-note::backdrop{background:transparent;pointer-events:none}
.weekend-note-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}
.weekend-note h3{font-size:16px;line-height:1.4;font-weight:600;text-wrap:balance}
.weekend-note-heading button{display:grid;place-items:center;flex:none;width:32px;height:32px;margin:-6px -6px 0 0;border-radius:5px;color:var(--muted)}
.weekend-note-heading button:hover{background:var(--line);color:var(--text)}
.weekend-note-heading button:focus-visible{outline:2px solid var(--text);outline-offset:1px}
.weekend-note-heading svg{width:17px;height:17px}
.weekend-note p{font-size:13px;line-height:1.65;margin:0}
.weekend-note #weekend-note-check{margin-top:12px;color:var(--text);font-weight:500}
.weekend-note footer{display:flex;flex-direction:column;gap:8px;margin-top:18px;color:var(--muted);font-size:11px;line-height:1.5}
.weekend-note footer a{align-self:flex-start;text-decoration:underline;text-underline-offset:3px}
.weekend-note footer a:hover{color:var(--text)}
@media(max-width:600px){.asset-heading-status{order:4;width:100%;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px}.asset-heading-status .refresh-group{max-width:none}.weekend-notice-toggle{min-height:40px}.weekend-note-heading button{width:40px;height:40px;margin:-8px -8px 0 0}}
