.rf-shell{max-width:1180px;font-family:var(--font-body);color:var(--text-body);margin:0 auto;padding:clamp(1.25rem,3vw,2.5rem) clamp(1rem,3vw,2rem) 5rem}.rf-head{justify-content:space-between;align-items:flex-end;gap:var(--space-6);margin-bottom:var(--space-8);flex-wrap:wrap;display:flex}.rf-head h1{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text-ink);margin:0 0 .4rem;font-size:clamp(1.9rem,4vw,2.75rem);font-weight:700;line-height:1.05}.rf-head .rf-sub{max-width:46ch;color:var(--text-body);margin:0;font-size:.95rem}.rf-quota{background:var(--bg-surface);border:1px solid var(--border-hairline);border-radius:var(--radius-xl);min-width:240px;padding:var(--space-4) var(--space-5)}.rf-quota__top{justify-content:space-between;align-items:baseline;margin-bottom:.6rem;display:flex}.rf-quota__row{margin-top:.6rem}.rf-quota__row .rf-quota__top{margin-bottom:.35rem}.rf-quota__row .rf-quota__label{text-transform:none;letter-spacing:0;color:var(--text-body);font-size:.76rem}.rf-quota__label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-size:.72rem}.rf-quota__count{font-family:var(--font-mono);color:var(--text-ink);font-size:.85rem}.rf-quota__bar{background:var(--bg-hover);border-radius:999px;height:6px;overflow:hidden}.rf-quota__fill{background:var(--accent);height:100%;transition:width var(--duration-normal,.3s) ease;border-radius:999px}.rf-quota__fill--full{background:var(--status-peak)}.rf-quota__note{color:var(--text-muted);margin-top:.6rem;font-size:.72rem;line-height:1.5}.rf-studio{gap:var(--space-5);grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);align-items:start;display:grid}@media (max-width:900px){.rf-studio{grid-template-columns:1fr}}.rf-studio__rail{gap:var(--space-5);flex-direction:column;display:flex;position:sticky;top:1rem}@media (max-width:900px){.rf-studio__rail{position:static}}.rf-card{background:var(--bg-surface);border:1px solid var(--border-hairline);border-radius:var(--radius-2xl);padding:clamp(1.25rem,2.5vw,1.75rem)}.rf-card+.rf-card{margin-top:var(--space-5)}.rf-card__title{font-family:var(--font-display);color:var(--text-ink);margin:0 0 .35rem;font-size:1.1rem;font-weight:600}.rf-card__hint{color:var(--text-muted);margin:0 0 var(--space-4);font-size:.85rem}.rf-field{margin-bottom:var(--space-4);display:block}.rf-textarea{background:var(--bg-void);border:1px solid var(--border-divider);border-radius:var(--radius-lg);width:100%;color:var(--text-ink);font:inherit;resize:vertical;min-height:7.5rem;transition:border-color var(--duration-fast,.15s) ease;padding:.85rem .95rem;font-size:.95rem;line-height:1.5}.rf-textarea:focus{border-color:var(--accent);outline:none}.rf-textarea::placeholder{color:var(--text-muted)}.rf-field__foot{justify-content:space-between;align-items:center;margin-top:.45rem;display:flex}.rf-counter{font-family:var(--font-mono);color:var(--text-muted);font-size:.72rem}.rf-counter--near{color:var(--status-peak)}.rf-counter--over{color:var(--status-dying)}.rf-btn{font:inherit;border-radius:var(--radius-md);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1.1rem;font-size:.9rem;font-weight:600;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.rf-btn:disabled{opacity:.5;cursor:not-allowed}.rf-btn--primary{background:var(--accent);color:#06202c}.rf-btn--primary:not(:disabled):hover{background:var(--accent-hover)}.rf-btn--primary:not(:disabled):active{transform:translateY(1px)}.rf-btn--ghost{border-color:var(--border-divider);color:var(--text-body);background:0 0}.rf-btn--ghost:not(:disabled):hover{border-color:var(--accent);color:var(--text-ink)}.rf-btn--block{width:100%}.rf-stage{background:var(--bg-surface);border:1px solid var(--border-hairline);border-radius:var(--radius-2xl);flex-direction:column;min-height:420px;display:flex;overflow:hidden}.rf-player{gap:var(--space-4);padding:var(--space-5);flex-direction:column;display:flex}.rf-player__frame{aspect-ratio:9/16;border-radius:var(--radius-xl);border:1px solid var(--border-divider);background:#000;width:100%;max-width:320px;margin:0 auto;position:relative;overflow:hidden}.rf-player__video{object-fit:contain;background:#000;width:100%;height:100%;display:block}.rf-player__actions{flex-wrap:wrap;justify-content:center;gap:.6rem;display:flex}.rf-progress{padding:var(--space-8) var(--space-5);text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;display:flex}.rf-progress__ring{border:3px solid #ffffff1f;border-top-color:var(--accent);border-radius:50%;width:46px;height:46px;animation:.8s linear infinite rf-spin}@keyframes rf-spin{to{transform:rotate(360deg)}}.rf-progress__stage{font-family:var(--font-display);color:var(--text-ink);font-size:1.05rem;font-weight:600}.rf-progress__hint{color:var(--text-muted);max-width:32ch;font-size:.82rem;line-height:1.5}.rf-progress__bar{background:var(--bg-hover);border-radius:999px;width:100%;max-width:260px;height:6px;overflow:hidden}.rf-progress__fill{background:var(--accent);height:100%;transition:width var(--duration-normal,.3s) ease;border-radius:999px}.rf-stage__empty{padding:var(--space-8);text-align:center;color:var(--text-muted);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.6rem;display:flex}.rf-stage__empty-icon{border-radius:var(--radius-lg);background:var(--accent-subtle);width:3.2rem;height:3.2rem;color:var(--accent);justify-content:center;align-items:center;display:inline-flex}.rf-stage__empty-title{font-family:var(--font-display);color:var(--text-ink);font-size:1rem;font-weight:600}.rf-stage__empty-hint{max-width:34ch;font-size:.84rem;line-height:1.5}.rf-gallery{margin-top:var(--space-12)}.rf-gallery h2{font-family:var(--font-display);color:var(--text-ink);margin:0 0 var(--space-4);font-size:1.2rem;font-weight:600}.rf-grid{gap:var(--space-4);grid-template-columns:repeat(auto-fill,minmax(160px,1fr));display:grid}.rf-tile{background:var(--bg-surface);border:1px solid var(--border-hairline);border-radius:var(--radius-xl);transition:border-color .15s,background .15s;overflow:hidden}.rf-tile:hover{border-color:var(--border-divider);background:var(--bg-raised)}.rf-tile__frame{aspect-ratio:9/16;background:#000;position:relative}.rf-tile__video{object-fit:cover;width:100%;height:100%;display:block}.rf-tile__pending{background:var(--bg-void);color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:.6rem;font-size:.74rem;display:flex;position:absolute;inset:0}.rf-tile__spinner{border:2px solid #ffffff2e;border-top-color:var(--accent);border-radius:50%;width:22px;height:22px;animation:.8s linear infinite rf-spin}.rf-tile__foot{justify-content:space-between;align-items:center;gap:.5rem;padding:.55rem .7rem;display:flex}.rf-tile__date{font-family:var(--font-mono);color:var(--text-muted);font-size:.68rem}.rf-tile__dl{font:inherit;color:var(--accent);font-size:.72rem;font-weight:500;text-decoration:none}.rf-tile__dl:hover{text-decoration:underline}.rf-badge{text-transform:capitalize;border-radius:999px;align-items:center;gap:.4rem;padding:.18rem .5rem;font-size:.7rem;font-weight:500;display:inline-flex}.rf-badge i{background:currentColor;border-radius:50%;width:6px;height:6px}.rf-badge--complete{color:var(--accent);background:var(--accent-subtle)}.rf-badge--processing,.rf-badge--queued,.rf-badge--pending{color:var(--status-peak);background:var(--status-peak-bg)}.rf-badge--processing i,.rf-badge--queued i,.rf-badge--pending i{animation:1.2s ease-in-out infinite rf-pulse}.rf-badge--error{color:var(--status-dying);background:var(--status-dying-bg)}@keyframes rf-pulse{50%{opacity:.3}}.rf-error{background:var(--status-dying-bg);border:1px solid var(--status-dying);color:var(--status-dying);border-radius:var(--radius-lg);margin-bottom:var(--space-4);padding:.7rem .9rem;font-size:.85rem}.rf-empty{text-align:center;padding:var(--space-8);color:var(--text-muted);font-size:.9rem}.rf-spinner{border:2px solid #ffffff40;border-top-color:currentColor;border-radius:50%;width:15px;height:15px;animation:.7s linear infinite rf-spin}