:root{--bg: #ffffff;--card: #f8fafc;--border: #e5e7eb;--text: #0f172a;--muted: #475569;--accent: #2563eb;--accent-2: rgba(37, 99, 235, .15);--danger: #ef4444;--shadow: 0 12px 30px rgba(0, 0, 0, .12)}:root[data-theme=dark]{--bg: rgba(255, 255, 255, .04);--card: rgba(255, 255, 255, .06);--border: rgba(255, 255, 255, .14);--text: rgba(255, 255, 255, .92);--muted: rgba(255, 255, 255, .65);--shadow: 0 18px 50px rgba(0, 0, 0, .35)}*{box-sizing:border-box}.pe-shell{font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;color:var(--text)}.pe-layout{max-width:1100px;margin:24px auto;padding:0 16px;display:grid;grid-template-columns:1fr 320px;gap:16px}@media(max-width:980px){.pe-layout{grid-template-columns:1fr}}.pe-root{background:var(--bg);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow);padding:16px}.pe-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.pe-title{margin:0;font-size:18px;letter-spacing:-.02em}.pe-badge{font-size:12px;color:var(--muted);padding:6px 10px;border-radius:999px;border:1px solid var(--border);background:#00000005}.pe-toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:12px;border-radius:12px;border:1px solid var(--border);background:var(--card)}.pe-label{color:var(--muted);font-size:13px;font-weight:600}.pe-select,.pe-button{height:40px;border-radius:10px;border:1px solid var(--border);background:#00000005;color:var(--text);padding:0 12px;font-size:14px;outline:none}.pe-select:focus,.pe-textarea:focus,.pe-button:focus{border-color:#2563ebcc;box-shadow:0 0 0 4px var(--accent-2)}.pe-button{cursor:pointer;border-color:#2563eb8c;background:linear-gradient(180deg,#2563ebd9,#2563eba6);color:#fff;font-weight:800;min-width:140px}.pe-button:disabled{opacity:.6;cursor:not-allowed}.pe-status{color:var(--muted);font-size:13px;display:inline-flex;align-items:center;gap:8px;margin-left:auto}.pe-spinner{width:14px;height:14px;border-radius:50%;border:2px solid rgba(0,0,0,.15);border-top-color:#0000008c;animation:spin .8s linear infinite;display:none}:root[data-theme=dark] .pe-spinner{border-color:#ffffff40;border-top-color:#ffffffd9}.pe-status[data-loading=true] .pe-spinner{display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.pe-textarea{width:100%;max-width:100%;display:block;height:260px;margin-top:12px;border-radius:12px;border:1px solid var(--border);background:#00000008;color:var(--text);padding:12px;font-size:14px;line-height:1.5;outline:none;resize:vertical;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}:root[data-theme=dark] .pe-textarea{background:#00000038}.pe-footer{margin-top:12px;display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.pe-out{color:var(--muted);font-size:13px}.pe-link{height:40px;border-radius:10px;border:1px solid var(--border);background:var(--card);color:var(--text);padding:0 12px;text-decoration:none;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:8px}.pe-card{background:#2563eb1a;border:1px solid rgba(37,99,235,.35);border-radius:12px;padding:12px;color:var(--text)}.pe-error{background:#ef44441a;border:1px solid rgba(239,68,68,.35);border-radius:12px;padding:12px;color:var(--text)}.pe-sidebar{background:var(--bg);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow);padding:16px}.pe-side-title{margin:0 0 8px;font-size:14px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.pe-side-box{border:1px solid var(--border);background:var(--card);border-radius:12px;padding:12px;margin-top:10px}.pe-ad{height:250px;border-radius:12px;border:1px dashed var(--border);background:#00000005;display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:13px}
