.pt-section [hidden]{display:none!important}.pt-app{min-height:320px}.pt-stage{display:none}.pt-app.pt-state-empty .pt-stage-empty,.pt-app.pt-state-files .pt-stage-files,.pt-app.pt-state-done .pt-stage-done{display:block}.pt-dropzone{background:var(--bg-card);border:2px dashed var(--border-subtle);border-radius:16px;padding:64px 32px;text-align:center;transition:border-color .18s ease,background .18s ease;cursor:pointer}.pt-dropzone:hover,.pt-dropzone.is-drag{border-color:var(--rh-purple);background:#8a2bd60d}.pt-dz-icon{color:var(--rh-purple);margin-bottom:18px;display:inline-flex;opacity:.85}.pt-dz-icon svg{width:64px;height:64px}.pt-dz-title{font-size:22px;font-weight:800;margin:0 0 6px;color:var(--text-primary);letter-spacing:-.015em}.pt-dz-sub{font-size:14.5px;color:var(--text-secondary);margin:0 0 24px}.pt-dz-hint{font-size:12.5px;color:var(--text-muted);margin:18px 0 0}.pt-trust{list-style:none;padding:0;margin:28px 0 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;text-align:left}.pt-trust-item{display:flex;align-items:flex-start;gap:10px;background:var(--bg-base);border:1px solid var(--border-subtle);border-radius:10px;padding:12px 14px}html[data-theme=light] .pt-trust-item{background:#fff}.pt-trust-item svg{flex-shrink:0;width:20px;height:20px;color:#1ee07b;margin-top:1px}.pt-trust-item strong{display:block;font-size:13px;font-weight:700;color:var(--text-primary)}.pt-trust-item span{display:block;font-size:11.5px;color:var(--text-muted);line-height:1.4;margin-top:1px}.pt-privacy-note{margin:18px 0 0;padding:14px 16px;background:#1ee07b0f;border:1px solid rgba(30,224,123,.2);border-radius:10px;font-size:12.5px;line-height:1.6;color:var(--text-secondary);display:flex;align-items:flex-start;gap:10px;flex-wrap:wrap}.pt-privacy-note svg{flex-shrink:0;margin-top:2px;color:#1ee07b}.pt-privacy-note strong{color:var(--text-primary);font-weight:600}.pt-privacy-note .pt-link-btn{margin-left:auto;flex-shrink:0}.pt-btn-huge{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;font-size:15.5px;font-weight:700;background:var(--rh-purple);color:#fff;border:1px solid var(--rh-purple);border-radius:12px;cursor:pointer;text-decoration:none;font-family:inherit;transition:background .18s ease,transform .18s ease,box-shadow .18s ease;box-shadow:0 6px 20px #8a2bd64d;letter-spacing:.01em}.pt-btn-huge:hover{background:var(--rh-purple-deep, #6b1cb0);transform:translateY(-2px);box-shadow:0 10px 28px #8a2bd666}.pt-btn-huge:active{transform:translateY(0)}.pt-btn-huge:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.pt-btn-huge svg{flex-shrink:0}.pt-files-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px}.pt-files-title{font-size:17px;font-weight:800;color:var(--text-primary);margin:0 0 4px;letter-spacing:-.01em}.pt-files-title span{color:var(--rh-purple)}.pt-files-hint{font-size:12.5px;color:var(--text-muted);margin:0;line-height:1.5}.pt-link-btn{background:none;border:none;padding:0;cursor:pointer;color:var(--rh-purple);font-weight:600;font-size:13px;font-family:inherit;text-decoration:underline;text-underline-offset:3px;white-space:nowrap}.pt-link-btn:hover{color:var(--rh-purple-deep, #6b1cb0)}.pt-files{list-style:none;padding:0;margin:0 0 18px;display:flex;flex-direction:column;gap:10px}.pt-file{display:flex;align-items:center;gap:14px;background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:12px;padding:14px 16px;cursor:grab;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.pt-file:hover{border-color:var(--rh-purple);box-shadow:0 4px 14px #8a2bd61f}.pt-file.is-dragging{opacity:.4;cursor:grabbing}.pt-file-drag{color:var(--text-muted);flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:18px;height:22px;opacity:.5;transition:opacity .18s ease}.pt-file:hover .pt-file-drag{opacity:1}.pt-file-drag svg{width:14px;height:14px}.pt-file-num{flex-shrink:0;width:26px;height:26px;border-radius:50%;background:#8a2bd61f;color:var(--rh-purple);display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.pt-file-icon{flex-shrink:0;width:40px;height:48px;position:relative;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ff5252,#d32f2f);border-radius:4px;color:#fff;font-size:10px;font-weight:800;letter-spacing:.05em;box-shadow:0 2px 6px #d32f2f4d}.pt-file-icon:before{content:"";position:absolute;top:0;right:0;width:11px;height:11px;background:linear-gradient(225deg,transparent 50%,rgba(0,0,0,.18) 50%);border-radius:0 4px}.pt-file-info{flex:1;min-width:0}.pt-file-name{font-size:14px;font-weight:600;color:var(--text-primary);margin:0;line-height:1.4;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pt-file-size{margin-top:3px;font-size:12px;color:var(--text-muted)}.pt-file-remove{flex-shrink:0;background:none;border:none;padding:8px;cursor:pointer;color:var(--text-muted);border-radius:8px;display:inline-flex;align-items:center;justify-content:center;transition:color .18s ease,background .18s ease}.pt-file-remove:hover{color:#f57;background:#ff55771a}.pt-file-remove svg{width:16px;height:16px}.pt-options{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:12px;padding:18px 20px;margin-bottom:18px}.pt-options:empty{display:none}.pt-options-title{font-size:14px;font-weight:700;color:var(--text-primary);margin:0 0 12px}.pt-field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.pt-field:last-child{margin-bottom:0}.pt-field-label{font-size:13px;font-weight:600;color:var(--text-secondary)}.pt-field-hint{font-size:12px;color:var(--text-muted);margin:0;line-height:1.5}.pt-input,.pt-select{width:100%;font-size:14px;line-height:1.4;padding:10px 12px;border-radius:8px;background:var(--bg-base);border:1px solid var(--border-subtle);color:var(--text-primary);font-family:inherit;transition:border-color .18s ease,box-shadow .18s ease}.pt-input:focus,.pt-select:focus{outline:none;border-color:var(--rh-purple);box-shadow:0 0 0 3px #8a2bd62e}.pt-checkbox-row{display:flex;align-items:center;gap:10px;font-size:13.5px;color:var(--text-primary);cursor:pointer}.pt-checkbox-row input{width:16px;height:16px;accent-color:var(--rh-purple);cursor:pointer}.pt-err{padding:12px 16px;border-radius:8px;background:#ff55771a;border:1px solid rgba(255,85,119,.3);color:#f57;font-size:13.5px;line-height:1.45;margin-bottom:14px}.pt-err:empty{display:none}.pt-err:not(:empty){animation:ptErrIn .2s ease both}@keyframes ptErrIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.pt-action-bar{display:flex;justify-content:space-between;align-items:center;gap:14px;padding-top:18px;border-top:1px solid var(--border-subtle);flex-wrap:wrap}.pt-btn-add{display:inline-flex;align-items:center;gap:6px;padding:10px 16px;font-size:13.5px;font-weight:600;background:transparent;color:var(--text-secondary);border:1px solid var(--border-subtle);border-radius:9px;cursor:pointer;font-family:inherit;transition:color .18s ease,border-color .18s ease,background .18s ease}.pt-btn-add:hover{color:var(--rh-purple);border-color:var(--rh-purple);background:#8a2bd60d}.pt-btn-action{margin-left:auto}.pt-done{background:linear-gradient(135deg,#1ee07b14,#1ee07b05);border:1px solid rgba(30,224,123,.35);border-radius:16px;padding:48px 32px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:14px}.pt-done-icon{width:72px;height:72px;border-radius:50%;background:#1ee07b2e;color:#1ee07b;display:flex;align-items:center;justify-content:center;margin-bottom:4px}.pt-done-title{font-size:24px;font-weight:800;color:var(--text-primary);margin:0;letter-spacing:-.01em}.pt-done-sub{font-size:14.5px;color:var(--text-secondary);margin:-4px 0 12px}.pt-btn-download{background:#1ee07b;color:#0b0b14;border-color:#1ee07b;box-shadow:0 6px 20px #1ee07b4d}.pt-btn-download:hover{background:#16c068;border-color:#16c068;box-shadow:0 10px 28px #1ee07b66}.pt-progress{border:none;padding:0;background:#fff;max-width:480px;width:calc(100% - 32px);border-radius:16px;box-shadow:0 24px 80px #00000080;outline:none;color:#1a1a2e}html[data-theme=dark] .pt-progress{background:#15151f;color:#fff}.pt-progress::backdrop{background:#0b0b14c7;backdrop-filter:blur(8px)}.pt-progress-inner{padding:36px 36px 32px;text-align:center}.pt-progress-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:14px;background:#8a2bd61f;color:#8a2bd6;margin-bottom:16px;animation:pt-pulse 1.4s ease-in-out infinite}.pt-progress-icon svg{width:28px;height:28px}@keyframes pt-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.pt-progress-title{font-size:18px;font-weight:800;margin:0 0 6px;color:inherit;letter-spacing:-.01em}.pt-progress-status{font-size:13.5px;color:#5a5a6e;margin:0 0 24px}html[data-theme=dark] .pt-progress-status{color:#a5a5b8}.pt-progress-bar{width:100%;height:10px;border-radius:6px;background:#8a2bd61f;overflow:hidden;position:relative}.pt-progress-bar-fill{height:100%;width:0%;background:linear-gradient(90deg,#8a2bd6,#c870ff);border-radius:6px;transition:width .25s ease-out;box-shadow:0 0 12px #8a2bd680}.pt-progress-meta{display:flex;justify-content:space-between;align-items:center;margin-top:12px;font-size:12px}.pt-progress-percent{font-weight:700;color:#8a2bd6;font-variant-numeric:tabular-nums}.pt-progress-hint{color:#8a8a9e}.pt-privacy-dialog{border:none;padding:0;background:#fff;max-width:600px;width:calc(100% - 32px);max-height:calc(100vh - 64px);border-radius:16px;box-shadow:0 24px 80px #00000080;outline:none;color:#1a1a2e;overflow:hidden}html[data-theme=dark] .pt-privacy-dialog{background:#15151f;color:#e7e7f0}.pt-privacy-dialog::backdrop{background:#0b0b14c7;backdrop-filter:blur(8px)}.pt-privacy-inner{display:flex;flex-direction:column;max-height:calc(100vh - 64px)}.pt-privacy-head{display:flex;justify-content:space-between;align-items:center;padding:18px 22px;border-bottom:1px solid #e5e5ea}html[data-theme=dark] .pt-privacy-head{border-bottom-color:#2a2a3a}.pt-privacy-head h3{margin:0;font-size:16px;font-weight:700;letter-spacing:-.01em}.pt-privacy-close{background:transparent;border:none;padding:4px;cursor:pointer;color:#8a8a9e;border-radius:6px;transition:color .18s ease,background .18s ease}.pt-privacy-close:hover{color:#1a1a2e;background:#0000000d}html[data-theme=dark] .pt-privacy-close:hover{color:#fff;background:#ffffff0f}.pt-privacy-body{padding:20px 22px;overflow-y:auto;flex:1}.pt-privacy-section{margin-bottom:18px}.pt-privacy-section:last-child{margin-bottom:0}.pt-privacy-section strong{display:block;font-size:13.5px;font-weight:700;color:#1a1a2e;margin-bottom:4px;letter-spacing:-.005em}html[data-theme=dark] .pt-privacy-section strong{color:#fff}.pt-privacy-section p{margin:0;font-size:13px;line-height:1.6;color:#5a5a6e}html[data-theme=dark] .pt-privacy-section p{color:#a5a5b8}.pt-privacy-section a{color:#8a2bd6;text-decoration:underline}.pt-privacy-foot{padding:14px 22px;border-top:1px solid #e5e5ea;text-align:center}html[data-theme=dark] .pt-privacy-foot{border-top-color:#2a2a3a}@media(max-width:540px){.pt-dropzone{padding:40px 20px}.pt-dz-title{font-size:18px}.pt-btn-huge{padding:14px 24px;font-size:14.5px;width:100%;justify-content:center}.pt-action-bar{flex-direction:column-reverse}.pt-action-bar .pt-btn-huge{width:100%}.pt-action-bar .pt-btn-add{width:100%;justify-content:center}.pt-btn-action{margin-left:0}}
