/* SolSer Beheerpaneel — huisstijl (Solestrade ERP) */
:root {
  --accent:#8A7550; --accent-d:#6E5C3F; --bg:#F4F0E8; --lijn:#E7DFD0;
  --band:#EFE6D2; --donker:#3A342B; --ink:#2E2A24; --dim:#8C8577; --rood:#a33;
}
* { box-sizing:border-box; }
body { background:var(--bg); font-family:Arial, Helvetica, sans-serif; margin:0; color:var(--ink); }
body.midden { display:flex; align-items:center; justify-content:center; min-height:100vh; }

header { background:#fff; border-bottom:1px solid var(--lijn); padding:0 20px; display:flex; align-items:center; gap:22px; height:54px; }
.logo { font-weight:bold; font-size:15px; letter-spacing:1.5px; color:var(--ink); }
.logo span { color:var(--accent); font-size:11px; letter-spacing:2px; display:block; margin-top:-2px; }
nav { display:flex; gap:4px; }
nav a { padding:8px 14px; border-radius:6px; font-size:13.5px; color:var(--ink); cursor:pointer; border:1px solid transparent; }
nav a.actief { background:var(--band); color:var(--accent); font-weight:bold; border-color:var(--lijn); }
nav a.uit { color:#c6bfae; cursor:default; }
.uitlog { margin-left:auto; font-size:13px; color:var(--dim); text-decoration:none; border:1px solid var(--lijn); padding:6px 13px; border-radius:6px; }
.uitlog:hover { background:var(--band); }

.indeling { display:flex; gap:14px; align-items:flex-start; max-width:1150px; margin:18px auto; padding:0 16px; }
.boom { width:250px; min-width:210px; background:#fff; border:1px solid var(--lijn); border-radius:8px; padding:12px; font-size:13.5px; }
.boom h4 { margin:4px 0 8px; font-size:11px; text-transform:uppercase; letter-spacing:1.2px; color:var(--dim); font-weight:bold; }
.boom .map { padding:7px 9px; border-radius:5px; cursor:pointer; }
.boom .map:hover { background:var(--band); }
.boom .map.actief { background:var(--band); font-weight:bold; color:var(--accent); }
.hoofdvak { flex:1; }

.pad { font-size:13px; color:var(--dim); margin-bottom:10px; }
.pad b { color:var(--accent); cursor:pointer; }
.balk { display:flex; gap:8px; margin-bottom:10px; align-items:center; flex-wrap:wrap; }

.knop { border:0; background:var(--accent); color:#fff; font-size:13px; font-weight:bold; padding:9px 14px; border-radius:6px; cursor:pointer; }
.knop:hover { background:var(--accent-d); }
.knop.stil { background:#fff; color:var(--accent); border:1px solid var(--accent); }
.knop.breed { width:100%; margin-top:14px; padding:11px; font-size:14px; }

.dropzone { border:2px dashed var(--accent); background:var(--band); border-radius:8px; padding:20px; text-align:center; color:var(--accent); font-size:14px; margin-bottom:10px; cursor:pointer; }
.dropzone.actief { background:#e6d9bd; }
.dropzone small { display:block; color:var(--dim); margin-top:4px; font-size:12px; }

table.blist { width:100%; border-collapse:collapse; background:#fff; border:1px solid var(--lijn); border-radius:8px; overflow:hidden; font-size:13.5px; }
table.blist th { text-align:left; font-size:11px; text-transform:uppercase; letter-spacing:1px; color:var(--dim); padding:9px 12px; border-bottom:1px solid var(--lijn); background:#FBF9F4; }
table.blist th.r, table.blist td.r { text-align:right; }
table.blist td { padding:8px 12px; border-bottom:1px solid var(--lijn); }
table.blist tr:hover td { background:var(--band); }
.b-naam { cursor:pointer; }
.acties a { color:var(--accent); text-decoration:none; font-size:12.5px; margin-right:10px; cursor:pointer; }
.acties a.rood { color:var(--rood); }

.kaart { background:#fff; border:1px solid var(--lijn); border-radius:10px; padding:30px 36px; }
.kaart.smal { width:340px; }
.kaart h1 { color:var(--accent); font-size:20px; margin:0 0 6px; letter-spacing:.5px; }
.kaart label { display:block; font-size:11px; text-transform:uppercase; letter-spacing:1px; color:var(--dim); font-weight:bold; margin:12px 0 4px; }
.kaart input { width:100%; border:1px solid var(--lijn); border-radius:6px; padding:10px 11px; font-size:14px; }
.dim { color:var(--dim); font-size:13px; }
.fout { color:var(--rood); font-size:13px; font-weight:bold; }

.sluier { display:none; position:fixed; inset:0; background:rgba(46,42,36,.55); align-items:center; justify-content:center; z-index:20; }
.editor { background:#fff; border-radius:10px; width:min(900px, 94vw); height:min(640px, 88vh); display:flex; flex-direction:column; overflow:hidden; }
.editorkop { display:flex; justify-content:space-between; align-items:center; gap:10px; padding:12px 16px; border-bottom:1px solid var(--lijn); }
.editorkop b { color:var(--accent); }
.editor textarea { flex:1; border:0; outline:0; resize:none; padding:14px 16px; font-family:Menlo, Consolas, monospace; font-size:12.5px; line-height:1.55; background:#FBF9F4; }

.melding { position:fixed; bottom:18px; right:18px; background:var(--donker); color:#fff; padding:11px 16px; border-radius:6px; font-size:13.5px; opacity:0; transition:opacity .3s; pointer-events:none; z-index:30; }
.melding.zien { opacity:1; }

@media (max-width:760px) {
  .indeling { flex-direction:column; }
  .boom { width:100%; min-width:0; }
  header { gap:10px; overflow-x:auto; }
}

/* --- pakket 2: domeinen & DNS --- */
.wrap { max-width:1080px; margin:18px auto; padding:0 16px 40px; }
.kaart.blok { padding:16px 18px; margin-bottom:14px; border-radius:8px; }
.kaart.blok h3 { margin:0 0 8px; font-size:15px; color:var(--accent); }
.verborgen { display:none !important; }
.rij { display:flex; gap:12px; flex-wrap:wrap; margin-bottom:10px; align-items:flex-end; }
.veld { display:flex; flex-direction:column; gap:4px; }
.veld label { font-size:11px; text-transform:uppercase; letter-spacing:1px; color:var(--dim); font-weight:bold; }
.veld select, .veld input { border:1px solid var(--lijn); border-radius:6px; padding:8px 10px; font-size:13.5px; background:#fff; }
.schakel { display:flex; align-items:center; gap:7px; font-size:13.5px; padding:8px 0; }
.schakel input { width:16px; height:16px; accent-color:var(--accent); }
.goed { color:#2e7d32; font-weight:bold; }
.dkaart { background:#fff; border:1px solid var(--lijn); border-radius:8px; margin-bottom:8px; overflow:hidden; }
.dkop { display:flex; align-items:center; gap:10px; padding:11px 14px; cursor:pointer; flex-wrap:wrap; }
.dkop:hover { background:var(--band); }
.dkop .dom { font-weight:bold; font-size:14.5px; min-width:200px; }
.dkop .doel { color:var(--dim); font-size:13px; flex:1; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.dkop .stat { font-size:11.5px; color:var(--dim); border:1px solid var(--lijn); border-radius:10px; padding:2px 9px; }
.pil { font-size:11.5px; font-weight:bold; padding:3px 9px; border-radius:10px; }
.pil.redirect { background:#eef2e6; color:#5a7a2e; }
.pil.site { background:var(--band); color:var(--accent); }
.pil.dnsp { background:#e8ecf2; color:#4a5a7a; }
.ddetail { border-top:1px solid var(--lijn); padding:14px; background:#FBF9F4; display:none; }
.dkaart.open .ddetail { display:block; }
.rooderand { border-color:var(--rood) !important; color:var(--rood) !important; }
h4.sectie { font-size:11px; text-transform:uppercase; letter-spacing:1.2px; color:var(--dim); margin:14px 0 8px; }
table.dns { width:100%; border-collapse:collapse; font-size:13px; background:#fff; border:1px solid var(--lijn); border-radius:6px; overflow:hidden; }
table.dns th { text-align:left; font-size:10.5px; text-transform:uppercase; letter-spacing:.8px; color:var(--dim); padding:7px 8px; border-bottom:1px solid var(--lijn); background:#FBF9F4; }
table.dns td { padding:4px 6px; border-bottom:1px solid var(--lijn); }
table.dns input, table.dns select { width:100%; border:1px solid transparent; border-radius:4px; padding:6px 6px; font-size:12.5px; background:transparent; }
table.dns input:focus, table.dns select:focus { border-color:var(--accent); background:#fff; outline:none; }
.wegkruis { color:var(--rood); cursor:pointer; font-weight:bold; text-align:center; }

/* --- pakket 3: taken, bolletje, schuifjes --- */
.bol { width:13px; height:13px; border-radius:50%; display:inline-block; flex-shrink:0; }
.bol.groen { background:#2e7d32; box-shadow:0 0 0 3px rgba(46,125,50,.18); }
.bol.amber { background:#b8860b; box-shadow:0 0 0 3px rgba(184,134,11,.18); }
.bol.roodbol { background:var(--rood); box-shadow:0 0 0 3px rgba(170,51,51,.18); }
.bol.draai { background:transparent; border:3px solid var(--lijn); border-top-color:var(--accent); animation:draai 1s linear infinite; }
@keyframes draai { to { transform:rotate(360deg); } }
.aanuit { width:36px; height:20px; border-radius:10px; background:#ccc; position:relative; cursor:pointer; flex-shrink:0; }
.aanuit.aan { background:#2e7d32; }
.aanuit::after { content:''; position:absolute; top:2px; left:2px; width:16px; height:16px; background:#fff; border-radius:50%; transition:left .15s; }
.aanuit.aan::after { left:18px; }
.codeblok { background:#3A342B; color:#EFE6D2; font-family:Menlo, Consolas, monospace; font-size:11.5px; padding:12px 14px; border-radius:6px; overflow-x:auto; line-height:1.6; }
.logtekst { flex:1; margin:0; padding:14px 16px; overflow:auto; font-family:Menlo, Consolas, monospace; font-size:11.5px; line-height:1.55; background:#3A342B; color:#EFE6D2; white-space:pre-wrap; }
