.dpop__chip{align-items:center;gap:var(--space-1);padding:2px var(--space-2);background:oklch(var(--act-tile-l) var(--act-tile-c) var(--dpop-h,240));color:oklch(var(--act-glyph-l) .12 var(--dpop-h,240));font-family:inherit;font-size:var(--text-xs);font-weight:var(--weight-semi);white-space:nowrap;border:0;border-radius:7px;display:inline-flex}button.dpop__chip{cursor:pointer}button.dpop__chip:not(.is-on){background:var(--fp-off-bg,var(--color-surface-hover));color:var(--color-text-muted)}button.dpop__chip:not(.is-on):hover{color:var(--color-text)}button.dpop__chip:focus-visible{box-shadow:0 0 0 2px var(--color-accent);outline:none}.dpop__chip-dot{background:currentColor;border-radius:50%;flex-shrink:0;width:5px;height:5px}.dpop__overlay{z-index:var(--z-modal);padding:var(--space-5);background:var(--color-overlay,#0000008c);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.dpop{background:var(--color-surface);border:var(--border-width) solid var(--color-border);border-radius:var(--radius-lg);width:min(620px,100%);max-height:min(720px,86vh);box-shadow:var(--shadow-lg);outline:none;flex-direction:column;display:flex;position:relative}.dpop--wide{width:min(880px,100%)}.dpop--narrow{width:min(520px,100%)}.dpop__head{align-items:flex-start;gap:var(--space-4);padding:var(--space-5) var(--space-5) var(--space-3);border-bottom:var(--border-width) solid var(--color-border);display:flex}.dpop__headmain{flex:1;min-width:0}.dpop__title{font-size:var(--text-xl);font-weight:var(--weight-semi);letter-spacing:-.01em;color:var(--color-text);margin:0}.dpop__hint{margin:var(--space-1) 0 0;font-size:var(--text-sm);color:var(--color-text-muted);max-width:46ch;line-height:1.5}.dpop--wide .dpop__hint{max-width:62ch}.dpop__head--centred{text-align:center;padding-top:var(--space-6);flex-direction:column;align-items:center}.dpop__head--centred .dpop__close{top:var(--space-3);right:var(--space-3);position:absolute}.dpop__icon{border-radius:var(--radius-full);width:44px;height:44px;margin-bottom:var(--space-3);font-size:var(--text-xl);font-weight:var(--weight-bold);justify-content:center;align-items:center;display:inline-flex}.dpop__icon--danger{background:var(--color-danger-soft);color:var(--color-danger)}.dpop__icon--success{background:var(--color-success-soft);color:var(--color-success)}.dpop__icon--accent{background:var(--color-accent-soft);color:var(--color-accent)}.dpop__anchor{background:oklch(var(--act-tile-l) var(--act-tile-c) var(--dpop-h));width:34px;height:34px;color:oklch(var(--act-glyph-l) .12 var(--dpop-h));border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.dpop__anchor svg{stroke-width:1.8px}.dpop__headaction{flex-shrink:0}.dpop__close{background:var(--dpop-close-bg);width:30px;height:30px;color:var(--dpop-close-ink);cursor:pointer;border:0;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.dpop__close:hover{color:var(--color-text)}.dpop__close:focus-visible{outline:2px solid var(--color-accent);outline-offset:1px}.dpop__body{flex-direction:column;flex:1;min-height:0;display:flex}.dpop input[type=text],.dpop input[type=search],.dpop input[type=number],.dpop input[type=date],.dpop textarea,.dpop select{background:var(--dpop-field-bg);border-color:var(--dpop-field-bd)}.dpop input[type=text]:focus,.dpop input[type=search]:focus,.dpop input[type=number]:focus,.dpop input[type=date]:focus,.dpop textarea:focus,.dpop select:focus{border-color:var(--color-accent)}.dpop__foot{justify-content:space-between;align-items:center;gap:var(--space-4);padding:13px var(--space-5);border-top:var(--border-width) solid var(--color-border);font-size:var(--text-sm);color:var(--color-text-muted);display:flex}.dpop__footnote{flex:1;min-width:0}.dpop__footnote b{font-family:var(--font-mono);font-size:var(--text-base);font-weight:var(--weight-medium);color:var(--color-text);font-variant-numeric:tabular-nums}.dpop__acts{align-items:center;gap:var(--space-2);white-space:nowrap;flex:none;display:flex}.dpop__through{white-space:nowrap;border-radius:var(--radius-lg);background:var(--dpop-through-bg);height:32px;color:var(--dpop-through-ink);font-family:inherit;font-size:var(--text-sm);font-weight:var(--weight-medium);cursor:pointer;border:0;flex:none;align-items:center;gap:7px;padding:0 13px;display:flex}.dpop__through:hover{filter:brightness(1.12)}.dpop__through:focus-visible{outline:2px solid var(--color-accent);outline-offset:1px}@media (width<=768px){.dpop__overlay{padding:var(--space-2)}.dpop{max-height:92vh}.dpop__head,.dpop__foot{padding-left:var(--space-4);padding-right:var(--space-4)}}.pagemark{width:var(--mk-size,44px);height:var(--mk-size,44px);border-radius:var(--radius-full);background:oklch(var(--mk-disc-l) var(--mk-disc-c) var(--mk-h));color:oklch(var(--mk-glyph-l) var(--mk-glyph-c) var(--mk-h));flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.pageh{padding:var(--space-3) var(--page-gutter) 0;min-height:var(--header-height);background:var(--color-bg);flex-shrink:0}.pageh__top{justify-content:space-between;align-items:center;gap:var(--space-3);min-height:calc(var(--header-height) - 2 * var(--space-3));padding-bottom:var(--space-3);border-bottom:var(--border-width) solid var(--color-border);flex-wrap:wrap;display:flex}.pageh__tools>*{margin-block:0}.pageh__tools{justify-content:flex-end;align-items:center;gap:var(--space-2);flex-wrap:wrap;flex:auto;min-width:0;display:flex}.pageh__titlewrap{align-items:center;gap:var(--space-3);min-width:0;display:flex}.pageh__titlewrap>svg{flex:none}.pageh__title{font-size:var(--text-xl);font-weight:var(--weight-semi);color:var(--color-text);margin:0;line-height:1.2}.pageh__subtitle{font-size:var(--text-sm);color:var(--color-text-muted);margin:2px 0 0}.pageh__actions{align-items:center;gap:var(--space-2);flex-shrink:0;display:flex}.pageh__iconbtn{border:var(--border-width) solid var(--hdr-circle-edge);border-radius:var(--radius-full);background:var(--hdr-circle-bg);width:40px;height:40px;color:var(--hdr-circle-ink);cursor:pointer;flex:none;place-items:center;padding:0;transition:background .15s,border-color .15s;display:inline-grid}.pageh__iconbtn:hover{background:var(--hdr-circle-hover)}.pageh__iconbtn:focus-visible{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-soft);outline:none}.pageh__iconbtn--accent{border-color:var(--hdr-log-edge);background:var(--hdr-log-bg);color:var(--hdr-log-ink)}.pageh__iconbtn--accent:hover{background:var(--hdr-log-bg-hover)}.pageh__iconbtn--find{background:var(--hdr-find-bg);color:var(--hdr-find-ink);box-shadow:0 0 0 1px var(--hdr-find-ring), var(--hdr-find-glow);border-color:#0000}.pageh__iconbtn--find:hover{background:var(--hdr-find-bg-hover);box-shadow:0 0 0 1px var(--hdr-find-ring-hover), var(--hdr-find-glow-hover)}.pageh__iconbtn--find:focus-visible{box-shadow:0 0 0 1px var(--hdr-find-ring-hover), var(--hdr-find-glow-hover), 0 0 0 4px var(--color-accent-soft);border-color:#0000}.pageh__verb{align-items:center;gap:var(--space-2);height:34px;padding:0 var(--space-3);border-radius:var(--radius-lg);color:var(--hdr-ghost-ink);font-family:inherit;font-size:var(--text-base);font-weight:var(--weight-medium);white-space:nowrap;cursor:pointer;background:0 0;border:0;transition:background .15s,color .15s;display:inline-flex}.pageh__verb:hover{background:var(--hdr-ghost-bg);color:var(--color-text)}.pageh__verb:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.pageh__verb:disabled{opacity:.55;cursor:default}.pageh__verb .spin{animation:1s linear infinite pageh-spin}@keyframes pageh-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pageh__verb--icon{justify-content:center;width:34px;padding:0}.pageh__verb--create{color:var(--hdr-verb-ink);font-weight:var(--weight-semi)}.pageh__verb--create:hover{background:var(--hdr-verb-bg);color:var(--hdr-verb-ink)}.pageh__tools :is(.register__search,.inbox__search,.news__search,.pboard__search){min-width:0;max-width:340px;padding-block:var(--space-1);background:var(--hdr-field-bg);border:var(--border-width) solid var(--hdr-edge);border-radius:var(--radius-full);flex:220px;margin-block:0}.pageh__tools :is(.register__search,.inbox__search,.news__search,.pboard__search):focus-within{border-color:var(--color-accent)}.pageh__tools :is(.register__search,.inbox__search,.news__search,.pboard__search) input{background:0 0;border:none}.pageh--compact{height:var(--header-height);padding:0 var(--page-gutter);align-items:center;display:flex}.pageh--compact .pageh__top{border-bottom:0;flex:1;min-width:0;padding-bottom:0}.pageh--compact:after{content:"";left:var(--page-gutter);right:var(--page-gutter);border-bottom:var(--border-width) solid var(--color-border);position:absolute;bottom:0}.pageh--compact{position:relative}.pageh--compact .pageh__title{font-size:var(--text-md);line-height:var(--leading-tight)}.pstate{justify-content:center;align-items:center;gap:var(--space-3);padding:var(--space-12) var(--space-8);text-align:center;color:var(--color-text-dim);flex-direction:column;display:flex}.pstate__title{font-size:var(--text-base);font-weight:var(--weight-semi);color:var(--color-text);margin:var(--space-1) 0 0}.pstate__msg{font-size:var(--text-sm);color:var(--color-text-muted);max-width:420px;margin:0;line-height:1.5}.pstate__action{margin-top:var(--space-2)}.pstate__retry{align-items:center;gap:var(--space-2);font-family:inherit;font-size:var(--text-sm);font-weight:var(--weight-semi);padding:var(--space-2) var(--space-4);border:var(--border-width) solid var(--color-danger);border-radius:var(--radius-md);color:var(--color-danger);cursor:pointer;background:0 0;display:inline-flex}.pstate__retry:hover{background:var(--color-danger-soft)}@media (width<=768px){.pageh{padding:var(--space-3) var(--space-4)}.pageh__title{font-size:var(--text-lg)}.pageh__subtitle{font-size:var(--text-xs)}.pageh__top{flex-wrap:wrap}}.pageh__highlights{align-items:baseline;gap:var(--space-2) var(--space-4);padding-block:var(--space-3);flex-wrap:wrap;display:flex}.qlog__field{gap:var(--space-1);flex-direction:column;display:flex}.qlog__label{font-size:var(--text-2xs);font-weight:var(--weight-semi);text-transform:uppercase;letter-spacing:.4px;color:var(--color-text-dim)}.qlog__pick{position:relative}.qlog__select{width:100%;font-family:inherit;font-size:var(--text-sm);color:var(--color-text);background:var(--color-bg);border:var(--border-width) solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-2) var(--space-3)}.qlog__select:focus-visible{border-color:var(--color-accent);outline:none}.qlog__search,.qlog__body{width:100%;font-family:inherit;font-size:var(--text-sm);color:var(--color-text);background:var(--color-bg);border:var(--border-width) solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-2) var(--space-3)}.qlog__search:focus-visible,.qlog__body:focus-visible{border-color:var(--color-accent);outline:none}.qlog__menu{background:var(--color-surface);border:var(--border-width) solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);z-index:1;max-height:240px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto}.qlog__opt{align-items:center;gap:var(--space-2);text-align:left;width:100%;font-family:inherit;font-size:var(--text-sm);color:var(--color-text);padding:var(--space-2) var(--space-3);cursor:pointer;background:0 0;border:none;display:flex}.qlog__opt:hover{background:var(--color-surface-hover)}.qlog__optlabel{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.qlog__optmeta{font-family:var(--font-mono);font-size:var(--text-2xs);color:var(--color-accent);flex-shrink:0}.qlog__target{align-items:center;gap:var(--space-2);font-size:var(--text-sm);font-weight:var(--weight-semi);color:var(--color-text);background:var(--color-accent-soft);border:var(--border-width) solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-2) var(--space-3);display:flex}.qlog__targetlabel{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.qlog__target-clear{color:var(--color-text-dim);cursor:pointer;font-size:var(--text-xs);background:0 0;border:none;margin-left:auto}.qlog__body{resize:vertical}.qlog__due{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.qlog__duedate{font-family:inherit;font-size:var(--text-xs);color:var(--color-text);background:var(--color-bg);border:var(--border-width) solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-1) var(--space-2)}.qlog__grid{gap:var(--space-3);grid-template-columns:1fr 1fr;display:grid}.qlog__tile{background:oklch(var(--act-tile-l) var(--act-tile-c) var(--qlog-h));width:22px;height:22px;color:oklch(var(--act-glyph-l) .12 var(--qlog-h));font-size:var(--text-2xs);font-weight:var(--weight-bold);letter-spacing:0;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}@media (width<=768px){.qlog__grid{grid-template-columns:1fr}}
