:root{
  --n0:#2e3440; --n1:#3b4252; --n2:#434c5e; --n3:#4c566a;
  --s0:#d8dee9; --s1:#e5e9f0; --s2:#eceff4;
  --a0:#8fbcbb; --a1:#88c0d0; --a2:#81a1c1; --a3:#5e81ac;
  --g0:#a3be8c; --y0:#ebcb8b; --o0:#d08770; --r0:#bf616a; --p0:#b48ead;
}

*{box-sizing:border-box}
body.nord{margin:0; background:var(--n0); color:var(--s2); font:16px/1.5 system-ui,Segoe UI,Roboto,Ubuntu,"Helvetica Neue",Arial}
a{color:var(--a1); text-decoration:none}
a:hover{text-decoration:underline}

.sidebar{
  position:fixed; inset:0 auto 0 0; width:220px; background:var(--n1); padding:16px; border-right:1px solid var(--n3)
}
.brand{font-size:20px; font-weight:700; margin-bottom:12px}
.sidebar nav a{display:block; padding:8px 6px; border-radius:6px; color:var(--s1)}
.sidebar nav a:hover{background:var(--n2)}

.content{margin-left:220px; padding:24px 28px}

.table{width:100%; border-collapse:collapse; background:var(--n1); border-radius:8px; overflow:hidden}
.table th,.table td{padding:10px 12px; border-bottom:1px solid var(--n3)}
.table thead{background:var(--n2); color:var(--n0)}
.table tr:last-child td{border-bottom:none}

textarea{width:100%; background:var(--n1); color:var(--s2); border:1px solid var(--n3); border-radius:8px; padding:12px; font-family:ui-monospace,SFMono-Regular,Consolas,Monaco,monospace}
.actions{margin-top:8px}
button{background:var(--a3); border:none; color:#fff; padding:10px 14px; border-radius:8px; cursor:pointer}
button:hover{background:var(--a2)}

pre.log{background:var(--n1); border:1px solid var(--n3); padding:12px; border-radius:8px; white-space:pre-wrap; max-height:70vh; overflow:auto}

.hint{color:var(--s0); opacity:.8; margin-top:8px; font-size:.95rem}

/* FMS-Indikatorfarben (anpassbar) */
.fms-1 td{background:rgba(163,190,140,0.15)}  /* grün */
.fms-2 td{background:rgba(136,192,208,0.15)}  /* blau */
.fms-3 td{background:rgba(235,203,139,0.15)}  /* gelb */
.fms-4 td{background:rgba(208,135,112,0.15)}  /* orange */
.fms-5 td{background:rgba(191,97,106,0.15)}   /* rot */
