.posts-module__5gI-4a__container{max-width:100%}.posts-module__5gI-4a__header{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.posts-module__5gI-4a__tabs{background:var(--surface);border:1px solid var(--line);border-radius:8px;gap:.25rem;padding:.25rem;display:flex}.posts-module__5gI-4a__tab{cursor:pointer;color:var(--muted);background:0 0;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;transition:all .15s}.posts-module__5gI-4a__tab:hover{color:var(--text)}.posts-module__5gI-4a__tabActive{background:var(--primary);color:#fff}.posts-module__5gI-4a__filter{margin-left:auto}.posts-module__5gI-4a__filterSelect{border:1px solid var(--line);background:var(--surface);cursor:pointer;border-radius:8px;padding:.5rem .75rem;font-size:.9rem}.posts-module__5gI-4a__filterSelect:focus{border-color:var(--primary);outline:none}.posts-module__5gI-4a__queue,.posts-module__5gI-4a__drafts{background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:1rem}.posts-module__5gI-4a__queueSection{margin-bottom:1.5rem}.posts-module__5gI-4a__queueSection:last-child{margin-bottom:0}.posts-module__5gI-4a__queueSectionTitle{color:var(--muted);text-transform:uppercase;letter-spacing:.03em;margin-bottom:.75rem;font-size:.85rem;font-weight:600}.posts-module__5gI-4a__queueList{flex-direction:column;gap:.5rem;list-style:none;display:flex}.posts-module__5gI-4a__queueItem{border:1px solid var(--line);background:var(--surface-2);border-radius:8px;grid-template-columns:90px 70px 1fr auto auto;align-items:center;gap:.75rem;padding:.75rem;transition:all .15s;display:grid}.posts-module__5gI-4a__queueItem:hover{border-color:var(--primary)}.posts-module__5gI-4a__queueItemPosted{background:var(--surface)}.posts-module__5gI-4a__queueItemDraft{border-style:dashed}.posts-module__5gI-4a__queueItemTime{color:var(--muted);font-size:.8rem}.posts-module__5gI-4a__queueItemChannel{text-align:center;border-radius:4px;padding:.2rem .5rem;font-size:.75rem;font-weight:600}.posts-module__5gI-4a__queueItemChannelX{color:#fff;background:#000}.posts-module__5gI-4a__queueItemChannelFacebook{color:#fff;background:#1877f2}.posts-module__5gI-4a__queueItemContent{white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;overflow:hidden}.posts-module__5gI-4a__queueItemStats{color:var(--muted);gap:.75rem;font-size:.78rem;display:flex}.posts-module__5gI-4a__queueItemActions{gap:.35rem;display:flex}.posts-module__5gI-4a__btnSmall{border:1px solid var(--line);background:var(--surface);cursor:pointer;border-radius:6px;padding:.3rem .6rem;font-size:.78rem;transition:all .15s}.posts-module__5gI-4a__btnSmall:hover{border-color:var(--primary);color:var(--primary)}.posts-module__5gI-4a__btnSmallPrimary{background:var(--primary);color:#fff;border-color:var(--primary)}.posts-module__5gI-4a__btnSmallDanger{color:var(--danger);border-color:var(--danger)}.posts-module__5gI-4a__btnSmallDanger:hover{background:var(--danger);color:#fff}.posts-module__5gI-4a__emptyMessage{text-align:center;color:var(--muted);padding:2rem}.posts-module__5gI-4a__calendarContainer{background:var(--surface);border:1px solid var(--line);border-radius:12px;overflow:hidden}.posts-module__5gI-4a__calendarHeader{border-bottom:1px solid var(--line);background:var(--surface-2);justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.posts-module__5gI-4a__calendarNav{align-items:center;gap:.5rem;display:flex}.posts-module__5gI-4a__calendarTitle{text-align:center;min-width:160px;font-weight:600}.posts-module__5gI-4a__btnIcon{border:1px solid var(--line);background:var(--surface);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;transition:all .15s;display:flex}.posts-module__5gI-4a__btnIcon:hover{border-color:var(--primary);color:var(--primary)}.posts-module__5gI-4a__calendarModeToggle{background:var(--surface);border-radius:6px;gap:.25rem;padding:.2rem;display:flex}.posts-module__5gI-4a__calendarGrid{grid-template-columns:repeat(7,1fr);display:grid}.posts-module__5gI-4a__calendarGridWeek{min-height:400px}.posts-module__5gI-4a__calendarGridMonth{min-height:500px}.posts-module__5gI-4a__calendarDayHeader{text-align:center;color:var(--muted);background:var(--surface-2);border-bottom:1px solid var(--line);padding:.5rem;font-size:.8rem;font-weight:600}.posts-module__5gI-4a__calendarCell{border-right:1px solid var(--line);border-bottom:1px solid var(--line);cursor:pointer;flex-direction:column;gap:.25rem;min-height:80px;padding:.4rem;transition:background .15s;display:flex}.posts-module__5gI-4a__calendarCellWeek{min-height:350px}.posts-module__5gI-4a__calendarCell:nth-child(7n){border-right:none}.posts-module__5gI-4a__calendarCellToday{background:#2563eb0d}.posts-module__5gI-4a__calendarCellToday .posts-module__5gI-4a__calendarDate{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.posts-module__5gI-4a__calendarCellOtherMonth{background:var(--surface-2);opacity:.6}.posts-module__5gI-4a__calendarCell:hover{background:var(--surface-2)}.posts-module__5gI-4a__calendarDate{margin-bottom:.25rem;font-size:.85rem;font-weight:500}.posts-module__5gI-4a__calendarPosts{flex-direction:column;flex:1;gap:.2rem;display:flex;overflow:hidden}.posts-module__5gI-4a__calendarPost{white-space:nowrap;text-overflow:ellipsis;cursor:pointer;border-radius:4px;padding:.2rem .4rem;font-size:.7rem;overflow:hidden}.posts-module__5gI-4a__calendarPostX{background:#0000001a;border-left:2px solid #000}.posts-module__5gI-4a__calendarPostFacebook{background:#1877f21a;border-left:2px solid #1877f2}.posts-module__5gI-4a__calendarMore{color:var(--muted);text-align:center;font-size:.7rem}.posts-module__5gI-4a__calendarPostScheduled{border-left-color:var(--warn);background:#f59e0b26}.posts-module__5gI-4a__composerModal{background:#fff;border-radius:16px;width:100%;max-width:560px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0003}.posts-module__5gI-4a__composerHeader{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.posts-module__5gI-4a__composerHeader h2{margin:0;font-size:1.1rem}.posts-module__5gI-4a__closeBtn{color:var(--muted);cursor:pointer;background:0 0;border:none;font-size:1.5rem;line-height:1}.posts-module__5gI-4a__closeBtn:hover{color:var(--text)}.posts-module__5gI-4a__composerBody{padding:1.25rem}.posts-module__5gI-4a__composerChannels{gap:.75rem;margin-bottom:1rem;display:flex}.posts-module__5gI-4a__channelCheckbox{cursor:pointer;align-items:center;gap:.4rem;display:flex}.posts-module__5gI-4a__channelCheckbox input{display:none}.posts-module__5gI-4a__channelLabel{border:2px solid var(--line);border-radius:6px;padding:.4rem .8rem;font-size:.85rem;font-weight:600;transition:all .15s}.posts-module__5gI-4a__channelCheckbox input:checked+.posts-module__5gI-4a__channelLabelX{color:#fff;background:#000;border-color:#000}.posts-module__5gI-4a__channelCheckbox input:checked+.posts-module__5gI-4a__channelLabelFacebook{color:#fff;background:#1877f2;border-color:#1877f2}.posts-module__5gI-4a__composerContent{margin-bottom:.75rem;position:relative}.posts-module__5gI-4a__composerTextarea{border:1px solid var(--line);resize:vertical;border-radius:8px;width:100%;min-height:120px;padding:.75rem;font-family:inherit;font-size:.95rem;line-height:1.6}.posts-module__5gI-4a__composerTextarea:focus{border-color:var(--primary);outline:none}.posts-module__5gI-4a__composerCharCount{color:var(--muted);font-size:.75rem;position:absolute;bottom:.5rem;right:.5rem}.posts-module__5gI-4a__composerCharCountOver{color:var(--danger);font-weight:600}.posts-module__5gI-4a__btnText{color:var(--primary);cursor:pointer;background:0 0;border:none;margin-bottom:1rem;padding:0;font-size:.85rem}.posts-module__5gI-4a__btnText:hover{text-decoration:underline}.posts-module__5gI-4a__composerStyles{background:var(--surface-2);border-radius:8px;margin-bottom:1rem;padding:.75rem}.posts-module__5gI-4a__stylesLabel{color:var(--muted);margin-bottom:.5rem;font-size:.8rem;font-weight:600}.posts-module__5gI-4a__stylesRow{flex-wrap:wrap;gap:.35rem;display:flex}.posts-module__5gI-4a__styleBtn{border:1px solid var(--line);background:var(--surface);cursor:pointer;border-radius:6px;padding:.35rem .65rem;font-size:.8rem;transition:all .15s}.posts-module__5gI-4a__styleBtn:hover{border-color:var(--primary)}.posts-module__5gI-4a__styleBtnActive{background:var(--primary);color:#fff;border-color:var(--primary)}.posts-module__5gI-4a__composerRisk{background:var(--surface-2);border-radius:6px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem .75rem;font-size:.85rem;display:flex}.posts-module__5gI-4a__riskLabel{color:var(--muted)}.posts-module__5gI-4a__riskStatusSafe{color:var(--ok);font-weight:500}.posts-module__5gI-4a__riskStatusDanger{color:var(--danger);font-weight:600}.posts-module__5gI-4a__composerSchedule{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.posts-module__5gI-4a__scheduleOption{cursor:pointer;align-items:center;gap:.35rem;font-size:.9rem;display:flex}.posts-module__5gI-4a__scheduleDatetime{gap:.5rem;display:flex}.posts-module__5gI-4a__scheduleInput{border:1px solid var(--line);border-radius:6px;padding:.4rem .6rem;font-size:.85rem}.posts-module__5gI-4a__composerFooter{border-top:1px solid var(--line);justify-content:flex-end;gap:.5rem;padding:1rem 1.25rem;display:flex}.posts-module__5gI-4a__pastPostsModal{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:600px;max-height:80vh;display:flex;overflow:hidden}.posts-module__5gI-4a__modalHeader,.posts-module__5gI-4a__pastPostsModal .posts-module__5gI-4a__modalHeader{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.posts-module__5gI-4a__pastPostsModal h3{margin:0;font-size:1.1rem}.posts-module__5gI-4a__modalHint{color:var(--muted);padding:.5rem 1.25rem;font-size:.85rem}.posts-module__5gI-4a__pastPostsList{flex-direction:column;gap:.5rem;padding:0 1.25rem 1.25rem;list-style:none;display:flex;overflow-y:auto}.posts-module__5gI-4a__pastPostItem{border:1px solid var(--line);cursor:pointer;border-radius:8px;padding:.75rem;transition:all .15s}.posts-module__5gI-4a__pastPostItem:hover{border-color:var(--primary);background:var(--surface-2)}.posts-module__5gI-4a__pastPostHeader{justify-content:space-between;align-items:center;margin-bottom:.4rem;display:flex}.posts-module__5gI-4a__miniChannel{border-radius:4px;padding:.15rem .4rem;font-size:.7rem;font-weight:600}.posts-module__5gI-4a__miniChannelX{color:#fff;background:#000}.posts-module__5gI-4a__miniChannelFacebook{color:#fff;background:#1877f2}.posts-module__5gI-4a__pastPostStats{color:var(--muted);font-size:.75rem}.posts-module__5gI-4a__pastPostContent{font-size:.88rem;line-height:1.5}.posts-module__5gI-4a__queueViewToggle{background:var(--surface-2);border-radius:6px;gap:.25rem;width:fit-content;margin-bottom:1rem;padding:.25rem;display:flex}.posts-module__5gI-4a__viewBtn{cursor:pointer;color:var(--muted);background:0 0;border:none;border-radius:4px;padding:.4rem .8rem;font-size:.85rem;transition:all .15s}.posts-module__5gI-4a__viewBtn:hover{color:var(--text)}.posts-module__5gI-4a__viewBtnActive{background:var(--surface);color:var(--text);box-shadow:0 1px 3px #0000001a}.posts-module__5gI-4a__search,.posts-module__5gI-4a__favorites{background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:1.25rem}.posts-module__5gI-4a__searchForm{margin-bottom:1.5rem}.posts-module__5gI-4a__searchChannelSelect{gap:.5rem;margin-bottom:.75rem;display:flex}.posts-module__5gI-4a__channelBtn{border:2px solid var(--line);background:var(--surface);cursor:pointer;border-radius:6px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .15s}.posts-module__5gI-4a__channelBtn:hover{border-color:var(--muted)}.posts-module__5gI-4a__channelBtnActive{color:#fff;background:#000;border-color:#000}.posts-module__5gI-4a__searchInputRow{gap:.5rem;display:flex}.posts-module__5gI-4a__searchInput{border:1px solid var(--line);border-radius:8px;flex:1;padding:.6rem .75rem;font-size:.9rem}.posts-module__5gI-4a__searchInput:focus{border-color:var(--primary);outline:none}.posts-module__5gI-4a__searchResults{margin-top:1rem}.posts-module__5gI-4a__searchResultsTitle{color:var(--muted);margin-bottom:.75rem;font-size:.9rem;font-weight:600}.posts-module__5gI-4a__searchResult{background:var(--surface)}.posts-module__5gI-4a__searchResultAuthor{color:var(--primary);font-size:.8rem;font-weight:600}.posts-module__5gI-4a__queueItemFavorite{background:var(--surface)}.posts-module__5gI-4a__savedDate{color:var(--muted);font-style:italic}.posts-module__5gI-4a__channelLabelSelected{opacity:1}.posts-module__5gI-4a__channelLabel:not(.posts-module__5gI-4a__channelLabelSelected){opacity:.5}.posts-module__5gI-4a__channelLabelX.posts-module__5gI-4a__channelLabelSelected{color:#fff;background:#000;border-color:#000}.posts-module__5gI-4a__channelLabelFacebook.posts-module__5gI-4a__channelLabelSelected{color:#fff;background:#1877f2;border-color:#1877f2}.posts-module__5gI-4a__toast{z-index:10000;border-radius:8px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;animation:.3s posts-module__5gI-4a__toastIn;position:fixed;bottom:2rem;left:50%;transform:translate(-50%)}.posts-module__5gI-4a__toastSuccess{background:var(--ok);color:#fff}.posts-module__5gI-4a__toastError{background:var(--danger);color:#fff}@keyframes posts-module__5gI-4a__toastIn{0%{opacity:0;transform:translate(-50%)translateY(20px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.posts-module__5gI-4a__postDetailModal{background:#fff;border-radius:16px;width:100%;max-width:640px;overflow:hidden;box-shadow:0 20px 60px #0003}.posts-module__5gI-4a__postDetailModal .posts-module__5gI-4a__modalHeader{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.posts-module__5gI-4a__postDetailModal .posts-module__5gI-4a__modalHeader h3{margin:0;font-size:1.1rem}.posts-module__5gI-4a__postDetailBody{padding:1.5rem}.posts-module__5gI-4a__postDetailMeta{align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.posts-module__5gI-4a__postDetailTime{color:var(--muted);font-size:.9rem}.posts-module__5gI-4a__postDetailContent{white-space:pre-wrap;background:var(--surface-2);border-left:3px solid var(--primary);border-radius:8px;margin-bottom:1.5rem;padding:1rem;font-size:1.05rem;line-height:1.8}.posts-module__5gI-4a__postDetailStats{background:var(--surface);border:1px solid var(--line);border-radius:12px;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:1.25rem;display:grid}.posts-module__5gI-4a__statItem{text-align:center}.posts-module__5gI-4a__statValue{color:var(--primary);margin-bottom:.25rem;font-size:1.5rem;font-weight:700;display:block}.posts-module__5gI-4a__statLabel{color:var(--muted);font-size:.8rem}.posts-module__5gI-4a__modalFooter{border-top:1px solid var(--line);justify-content:flex-end;gap:.5rem;padding:1rem 1.5rem;display:flex}.posts-module__5gI-4a__queueItemScheduled{border-left:3px solid var(--warn);background:#f59e0b0d}.posts-module__5gI-4a__modalOverlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}@media (max-width:700px){.posts-module__5gI-4a__header{flex-direction:column;align-items:stretch}.posts-module__5gI-4a__filter{margin-left:0}.posts-module__5gI-4a__queueItem{grid-template-columns:1fr;gap:.5rem}.posts-module__5gI-4a__queueItemStats{order:-1}}
