.Button-module__8RiFmG__fullWidth{width:100%}.Button-module__8RiFmG__loading{pointer-events:none}.Button-module__8RiFmG__spinner{border:2px solid;border-top-color:#0000;border-radius:50%;flex-shrink:0;width:14px;height:14px;animation:.7s linear infinite Button-module__8RiFmG__spin}@keyframes Button-module__8RiFmG__spin{to{transform:rotate(360deg)}}
.Field-module__bfn3sa__field{flex-direction:column;gap:6px;min-width:0;display:flex}.Field-module__bfn3sa__label{color:var(--foam);font-size:13px;font-weight:600}.Field-module__bfn3sa__required{color:var(--danger)}.Field-module__bfn3sa__error{color:#e08a76;margin:0;font-size:12.5px}.Field-module__bfn3sa__hint{color:var(--muted);margin:0;font-size:12.5px}
.Card-module__b6YjYG__interactive{cursor:pointer;transition:border-color .15s,transform .15s,box-shadow .15s}.Card-module__b6YjYG__interactive:hover{border-color:#d9a56659;transform:translateY(-2px);box-shadow:0 12px 28px #00000059}.Card-module__b6YjYG__padNone{padding:0;overflow:hidden}.Card-module__b6YjYG__padLg{padding:28px}
.Modal-module__7LRQSW__backdrop{z-index:900;background:var(--overlay);-webkit-backdrop-filter:blur(8px);justify-content:center;align-items:center;padding:24px;animation:.18s ease-out Modal-module__7LRQSW__fade;display:flex;position:fixed;inset:0}.Modal-module__7LRQSW__panel{background:var(--espresso-mid);border:1px solid var(--surface);width:100%;max-height:calc(100dvh - 48px);box-shadow:var(--shadow-lg);border-radius:24px;flex-direction:column;animation:.18s ease-out Modal-module__7LRQSW__rise;display:flex}.Modal-module__7LRQSW__sm{max-width:420px}.Modal-module__7LRQSW__md{max-width:560px}.Modal-module__7LRQSW__lg{max-width:760px}.Modal-module__7LRQSW__head{justify-content:space-between;align-items:center;gap:16px;padding:20px 24px 0;display:flex}.Modal-module__7LRQSW__title{color:var(--cream);font-size:18px;font-weight:700}.Modal-module__7LRQSW__close{width:32px;height:32px;color:var(--muted);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;line-height:1;transition:color .15s,background-color .15s;display:flex}.Modal-module__7LRQSW__close:hover{color:var(--cream);background:var(--surface)}.Modal-module__7LRQSW__close:focus-visible{outline:2px solid var(--caramel);outline-offset:2px}.Modal-module__7LRQSW__body{padding:16px 24px 24px;overflow-y:auto}.Modal-module__7LRQSW__footer{justify-content:flex-end;gap:12px;padding:0 24px 24px;display:flex}@keyframes Modal-module__7LRQSW__fade{0%{opacity:0}}@keyframes Modal-module__7LRQSW__rise{0%{opacity:0;transform:translateY(8px)scale(.98)}}
.Tabs-module__Fp865W__tabs{border-bottom:1px solid var(--surface);gap:4px;display:flex;overflow-x:auto}.Tabs-module__Fp865W__tab{color:var(--muted);white-space:nowrap;border-bottom:2px solid #0000;margin-bottom:-1px;padding:10px 14px;font-size:14px;font-weight:600;transition:color .15s,border-color .15s}.Tabs-module__Fp865W__tab:hover:not(:disabled){color:var(--cream)}.Tabs-module__Fp865W__tab:disabled{opacity:.45;cursor:not-allowed}.Tabs-module__Fp865W__tab:focus-visible{outline:2px solid var(--caramel);outline-offset:-2px;border-radius:6px}.Tabs-module__Fp865W__active,.Tabs-module__Fp865W__active:hover:not(:disabled){color:var(--caramel);border-bottom-color:var(--caramel)}
.Spinner-module__s0pLYa__spinner{border:2px solid #e9d5b838;border-top-color:var(--caramel);border-radius:50%;flex-shrink:0;animation:.7s linear infinite Spinner-module__s0pLYa__spin;display:inline-block}.Spinner-module__s0pLYa__sm{width:14px;height:14px}.Spinner-module__s0pLYa__md{width:20px;height:20px}.Spinner-module__s0pLYa__lg{border-width:3px;width:32px;height:32px}@keyframes Spinner-module__s0pLYa__spin{to{transform:rotate(360deg)}}
.Toast-module__dpyMdW__viewport{z-index:1100;pointer-events:none;flex-direction:column;gap:10px;width:min(380px,100vw - 32px);display:flex;position:fixed;bottom:24px;right:24px}.Toast-module__dpyMdW__toast{pointer-events:auto;border:1px solid var(--surface);border-left:3px solid var(--caramel);border-radius:var(--radius-md);background:var(--espresso-mid);color:var(--cream);cursor:pointer;padding:12px 16px;font-size:14px;line-height:1.5;animation:.2s ease-out Toast-module__dpyMdW__slideIn;box-shadow:0 12px 32px #0006}.Toast-module__dpyMdW__info{border-left-color:var(--caramel)}.Toast-module__dpyMdW__success{border-left-color:var(--success)}.Toast-module__dpyMdW__error{border-left-color:var(--danger)}@keyframes Toast-module__dpyMdW__slideIn{0%{opacity:0;transform:translateY(8px)}}
.EmptyState-module__7SqAPW__empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:48px 24px;animation:.25s ease-out EmptyState-module__7SqAPW__fadeIn;display:flex}.EmptyState-module__7SqAPW__icon{opacity:.85;font-size:40px;line-height:1}.EmptyState-module__7SqAPW__title{color:var(--cream);font-size:17px;font-weight:700}.EmptyState-module__7SqAPW__description{max-width:420px;color:var(--muted);margin:0;font-size:14px;line-height:1.6}.EmptyState-module__7SqAPW__action{margin-top:8px}@keyframes EmptyState-module__7SqAPW__fadeIn{0%{opacity:0;transform:translateY(4px)}}
.Avatar-module__IVwToW__avatar{object-fit:cover;background:var(--surface);-webkit-user-select:none;user-select:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;overflow:hidden}.Avatar-module__IVwToW__fallback{color:var(--espresso);letter-spacing:.02em;font-weight:700;line-height:1}.Avatar-module__IVwToW__tone0{background:var(--caramel)}.Avatar-module__IVwToW__tone1{background:var(--purple-node)}.Avatar-module__IVwToW__tone2{background:var(--amber-node)}.Avatar-module__IVwToW__tone3{background:var(--foam)}
.ConfirmDialog-module__Xa8SYq__description{color:var(--foam);margin:0;font-size:14.5px;line-height:1.6}
.Pagination-module___xmoaa__pagination{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.Pagination-module___xmoaa__item{border-radius:var(--radius-sm);min-width:36px;height:36px;color:var(--foam);justify-content:center;align-items:center;padding:0 10px;font-size:14px;font-weight:600;line-height:1;text-decoration:none;transition:background-color .15s,color .15s;display:inline-flex}.Pagination-module___xmoaa__item:hover{background:var(--espresso-mid);color:var(--cream)}.Pagination-module___xmoaa__item:focus-visible{outline:2px solid var(--caramel);outline-offset:2px}.Pagination-module___xmoaa__current,.Pagination-module___xmoaa__current:hover{background:var(--caramel);color:var(--espresso)}.Pagination-module___xmoaa__disabled{opacity:.4;pointer-events:none}.Pagination-module___xmoaa__gap{color:var(--muted);-webkit-user-select:none;user-select:none;padding:0 4px}
.CoinAmount-module__JXzs_a__coin{color:var(--caramel);white-space:nowrap;align-items:center;gap:5px;font-weight:700;display:inline-flex}.CoinAmount-module__JXzs_a__icon{font-size:.95em;line-height:1}.CoinAmount-module__JXzs_a__value{font-variant-numeric:tabular-nums}
.ChoiceList-module__os45Pq__list{flex-direction:column;align-items:stretch;gap:10px;width:100%;max-width:620px;display:flex}.ChoiceList-module__os45Pq__choice{border:1px solid var(--border-soft);border-radius:var(--radius-md);-webkit-backdrop-filter:blur(12px);min-height:48px;color:var(--cream);text-align:center;cursor:pointer;opacity:0;background:#2e241c8c;justify-content:center;align-items:center;gap:10px;padding:12px 20px;font-size:15px;font-weight:600;line-height:1.4;transition:border-color .15s,background-color .15s,color .15s,transform 50ms;animation:.3s forwards ChoiceList-module__os45Pq__fadeIn;display:flex}.ChoiceList-module__os45Pq__choice:hover:not(:disabled){border-color:var(--caramel);background:#d9a56624}.ChoiceList-module__os45Pq__choice:active:not(:disabled){transform:translateY(1px)}.ChoiceList-module__os45Pq__choice:focus-visible{outline:2px solid var(--caramel);outline-offset:2px}.ChoiceList-module__os45Pq__choice:disabled{opacity:.55;cursor:not-allowed}.ChoiceList-module__os45Pq__paid{border-style:dashed;border-color:var(--amber-node)}.ChoiceList-module__os45Pq__paid:hover:not(:disabled){border-color:var(--amber-node);background:#e0975a24}.ChoiceList-module__os45Pq__lock{font-size:14px;line-height:1}.ChoiceList-module__os45Pq__label{flex:0 auto}.ChoiceList-module__os45Pq__price{color:var(--amber-node);flex-shrink:0;font-size:13.5px}
.DecisionPanel-module__lIza5a__panel{border-top:1px solid var(--border-strong);background:var(--espresso);flex-direction:column;gap:10px;padding:14px 16px;display:flex}.DecisionPanel-module__lIza5a__noteField{flex-direction:column;gap:5px;display:flex}.DecisionPanel-module__lIza5a__noteLabel{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);font-size:11.5px;font-weight:700}.DecisionPanel-module__lIza5a__noteTextarea{min-height:72px;font-size:13.5px}.DecisionPanel-module__lIza5a__noteError{color:#e08a76;font-size:12px}.DecisionPanel-module__lIza5a__actions{gap:10px;display:flex}.DecisionPanel-module__lIza5a__approveButton,.DecisionPanel-module__lIza5a__revisionButton{flex:1}.DecisionPanel-module__lIza5a__closed{border-top:1px solid var(--border-strong);background:#17120ed9;flex-direction:column;gap:6px;padding:14px 16px;display:flex}.DecisionPanel-module__lIza5a__closedStatus{color:var(--cream);font-size:14px;font-weight:700}.DecisionPanel-module__lIza5a__closedDate{color:var(--muted);font-size:12.5px}.DecisionPanel-module__lIza5a__closedNoteTitle{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);margin-top:4px;font-size:11.5px;font-weight:700}.DecisionPanel-module__lIza5a__closedNote{border-left:2px solid var(--caramel);font-family:var(--font-serif-stack);color:var(--foam);white-space:pre-wrap;margin:0;padding-left:12px;font-size:13.5px;font-style:italic;line-height:1.6}
.DialogBox-module__H2vSVW__box{border:1px solid var(--border-soft);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(16px);width:100%;max-width:860px;min-height:132px;box-shadow:var(--shadow-lg);cursor:pointer;-webkit-user-select:none;user-select:none;background:#241a14b8;padding:18px 24px 22px;animation:.25s both DialogBox-module__H2vSVW__fadeIn;position:relative}.DialogBox-module__H2vSVW__head{align-items:center;gap:12px;margin-bottom:10px;display:flex}.DialogBox-module__H2vSVW__name{font-family:var(--font-serif-stack);color:var(--caramel);letter-spacing:.01em;font-size:17px;font-weight:600}.DialogBox-module__H2vSVW__text{font-family:var(--font-serif-stack);color:var(--cream);white-space:pre-wrap;min-height:56px;font-size:17px;line-height:1.65}.DialogBox-module__H2vSVW__narration{justify-content:center;align-items:center;display:flex}.DialogBox-module__H2vSVW__textNarration{text-align:center;color:var(--foam);max-width:640px;font-style:italic}.DialogBox-module__H2vSVW__caret{color:var(--caramel);margin-left:2px;animation:.9s step-end infinite DialogBox-module__H2vSVW__typing-caret;display:inline-block}.DialogBox-module__H2vSVW__hint{color:var(--caramel);pointer-events:none;font-size:12px;animation:1.4s ease-in-out infinite DialogBox-module__H2vSVW__hintPulse;position:absolute;bottom:10px;right:20px}@keyframes DialogBox-module__H2vSVW__hintPulse{0%,to{opacity:.35;transform:translateY(0)}50%{opacity:1;transform:translateY(3px)}}@media (max-width:640px){.DialogBox-module__H2vSVW__box{min-height:116px;padding:14px 16px 20px}.DialogBox-module__H2vSVW__text{min-height:48px;font-size:15.5px}}
.JobWatcher-module__NYseVq__indicator{color:var(--caramel);align-items:center;gap:8px;font-size:12px;font-weight:600;display:inline-flex}
.badges-module__1E8ECa__badge{letter-spacing:.02em;white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;gap:6px;padding:2px 9px;font-size:11.5px;font-weight:700;line-height:1.5;display:inline-flex}.badges-module__1E8ECa__count{font-variant-numeric:tabular-nums;opacity:.9}.badges-module__1E8ECa__catError{color:#e08a76;background:#c65f4a2e}.badges-module__1E8ECa__catQuality{color:var(--caramel);background:#d9a56629}.badges-module__1E8ECa__catLegal{color:#b79ad6;background:#9a7bbf2e}.badges-module__1E8ECa__sevInfo{color:var(--foam);background:#9a8c7c29}.badges-module__1E8ECa__sevWarning{color:var(--amber-node);background:#e0975a2e}.badges-module__1E8ECa__sevCritical{color:#f0a493;background:#c65f4a47;border-color:#d5705bb3}.badges-module__1E8ECa__criticalFlag{background:var(--danger);color:var(--cream);border-color:var(--danger-strong);box-shadow:0 0 0 3px #c65f4a38}
.EndScreen-module__YFypRW__wrap{z-index:60;text-align:center;-webkit-backdrop-filter:blur(12px);background:#0c0805bd;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:24px;animation:.7s both EndScreen-module__YFypRW__fadeIn;display:flex;position:absolute;inset:0}.EndScreen-module__YFypRW__subtitle{letter-spacing:.24em;text-transform:uppercase;color:var(--muted);font-size:13px;font-weight:600}.EndScreen-module__YFypRW__title{font-family:var(--font-serif-stack);letter-spacing:.03em;color:var(--cream);text-shadow:0 4px 32px #0009;font-size:clamp(44px,9vw,76px);font-weight:500}.EndScreen-module__YFypRW__divider{background:linear-gradient(to right, transparent, var(--caramel), transparent);width:72px;height:1px;margin:14px 0 6px}.EndScreen-module__YFypRW__actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:16px;display:flex}.EndScreen-module__YFypRW__like{gap:8px}.EndScreen-module__YFypRW__liked{color:var(--caramel);border-color:#d9a56699}.EndScreen-module__YFypRW__likeCount{color:var(--muted);font-size:13px}
.NodeInspector-module___mVpFq__inspector{z-index:15;background:var(--surface);border-left:1px solid var(--border-strong);flex-direction:column;width:340px;max-width:90vw;animation:.15s ease-out NodeInspector-module___mVpFq__fadeIn;display:flex;position:absolute;top:0;bottom:0;right:0;box-shadow:-16px 0 40px #00000059}.NodeInspector-module___mVpFq__head{border-bottom:1px solid var(--border-soft);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.NodeInspector-module___mVpFq__heading{letter-spacing:.04em;text-transform:uppercase;color:var(--foam);font-size:14px;font-weight:800}.NodeInspector-module___mVpFq__close{color:var(--muted);border-radius:var(--radius-sm);padding:4px 8px;font-size:14px}.NodeInspector-module___mVpFq__close:hover{color:var(--cream);background:var(--espresso-mid)}.NodeInspector-module___mVpFq__scroll{flex-direction:column;flex:1;gap:4px;padding:8px 16px 24px;display:flex;overflow-y:auto}.NodeInspector-module___mVpFq__section{border-bottom:1px solid var(--border-soft);padding-bottom:6px}.NodeInspector-module___mVpFq__sectionHead{width:100%;color:var(--cream);text-align:left;justify-content:space-between;align-items:center;padding:10px 0;font-size:13px;font-weight:700;display:flex}.NodeInspector-module___mVpFq__sectionHead:hover{color:var(--caramel)}.NodeInspector-module___mVpFq__chevron{color:var(--muted);transition:transform .15s;transform:rotate(-90deg)}.NodeInspector-module___mVpFq__chevronOpen{transform:rotate(0)}.NodeInspector-module___mVpFq__sectionBody{flex-direction:column;gap:10px;padding-bottom:8px;display:flex}.NodeInspector-module___mVpFq__coverBox{position:relative}.NodeInspector-module___mVpFq__coverImage,.NodeInspector-module___mVpFq__mediaPreview{aspect-ratio:16/9;object-fit:cover;border-radius:var(--radius-sm);border:1px solid var(--border-soft);background:var(--espresso-mid);width:100%}.NodeInspector-module___mVpFq__coverEmpty{aspect-ratio:16/9;border-radius:var(--radius-sm);border:1px dashed var(--border-strong);color:var(--muted);justify-content:center;align-items:center;font-size:12px;display:flex}.NodeInspector-module___mVpFq__inheritedNote{color:var(--foam);background:#0c0805bf;border-radius:999px;padding:2px 8px;font-size:10px;font-weight:600;position:absolute;bottom:6px;left:6px}.NodeInspector-module___mVpFq__audio{width:100%;height:36px}.NodeInspector-module___mVpFq__fileInput{display:none}.NodeInspector-module___mVpFq__row{flex-wrap:wrap;gap:8px;display:flex}.NodeInspector-module___mVpFq__aiButton{align-self:flex-start}.NodeInspector-module___mVpFq__hint{color:var(--muted);font-size:11px;line-height:1.5}.NodeInspector-module___mVpFq__transitions{flex-direction:column;gap:8px;display:flex}.NodeInspector-module___mVpFq__transitionRow{border-radius:var(--radius-sm);background:var(--espresso-mid);border:1px solid var(--border-soft);align-items:flex-start;gap:8px;padding:8px;display:flex}.NodeInspector-module___mVpFq__dragHandle{cursor:grab;color:var(--muted);letter-spacing:-2px;-webkit-user-select:none;user-select:none;padding-top:8px;font-size:12px}.NodeInspector-module___mVpFq__transitionMain{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.NodeInspector-module___mVpFq__transitionLabel{height:32px;font-size:13px}.NodeInspector-module___mVpFq__transitionTarget{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.NodeInspector-module___mVpFq__paidMark{color:var(--amber-node);font-weight:700}.NodeInspector-module___mVpFq__transitionDelete{color:var(--muted);border-radius:var(--radius-sm);padding:8px 6px;font-size:12px}.NodeInspector-module___mVpFq__transitionDelete:hover:not(:disabled){color:var(--danger-strong)}.NodeInspector-module___mVpFq__addTransition{align-items:center;gap:8px;display:flex}.NodeInspector-module___mVpFq__addTransitionSelect{flex:1;height:32px;font-size:13px}.NodeInspector-module___mVpFq__actions{flex-direction:column;gap:8px;padding-top:14px;display:flex}
.ReportPanel-module__gWg3YG__panel{flex-direction:column;gap:14px;padding:16px;display:flex}.ReportPanel-module__gWg3YG__summary{background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--radius-md);padding:14px 16px}.ReportPanel-module__gWg3YG__summaryTitle{letter-spacing:.06em;text-transform:uppercase;color:var(--caramel);align-items:center;gap:6px;margin-bottom:8px;font-size:12px;font-weight:800;display:flex}.ReportPanel-module__gWg3YG__summaryText{border-left:2px solid var(--caramel);font-family:var(--font-serif-stack);color:var(--cream);white-space:pre-wrap;margin:0;padding-left:12px;font-size:14.5px;font-style:italic;line-height:1.65}.ReportPanel-module__gWg3YG__summaryEmpty{color:var(--muted);font-size:13px}.ReportPanel-module__gWg3YG__tabs{z-index:5;background:var(--espresso-mid);position:sticky;top:0}.ReportPanel-module__gWg3YG__tabLabel{align-items:center;gap:6px;display:inline-flex}.ReportPanel-module__gWg3YG__tabDot{border-radius:999px;width:8px;height:8px}.ReportPanel-module__gWg3YG__dotERROR{background:var(--danger-strong)}.ReportPanel-module__gWg3YG__dotQUALITY{background:var(--caramel)}.ReportPanel-module__gWg3YG__dotLEGAL{background:var(--purple-node)}.ReportPanel-module__gWg3YG__tabCount{text-align:center;font-variant-numeric:tabular-nums;background:#9a8c7c2e;border-radius:999px;min-width:20px;padding:0 6px;font-size:11px;font-weight:700}.ReportPanel-module__gWg3YG__commentList{flex-direction:column;gap:10px;display:flex}.ReportPanel-module__gWg3YG__emptyTab{text-align:center;color:var(--muted);padding:20px 0;font-size:13px}.ReportPanel-module__gWg3YG__comment{background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--radius-md);flex-direction:column;gap:8px;padding:12px 14px;transition:opacity .15s;display:flex}.ReportPanel-module__gWg3YG__commentCritical{border-color:var(--danger-strong);box-shadow:0 0 0 1px #d5705b59}.ReportPanel-module__gWg3YG__commentRejected{opacity:.55}.ReportPanel-module__gWg3YG__commentHead{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ReportPanel-module__gWg3YG__source{color:var(--muted);font-size:11.5px;font-weight:700}.ReportPanel-module__gWg3YG__sourceAi{color:var(--caramel)}.ReportPanel-module__gWg3YG__editedMark{color:var(--muted);font-size:11px;font-style:italic}.ReportPanel-module__gWg3YG__rejectedMark{letter-spacing:.04em;text-transform:uppercase;color:#e08a76;margin-left:auto;font-size:11px;font-weight:700}.ReportPanel-module__gWg3YG__commentText{color:var(--cream);white-space:pre-wrap;font-size:13.5px;line-height:1.6}.ReportPanel-module__gWg3YG__original{border-radius:var(--radius-sm);background:#17120e8c;padding:6px 10px}.ReportPanel-module__gWg3YG__originalSummary{color:var(--muted);cursor:pointer;-webkit-user-select:none;user-select:none;font-size:11.5px;font-weight:700}.ReportPanel-module__gWg3YG__originalSummary:hover{color:var(--foam)}.ReportPanel-module__gWg3YG__originalText{color:var(--foam);white-space:pre-wrap;margin-top:6px;font-size:12.5px;line-height:1.55}.ReportPanel-module__gWg3YG__editArea{flex-direction:column;gap:8px;display:flex}.ReportPanel-module__gWg3YG__editTextarea{min-height:84px;font-size:13.5px}.ReportPanel-module__gWg3YG__editActions{gap:8px;display:flex}.ReportPanel-module__gWg3YG__commentFoot{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ReportPanel-module__gWg3YG__sceneLink{color:var(--foam);border:1px solid var(--border-strong);text-overflow:ellipsis;white-space:nowrap;border-radius:999px;max-width:100%;padding:3px 9px;font-size:12px;font-weight:600;transition:color .15s,border-color .15s;overflow:hidden}.ReportPanel-module__gWg3YG__sceneLink:hover{color:var(--caramel);border-color:#d9a56680}.ReportPanel-module__gWg3YG__nodeRef{color:var(--muted)}.ReportPanel-module__gWg3YG__footSpacer{flex:1}.ReportPanel-module__gWg3YG__commentActions{gap:6px;display:inline-flex}.ReportPanel-module__gWg3YG__action{border:1px solid var(--border-strong);color:var(--foam);white-space:nowrap;border-radius:999px;padding:3px 9px;font-size:12px;font-weight:600;transition:color .15s,border-color .15s,background-color .15s}.ReportPanel-module__gWg3YG__action:hover{color:var(--cream);border-color:#d9a56680}.ReportPanel-module__gWg3YG__actionAcceptActive,.ReportPanel-module__gWg3YG__actionAcceptActive:hover{color:#aec694;background:#9ab3802e;border-color:#9ab3808c}.ReportPanel-module__gWg3YG__actionRejectActive,.ReportPanel-module__gWg3YG__actionRejectActive:hover{color:#e08a76;background:#c65f4a2e;border-color:#d5705b8c}.ReportPanel-module__gWg3YG__actionDanger:hover{border-color:var(--danger-strong);color:#e08a76}.ReportPanel-module__gWg3YG__addButton{align-self:flex-start}.ReportPanel-module__gWg3YG__form{background:var(--surface);border:1px dashed var(--border-strong);border-radius:var(--radius-md);flex-direction:column;gap:12px;padding:14px;display:flex}.ReportPanel-module__gWg3YG__formTitle{color:var(--cream);font-size:13px;font-weight:700}.ReportPanel-module__gWg3YG__formRow{grid-template-columns:1fr 1fr;gap:10px;display:grid}.ReportPanel-module__gWg3YG__formField{flex-direction:column;gap:5px;min-width:0;display:flex}.ReportPanel-module__gWg3YG__formLabel{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);font-size:11.5px;font-weight:700}.ReportPanel-module__gWg3YG__formError{color:#e08a76;font-size:12px}.ReportPanel-module__gWg3YG__attach{color:var(--foam);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;font-size:12.5px;display:inline-flex}.ReportPanel-module__gWg3YG__attach input{width:15px;height:15px;accent-color:var(--caramel);cursor:pointer;flex-shrink:0}.ReportPanel-module__gWg3YG__attachDisabled{color:var(--muted);cursor:not-allowed}.ReportPanel-module__gWg3YG__formActions{gap:8px;display:flex}
.CoinsSection-module__bp7tpq__section{flex-direction:column;gap:20px;display:flex}.CoinsSection-module__bp7tpq__balances{flex-wrap:wrap;gap:16px;display:flex}.CoinsSection-module__bp7tpq__balanceCard{flex-direction:column;flex:0 auto;gap:6px;min-width:220px;display:flex}.CoinsSection-module__bp7tpq__balanceLabel{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:13px;font-weight:600}.CoinsSection-module__bp7tpq__balanceValue{font-size:32px;line-height:1.2}.CoinsSection-module__bp7tpq__balanceHint{color:var(--muted);font-size:12.5px}.CoinsSection-module__bp7tpq__polling{border:1px solid var(--border-soft);border-radius:var(--radius-sm);background:var(--espresso-mid);color:var(--foam);align-items:center;gap:10px;padding:10px 14px;font-size:13.5px;display:flex}.CoinsSection-module__bp7tpq__heading{font-family:var(--font-serif-stack);color:var(--cream);font-size:21px}.CoinsSection-module__bp7tpq__loading{justify-content:center;padding:32px 0;display:flex}.CoinsSection-module__bp7tpq__grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;display:grid}.CoinsSection-module__bp7tpq__package{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.CoinsSection-module__bp7tpq__packageName{color:var(--foam);font-size:14px;font-weight:600}.CoinsSection-module__bp7tpq__packageCoins{font-size:26px}.CoinsSection-module__bp7tpq__packagePrice{color:var(--cream);font-variant-numeric:tabular-nums;margin-bottom:6px;font-size:15px;font-weight:700}.CoinsSection-module__bp7tpq__offerRow{color:var(--foam);cursor:pointer;align-items:flex-start;gap:10px;font-size:13.5px;line-height:1.45;display:flex}.CoinsSection-module__bp7tpq__checkbox{width:16px;height:16px;accent-color:var(--caramel);cursor:pointer;flex-shrink:0;margin-top:2px}.CoinsSection-module__bp7tpq__offerHint{color:var(--muted)}
.PlayerTopBar-module__NX-mCq__bar{z-index:40;padding:12px 16px;padding-top:calc(12px + env(safe-area-inset-top));pointer-events:none;background:linear-gradient(#0a0704b8,#0000);align-items:center;gap:10px;display:flex;position:absolute;top:0;left:0;right:0}.PlayerTopBar-module__NX-mCq__bar>*{pointer-events:auto}.PlayerTopBar-module__NX-mCq__iconBtn{border-radius:var(--radius-sm);border:1px solid var(--border-soft);-webkit-backdrop-filter:blur(10px);width:36px;height:36px;color:var(--foam);background:#241a1480;flex-shrink:0;justify-content:center;align-items:center;transition:color .15s,border-color .15s,background-color .15s;display:flex}.PlayerTopBar-module__NX-mCq__iconBtn:hover{color:var(--cream);background:#241a14bf;border-color:#d9a56680}.PlayerTopBar-module__NX-mCq__iconBtn:focus-visible{outline:2px solid var(--caramel);outline-offset:2px}.PlayerTopBar-module__NX-mCq__mutedBtn{color:var(--muted)}.PlayerTopBar-module__NX-mCq__titleWrap{flex-direction:column;gap:1px;min-width:0;display:flex}.PlayerTopBar-module__NX-mCq__title{font-family:var(--font-serif-stack);color:var(--cream);white-space:nowrap;text-overflow:ellipsis;text-shadow:0 1px 8px #0009;font-size:16px;font-weight:600;overflow:hidden}.PlayerTopBar-module__NX-mCq__counter{color:var(--foam);opacity:.85;white-space:nowrap;font-size:12px}.PlayerTopBar-module__NX-mCq__spacer{flex:1}.PlayerTopBar-module__NX-mCq__previewBadge{top:calc(14px + env(safe-area-inset-top));background:var(--caramel);color:var(--espresso);letter-spacing:.16em;white-space:nowrap;border-radius:999px;padding:4px 14px;font-size:11px;font-weight:800;position:absolute;left:50%;transform:translate(-50%);box-shadow:0 4px 16px #0006}@media (max-width:640px){.PlayerTopBar-module__NX-mCq__previewBadge{position:static;transform:none}}
.SiteFooter-module__MhIDaG__footer{border-top:1px solid var(--border-soft);background:var(--espresso)}.SiteFooter-module__MhIDaG__inner{flex-wrap:wrap;align-items:center;gap:16px 32px;padding-block:28px;display:flex}.SiteFooter-module__MhIDaG__brand{flex-direction:column;gap:2px;display:flex}.SiteFooter-module__MhIDaG__logo{font-family:var(--font-serif-stack);color:var(--foam);font-size:17px;font-weight:600}.SiteFooter-module__MhIDaG__tagline{color:var(--muted);font-size:12px}.SiteFooter-module__MhIDaG__links{flex-wrap:wrap;gap:8px 22px;margin-inline:auto;display:flex}.SiteFooter-module__MhIDaG__links a{color:var(--muted);font-size:13px;font-weight:600}.SiteFooter-module__MhIDaG__links a:hover{color:var(--caramel)}.SiteFooter-module__MhIDaG__copyright{color:var(--muted);white-space:nowrap;font-size:12px}@media (max-width:640px){.SiteFooter-module__MhIDaG__inner{flex-direction:column;align-items:flex-start;gap:14px}.SiteFooter-module__MhIDaG__links{margin-inline:0}}
.AdminDashboard-module__neWapq__grid{grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:16px;display:grid}.AdminDashboard-module__neWapq__metric{flex-direction:column;gap:12px;display:flex}.AdminDashboard-module__neWapq__metricTitle{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-size:12px;font-weight:700}.AdminDashboard-module__neWapq__bigValue{color:var(--cream);font-variant-numeric:tabular-nums;font-size:30px;font-weight:800;line-height:1.1}.AdminDashboard-module__neWapq__bigSub{color:var(--muted);margin-top:2px;font-size:12.5px}.AdminDashboard-module__neWapq__rows{flex-direction:column;gap:8px;display:flex}.AdminDashboard-module__neWapq__row{justify-content:space-between;align-items:center;gap:12px;font-size:13.5px;display:flex}.AdminDashboard-module__neWapq__rowLabel{color:var(--foam)}.AdminDashboard-module__neWapq__rowValue{font-variant-numeric:tabular-nums;color:var(--cream);font-weight:700}.AdminDashboard-module__neWapq__revenueBlocks{flex-wrap:wrap;gap:24px;display:flex}.AdminDashboard-module__neWapq__cardFooter{margin-top:auto;padding-top:4px}
.AdminNav-module__aIiqKa__nav{flex-direction:column;gap:2px;display:flex}.AdminNav-module__aIiqKa__item{border-radius:var(--radius-sm);color:var(--foam);align-items:center;gap:10px;padding:9px 12px;font-size:14px;font-weight:600;transition:background-color .15s,color .15s;display:flex}.AdminNav-module__aIiqKa__item:hover{background:var(--surface);color:var(--cream)}.AdminNav-module__aIiqKa__active,.AdminNav-module__aIiqKa__active:hover{color:var(--caramel);background:#d9a56624}@media (max-width:900px){.AdminNav-module__aIiqKa__nav{flex-flow:wrap}.AdminNav-module__aIiqKa__item{padding:7px 10px;font-size:13px}}
.shared-module__Hi3FsG__page{flex-direction:column;gap:18px;display:flex}.shared-module__Hi3FsG__pageHead{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:16px;display:flex}.shared-module__Hi3FsG__pageTitle{font-size:24px;font-weight:800}.shared-module__Hi3FsG__summary{color:var(--foam);font-size:14px;font-weight:600}.shared-module__Hi3FsG__filters{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.shared-module__Hi3FsG__filterControl{width:auto;min-width:170px}.shared-module__Hi3FsG__searchForm{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.shared-module__Hi3FsG__searchInput{width:220px}.shared-module__Hi3FsG__tableWrap{background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--radius-md);overflow-x:auto}.shared-module__Hi3FsG__reloading{opacity:.6;pointer-events:none}.shared-module__Hi3FsG__table{border-collapse:collapse;width:100%;min-width:760px;font-size:14px}.shared-module__Hi3FsG__table th{text-align:left;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);border-bottom:1px solid var(--border-strong);white-space:nowrap;padding:11px 14px;font-size:11.5px;font-weight:700}.shared-module__Hi3FsG__table td{border-bottom:1px solid var(--border-soft);vertical-align:middle;padding:10px 14px}.shared-module__Hi3FsG__table tbody tr:last-child td{border-bottom:none}.shared-module__Hi3FsG__table tbody tr:hover{background:#e9d5b809}.shared-module__Hi3FsG__thRight{text-align:right!important}.shared-module__Hi3FsG__mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px}.shared-module__Hi3FsG__muted{color:var(--muted)}.shared-module__Hi3FsG__nowrap{white-space:nowrap}.shared-module__Hi3FsG__num{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.shared-module__Hi3FsG__pos{color:var(--success);font-weight:700}.shared-module__Hi3FsG__neg{color:var(--danger-strong);font-weight:700}.shared-module__Hi3FsG__cellMain{color:var(--cream);font-weight:600}.shared-module__Hi3FsG__cellSub{color:var(--muted);margin-top:2px;font-size:12.5px}.shared-module__Hi3FsG__truncate{text-overflow:ellipsis;white-space:nowrap;vertical-align:bottom;max-width:180px;display:inline-block;overflow:hidden}.shared-module__Hi3FsG__badges{flex-wrap:wrap;gap:6px;display:flex}.shared-module__Hi3FsG__rowActions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.shared-module__Hi3FsG__rowLinks{white-space:nowrap;gap:10px;font-size:13px;display:flex}.shared-module__Hi3FsG__inlineSelect{background-position:right 10px center;width:auto;min-width:140px;height:32px;padding:0 30px 0 10px;font-size:13px}.shared-module__Hi3FsG__coinCell{white-space:nowrap;justify-content:flex-end;align-items:center;gap:6px;display:flex}.shared-module__Hi3FsG__iconButton{border:1px solid var(--border-strong);width:24px;height:24px;color:var(--foam);border-radius:6px;justify-content:center;align-items:center;font-size:13px;line-height:1;transition:border-color .15s,background-color .15s,color .15s;display:inline-flex}.shared-module__Hi3FsG__iconButton:hover{background:var(--espresso-mid);color:var(--caramel);border-color:#d9a56680}.shared-module__Hi3FsG__iconButton:focus-visible{outline:2px solid var(--caramel);outline-offset:1px}.shared-module__Hi3FsG__footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.shared-module__Hi3FsG__footerTotal{color:var(--muted);font-size:13px}.shared-module__Hi3FsG__loadingBox{justify-content:center;align-items:center;padding:64px 0;display:flex}.shared-module__Hi3FsG__formGrid{flex-direction:column;gap:4px;display:flex}
.DialogGraph-module__2tXg9G__wrapper{background:var(--espresso);width:100%;height:100%;position:relative;overflow:hidden}.DialogGraph-module__2tXg9G__loadState{height:100%;min-height:320px;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}.DialogGraph-module__2tXg9G__flow{background:var(--espresso)}.DialogGraph-module__2tXg9G__controls{border-radius:var(--radius-sm);overflow:hidden;box-shadow:0 8px 20px #0006}.DialogGraph-module__2tXg9G__controls .react-flow__controls-button{background:var(--espresso-mid);border-bottom:1px solid var(--border-soft);color:var(--foam);width:28px;height:28px}.DialogGraph-module__2tXg9G__controls .react-flow__controls-button:hover{background:var(--surface)}.DialogGraph-module__2tXg9G__controls .react-flow__controls-button svg{fill:var(--foam)}.DialogGraph-module__2tXg9G__dialogNode{border-radius:var(--radius-md);background:var(--surface);flex-direction:column;gap:6px;width:220px;padding:10px 12px;display:flex;position:relative;box-shadow:0 10px 24px #00000059}.DialogGraph-module__2tXg9G__lineNode{border:1.5px solid var(--purple-node)}.DialogGraph-module__2tXg9G__choiceNode{border:1.5px solid var(--caramel)}.DialogGraph-module__2tXg9G__nodeSelected{box-shadow:0 0 0 3px var(--ring), 0 10px 24px #00000073}.DialogGraph-module__2tXg9G__entryBadge{background:var(--caramel);color:var(--espresso);letter-spacing:.06em;border-radius:999px;padding:1px 8px;font-size:10px;font-weight:800;position:absolute;top:-10px;left:10px}.DialogGraph-module__2tXg9G__lineHead{align-items:center;gap:8px;display:flex}.DialogGraph-module__2tXg9G__lineName{color:#b79ad6;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:12px;font-weight:700;overflow:hidden}.DialogGraph-module__2tXg9G__lineText{font-family:var(--font-serif-stack);color:var(--cream);-webkit-line-clamp:4;-webkit-box-orient:vertical;font-size:12px;line-height:1.45;display:-webkit-box;overflow:hidden}.DialogGraph-module__2tXg9G__placeholder{color:var(--muted);font-style:italic}.DialogGraph-module__2tXg9G__choiceKind{letter-spacing:.08em;text-transform:uppercase;color:var(--caramel);font-size:10px;font-weight:800}.DialogGraph-module__2tXg9G__transitionBadge{color:var(--amber-node);text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:600;overflow:hidden}.DialogGraph-module__2tXg9G__handle{background:var(--caramel);border:2px solid var(--espresso);width:9px;height:9px}.DialogGraph-module__2tXg9G__toolbar{z-index:10;border:1px solid var(--border-soft);border-radius:var(--radius-md);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#241a14e6;align-items:center;gap:12px;padding:8px 14px;display:flex;position:absolute;top:14px;left:14px}.DialogGraph-module__2tXg9G__breadcrumb{color:var(--caramel);white-space:nowrap;font-size:13px;font-weight:600}.DialogGraph-module__2tXg9G__sceneName{font-family:var(--font-serif-stack);color:var(--cream);text-overflow:ellipsis;white-space:nowrap;max-width:280px;font-size:14px;font-weight:600;overflow:hidden}.DialogGraph-module__2tXg9G__actionsBar{z-index:10;border:1px solid var(--border-soft);border-radius:var(--radius-md);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#241a14eb;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;padding:8px 12px;display:flex;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}.DialogGraph-module__2tXg9G__aiButton{color:var(--caramel);border-color:#d9a56680}.DialogGraph-module__2tXg9G__panel{z-index:15;background:var(--surface);border-left:1px solid var(--border-strong);flex-direction:column;width:320px;max-width:90vw;animation:.15s ease-out DialogGraph-module__2tXg9G__fadeIn;display:flex;position:absolute;top:0;bottom:0;right:0;box-shadow:-16px 0 40px #00000059}.DialogGraph-module__2tXg9G__panelHead{border-bottom:1px solid var(--border-soft);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.DialogGraph-module__2tXg9G__panelHeading{letter-spacing:.04em;text-transform:uppercase;color:var(--foam);font-size:14px;font-weight:800}.DialogGraph-module__2tXg9G__panelClose{color:var(--muted);border-radius:var(--radius-sm);padding:4px 8px;font-size:14px}.DialogGraph-module__2tXg9G__panelClose:hover{color:var(--cream);background:var(--espresso-mid)}.DialogGraph-module__2tXg9G__panelBody{flex-direction:column;flex:1;gap:14px;padding:16px;display:flex;overflow-y:auto}.DialogGraph-module__2tXg9G__textInput{font-family:var(--font-serif-stack)}.DialogGraph-module__2tXg9G__voiceBlock{flex-direction:column;gap:8px;display:flex}.DialogGraph-module__2tXg9G__audio{width:100%;height:36px}.DialogGraph-module__2tXg9G__hint{color:var(--muted);font-size:11px;line-height:1.5}.DialogGraph-module__2tXg9G__transitionBlock{flex-direction:column;gap:8px;display:flex}.DialogGraph-module__2tXg9G__blockLabel{color:var(--foam);font-size:12px;font-weight:700}.DialogGraph-module__2tXg9G__boundTransition{border-radius:var(--radius-sm);background:var(--espresso-mid);border:1px solid var(--border-soft);color:var(--amber-node);justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;font-size:12px;font-weight:600;display:flex}.DialogGraph-module__2tXg9G__bindRow{align-items:center;gap:8px;display:flex}.DialogGraph-module__2tXg9G__bindSelect{flex:1;height:32px;font-size:13px}.DialogGraph-module__2tXg9G__panelActions{border-top:1px solid var(--border-soft);flex-direction:column;gap:8px;margin-top:auto;padding-top:12px;display:flex}
.SceneGraph-module__o4PvlG__wrapper{background:var(--espresso);width:100%;height:100%;position:relative;overflow:hidden}.SceneGraph-module__o4PvlG__loadState{height:100%;min-height:320px;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}.SceneGraph-module__o4PvlG__flow{background:var(--espresso)}.SceneGraph-module__o4PvlG__controls .react-flow__controls-button{background:var(--espresso-mid);border-bottom:1px solid var(--border-soft);color:var(--foam);fill:var(--foam);width:28px;height:28px}.SceneGraph-module__o4PvlG__controls .react-flow__controls-button:hover{background:var(--surface)}.SceneGraph-module__o4PvlG__controls .react-flow__controls-button svg{fill:var(--foam)}.SceneGraph-module__o4PvlG__controls{border-radius:var(--radius-sm);overflow:hidden;box-shadow:0 8px 20px #0006}.SceneGraph-module__o4PvlG__minimap{border-radius:var(--radius-sm);border:1px solid var(--border-strong);overflow:hidden}.SceneGraph-module__o4PvlG__sceneNode{border-radius:var(--radius-md);background:var(--surface);border:1.5px solid var(--caramel);width:200px;transition:box-shadow .15s,border-color .15s;overflow:hidden;box-shadow:0 10px 24px #00000059}.SceneGraph-module__o4PvlG__nodeDefault{border-color:var(--caramel)}.SceneGraph-module__o4PvlG__nodeDialog{border-color:var(--purple-node)}.SceneGraph-module__o4PvlG__nodePaid{border-color:var(--amber-node);border-style:dashed}.SceneGraph-module__o4PvlG__nodeSelected{box-shadow:0 0 0 3px var(--ring), 0 10px 24px #00000073}.SceneGraph-module__o4PvlG__nodeUnreachable{outline:2px solid var(--danger);outline-offset:3px}.SceneGraph-module__o4PvlG__nodePreview{background:var(--espresso-mid);height:84px;position:relative}.SceneGraph-module__o4PvlG__nodePreview img{object-fit:cover;width:100%;height:100%}.SceneGraph-module__o4PvlG__nodePreviewFallback{background:linear-gradient(135deg,#241a14 0%,#3a2b1e 55%,#4a3a2c 100%);width:100%;height:100%}.SceneGraph-module__o4PvlG__startBadge{background:var(--caramel);color:var(--espresso);letter-spacing:.06em;border-radius:999px;padding:2px 8px;font-size:10px;font-weight:800;position:absolute;top:6px;left:6px}.SceneGraph-module__o4PvlG__lockBadge{filter:drop-shadow(0 1px 2px #0009);font-size:13px;position:absolute;top:6px;right:6px}.SceneGraph-module__o4PvlG__nodeBody{flex-direction:column;gap:4px;padding:8px 10px 9px;display:flex}.SceneGraph-module__o4PvlG__nodeTitle{font-family:var(--font-serif-stack);color:var(--cream);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.SceneGraph-module__o4PvlG__nodeIcons{color:var(--muted);align-items:center;gap:8px;font-size:11px;display:flex}.SceneGraph-module__o4PvlG__branchCount{color:var(--foam);margin-left:auto;font-weight:700}.SceneGraph-module__o4PvlG__handle{background:var(--caramel);border:2px solid var(--espresso);width:9px;height:9px}.SceneGraph-module__o4PvlG__edgeLabel{pointer-events:none;background:var(--espresso-mid);border:1px solid var(--border-strong);max-width:180px;color:var(--foam);white-space:nowrap;border-radius:999px;align-items:center;gap:5px;padding:2px 8px;font-size:11px;font-weight:600;display:flex;position:absolute}.SceneGraph-module__o4PvlG__edgeLabelText{text-overflow:ellipsis;overflow:hidden}.SceneGraph-module__o4PvlG__edgeLabelPaid{border-color:var(--amber-node);color:var(--amber-node)}.SceneGraph-module__o4PvlG__edgeLabelSelected{border-color:var(--caramel);color:var(--caramel)}.SceneGraph-module__o4PvlG__toolbar{z-index:10;align-items:center;gap:10px;display:flex;position:absolute;top:14px;left:14px}.SceneGraph-module__o4PvlG__aiButton{color:var(--caramel);border-color:#d9a56680}.SceneGraph-module__o4PvlG__legend{z-index:10;border:1px solid var(--border-soft);border-radius:var(--radius-md);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#241a14e6;flex-direction:column;gap:6px;padding:10px 14px;display:flex;position:absolute;top:14px;right:14px}.SceneGraph-module__o4PvlG__legendTitle{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:10px;font-weight:800}.SceneGraph-module__o4PvlG__legendItem{color:var(--foam);align-items:center;gap:8px;font-size:11px;display:flex}.SceneGraph-module__o4PvlG__swatchDefault,.SceneGraph-module__o4PvlG__swatchDialog,.SceneGraph-module__o4PvlG__swatchPaid{border-radius:4px;flex-shrink:0;width:12px;height:12px}.SceneGraph-module__o4PvlG__swatchDefault{border:2px solid var(--caramel)}.SceneGraph-module__o4PvlG__swatchDialog{border:2px solid var(--purple-node)}.SceneGraph-module__o4PvlG__swatchPaid{border:2px dashed var(--amber-node)}.SceneGraph-module__o4PvlG__edgePopup{z-index:20;background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);flex-direction:column;gap:10px;padding:12px;display:flex;position:absolute}.SceneGraph-module__o4PvlG__edgePopupHead{justify-content:space-between;align-items:center;gap:8px;display:flex}.SceneGraph-module__o4PvlG__edgePopupTarget{color:var(--foam);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700;overflow:hidden}.SceneGraph-module__o4PvlG__edgePopupClose{color:var(--muted);border-radius:var(--radius-sm);padding:2px 6px;font-size:13px}.SceneGraph-module__o4PvlG__edgePopupClose:hover{color:var(--cream);background:var(--espresso-mid)}.SceneGraph-module__o4PvlG__edgePopupField{color:var(--muted);flex-direction:column;gap:4px;font-size:11px;font-weight:600;display:flex}.SceneGraph-module__o4PvlG__edgePopupPaid{align-items:center;gap:10px;display:flex}.SceneGraph-module__o4PvlG__edgePopupCheckbox{color:var(--cream);cursor:pointer;accent-color:var(--caramel);align-items:center;gap:7px;font-size:13px;display:flex}.SceneGraph-module__o4PvlG__edgePopupPrice{width:90px;height:32px}.SceneGraph-module__o4PvlG__edgePopupHint{color:var(--amber-node);font-size:11px}
.SnapshotPreview-module__mjmt-G__preview{flex-direction:column;gap:14px;width:100%;max-width:860px;margin-inline:auto;padding:16px 20px 32px;display:flex}.SnapshotPreview-module__mjmt-G__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.SnapshotPreview-module__mjmt-G__nav{align-items:center;gap:8px;display:flex}.SnapshotPreview-module__mjmt-G__arrow{border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:var(--espresso-mid);width:32px;height:32px;color:var(--cream);justify-content:center;align-items:center;font-size:15px;transition:border-color .15s,color .15s;display:inline-flex}.SnapshotPreview-module__mjmt-G__arrow:hover:not(:disabled){color:var(--caramel);border-color:#d9a56680}.SnapshotPreview-module__mjmt-G__arrow:disabled{opacity:.4;cursor:not-allowed}.SnapshotPreview-module__mjmt-G__counter{color:var(--foam);white-space:nowrap;font-size:13px;font-weight:600}.SnapshotPreview-module__mjmt-G__localeSwitch{background:var(--espresso-mid);border:1px solid var(--border-strong);border-radius:999px;gap:2px;padding:2px;display:inline-flex}.SnapshotPreview-module__mjmt-G__localeButton{letter-spacing:.05em;color:var(--muted);border-radius:999px;padding:4px 12px;font-size:12px;font-weight:700;transition:background-color .15s,color .15s}.SnapshotPreview-module__mjmt-G__localeButton:hover{color:var(--cream)}.SnapshotPreview-module__mjmt-G__localeActive,.SnapshotPreview-module__mjmt-G__localeActive:hover{background:var(--caramel);color:var(--espresso)}.SnapshotPreview-module__mjmt-G__sceneChips{scrollbar-width:thin;gap:6px;padding-bottom:4px;display:flex;overflow-x:auto}.SnapshotPreview-module__mjmt-G__chip{border:1px solid var(--border-strong);background:var(--espresso-mid);max-width:220px;color:var(--foam);border-radius:999px;flex-shrink:0;align-items:center;gap:6px;padding:5px 10px;font-size:12.5px;font-weight:600;transition:border-color .15s,color .15s,background-color .15s;display:inline-flex}.SnapshotPreview-module__mjmt-G__chip:hover{color:var(--cream);border-color:#d9a56680}.SnapshotPreview-module__mjmt-G__chipActive,.SnapshotPreview-module__mjmt-G__chipActive:hover{border-color:var(--caramel);color:var(--caramel);background:#d9a56629}.SnapshotPreview-module__mjmt-G__chipStart{color:var(--caramel);font-size:11px}.SnapshotPreview-module__mjmt-G__chipIndex{color:var(--muted);font-variant-numeric:tabular-nums}.SnapshotPreview-module__mjmt-G__chipTitle{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.SnapshotPreview-module__mjmt-G__chipCount{color:#f0a493;text-align:center;background:#c65f4a4d;border-radius:999px;min-width:18px;padding:0 5px;font-size:11px;font-weight:700}.SnapshotPreview-module__mjmt-G__letterbox{aspect-ratio:16/9;border:1px solid var(--border-strong);border-radius:var(--radius-md);background:#0d0906;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.SnapshotPreview-module__mjmt-G__background{object-fit:contain;max-width:100%;max-height:100%}.SnapshotPreview-module__mjmt-G__noBackground{color:var(--muted);font-size:13px}.SnapshotPreview-module__mjmt-G__sceneTitleOverlay{background:linear-gradient(#0000,#0c0805d9);align-items:baseline;gap:10px;padding:24px 16px 12px;display:flex;position:absolute;bottom:0;left:0;right:0}.SnapshotPreview-module__mjmt-G__sceneTitle{font-family:var(--font-serif-stack);color:var(--cream);text-shadow:0 1px 8px #0009;font-size:19px;font-weight:600}.SnapshotPreview-module__mjmt-G__fallbackTag{color:var(--muted);letter-spacing:.04em;white-space:nowrap;background:#9a8c7c33;border-radius:999px;align-self:center;padding:1px 7px;font-size:10.5px;font-weight:700}.SnapshotPreview-module__mjmt-G__media{gap:10px;display:flex}.SnapshotPreview-module__mjmt-G__mediaLink{color:var(--foam);border:1px solid var(--border-strong);border-radius:999px;padding:4px 10px;font-size:12.5px;font-weight:600}.SnapshotPreview-module__mjmt-G__mediaLink:hover{color:var(--caramel);border-color:#d9a56680}.SnapshotPreview-module__mjmt-G__dialog{flex-direction:column;gap:12px;display:flex}.SnapshotPreview-module__mjmt-G__emptyScene{text-align:center;color:var(--muted);padding:24px 0;font-size:13.5px}.SnapshotPreview-module__mjmt-G__line{align-items:flex-start;gap:10px;display:flex}.SnapshotPreview-module__mjmt-G__lineAvatar{flex-shrink:0;margin-top:2px}.SnapshotPreview-module__mjmt-G__lineBody{flex-direction:column;gap:2px;min-width:0;display:flex}.SnapshotPreview-module__mjmt-G__lineName{letter-spacing:.03em;color:var(--caramel);font-size:12px;font-weight:700}.SnapshotPreview-module__mjmt-G__lineText{font-family:var(--font-serif-stack);color:var(--cream);white-space:pre-wrap;font-size:15.5px;line-height:1.6}.SnapshotPreview-module__mjmt-G__narration{font-family:var(--font-serif-stack);color:var(--foam);border-left:2px solid var(--border-strong);white-space:pre-wrap;padding:2px 12px;font-size:15px;font-style:italic;line-height:1.65}.SnapshotPreview-module__mjmt-G__choice{border-radius:var(--radius-sm);background:#d9a56614;border:1px solid #d9a56673;align-items:baseline;gap:8px;padding:9px 14px;display:flex}.SnapshotPreview-module__mjmt-G__choiceMark{color:var(--caramel)}.SnapshotPreview-module__mjmt-G__choiceLabel{letter-spacing:.07em;text-transform:uppercase;color:var(--caramel);flex-shrink:0;font-size:10.5px;font-weight:800}.SnapshotPreview-module__mjmt-G__choiceText{font-family:var(--font-serif-stack);color:var(--cream);font-size:14.5px}.SnapshotPreview-module__mjmt-G__edges{border-top:1px solid var(--border-soft);margin-top:6px;padding-top:14px}.SnapshotPreview-module__mjmt-G__edgesTitle{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:10px;font-size:12px;font-weight:800}.SnapshotPreview-module__mjmt-G__noEdges{color:var(--muted);font-size:13px}.SnapshotPreview-module__mjmt-G__edgeList{flex-direction:column;gap:8px;display:flex}.SnapshotPreview-module__mjmt-G__edge{border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--espresso-mid);color:var(--cream);text-align:left;flex-wrap:wrap;align-items:center;gap:10px;padding:9px 14px;transition:border-color .15s,background-color .15s;display:flex}.SnapshotPreview-module__mjmt-G__edge:hover{background:#2a2018;border-color:#d9a56680}.SnapshotPreview-module__mjmt-G__edgePaid{border-color:#e0975a8c}.SnapshotPreview-module__mjmt-G__edgeLabel{font-family:var(--font-serif-stack);font-size:14.5px}.SnapshotPreview-module__mjmt-G__edgePrice{color:var(--amber-node);white-space:nowrap;background:#e0975a2e;border-radius:999px;padding:1px 8px;font-size:12px;font-weight:700}.SnapshotPreview-module__mjmt-G__edgeTarget{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;max-width:50%;margin-left:auto;font-size:12px;overflow:hidden}
.HistorySection-module__foebdG__section{flex-direction:column;gap:16px;display:flex}.HistorySection-module__foebdG__heading{font-family:var(--font-serif-stack);color:var(--cream);font-size:21px}.HistorySection-module__foebdG__heading:not(:first-child){margin-top:16px}.HistorySection-module__foebdG__loading{justify-content:center;padding:32px 0;display:flex}.HistorySection-module__foebdG__list{margin:0;padding:0;list-style:none}.HistorySection-module__foebdG__row{justify-content:space-between;align-items:center;gap:16px;padding:14px 20px;display:flex}.HistorySection-module__foebdG__row+.HistorySection-module__foebdG__row{border-top:1px solid var(--border-soft)}.HistorySection-module__foebdG__rowMain{flex-direction:column;gap:2px;min-width:0;display:flex}.HistorySection-module__foebdG__rowType{color:var(--cream);font-size:14px;font-weight:600}.HistorySection-module__foebdG__rowDescription{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12.5px;overflow:hidden}.HistorySection-module__foebdG__rowDate{color:var(--muted);font-size:12.5px}.HistorySection-module__foebdG__rowAside{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:2px;display:flex}.HistorySection-module__foebdG__amount{font-variant-numeric:tabular-nums;white-space:nowrap;font-weight:700}.HistorySection-module__foebdG__amountPositive{color:var(--success)}.HistorySection-module__foebdG__amountNegative{color:var(--danger-strong)}.HistorySection-module__foebdG__balanceAfter{color:var(--muted);font-variant-numeric:tabular-nums;font-size:12px}.HistorySection-module__foebdG__payCoins{font-size:13px}@media (max-width:520px){.HistorySection-module__foebdG__row{flex-direction:column;align-items:flex-start;gap:8px}.HistorySection-module__foebdG__rowAside{align-items:flex-start}}
.SettingsModal-module___FfZ8q__body{flex-direction:column;gap:16px;display:flex}.SettingsModal-module___FfZ8q__toggleRow{cursor:pointer;align-items:flex-start;gap:12px;display:flex}.SettingsModal-module___FfZ8q__toggle{width:18px;height:18px;accent-color:var(--caramel);cursor:pointer;flex-shrink:0;margin-top:2px}.SettingsModal-module___FfZ8q__toggleText{flex-direction:column;gap:2px;display:flex}.SettingsModal-module___FfZ8q__toggleLabel{color:var(--cream);font-size:14px;font-weight:600}.SettingsModal-module___FfZ8q__toggleHint{color:var(--muted);font-size:12.5px}
.LikeButton-module__sAYnGa__like{border:1px solid var(--border-strong);border-radius:var(--radius-md);height:48px;color:var(--cream);background:0 0;align-items:center;gap:8px;padding:0 20px;font-size:15px;font-weight:700;transition:background-color .15s,border-color .15s,color .15s,transform 50ms;display:inline-flex}.LikeButton-module__sAYnGa__like:hover:not(:disabled){background:var(--espresso-mid);border-color:#d9a56680}.LikeButton-module__sAYnGa__like:active:not(:disabled){transform:translateY(1px)}.LikeButton-module__sAYnGa__like:disabled{opacity:.55;cursor:default}.LikeButton-module__sAYnGa__like:focus-visible{outline:2px solid var(--caramel);outline-offset:2px}.LikeButton-module__sAYnGa__liked{color:var(--foam);background:#e0975a1a;border-color:#e0975a8c}.LikeButton-module__sAYnGa__heart{color:var(--muted);font-size:17px;line-height:1;transition:color .15s,transform .15s}.LikeButton-module__sAYnGa__liked .LikeButton-module__sAYnGa__heart{color:#e08a76;transform:scale(1.08)}.LikeButton-module__sAYnGa__count{font-variant-numeric:tabular-nums}
.NovelCard-module__MZXCJG__card{background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--radius-md);color:var(--cream);flex-direction:column;transition:border-color .15s,transform .15s,box-shadow .15s;display:flex;overflow:hidden}.NovelCard-module__MZXCJG__card:hover{color:var(--cream);border-color:#d9a56659;transform:translateY(-3px);box-shadow:0 14px 30px #00000059}.NovelCard-module__MZXCJG__card:focus-visible{outline:2px solid var(--caramel);outline-offset:2px}.NovelCard-module__MZXCJG__coverWrap{aspect-ratio:3/4;background:var(--espresso-mid);position:relative}.NovelCard-module__MZXCJG__cover{object-fit:cover;width:100%;height:100%}.NovelCard-module__MZXCJG__coverFallback{text-align:center;background:radial-gradient(circle at 30% 20%,#d9a5661f,#0000 55%),linear-gradient(160deg,#2e241c,#1d1510);flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:20px;display:flex}.NovelCard-module__MZXCJG__coverGlyph{opacity:.85;font-size:38px}.NovelCard-module__MZXCJG__coverTitle{font-family:var(--font-serif-stack);color:var(--foam);-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;font-size:15px;font-weight:600;display:-webkit-box;overflow:hidden}.NovelCard-module__MZXCJG__ageBadge,.NovelCard-module__MZXCJG__paidBadge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#17120eb8;border-radius:999px;display:inline-flex;position:absolute;top:10px}.NovelCard-module__MZXCJG__ageBadge{left:10px}.NovelCard-module__MZXCJG__paidBadge{right:10px}.NovelCard-module__MZXCJG__body{flex-direction:column;flex:1;gap:8px;padding:14px 16px 16px;display:flex}.NovelCard-module__MZXCJG__title{font-family:var(--font-serif-stack);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:18px;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.NovelCard-module__MZXCJG__description{color:var(--muted);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.NovelCard-module__MZXCJG__meta{justify-content:space-between;align-items:flex-end;gap:10px;margin-top:auto;padding-top:6px;display:flex}.NovelCard-module__MZXCJG__genres{flex-wrap:wrap;gap:6px;min-width:0;display:flex}.NovelCard-module__MZXCJG__likes{color:var(--foam);font-variant-numeric:tabular-nums;white-space:nowrap;align-items:center;gap:5px;font-size:13px;font-weight:700;display:inline-flex}.NovelCard-module__MZXCJG__heart{color:#e08a76;font-size:12px;line-height:1}
.SiteHeader-module___A0a1G__header{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-soft);background:#17120ee0;position:sticky;top:0}.SiteHeader-module___A0a1G__inner{align-items:center;gap:24px;height:64px;display:flex}.SiteHeader-module___A0a1G__logo{font-family:var(--font-serif-stack);color:var(--cream);letter-spacing:-.01em;white-space:nowrap;font-size:22px;font-weight:600}.SiteHeader-module___A0a1G__logo:hover{color:var(--caramel)}.SiteHeader-module___A0a1G__nav{align-items:center;gap:4px;display:flex}.SiteHeader-module___A0a1G__navLink{border-radius:var(--radius-sm);color:var(--foam);padding:8px 12px;font-size:14px;font-weight:600}.SiteHeader-module___A0a1G__navLink:hover{color:var(--cream);background:var(--espresso-mid)}.SiteHeader-module___A0a1G__navActive,.SiteHeader-module___A0a1G__navActive:hover{color:var(--caramel);background:#d9a5661a}.SiteHeader-module___A0a1G__right{align-items:center;gap:12px;margin-left:auto;display:flex}.SiteHeader-module___A0a1G__localeSwitch{border:1px solid var(--border-strong);border-radius:999px;gap:2px;padding:2px;display:inline-flex}.SiteHeader-module___A0a1G__localeBtn{color:var(--muted);letter-spacing:.04em;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700;line-height:1.2;transition:background-color .15s,color .15s}.SiteHeader-module___A0a1G__localeBtn:hover{color:var(--cream)}.SiteHeader-module___A0a1G__localeBtn:focus-visible{outline:2px solid var(--caramel);outline-offset:1px}.SiteHeader-module___A0a1G__localeActive,.SiteHeader-module___A0a1G__localeActive:hover{background:var(--caramel);color:var(--espresso)}.SiteHeader-module___A0a1G__authButtons{gap:8px;display:inline-flex}.SiteHeader-module___A0a1G__userArea{position:relative}.SiteHeader-module___A0a1G__userButton{border:1px solid #0000;border-radius:999px;align-items:center;gap:10px;padding:5px 10px 5px 8px;transition:background-color .15s,border-color .15s;display:flex}.SiteHeader-module___A0a1G__userButton:hover{background:var(--espresso-mid);border-color:var(--border-strong)}.SiteHeader-module___A0a1G__userButton:focus-visible{outline:2px solid var(--caramel);outline-offset:2px}.SiteHeader-module___A0a1G__coins{border-right:1px solid var(--border-strong);padding-right:4px;font-size:13px}.SiteHeader-module___A0a1G__userName{text-overflow:ellipsis;white-space:nowrap;max-width:140px;color:var(--cream);font-size:14px;font-weight:600;overflow:hidden}.SiteHeader-module___A0a1G__caret{color:var(--muted);font-size:10px}.SiteHeader-module___A0a1G__menu{z-index:60;background:var(--espresso-mid);border:1px solid var(--border-strong);border-radius:var(--radius-md);min-width:230px;box-shadow:var(--shadow-lg);flex-direction:column;padding:6px;animation:.12s ease-out SiteHeader-module___A0a1G__fadeIn;display:flex;position:absolute;top:calc(100% + 8px);right:0}.SiteHeader-module___A0a1G__menuUser{flex-direction:column;gap:2px;padding:8px 12px 6px;display:flex}.SiteHeader-module___A0a1G__menuName{color:var(--cream);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;overflow:hidden}.SiteHeader-module___A0a1G__menuEmail{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.SiteHeader-module___A0a1G__menuDivider{border:none;border-top:1px solid var(--border-soft);margin:4px 6px}.SiteHeader-module___A0a1G__menuItem{border-radius:var(--radius-sm);width:100%;color:var(--cream);text-align:left;align-items:center;gap:10px;padding:9px 12px;font-size:14px;font-weight:600;transition:background-color .15s,color .15s;display:flex}.SiteHeader-module___A0a1G__menuItem:hover{background:var(--surface);color:var(--cream)}.SiteHeader-module___A0a1G__menuItem:focus-visible{outline:2px solid var(--caramel);outline-offset:-2px}.SiteHeader-module___A0a1G__menuLogout,.SiteHeader-module___A0a1G__menuLogout:hover{color:var(--danger-strong)}.SiteHeader-module___A0a1G__burger{border-radius:var(--radius-sm);width:38px;height:38px;color:var(--cream);justify-content:center;align-items:center;font-size:19px;line-height:1;display:none}.SiteHeader-module___A0a1G__burger:hover{background:var(--espresso-mid)}.SiteHeader-module___A0a1G__burger:focus-visible{outline:2px solid var(--caramel);outline-offset:2px}.SiteHeader-module___A0a1G__mobilePanel{display:none}@media (max-width:860px){.SiteHeader-module___A0a1G__inner{gap:14px}.SiteHeader-module___A0a1G__nav,.SiteHeader-module___A0a1G__localeDesktop,.SiteHeader-module___A0a1G__authButtons,.SiteHeader-module___A0a1G__userName,.SiteHeader-module___A0a1G__caret,.SiteHeader-module___A0a1G__coins{display:none}.SiteHeader-module___A0a1G__burger{display:inline-flex}.SiteHeader-module___A0a1G__mobilePanel{border-top:1px solid var(--border-soft);flex-direction:column;gap:12px;padding:12px 16px 18px;animation:.15s ease-out SiteHeader-module___A0a1G__fadeIn;display:flex}.SiteHeader-module___A0a1G__mobileNav{flex-direction:column;gap:2px;display:flex}.SiteHeader-module___A0a1G__mobileNav .SiteHeader-module___A0a1G__navLink{padding:11px 12px;font-size:15px}.SiteHeader-module___A0a1G__mobileRow{padding:0 12px;display:flex}.SiteHeader-module___A0a1G__mobileAuth{grid-template-columns:1fr 1fr;gap:10px;padding:0 12px;display:grid}}@keyframes SiteHeader-module___A0a1G__fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}
.auth-form-module__LsN-nG__form{flex-direction:column;gap:16px;display:flex}.auth-form-module__LsN-nG__title{font-family:var(--font-serif-stack);color:var(--cream);font-size:26px;font-weight:700}.auth-form-module__LsN-nG__subtitle{color:var(--muted);margin-top:-10px;font-size:13.5px}.auth-form-module__LsN-nG__formError{border-radius:var(--radius-sm);color:#e08a76;background:#c65f4a1f;border:1px solid #c65f4a66;margin:0;padding:10px 14px;font-size:13px}.auth-form-module__LsN-nG__submit{margin-top:4px}.auth-form-module__LsN-nG__links{border-top:1px solid var(--border-soft);color:var(--muted);text-align:center;flex-direction:column;gap:6px;margin-top:4px;padding-top:14px;font-size:13.5px;display:flex}.auth-form-module__LsN-nG__consent{border:1px solid var(--border-soft);border-radius:var(--radius-sm);background:var(--espresso-mid);flex-direction:column;gap:10px;padding:12px 14px;display:flex}.auth-form-module__LsN-nG__checkboxRow{color:var(--foam);cursor:pointer;align-items:flex-start;gap:10px;font-size:13.5px;line-height:1.45;display:flex}.auth-form-module__LsN-nG__checkbox{width:16px;height:16px;accent-color:var(--caramel);cursor:pointer;flex-shrink:0;margin-top:2px}.auth-form-module__LsN-nG__consentHint{color:var(--muted);margin:0;font-size:12px}.auth-form-module__LsN-nG__inviteToggle{color:var(--caramel);align-self:flex-start;font-size:13.5px}.auth-form-module__LsN-nG__inviteToggle:hover{color:var(--caramel-strong)}
.layout-module__AWRv7G__shell{flex-direction:column;min-height:100dvh;display:flex}.layout-module__AWRv7G__main{flex:1;width:100%;padding:32px 0 72px}
.page-module__NMjrea__page{padding-top:8px}.page-module__NMjrea__hero{grid-template-columns:300px minmax(0,1fr);align-items:start;gap:40px;display:grid}.page-module__NMjrea__coverBox{aspect-ratio:3/4;border:1px solid var(--border-soft);border-radius:var(--radius-lg);background:var(--espresso-mid);box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.page-module__NMjrea__cover{object-fit:cover;width:100%;height:100%}.page-module__NMjrea__coverFallback{text-align:center;background:radial-gradient(circle at 30% 20%,#d9a56624,#0000 55%),linear-gradient(160deg,#2e241c,#1d1510);flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:28px;display:flex}.page-module__NMjrea__coverGlyph{opacity:.85;font-size:52px}.page-module__NMjrea__coverTitle{font-family:var(--font-serif-stack);color:var(--foam);font-size:19px;font-weight:600}.page-module__NMjrea__info{flex-direction:column;gap:18px;min-width:0;display:flex}.page-module__NMjrea__title{font-family:var(--font-serif-stack);letter-spacing:-.01em;font-size:clamp(30px,4.5vw,44px);font-weight:600;line-height:1.15}.page-module__NMjrea__authorRow{align-items:center;gap:10px;display:flex}.page-module__NMjrea__authorCol{flex-direction:column;gap:1px;min-width:0;display:flex}.page-module__NMjrea__authorName{color:var(--cream);text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:700;overflow:hidden}.page-module__NMjrea__authorLabel{color:var(--muted);font-size:12px}.page-module__NMjrea__badges{flex-wrap:wrap;gap:8px;display:flex}.page-module__NMjrea__metaRow{color:var(--foam);flex-wrap:wrap;align-items:center;gap:6px 12px;font-size:14px;display:flex}.page-module__NMjrea__actions{flex-wrap:wrap;align-items:center;gap:14px;margin-top:6px;display:flex}.page-module__NMjrea__about{max-width:760px;margin-top:48px}.page-module__NMjrea__aboutTitle{font-family:var(--font-serif-stack);margin-bottom:14px;font-size:24px;font-weight:600}.page-module__NMjrea__description{font-family:var(--font-serif-stack);color:var(--cream);white-space:pre-line;font-size:16px;line-height:1.75}.page-module__NMjrea__noDescription{color:var(--muted);font-style:italic}@media (max-width:760px){.page-module__NMjrea__hero{grid-template-columns:minmax(0,1fr);gap:24px}.page-module__NMjrea__coverBox{max-width:280px}.page-module__NMjrea__about{margin-top:36px}}
.settings-module__i-G2PW__page{flex-direction:column;gap:24px;padding-top:32px;padding-bottom:64px;display:flex}.settings-module__i-G2PW__header{flex-direction:column;gap:4px;display:flex}.settings-module__i-G2PW__title{font-family:var(--font-serif-stack);color:var(--cream);font-size:30px;font-weight:700}.settings-module__i-G2PW__subtitle{color:var(--muted);font-size:14px}.settings-module__i-G2PW__tabs{margin-bottom:4px}.settings-module__i-G2PW__section{animation:.2s both settings-module__i-G2PW__fadeIn}.settings-module__i-G2PW__profileCard{max-width:560px}.settings-module__i-G2PW__profileForm{flex-direction:column;gap:18px;display:flex}.settings-module__i-G2PW__roleRow{flex-direction:column;gap:6px;display:flex}.settings-module__i-G2PW__roleLabel{color:var(--foam);font-size:13px;font-weight:600}.settings-module__i-G2PW__roleBadge{align-self:flex-start}.settings-module__i-G2PW__profileActions{justify-content:flex-end;padding-top:4px;display:flex}
.status-module__Rn2elG__screen{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:46vh;padding:64px 24px;animation:.25s ease-out status-module__Rn2elG__fadeIn;display:flex}.status-module__Rn2elG__icon{opacity:.9;margin-bottom:4px;font-size:54px;line-height:1}.status-module__Rn2elG__code{font-family:var(--font-serif-stack);color:var(--caramel);font-size:60px;font-weight:600;line-height:1}.status-module__Rn2elG__title{font-family:var(--font-serif-stack);font-size:28px;font-weight:600}.status-module__Rn2elG__description{max-width:460px;color:var(--muted);font-size:15px;line-height:1.6}.status-module__Rn2elG__actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:18px;display:flex}
.layout-module__0WDh3W__shell{background:var(--espresso);min-height:100dvh;display:flex}.layout-module__0WDh3W__sidebar{background:var(--espresso-mid);border-right:1px solid var(--border-soft);flex-direction:column;flex-shrink:0;gap:22px;width:236px;height:100dvh;padding:20px 14px;display:flex;position:sticky;top:0;overflow-y:auto}.layout-module__0WDh3W__brand{color:var(--cream);font-family:var(--font-serif-stack);align-items:baseline;gap:8px;padding:0 12px;font-size:19px;font-weight:700;display:flex}.layout-module__0WDh3W__brand:hover{color:var(--caramel-strong)}.layout-module__0WDh3W__brandTag{font-family:var(--font-sans-stack);text-transform:uppercase;letter-spacing:.1em;color:var(--caramel);font-size:11px;font-weight:700}.layout-module__0WDh3W__sidebarFooter{border-top:1px solid var(--border-soft);margin-top:auto;padding:12px 12px 0}.layout-module__0WDh3W__backLink{color:var(--muted);font-size:13.5px;font-weight:600}.layout-module__0WDh3W__backLink:hover{color:var(--caramel)}.layout-module__0WDh3W__main{flex-direction:column;flex:1;min-width:0;display:flex}.layout-module__0WDh3W__header{border-bottom:1px solid var(--border-soft);justify-content:space-between;align-items:center;gap:16px;padding:14px 28px;display:flex}.layout-module__0WDh3W__headerTitle{letter-spacing:.02em;color:var(--foam);font-size:15px;font-weight:800}.layout-module__0WDh3W__headerUser{color:var(--muted);font-size:13.5px;font-weight:600}.layout-module__0WDh3W__content{flex:1;padding:24px 28px 48px}@media (max-width:900px){.layout-module__0WDh3W__shell{flex-direction:column}.layout-module__0WDh3W__sidebar{border-right:none;border-bottom:1px solid var(--border-soft);flex-direction:column;gap:14px;width:100%;height:auto;padding:14px 16px;position:static}.layout-module__0WDh3W__sidebarFooter{margin-top:0;padding-top:10px}.layout-module__0WDh3W__header,.layout-module__0WDh3W__content{padding-inline:16px}}
.InvitesTable-module__C5Mo6G__codeCell{white-space:nowrap;align-items:center;gap:6px;display:inline-flex}.InvitesTable-module__C5Mo6G__createdBox{text-align:center;flex-direction:column;align-items:center;gap:14px;padding:10px 0 4px;display:flex}.InvitesTable-module__C5Mo6G__codeBig{letter-spacing:.14em;color:var(--caramel);background:var(--espresso-mid);border:1px dashed var(--border-strong);border-radius:var(--radius-md);-webkit-user-select:all;user-select:all;padding:14px 22px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:28px;font-weight:700}.InvitesTable-module__C5Mo6G__createdHint{color:var(--muted);max-width:340px;font-size:13px}
.SettingsPanel-module__q3OtpG__groups{flex-direction:column;gap:20px;display:flex}.SettingsPanel-module__q3OtpG__group{padding:0}.SettingsPanel-module__q3OtpG__groupTitle{color:var(--foam);border-bottom:1px solid var(--border-strong);padding:16px 20px;font-size:15px;font-weight:700}.SettingsPanel-module__q3OtpG__row{border-bottom:1px solid var(--border-soft);justify-content:space-between;align-items:center;gap:20px;padding:14px 20px;display:flex}.SettingsPanel-module__q3OtpG__row:last-child{border-bottom:none}.SettingsPanel-module__q3OtpG__rowInfo{min-width:0}.SettingsPanel-module__q3OtpG__rowDescription{color:var(--cream);font-weight:600}.SettingsPanel-module__q3OtpG__rowKey{color:var(--muted);margin-top:2px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px}.SettingsPanel-module__q3OtpG__rowDefault{color:var(--muted);margin-top:2px;font-size:12px}.SettingsPanel-module__q3OtpG__rowControls{flex-shrink:0;align-items:center;gap:10px;display:flex}.SettingsPanel-module__q3OtpG__numberInput{text-align:right;width:120px}.SettingsPanel-module__q3OtpG__checkboxLabel{color:var(--foam);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;font-size:14px;display:inline-flex}.SettingsPanel-module__q3OtpG__checkbox{width:18px;height:18px;accent-color:var(--caramel);cursor:pointer}@media (max-width:640px){.SettingsPanel-module__q3OtpG__row{flex-direction:column;align-items:stretch}.SettingsPanel-module__q3OtpG__rowControls{justify-content:flex-end}}
.AssetsView-module__MJZYkq__page{padding-block:24px 48px}.AssetsView-module__MJZYkq__loadState{justify-content:center;padding:80px 0;display:flex}.AssetsView-module__MJZYkq__head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.AssetsView-module__MJZYkq__fileInput{display:none}.AssetsView-module__MJZYkq__dropzone{border:1.5px dashed var(--border-strong);border-radius:var(--radius-md);color:var(--muted);justify-content:center;align-items:center;margin-bottom:20px;padding:18px;font-size:13px;transition:border-color .15s,background-color .15s;display:flex}.AssetsView-module__MJZYkq__dropzoneActive{border-color:var(--caramel);color:var(--caramel);background:#d9a56614}.AssetsView-module__MJZYkq__grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;display:grid}.AssetsView-module__MJZYkq__card{background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--radius-md);flex-direction:column;gap:8px;padding:10px;display:flex}.AssetsView-module__MJZYkq__preview{aspect-ratio:16/10;border-radius:var(--radius-sm);background:var(--espresso-mid);justify-content:center;align-items:center;display:flex;overflow:hidden}.AssetsView-module__MJZYkq__preview img{object-fit:cover;width:100%;height:100%}.AssetsView-module__MJZYkq__audio{width:100%;height:36px}.AssetsView-module__MJZYkq__video{object-fit:cover;width:100%;height:100%}.AssetsView-module__MJZYkq__fileIcon{font-size:30px}.AssetsView-module__MJZYkq__cardMeta{color:var(--muted);align-items:center;gap:10px;font-size:11px;display:flex}.AssetsView-module__MJZYkq__kind{color:var(--foam);font-weight:700}.AssetsView-module__MJZYkq__size,.AssetsView-module__MJZYkq__date{white-space:nowrap}.AssetsView-module__MJZYkq__pagination{justify-content:center;margin-top:24px;display:flex}
.CharactersView-module__0auMJW__page{padding-block:24px 48px}.CharactersView-module__0auMJW__loadState{justify-content:center;padding:80px 0;display:flex}.CharactersView-module__0auMJW__head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.CharactersView-module__0auMJW__grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;display:grid}.CharactersView-module__0auMJW__card{background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--radius-md);text-align:center;flex-direction:column;align-items:center;gap:8px;padding:20px 16px;transition:border-color .15s;display:flex}.CharactersView-module__0auMJW__card:hover{border-color:#d9a56673}.CharactersView-module__0auMJW__cardName{font-family:var(--font-serif-stack);color:var(--cream);font-size:15px;font-weight:600}.CharactersView-module__0auMJW__cardDescription{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;display:-webkit-box;overflow:hidden}.CharactersView-module__0auMJW__cardMeta{color:var(--muted);font-size:11px}.CharactersView-module__0auMJW__modalBody{flex-direction:column;gap:20px;display:flex}.CharactersView-module__0auMJW__avatarBlock{align-items:flex-start;gap:16px;display:flex}.CharactersView-module__0auMJW__avatarActions{flex-direction:column;flex:1;gap:8px;display:flex}.CharactersView-module__0auMJW__generateRow{align-items:center;gap:8px;display:flex}.CharactersView-module__0auMJW__promptInput{flex:1;height:32px;font-size:13px}.CharactersView-module__0auMJW__aiButton{color:var(--caramel);white-space:nowrap;border-color:#d9a56680}.CharactersView-module__0auMJW__fields{flex-direction:column;gap:12px;display:flex}.CharactersView-module__0auMJW__fileInput{display:none}.CharactersView-module__0auMJW__spritesBlock{flex-direction:column;gap:10px;display:flex}.CharactersView-module__0auMJW__blockTitle{color:var(--foam);font-size:13px;font-weight:700}.CharactersView-module__0auMJW__spriteGrid{grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:10px;display:grid}.CharactersView-module__0auMJW__spriteCard{background:var(--espresso-mid);border:1px solid var(--border-soft);border-radius:var(--radius-sm);flex-direction:column;gap:4px;padding:6px;display:flex;position:relative}.CharactersView-module__0auMJW__spriteImage{aspect-ratio:3/4;object-fit:cover;background:var(--espresso);border-radius:6px;width:100%}.CharactersView-module__0auMJW__spriteEmotion{color:var(--foam);text-align:center;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:600;overflow:hidden}.CharactersView-module__0auMJW__spriteDelete{width:20px;height:20px;color:var(--foam);background:#0c0805b3;border-radius:50%;justify-content:center;align-items:center;font-size:10px;display:flex;position:absolute;top:2px;right:2px}.CharactersView-module__0auMJW__spriteDelete:hover:not(:disabled){color:var(--danger-strong)}.CharactersView-module__0auMJW__addSprite{align-items:center;gap:8px;display:flex}.CharactersView-module__0auMJW__emotionInput{max-width:180px;height:32px;font-size:13px}.CharactersView-module__0auMJW__deleteButton{margin-right:auto}
.EditorShell-module__SvcbCW__shell{background:var(--espresso);flex-direction:column;height:100dvh;display:flex}.EditorShell-module__SvcbCW__loadState{min-height:100dvh;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}.EditorShell-module__SvcbCW__topbar{background:var(--espresso-mid);border-bottom:1px solid var(--border-soft);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:10px 16px;display:flex}.EditorShell-module__SvcbCW__topbarLeft{flex:auto;align-items:center;gap:10px;min-width:0;display:flex}.EditorShell-module__SvcbCW__topbarRight{flex-shrink:0;align-items:center;gap:12px;display:flex}.EditorShell-module__SvcbCW__backLink{color:var(--muted);border-radius:var(--radius-sm);padding:4px 8px;font-size:18px}.EditorShell-module__SvcbCW__backLink:hover{color:var(--cream);background:var(--surface)}.EditorShell-module__SvcbCW__titleInput{font-family:var(--font-serif-stack);color:var(--cream);border-radius:var(--radius-sm);background:0 0;border:1px solid #0000;width:100%;min-width:120px;max-width:340px;padding:4px 8px;font-size:18px;font-weight:600;transition:border-color .15s,background-color .15s}.EditorShell-module__SvcbCW__titleInput:hover:not(:disabled){border-color:var(--border-strong)}.EditorShell-module__SvcbCW__titleInput:focus{border-color:var(--caramel);background:var(--espresso);outline:none}.EditorShell-module__SvcbCW__titleInput::placeholder{color:var(--muted)}.EditorShell-module__SvcbCW__version,.EditorShell-module__SvcbCW__savedLabel{color:var(--muted);white-space:nowrap;font-size:12px}.EditorShell-module__SvcbCW__saveError{color:var(--danger-strong)}.EditorShell-module__SvcbCW__localeSwitch{align-items:center;gap:4px;display:flex}.EditorShell-module__SvcbCW__localeSelect{background-position:right 10px center;width:auto;height:32px;padding:0 30px 0 10px;font-size:13px}.EditorShell-module__SvcbCW__localesLink{border-radius:var(--radius-sm);border:1px solid var(--border-strong);width:28px;height:28px;color:var(--muted);justify-content:center;align-items:center;font-size:15px;line-height:1;display:inline-flex}.EditorShell-module__SvcbCW__localesLink:hover{color:var(--caramel);border-color:var(--caramel)}.EditorShell-module__SvcbCW__tabsNav{background:var(--espresso-mid);border-bottom:1px solid var(--border-soft);gap:4px;padding:0 16px;display:flex;overflow-x:auto}.EditorShell-module__SvcbCW__tabLink{color:var(--muted);white-space:nowrap;border-bottom:2px solid #0000;border-radius:0;padding:10px 14px;font-size:13px;font-weight:600}.EditorShell-module__SvcbCW__tabLink:hover{color:var(--foam)}.EditorShell-module__SvcbCW__tabActive{color:var(--caramel);border-bottom-color:var(--caramel)}.EditorShell-module__SvcbCW__banner{color:#b79ad6;background:#9a7bbf1f;border-bottom:1px solid #9a7bbf40;padding:8px 16px;font-size:13px;font-weight:600}.EditorShell-module__SvcbCW__main{flex:1;min-height:0;position:relative;overflow:auto}.EditorShell-module__SvcbCW__submitBody{flex-direction:column;gap:12px;display:flex}.EditorShell-module__SvcbCW__checklist{flex-direction:column;gap:6px;display:flex}.EditorShell-module__SvcbCW__checkItem{align-items:baseline;gap:8px;font-size:13px;display:flex}.EditorShell-module__SvcbCW__checkOk{color:var(--success)}.EditorShell-module__SvcbCW__checkFail{color:var(--danger-strong)}.EditorShell-module__SvcbCW__submitError{border-radius:var(--radius-sm);color:#e08a76;background:#c65f4a24;border:1px solid #c65f4a59;padding:10px 12px;font-size:13px;display:block}
.LocalesView-module__NYeSwW__page{padding-block:24px 48px}.LocalesView-module__NYeSwW__loadState{justify-content:center;padding:80px 0;display:flex}.LocalesView-module__NYeSwW__head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.LocalesView-module__NYeSwW__layout{grid-template-columns:300px 1fr;align-items:start;gap:24px;display:grid}@media (max-width:800px){.LocalesView-module__NYeSwW__layout{grid-template-columns:1fr}}.LocalesView-module__NYeSwW__list{flex-direction:column;gap:8px;display:flex}.LocalesView-module__NYeSwW__listItem{background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--radius-md);text-align:left;align-items:center;gap:12px;padding:12px 14px;transition:border-color .15s;display:flex}.LocalesView-module__NYeSwW__listItem:hover{border-color:var(--border-strong)}.LocalesView-module__NYeSwW__listItemActive{border-color:var(--caramel)}.LocalesView-module__NYeSwW__flag{font-size:20px}.LocalesView-module__NYeSwW__listMain{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.LocalesView-module__NYeSwW__listCode{color:var(--caramel);font-size:12px;font-weight:800}.LocalesView-module__NYeSwW__defaultMark{color:var(--muted);font-weight:600}.LocalesView-module__NYeSwW__listTitle{color:var(--cream);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.LocalesView-module__NYeSwW__listBadges{align-items:center;gap:8px;display:flex}.LocalesView-module__NYeSwW__completeDot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.LocalesView-module__NYeSwW__completeYes{background:var(--success)}.LocalesView-module__NYeSwW__completeNo{background:var(--danger)}.LocalesView-module__NYeSwW__form{flex-direction:column;gap:20px;display:flex}.LocalesView-module__NYeSwW__localeForm{background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--radius-md);flex-direction:column;gap:16px;padding:20px;display:flex}.LocalesView-module__NYeSwW__coverBlock{flex-direction:column;gap:8px;display:flex}.LocalesView-module__NYeSwW__coverLabel{color:var(--foam);font-size:13px;font-weight:600}.LocalesView-module__NYeSwW__coverPreview{aspect-ratio:16/9;object-fit:cover;border-radius:var(--radius-sm);border:1px solid var(--border-soft);width:100%;max-width:320px}.LocalesView-module__NYeSwW__coverEmpty{aspect-ratio:16/9;border-radius:var(--radius-sm);border:1px dashed var(--border-strong);max-width:320px;color:var(--muted);justify-content:center;align-items:center;font-size:12px;display:flex}.LocalesView-module__NYeSwW__coverActions{gap:8px;display:flex}.LocalesView-module__NYeSwW__fileInput{display:none}.LocalesView-module__NYeSwW__formFooter{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.LocalesView-module__NYeSwW__aiButton{color:var(--caramel);border-color:#d9a56680}
.ProjectsView-module__Tr2O-q__page{padding-block:32px 64px}.ProjectsView-module__Tr2O-q__head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.ProjectsView-module__Tr2O-q__loading{justify-content:center;padding:80px 0;display:flex}.ProjectsView-module__Tr2O-q__grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px;display:grid}.ProjectsView-module__Tr2O-q__card{background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--radius-md);flex-direction:column;transition:border-color .15s,transform .15s;display:flex;overflow:hidden}.ProjectsView-module__Tr2O-q__card:hover{border-color:#d9a56666}.ProjectsView-module__Tr2O-q__coverLink{display:block}.ProjectsView-module__Tr2O-q__cover{aspect-ratio:16/9;object-fit:cover;width:100%}.ProjectsView-module__Tr2O-q__coverFallback{aspect-ratio:16/9;color:#e9d5b866;background:linear-gradient(135deg,#241a14 0%,#3a2b1e 60%,#4a3a2c 100%);justify-content:center;align-items:center;font-size:34px;display:flex}.ProjectsView-module__Tr2O-q__cardBody{flex-direction:column;flex:1;gap:10px;padding:14px 16px 16px;display:flex}.ProjectsView-module__Tr2O-q__cardTitleRow{min-height:24px}.ProjectsView-module__Tr2O-q__cardTitle{font-family:var(--font-serif-stack);color:var(--cream);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:17px;font-weight:600;display:-webkit-box;overflow:hidden}.ProjectsView-module__Tr2O-q__cardTitle:hover{color:var(--caramel)}.ProjectsView-module__Tr2O-q__badges{flex-wrap:wrap;gap:6px;display:flex}.ProjectsView-module__Tr2O-q__meta{color:var(--muted);gap:14px;margin-top:auto;font-size:12px;display:flex}.ProjectsView-module__Tr2O-q__actions{flex-wrap:wrap;gap:8px;display:flex}.ProjectsView-module__Tr2O-q__reviewButton{font-weight:700}.ProjectsView-module__Tr2O-q__pagination{justify-content:center;margin-top:28px;display:flex}.ProjectsView-module__Tr2O-q__createForm{flex-direction:column;gap:16px;display:flex}
.ReviewView-module__Hj-6nG__page{max-width:860px;padding-block:24px 48px}.ReviewView-module__Hj-6nG__loadState{justify-content:center;padding:80px 0;display:flex}.ReviewView-module__Hj-6nG__head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.ReviewView-module__Hj-6nG__rounds{flex-direction:column;gap:12px;display:flex}.ReviewView-module__Hj-6nG__round{background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--radius-md);overflow:hidden}.ReviewView-module__Hj-6nG__roundHead{text-align:left;align-items:center;gap:12px;width:100%;padding:14px 18px;display:flex}.ReviewView-module__Hj-6nG__roundHead:hover{background:var(--espresso-mid)}.ReviewView-module__Hj-6nG__roundTitle{color:var(--cream);font-size:14px;font-weight:700}.ReviewView-module__Hj-6nG__roundDate{color:var(--muted);margin-left:auto;font-size:12px}.ReviewView-module__Hj-6nG__chevron{color:var(--muted);transition:transform .15s;transform:rotate(-90deg)}.ReviewView-module__Hj-6nG__chevronOpen{transform:rotate(0)}.ReviewView-module__Hj-6nG__roundBody{flex-direction:column;gap:16px;padding:0 18px 18px;display:flex}.ReviewView-module__Hj-6nG__blockLabel{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:6px;font-size:11px;font-weight:800}.ReviewView-module__Hj-6nG__summary{border-radius:var(--radius-sm);background:#9a7bbf1a;border:1px solid #9a7bbf40;padding:12px 14px}.ReviewView-module__Hj-6nG__summaryText{color:var(--cream);white-space:pre-wrap;font-size:13px;line-height:1.6}.ReviewView-module__Hj-6nG__decisionNote{border-radius:var(--radius-sm);background:#d9a5661a;border:1px solid #d9a56666;padding:12px 14px}.ReviewView-module__Hj-6nG__decisionText{color:var(--cream);white-space:pre-wrap;font-size:14px;font-weight:500;line-height:1.6}.ReviewView-module__Hj-6nG__comments{flex-direction:column;gap:10px;display:flex}.ReviewView-module__Hj-6nG__noComments{color:var(--muted);font-size:13px}.ReviewView-module__Hj-6nG__comment{border-radius:var(--radius-sm);background:var(--espresso-mid);border:1px solid var(--border-soft);border-left-width:3px;flex-direction:column;gap:8px;padding:12px 14px;display:flex}.ReviewView-module__Hj-6nG__commentWarning{border-left-color:var(--amber-node)}.ReviewView-module__Hj-6nG__commentCritical{border-left-color:var(--danger)}.ReviewView-module__Hj-6nG__commentHead{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.ReviewView-module__Hj-6nG__severity{letter-spacing:.04em;font-size:11px;font-weight:800}.ReviewView-module__Hj-6nG__severityINFO{color:var(--muted)}.ReviewView-module__Hj-6nG__severityWARNING{color:var(--amber-node)}.ReviewView-module__Hj-6nG__severityCRITICAL{color:var(--danger-strong)}.ReviewView-module__Hj-6nG__source{color:var(--muted);margin-left:auto;font-size:11px}.ReviewView-module__Hj-6nG__commentText{color:var(--cream);white-space:pre-wrap;font-size:13px;line-height:1.55}.ReviewView-module__Hj-6nG__sceneLink{align-self:flex-start;font-size:12px;font-weight:600}
.ModerationQueue-module__rGNhNG__page{width:100%;max-width:1200px;margin-inline:auto;padding:28px 24px 48px}.ModerationQueue-module__rGNhNG__head{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:20px;display:flex}.ModerationQueue-module__rGNhNG__heading{font-family:var(--font-serif-stack);color:var(--cream);font-size:26px;font-weight:600}.ModerationQueue-module__rGNhNG__subheading{color:var(--muted);margin-top:4px;font-size:13.5px}.ModerationQueue-module__rGNhNG__total{color:var(--foam);white-space:nowrap;font-size:13px;font-weight:600}.ModerationQueue-module__rGNhNG__filters{background:var(--espresso-mid);border:1px solid var(--border-soft);border-radius:var(--radius-md);flex-wrap:wrap;align-items:flex-end;gap:12px;margin-bottom:20px;padding:14px 16px;display:flex}.ModerationQueue-module__rGNhNG__filter{flex-direction:column;gap:5px;display:flex}.ModerationQueue-module__rGNhNG__filterLabel{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);font-size:11.5px;font-weight:700}.ModerationQueue-module__rGNhNG__authorInput{width:240px;height:34px;font-size:13px}.ModerationQueue-module__rGNhNG__dateInput{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;width:160px;height:34px;font-size:13px}.ModerationQueue-module__rGNhNG__criticalFilter{height:34px;color:var(--foam);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;font-size:13.5px;font-weight:600;display:inline-flex}.ModerationQueue-module__rGNhNG__criticalFilter input{width:15px;height:15px;accent-color:var(--caramel);cursor:pointer}.ModerationQueue-module__rGNhNG__loading{justify-content:center;padding:64px 0;display:flex}.ModerationQueue-module__rGNhNG__list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.ModerationQueue-module__rGNhNG__row{background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--radius-md);color:var(--cream);grid-template-columns:44px minmax(180px,1.4fr) minmax(150px,1fr) 90px 150px minmax(190px,1fr);align-items:center;gap:14px;padding:12px 16px;transition:border-color .15s,background-color .15s,transform 80ms;display:grid}.ModerationQueue-module__rGNhNG__row:hover{color:var(--cream);background:#352a20;border-color:#d9a56666}.ModerationQueue-module__rGNhNG__cover{background:linear-gradient(160deg, #3a2d20 0%, var(--espresso-mid) 100%);border:1px solid var(--border-strong);width:44px;height:58px;font-family:var(--font-serif-stack);color:var(--caramel);border-radius:8px;justify-content:center;align-items:center;font-size:20px;font-weight:600;display:flex}.ModerationQueue-module__rGNhNG__novelCell{flex-direction:column;gap:2px;min-width:0;display:flex}.ModerationQueue-module__rGNhNG__novelTitle{font-family:var(--font-serif-stack);text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:600;overflow:hidden}.ModerationQueue-module__rGNhNG__novelSlug{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.ModerationQueue-module__rGNhNG__authorCell{flex-direction:column;gap:2px;min-width:0;display:flex}.ModerationQueue-module__rGNhNG__authorName{max-width:100%;color:var(--foam);text-align:left;text-overflow:ellipsis;white-space:nowrap;align-self:flex-start;font-size:13.5px;font-weight:600;overflow:hidden}.ModerationQueue-module__rGNhNG__authorName:hover{color:var(--caramel);text-decoration:underline}.ModerationQueue-module__rGNhNG__authorEmail{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.ModerationQueue-module__rGNhNG__roundCell{color:var(--foam);white-space:nowrap;font-size:13px;font-weight:600}.ModerationQueue-module__rGNhNG__dateCell{flex-direction:column;gap:2px;min-width:0;display:flex}.ModerationQueue-module__rGNhNG__dateMain{color:var(--cream);white-space:nowrap;font-size:12.5px}.ModerationQueue-module__rGNhNG__dateAgo{color:var(--muted);white-space:nowrap;font-size:12px}.ModerationQueue-module__rGNhNG__countsCell{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.ModerationQueue-module__rGNhNG__noComments{color:var(--muted);font-size:12.5px}.ModerationQueue-module__rGNhNG__pagination{justify-content:center;margin-top:20px;display:flex}@media (max-width:900px){.ModerationQueue-module__rGNhNG__row{grid-template-columns:44px 1fr auto;grid-template-areas:"cover novel counts""cover author counts""cover meta counts";row-gap:4px}.ModerationQueue-module__rGNhNG__cover{grid-area:cover}.ModerationQueue-module__rGNhNG__novelCell{grid-area:novel}.ModerationQueue-module__rGNhNG__authorCell{grid-area:author}.ModerationQueue-module__rGNhNG__roundCell,.ModerationQueue-module__rGNhNG__dateCell{grid-area:meta}.ModerationQueue-module__rGNhNG__roundCell{display:none}.ModerationQueue-module__rGNhNG__countsCell{flex-direction:column;grid-area:counts;align-items:flex-end}}@media (max-width:640px){.ModerationQueue-module__rGNhNG__page{padding:20px 16px 40px}.ModerationQueue-module__rGNhNG__head{flex-direction:column;align-items:flex-start;gap:8px}.ModerationQueue-module__rGNhNG__authorInput,.ModerationQueue-module__rGNhNG__dateInput{width:100%}.ModerationQueue-module__rGNhNG__filter{flex:45%}}
.ReviewWorkspace-module__fSpm6a__center{flex:1;justify-content:center;align-items:center;padding:64px 24px;display:flex}.ReviewWorkspace-module__fSpm6a__workspace{flex-direction:column;height:calc(100dvh - 57px);min-height:0;display:flex}.ReviewWorkspace-module__fSpm6a__topbar{background:var(--espresso-mid);border-bottom:1px solid var(--border-soft);flex-wrap:wrap;align-items:center;gap:10px;padding:10px 16px;display:flex}.ReviewWorkspace-module__fSpm6a__backLink{color:var(--foam);white-space:nowrap;font-size:13px;font-weight:700}.ReviewWorkspace-module__fSpm6a__backLink:hover{color:var(--caramel)}.ReviewWorkspace-module__fSpm6a__novelTitle{font-family:var(--font-serif-stack);color:var(--cream);text-overflow:ellipsis;white-space:nowrap;max-width:360px;font-size:18px;font-weight:600;overflow:hidden}.ReviewWorkspace-module__fSpm6a__topbarSpacer{flex:1}.ReviewWorkspace-module__fSpm6a__metaItem{color:var(--foam);white-space:nowrap;font-size:12.5px}.ReviewWorkspace-module__fSpm6a__metaItem b{color:var(--cream);font-weight:700}.ReviewWorkspace-module__fSpm6a__metaMuted{color:var(--muted);white-space:nowrap;font-size:12.5px}.ReviewWorkspace-module__fSpm6a__panels{flex:1;grid-template-columns:minmax(0,1fr) minmax(380px,470px);min-height:0;display:grid}.ReviewWorkspace-module__fSpm6a__previewPane{background:var(--espresso);min-width:0;min-height:0;overflow-y:auto}.ReviewWorkspace-module__fSpm6a__reportPane{border-left:1px solid var(--border-strong);background:var(--espresso-mid);flex-direction:column;min-height:0;display:flex}.ReviewWorkspace-module__fSpm6a__reportScroll{flex:1;min-height:0;overflow-y:auto}@media (max-width:1020px){.ReviewWorkspace-module__fSpm6a__workspace{height:auto}.ReviewWorkspace-module__fSpm6a__panels{grid-template-columns:1fr}.ReviewWorkspace-module__fSpm6a__previewPane,.ReviewWorkspace-module__fSpm6a__reportScroll{overflow-y:visible}.ReviewWorkspace-module__fSpm6a__reportPane{border-left:none;border-top:1px solid var(--border-strong)}.ReviewWorkspace-module__fSpm6a__novelTitle{max-width:100%}}
.PlayerShell-module__t1SHma__stage{background:var(--espresso);-webkit-user-select:none;user-select:none;position:absolute;inset:0;overflow:hidden}.PlayerShell-module__t1SHma__bgBase{background:radial-gradient(120% 90% at 50% 18%, var(--espresso-mid) 0%, var(--espresso) 72%);position:absolute;inset:0}.PlayerShell-module__t1SHma__bgLayer{background-position:50%;background-size:cover;animation:.6s both PlayerShell-module__t1SHma__bgFade;position:absolute;inset:0}@keyframes PlayerShell-module__t1SHma__bgFade{0%{opacity:0}to{opacity:1}}.PlayerShell-module__t1SHma__vignette{pointer-events:none;background:radial-gradient(130% 100% at 50% 42%,#0000 46%,#0a07048c 100%),linear-gradient(#0000 56%,#0a0704d1),linear-gradient(#0a070480,#0000 24%);position:absolute;inset:0}.PlayerShell-module__t1SHma__sprite{pointer-events:none;z-index:10;align-items:flex-end;height:min(72dvh,700px);display:flex;position:absolute;bottom:0}.PlayerShell-module__t1SHma__spriteLeft{left:4%}.PlayerShell-module__t1SHma__spriteCenter{left:50%;transform:translate(-50%)}.PlayerShell-module__t1SHma__spriteRight{right:4%}.PlayerShell-module__t1SHma__spriteImg{object-fit:contain;filter:drop-shadow(0 20px 44px #0000008c);width:auto;max-width:min(46vw,460px);max-height:100%;animation:.45s both PlayerShell-module__t1SHma__spriteIn}@keyframes PlayerShell-module__t1SHma__spriteIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.PlayerShell-module__t1SHma__ui{z-index:20;padding:72px 20px calc(20px + env(safe-area-inset-bottom));pointer-events:none;flex-direction:column;justify-content:flex-end;align-items:center;display:flex;position:absolute;inset:0}.PlayerShell-module__t1SHma__choicesArea{pointer-events:auto;justify-content:center;width:100%;margin-bottom:14px;display:flex}.PlayerShell-module__t1SHma__dialogArea{pointer-events:auto;justify-content:center;width:100%;display:flex}.PlayerShell-module__t1SHma__center{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:24px;display:flex;position:absolute;inset:0}.PlayerShell-module__t1SHma__centerTitle{font-family:var(--font-serif-stack);color:var(--cream);font-size:26px;font-weight:600}.PlayerShell-module__t1SHma__centerText{max-width:420px;color:var(--muted);font-size:14.5px;line-height:1.6}.PlayerShell-module__t1SHma__centerActions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:10px;display:flex}.PlayerShell-module__t1SHma__modalText{color:var(--foam);font-size:14.5px;line-height:1.6}@media (max-width:640px){.PlayerShell-module__t1SHma__ui{padding-inline:12px}.PlayerShell-module__t1SHma__sprite{height:min(58dvh,520px)}.PlayerShell-module__t1SHma__spriteImg{max-width:72vw}}
.CatalogView-module__wntiAW__page{flex-direction:column;display:flex}.CatalogView-module__wntiAW__head{margin-bottom:24px}.CatalogView-module__wntiAW__title{font-family:var(--font-serif-stack);letter-spacing:-.01em;font-size:clamp(28px,4vw,36px);font-weight:600}.CatalogView-module__wntiAW__subtitle{max-width:640px;color:var(--muted);margin-top:8px;font-size:15px;line-height:1.6}.CatalogView-module__wntiAW__filters{grid-template-columns:minmax(220px,1fr) repeat(3,minmax(140px,190px)) auto auto;align-items:center;gap:10px;display:grid}.CatalogView-module__wntiAW__search{min-width:0}.CatalogView-module__wntiAW__reset{color:var(--muted);white-space:nowrap;justify-self:start;padding:0 4px;font-size:13px;font-weight:600}.CatalogView-module__wntiAW__reset:hover{color:var(--caramel)}.CatalogView-module__wntiAW__found{color:var(--muted);margin:18px 0 14px;font-size:13px}.CatalogView-module__wntiAW__grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px;display:grid}.CatalogView-module__wntiAW__empty{border:1px dashed var(--border-strong);border-radius:var(--radius-lg)}.CatalogView-module__wntiAW__pagination{justify-content:center;margin-top:32px}@media (max-width:960px){.CatalogView-module__wntiAW__filters{grid-template-columns:repeat(2,minmax(0,1fr))}.CatalogView-module__wntiAW__search{grid-column:1/-1}}@media (max-width:520px){.CatalogView-module__wntiAW__filters{grid-template-columns:minmax(0,1fr)}.CatalogView-module__wntiAW__grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px}}
