.finance-container[data-astro-cid-thxesmmz]{max-width:1100px;margin:0 auto;padding:0 var(--space-5)}.board-intro[data-astro-cid-thxesmmz]{margin-bottom:var(--space-5)}.updated-at[data-astro-cid-thxesmmz]{color:var(--text-muted);font-size:.82rem}.intro-head[data-astro-cid-thxesmmz]{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;padding:var(--space-5);background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:10px}.section-title[data-astro-cid-thxesmmz]{font-size:var(--fs-h2);font-weight:700;color:var(--seed-green-deep);margin-bottom:var(--space-2)}.page-desc[data-astro-cid-thxesmmz]{font-size:.92rem;color:var(--text-secondary);line-height:1.8}.btn-primary[data-astro-cid-thxesmmz]{padding:12px 28px;font-size:.95rem;font-weight:600;background:var(--seed-green);color:var(--surface-card);border:none;border-radius:8px;cursor:pointer;transition:all .2s ease-out;font-family:inherit;white-space:nowrap}.btn-primary[data-astro-cid-thxesmmz]:hover{background:var(--seed-green-deep);transform:translateY(-1px)}.btn-primary[data-astro-cid-thxesmmz]:disabled{opacity:.5;cursor:not-allowed;transform:none}.filter-bar[data-astro-cid-thxesmmz]{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);padding:var(--space-4) var(--space-5);background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:10px;margin-bottom:var(--space-5);flex-wrap:wrap}.filter-control[data-astro-cid-thxesmmz]{display:inline-flex;align-items:center;gap:var(--space-3);flex-wrap:wrap}.filter-label[data-astro-cid-thxesmmz]{font-size:.9rem;font-weight:600;color:var(--text-secondary)}.filter-select[data-astro-cid-thxesmmz]{padding:8px 12px;font-size:.95rem;border:1px solid var(--border-medium);border-radius:6px;background:var(--surface-base);font-family:inherit;color:var(--text-primary);min-width:240px;font-feature-settings:"tnum"}.filter-select[data-astro-cid-thxesmmz]:focus{outline:none;border-color:var(--seed-green);box-shadow:0 0 0 3px var(--seed-green-soft)}.filter-count[data-astro-cid-thxesmmz]{font-size:.85rem;color:var(--text-muted);font-feature-settings:"tnum"}.cat-chip{display:inline-block;padding:2px 10px;font-size:.72rem;font-weight:500;background:var(--surface-sunken);color:var(--text-secondary);border:1px solid var(--border-subtle);border-radius:11px;cursor:pointer;font-family:inherit;transition:all .15s ease-out;letter-spacing:.02em}.cat-chip:hover{background:var(--seed-green-soft);color:var(--seed-green-deep);border-color:var(--seed-green)}.add-cat-form[data-astro-cid-thxesmmz]{margin-top:var(--space-3);padding:var(--space-3) var(--space-4);background:var(--surface-sunken);border:1px dashed var(--border-medium);border-radius:8px;display:flex;flex-direction:column;gap:var(--space-2)}.add-cat-form[data-astro-cid-thxesmmz][hidden]{display:none}.add-cat-form[data-astro-cid-thxesmmz] input[data-astro-cid-thxesmmz][type=text]{padding:8px 12px;font-size:.95rem;border:1px solid var(--border-medium);border-radius:6px;background:var(--surface-card);font-family:inherit}.add-cat-form[data-astro-cid-thxesmmz] input[data-astro-cid-thxesmmz][type=text]:focus{outline:none;border-color:var(--seed-green);box-shadow:0 0 0 3px var(--seed-green-soft)}.add-cat-actions[data-astro-cid-thxesmmz]{display:flex;gap:var(--space-2)}.btn-confirm-add-cat[data-astro-cid-thxesmmz]{padding:6px 16px;font-size:.85rem;background:var(--seed-green);color:var(--surface-card);border:none;border-radius:6px;cursor:pointer;font-family:inherit;font-weight:600}.btn-confirm-add-cat[data-astro-cid-thxesmmz]:hover{background:var(--seed-green-deep)}.btn-confirm-add-cat[data-astro-cid-thxesmmz]:disabled{opacity:.5;cursor:not-allowed}.btn-cancel-add-cat[data-astro-cid-thxesmmz]{padding:6px 14px;font-size:.85rem;background:transparent;color:var(--text-secondary);border:1px solid var(--border-medium);border-radius:6px;cursor:pointer;font-family:inherit}.btn-cancel-add-cat[data-astro-cid-thxesmmz]:hover{background:var(--surface-card)}.add-cat-status[data-astro-cid-thxesmmz]{margin:0;font-size:.82rem;color:var(--text-secondary)}.add-cat-status[data-astro-cid-thxesmmz].is-error{color:var(--semantic-negative)}.add-cat-status[data-astro-cid-thxesmmz].is-success{color:var(--semantic-positive)}.board-section[data-astro-cid-thxesmmz]{padding-bottom:var(--space-8)}.board-empty[data-astro-cid-thxesmmz]{padding:var(--space-8) var(--space-6);text-align:center;background:var(--surface-sunken);border:2px dashed var(--border-subtle);border-radius:10px;color:var(--text-muted)}.empty-hint[data-astro-cid-thxesmmz]{font-size:.85rem;margin-top:var(--space-2)}.board-tree-root[data-astro-cid-thxesmmz]{display:flex;flex-direction:column;gap:var(--space-4)}.post{background:var(--surface-card);border:1px solid var(--border-subtle);border-left:4px solid var(--seed-green);border-radius:8px;padding:var(--space-4) var(--space-5);transition:box-shadow .2s ease-out}.post:hover{box-shadow:var(--shadow-card-hover)}.post.is-reply{border-left-color:var(--viz-profit);border-left-width:3px;background:var(--surface-base)}.post-head{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-2);flex-wrap:wrap}.post-author{font-weight:700;color:var(--text-primary);font-size:.95rem}.post-time{font-size:.78rem;color:var(--text-muted);font-feature-settings:"tnum"}.root-tag,.reply-tag{font-size:.7rem;padding:2px 8px;border-radius:3px;font-weight:500;letter-spacing:.05em}.root-tag{background:var(--seed-green-soft);color:var(--seed-green-deep)}.reply-tag{background:var(--viz-profit-soft);color:var(--viz-profit)}.post-body{font-size:.95rem;color:var(--text-primary);line-height:1.85;white-space:pre-wrap;word-break:break-word;margin-bottom:var(--space-3)}.post-foot{display:flex;justify-content:flex-end}.btn-reply{padding:5px 14px;font-size:.8rem;background:transparent;color:var(--text-secondary);border:1px solid var(--border-subtle);border-radius:16px;cursor:pointer;transition:all .2s ease-out;font-family:inherit}.btn-reply:hover{background:var(--seed-green-soft);color:var(--seed-green-deep);border-color:var(--seed-green)}.post-children{margin-top:var(--space-4);display:flex;flex-direction:column;gap:var(--space-3)}.post-modal[data-astro-cid-thxesmmz]{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center}.post-modal[data-astro-cid-thxesmmz][hidden]{display:none}.post-modal-bg[data-astro-cid-thxesmmz]{position:absolute;inset:0;background:#00000080}.post-modal-body[data-astro-cid-thxesmmz]{position:relative;width:min(92vw,600px);max-height:90vh;overflow-y:auto;background:var(--surface-card);border-radius:10px;padding:var(--space-6) var(--space-5);box-shadow:0 10px 40px #00000040}.post-modal-close[data-astro-cid-thxesmmz]{position:absolute;top:12px;right:12px;width:32px;height:32px;background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:50%;font-size:1.1rem;line-height:1;cursor:pointer;color:var(--text-secondary)}.post-modal-close[data-astro-cid-thxesmmz]:hover{color:var(--text-primary)}.modal-title[data-astro-cid-thxesmmz]{font-size:var(--fs-h3);color:var(--seed-green-deep);margin-bottom:var(--space-4);padding-right:40px}.reply-target[data-astro-cid-thxesmmz]{padding:var(--space-3) var(--space-4);background:var(--surface-sunken);border-left:3px solid var(--viz-profit);border-radius:4px;margin-bottom:var(--space-4);font-size:.85rem;color:var(--text-secondary)}.reply-target[data-astro-cid-thxesmmz] .excerpt[data-astro-cid-thxesmmz]{color:var(--text-muted);font-size:.8rem}.post-form[data-astro-cid-thxesmmz]{display:flex;flex-direction:column;gap:var(--space-4)}.field[data-astro-cid-thxesmmz]{display:flex;flex-direction:column;gap:6px}.field-label[data-astro-cid-thxesmmz]{font-size:.85rem;font-weight:600;color:var(--text-primary)}.field-hint[data-astro-cid-thxesmmz]{font-size:.78rem;color:var(--text-muted);line-height:1.4}.field[data-astro-cid-thxesmmz] select[data-astro-cid-thxesmmz],.field[data-astro-cid-thxesmmz] textarea[data-astro-cid-thxesmmz],.field[data-astro-cid-thxesmmz] input[data-astro-cid-thxesmmz][type=datetime-local]{padding:10px 12px;font-size:.95rem;border:1px solid var(--border-medium);border-radius:6px;background:var(--surface-base);font-family:inherit;color:var(--text-primary);resize:vertical}.field[data-astro-cid-thxesmmz] select[data-astro-cid-thxesmmz]:disabled{background:var(--surface-sunken);color:var(--text-muted);cursor:not-allowed}.field[data-astro-cid-thxesmmz] textarea[data-astro-cid-thxesmmz]{line-height:1.7;min-height:140px}.field[data-astro-cid-thxesmmz] select[data-astro-cid-thxesmmz]:focus,.field[data-astro-cid-thxesmmz] textarea[data-astro-cid-thxesmmz]:focus,.field[data-astro-cid-thxesmmz] input[data-astro-cid-thxesmmz][type=datetime-local]:focus{outline:none;border-color:var(--seed-green);box-shadow:0 0 0 3px var(--seed-green-soft)}.schedule-field[data-astro-cid-thxesmmz]{border:1px solid var(--border-subtle);border-radius:8px;padding:var(--space-3) var(--space-4);background:var(--surface-base)}.schedule-field[data-astro-cid-thxesmmz] legend[data-astro-cid-thxesmmz]{padding:0 6px}.schedule-options[data-astro-cid-thxesmmz]{display:flex;flex-direction:column;gap:6px;margin-top:var(--space-2)}.schedule-radio[data-astro-cid-thxesmmz]{display:inline-flex;align-items:center;gap:8px;font-size:.92rem;color:var(--text-primary);cursor:pointer}.schedule-radio[data-astro-cid-thxesmmz] input[data-astro-cid-thxesmmz][type=radio]{accent-color:var(--seed-green)}.schedule-datetime[data-astro-cid-thxesmmz]{margin-top:var(--space-3);display:flex;flex-direction:column;gap:6px}.schedule-datetime[data-astro-cid-thxesmmz][hidden]{display:none}.schedule-note[data-astro-cid-thxesmmz]{font-size:.78rem;color:var(--text-muted);margin:0;line-height:1.5}.form-actions[data-astro-cid-thxesmmz]{display:flex;justify-content:flex-end;gap:var(--space-3);margin-top:var(--space-2)}.btn-cancel[data-astro-cid-thxesmmz]{padding:10px 20px;font-size:.9rem;background:transparent;color:var(--text-secondary);border:1px solid var(--border-medium);border-radius:6px;cursor:pointer;font-family:inherit}.btn-cancel[data-astro-cid-thxesmmz]:hover{background:var(--surface-sunken)}.form-status[data-astro-cid-thxesmmz]{font-size:.85rem;color:var(--text-secondary);margin:0;line-height:1.6}.form-status[data-astro-cid-thxesmmz].is-error{color:var(--semantic-negative)}.form-status[data-astro-cid-thxesmmz].is-success{color:var(--semantic-positive)}@media(max-width:600px){.intro-head[data-astro-cid-thxesmmz]{flex-direction:column;align-items:stretch}.header-title[data-astro-cid-thxesmmz]{font-size:1.4rem}.post-modal-body[data-astro-cid-thxesmmz]{padding:var(--space-5) var(--space-4)}.filter-bar[data-astro-cid-thxesmmz],.filter-control[data-astro-cid-thxesmmz]{flex-direction:column;align-items:stretch}.filter-select[data-astro-cid-thxesmmz]{min-width:0;width:100%}}
