:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--color-bg:#0a0a0a;--color-surface:#141414;--color-surface-elevated:#1c1c1c;--color-border:#2a2a2a;--color-text:#f0f0f0;--color-text-muted:#9ca3af;--color-accent:#22c55e;--color-accent-hover:#16a34a;--color-accent-soft:#22c55e24;--color-accent-soft-hover:#22c55e38;--color-accent-outline:#22c55e66;--color-accent-border:#22c55e59;--color-success:#4ade80;--color-error:#f87171;--color-error-soft:#f8717129;--color-error-border:#f8717159;--color-swipe-pending-soft:#9ca3af29;--color-author-tsumugi:#a78bfa;--color-author-tsumugi-soft:#a78bfa29;--color-author-tsumugi-border:#a78bfa73;--color-author-akari:#fbbf24;--color-author-akari-soft:#fbbf2429;--color-author-akari-border:#fbbf2473;--color-author-shiki:#38bdf8;--color-author-shiki-soft:#38bdf829;--color-author-shiki-border:#38bdf873;--color-on-accent:#052e16;--shadow-bar:0 -4px 24px #00000073;--shadow-modal:0 16px 48px #0000008c;--app-footer-height:3.75rem;--filter-bar-height:3.25rem;--radius:12px;--font-sans:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;touch-action:manipulation}html,body{min-height:100%;margin:0}body{touch-action:manipulation;font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);font-size:16px;line-height:1.6}button,textarea,input{font:inherit;font-size:16px}.app{flex-direction:column;min-height:100dvh;display:flex}.app-header{z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--color-border);background:#0a0a0aeb;justify-content:space-between;align-items:center;gap:.75rem;display:flex;position:sticky;top:0}.app-title{flex-shrink:0;margin:0;padding:.875rem 1rem;font-size:1.125rem;font-weight:700}.view-filter{flex-shrink:0;padding-right:.5rem;position:relative}.view-filter__toggle{border:1px solid var(--color-border);background:var(--color-surface-elevated);min-height:44px;color:var(--color-text-muted);cursor:pointer;border-radius:999px;align-items:center;gap:.375rem;padding:.375rem .625rem;display:inline-flex}.view-filter__toggle:hover{border-color:var(--color-accent-border);color:var(--color-accent)}.view-filter__toggle--filtered{border-color:var(--color-accent-border);background:var(--color-accent-soft);color:var(--color-accent)}.view-filter__icon{flex-shrink:0;width:20px;height:20px}.view-filter__current{text-overflow:ellipsis;white-space:nowrap;max-width:6rem;font-size:.75rem;font-weight:600;overflow:hidden}.view-filter__backdrop{z-index:14;background:#00000073;position:fixed;inset:0}.view-filter__backdrop[hidden]{display:none}.view-filter__menu{z-index:15;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface-elevated);min-width:11rem;box-shadow:var(--shadow-modal);flex-direction:column;gap:.25rem;padding:.375rem;display:flex;position:absolute;top:calc(100% + .5rem);right:0}.view-filter__menu[hidden]{display:none}.view-filter--open{z-index:15}.view-filter__option{min-height:44px;color:var(--color-text);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.625rem .875rem;font-size:.875rem;font-weight:600}.view-filter__option:hover{background:var(--color-surface)}.view-filter__option--active{background:var(--color-accent-soft);color:var(--color-accent)}.app-body{width:100%;max-width:1280px;padding:1rem 1rem calc(var(--app-footer-height) + 4rem + env(safe-area-inset-bottom));flex:1;margin:0 auto}.app.app--link-filter-active .app-body{padding-bottom:calc(var(--app-footer-height) + var(--filter-bar-height) + 4rem + env(safe-area-inset-bottom))}.app-views{width:100%;min-width:0}.app-view[hidden]{display:none}.app-view--timeline,.app-view--tasks,.app-view--contact{width:100%;max-width:640px;margin:0 auto}.push-prompt{border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);margin:0 0 1rem;padding:.875rem 1rem}.push-prompt[hidden]{display:none}.push-prompt__message{color:var(--color-text-muted);margin:0 0 .75rem;font-size:.875rem;line-height:1.5}.push-prompt__actions{flex-wrap:wrap;gap:.5rem;display:flex}.push-prompt__enable{border:1px solid var(--color-accent);border-radius:var(--radius);min-height:44px;color:var(--color-accent);font:inherit;cursor:pointer;background:0 0;padding:.5rem .875rem}.push-prompt__enable:hover{background:var(--color-accent-soft)}.push-prompt__enable[hidden]{display:none}.app-view__placeholder{border:1px dashed var(--color-border);border-radius:var(--radius);background:var(--color-surface);color:var(--color-text-muted);text-align:center;margin:2rem 0;padding:2rem 1.5rem}.bottom-dock{inset-inline:0;z-index:20;position:fixed;bottom:0}.compose-panel{display:none}.timeline-panel,.app-view--timeline,.app-view--tasks,.app-view--contact{width:100%;max-width:640px;margin:0 auto}.timeline{min-height:4rem;position:relative}.timeline__pull{letter-spacing:.06em;justify-content:center;align-items:flex-end;height:0;font-size:.8125rem;font-weight:700;transition:height .22s;display:flex;overflow:hidden}.timeline__pull-label{color:var(--color-text-muted);padding-bottom:.5rem;transition:color .22s}.timeline--pulling .timeline__pull,.timeline--pull-refreshing .timeline__pull{transition:none}.timeline--pull-ready .timeline__pull-label,.timeline--pull-refreshing .timeline__pull-label{color:var(--color-accent)}.timeline__pull-body{transition:transform .22s ease, opacity var(--timeline-fade-duration,.12s) ease}.timeline__pull-body--faded{opacity:0}.timeline--pulling .timeline__pull-body{transition:none}.timeline-list{flex-direction:column;gap:.75rem;display:flex}.timeline-status{border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);color:var(--color-text-muted);text-align:center;margin:0;padding:1.25rem}.timeline-status--error{color:var(--color-error)}.timeline-filter-bar{border-top:1px solid var(--color-accent-border);background:var(--color-accent-soft);box-shadow:var(--shadow-bar);justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.timeline-filter-bar[hidden]{display:none}.timeline-filter-bar__label{color:var(--color-accent);margin:0;font-size:.9375rem;font-weight:600}.timeline-filter-bar__clear{border:1px solid var(--color-accent-border);background:var(--color-surface);min-width:7rem;min-height:44px;color:var(--color-accent);cursor:pointer;border-radius:999px;flex-shrink:0;padding:.5rem 1rem;font-size:.875rem;font-weight:700}.timeline-filter-bar__clear:hover{background:var(--color-accent-soft-hover)}.post-card{border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);overflow:hidden}.post-card--exiting{pointer-events:none;transition:height .3s cubic-bezier(.4,0,.2,1),opacity .28s,border-color .3s;overflow:hidden}.post-card--exiting.post-card--exit-active{opacity:0;border-color:#0000;height:0!important}.post-card--exiting .post-card__content{transition:transform .3s cubic-bezier(.4,0,.2,1)}.post-card--exiting.post-card--exit-active .post-card__content{transform:translate(-100%)!important}.post-card__swipe{touch-action:pan-y;position:relative;overflow:hidden}.post-card__swipe-hint{pointer-events:none;opacity:0;align-items:center;font-size:.875rem;font-weight:700;transition:opacity .22s,background .22s,color .22s;display:flex;position:absolute;inset:0}.post-card__swipe-hint--right{justify-content:flex-start;padding-left:1rem}.post-card__swipe-hint--left{justify-content:flex-end;padding-right:1rem}.post-card--swiping-right .post-card__swipe-hint--right,.post-card--swiping-left .post-card__swipe-hint--left{opacity:1;background:var(--color-swipe-pending-soft);color:var(--color-text-muted)}.post-card--swiping-right.post-card--swipe-ready-right .post-card__swipe-hint--right{background:var(--color-accent-soft);color:var(--color-accent)}.post-card--swiping-left.post-card--swipe-ready-left .post-card__swipe-hint--left-danger{background:var(--color-error-soft);color:var(--color-error)}.post-card--swiping-left.post-card--swipe-ready-left .post-card__swipe-hint--left-restore,.post-card--swiping-left.post-card--swipe-ready-left .post-card__swipe-hint--left-done{background:var(--color-accent-soft);color:var(--color-accent)}.post-card__content{background:var(--color-surface);will-change:transform;padding:1rem 1.125rem;transition:transform .15s;position:relative}.post-card--swiping-right .post-card__content,.post-card--swiping-left .post-card__content{transition:none}.post-card__header{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.375rem;display:flex}.post-card__header-start{flex-wrap:wrap;flex:1;align-items:center;gap:.375rem;min-width:0;display:flex}.post-card__header .post-card__tags{margin-top:0}.post-card__body-wrap{min-width:0;position:relative}.post-card__body{white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;margin:0;font-size:.9375rem;line-height:1.5}.post-card__body--collapsed{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.post-card__body--expanded{-webkit-line-clamp:unset;display:block;overflow:visible}.post-card__expand{z-index:1;background:linear-gradient(to right, transparent, var(--color-surface) .625rem);color:var(--color-accent);cursor:pointer;border:none;margin:0;padding:0 0 0 1rem;font-size:.75rem;font-weight:600;line-height:1.5;position:absolute;bottom:0;right:0}.post-card__body-wrap--expanded .post-card__expand{text-align:right;background:0 0;margin-top:.125rem;margin-left:auto;padding:0;display:block;position:static}.post-card__expand:hover{color:var(--color-accent-hover)}.post-card__expand[hidden]{display:none}.post-card__footer{justify-content:flex-end;margin-top:.375rem;display:flex}.post-card__time{color:var(--color-text-muted);font-size:.75rem}.post-card__link-filter{border:1px solid var(--color-border);background:var(--color-surface-elevated);width:36px;height:36px;color:var(--color-text-muted);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;padding:0;display:inline-flex}.post-card__link-filter:hover,.post-card__link-filter--active{border-color:var(--color-accent);color:var(--color-accent);background:var(--color-accent-soft)}.post-card__link-icon-svg{width:18px;height:18px}.post-card__link-post{border:1px solid var(--color-accent-border);background:var(--color-accent-soft);min-height:32px;color:var(--color-accent);cursor:pointer;border-radius:999px;flex-shrink:0;padding:.25rem .625rem;font-size:.75rem;font-weight:600;display:none}.post-card__link-post:hover{background:var(--color-accent-soft-hover)}.post-card__reply-post{border:1px solid var(--color-accent-border);background:var(--color-accent-soft);min-height:32px;color:var(--color-accent);cursor:pointer;border-radius:999px;flex-shrink:0;padding:.25rem .625rem;font-size:.75rem;font-weight:600;display:none}.post-card__reply-post:hover{background:var(--color-accent-soft-hover)}.post-card__archive-post{border:1px solid var(--color-border);background:var(--color-surface-elevated);min-height:32px;color:var(--color-text-muted);cursor:pointer;border-radius:999px;flex-shrink:0;padding:.25rem .625rem;font-size:.75rem;font-weight:600;display:none}.post-card__archive-post:hover{border-color:var(--color-text-muted);color:var(--color-text)}.post-card--linked .post-card__content{border-left:3px solid var(--color-accent-border);padding-left:calc(1.125rem - 3px)}.post-card--agent .post-card__content{border-left:3px solid var(--color-accent-border);align-items:flex-start;gap:.75rem;padding-left:calc(1.125rem - 3px);display:flex}.post-card__avatar-wrap{border:1px solid var(--color-border);border-radius:16px;flex-shrink:0;width:96px;height:96px;position:relative;overflow:hidden}.post-card__avatar{object-fit:cover;background:var(--color-surface-elevated,#1a1a1a);width:96px;height:96px;display:block}.post-card__avatar-name{letter-spacing:.04em;text-align:center;text-transform:none;background:#0000009e;padding:.125rem .375rem;font-size:.6875rem;font-weight:700;line-height:1.1;position:absolute;bottom:0;left:0;right:0}.post-card--author-tsumugi .post-card__avatar-name{color:var(--color-author-tsumugi)}.post-card--author-akari .post-card__avatar-name{color:var(--color-author-akari)}.post-card--author-shiki .post-card__avatar-name{color:var(--color-author-shiki)}.post-card--author-tsumugi .post-card__avatar-wrap{border-color:var(--color-author-tsumugi-border)}.post-card--author-akari .post-card__avatar-wrap{border-color:var(--color-author-akari-border)}.post-card--author-shiki .post-card__avatar-wrap{border-color:var(--color-author-shiki-border)}.post-card__main{flex:1;min-width:0}.post-card--author-tsumugi .post-card__content{border-left-color:var(--color-author-tsumugi-border)}.post-card--author-akari .post-card__content{border-left-color:var(--color-author-akari-border)}.post-card--author-shiki .post-card__content{border-left-color:var(--color-author-shiki-border)}.post-card__author{letter-spacing:.02em;border-radius:999px;flex-shrink:0;align-items:center;min-height:28px;padding:.125rem .625rem;font-size:.75rem;font-weight:600;display:inline-flex}.post-card__author--tsumugi{background:var(--color-author-tsumugi-soft);color:var(--color-author-tsumugi)}.post-card__author--akari{background:var(--color-author-akari-soft);color:var(--color-author-akari)}.post-card__author--shiki{background:var(--color-author-shiki-soft);color:var(--color-author-shiki)}.post-card__header-actions{flex-shrink:0;align-items:center;gap:.375rem;display:flex}.post-card__tags{flex-wrap:wrap;gap:.375rem;display:flex}.tag-chip{background:var(--color-accent-soft);min-height:28px;color:var(--color-accent);font:inherit;cursor:pointer;border:none;border-radius:999px;align-items:center;padding:.125rem .625rem;font-size:.8125rem;font-weight:600;display:inline-flex}.tag-chip:hover{background:var(--color-accent-soft-hover)}.tag-chip--active{background:var(--color-accent);color:var(--color-on-accent)}.tag-chip--active:hover{background:var(--color-accent-hover);color:var(--color-on-accent)}.compose-sheet{background:var(--color-surface);border-top:1px solid var(--color-border);box-shadow:var(--shadow-bar);padding:.75rem 1rem}.compose-sheet[hidden]{display:none}@media (width<=767px){html,body{overscroll-behavior:none;height:100%;overflow:hidden}.app{height:100dvh;min-height:100dvh;overflow:hidden}.app-header{padding-top:env(safe-area-inset-top);flex-shrink:0;position:relative;top:auto}.app-body{overscroll-behavior-y:none;-webkit-overflow-scrolling:touch;touch-action:pan-y;flex:1;min-height:0;overflow:hidden auto}.app.app--compose-sheet-open .app-footer{display:none}.app.app--compose-sheet-open .compose-sheet{padding-bottom:calc(.75rem + env(safe-area-inset-bottom));border-top:1px solid var(--color-border)}.app.app--compose-sheet-open .bottom-dock{box-shadow:0 -4px 24px #00000073}}.app-footer{min-height:var(--app-footer-height);padding:.25rem .5rem calc(.25rem + env(safe-area-inset-bottom));background:var(--color-surface);border-top:1px solid var(--color-border);box-shadow:var(--shadow-bar);justify-content:space-around;align-items:stretch;gap:.25rem;display:flex;position:relative}.app-footer__indicator{top:.25rem;left:0;bottom:calc(.25rem + env(safe-area-inset-bottom));background:var(--color-accent-soft);pointer-events:none;z-index:0;border-radius:8px;width:0;transition:transform .28s cubic-bezier(.4,0,.2,1),width .28s cubic-bezier(.4,0,.2,1);position:absolute;transform:translate(0)}.app-footer__indicator[hidden]{display:none}.app-footer__item{z-index:1;min-width:0;min-height:44px;color:var(--color-text-muted);font:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;background:0 0;border:none;border-radius:8px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.125rem;padding:.25rem .125rem;font-size:.625rem;font-weight:600;line-height:1.2;display:flex;position:relative}.app-footer__item:active{background:0 0}@media (hover:hover){.app-footer__item:hover:not(.app-footer__item--active){color:var(--color-text);background:var(--color-surface-elevated)}}.app-footer__item--active{color:var(--color-accent);background:0 0}@media (hover:hover){.app-footer__item--active:hover{color:var(--color-accent);background:0 0}}.app-footer__icon{flex-shrink:0;width:1.375rem;height:1.375rem}.app-footer__label{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.app-footer__badge{background:var(--color-error);color:#fff;text-align:center;pointer-events:none;border-radius:999px;min-width:1.125rem;height:1.125rem;padding:0 .3125rem;font-size:.625rem;font-weight:700;line-height:1.125rem;position:absolute;top:.125rem;right:calc(50% - 1.375rem)}.app-footer__badge[hidden]{display:none}.compose-fab{right:1rem;bottom:calc(var(--app-footer-height) + 1rem + env(safe-area-inset-bottom));z-index:19;background:var(--color-accent);width:3.5rem;height:3.5rem;color:var(--color-on-accent);cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;padding:0;display:inline-flex;position:fixed;box-shadow:0 4px 16px #00000073}.compose-fab[hidden]{display:none}.compose-fab:hover{background:var(--color-accent-hover)}.app--link-filter-active .compose-fab{bottom:calc(var(--app-footer-height) + var(--filter-bar-height) + 1rem + env(safe-area-inset-bottom))}.compose-fab__icon{width:1.5rem;height:1.5rem}.compose-form{flex-direction:column;gap:.75rem;display:flex}.compose-form--mobile{flex-direction:row;align-items:flex-end;gap:.75rem}.compose-label{font-size:.9375rem;font-weight:600}.compose-link{border:1px solid var(--color-accent-border);border-radius:var(--radius);background:var(--color-accent-soft);align-items:center;gap:.5rem;padding:.5rem .75rem;display:flex}.compose-link[hidden]{display:none}.compose-link--mobile{margin-bottom:.625rem}.compose-link__label{color:var(--color-accent);flex-shrink:0;font-size:.75rem;font-weight:700}.compose-link__preview{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--color-text-muted);flex:1;font-size:.8125rem;overflow:hidden}.compose-link__clear{width:32px;height:32px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:1.25rem;line-height:1;display:inline-flex}.compose-link__clear:hover{background:var(--color-accent-soft-hover);color:var(--color-accent)}.compose-input{resize:none;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface-elevated);width:100%;min-height:2.75rem;max-height:2.75rem;color:var(--color-text);padding:.625rem 1rem;line-height:1.5;transition:min-height .2s,max-height .2s;overflow-y:auto}.compose-input--expanded{min-height:9rem;max-height:12rem}.compose-input:focus{outline:2px solid var(--color-accent-outline);outline-offset:1px;border-color:var(--color-accent)}.compose-input--mobile{flex:1;min-height:2.75rem;max-height:2.75rem}.compose-input--mobile.compose-input--expanded{min-height:9rem;max-height:12rem}.compose-actions{justify-content:space-between;align-items:flex-end;gap:1rem;display:flex}.compose-submit-group{flex-direction:column;flex-shrink:0;align-items:stretch;gap:.375rem;display:flex}.compose-submit-group--mobile{align-self:flex-end}.compose-submit-group:not(.compose-submit-group--mobile) .compose-clear{min-width:6.5rem}.compose-clear{border:1px solid var(--color-border);min-width:4.5rem;min-height:32px;color:var(--color-text-muted);font:inherit;cursor:pointer;background:0 0;border-radius:999px;padding:.375rem .75rem;font-size:.75rem;font-weight:700}.compose-clear:hover:not(:disabled){color:var(--color-text);background:var(--color-surface-elevated);border-color:var(--color-text-muted)}.compose-clear:disabled{opacity:.6;cursor:not-allowed}.compose-clear--mobile{min-width:4.5rem}.compose-hint{min-height:1.25rem;color:var(--color-text-muted);margin:0;font-size:.875rem}.compose-hint[data-type=success]{color:var(--color-success)}.compose-hint[data-type=error]{color:var(--color-error)}.compose-hint--mobile{margin-top:.5rem}.compose-submit{background:var(--color-accent);min-width:6.5rem;min-height:44px;color:var(--color-on-accent);cursor:pointer;border:none;border-radius:999px;padding:.625rem 1.25rem;font-weight:700}.compose-submit:hover:not(:disabled){background:var(--color-accent-hover)}.compose-submit:disabled{opacity:.6;cursor:not-allowed}.compose-submit--mobile{flex-shrink:0;min-width:4.5rem}.compose-tags{flex-wrap:wrap;align-items:center;gap:.5rem;min-height:0;display:flex}:is(.compose-tags--show-add,.compose-tags:has(.compose-tag-chip)){min-height:2rem}.compose-tags:not(.compose-tags--show-add):not(:has(.compose-tag-chip)){display:none}.compose-tags--mobile{margin-bottom:.625rem}.compose-tag-chip{background:var(--color-accent-soft);min-height:32px;color:var(--color-accent);border-radius:999px;align-items:center;gap:.25rem;padding:.125rem .375rem .125rem .625rem;font-size:.8125rem;font-weight:600;display:inline-flex}.compose-tag-chip__remove{width:28px;height:28px;color:inherit;cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;padding:0;font-size:1.125rem;line-height:1;display:inline-flex}.compose-tag-chip__remove:hover:not(:disabled){background:var(--color-accent-soft-hover)}.compose-tags__add{border:1px dashed var(--color-border);background:var(--color-surface-elevated);width:32px;height:32px;color:var(--color-text-muted);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;padding:0;font-size:1.25rem;font-weight:700;line-height:1;display:none}.compose-tags--show-add .compose-tags__add{display:inline-flex}.compose-tags__add:hover:not(:disabled){border-color:var(--color-accent);color:var(--color-accent)}.compose-tags__add:disabled,.compose-tag-chip__remove:disabled{opacity:.6;cursor:not-allowed}.tag-picker-overlay{z-index:40;background:#000000b8;justify-content:center;align-items:flex-end;padding:1rem;display:flex;position:fixed;inset:0}.tag-picker-overlay[hidden]{display:none}.tag-picker{border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface-elevated);width:min(100%,420px);max-height:min(50dvh,360px);box-shadow:var(--shadow-modal);flex-direction:column;display:flex}.tag-picker__header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;display:flex}.tag-picker__header-main{flex-wrap:wrap;flex:1;align-items:center;gap:.375rem;min-width:0;display:flex}.tag-picker__title{margin:0;font-size:1rem;font-weight:700}.tag-picker__selected-chip{background:var(--color-accent-soft);min-height:28px;color:var(--color-accent);border-radius:999px;align-items:center;padding:.125rem .625rem;font-size:.8125rem;font-weight:600;line-height:1.2;display:inline-flex}.tag-picker__close{width:44px;height:44px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;padding:0;font-size:1.5rem;line-height:1;display:inline-flex}.tag-picker__list{flex-wrap:wrap;align-content:flex-start;gap:.375rem;padding:.875rem 1rem 1rem;display:flex;overflow-y:auto}.tag-picker__add{border:1px dashed var(--color-border);background:var(--color-surface);min-width:36px;min-height:36px;color:var(--color-text-muted);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;padding:0;font-size:1.25rem;font-weight:700;line-height:1;display:inline-flex}.tag-picker__add:hover{border-color:var(--color-accent);color:var(--color-accent);background:var(--color-surface-elevated)}.tag-picker__create-input{border:1px dashed var(--color-accent-border);background:var(--color-bg);min-width:8rem;max-width:100%;min-height:36px;color:var(--color-text);border-radius:999px;flex:8rem;padding:.375rem .75rem;font-size:.875rem}.tag-picker__create-input:focus{outline:2px solid var(--color-accent-outline);outline-offset:1px;border-color:var(--color-accent)}.tag-picker__create-input::placeholder{color:var(--color-text-muted)}.tag-picker__item{border:1px solid var(--color-accent-border);background:var(--color-accent-soft);min-height:36px;color:var(--color-accent);cursor:pointer;border-radius:999px;align-items:center;padding:.375rem .75rem;font-size:.875rem;font-weight:600;line-height:1.2;display:inline-flex}.tag-picker__item:hover{background:var(--color-accent-soft-hover)}.tag-picker__empty{color:var(--color-text-muted);text-align:center;flex:100%;margin:0;padding:.5rem 0;font-size:.875rem}.tag-picker__empty--error{color:var(--color-error)}@media (width>=768px){.tag-picker-overlay{align-items:center}.app-body{grid-template-columns:minmax(240px,280px) minmax(0,1fr);align-items:start;gap:1.5rem;padding:1.5rem;display:grid}.compose-panel{display:block;position:sticky;top:4.5rem}.compose-panel .compose-form{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:1rem}.timeline-panel,.app-views{justify-self:center;width:100%;max-width:640px;margin:0}.app-view--placeholder,.compose-sheet,.app-footer,.compose-fab{display:none!important}.bottom-dock:not(:has(.timeline-filter-bar[hidden])){width:min(100%,640px);inset-inline:50% auto;transform:translate(-50%)}.app.app--link-filter-active .app-body{padding-bottom:calc(5.5rem + env(safe-area-inset-bottom))}.timeline-filter-bar{border:1px solid var(--color-accent-border);border-radius:var(--radius) var(--radius) 0 0;border-bottom:none}.post-card__link-post,.post-card__reply-post,.post-card__archive-post{align-items:center;display:inline-flex}}@media (width>=1024px){.app-body{grid-template-columns:minmax(260px,300px) minmax(0,640px) minmax(0,1fr)}}.auth-overlay{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000bf;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.auth-dialog{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);width:100%;max-width:400px;box-shadow:var(--shadow-modal);padding:1.5rem}.auth-title{margin:0 0 .5rem;font-size:1.25rem;font-weight:700}.auth-description{color:var(--color-text-muted);margin:0 0 1.25rem;font-size:.9375rem}.auth-form{flex-direction:column;gap:.75rem;display:flex}.auth-label{color:var(--color-text-muted);font-size:.875rem;font-weight:600}.auth-input{width:100%;color:var(--color-text);background:var(--color-surface-elevated);border:1px solid var(--color-border);border-radius:8px;padding:.75rem 1rem}.auth-input:focus{border-color:var(--color-accent-outline);box-shadow:0 0 0 3px var(--color-accent-soft);outline:none}.auth-error{min-height:1.25rem;color:var(--color-error);margin:0;font-size:.875rem}.auth-submit{min-height:44px;color:var(--color-on-accent);background:var(--color-accent);cursor:pointer;border:none;border-radius:8px;padding:.75rem 1rem;font-weight:600}.auth-submit:hover:not(:disabled){background:var(--color-accent-hover)}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.reply-overlay{z-index:200;padding:1rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom));background:#0000008c;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.reply-overlay[hidden]{display:none}.reply-sheet{border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);width:min(100%,640px);max-height:min(85vh,720px);box-shadow:var(--shadow-bar);padding:1rem 1.125rem 1.25rem;overflow:auto}.reply-sheet__header{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.875rem;display:flex}.reply-sheet__title{margin:0;font-size:1rem;font-weight:700}.reply-sheet__close{min-width:44px;min-height:44px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:999px;font-size:1.5rem;line-height:1}.reply-sheet__close:hover:not(:disabled){background:var(--color-surface-elevated);color:var(--color-text)}.reply-sheet__question{border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface-elevated);color:var(--color-text);white-space:pre-wrap;word-break:break-word;margin-bottom:1rem;padding:.875rem 1rem;font-size:1rem;line-height:1.6}.reply-sheet__choice{grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:.75rem;display:grid}.reply-sheet__choice[hidden],.reply-sheet__form[hidden]{display:none}.reply-sheet__approve,.reply-sheet__reply-choice,.reply-sheet__submit{cursor:pointer;border-radius:999px;min-height:44px;padding:.75rem 1rem;font-size:.9375rem;font-weight:700}.reply-sheet__approve,.reply-sheet__submit{background:var(--color-accent);color:var(--color-on-accent);border:none}.reply-sheet__approve:hover:not(:disabled),.reply-sheet__submit:hover:not(:disabled){background:var(--color-accent-hover)}.reply-sheet__reply-choice{border:1px solid var(--color-accent-border);background:var(--color-accent-soft);color:var(--color-accent)}.reply-sheet__reply-choice:hover:not(:disabled){background:var(--color-accent-soft-hover)}.reply-sheet__form{flex-direction:column;gap:.75rem;display:flex}.reply-sheet__label{color:var(--color-text-muted);font-size:.875rem;font-weight:600}.reply-sheet__input{border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface-elevated);width:100%;min-height:7rem;color:var(--color-text);font:inherit;resize:vertical;padding:.75rem .875rem;line-height:1.5}.reply-sheet__input:focus{border-color:var(--color-accent-outline);box-shadow:0 0 0 3px var(--color-accent-soft);outline:none}.reply-sheet__hint{min-height:1.25rem;color:var(--color-text-muted);margin:.75rem 0 0;font-size:.875rem}.reply-sheet__hint[data-type=error]{color:var(--color-error)}.reply-sheet__approve:disabled,.reply-sheet__reply-choice:disabled,.reply-sheet__submit:disabled,.reply-sheet__input:disabled,.reply-sheet__close:disabled{opacity:.6;cursor:not-allowed}@media (width>=768px){.reply-overlay{align-items:center}}
