*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0f1117;--surface: #1a1d27;--surface2: #23263a;--border: #2e3148;--text: #e2e8f0;--text-muted: #64748b;--accent: #6366f1;--accent-hover: #4f52d1;--danger: #ef4444;--radius: 12px;--font: "Vazirmatn", system-ui, sans-serif}body{background:var(--bg);color:var(--text);font-family:var(--font);font-size:14px;min-height:100vh}.app{display:flex;flex-direction:column;min-height:100vh}.header{border-bottom:1px solid var(--border);background:var(--surface);position:sticky;top:0;z-index:10}.header-inner{max-width:1100px;margin:0 auto;padding:0 24px;height:60px;display:flex;align-items:center;justify-content:space-between}.logo{font-size:18px;font-weight:600;letter-spacing:-.3px}.main{max-width:1100px;margin:0 auto;padding:32px 24px;width:100%}.site-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr));gap:16px}.site-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px;display:flex;flex-direction:column;gap:12px;transition:border-color .15s}.site-card:hover{border-color:var(--accent)}.site-card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.site-name{font-size:16px;font-weight:600;margin-bottom:2px}.site-domain{color:var(--accent);font-size:13px;text-decoration:none}.site-domain:hover{text-decoration:underline}.site-meta{font-size:12px;color:var(--text-muted);display:flex;gap:6px;flex-wrap:wrap}.site-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:4px}.status-badge{display:flex;align-items:center;gap:5px;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:500;white-space:nowrap}.status-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}button,.btn-primary,.btn-secondary,.btn-danger{font-family:var(--font);font-size:13px;font-weight:500;border:none;border-radius:8px;cursor:pointer;padding:8px 16px;text-decoration:none;display:inline-flex;align-items:center;gap:5px;transition:opacity .15s,background .15s}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover)}.btn-secondary{background:var(--surface2);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{background:var(--border)}.btn-danger{background:transparent;color:var(--danger);border:1px solid transparent}.btn-danger:hover{background:#ef444420;border-color:var(--danger)}.btn-sm{padding:5px 11px;font-size:12px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:24px}.modal{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:28px;width:100%;max-width:520px;display:flex;flex-direction:column;gap:20px;max-height:90vh;overflow-y:auto}.modal-logs{max-width:680px}.modal-header{display:flex;justify-content:space-between;align-items:center}.modal-header h2{font-size:18px;font-weight:600}.close-btn{background:none;border:none;color:var(--text-muted);font-size:18px;cursor:pointer;padding:4px 8px}.close-btn:hover{color:var(--text)}form{display:flex;flex-direction:column;gap:16px}label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:500}input,textarea{background:var(--surface2);border:1px solid var(--border);border-radius:8px;padding:10px 12px;color:var(--text);font-family:var(--font);font-size:13px;outline:none;transition:border-color .15s}input:focus,textarea:focus{border-color:var(--accent)}textarea{resize:vertical;font-family:monospace;direction:ltr;text-align:left}.hint{font-size:11px;color:var(--text-muted);font-weight:400}.optional{font-weight:400;color:var(--text-muted)}.error{color:var(--danger);font-size:13px}.modal-actions{display:flex;justify-content:flex-end;gap:8px}.source-tabs{display:flex;gap:8px}.source-tab{flex:1;padding:8px;border-radius:8px;font-size:13px;background:var(--surface2);border:1px solid var(--border);color:var(--text-muted)}.source-tab:hover{border-color:var(--accent);color:var(--text)}.source-tab.active{background:var(--accent);border-color:var(--accent);color:#fff}.drop-zone{border:2px dashed var(--border);border-radius:8px;padding:28px;text-align:center;cursor:pointer;transition:border-color .15s,background .15s;color:var(--text-muted)}.drop-zone:hover,.drop-zone.dragging{border-color:var(--accent);background:#6366f110}.drop-zone.has-file{border-color:#22c55e;background:#22c55e10}.file-name{color:var(--text);font-weight:500}.progress-wrap{display:flex;flex-direction:column;gap:8px;padding:14px 16px;background:var(--surface2);border:1px solid var(--border);border-radius:8px}.progress-track{height:6px;background:var(--border);border-radius:999px;overflow:hidden}.progress-fill{height:100%;background:var(--accent);border-radius:999px;transition:width .5s ease}.progress-label{font-size:12px;color:var(--text-muted);text-align:center}.logs-panel{display:flex;flex-direction:column;gap:0}.logs-header{background:var(--surface2);padding:8px 12px;font-size:12px;color:var(--text-muted);border-radius:8px 8px 0 0;border:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.log-toggle-btn{background:none;border:1px solid var(--border);border-radius:6px;padding:3px 10px;font-size:11px;color:var(--text-muted);cursor:pointer;font-family:var(--font)}.log-toggle-btn:hover{border-color:var(--accent);color:var(--text)}.logs-output{background:#0a0c14;border:1px solid var(--border);border-top:none;border-radius:0 0 8px 8px;padding:16px;margin-top:-1px;font-family:Fira Code,Cascadia Code,monospace;font-size:12px;line-height:1.6;color:#a8ff78;min-height:280px;max-height:420px;overflow-y:auto;white-space:pre-wrap;word-break:break-all;direction:ltr;text-align:left}.empty-state{text-align:center;padding:80px 20px;color:var(--text-muted);display:flex;flex-direction:column;align-items:center;gap:16px}.empty-state p{font-size:16px}.empty{color:var(--text-muted)}.toast{position:fixed;bottom:24px;left:24px;z-index:200;padding:12px 20px;border-radius:8px;font-size:14px;font-weight:500;animation:slide-in .2s ease}.toast-ok{background:#22c55e;color:#fff}.toast-err{background:var(--danger);color:#fff}@keyframes slide-in{0%{transform:translateY(12px);opacity:0}to{transform:translateY(0);opacity:1}}.login-overlay{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg)}.login-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2.5rem 2rem;width:100%;max-width:360px;display:flex;flex-direction:column;gap:1rem}.login-title{font-size:1.4rem;font-weight:700;text-align:center;margin-bottom:.25rem}.login-input{background:var(--surface2);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:.95rem;padding:.6rem .9rem;outline:none;width:100%}.login-input:focus{border-color:var(--accent)}.login-error{color:var(--danger);font-size:.85rem}.login-btn{width:100%;justify-content:center}.modal-history{max-width:660px}.history-empty{color:var(--text-muted);font-size:14px}.history-list{display:flex;flex-direction:column;gap:8px;max-height:420px;overflow-y:auto}.history-entry{background:var(--surface2);border:1px solid var(--border);border-radius:8px;overflow:hidden}.history-entry.failed{border-color:#ef444440}.history-entry-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;cursor:pointer;-webkit-user-select:none;user-select:none;gap:12px}.history-entry-header:hover{background:var(--border)}.history-entry-meta{display:flex;align-items:center;gap:10px}.history-badge{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;flex-shrink:0}.history-badge.success{background:#22c55e20;color:#22c55e}.history-badge.failed{background:#ef444420;color:#ef4444}.history-version{font-weight:600;font-size:14px}.history-date{font-size:12px;color:var(--text-muted)}.history-entry-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.history-current-badge{font-size:11px;color:var(--accent);font-weight:500;padding:3px 10px;border:1px solid var(--accent);border-radius:999px;white-space:nowrap}.history-expand{color:var(--text-muted);font-size:11px}.history-log{background:#0a0c14;padding:12px 16px;font-family:Fira Code,Cascadia Code,monospace;font-size:11px;line-height:1.6;color:#a8ff78;max-height:220px;overflow-y:auto;white-space:pre-wrap;word-break:break-all;border-top:1px solid var(--border);direction:ltr;text-align:left}.delete-body{padding:0 0 1rem;display:flex;flex-direction:column;gap:.75rem}.delete-warning{color:var(--text-muted);font-size:.9rem}.delete-list{list-style:disc;padding-right:1.25rem;color:var(--text);font-size:.9rem;display:flex;flex-direction:column;gap:.25rem}.delete-volume-label{display:flex;align-items:flex-start;gap:.6rem;cursor:pointer;font-size:.9rem;padding:.75rem;background:var(--surface2);border:1px solid var(--border);border-radius:8px}.delete-volume-label input[type=checkbox]{margin-top:2px;accent-color:var(--danger);flex-shrink:0}.delete-volume-name{font-family:monospace;font-size:.85rem;color:var(--text)}.delete-volume-warn{color:var(--danger);font-size:.8rem}
