:root{--bg:#f3f5f7;--card:#fff;--text:#172033;--muted:#667085;--border:#d9e0e8;--blue:#2457a7;--soft:#eaf1fb;--danger:#b42318;--ok:#137a55;--ok-soft:#eaf8f1}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif}.shell{width:min(1100px,100%);margin:auto;padding:26px 18px 56px}.top{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:20px}.top h1{margin:8px 0 6px}.top p,.card p{color:var(--muted);line-height:1.55}.back{color:var(--blue);text-decoration:none;font-weight:700}.pill{display:inline-flex;align-items:center;background:var(--soft);color:var(--blue);border-radius:999px;padding:8px 11px;font-size:12px;font-weight:800;white-space:nowrap}.grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:16px}.overview-grid{margin-bottom:16px}.card{background:var(--card);border:1px solid var(--border);border-radius:20px;padding:22px;box-shadow:0 10px 28px rgba(30,50,80,.07);margin-bottom:16px}.action{display:flex;gap:16px;color:inherit;text-decoration:none}.action:hover{border-color:#9fb9df}.action h2,.card h2{margin:0 0 7px}.action strong{color:var(--blue)}.icon{font-size:30px}.head,.previewHead,.save{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.form-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:18px}.form-grid label{display:grid;gap:7px;font-size:13px;font-weight:750;color:#344054}.form-grid input,.form-grid select,textarea{width:100%;border:1px solid var(--border);border-radius:12px;padding:11px 12px;background:#fafbfc;color:var(--text);font:inherit}.form-grid input[readonly]{background:#f2f4f7;color:#667085}.replace-field{align-content:start}.checkline{display:flex;align-items:flex-start;gap:8px;min-height:42px;padding:9px 10px;border:1px solid var(--border);border-radius:12px;background:#fafbfc;font-weight:600;line-height:1.35}.checkline input{width:auto;margin-top:2px}.replace-field small{color:var(--muted);font-weight:500;line-height:1.35}.notice{margin:14px 0 0;padding:12px 14px;border-radius:12px;background:var(--soft);color:#24446f;line-height:1.45}.notice.error{background:#fee2e2;color:#991b1b}.small{font-size:12px;color:var(--muted)}.group-preview{border:1px solid var(--border);border-radius:12px;overflow:hidden;margin-top:10px}.group-preview-title{padding:9px 12px;background:#f8fafc;font-size:12px;font-weight:800;color:var(--muted)}.group-preview-row{display:grid;grid-template-columns:90px 1fr;gap:10px;padding:8px 12px;border-top:1px solid var(--border);font-size:12px}.group-preview-row.active{background:var(--soft)}.paste-card textarea{min-height:210px;margin-top:16px;resize:vertical;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;line-height:1.45}.aliases{display:flex;flex-wrap:wrap;gap:7px;margin:12px 0}.aliases span,.summary-badges span{padding:6px 9px;border-radius:999px;background:#f2f4f7;color:#475467;font-size:12px}.aliases b{color:var(--text)}.btn{border:1px solid var(--border);border-radius:11px;padding:11px 14px;font:inherit;font-weight:750;cursor:pointer}.btn:disabled{opacity:.5;cursor:not-allowed}.primary{background:var(--blue);color:#fff;border-color:var(--blue)}.secondary{background:#fff;color:var(--text)}.actions{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}.left-actions{justify-content:flex-start}.summary-badges{display:flex;flex-wrap:wrap;gap:7px;margin:14px 0}.table{overflow:auto;margin-top:12px;border:1px solid var(--border);border-radius:12px;max-height:520px}table{border-collapse:collapse;width:100%}th,td{text-align:left;padding:10px 12px;border-bottom:1px solid var(--border);font-size:13px;white-space:nowrap}th{position:sticky;top:0;background:#f8fafc;z-index:1}tr.entry td{background:var(--ok-soft)}tr.error td{background:#fff0f0;color:#991b1b}.preview-hint{font-weight:650}.save{margin-top:14px;align-items:center}.save p{margin:0;max-width:700px}.muted{margin-top:16px}.dialog{width:min(590px,calc(100vw - 32px));padding:22px}.dialog h2{margin-top:0}.check{display:flex;gap:10px;padding:12px;background:var(--soft);border-radius:10px}.check input{margin-top:3px}dialog{border:0;border-radius:16px;box-shadow:0 30px 80px rgba(0,0,0,.25)}dialog::backdrop{background:rgba(15,23,42,.45)}@media(max-width:900px){.form-grid{grid-template-columns:1fr 1fr}}@media(max-width:760px){.grid,.form-grid{grid-template-columns:1fr}.top,.head,.previewHead,.save{align-items:stretch;flex-direction:column}.pill{align-self:flex-start}.group-preview-row{grid-template-columns:75px 1fr}.actions{flex-wrap:wrap}.btn{width:100%}}

/* SETO 1.0.52 – H-02 Mobile/Responsive */
@media(max-width:560px){
  .shell{padding:18px 10px 42px}
  .card{padding:16px;border-radius:16px}
  .top h1{font-size:1.65rem}
  .action{gap:10px}
  .icon{font-size:24px}
  .group-preview-row{grid-template-columns:1fr;gap:4px}
  .table{max-width:100%;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}
  .dialog{width:calc(100vw - 20px);padding:16px}
  .paste-card textarea{min-height:160px;font-size:16px}
  .form-grid input,.form-grid select,textarea{font-size:16px}
}

/* SETO 1.0.56 – VDN-Importer: direkte Dateirückmeldung */
.status-pills{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end}
.parser-ok{background:#eaf8f1;color:#116a49}
.parser-warn{background:#fff4d6;color:#7a5400}
.parser-bad{background:#fee2e2;color:#991b1b}
.notice.ok{background:#eaf8f1;color:#116a49}
.notice.warning{background:#fff4d6;color:#7a5400}
.notice.working{background:#eef4ff;color:#24446f}
.file-feedback{margin-top:12px;border:1px solid var(--border);border-radius:14px;overflow:hidden;background:#fff}
.file-feedback-head{display:flex;gap:14px;align-items:center;justify-content:space-between;padding:11px 13px;background:#f8fafc;border-bottom:1px solid var(--border)}
.file-feedback-head progress{width:min(260px,45%);height:9px}
.file-feedback-rows{display:grid}
.file-feedback-row{display:grid;grid-template-columns:28px minmax(0,1fr);gap:10px;padding:11px 13px;border-top:1px solid #edf0f4;align-items:start}
.file-feedback-row:first-child{border-top:0}
.file-feedback-row>div{display:grid;gap:2px;min-width:0}
.file-feedback-row strong{font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.file-feedback-row span{font-size:12px;font-weight:750;color:#475467}
.file-feedback-row small{font-size:12px;color:var(--muted);line-height:1.35;overflow-wrap:anywhere}
.file-feedback-icon{display:grid;place-items:center;width:24px;height:24px;border-radius:999px;background:#f2f4f7;color:#475467;font-weight:900}
.file-feedback-row.working .file-feedback-icon{background:#eaf1fb;color:var(--blue)}
.file-feedback-row.ok .file-feedback-icon{background:#eaf8f1;color:#137a55}
.file-feedback-row.warning .file-feedback-icon{background:#fff4d6;color:#7a5400}
.file-feedback-row.error .file-feedback-icon{background:#fee2e2;color:#991b1b}
@media(max-width:760px){.status-pills{justify-content:flex-start}.file-feedback-head{align-items:stretch;flex-direction:column}.file-feedback-head progress{width:100%}}

/* SETO 1.0.57 – Urlaubsimport: direkte Rückmeldung und Konfliktschutz */
.vacation-live{margin:14px 0 0;padding:13px 14px;border:1px solid var(--border);border-radius:14px;background:#f8fafc}
.vacation-live-head{display:flex;justify-content:space-between;gap:12px;align-items:center}
.vacation-live p{margin:8px 0 0;color:var(--muted);font-size:13px;line-height:1.45}
tr.protected td{background:#fff8e7;color:#7a5400}
@media(max-width:760px){.vacation-live-head{align-items:flex-start;flex-direction:column}}

/* SETO 1.0.58 – Feedback: vollständige Lesbarkeit im Dunkelmodus */
:root[data-theme="dark"] body.seto-import-page{
  --blue:#c4b5fd;--soft:#2b2141;--ok-soft:#183b27;--danger:#ff9a92;--ok:#7de2a4;
}
:root[data-theme="dark"] body.seto-import-page .form-grid label,
:root[data-theme="dark"] body.seto-import-page .file-feedback-row span{color:var(--seto-text)!important}
:root[data-theme="dark"] body.seto-import-page .form-grid input,
:root[data-theme="dark"] body.seto-import-page .form-grid select,
:root[data-theme="dark"] body.seto-import-page textarea,
:root[data-theme="dark"] body.seto-import-page .checkline,
:root[data-theme="dark"] body.seto-import-page .group-preview-title,
:root[data-theme="dark"] body.seto-import-page .aliases span,
:root[data-theme="dark"] body.seto-import-page .summary-badges span,
:root[data-theme="dark"] body.seto-import-page .secondary,
:root[data-theme="dark"] body.seto-import-page th,
:root[data-theme="dark"] body.seto-import-page .file-feedback,
:root[data-theme="dark"] body.seto-import-page .file-feedback-head,
:root[data-theme="dark"] body.seto-import-page .vacation-live,
:root[data-theme="dark"] body.seto-import-page dialog{
  background:var(--seto-card-2)!important;color:var(--seto-text)!important;border-color:var(--seto-border)!important;
}
:root[data-theme="dark"] body.seto-import-page .form-grid input[readonly]{background:#252b38!important;color:var(--seto-muted)!important}
:root[data-theme="dark"] body.seto-import-page .group-preview-row,
:root[data-theme="dark"] body.seto-import-page th,
:root[data-theme="dark"] body.seto-import-page td{border-color:var(--seto-border)!important}
:root[data-theme="dark"] body.seto-import-page .file-feedback-icon{background:#303746;color:#d7dae2}
:root[data-theme="dark"] body.seto-import-page .parser-ok,
:root[data-theme="dark"] body.seto-import-page .notice.ok,
:root[data-theme="dark"] body.seto-import-page .file-feedback-row.ok .file-feedback-icon{background:#183b27!important;color:#8ce5aa!important}
:root[data-theme="dark"] body.seto-import-page .parser-warn,
:root[data-theme="dark"] body.seto-import-page .notice.warning,
:root[data-theme="dark"] body.seto-import-page .file-feedback-row.warning .file-feedback-icon{background:#453819!important;color:#f2cf79!important}
:root[data-theme="dark"] body.seto-import-page .parser-bad,
:root[data-theme="dark"] body.seto-import-page .notice.error,
:root[data-theme="dark"] body.seto-import-page .file-feedback-row.error .file-feedback-icon{background:#4a2423!important;color:#ffaaa4!important}
:root[data-theme="dark"] body.seto-import-page .notice.working{background:#17324f!important;color:#b9d9ff!important}
:root[data-theme="dark"] body.seto-import-page tr.protected td{background:#453819!important;color:#f2cf79!important}
:root[data-theme="dark"] body.seto-import-page tr.error td{background:#4a2423!important;color:#ffaaa4!important}

/* SETO 1.0.59 – VDN PDF/JSON Import: Drag & Drop, Ordner und Auto-Import */
body.seto-import-page .compact-privacy,
body.seto-import-page .vdn-section-head,
body.seto-import-page #localCard .section-head{
  display:flex;align-items:center;justify-content:space-between;gap:18px;
}
body.seto-import-page .compact-privacy h2,
body.seto-import-page .vdn-section-head h2{margin-bottom:4px}
body.seto-import-page .compact-privacy p,
body.seto-import-page .vdn-section-head p{margin:0}
body.seto-import-page .auto-start-badge{
  flex:0 0 auto;padding:7px 10px;border-radius:999px;background:#eaf8f1;color:#116a49;font-size:12px;font-weight:850;white-space:nowrap;
}
body.seto-import-page .vdn-drop-zone{
  margin-top:16px;min-height:245px;border:2px dashed #aebbd0;border-radius:20px;background:linear-gradient(180deg,#fbfdff,#f6f9fd);display:grid;place-items:center;align-content:center;text-align:center;padding:28px 22px;transition:border-color .16s ease,background .16s ease,transform .16s ease,box-shadow .16s ease;
}
body.seto-import-page .vdn-drop-zone.is-dragging{
  border-color:var(--blue);background:#eef4ff;box-shadow:0 0 0 5px rgba(36,87,167,.09);transform:translateY(-1px);
}
body.seto-import-page .vdn-drop-icon{
  display:grid;place-items:center;width:58px;height:58px;border-radius:18px;background:var(--soft);color:var(--blue);font-size:32px;font-weight:900;margin-bottom:12px;
}
body.seto-import-page .vdn-drop-copy{display:grid;gap:5px;max-width:580px}
body.seto-import-page .vdn-drop-copy strong{font-size:1.22rem}
body.seto-import-page .vdn-drop-copy span{color:var(--muted);font-size:14px;line-height:1.45}
body.seto-import-page .vdn-drop-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:18px}
body.seto-import-page .vdn-import-options{
  display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);gap:14px;margin-top:14px;
}
body.seto-import-page .password-field,
body.seto-import-page .json-option{
  border:1px solid var(--border);border-radius:14px;background:#fafbfc;padding:13px 14px;
}
body.seto-import-page .password-field label{display:block;font-size:13px;font-weight:800;color:#344054;margin-bottom:7px}
body.seto-import-page .password-field label span{font-weight:600;color:var(--muted)}
body.seto-import-page .password-actions{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}
body.seto-import-page .password-actions input{
  min-width:0;width:100%;border:1px solid var(--border);border-radius:11px;padding:10px 11px;background:#fff;color:var(--text);font:inherit;
}
body.seto-import-page .password-field small{display:block;margin-top:6px;color:var(--muted);line-height:1.35}
body.seto-import-page .json-option{display:flex;align-items:flex-start;gap:10px;cursor:pointer}
body.seto-import-page .json-option input{width:18px;height:18px;flex:0 0 auto;margin-top:2px}
body.seto-import-page .json-option span{display:grid;gap:3px}
body.seto-import-page .json-option strong{font-size:13px}
body.seto-import-page .json-option small{font-size:12px;color:var(--muted);line-height:1.35}
body.seto-import-page .local-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
body.seto-import-page .save-box{
  display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:16px;padding-top:16px;border-top:1px solid var(--border);
}
body.seto-import-page .save-box>div{margin-right:auto;min-width:min(100%,320px)}
body.seto-import-page .save-box p{margin:3px 0 0}
body.seto-import-page .linkbtn{text-decoration:none}
body.seto-import-page .danger-ghost{background:#fff;color:#991b1b;border-color:#f1b6b1}
body.seto-import-page .dialog-card{padding:22px;min-width:min(520px,calc(100vw - 48px))}
body.seto-import-page .dialog-card h2{margin-top:0}
body.seto-import-page .confirm-check{display:flex;gap:10px;padding:12px;border-radius:12px;background:var(--soft);margin:14px 0}
body.seto-import-page .confirm-check input{margin-top:3px}
body.seto-import-page .dialog-actions{display:flex;justify-content:flex-end;gap:8px}
body.seto-import-page .table-wrap{overflow:auto;-webkit-overflow-scrolling:touch}

:root[data-theme="dark"] body.seto-import-page .vdn-drop-zone{
  background:linear-gradient(180deg,#202632,#1b212c);border-color:#505b6e;color:var(--seto-text);
}
:root[data-theme="dark"] body.seto-import-page .vdn-drop-zone.is-dragging{
  background:#202f47;border-color:#9bbcff;box-shadow:0 0 0 5px rgba(155,188,255,.08);
}
:root[data-theme="dark"] body.seto-import-page .password-field,
:root[data-theme="dark"] body.seto-import-page .json-option,
:root[data-theme="dark"] body.seto-import-page .password-actions input{
  background:var(--seto-card-2)!important;color:var(--seto-text)!important;border-color:var(--seto-border)!important;
}
:root[data-theme="dark"] body.seto-import-page .password-field label{color:var(--seto-text)!important}
:root[data-theme="dark"] body.seto-import-page .danger-ghost{background:var(--seto-card-2)!important;color:#ffaaa4!important;border-color:#74413f!important}
:root[data-theme="dark"] body.seto-import-page .auto-start-badge{background:#183b27;color:#8ce5aa}

@media(max-width:760px){
  body.seto-import-page .compact-privacy,
  body.seto-import-page .vdn-section-head,
  body.seto-import-page #localCard .section-head{align-items:stretch;flex-direction:column}
  body.seto-import-page .auto-start-badge{align-self:flex-start}
  body.seto-import-page .vdn-import-options{grid-template-columns:1fr}
  body.seto-import-page .vdn-drop-zone{min-height:220px;padding:24px 14px}
  body.seto-import-page .vdn-drop-actions{width:100%;display:grid;grid-template-columns:1fr 1fr}
  body.seto-import-page .vdn-drop-actions .btn{width:100%}
  body.seto-import-page .local-actions{justify-content:flex-start}
  body.seto-import-page .save-box{align-items:stretch;flex-direction:column}
  body.seto-import-page .save-box>div{margin-right:0}
  body.seto-import-page .save-box .btn{width:100%}
}
@media(max-width:520px){
  body.seto-import-page .vdn-drop-actions{grid-template-columns:1fr}
  body.seto-import-page .password-actions{grid-template-columns:1fr}
  body.seto-import-page .password-actions .btn{width:100%}
}

body.seto-import-page .stored-vdn-card .section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}
body.seto-import-page .stored-vdn-card .local-actions{display:flex;gap:10px;flex-wrap:wrap}
body.seto-import-page .stored-vdn-note{margin:.6rem 0 0;color:var(--muted,#667085);font-size:.92rem}


/* SETO 1.0.69 – anonymisierte Parserhilfe */
.parser-help-card{margin-top:14px;padding:18px;border:1px solid color-mix(in srgb,var(--blue) 25%,var(--border));border-radius:14px;background:color-mix(in srgb,var(--blue) 3%,#fff)}
.parser-help-card h3{margin:0 0 5px}.parser-help-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.45}
.parser-help-preview{max-height:300px;overflow:auto;margin:12px 0;padding:12px;border:1px solid var(--border);border-radius:10px;background:#f8fafc;font-size:11px;white-space:pre-wrap;overflow-wrap:anywhere}
:root[data-theme="dark"] .parser-help-card,:root[data-theme="dark"] .parser-help-preview{background:var(--seto-card);color:var(--seto-text)}

/* SETO 1.0.70 – geführter Einrichtungsassistent */
.setup-shell{max-width:1120px}.setup-progress{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin:0 0 16px}.setup-progress button{appearance:none;border:1px solid var(--border);background:var(--card);color:var(--muted);border-radius:12px;padding:9px 8px;display:flex;align-items:center;justify-content:center;gap:7px;font-weight:700;cursor:default}.setup-progress button span{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:var(--soft);color:var(--muted);font-size:12px}.setup-progress button.active{border-color:var(--accent);color:var(--text);box-shadow:0 0 0 2px color-mix(in srgb,var(--accent) 12%,transparent)}.setup-progress button.active span,.setup-progress button.done span{background:var(--accent);color:#fff}.setup-progress button.done{color:var(--text)}
.setup-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:14px 0}.setup-choice{position:relative;display:grid;grid-template-columns:auto 1fr;column-gap:12px;row-gap:3px;align-items:start;border:1px solid var(--border);border-radius:14px;padding:16px;background:var(--card);cursor:pointer;min-height:116px}.setup-choice:hover{border-color:color-mix(in srgb,var(--accent) 50%,var(--border))}.setup-choice:has(input:checked){border-color:var(--accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--accent) 12%,transparent);background:color-mix(in srgb,var(--accent) 4%,var(--card))}.setup-choice input{position:absolute;right:14px;top:14px}.setup-choice .choice-icon{grid-row:1/3;font-size:26px}.setup-choice strong{font-size:16px;padding-right:30px}.setup-choice small{color:var(--muted);line-height:1.45}.setup-choice.recommended::after{content:"empfohlen";position:absolute;right:13px;bottom:11px;font-size:10px;text-transform:uppercase;letter-spacing:.04em;color:var(--accent);font-weight:800}
.setup-actions-row{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:18px}.setup-subcard{border:1px solid var(--border);border-radius:12px;padding:14px;margin-top:12px;background:var(--soft)}.setup-subcard>strong{display:block;margin-bottom:8px}.local-storage-state{display:flex;align-items:center;justify-content:space-between;gap:16px}.local-storage-state p{margin:4px 0 0;color:var(--muted);font-size:12px}.mini-note{color:var(--muted);font-size:12px;line-height:1.5;margin:7px 0}.required-note{margin-top:-4px}.setup-vdn-panel{margin-bottom:18px}.compact-drop{min-height:150px}.setup-password{max-width:430px;margin-top:12px}.setup-password label{display:block;font-weight:700;margin-bottom:6px}.setup-password label span{font-weight:500;color:var(--muted)}.setup-password input{width:100%}.setup-fields h3{margin:18px 0 4px}.setup-form-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.setup-personal-details{margin-top:20px;border-top:1px solid var(--border);padding-top:14px}.setup-personal-details summary{font-weight:800;cursor:pointer}.setup-personal-details[open] summary{margin-bottom:4px}
.setup-review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.setup-review-card{border:1px solid var(--border);border-radius:13px;padding:14px;background:var(--card)}.setup-review-card h3{margin:0 0 10px}.setup-review-card dl{display:grid;grid-template-columns:auto 1fr;gap:6px 10px;margin:0;font-size:12px}.setup-review-card dt{color:var(--muted)}.setup-review-card dd{margin:0;font-weight:700;text-align:right}.setup-review-card p{font-size:12px;line-height:1.55;color:var(--muted)}.storage-badge{display:inline-flex;border:1px solid var(--border);border-radius:999px;padding:5px 9px;font-size:11px;font-weight:800}.setup-learning-card{border:1px solid var(--border);border-radius:14px;padding:15px;margin-top:16px;background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 4%,var(--card)),var(--card))}.setup-learning-card h3{margin:0 0 5px}.setup-learning-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.45}.setup-finished{text-align:center;padding:34px}.finished-icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;margin:0 auto 14px;background:#e7f7ee;color:#16803c;font-size:30px;font-weight:900}.setup-finished h2{margin-bottom:7px}.setup-finished>p{color:var(--muted);max-width:700px;margin:0 auto 18px}.setup-finished-facts{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:20px}.setup-finished-facts span{border:1px solid var(--border);border-radius:999px;padding:7px 10px;background:var(--soft);font-size:12px}.setup-finish-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}
@media(max-width:820px){.setup-progress{grid-template-columns:repeat(5,44px);justify-content:space-between}.setup-progress button{font-size:0;padding:7px}.setup-progress button span{font-size:12px}.setup-choice-grid,.setup-review-grid{grid-template-columns:1fr}.setup-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.local-storage-state{align-items:flex-start;flex-direction:column}}
@media(max-width:560px){.setup-form-grid{grid-template-columns:1fr}.setup-actions-row{align-items:stretch}.setup-actions-row .btn{flex:1}.setup-progress{gap:4px}}


/* SETO 1.0.88 – VDN Excel-/JSON-Exporter */
.export-shell{max-width:1180px}.export-privacy-card{display:flex;justify-content:space-between;align-items:flex-start;gap:18px}.export-privacy-card h2{margin-top:0}.export-privacy-card p{margin-bottom:0;line-height:1.55}.export-source-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:14px 0}.export-source-card{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:start}.export-source-card>.icon{font-size:30px}.export-source-card h2{margin:0 0 5px}.export-source-card p{margin:0 0 14px;color:var(--muted);line-height:1.45}.export-file-row{display:flex;gap:16px;align-items:flex-end;justify-content:space-between;flex-wrap:wrap}.export-password{min-width:min(100%,360px);display:grid;gap:6px;font-weight:700}.export-password span{font-weight:500;color:var(--muted)}.export-password input{width:100%;border:1px solid var(--border);border-radius:11px;padding:10px 11px;background:#fff;color:var(--text);font:inherit}.export-selected-files{margin-top:12px;padding:10px 12px;border:1px dashed var(--border);border-radius:11px;background:var(--soft);color:var(--muted);font-size:12px;overflow-wrap:anywhere}.export-result-card .table-wrap{max-height:520px}.export-sheet-info{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-top:14px;padding-top:14px;border-top:1px solid var(--border)}.export-sheet-info strong{margin-right:4px}.export-sheet-info span{border:1px solid var(--border);border-radius:999px;padding:5px 9px;background:var(--soft);font-size:11px;font-weight:700}.export-result-card .summary-badges{margin:12px 0}.export-result-card .summary-badges span{display:inline-flex;margin:0 6px 6px 0;border:1px solid var(--border);border-radius:999px;padding:5px 9px;background:var(--soft);font-size:11px;font-weight:700}
:root[data-theme="dark"] .export-password input{background:var(--seto-card-2)!important;color:var(--seto-text)!important;border-color:var(--seto-border)!important}
@media(max-width:760px){.export-source-grid{grid-template-columns:1fr}.export-privacy-card{flex-direction:column}.export-result-card .section-head{align-items:stretch;flex-direction:column}.export-result-card .local-actions{justify-content:flex-start}.export-result-card .local-actions .btn{flex:1}.export-file-row{align-items:stretch;flex-direction:column}.export-file-row .local-actions{width:100%}.export-file-row .local-actions .btn{flex:1}}

/* SETO 1.1.09 – öffentlicher VDN→Excel-Konverter und echter Datenexport */
.export-public-hero,.export-account-card .section-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;flex-wrap:wrap}.export-public-hero h2,.export-account-card h2{margin:.25rem 0 .4rem}.export-public-hero p,.export-account-card p{margin:0;color:var(--muted);line-height:1.5}.export-kicker{display:inline-block;font-size:11px;letter-spacing:.08em;font-weight:900;color:#6d28d9}.export-consent-check{display:flex;gap:11px;align-items:flex-start;min-width:min(100%,360px);padding:13px 14px;border:1px solid var(--border);border-radius:13px;background:var(--soft);cursor:pointer}.export-consent-check input,.export-check-option input{width:19px;height:19px;flex:0 0 auto;margin-top:2px}.export-consent-check span,.export-check-option span{display:grid;gap:3px}.export-consent-check small,.export-check-option small{color:var(--muted);line-height:1.35}.export-converter-actions{display:grid;grid-template-columns:auto minmax(260px,1fr);gap:14px;align-items:end}.export-converter-actions .btn{align-self:end}.export-options-grid{display:grid;grid-template-columns:minmax(240px,.8fr) minmax(300px,1.2fr);gap:14px;margin:14px 0}.export-options-grid>label:not(.export-check-option){display:grid;gap:7px;font-weight:750}.export-options-grid select,.export-year-row input{width:100%;border:1px solid var(--border);border-radius:11px;padding:10px 11px;background:#fff;color:var(--text);font:inherit}.export-check-option{display:flex;gap:10px;align-items:flex-start;padding:11px 12px;border:1px solid var(--border);border-radius:11px;background:var(--soft);cursor:pointer}.export-local-buttons{justify-content:flex-start;margin-top:8px}.export-file-names{margin-top:5px;color:var(--muted);line-height:1.45}.export-file-list{display:grid;gap:7px}.export-file-item{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;padding:9px 10px;border:1px solid var(--border);border-radius:10px;background:#fff}.export-file-item>div{display:grid;gap:3px;min-width:0}.export-file-item strong,.export-file-item small{overflow-wrap:anywhere}.export-file-item small{color:var(--muted)}.export-file-item>span{flex:0 0 auto;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:800;background:var(--soft)}.export-file-item.match>span{background:#e9f8ef;color:#166534}.export-file-item.warning>span{background:#fff7df;color:#92400e}.export-file-item.conflict>span,.export-file-item.error>span{background:#feeceb;color:#991b1b}.export-selection-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}.export-selection-grid fieldset{border:1px solid var(--border);border-radius:13px;padding:14px;margin:0;background:var(--soft)}.export-selection-grid legend{font-weight:850;padding:0 6px}.export-selection-grid fieldset>label{display:flex;gap:8px;align-items:flex-start;margin:8px 0}.export-selection-grid fieldset>label input[type="checkbox"]{margin-top:2px}.export-year-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}.export-year-row label{display:grid;gap:6px;font-size:12px;font-weight:750}.export-seto-actions{justify-content:flex-start;margin-top:14px}
:root[data-theme="dark"] .export-options-grid select,:root[data-theme="dark"] .export-year-row input,:root[data-theme="dark"] .export-file-item{background:var(--seto-card-2)!important;color:var(--seto-text)!important;border-color:var(--seto-border)!important}
@media(max-width:760px){.export-converter-actions,.export-options-grid,.export-selection-grid{grid-template-columns:1fr}.export-year-row{grid-template-columns:1fr 1fr}.export-public-hero{flex-direction:column}.export-consent-check{min-width:0;width:100%}.export-file-item{flex-direction:column}.export-file-item>span{align-self:flex-start}}
@media(max-width:460px){.export-year-row{grid-template-columns:1fr}}

/* VDN→Excel GUI refresh – klare 4-Schritt-Führung, Funktionslogik unverändert */
.export-page-head{margin-bottom:14px}.export-page-head .export-kicker{margin-top:13px}.export-page-head h1{margin:4px 0 6px}.export-workflow-card{padding:20px 22px 22px;border-color:#cfd8e6}.export-workflow-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.export-workflow-head h2{margin:0 0 4px}.export-workflow-head p{margin:0}.export-stepper{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:18px 0 14px}.export-step{display:flex;align-items:center;gap:9px;padding:10px 11px;border:1px solid var(--border);border-radius:12px;background:#f8fafc;color:var(--muted);min-width:0}.export-step>span{display:grid;place-items:center;width:27px;height:27px;flex:0 0 27px;border-radius:50%;background:#e7ebf1;color:#475467;font-weight:900;font-size:12px}.export-step>div{display:grid;gap:1px;min-width:0}.export-step strong{font-size:12px;color:inherit}.export-step small{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.export-step.is-current{border-color:#8eadd6;background:#edf4ff;color:#2457a7}.export-step.is-current>span{background:#2457a7;color:#fff}.export-step.is-done{border-color:#a9d8c3;background:#effaf4;color:#137a55}.export-step.is-done>span{background:#137a55;color:#fff}.export-workflow-main{display:grid;gap:10px}.export-workflow-block{border:1px solid var(--border);border-radius:14px;padding:14px 15px;background:#fff}.workflow-block-title{display:flex;align-items:flex-start;gap:10px;margin-bottom:11px}.workflow-block-title>div{display:grid;gap:2px}.workflow-block-title strong{font-size:14px}.workflow-block-title small{color:var(--muted);line-height:1.35}.workflow-number{display:grid;place-items:center;flex:0 0 29px;width:29px;height:29px;border-radius:50%;background:var(--blue);color:#fff;font-size:12px;font-weight:900}.export-consent-compact{min-width:0;width:100%;background:#f7faff}.export-consent-compact:has(input:checked){border-color:#9fd2ba;background:#f0faf5}.export-privacy-details{margin-top:8px;color:var(--muted);font-size:12px}.export-privacy-details summary,.export-advanced-options summary,.export-preview-details summary{cursor:pointer;font-weight:750;color:#475467}.export-privacy-details p{margin:8px 0 5px;font-size:12px}.export-primary-choice{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.export-choice-btn{min-height:46px;padding:12px 18px}.export-choice-or{font-size:12px;color:var(--muted);font-weight:700}.export-selection-count{margin-left:auto}.export-selected-files-main{max-height:160px;overflow:auto;margin-top:10px;background:#f8fafc}.export-main-action-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.export-main-action{min-height:50px;padding:13px 22px;font-size:15px;box-shadow:0 6px 16px rgba(36,87,167,.18)}.export-clear-action{margin-left:auto}.export-advanced-options{margin-top:12px;border:1px solid var(--border);border-radius:13px;padding:11px 13px;background:#f8fafc}.export-advanced-options[open]{padding-bottom:14px}.export-options-help{margin:8px 0 0!important;font-size:12px}.export-options-grid-clean{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:0}.export-raw-option{grid-column:1/-1}.export-top-status{margin-top:12px}.export-ready-head{display:flex;justify-content:space-between;align-items:center;gap:18px}.export-ready-head h2{margin:3px 0 4px}.export-ready-head p{margin:0}.export-download-btn{min-height:52px;padding:14px 24px;font-size:16px;white-space:nowrap;box-shadow:0 8px 20px rgba(36,87,167,.22)}.export-preview-details{margin-top:12px;border-top:1px solid var(--border);padding-top:12px}.export-preview-details .table-wrap{margin-top:12px}.export-secondary-area{padding:0;overflow:hidden;box-shadow:none;background:transparent}.export-secondary-area>details{background:var(--card)}.export-secondary-summary{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:17px 20px;cursor:pointer;list-style:none}.export-secondary-summary::-webkit-details-marker{display:none}.export-secondary-summary>span:first-child{display:grid;gap:2px}.export-secondary-summary small{color:var(--muted);font-weight:500}.export-secondary-content{border-top:1px solid var(--border);padding:20px}.export-secondary-content .section-head{margin-bottom:4px}
:root[data-theme="dark"] .export-step,:root[data-theme="dark"] .export-workflow-block,:root[data-theme="dark"] .export-selected-files-main,:root[data-theme="dark"] .export-advanced-options{background:var(--seto-card-2)!important;border-color:var(--seto-border)!important}:root[data-theme="dark"] .export-step.is-current{background:#17324f!important}:root[data-theme="dark"] .export-step.is-done{background:#17372c!important}
@media(max-width:820px){.export-stepper{grid-template-columns:1fr 1fr}.export-ready-head{align-items:stretch;flex-direction:column}.export-download-btn{width:100%}.export-selection-count{margin-left:0}.export-options-grid-clean{grid-template-columns:1fr}.export-raw-option{grid-column:auto}}
@media(max-width:560px){.export-stepper{grid-template-columns:1fr}.export-primary-choice{align-items:stretch;flex-direction:column}.export-choice-btn{width:100%}.export-choice-or{align-self:center}.export-selection-count{align-self:flex-start}.export-main-action-row{align-items:stretch;flex-direction:column}.export-main-action,.export-clear-action{width:100%;margin-left:0}.export-secondary-summary{align-items:flex-start;flex-direction:column}.export-workflow-card{padding:16px}.export-workflow-head{align-items:stretch;flex-direction:column}}

/* VDN→Excel GUI – Dropzone, Sperrgrund und automatische Prüfung */
.export-selection-gate{display:flex;align-items:flex-start;gap:10px;margin:0 0 10px;padding:10px 12px;border:1px solid #f1cf86;border-radius:11px;background:#fff8e6;color:#7c4a03;font-size:12px;line-height:1.4}.export-selection-gate[hidden]{display:none}.export-selection-gate strong{white-space:nowrap}.export-selection-gate span{color:inherit}.export-drop-zone{display:grid;place-items:center;gap:9px;padding:22px 18px;border:2px dashed #9fb4d2;border-radius:16px;background:#f7faff;text-align:center;cursor:pointer;transition:border-color .16s ease,background .16s ease,transform .16s ease,opacity .16s ease}.export-drop-zone:hover:not(.is-locked),.export-drop-zone:focus-visible:not(.is-locked){border-color:#4f78b5;background:#eef5ff;outline:none}.export-drop-zone.is-dragover{border-color:#2457a7;background:#e9f2ff;transform:translateY(-1px)}.export-drop-zone.is-locked{cursor:not-allowed;opacity:.62;background:#f5f6f8;border-color:#cbd2dc}.export-drop-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#e8f0fb;color:#2457a7;font-size:26px;font-weight:800;line-height:1}.export-drop-zone.is-locked .export-drop-icon{background:#e8eaee;color:#7b8492}.export-drop-copy{display:grid;gap:4px;max-width:680px}.export-drop-copy strong{font-size:16px}.export-drop-copy span{font-size:12px;color:var(--muted);line-height:1.45}.export-drop-zone .export-primary-choice{justify-content:center}.export-auto-note{color:#2457a7;font-weight:750}.export-selection-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px}.export-auto-parse-block{transition:border-color .16s ease,background .16s ease}.export-auto-parse-state{display:flex;align-items:center;gap:9px;font-size:13px;font-weight:750;color:var(--muted)}.export-auto-dot{width:10px;height:10px;border-radius:50%;background:#a7b0bd;flex:0 0 auto}.export-auto-parse-block.is-running{border-color:#9bbbe6;background:#f2f7ff}.export-auto-parse-block.is-running .export-auto-dot{background:#2457a7;box-shadow:0 0 0 5px rgba(36,87,167,.12);animation:setoAutoPulse 1s ease-in-out infinite}.export-auto-parse-block.is-ready{border-color:#a9d8c3;background:#f0faf5}.export-auto-parse-block.is-ready .export-auto-dot{background:#137a55}@keyframes setoAutoPulse{50%{transform:scale(.75);opacity:.65}}
:root[data-theme="dark"] .export-selection-gate{background:#3a2c12;color:#ffd88a;border-color:#725724}:root[data-theme="dark"] .export-drop-zone{background:var(--seto-card-2)!important;border-color:#52657e}:root[data-theme="dark"] .export-drop-zone:hover:not(.is-locked),:root[data-theme="dark"] .export-drop-zone.is-dragover{background:#17324f!important;border-color:#6f9bd2}:root[data-theme="dark"] .export-drop-zone.is-locked{background:#20242d!important;border-color:#444b57}:root[data-theme="dark"] .export-auto-parse-block.is-running{background:#17324f!important}:root[data-theme="dark"] .export-auto-parse-block.is-ready{background:#17372c!important}
@media(max-width:560px){.export-selection-meta{align-items:stretch;flex-direction:column}.export-selection-meta .export-clear-action{width:100%}.export-drop-zone{padding:18px 13px}.export-drop-zone .export-primary-choice{width:100%}}

/* SETO 1.1.45 – Feedback #54: klarer Import-Flow */
.import-flow-intro{display:flex;align-items:center;justify-content:space-between;gap:16px}
.advanced-panel{overflow:hidden}
.advanced-panel>summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:4px 0;font-weight:800}
.advanced-panel>summary::-webkit-details-marker{display:none}
.advanced-panel>summary span:first-child{display:grid;gap:3px}
.advanced-panel>summary small{font-weight:500;color:var(--muted,#6b7280)}
.advanced-chevron{font-size:20px;transition:transform .18s ease}
.advanced-panel[open] .advanced-chevron{transform:rotate(180deg)}
.advanced-content{padding-top:16px}
.import-options-panel{margin-top:12px;padding:12px 14px;border:1px solid var(--border,#d9dde5);border-radius:14px;background:var(--surface,#fff)}
.vdn-import-card .vdn-section-head{margin-bottom:12px}
.vdn-drop-zone{min-height:210px}
.vdn-drop-copy strong{font-size:1.1rem}
@media(max-width:700px){.import-flow-intro{align-items:flex-start;flex-direction:column}.vdn-drop-actions{width:100%}.vdn-drop-actions .btn{flex:1}}


/* SETO 1.1.93 – Daten-Importer im Analyse-Design */
:root{--import-navy:#17365d;--import-blue:#2f75b5;--import-bg:#f0f2f5;--import-card:#fff;--import-text:#1f2733;--import-muted:#6b7785;--import-border:#dfe5ec;--import-sidebar:238px}
.seto-import-page{background:var(--import-bg);color:var(--import-text)}
.import-layout{width:min(1480px,100%);margin:0 auto;display:grid;grid-template-columns:var(--import-sidebar) minmax(0,1fr);min-height:100vh}
.import-sidebar{padding:22px 14px 26px;position:sticky;top:0;align-self:start;height:100vh;border-right:1px solid var(--import-border);background:rgba(255,255,255,.84);backdrop-filter:blur(18px);z-index:20;overflow:auto}
.import-brand{display:block;margin:0 8px 20px;text-decoration:none;color:var(--import-text)}.import-brand small{display:block;color:var(--import-muted);font-size:.67rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.import-brand strong{display:block;font-size:1.08rem;margin-top:2px}
.import-nav-group{margin:18px 0 0}.import-nav-title{padding:0 10px 6px;color:var(--import-muted);font-size:.65rem;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.import-sidebar nav{display:grid;gap:4px}.import-sidebar nav a{display:flex;align-items:center;padding:10px 11px;border-radius:11px;text-decoration:none;color:var(--import-text);font-size:.81rem;font-weight:720;border:1px solid transparent}.import-sidebar nav a:hover{background:#f4f7fb}.import-sidebar nav a.active{background:linear-gradient(135deg,#17365d,#2f75b5);color:#fff;box-shadow:0 7px 20px rgba(23,54,93,.16)}.import-sidebar nav a.subtle{color:var(--import-muted);font-weight:650}
.import-content{min-width:0;width:100%;overflow:hidden}.import-content .shell{max-width:1120px;margin:0 auto;padding:24px 22px 56px}.import-mobile-nav{display:none}
.import-hero{margin:0 0 20px;padding:22px 24px;border:1px solid var(--import-border);border-radius:22px;background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(247,249,252,.9));box-shadow:0 12px 32px rgba(23,54,93,.07)}.import-hero h1{font-size:clamp(1.75rem,2.6vw,2.45rem);letter-spacing:-.035em}.import-hero p{max-width:760px;margin-bottom:0}.import-kicker{display:inline-block;color:var(--import-blue);font-size:.68rem;font-weight:900;text-transform:uppercase;letter-spacing:.09em}
.import-section-intro{margin:22px 2px 11px}.import-section-intro h2{margin:0;color:var(--import-navy);font-size:1rem}.import-section-intro p{margin:4px 0 0;color:var(--import-muted);font-size:.8rem}
.import-dashboard-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:12px}.import-dashboard-grid>.action{grid-column:span 6;min-width:0;min-height:158px;align-items:flex-start;position:relative;overflow:hidden;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.import-dashboard-grid>.action:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(23,54,93,.11)}.import-dashboard-grid>.import-primary-card{grid-column:span 12;min-height:172px;background:linear-gradient(135deg,#17365d,#2f75b5);color:#fff;border-color:transparent}.import-dashboard-grid>.import-primary-card p,.import-dashboard-grid>.import-primary-card strong{color:rgba(255,255,255,.88)}.import-dashboard-grid>.import-primary-card .icon{background:rgba(255,255,255,.14);color:#fff}.import-dashboard-grid .icon{display:grid;place-items:center;width:52px;height:52px;flex:0 0 52px;border-radius:15px;background:#edf4ff;font-size:25px}.import-dashboard-grid .action h2{font-size:1.04rem}.import-dashboard-grid .action p{font-size:.82rem;margin:.35rem 0 .65rem}.import-dashboard-grid .action strong{font-size:.78rem}
.import-work-card{border-radius:18px;box-shadow:0 8px 24px rgba(23,54,93,.055)}.import-work-card>.head h2,.import-work-card .previewHead h2{font-size:1rem;color:var(--import-navy)}.import-work-card>.head p{font-size:.79rem;margin:.25rem 0 0}.import-help-card{padding:0;overflow:hidden}.import-help-card>summary{cursor:pointer;list-style:none;padding:17px 20px;font-weight:800}.import-help-card>summary::-webkit-details-marker{display:none}.import-help-card>summary:after{content:'⌄';float:right;color:var(--import-muted)}.import-help-card[open]>summary:after{transform:rotate(180deg)}.import-help-body{border-top:1px solid var(--import-border);padding:18px 20px}.import-help-body h2{font-size:.95rem}
/* Einrichtung wie Analyse: Intro + ruhige Arbeitskarten */
.setup-welcome-card{display:flex;justify-content:space-between;align-items:center;gap:18px;margin:0 0 14px;padding:17px 19px;border:1px solid var(--import-border);border-radius:17px;background:var(--import-card)}.setup-welcome-card strong{font-size:.93rem}.setup-welcome-card p{margin:3px 0 0;color:var(--import-muted);font-size:.78rem;line-height:1.45}.setup-welcome-badge{flex:0 0 auto;padding:7px 10px;border-radius:999px;background:#edf4ff;color:#2457a7;font-size:.7rem;font-weight:850}.setup-progress{margin-bottom:14px!important;padding:8px!important;border:1px solid var(--import-border);border-radius:16px;background:var(--import-card);box-shadow:none!important}.setup-progress button{border-radius:11px!important;min-width:0}.setup-progress button.active{background:linear-gradient(135deg,#17365d,#2f75b5)!important;color:#fff!important}.setup-work-card{border-radius:18px!important;box-shadow:0 8px 24px rgba(23,54,93,.055)!important}.setup-step .section-head h2{color:var(--import-navy);font-size:1.05rem}.setup-choice-grid{gap:12px!important}.setup-choice{min-height:152px;border-radius:15px!important;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.setup-choice:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(23,54,93,.08)}.setup-choice.recommended{border-color:#9bbbe6!important}.setup-choice.recommended:after{content:'Empfohlen';position:absolute;right:12px;top:11px;padding:4px 7px;border-radius:999px;background:#edf4ff;color:#2457a7;font-size:.62rem;font-weight:850}.setup-choice{position:relative}.setup-subcard,.setup-personal-details,.setup-learning-card{border-radius:15px!important}.compact-drop{min-height:190px!important;border-radius:16px!important}.setup-form-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.setup-actions-row{position:sticky;bottom:10px;z-index:5;margin-top:18px;padding:10px;border:1px solid var(--import-border);border-radius:14px;background:rgba(255,255,255,.88);backdrop-filter:blur(16px)}
@media(max-width:1100px){.import-layout{grid-template-columns:205px minmax(0,1fr)}.setup-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:820px){.import-layout{display:block;min-height:0}.import-sidebar{display:none}.import-mobile-nav{display:block;position:sticky;top:0;z-index:30;padding:8px 12px;background:rgba(240,242,245,.94);backdrop-filter:blur(18px);border-bottom:1px solid var(--import-border)}.import-mobile-nav details{max-width:1120px;margin:0 auto}.import-mobile-nav summary{list-style:none;display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border:1px solid var(--import-border);border-radius:12px;background:var(--import-card);font-size:.82rem;font-weight:800}.import-mobile-nav summary::-webkit-details-marker{display:none}.import-mobile-links{display:grid;gap:5px;margin-top:7px;padding:8px;border:1px solid var(--import-border);border-radius:14px;background:var(--import-card);box-shadow:0 14px 36px rgba(15,23,42,.13)}.import-mobile-links a{text-decoration:none;color:var(--import-text);padding:9px 10px;border-radius:9px;font-size:.8rem;font-weight:700}.import-mobile-links a.active{background:#17365d;color:#fff}.import-content .shell{padding:12px 12px 46px}.import-hero{border-radius:0 0 22px 22px;margin-left:-12px;margin-right:-12px}.import-dashboard-grid>.action,.import-dashboard-grid>.import-primary-card{grid-column:span 12}.setup-welcome-card{align-items:flex-start;flex-direction:column}.setup-progress{overflow:auto;grid-template-columns:repeat(5,minmax(112px,1fr))!important}.setup-actions-row{bottom:8px}}
@media(max-width:560px){.setup-form-grid{grid-template-columns:1fr!important}.import-dashboard-grid>.action{min-height:0}.import-dashboard-grid>.action,.import-dashboard-grid>.import-primary-card{padding:17px}.import-dashboard-grid .icon{width:44px;height:44px;flex-basis:44px;font-size:21px}.import-hero{padding:19px 16px}.setup-choice{min-height:0}.setup-actions-row{align-items:stretch;flex-direction:column}.setup-actions-row>span:empty{display:none}}
:root[data-theme="dark"]{--import-bg:#0f1117;--import-card:#1b202b;--import-text:#f3f6fa;--import-muted:#b7c0cc;--import-border:#303845;--import-navy:#dcecff}.seto-import-page{background:var(--import-bg)!important;color:var(--import-text)!important}:root[data-theme="dark"] .import-sidebar{background:rgba(20,25,34,.89)}:root[data-theme="dark"] .import-sidebar nav a:hover{background:#222936}:root[data-theme="dark"] .import-mobile-nav{background:rgba(15,17,23,.95)}:root[data-theme="dark"] .import-hero{background:linear-gradient(145deg,#1d2430,#171c25);border-color:var(--import-border)}:root[data-theme="dark"] .setup-welcome-card,:root[data-theme="dark"] .setup-progress,:root[data-theme="dark"] .setup-actions-row{background:rgba(27,32,43,.94);border-color:var(--import-border)}:root[data-theme="dark"] .import-dashboard-grid>.action:not(.import-primary-card),:root[data-theme="dark"] .import-work-card,:root[data-theme="dark"] .import-help-card,:root[data-theme="dark"] .setup-work-card{background:#1b202b!important;border-color:#303845!important}:root[data-theme="dark"] .import-dashboard-grid .icon{background:#263246}:root[data-theme="dark"] .setup-welcome-badge,:root[data-theme="dark"] .setup-choice.recommended:after{background:#17324f;color:#b9d8ff}:root[data-theme="dark"] .import-help-body{border-color:#303845}
@media(prefers-color-scheme:dark){html:not([data-theme="light"]){--import-bg:#0f1117;--import-card:#1b202b;--import-text:#f3f6fa;--import-muted:#b7c0cc;--import-border:#303845;--import-navy:#dcecff}}
