.rp-page{min-height:100vh;background:#101112;color:#f5f5f2}.rp-shell{max-width:1100px;margin:0 auto;padding:28px 20px 64px}.rp-head h1{font-size:26px;font-weight:800;margin:0 0 6px}.rp-head p{margin:0 0 22px;color:rgba(245,245,242,.6);font-size:14px}.rp-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media (max-width:860px){.rp-grid{grid-template-columns:1fr}}.rp-col{display:flex;flex-direction:column;gap:14px}.rp-drop{min-height:320px;border:1.5px dashed rgba(255,255,255,.16);border-radius:16px;background:rgba(255,255,255,.03);display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;transition:border-color .13s ease,background .13s ease}.rp-drop:hover{border-color:rgba(209,254,23,.5);background:rgba(255,255,255,.05)}.rp-preview{max-width:100%;max-height:460px;-o-object-fit:contain;object-fit:contain;display:block}.rp-drop-empty{display:flex;flex-direction:column;align-items:center;gap:8px;color:rgba(245,245,242,.45);text-align:center;padding:24px}.rp-drop-title{font-size:15px}.rp-drop-hint{font-size:12px;color:rgba(245,245,242,.32)}.rp-controls{flex-wrap:wrap;gap:12px}.rp-controls,.rp-lang{display:flex;align-items:center}.rp-lang{gap:8px;font-size:13px;color:rgba(245,245,242,.7)}.rp-seg{display:inline-flex;border:1px solid rgba(255,255,255,.14);border-radius:999px;overflow:hidden}.rp-seg button{border:0;background:transparent;color:rgba(245,245,242,.7);font:inherit;font-size:13px;padding:6px 14px;cursor:pointer}.rp-seg button.active{background:#d1fe17;color:#111;font-weight:700}.rp-run{margin-left:auto;height:40px;padding:0 22px;border:0;border-radius:10px;background:#d1fe17;color:#111;font:inherit;font-size:14px;font-weight:800;cursor:pointer}.rp-run:disabled{opacity:.5;cursor:default}.rp-ghost{height:36px;padding:0 14px;border:1px solid rgba(255,255,255,.16);border-radius:9px;background:rgba(255,255,255,.06);color:#f5f5f2;font:inherit;font-size:13px;cursor:pointer}.rp-ghost:disabled{opacity:.5;cursor:default}.rp-ghost:hover:not(:disabled){background:rgba(255,255,255,.12)}.rp-result-head{display:flex;align-items:center;justify-content:space-between;font-size:14px;color:rgba(245,245,242,.8)}.rp-result{min-height:360px;resize:vertical;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(255,255,255,.04);color:#f5f5f2;font:inherit;font-size:14px;line-height:1.6;padding:14px 16px;outline:none}.rp-result:focus{border-color:rgba(209,254,23,.5)}.rp-error{color:#ff8585;font-size:13px}