
    /* ===== MIDDLE: "Moje konto" – wizytówka + szybkie skróty ===== */
    .wo-card{
      border: 1px solid var(--wo-line);
      background: var(--wo-panel);
      border-radius: 16px;
      overflow: hidden;
    }

    .wo-me-hero{
      width:100%;
      aspect-ratio: 16 / 11;
      background: #0b0f14;
      overflow:hidden;
    }
    .wo-me-hero img{width:100%;height:100%;object-fit:cover;display:block;}

    .wo-me-body{padding: 14px 14px 12px;}
    .wo-me-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;}
    .wo-me-name{
      margin: 0;
      font-size: 16px;
      font-weight: 980;
      letter-spacing: .2px;
      color: color-mix(in srgb, var(--wo-text) 92%, transparent);
    }
    .wo-me-sub{
      margin: 4px 0 0;
      font-size: 11px;
      color: color-mix(in srgb, var(--wo-muted) 92%, transparent);
      line-height: 1.35;
    }
    .wo-me-badges{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end;}
    .wo-pill{
      display:inline-flex;align-items:center;gap:8px;
      padding: 7px 10px;border-radius: 999px;
      border: 1px solid var(--wo-line);
      background: var(--wo-chip-bg);
      color: var(--wo-muted);
      font-size: 11px;
      white-space: nowrap;
    }
    .wo-pill i{font-size:11px;color: var(--wo-icon);}

    .wo-me-stats{
      display:grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 10px;
      padding: 12px 14px 14px;
      border-top: 1px solid var(--wo-line);
      background: color-mix(in srgb, var(--wo-soft) 55%, var(--wo-panel));
    }
    .wo-me-stat{
      border: 1px solid var(--wo-line);
      background: var(--wo-panel);
      border-radius: var(--wo-border-radius);
      padding: 10px 10px;
      text-align:center;
    }
    .wo-me-stat strong{display:block;font-size:13px;}
    .wo-me-stat span{display:block;font-size:10px;color:var(--wo-muted);text-transform:uppercase;letter-spacing:.8px;margin-top:3px;}

    .wo-quick-menu{
      margin-top: 14px;
      display:grid;
      gap: 10px;
    }
    .wo-qitem{
      display:flex;align-items:center;justify-content:space-between;gap:10px;
      border: 1px solid var(--wo-line);
      background: color-mix(in srgb, var(--wo-soft) 60%, var(--wo-panel));
      border-radius: var(--wo-border-radius);
      padding: 12px;
      text-decoration:none;
      color: inherit;
    }
    .wo-qitem:hover{background: var(--wo-soft);}



.wo-qitem.wo-is-active{
  color: color-mix(in srgb, var(--wo-text) 92%, transparent);
  background: transparent; /* zero “plamy” */
  border-color: color-mix(in srgb, var(--wo-line) 70%, transparent);
}

.wo-qitem.wo-is-active::before{
  content:"";
  position:absolute;
  left:-16px;
  top:50%;
  transform:translateY(-50%);
  width:2px;              /* cieńszy */
  height:22px;            /* krótszy */
  border-radius:999px;
  background: color-mix(in srgb, var(--wo-accent) 70%, transparent); /* mniej agresywny */
  opacity:.9;
}

/* ikona tylko odrobinkę mocniej */
.wo-qitem.wo-is-active .wo-qicon{
  border-color: color-mix(in srgb, var(--wo-line) 60%, var(--wo-accent));
  background: color-mix(in srgb, var(--wo-chip-bg) 92%, var(--wo-accent));
  color: color-mix(in srgb, var(--wo-icon-strong) 60%, var(--wo-accent));
}

/* tytuł lekko pogrub */
.wo-qitem.wo-is-active .wo-qtitle{
  font-weight: 900;
}

/* meta subtelniej */
.wo-qitem .wo-qmeta{
  color: color-mix(in srgb, var(--wo-muted) 92%, transparent);
}
.wo-qitem.wo-is-active .wo-qmeta{
  color: color-mix(in srgb, var(--wo-muted) 72%, var(--wo-text));
}


    .wo-qleft{display:flex;align-items:center;gap:10px;min-width:0;}
    .wo-qicon{
      width: 40px;height:40px;border-radius: var(--wo-border-radius);
      border: 1px solid var(--wo-line);
      background: var(--wo-panel);
      display:grid;place-items:center;
      color: var(--wo-icon-strong);
    }
    .wo-qtitle{font-weight:950;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
    .wo-qsub{font-size:11px;color: var(--wo-muted);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
    .wo-qmeta{display:flex;gap:8px;align-items:center;color: var(--wo-muted);font-size:11px;white-space:nowrap;}
    .wo-qmeta i{color: var(--wo-icon);}

    /* ===== RIGHT: ustawienia konta (formularz) ===== */
    .wo-section-title{
      margin: 0 0 8px;
      font-size: 16px;
      font-weight: 980;
      color: color-mix(in srgb, var(--wo-text) 90%, transparent);
    }
    .wo-section-sub{
      margin: 0 0 12px;
      font-size: 12px;
      color: color-mix(in srgb, var(--wo-muted) 90%, transparent);
      line-height: 1.55;
    }

    .wo-form{
      border: 1px solid var(--wo-line);
      background: var(--wo-panel);
      border-radius: var(--wo-border-radius);
      padding: 14px;
    }

    .wo-row{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
    }
    .wo-field{display:flex;flex-direction:column;gap:6px;margin-bottom: 10px;}
    .wo-label{font-size:11px;font-weight:950;color: color-mix(in srgb, var(--wo-text) 78%, transparent);}
    .wo-input, .wo-select, .wo-textarea{
      height: 38px;
      border-radius: var(--wo-border-radius);
      border: 1px solid var(--wo-line);
      background: var(--wo-soft);
      padding: 0 12px;
      font-size: 12px;
      color: var(--wo-text);
      outline: none;
    }
    .wo-textarea{
      height: auto;
      min-height: 96px;
      padding: 10px 12px;
      line-height: 1.5;
      resize: vertical;
    }
    .wo-input::placeholder, .wo-textarea::placeholder{color: var(--wo-muted);}

    .wo-actions{
      display:flex;
      gap:10px;
      justify-content:flex-end;
      flex-wrap: wrap;
      margin-top: 12px;
    }
    .wo-btn{
      height: 38px;
      padding: 0 14px;
      border-radius: var(--wo-border-radius);
      border: 1px solid transparent;
      background: color-mix(in srgb, var(--wo-accent) 92%, #fff);
      color: #111;
      font-weight: 950;
      cursor:pointer;
      display:inline-flex;
      align-items:center;
      gap: 8px;
      white-space: nowrap;
    }
    .wo-btn:hover{background: var(--wo-accent);}
    .wo-btn.wo-ghost{
      background: var(--wo-chip-bg);
      border-color: var(--wo-line);
      color: var(--wo-text);
    }
    .wo-btn.wo-ghost:hover{background: var(--wo-soft);}

    .wo-divider{
      height: 1px;
      background: var(--wo-line);
      margin: 14px 0;
    }

    .wo-danger{
      border: 1px solid color-mix(in srgb, #ef4444 35%, var(--wo-line));
      background: color-mix(in srgb, #ef4444 7%, var(--wo-panel));
      border-radius: var(--wo-border-radius);
      padding: 14px;
    }
    .wo-danger h4{margin:0 0 6px;font-size:12px;font-weight:980;}
    .wo-danger p{margin:0;font-size:12px;line-height:1.55;color: color-mix(in srgb, var(--wo-muted) 92%, transparent);}


      /* ===== ZAKRES WSPÓŁPRACY (CSS) ===== */
 .wo-coop-grid{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:10px;
}

.wo-coopbtn{
  position:relative;
  height:36px;
  padding:0 12px;
  border-radius:var(--wo-border-radius);
  border:2px solid var(--wo-line);
  background: var(--wo-chip-bg);
  color: var(--wo-muted);
  font-weight:950;
  font-size:12px;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  gap:8px;
  transition: background .14s ease, color .14s ease, border-color .14s ease, transform .10s ease, box-shadow .14s ease;
}

.wo-coopbtn i{ color: var(--wo-icon); }

.wo-coopbtn:hover{
  background: var(--wo-soft);
  color: var(--wo-text);
  transform: translateY(-1px);
  border-color: color-mix(in srgb, var(--wo-line) 40%, var(--wo-text));
}

/* WYRAŹNY aktywny */
.wo-coopbtn[aria-pressed="true"]{
  border-color: var(--wo-accent);
  background: color-mix(in srgb, var(--wo-accent) 18%, var(--wo-chip-bg));
  color: var(--wo-text);
  transform: translateY(-1px);
}
.wo-coopbtn[aria-pressed="true"] i{ color: var(--wo-accent); }

/* checkmark */
.wo-coopbtn::after{
  content:"✓";
  position:absolute;
  top:-7px;
  right:-7px;
  width:20px;
  height:20px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  font-weight:950;
  background: var(--wo-accent);
  color:#111;
  opacity:0;
  transform: scale(.6);
  transition: opacity .12s ease, transform .12s ease;
}
.wo-coopbtn[aria-pressed="true"]::after{
  opacity:1;
  transform: scale(1);
}

/* narzędzia pod multi */
.wo-coop-tools{
  display:flex;
  gap:10px;
  align-items:center;
  margin-top:10px;
}

.wo-coop-tool{
  height:30px;
  padding:0 10px;
  border-radius:var(--wo-border-radius);
  border:1px solid var(--wo-line);
  background: var(--wo-chip-bg);
  cursor:pointer;
}

.wo-coop-count{
  opacity:.8;
  font-weight:800;
}

/* ==== AVATAR ==== */
.wo-hidden{display:none !important;}

.wo-drop{
  border: 1px dashed color-mix(in srgb, var(--wo-line) 80%, var(--wo-muted));
  background: color-mix(in srgb, var(--wo-soft) 70%, var(--wo-panel));
  border-radius: 16px;
  padding: 26px 16px;
  display:grid;
  place-items:center;
  text-align:center;
  cursor:pointer;
  min-height: 240px;
}
.wo-drop i{font-size:26px;color: var(--wo-icon);margin-bottom:8px;}
.wo-drop strong{display:block;font-size:13px;font-weight:1000;}
.wo-drop span{display:block;margin-top:6px;font-size:11px;color: var(--wo-muted);}
.wo-drop.wo-drop--hover{
  border-color: color-mix(in srgb, var(--wo-accent) 70%, var(--wo-line));
  background: color-mix(in srgb, var(--wo-accent) 8%, var(--wo-panel));
}

.wo-preview{
  display:grid;
  /* grid-template-columns: 1fr 340px; */
  gap: 14px;
  align-items:start;
}

.wo-avatarbox--big{
  width: min(720px, 100%);
  aspect-ratio: 1/1;
  border-radius: 20px;
  border: 1px solid var(--wo-line);
  background: #0b0f14;
  overflow:hidden;
  position:relative;
  box-shadow: 0 18px 45px rgba(16,24,40,.10);
}
html[data-theme="dark"] .wo-avatarbox--big{ box-shadow: 0 22px 60px rgba(0,0,0,.38); }

.wo-avatarbox--big img{
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%) scale(1);
  transform-origin:center;
  max-width:none;
  max-height:none;
  width:auto;
  height:auto;
  user-select:none;
  -webkit-user-drag:none;
  cursor: grab;
}
.wo-avatarbox--big img:active{ cursor: grabbing; }

.wo-overui{
  position:absolute;
  inset: 0;
  pointer-events:none;
}

.wo-overui-top,
.wo-overui-bottom,
.wo-overui-right{
  position:absolute;
  display:flex;
  gap: 10px;
  align-items:center;
  pointer-events:auto;
}

.wo-overui-top{
  left: 12px; right: 12px; top: 12px;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(15,23,42,.55);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.14);
}

.wo-overui-bottom{
  left: 12px; right: 12px; bottom: 12px;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(15,23,42,.55);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.14);
}

.wo-overui-right{
  top: 74px;
  bottom: 74px;
  right: 12px;
  width: 58px;
  padding: 12px 8px;
  border-radius: 16px;
  background: rgba(15,23,42,.55);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.14);
  flex-direction:column;
  justify-content:center;
}

.wo-overpill{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.12);
  color:#fff;
  font-size: 11px;
  white-space: nowrap;
}
.wo-overpill i{ font-size: 11px; opacity:.9; }

.wo-slider{ width: 100%; accent-color: var(--wo-accent); }
.wo-slider--vertical{
  width: 240px;
  transform: rotate(-90deg);
  transform-origin: center;
  accent-color: var(--wo-accent);
}

.wo-overhint{
  margin-top: 10px;
  font-size: 11px;
  color: color-mix(in srgb, var(--wo-muted) 92%, transparent);
}

.wo-help{
  border: 1px solid var(--wo-line);
  border-radius: 14px;
  padding: 10px 12px;
  font-size: 11px;
  line-height: 1.5;
  background: color-mix(in srgb, var(--wo-soft) 60%, var(--wo-panel));
  color: color-mix(in srgb, var(--wo-text) 86%, transparent);
}
.wo-note-ok{
  border-color: color-mix(in srgb, #22c55e 35%, var(--wo-line));
  background: color-mix(in srgb, #22c55e 10%, var(--wo-panel));
}
.wo-note-bad{
  border-color: color-mix(in srgb, #ef4444 35%, var(--wo-line));
  background: color-mix(in srgb, #ef4444 10%, var(--wo-panel));
}

@media (max-width: 900px){
  .wo-preview{ grid-template-columns: 1fr; }
}



    /* ===== 2FA components ===== */
    .wo-switch{
      display:flex;align-items:center;justify-content:space-between;gap:12px;
      padding:10px 10px;border-radius:14px;border:1px solid var(--wo-line);
      background: color-mix(in srgb, var(--wo-soft) 55%, var(--wo-panel));
      margin-top:10px;
    }
    .wo-switch .t b{display:block;font-size:12px;}
    .wo-switch .t span{display:block;font-size:11px;color: var(--wo-muted);margin-top:2px;line-height:1.4;}

    .wo-toggle{
      width:46px;height:28px;border-radius:999px;border:1px solid var(--wo-line);
      background: var(--wo-panel);position:relative;cursor:pointer;flex:0 0 auto;
    }
    .wo-toggle::after{
      content:"";position:absolute;top:50%;left:4px;transform:translateY(-50%);
      width:20px;height:20px;border-radius:999px;background: color-mix(in srgb, var(--wo-text) 65%, var(--wo-panel));
      transition: left .16s ease, background .16s ease;
    }
    .wo-toggle[aria-checked="true"]{
      background: color-mix(in srgb, var(--wo-accent) 22%, var(--wo-panel));
      border-color: color-mix(in srgb, var(--wo-line) 60%, var(--wo-accent));
    }
    .wo-toggle[aria-checked="true"]::after{
      left:22px;background: color-mix(in srgb, var(--wo-accent) 85%, #fff);
    }

    .wo-group-title{
      display:flex;align-items:center;justify-content:space-between;gap:10px;
      margin: 12px 0 10px;
      color: color-mix(in srgb, var(--wo-muted) 92%, transparent);
      font-size: 11px;
      letter-spacing: .6px;
      text-transform: uppercase;
    }
    .wo-group-title .count{
      display:inline-flex;align-items:center;gap:8px;
      padding:6px 10px;border-radius:999px;border:1px solid var(--wo-line);
      background: var(--wo-chip-bg);
      text-transform:none;letter-spacing:0;
    }

    .wo-radio{
      display:block;border:1px solid var(--wo-line);border-radius:16px;
      background: color-mix(in srgb, var(--wo-panel) 92%, transparent);
      cursor:pointer;overflow:hidden;position:relative;
    }
    .wo-radio input{position:absolute;opacity:0;pointer-events:none;}
    .wo-radio-ui{display:block;padding:12px;}
    .wo-radio-title{
      display:flex;align-items:center;gap:10px;
      font-size:12px;font-weight:1000;
      color: color-mix(in srgb, var(--wo-text) 92%, transparent);
    }
    .wo-radio-title i{color: var(--wo-icon);}
    .wo-radio-sub{
      display:block;margin-top:6px;
      font-size:11px;color: color-mix(in srgb, var(--wo-muted) 92%, transparent);
      line-height:1.45;
    }
    .wo-radio:has(input:checked){
      border-color: color-mix(in srgb, var(--wo-line) 55%, var(--wo-accent));
      background: color-mix(in srgb, var(--wo-soft) 65%, transparent);
    }

    .wo-panel{
      margin-top:12px;
      border:1px solid var(--wo-line);
      border-radius:16px;
      background: var(--wo-panel);
      padding:12px;
    }
    .wo-row{/*display:flex;*/align-items:center;gap:10px;}
    .wo-ico{
      width:44px;height:44px;border-radius:14px;border:1px solid var(--wo-line);
      background: var(--wo-chip-bg);
      display:grid;place-items:center;color: var(--wo-icon);
      flex:0 0 auto;
    }
    .wo-t{font-weight:1000;font-size:12px;}
    .wo-s{margin-top:3px;font-size:11px;color: var(--wo-muted);line-height:1.45;}

    .wo-qrwrap{
      display:grid;
      grid-template-columns: 200px 1fr;
      gap: 12px;
      align-items:start;
      margin-top:10px;
    }
    .wo-qrbox{
      width:200px;height:200px;border-radius:18px;border:1px solid var(--wo-line);
      background: color-mix(in srgb, var(--wo-soft) 65%, var(--wo-panel));
      display:grid;place-items:center;
      overflow:hidden;
    }
    .wo-qrbox img{width:180px;height:180px;object-fit:contain;display:block;}

    .wo-note{
      margin-top:10px;
      border:1px solid var(--wo-line);
      background: color-mix(in srgb, var(--wo-soft) 65%, var(--wo-panel));
      border-radius:14px;
      padding:10px;
      font-size:11px;
      color: color-mix(in srgb, var(--wo-muted) 92%, transparent);
      line-height:1.5;
    }

    .wo-codes{
      margin-top:12px;
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:10px;
    }
    .wo-code{
      border:1px dashed color-mix(in srgb, var(--wo-line) 70%, var(--wo-muted));
      background: color-mix(in srgb, var(--wo-chip-bg) 85%, transparent);
      border-radius:14px;
      padding:10px;
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
      font-size:12px;
      color: color-mix(in srgb, var(--wo-text) 88%, transparent);
    }