:root {
  color-scheme: light;
  --ws-bg: #f4f3ef;
  --ws-surface: #ffffff;
  --ws-muted-surface: #ecece7;
  --ws-ink: #3e3e3a;
  --ws-dark: #34342f;
  --ws-muted: #777770;
  --ws-accent: #b9f45a;
  --ws-border: #d2d1ca;
  --ws-danger: #c9463c;
  --ws-blue: #376b78;
  --ws-shadow: 0 12px 36px rgba(43, 43, 38, .08);
  font-family: Arial, "Malgun Gothic", sans-serif;
}

* { box-sizing: border-box; }

html { background: var(--ws-bg); }

body {
  margin: 0;
  min-width: 320px;
  background: var(--ws-bg);
  color: var(--ws-ink);
  letter-spacing: 0;
}

button, input, select, textarea { font: inherit; letter-spacing: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled, .ws-button:disabled { cursor: not-allowed; opacity: .56; }
[hidden] { display: none !important; }

.ws-public-header {
  height: 68px;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--ws-border);
}

.ws-brand img { display: block; width: 48px; height: 28px; object-fit: contain; }
.ws-public-link { color: var(--ws-ink); font-size: 13px; font-weight: 800; text-decoration: none; }
.ws-public-link:hover { text-decoration: underline; }

.ws-root { min-height: calc(100vh - 68px); }
.ws-loading { min-height: calc(100vh - 68px); display: grid; place-content: center; justify-items: center; gap: 12px; }
.ws-loading p { margin: 0; font-size: 14px; color: var(--ws-muted); }
.ws-spinner { width: 30px; height: 30px; border: 3px solid var(--ws-border); border-top-color: var(--ws-dark); border-radius: 50%; animation: ws-spin .8s linear infinite; }
@keyframes ws-spin { to { transform: rotate(360deg); } }

.ws-auth-shell {
  min-height: calc(100vh - 68px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
}

.ws-auth-visual {
  min-height: 620px;
  padding: clamp(44px, 7vw, 104px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(rgba(25,25,22,.3), rgba(25,25,22,.82)), url("./assets/team-app-login-20260921.jpg") center/cover no-repeat;
  color: #fff;
}

.ws-kicker { margin: 0 0 18px; color: var(--ws-accent); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.ws-auth-visual h1 { max-width: 760px; margin: 0; font-size: clamp(42px, 5.2vw, 78px); line-height: 1.02; }
.ws-auth-visual p:last-child { max-width: 590px; margin: 24px 0 0; color: rgba(255,255,255,.84); font-size: 16px; line-height: 1.75; }

.ws-auth-panel { padding: 64px clamp(28px, 6vw, 88px); display: grid; align-content: center; background: var(--ws-surface); }
.ws-auth-box { width: min(100%, 460px); margin: 0 auto; }
.ws-auth-box h2 { margin: 0 0 10px; font-size: 32px; }
.ws-auth-lead { margin: 0 0 30px; color: var(--ws-muted); line-height: 1.65; }

.ws-tabs { display: flex; gap: 0; margin-bottom: 24px; border-bottom: 1px solid var(--ws-border); }
.ws-tab { flex: 1; min-height: 46px; border: 0; border-bottom: 3px solid transparent; background: transparent; color: var(--ws-muted); font-weight: 800; }
.ws-tab.is-active { border-bottom-color: var(--ws-dark); color: var(--ws-dark); }

.ws-form { display: grid; gap: 16px; }
.ws-field { display: grid; gap: 7px; }
.ws-field span { color: var(--ws-dark); font-size: 13px; font-weight: 800; }
.ws-field input, .ws-field select, .ws-field textarea {
  width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid var(--ws-border); border-radius: 2px; background: #fff; color: var(--ws-dark); outline: none;
}
.ws-field textarea { min-height: 92px; resize: vertical; }
.ws-field input:focus, .ws-field select:focus, .ws-field textarea:focus { border-color: var(--ws-dark); box-shadow: 0 0 0 3px rgba(185,244,90,.42); }
.ws-form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.ws-form-row--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.ws-button {
  min-height: 46px; padding: 11px 18px; border: 1px solid var(--ws-dark); border-radius: 2px; background: var(--ws-dark); color: #fff; font-weight: 850; text-decoration: none; text-align: center;
}
.ws-button:hover { background: #1f1f1c; }
.ws-button--accent { background: var(--ws-accent); border-color: var(--ws-accent); color: #242421; }
.ws-button--light { background: #fff; border-color: var(--ws-border); color: var(--ws-dark); }
.ws-button--danger { background: transparent; border-color: var(--ws-danger); color: var(--ws-danger); }
.ws-button--small { min-height: 36px; padding: 7px 11px; font-size: 12px; }
.ws-icon-button { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--ws-border); background: #fff; color: var(--ws-dark); font-size: 20px; }

.ws-message { min-height: 22px; margin: 14px 0 0; color: var(--ws-danger); font-size: 13px; line-height: 1.55; }
.ws-message.is-success { color: #2e6c42; }

.ws-onboarding { min-height: calc(100vh - 68px); padding: 56px 24px; }
.ws-onboarding-inner { width: min(1080px, 100%); margin: 0 auto; }
.ws-onboarding-head { margin-bottom: 30px; }
.ws-onboarding-head h1 { margin: 8px 0 12px; font-size: 42px; }
.ws-onboarding-head p { margin: 0; color: var(--ws-muted); }
.ws-onboarding-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--ws-border); background: var(--ws-surface); }
.ws-onboarding-card { min-width: 0; padding: 32px; }
.ws-onboarding-card + .ws-onboarding-card { border-left: 1px solid var(--ws-border); background: var(--ws-muted-surface); }
.ws-onboarding-card h2 { margin: 0 0 10px; font-size: 23px; }
.ws-onboarding-card > p { min-height: 48px; margin: 0 0 24px; color: var(--ws-muted); line-height: 1.6; }

.ws-shell { min-height: calc(100vh - 68px); display: grid; grid-template-columns: 238px minmax(0, 1fr); }
.ws-sidebar { position: sticky; top: 0; height: calc(100vh - 68px); padding: 26px 18px; display: flex; flex-direction: column; background: var(--ws-dark); color: #fff; }
.ws-org-label { margin: 0 0 6px; color: var(--ws-accent); font-size: 10px; font-weight: 900; }
.ws-org-select { width: 100%; min-height: 42px; padding: 8px 10px; border: 1px solid #66665f; background: #2a2a27; color: #fff; font-weight: 800; }
.ws-role { margin: 10px 0 24px; color: #bdbdb5; font-size: 12px; }
.ws-nav { display: grid; gap: 4px; }
.ws-nav button { min-height: 44px; padding: 0 12px; border: 0; border-left: 3px solid transparent; background: transparent; color: #d8d8d1; text-align: left; font-weight: 800; }
.ws-nav button:hover { background: rgba(255,255,255,.07); color: #fff; }
.ws-nav button.is-active { border-left-color: var(--ws-accent); background: rgba(255,255,255,.1); color: #fff; }
.ws-sidebar-bottom { margin-top: auto; display: grid; gap: 8px; }
.ws-sidebar-user { padding: 12px 0; border-top: 1px solid #5b5b55; overflow: hidden; }
.ws-sidebar-user strong, .ws-sidebar-user span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ws-sidebar-user span { margin-top: 4px; color: #adada6; font-size: 11px; }
.ws-signout { border-color: #66665f; background: transparent; }

.ws-content { min-width: 0; padding: 40px clamp(24px, 4vw, 64px) 80px; }
.ws-content-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.ws-content-head h1 { margin: 5px 0 8px; font-size: 36px; }
.ws-content-head p { margin: 0; color: var(--ws-muted); line-height: 1.6; }
.ws-head-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.ws-head-actions .ws-button { display: inline-flex; align-items: center; justify-content: center; white-space: nowrap; }

.ws-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 14px; }
.ws-card { grid-column: span 4; min-width: 0; padding: 22px; border: 1px solid var(--ws-border); border-radius: 2px; background: var(--ws-surface); }
.ws-card--wide { grid-column: span 8; }
.ws-card--full { grid-column: 1 / -1; }
.ws-card--dark { background: var(--ws-dark); color: #fff; border-color: var(--ws-dark); }
.ws-card-kicker { margin: 0 0 12px; color: var(--ws-muted); font-size: 11px; font-weight: 900; }
.ws-card--dark .ws-card-kicker { color: var(--ws-accent); }
.ws-card h2, .ws-card h3 { margin: 0; }
.ws-stat { margin-top: 16px; font-size: 38px; font-weight: 900; }
.ws-stat small { font-size: 13px; color: var(--ws-muted); }
.ws-card--dark .ws-stat small { color: #bfbfb8; }
.ws-card-copy { margin: 12px 0 0; color: var(--ws-muted); font-size: 14px; line-height: 1.65; }
.ws-card--dark .ws-card-copy { color: #d1d1ca; }

.ws-status-list { margin: 18px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.ws-status-list li { display: flex; justify-content: space-between; gap: 12px; padding-top: 10px; border-top: 1px solid var(--ws-border); }
.ws-card--dark .ws-status-list li { border-color: #5b5b55; }
.ws-status-list span { color: var(--ws-muted); font-size: 13px; }
.ws-card--dark .ws-status-list span { color: #bdbdb5; }

.ws-toolbar { position: sticky; top: 0; z-index: 5; display: flex; align-items: center; gap: 10px; margin-bottom: 14px; padding: 12px; border: 1px solid var(--ws-border); background: rgba(244,243,239,.96); backdrop-filter: blur(10px); }
.ws-search { flex: 1; min-width: 120px; min-height: 42px; padding: 9px 12px; border: 1px solid var(--ws-border); background: #fff; }
.ws-filter { min-height: 42px; padding: 8px 10px; border: 1px solid var(--ws-border); background: #fff; }

.ws-table-wrap { overflow: auto; border: 1px solid var(--ws-border); background: var(--ws-surface); }
.ws-table { width: 100%; border-collapse: collapse; min-width: 860px; }
.ws-table th, .ws-table td { padding: 13px 14px; border-bottom: 1px solid var(--ws-border); text-align: left; font-size: 13px; vertical-align: middle; }
.ws-table th { position: sticky; top: 0; background: var(--ws-muted-surface); color: var(--ws-dark); font-size: 11px; }
.ws-table tr:last-child td { border-bottom: 0; }
.ws-person-name { font-weight: 850; }
.ws-subtext { display: block; margin-top: 4px; color: var(--ws-muted); font-size: 11px; }
.ws-badge { display: inline-flex; min-height: 24px; align-items: center; padding: 3px 7px; border: 1px solid var(--ws-border); background: var(--ws-muted-surface); color: var(--ws-dark); font-size: 10px; font-weight: 850; }
.ws-badge--ok { border-color: #8cab68; background: #edf7df; color: #355927; }
.ws-badge--warn { border-color: #c0a45d; background: #fff7dd; color: #705514; }
.ws-badge--blue { border-color: #8baeb6; background: #e9f3f5; color: #315f69; }

.ws-mobile-cards { display: none; }
.ws-person-card { padding: 16px; border: 1px solid var(--ws-border); background: #fff; }
.ws-person-card-head { display: flex; justify-content: space-between; gap: 12px; }
.ws-person-meta { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; margin-top: 14px; }
.ws-person-meta div { padding: 9px; background: var(--ws-muted-surface); }
.ws-person-meta span { display: block; margin-bottom: 4px; color: var(--ws-muted); font-size: 10px; }

.ws-empty { padding: 52px 24px; border: 1px solid var(--ws-border); background: var(--ws-surface); text-align: center; }
.ws-empty h2 { margin: 0 0 10px; font-size: 22px; }
.ws-empty p { max-width: 540px; margin: 0 auto 20px; color: var(--ws-muted); line-height: 1.65; }

.ws-modal { position: fixed; inset: 0; z-index: 50; padding: 20px; display: grid; place-items: center; background: rgba(25,25,22,.72); }
.ws-modal-card { width: min(680px, 100%); max-height: calc(100vh - 40px); overflow: auto; padding: 28px; background: #fff; border: 1px solid var(--ws-border); box-shadow: var(--ws-shadow); }
.ws-modal-card--wide { width: min(920px, 100%); }
.ws-modal-head { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 22px; }
.ws-modal-head h2 { margin: 0; font-size: 24px; }
.ws-modal-head p:last-child { margin: 7px 0 0; color: var(--ws-muted); font-size: 12px; overflow-wrap: anywhere; }
.ws-modal-kicker { margin: 0 0 7px; color: var(--ws-blue); font-size: 10px; font-weight: 900; }
.ws-modal-actions { display: flex; justify-content: flex-end; gap: 8px; margin-top: 22px; }
.ws-form-status { min-height: 20px; margin: 0; color: var(--ws-muted); font-size: 12px; line-height: 1.55; }
.ws-form-status.is-error { color: var(--ws-danger); font-weight: 700; }
.ws-import-summary { display: flex; align-items: center; gap: 18px; margin-bottom: 18px; padding: 14px 0; border-block: 1px solid var(--ws-border); }
.ws-import-summary strong { flex: 0 0 auto; color: var(--ws-dark); font-size: 36px; line-height: 1; }
.ws-import-summary strong span { margin-left: 3px; color: var(--ws-muted); font-size: 12px; }
.ws-import-summary p { margin: 0; color: var(--ws-muted); font-size: 13px; line-height: 1.6; }
.ws-import-errors { margin-bottom: 16px; padding: 14px 16px; border-left: 4px solid var(--ws-danger); background: #fff0ee; color: #7c2922; font-size: 12px; line-height: 1.55; }
.ws-import-errors ul { margin: 8px 0 0; padding-left: 18px; }
.ws-import-errors p { margin: 7px 0 0; }
.ws-import-preview { max-width: 100%; overflow: auto; border: 1px solid var(--ws-border); }
.ws-import-preview table { width: 100%; min-width: 660px; border-collapse: collapse; }
.ws-import-preview th, .ws-import-preview td { padding: 10px 11px; border-bottom: 1px solid var(--ws-border); text-align: left; font-size: 12px; white-space: nowrap; }
.ws-import-preview th { background: var(--ws-muted-surface); color: var(--ws-dark); font-size: 10px; }
.ws-import-preview tr:last-child td { border-bottom: 0; }

.ws-phase-banner { margin-bottom: 18px; padding: 12px 14px; border-left: 4px solid var(--ws-blue); background: #e9f3f5; color: #2f5862; font-size: 13px; line-height: 1.55; }
.ws-feature-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.ws-feature { padding: 20px; border: 1px solid var(--ws-border); background: #fff; }
.ws-feature h3 { margin: 0 0 8px; }
.ws-feature p { margin: 0; color: var(--ws-muted); font-size: 13px; line-height: 1.6; }

.ws-toast { position: fixed; right: 20px; bottom: 20px; z-index: 80; max-width: 380px; padding: 13px 16px; background: var(--ws-dark); color: #fff; box-shadow: var(--ws-shadow); font-size: 13px; }
.ws-toast.is-error { background: var(--ws-danger); }

.ws-noscript { padding: 20px; text-align: center; }

@media (max-width: 980px) {
  .ws-auth-shell { grid-template-columns: 1fr; }
  .ws-auth-visual { min-height: 360px; padding: 48px 28px; }
  .ws-auth-panel { padding: 48px 28px 72px; }
  .ws-shell { grid-template-columns: 82px minmax(0, 1fr); }
  .ws-sidebar { padding: 18px 10px; }
  .ws-org-label, .ws-org-select, .ws-role, .ws-sidebar-user { display: none; }
  .ws-nav button { padding: 0; text-align: center; font-size: 0; }
  .ws-nav button::before { content: attr(data-short); font-size: 12px; }
  .ws-sidebar-bottom .ws-button { padding: 6px; font-size: 11px; }
  .ws-card { grid-column: span 6; }
  .ws-card--wide { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .ws-public-header { height: 60px; padding: 0 18px; }
  .ws-root { min-height: calc(100vh - 60px); }
  .ws-auth-shell { min-height: calc(100vh - 60px); }
  .ws-auth-visual { min-height: 290px; padding: 34px 20px; }
  .ws-auth-visual h1 { font-size: 40px; }
  .ws-auth-visual p:last-child { font-size: 14px; }
  .ws-auth-panel { padding: 34px 20px 60px; }
  .ws-auth-box h2 { font-size: 27px; }
  .ws-onboarding { padding: 36px 16px 80px; }
  .ws-onboarding-head h1 { font-size: 32px; }
  .ws-onboarding-grid { grid-template-columns: 1fr; }
  .ws-onboarding-card + .ws-onboarding-card { border-left: 0; border-top: 1px solid var(--ws-border); }
  .ws-shell { display: block; padding-bottom: 68px; }
  .ws-sidebar { position: fixed; inset: auto 0 0; z-index: 30; width: 100%; height: 68px; padding: 0 8px; display: block; border-top: 1px solid #575750; }
  .ws-sidebar > :not(.ws-nav) { display: none; }
  .ws-nav { height: 100%; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 0; }
  .ws-nav button { min-width: 0; height: 100%; border-left: 0; border-top: 3px solid transparent; }
  .ws-nav button.is-active { border-top-color: var(--ws-accent); border-left: 0; }
  .ws-content { padding: 28px 16px 72px; }
  .ws-content-head { display: grid; gap: 18px; }
  .ws-content-head h1 { font-size: 29px; }
  .ws-head-actions { width: 100%; }
  .ws-head-actions .ws-button { flex: 1; }
  .ws-card, .ws-card--wide { grid-column: 1 / -1; }
  .ws-toolbar { top: 0; flex-wrap: wrap; margin-inline: -16px; padding-inline: 16px; }
  .ws-search { flex-basis: 100%; }
  .ws-table-wrap { display: none; }
  .ws-mobile-cards { display: grid; gap: 10px; }
  .ws-form-row, .ws-form-row--3 { grid-template-columns: 1fr; }
  .ws-feature-list { grid-template-columns: 1fr; }
  .ws-modal { align-items: end; padding: 0; }
  .ws-modal-card { width: 100%; max-height: 92vh; padding: 22px 18px 34px; }
  .ws-modal-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ws-modal-actions .ws-button--danger { grid-column: 1 / -1; }
  .ws-import-summary { align-items: flex-start; }
  .ws-import-preview { margin-inline: -18px; border-inline: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
/* Detailed member editor */
.ws-button { display: inline-flex; align-items: center; justify-content: center; gap: 7px; }
.ws-button--accent:hover { background: #9cde39; color: #202820; }
.ws-button--light:hover { background: #edf2ef; color: #27352e; }
.ws-button--danger:hover { background: #fff1ef; color: #a42b23; }
.ws-icon-button:hover { background: #edf2ef; }
.ws-button svg, .ws-icon-button svg, .ws-help svg, .ws-project-link svg { width: 17px; height: 17px; flex: 0 0 auto; }
.ws-edit-hint { display: flex; gap: 9px; align-items: baseline; margin: 0 0 16px; color: #52665d; font-size: 13px; line-height: 1.65; }
.ws-edit-hint > span { flex: 0 0 auto; }
.ws-member-dialog { width: min(920px, 100%); padding: 0; border-radius: 6px; max-height: calc(100dvh - 40px); overscroll-behavior: contain; }
.ws-member-dialog .ws-modal-head { position: sticky; top: 0; z-index: 4; height: 90px; margin: 0; padding: 18px 26px; align-items: center; background: #fff; }
.ws-member-dialog .ws-modal-head > div { min-width: 0; }
.ws-member-dialog .ws-modal-head h2 { font-size: 22px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ws-member-dialog .ws-modal-head .ws-icon-button { flex: 0 0 40px; border: 0; }
.ws-member-tabs { display: flex; position: sticky; top: 90px; z-index: 3; padding-inline: 26px; background: #fff; border-block: 1px solid #e0e5e1; gap: 24px; }
.ws-member-tabs button { min-height: 52px; padding: 8px 2px; border: 0; border-bottom: 3px solid transparent; background: transparent; color: #707973; font-size: 14px; font-weight: 800; white-space: nowrap; }
.ws-member-tabs button[aria-selected="true"] { border-bottom-color: #28796e; color: #225e54; }
.ws-member-tabs button:hover { color: #225e54; }
.ws-member-dialog [role="tabpanel"] { padding: 24px 26px; }
.ws-member-dialog .ws-field { min-width: 0; }
.ws-member-dialog input, .ws-member-dialog select, .ws-member-dialog textarea { min-width: 0; }
.ws-member-dialog input:disabled, .ws-member-dialog select:disabled, .ws-member-dialog textarea:disabled { opacity: 1; color: #616a64; background: #f4f6f5; }
.ws-profile-access { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; color: #3c6555; font-size: 12px; padding-bottom: 4px; }
.ws-profile-access svg { width: 15px; height: 15px; }
.ws-profile-access [data-last-updated] { margin-left: auto; color: #6b746f; }
.ws-detail-section { min-width: 0; border-bottom: 1px solid #e3e8e5; padding: 6px 0 22px; }
.ws-detail-section h3, .ws-section-heading h3 { margin: 0 0 14px; font-size: 17px; color: #293d33; line-height: 1.4; }
.ws-section-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 14px; }
.ws-section-heading h3 { margin: 0; }
.ws-section-heading .ws-subtext { margin: 0; }
.ws-section-heading [data-kit-count] { color: #66746d; font-size: 13px; margin-left: 4px; }
.ws-field-help { margin: 8px 0 0; font-size: 12px; line-height: 1.6; color: #65736b; overflow-wrap: anywhere; }
.ws-potential-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px, .95fr); align-items: center; gap: 24px; margin-top: 16px; }
.ws-radar-block { min-width: 0; text-align: center; }
.ws-radar { position: relative; width: 100%; height: 320px; }
.ws-radar canvas { display: block; max-width: 100%; }
.ws-rating-fields { display: grid; gap: 13px; }
.ws-rating { margin: 0; padding: 0; border: 0; min-width: 0; }
.ws-rating legend { font-size: 13px; font-weight: 800; padding: 0; margin: 0 0 6px; color: #33443b; }
.ws-help { display: inline-flex; vertical-align: middle; margin-left: 6px; padding: 3px; border: 0; background: none; color: #75877d; }
.ws-help:hover { color: #247c75; }
.ws-metric-help { margin: 0 0 8px; padding: 8px 10px; background: #eff5f1; color: #3b6353; font-size: 12px; line-height: 1.6; }
.ws-rating-options { display: grid; grid-template-columns: 1.35fr repeat(3,1fr); gap: 0; border: 1px solid #c9d6cd; border-radius: 4px; overflow: hidden; }
.ws-rating-options label { position: relative; cursor: pointer; min-width: 0; }
.ws-rating-options label + label { border-left: 1px solid #c9d6cd; }
.ws-rating-options input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.ws-rating-options span { min-height: 36px; display: grid; place-items: center; font-size: 12px; color: #67726b; background: #fff; font-weight: 700; }
.ws-rating-options input:checked + span { background: #e0f0e9; color: #205841; box-shadow: inset 0 -2px #378064; }
.ws-rating-options input:focus-visible + span { outline: 2px solid #267467; outline-offset: -3px; }
.ws-profile-actions { margin-top: 0; position: sticky; bottom: -24px; padding: 16px 0 4px; background: #fff; }
.ws-sr-only { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.ws-kit-list { padding: 0; margin: 0; list-style: none; }
.ws-kit-list li { display: flex; align-items: flex-start; gap: 14px; padding: 18px 0; border-bottom: 1px solid #e0e6e1; }
.ws-kit-item-icon { width: 40px; height: 40px; flex: 0 0 40px; display: grid; place-items: center; color: #477666; background: #eff5f1; border-radius: 4px; }
.ws-kit-item-icon svg { width: 23px; height: 23px; }
.ws-kit-item-main { min-width: 0; flex: 1; }
.ws-kit-item-main strong { display: block; font-size: 15px; line-height: 1.4; overflow-wrap: anywhere; }
.ws-kit-item-main p { margin: 6px 0; color: #68766d; font-size: 12px; line-height: 1.5; }
.ws-kit-item-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; justify-content: flex-end; }
.ws-kit-item-actions .ws-icon-button { width: 34px; height: 34px; border: 0; border-radius: 3px; }
.ws-project-link { display: inline-flex; align-items: center; gap: 5px; border: 0; padding: 4px 0; background: none; color: #266d60; font-size: 12px; text-align: left; overflow-wrap: anywhere; }
.ws-project-link:hover { text-decoration: underline; }
.ws-empty-inline { margin: 0; padding: 34px 0; color: #6f7c74; text-align: center; border-block: 1px solid #e0e6e1; }
.ws-kit-form { margin-top: 24px; padding-top: 22px; border-top: 2px solid #528573; }
.ws-studio-project h3 { margin-top: 13px; overflow-wrap: anywhere; }
.ws-studio-project:focus { outline: 3px solid #28796e; outline-offset: 3px; }
.ws-studio-project .ws-kit-link-summary { margin-top: 18px; padding-block: 12px; border-top: 1px solid #e1e6e2; color: #3d6e59; font-weight: 700; }
.ws-studio-project summary { cursor: pointer; margin-block: 8px; font-size: 13px; color: #3d6e59; }
.ws-linked-kits { list-style: none; margin: 0; padding: 0; }
.ws-linked-kits li { display: grid; grid-template-columns: 80px minmax(0,1fr) auto; gap: 10px; padding: 10px 0; border-top: 1px solid #e1e6e2; font-size: 12px; overflow-wrap: anywhere; }
@media (max-width: 720px) {
  .ws-member-dialog { max-height: 94dvh; border-radius: 6px 6px 0 0; }
  .ws-member-dialog .ws-modal-head { height: 82px; padding: 18px; }
  .ws-member-dialog .ws-modal-head h2 { font-size: 20px; }
  .ws-member-tabs { top: 82px; padding-inline: 18px; gap: 22px; }
  .ws-member-tabs button { font-size: 13px; }
  .ws-member-dialog [role="tabpanel"] { padding: 20px 18px 28px; }
  .ws-profile-access [data-last-updated] { width: 100%; margin-left: 0; }
  .ws-potential-layout { grid-template-columns: minmax(0,1fr); gap: 20px; }
  .ws-radar { height: 295px; max-width: 390px; margin: auto; }
  .ws-rating-options span { min-height: 42px; }
  .ws-section-heading { flex-wrap: wrap; align-items: flex-start; }
  .ws-profile-actions { bottom: -28px; display: flex; padding-bottom: 12px; }
  .ws-profile-actions .ws-button { width: 100%; }
  .ws-kit-list li { flex-wrap: wrap; gap: 10px; }
  .ws-kit-item-actions { flex-basis: 100%; justify-content: flex-start; padding-left: 50px; }
  .ws-kit-item-actions .ws-badge { margin-right: auto; }
  .ws-edit-hint { font-size: 12px; }
}

.ws-auth-visual h1{word-break:keep-all;overflow-wrap:break-word}@media(max-width:480px){.ws-auth-visual h1{font-size:clamp(28px,8vw,38px)}}
