.bulk-root .bulk-page{flex-direction:column;gap:14px;display:flex}.bulk-root .bulk-template{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg-soft,#f8f7fb);color:inherit;align-items:center;gap:13px;padding:14px 16px;text-decoration:none;transition:border-color .15s,background .15s;display:flex}.bulk-root .bulk-template:hover{border-color:var(--accent);background:#fff}.bulk-root .bulk-template-icon{background:var(--accent-soft,#eeedf6);width:36px;height:36px;color:var(--accent-strong,#4c4a73);border-radius:10px;flex:none;place-items:center;display:grid}.bulk-root .bulk-template-icon svg{width:17px;height:17px}.bulk-root .bulk-template-text{flex-direction:column;gap:2px;min-width:0;display:flex}.bulk-root .bulk-template-text b{color:var(--text);font-size:13.5px;font-weight:650}.bulk-root .bulk-template-text span{color:var(--muted);font-size:12.5px}.bulk-root .bulk-drop{border-radius:var(--radius-md);border:1.5px dashed var(--border);cursor:pointer;text-align:center;background:0 0;flex-direction:column;align-items:center;gap:7px;padding:38px 24px;font-family:inherit;transition:border-color .15s,background .15s;display:flex}.bulk-root .bulk-drop:hover,.bulk-root .bulk-drop.is-over{border-color:var(--accent);background:var(--accent-soft,#eeedf6)}.bulk-root .bulk-drop.is-busy{cursor:default}.bulk-root .bulk-drop-icon{width:26px;height:26px;color:var(--accent-strong,#4c4a73);margin-bottom:2px}.bulk-root .bulk-drop b{color:var(--text);font-size:14px;font-weight:650}.bulk-root .bulk-drop span{color:var(--faint);font-size:12px}.bulk-root .bulk-drop:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.bulk-root .bulk-file{color:var(--text);align-items:center;gap:9px;font-size:13px;font-weight:600;display:flex}.bulk-root .bulk-file svg{width:16px;height:16px;color:var(--accent-strong,#4c4a73);flex:none}.bulk-root .bulk-file-swap{color:var(--accent-strong,#4c4a73);cursor:pointer;background:0 0;border:0;margin-left:auto;padding:0;font-family:inherit;font-size:12.5px;font-weight:600}.bulk-root .bulk-file-swap:hover{text-decoration:underline}.bulk-root .bulk-summary{gap:10px;display:flex}.bulk-root .bulk-count{border-radius:var(--radius-md);border:1px solid var(--border);background:#fff;flex-direction:column;flex:1;align-items:flex-start;gap:2px;padding:13px 15px;display:flex}.bulk-root .bulk-count b{color:var(--text);font-size:21px;font-weight:700;line-height:1.1}.bulk-root .bulk-count span{color:var(--muted);font-size:12px;font-weight:500}.bulk-root .bulk-count.is-muted b{color:var(--faint)}.bulk-root .bulk-warn{border-radius:var(--radius-md);background:#fbefe1;border:1px solid #f0d9b8;flex-direction:column;gap:7px;padding:13px 15px;display:flex}.bulk-root .bulk-warn-head{align-items:center;gap:7px;display:flex}.bulk-root .bulk-warn-head svg{color:#b5691f;flex:none;width:15px;height:15px}.bulk-root .bulk-warn-head b{color:#9a6212;font-size:13px;font-weight:650}.bulk-root .bulk-warn p{color:#9a6212;margin:0;font-size:12.5px}.bulk-root .bulk-warn-row{color:#7a5210;align-items:baseline;gap:8px;font-size:12.5px;display:flex}.bulk-root .bulk-warn-name{flex:none;font-weight:650}.bulk-root .bulk-error{border-radius:var(--radius-md);color:#b23b3b;background:#fbe7e7;padding:11px 14px;font-size:13px;font-weight:550}.bulk-root .bulk-error-list{border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;max-height:240px;display:flex;overflow:auto}.bulk-root .bulk-error-row{color:var(--text);border-top:1px solid var(--border-soft,#f1f0f6);align-items:baseline;gap:12px;padding:8px 13px;font-size:12.5px;display:flex}.bulk-root .bulk-error-row:first-child{border-top:0}.bulk-root .bulk-error-row .num{font-variant-numeric:tabular-nums;color:#b23b3b;flex:none;min-width:58px;font-weight:700}.bulk-root .bulk-hint{color:var(--muted);font-size:12.5px;line-height:1.5}.bulk-root .bulk-progress,.bulk-root .bulk-done{text-align:center;align-items:center;gap:8px;padding:42px 20px}.bulk-root .bulk-progress-spin{width:26px;height:26px;color:var(--accent-strong,#4c4a73)}.bulk-root .bulk-progress b,.bulk-root .bulk-done b{color:var(--text);font-size:15px;font-weight:650}.bulk-root .bulk-progress span,.bulk-root .bulk-done span{color:var(--muted);font-size:13px}.bulk-root .bulk-done-icon{color:#2c7a4b;background:#e7f4ec;border-radius:999px;place-items:center;width:40px;height:40px;margin-bottom:4px;display:grid}.bulk-root .bulk-done-icon svg{width:20px;height:20px}