.tce {
    margin: 0;
    padding: 0;
    max-width: none;
    width: 100%;
    font-family: var(--ff);
    font-size: 16px;
    color: #1a1a2e;
    line-height: 1.6;
    background: #fff;
    box-sizing: border-box
}

.tce *,
.tce *::before,
.tce *::after {
    box-sizing: border-box
}

:root {
    --ff: "General Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --bgd: #2d1b4e;
    --bh: #4B2875;
    --ac: #0016DB;
    --ach: #0014b8;
    --acs: #e8ebff;
    --acsh: #f4f5ff;
    --tod: #fff;
    --tm: rgba(255, 255, 255, 0.85);
    --cb: #fff;
    --tp: #1a1a2e;
    --ts: #4a4a6a;
    --bor: #e8e8f0;
    --gs: #f5f5f8;
    --ok: #009055;
    --sh: 0 4px 20px rgba(0, 0, 0, 0.08);
    --r: 12px;
    --rs: 8px;
    --fsh: 28px;
    --fshs: 20px;
    --fsbl: 18px;
    --fsb: 16px;
    --fss: 14px;
    --fsx: 12px
}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: var(--ff);
    font-size: var(--fsb);
    color: var(--tp);
    line-height: 1.6
}

.sthdr {
    background-color: var(--cb);
    background-image: url('https://cdn.prod.website-files.com/699d411a4034febc7f05cb08/69a52c45419e174c5204bcae_Usecase%20bg%20(1).svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-bottom: 1px solid transparent;
    padding: 0.75rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 100
}

.hleft {
    display: flex;
    align-items: center;
    gap: 0.75rem
}

.logo-text {
    font-weight: 700;
    font-size: var(--fsb);
    color: var(--tp);
    text-decoration: none
}

.logo-text .logo-img {
    display: block;
    height: 1.75rem;
    width: auto
}

.logo-text:focus-visible {
    outline: 2px solid var(--ac);
    outline-offset: 2px
}

.hdiv {
    width: 1px;
    height: 1.25rem;
    background: var(--bor)
}

.tcl {
    font-size: var(--fss);
    color: #fff
}

.hact {
    display: flex;
    align-items: center;
    gap: 1rem
}

.header-link {
    color: var(--ts);
    text-decoration: none;
    font-size: var(--fsb);
    display: flex;
    align-items: center;
    gap: 0.35rem
}

.header-link:hover {
    color: var(--ac)
}

.btn-primary {
    background: var(--ac);
    color: var(--tod);
    border: none;
    padding: 0.5rem 1rem;
    border-radius: var(--rs);
    font-weight: 600;
    font-size: var(--fsb);
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: background 0.2s
}

.btn-primary:hover {
    background: var(--ach)
}

.btn-primary:focus-visible {
    outline: 2px solid var(--ac);
    outline-offset: 2px
}

.hero {
    background-color: #1a1a1a;
    background-image: url('https://cdn.prod.website-files.com/699d411a4034febc7f05cb08/69a52bd59785a5415be20353_Trust%20Centre%20Hero%20Bg%20(Updated).png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: var(--tod);
    padding: 5rem 1.5rem 5rem;
    position: relative;
    overflow: hidden;
    border: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(26, 26, 26, 0.9) 0%, rgba(26, 26, 26, 0.55) 35%, rgba(26, 26, 26, 0.25) 60%, transparent 85%);
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.hinner {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.7fr 1fr;
    gap: 2rem;
    align-items: center;
    position: relative;
    z-index: 1
}

.hero h1 {
    margin: 0 0 1rem;
    font-size: 64px;
    line-height: 76.8px;
    letter-spacing: -0.02em;
    font-weight: 400;
    white-space: nowrap
}

.hdesc {
    margin: 0 0 1.5rem;
    color: var(--tm);
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0.01em;
    max-width: 820px;
    font-weight: 400
}

.hcont {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    align-items: center
}

.hcont a {
    color: var(--tod);
    text-decoration: none;
    font-size: var(--fsb);
    display: inline-flex;
    align-items: center;
    gap: 0.4rem
}

.hcont a:hover {
    text-decoration: underline
}

.hconti {
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    display: block;
    filter: brightness(0) invert(1)
}

.hgraph {
    display: none
}

.shield-icon {
    width: 180px;
    height: 200px;
    fill: none;
    stroke: rgba(255, 255, 255, 0.4);
    stroke-width: 2
}

.mcont {
    max-width: 1280px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem 4rem
}

.stitle {
    font-size: var(--fshs);
    font-weight: 700;
    margin: 0 0 1.25rem;
    color: var(--tp)
}

.ov-row {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 2.5rem;
    margin-bottom: 2.5rem;
    align-items: start
}

.ccol .stitle {
    margin-bottom: 1rem
}

.clc {
    background: var(--cb);
    border: 1px solid var(--bor);
    border-radius: var(--r);
    padding: 1.25rem 1.5rem;
    box-shadow: var(--sh);
    margin-bottom: 1.25rem
}

.clc .clist {
    margin-bottom: 0
}

.clc .citem {
    font-size: 14px
}

.rsh {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1rem
}

.rsh .stitle {
    margin-bottom: 0
}

.rlc {
    background: var(--cb);
    border: 1px solid var(--bor);
    border-radius: var(--r);
    padding: 1.25rem 1.5rem;
    box-shadow: var(--sh)
}

.rlc .rp-grp {
    margin-bottom: 1.25rem
}

.rlc .rp-grp:last-child {
    margin-bottom: 0
}

.rlc .rp-item {
    color: var(--ac);
    font-size: 14px
}

.rlc .rp-item:hover {
    color: var(--ach)
}

.clist {
    list-style: none;
    padding: 0;
    margin: 0
}

.citem {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.6rem 0;
    font-size: var(--fss);
    color: var(--tp);
    border-bottom: 1px solid var(--bor)
}

.citem:last-child {
    border-bottom: none
}

.cico {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3b82f6 0%, #6366f1 100%);
    opacity: 0.9
}

.citem .clogo {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    flex-shrink: 0
}

.cvcol .stitle {
    margin-bottom: 0
}

.cvhdr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1rem
}

.cvtrow {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap
}

.cvbadge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--ok);
    background: rgba(34, 197, 94, 0.12);
    padding: 0.35rem 0.6rem;
    border-radius: 999px
}

.cv-all {
    font-size: var(--fss);
    font-weight: 500;
    color: var(--ac);
    text-decoration: none
}

.cv-all:hover {
    text-decoration: underline
}

.cv-all:focus-visible {
    outline: 2px solid var(--ac);
    outline-offset: 2px
}

.ov-ctrl {
    grid-template-columns: repeat(2, minmax(320px, 1fr));
    margin-bottom: 0;
    gap: 1.25rem
}

.ov-ctrl .cc {
    background: var(--cb);
    border: 1px solid var(--bor);
    border-radius: var(--r);
    padding: 1.5rem;
    box-shadow: var(--sh)
}

.ov-ctrl .cc-ft a {
    color: var(--ac);
    font-size: var(--fss);
    font-weight: 500
}

.ov-ctrl .cc-ft a:hover {
    color: var(--ach);
    text-decoration: underline
}

.ov-ctrl .cc-hdr:hover,
.ov-ctrl .cc-hdr:hover .cc-arr {
    color: var(--ac)
}

.ov-ctrl .ctrll li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--ts)
}

.ov-ctrl .ctrll li::before {
    top: 50%;
    transform: translateY(-50%)
}

.cv-csec {
    margin-top: 2rem
}

.dc-sec {
    background: var(--cb);
    border: 1px solid var(--bor);
    border-radius: var(--r);
    padding: 1.25rem 1.5rem;
    box-shadow: var(--sh)
}

.dc-ttl {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 0.75rem;
    color: var(--tp)
}

.ov-srow {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid var(--bor)
}

.ov-sinner {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 720px
}

.dc-blk {
    display: flex;
    flex-direction: column;
    gap: 0.75rem
}

.dc-blk .stitle {
    margin-bottom: 0;
    font-size: var(--fshs)
}

.sechdr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1rem
}

.sechdr .stitle {
    margin-bottom: 0
}

.rprev .rp-grp {
    margin-bottom: 1.5rem
}

.rprev .rp-grp:last-child {
    margin-bottom: 0
}

.rp-grpt {
    font-size: var(--fss);
    font-weight: 600;
    color: var(--ts);
    margin: 0 0 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.02em
}

.rp-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.5rem 0;
    font-size: var(--fss);
    color: var(--tp);
    text-decoration: none;
    border-bottom: 1px solid var(--bor)
}

.rp-item:hover {
    color: var(--ac)
}

.rp-item:focus-visible {
    outline: 2px solid var(--ac);
    outline-offset: 2px
}

.rp-item:last-child {
    border-bottom: none
}

.rp-lbl {
    flex: 1;
    min-width: 0
}

.rp-lock {
    flex-shrink: 0;
    font-size: var(--fss);
    opacity: 0.7
}

.rp-lock.lock-icon,
.raico.lock-icon {
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: middle;
    object-fit: contain
}

.rp-more {
    color: var(--ac);
    font-weight: 500
}

.dh-snip {
    background: var(--cb);
    border: 1px solid var(--bor);
    border-radius: var(--r);
    padding: 1.25rem 1.5rem;
    box-shadow: var(--sh)
}

.dh-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.dh-list li {
    padding: 0.35rem 0;
    padding-left: 1.5rem;
    position: relative;
    font-size: var(--fss)
}

.dh-list li.collected::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--ok);
    font-weight: 700
}

.dh-list li.not-collected::before {
    content: '✘';
    position: absolute;
    left: 0;
    color: #dc2626;
    font-weight: 600
}

.sp-prev {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.sp-prev .sechdr {
    margin-bottom: 0
}

.sp-prev .stitle {
    font-size: var(--fsb)
}

.sp-prev .sp-nline {
    font-size: var(--fsb)
}

.sp-prev .sp-meta,
.sp-prev .sp-reg,
.sp-prev .sp-regs {
    font-size: var(--fsx)
}

.sp-cards {
    display: flex;
    flex-direction: column;
    gap: 0.75rem
}

.sp-card {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 1rem 1.25rem;
    background: var(--cb);
    border: 1px solid var(--bor);
    border-radius: var(--r);
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s, box-shadow 0.2s
}

.sp-card:hover {
    border-color: var(--ac);
    box-shadow: var(--sh)
}

.sp-logo {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: var(--rs);
    background: linear-gradient(135deg, #e8e8f0 0%, #d8d8e8 100%)
}

.sp-logo.sp-logoi {
    display: block;
    object-fit: contain;
    flex-shrink: 0;
    padding: 6px;
    box-sizing: border-box;
    background: #f5f5f7
}

.sp-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0
}

.sp-nline {
    font-size: var(--fsbl);
    color: var(--tp);
    line-height: 1.4
}

.sp-nline .sp-name {
    font-weight: 600
}

.sp-sep {
    color: var(--ts)
}

.sp-meta {
    font-size: var(--fss);
    color: var(--ts);
    margin-top: 0.15rem
}

.sp-reg {
    font-size: var(--fss);
    color: var(--ts);
    flex-shrink: 0;
    margin-left: auto;
    text-align: right
}

main.mcont.sp-pg {
    max-width: 1000px
}

.sp-hdr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.5rem
}

.sp-hdr .stitle {
    margin-bottom: 0;
    font-size: 20px
}

.sp-swrap {
    position: relative;
    display: flex;
    align-items: center
}

.sp-sico {
    position: absolute;
    left: 0.75rem;
    width: 1rem;
    height: 1rem;
    object-fit: contain;
    pointer-events: none;
    color: var(--ts)
}

.sp-srch {
    padding: 0.5rem 0.75rem 0.5rem 2.25rem;
    border: 1px solid var(--bor);
    border-radius: var(--rs);
    font-size: 0.9rem;
    min-width: 200px
}

.sp-lwrap {
    border: 1px solid var(--bor);
    border-radius: var(--r);
    overflow: hidden;
    background: var(--cb);
    box-shadow: var(--sh)
}

.sp-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.sp-item {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 1.25rem 1.5rem;
    border-bottom: none;
    transition: background 0.2s;
    position: relative
}

.sp-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1.5rem;
    right: 1.5rem;
    height: 1px;
    background: var(--bor);
    pointer-events: none
}

.sp-item:hover {
    background: var(--acsh)
}

.sp-item:last-child::after {
    display: none
}

.sp-pg .sp-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--ts);
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: var(--rs);
    background: linear-gradient(135deg, #e8e8f0 0%, #d8d8e8 100%)
}

.sp-pg .sp-logo.sp-logoi {
    display: block;
    padding: 6px;
    background: #f5f5f7
}

.sp-pg .sp-info {
    flex: 1;
    min-width: 0
}

.sp-pg .sp-nline {
    font-size: var(--fsb);
    color: var(--tp);
    line-height: 1.4
}

.sp-pg .sp-nline .sp-name {
    font-weight: 600
}

.sp-pg .sp-meta {
    font-size: var(--fsx);
    color: var(--ts);
    margin-top: 0.25rem
}

.sp-pg .sp-regs {
    font-size: var(--fsx);
    color: var(--ts);
    flex-shrink: 0;
    text-align: right
}

.faq-preview .sechdr {
    margin-bottom: 0.75rem
}

.faq-accordion {
    border: 1px solid var(--bor);
    border-radius: var(--r);
    overflow: hidden;
    background: var(--cb)
}

.faq-item {
    border-bottom: 1px solid var(--bor)
}

.faq-item:last-child {
    border-bottom: none
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 1rem 1.25rem;
    background: none;
    border: none;
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--tp);
    text-align: left;
    cursor: pointer;
    line-height: 1.4
}

.faq-question:hover {
    background: #f8f8fc
}

.faq-chevron {
    flex-shrink: 0;
    font-size: 0.7rem;
    transition: transform 0.2s;
    color: var(--ts)
}

.faq-item.open .faq-chevron {
    transform: rotate(-180deg)
}

.faq-answer {
    display: none;
    padding: 0 1.25rem 1rem;
    padding-left: 2.5rem
}

.faq-item.open .faq-answer {
    display: block
}

.faq-answer p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--ts);
    line-height: 1.5
}

.faq-answer a {
    color: var(--ac);
    text-decoration: none
}

.faq-answer a:hover {
    text-decoration: underline
}

.badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 2.5rem
}

.badge {
    background: var(--cb);
    border: 1px solid var(--bor);
    padding: 0.5rem 1rem;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--ts)
}

.ccards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.25rem;
    margin-bottom: 2.5rem
}

.cc {
    background: #fff;
    border: none;
    border-radius: var(--r);
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.08)
}

.cc-hdr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    text-decoration: none;
    color: var(--tp);
    margin-bottom: 1rem
}

.cc-hdr:hover {
    color: var(--ac)
}

.cc-hdr .cc-arr {
    font-size: 1rem;
    color: var(--ts);
    flex-shrink: 0;
    font-weight: 400
}

.cc-hdr:hover .cc-arr {
    color: var(--ac)
}

.cc-hdr:focus-visible {
    outline: 2px solid var(--ac);
    outline-offset: 2px
}

.cc h3,
.cc-hdr h3 {
    margin: 0;
    font-size: var(--fsbl);
    font-weight: 700;
    color: inherit;
    line-height: 1.3
}

.cc:not(:has(.cc-hdr)) h3 {
    margin: 0 0 1rem;
    color: var(--tp)
}

.ctrll {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem
}

.ctrll li {
    padding: 0.4rem 0;
    padding-left: 1.75rem;
    position: relative;
    font-size: var(--fss);
    line-height: 1.5;
    color: var(--tp)
}

.ctrll li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0.4rem;
    width: 1.35em;
    height: 1.35em;
    border-radius: 50%;
    background: var(--ok);
    color: #fff;
    font-size: 0.65em;
    font-weight: 700;
    line-height: 1.35em;
    text-align: center;
    box-sizing: border-box
}

.cc-ft {
    margin-top: 0.25rem
}

.cc-ft a {
    font-size: var(--fss);
    color: var(--ac);
    text-decoration: none;
    font-weight: 500
}

.cc-ft a:hover {
    text-decoration: underline
}

.dcoll {
    background: var(--cb);
    border: 1px solid var(--bor);
    border-radius: var(--r);
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: var(--sh)
}

.dcoll h3 {
    margin: 0 0 1rem;
    font-size: 1.1rem
}

.dcheck {
    list-style: none;
    padding: 0;
    margin: 0
}

.dcheck li {
    padding: 0.4rem 0;
    padding-left: 1.75rem;
    position: relative;
    font-size: 0.95rem
}

.dcheck li.collected::before {
    content: '✔';
    position: absolute;
    left: 0;
    color: var(--ok)
}

.dcheck li.not-collected::before {
    content: '✘';
    position: absolute;
    left: 0;
    color: var(--ts);
    opacity: 0.7
}

.cvcat {
    border: 1px solid var(--bor);
    border-radius: var(--r);
    margin-bottom: 0.75rem;
    overflow: hidden
}

.cvch {
    padding: 1rem 1.25rem;
    background: var(--cb);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 1rem;
    user-select: none
}

.cvch:hover {
    background: #f8f8fc
}

.cvch .chevron {
    transition: transform 0.2s
}

.cvcat.open .chevron {
    transform: rotate(180deg)
}

.cvcl {
    padding: 0 1.25rem 1rem;
    border-top: 1px solid var(--bor);
    background: #fafafc
}

.cvcl li {
    padding: 0.4rem 0;
    padding-left: 1.5rem;
    position: relative;
    font-size: 0.9rem;
    color: var(--ts)
}

.cvcl li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--ok);
    font-weight: 700
}

.table-wrap {
    overflow-x: auto;
    border: 1px solid var(--bor);
    border-radius: var(--r);
    margin-bottom: 2rem
}

table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem
}

th,
td {
    padding: 0.85rem 1.25rem;
    text-align: left;
    border-bottom: 1px solid var(--bor)
}

th {
    background: #f8f8fc;
    font-weight: 600;
    color: var(--tp)
}

tr:last-child td {
    border-bottom: none
}

tr:hover td {
    background: #fafafc
}

.rgrps {
    margin-bottom: 2rem
}

.rgrp h3 {
    font-size: 1.1rem;
    margin: 1.5rem 0 0.75rem;
    color: var(--tp)
}

.rgrp:first-child h3 {
    margin-top: 0
}

.rcards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem
}

.rcard {
    background: var(--cb);
    border: 1px solid var(--bor);
    border-radius: var(--r);
    padding: 1.25rem;
    box-shadow: var(--sh);
    display: flex;
    flex-direction: column;
    gap: 0.75rem
}

.rcard .btn-primary {
    margin-top: auto;
    align-self: flex-start
}

main.mcont.rpg {
    max-width: 1200px
}

.rph {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.5rem
}

.rph .stitle {
    margin-bottom: 0
}

.rpa {
    display: flex;
    align-items: center;
    gap: 0.75rem
}

.rsw {
    position: relative;
    display: flex;
    align-items: center
}

.rsico {
    position: absolute;
    left: 0.75rem;
    width: 1rem;
    height: 1rem;
    object-fit: contain;
    pointer-events: none;
    color: var(--ts)
}

.rssrch {
    padding: 0.5rem 0.75rem 0.5rem 2.25rem;
    border: 1px solid var(--bor);
    border-radius: var(--rs);
    font-size: 0.9rem;
    min-width: 200px
}

.rlay {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 2.5rem;
    align-items: start
}

@media (max-width:768px) {
    .rlay {
        grid-template-columns: 1fr
    }
}

.rside {
    position: sticky;
    top: 4rem
}

.rnav {
    display: flex;
    flex-direction: column;
    gap: 0.125rem
}

.rnavl {
    display: block;
    padding: 0.5rem 0.75rem;
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--tp);
    text-decoration: none;
    border-radius: var(--rs);
    border-left: 3px solid transparent;
    transition: color 0.15s, background 0.15s
}

.rnavl:hover {
    color: var(--ac);
    background: #f8f8fc
}

.rnavl.active {
    color: var(--ac);
    font-weight: 600;
    background: rgba(0, 22, 219, 0.08);
    border-left-color: var(--ac)
}

.rmain .rpanel {
    display: block;
    margin-bottom: 2.5rem;
    scroll-margin-top: 8rem
}

.rmain .rpanel:last-child {
    margin-bottom: 0
}

.rptitle {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 1.5rem;
    color: var(--tp);
    letter-spacing: -0.02em;
    scroll-margin-top: 8rem
}

.rdc {
    background: var(--cb);
    border: 1px solid var(--bor);
    border-radius: var(--r);
    padding: 1.5rem;
    margin-bottom: 1.25rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06)
}

.rdc:last-child {
    margin-bottom: 0
}

.rdr {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    margin-top: 0.5rem
}

.rdr .rdd {
    flex: 1;
    min-width: 0;
    margin: 0
}

.rdr .rabtn {
    flex-shrink: 0
}

.rdh {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.75rem
}

.rdt {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--tp)
}

.rdd {
    margin: 0;
    font-size: 0.9rem;
    color: var(--ts);
    line-height: 1.5
}

.rtw {
    border: 1px solid var(--bor);
    border-radius: var(--r);
    overflow: hidden;
    background: var(--cb);
    box-shadow: var(--sh)
}

.rtbl {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9375rem
}

.rtbl td {
    padding: 1.5rem 1.75rem;
    border-bottom: none;
    vertical-align: middle;
    transition: background 0.2s;
    position: relative
}

.rtbl td::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    background: var(--bor)
}

.rtbl td:first-child:not(:last-child)::after {
    left: 1.5rem;
    right: 0
}

.rtbl td:last-child:not(:first-child)::after {
    left: 0;
    right: 1.5rem
}

.rtbl td:only-child::after {
    left: 1.5rem;
    right: 1.5rem
}

.rtbl tbody tr:last-child td::after {
    display: none
}

.rtbl tbody tr:hover td {
    background: var(--acsh)
}

.rcc {
    min-width: 0;
    vertical-align: top
}

.rrt {
    display: block;
    font-weight: 600;
    color: var(--tp);
    font-size: var(--fsbl);
    margin: 0 0 0.35rem
}

.rrd {
    margin: 0;
    font-size: var(--fss);
    color: var(--ts);
    line-height: 1.55
}

.rca {
    width: 1%;
    white-space: nowrap;
    text-align: right;
    vertical-align: middle;
    padding-left: 1.5rem
}

.rabtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.75rem 1.5rem;
    font-size: var(--fss);
    font-weight: 500;
    line-height: 1.2;
    color: var(--tp);
    background: var(--acsh);
    border: 1px solid var(--acs);
    border-radius: var(--rs);
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s
}

.rabtn:hover {
    background: var(--acs);
    border-color: var(--ac);
    color: var(--tp)
}

.rabtn:focus-visible {
    outline: 2px solid var(--ac);
    outline-offset: 2px
}

.raico {
    font-size: 1em;
    opacity: 0.85;
    vertical-align: middle;
    display: inline-block
}

.raico.lock-icon {
    margin-right: 0
}

main.mcont.cvpg {
    max-width: 1200px
}

.cvph {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.5rem
}

.cvph .stitle {
    margin-bottom: 0
}

.cvpa {
    display: flex;
    align-items: center;
    gap: 0.75rem
}

.cvsw {
    position: relative;
    display: flex;
    align-items: center
}

.cvsico {
    position: absolute;
    left: 0.75rem;
    width: 1rem;
    height: 1rem;
    object-fit: contain;
    pointer-events: none;
    color: var(--ts)
}

.cvssrch {
    padding: 0.5rem 0.75rem 0.5rem 2.25rem;
    border: 1px solid var(--bor);
    border-radius: var(--rs);
    font-size: 0.9rem;
    min-width: 200px
}

.cvlay {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 2.5rem;
    align-items: start
}

@media (max-width:768px) {
    .cvlay {
        grid-template-columns: 1fr
    }
}

.cvside {
    position: sticky;
    top: 4rem
}

.cvnav {
    display: flex;
    flex-direction: column;
    gap: 0.125rem
}

.cvnavl {
    display: block;
    padding: 0.5rem 0.75rem;
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--tp);
    text-decoration: none;
    border-radius: var(--rs);
    border-left: 3px solid transparent;
    transition: color 0.15s, background 0.15s
}

.cvnavl:hover {
    color: var(--ac);
    background: #f8f8fc
}

.cvnavl.active {
    color: var(--ac);
    font-weight: 600;
    background: rgba(0, 22, 219, 0.08);
    border-left-color: var(--ac)
}

.cvmain .cpanel {
    display: block;
    margin-bottom: 2.5rem;
    scroll-margin-top: 8rem
}

.cvmain .cpanel:last-child {
    margin-bottom: 0
}

.cvpt {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 0.75rem;
    color: var(--tp);
    letter-spacing: -0.02em;
    scroll-margin-top: 8rem
}

.cvpd {
    margin: 0 0 1.5rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--ts)
}

.ctw {
    border: 1px solid var(--bor);
    border-radius: var(--r);
    overflow: hidden;
    background: var(--cb);
    box-shadow: var(--sh)
}

.ctbl {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9375rem
}

.ctbl thead th {
    padding: 0.5rem 1.75rem 0.6rem;
    text-align: left;
    font-size: var(--fss);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--ts);
    background: var(--gs);
    border-bottom: none;
    position: relative
}

.ctbl thead th::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    background: var(--bor)
}

.ctbl thead th:first-child:not(:last-child)::after {
    left: 1.5rem;
    right: 0
}

.ctbl thead th:last-child:not(:first-child)::after {
    left: 0;
    right: 1.5rem
}

.ctbl thead th:only-child::after {
    left: 1.5rem;
    right: 1.5rem
}

.ctbl .cts {
    text-align: right;
    width: 1%;
    white-space: nowrap
}

.ctbl td {
    padding: 1.5rem 1.75rem;
    border-bottom: none;
    vertical-align: middle;
    transition: background 0.2s;
    position: relative
}

.ctbl td::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    background: var(--bor)
}

.ctbl td:first-child:not(:last-child)::after {
    left: 1.5rem;
    right: 0
}

.ctbl td:last-child:not(:first-child)::after {
    left: 0;
    right: 1.5rem
}

.ctbl td:only-child::after {
    left: 1.5rem;
    right: 1.5rem
}

.ctbl tbody tr:last-child td::after {
    display: none
}

.ctbl tbody tr:hover td {
    background: var(--acsh)
}

.ccc {
    min-width: 0;
    vertical-align: top
}

.crt {
    display: block;
    font-weight: 600;
    color: var(--tp);
    font-size: 1rem;
    margin: 0 0 0.35rem
}

.crd {
    margin: 0.35rem 0 0;
    font-size: 0.9rem;
    color: var(--ts);
    line-height: 1.55
}

.crd ul {
    margin: 0.35rem 0 0;
    padding-left: 1.25rem
}

.ccs {
    width: 1%;
    white-space: nowrap;
    text-align: right;
    vertical-align: middle;
    padding-left: 1.5rem
}

.csc {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: var(--ok);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1
}

.pnav {
    background: #fff;
    padding: 0 1.5rem
}

.pnavi {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    gap: 0.5rem;
    border-bottom: 1px solid var(--bor)
}

.pnav a {
    display: inline-block;
    padding: 0.85rem 1rem;
    color: var(--ts);
    text-decoration: none;
    font-size: var(--fsb);
    font-weight: 500;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    transition: color 0.2s, border-color 0.2s
}

.pnav a:hover {
    color: var(--tp)
}

.pnav a.active {
    color: var(--tp);
    border-bottom-color: var(--ac)
}

.pnav a:focus-visible {
    outline: 2px solid var(--ac);
    outline-offset: 2px
}

.m-ov {
    position: fixed;
    inset: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 200;
    padding: 1rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0.2s;
    box-sizing: border-box
}

.m-ov.open {
    opacity: 1;
    visibility: visible
}

.modal {
    background: #fff;
    border-radius: 12px;
    max-width: 640px;
    width: 92%;
    min-height: 820px;
    max-height: 96vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.12);
    margin: 0 auto
}

#ram .modal {
    min-height: 720px;
    transition: min-height 0.25s
}

#ram .modal:not(.limited-access-active) .m-body {
    overflow-y: visible
}

#ram .modal.limited-access-active .m-body {
    overflow-y: auto
}

#recm .modal {
    max-width: 420px;
    min-height: 0;
    max-height: 90vh
}

#recm .m-body {
    flex: 0 1 auto
}

#vdm .modal {
    max-width: 560px;
    max-height: 90vh;
    min-height: 0
}

.vdb {
    overflow-y: auto
}

.vdc {
    white-space: pre-wrap;
    word-wrap: break-word;
    color: #374151;
    line-height: 1.6
}

.m-hdr {
    flex-shrink: 0;
    padding: 1.5rem 1.75rem;
    border-bottom: none;
    position: relative
}

.m-hdr::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1.5rem;
    right: 1.5rem;
    height: 1px;
    background: var(--bor)
}

.m-htop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.25rem
}

.m-hdr h2 {
    margin: 0;
    font-size: var(--fshs);
    font-weight: 700;
    color: #111827;
    letter-spacing: -0.02em
}

.m-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    min-height: 2rem;
    padding: 0.25rem;
    margin: -0.25rem 0 0;
    background: none;
    border: none;
    border-radius: var(--rs);
    font-size: 1.5rem;
    line-height: 1;
    color: var(--tp);
    cursor: pointer;
    transition: color 0.2s, background 0.2s
}

.m-close:hover {
    color: var(--ac);
    background: var(--acsh)
}

.m-close:focus-visible {
    outline: 2px solid var(--ac);
    outline-offset: 2px
}

.m-reclaim {
    margin: 0;
    font-size: 0.9rem;
    color: #6b7280
}

.m-reclaim a {
    color: var(--ac);
    text-decoration: underline;
    font-weight: 500
}

.m-reclaim a:hover {
    color: var(--ach)
}

.reclaim-to-request {
    margin: 0 0 1rem;
    font-size: 0.9rem
}

.reclaim-to-request a {
    color: var(--ac);
    text-decoration: underline;
    font-weight: 500
}

.reclaim-to-request a:hover {
    color: var(--ach)
}

.m-body {
    flex: 1 1 0;
    min-height: 0;
    overflow-y: auto;
    padding: 1.25rem 1.75rem
}

.m-body::-webkit-scrollbar {
    width: 8px
}

.m-body::-webkit-scrollbar-track {
    background: #fff
}

.m-body::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 4
}

.m-body::-webkit-scrollbar-thumb:hover {
    background: #9ca3af
}

.modal .fg label {
    color: #374151;
    font-weight: 500
}

.modal .fg input,
.modal .fg select,
.modal .fg textarea {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    color: #111827;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: border-color 0.15s, box-shadow 0.15s
}

.modal .fg select {
    cursor: pointer;
    appearance: none;
    background-color: #fafafa;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.5 4.5L6 8L9.5 4.5' stroke='%236b7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    padding-right: 2.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 2.5rem;
    font-size: 0.9rem;
    transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s
}

.modal .fg select:hover {
    background-color: #fff;
    border-color: #d1d5db
}

.modal .fg select:focus {
    outline: none;
    border-color: var(--ac);
    box-shadow: 0 0 0 3px rgba(0, 22, 219, 0.2);
    background-color: #fff
}

.rd-sel {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    opacity: 0;
    pointer-events: none
}

.rd {
    position: relative;
    width: 100%
}

.rd-trig {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    min-height: 2.5rem;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    color: #374151;
    font-size: 0.9rem;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: background 0.15s, border-color 0.15s, box-shadow 0.15s
}

.rd-trig:hover {
    background: #fafafa;
    border-color: #d1d5db;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08)
}

.rd-trig:focus {
    outline: none;
    border-color: var(--ac);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(0, 22, 219, 0.2)
}

.rd.open .rd-trig {
    border-color: #d1d5db;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06)
}

.rd-trigt {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.rd-trig.is-placeholder .rd-trigt {
    color: #94a3b8
}

.rd-chev {
    flex-shrink: 0;
    font-size: 0.65rem;
    color: #6b7280;
    transition: transform 0.2s
}

.rd.open .rd-chev {
    transform: rotate(180deg)
}

.rd-pan {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 8px;
    padding: 0.5rem 0;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.06);
    z-index: 50;
    max-height: 280px;
    overflow-y: auto;
    scrollbar-width: none
}

.rd-pan::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none
}

.rd.open .rd-pan {
    display: block
}

.rd-opt {
    display: block;
    width: 100%;
    min-width: 0;
    padding: 0.5rem 0.85rem;
    margin: 0;
    font-size: 0.9rem;
    text-align: left;
    color: #374151;
    background: transparent;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    transition: background 0.15s, color 0.15s
}

.rd-owrap textarea {
    resize: vertical;
    min-height: 4.5rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: border-color 0.15s, box-shadow 0.15s
}

.rd-owrap textarea::placeholder {
    color: #94a3b8
}

.rd-owrap textarea:hover {
    border-color: #d1d5db
}

.rd-owrap textarea:focus {
    outline: none;
    border-color: var(--ac);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(0, 22, 219, 0.2)
}

.m-ft {
    flex-shrink: 0;
    padding: 1.25rem 1.75rem;
    border-top: none;
    position: relative;
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
    background: #fff
}

.m-ft::before {
    content: '';
    position: absolute;
    top: 0;
    left: 1.5rem;
    right: 1.5rem;
    height: 1px;
    background: var(--bor)
}

.m-ft .btn-secondary {
    background: var(--cb);
    color: var(--tp);
    border: 1px solid var(--bor);
    border-radius: var(--rs);
    padding: 0.5rem 1.25rem;
    font-weight: 500
}

.m-ft .btn-secondary:hover {
    background: var(--gs);
    border-color: var(--bor)
}

.m-ft .btn-primary {
    border-radius: var(--rs);
    padding: 0.5rem 1.25rem;
    font-weight: 600
}

@media (max-width:768px) {
    #ram.m-ov {
        padding: 0.75rem;
        align-items: center
    }

    #ram .m-body {
        overflow-y: auto
    }

    #ram .modal {
        width: 100%;
        max-width: none;
        max-height: 90vh;
        border-radius: 12px
    }

    #ram .modal:not(.limited-access-active) {
        min-height: 0;
        max-height: 85vh
    }

    #ram .modal.limited-access-active {
        min-height: 0;
        max-height: 85vh
    }

    #ram .m-body {
        padding: 1.25rem 1.5rem
    }

    .rfrpt {
        font-size: 1rem
    }

    .resd-pan {
        min-height: 280px;
        max-height: 50vh
    }

    .rd-pan {
        max-height: 45vh
    }
}

@media (max-width:640px) {
    #ram.m-ov {
        padding: 0.5rem;
        align-items: stretch
    }

    #ram .modal {
        width: 100%;
        max-width: none;
        max-height: 94vh;
        border-radius: 10px
    }

    #ram .modal:not(.limited-access-active) {
        min-height: 0;
        max-height: 90vh
    }

    #ram .modal.limited-access-active {
        min-height: 0;
        max-height: 90vh
    }

    #ram .fr2 {
        grid-template-columns: 1fr
    }

    #ram .m-hdr {
        padding: 1rem 1.25rem
    }

    #ram .m-hdr h2 {
        font-size: var(--fsb)
    }

    #ram .m-close {
        padding: 0.35rem;
        margin: -0.35rem -0.25rem 0 0;
        min-width: 2.25rem;
        min-height: 2.25rem
    }

    #ram .m-body {
        padding: 1rem 1.25rem;
        overflow-y: auto
    }

    #ram .m-ft {
        padding: 1rem 1.25rem;
        flex-wrap: wrap;
        gap: 0.5rem
    }

    #ram .m-ft .btn-secondary,
    #ram .m-ft .btn-primary {
        flex: 1 1 auto;
        min-width: 0;
        padding: 0.6rem 1rem
    }

    .rfrp {
        padding: 0.5rem 0
    }

    .rfrpt {
        font-size: 0.95rem
    }

    .resd-pan {
        min-height: 260px;
        max-height: 50vh
    }

    .rd-pan {
        max-height: 42vh
    }

    .sresch {
        gap: 0.35rem
    }

    .rchip {
        font-size: 0.8rem;
        padding: 0.25rem 0.5rem
    }
}

@media (max-width:480px) {
    #ram.m-ov {
        padding: 0;
        align-items: flex-end
    }

    #ram .modal {
        border-radius: 12px 12px 0 0;
        max-height: 92vh;
        width: 100%
    }

    #ram .modal:not(.limited-access-active) {
        min-height: 0
    }

    #ram .modal.limited-access-active {
        min-height: 0;
        max-height: 92vh
    }

    #ram .m-hdr {
        padding: 0.875rem 1rem
    }

    #ram .m-body {
        padding: 0.875rem 1rem;
        -webkit-overflow-scrolling: touch
    }

    #ram .m-ft {
        padding: 0.875rem 1rem;
        flex-direction: column;
        gap: 0.5rem
    }

    #ram .m-ft .btn-secondary,
    #ram .m-ft .btn-primary {
        width: 100%;
        justify-content: center;
        min-height: 2.75rem
    }

    #ram .radio-group {
        flex-direction: column;
        gap: 0.5rem
    }

    .rfrp {
        padding: 0.5rem 0
    }

    .resd-pan {
        min-height: 220px;
        max-height: 45vh
    }

    .rd-pan {
        max-height: 40vh
    }

    .rd-trig,
    .resd-trig {
        min-height: 2.75rem
    }

    .modal .fg input,
    .modal .fg select,
    .modal .fg textarea {
        min-height: 2.75rem
    }
}

.rfrp {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1rem 1.25rem;
    margin-top: 0.35rem;
    margin-bottom: 0
}

.rfrpt {
    margin: 0 0 0.5rem;
    font-size: 1rem;
    font-weight: 700;
    color: #111827
}

.allbl {
    display: inline;
    font-weight: 500;
    color: #374151
}

.iiw {
    position: relative;
    display: inline;
    margin-left: 0.25rem
}

.iico {
    font-size: 0.85rem;
    color: #9ca3af;
    cursor: help;
    vertical-align: middle
}

.iiw:hover .iico {
    color: #6b7280
}

.ittip {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 6px;
    padding: 0.6rem 0.9rem;
    background: #374151;
    color: #fff;
    font-size: 0.8125rem;
    line-height: 1.5;
    max-width: 340px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    white-space: normal;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s, visibility 0.15s;
    z-index: 60;
    pointer-events: none
}

.iiw:hover .ittip {
    opacity: 1;
    visibility: visible
}

.radio-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.25rem 1.5rem;
    margin-top: 0.35rem
}

.radio-group .radio-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
    color: #374151;
    cursor: pointer;
    min-height: 1.5rem
}

.radio-group input[type="radio"] {
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    margin: 0;
    accent-color: var(--ac)
}

.radio-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--tp);
    cursor: pointer
}

.radio-label input[type="radio"] {
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    margin: 0;
    accent-color: var(--ac)
}

.sresl {
    margin: 0.5rem 0 0;
    font-size: 0.85rem;
    color: var(--ts)
}

.padlock-icon-inline {
    margin-right: 0.25rem;
    opacity: 0.8
}

.fg {
    margin-bottom: 0.6rem
}

.fg label {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 0.2rem;
    color: var(--tp)
}

.fr {
    display: block;
    margin-bottom: 0
}

.fr2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem
}

.fr2 .fg {
    margin-bottom: 0.6rem
}

.fg input,
.fg select,
.fg textarea {
    width: 100%;
    padding: 0.5rem 0.75rem;
    min-height: 2.5rem;
    border: 1px solid var(--bor);
    border-radius: var(--rs);
    font-size: 0.95rem;
    transition: border-color 0.15s, box-shadow 0.15s
}

.fg input::placeholder,
.fg textarea::placeholder {
    color: var(--ts);
    opacity: 0.8
}

.fg input:focus,
.fg select:focus,
.fg textarea:focus {
    outline: none;
    border-color: var(--ac);
    box-shadow: 0 0 0 3px rgba(0, 22, 219, 0.2)
}

.fg .helper {
    font-size: 0.8rem;
    color: var(--ts);
    margin-top: 0.25rem
}

.fg .checkbox-label,
.checkbox-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    cursor: pointer;
    min-height: 1.5rem
}

.fg input[type="checkbox"] {
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    margin: 0;
    vertical-align: middle
}

.fa {
    padding: 1rem 1.5rem;
    border-top: 1px solid var(--bor);
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end
}

.dpa-fa {
    padding: 1.5rem 0 0;
    margin-top: 1.5rem;
    border-top: 1px solid var(--bor)
}

.dpa-fa .dpa-bs {
    background: #fff;
    color: #111827;
    border: 1.5px solid #374151;
    border-radius: 999px;
    padding: 0.6rem 1.5rem;
    font-size: 0.9375rem;
    font-weight: 500
}

.dpa-fa .dpa-bs:hover {
    background: #f9fafb;
    border-color: #111827
}

.dpa-fa .dpa-bp {
    background: #111827;
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 0.6rem 1.5rem;
    font-size: 0.9375rem;
    font-weight: 500
}

.dpa-fa .dpa-bp:hover {
    background: #1f2937
}

.reclaim-section {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--bor)
}

.reclaim-section p {
    margin: 0 0 0.5rem;
    font-size: 0.9rem;
    color: var(--ts)
}

body.dpa-fpg {
    min-height: 100vh;
    background: #fff
}

.dpa-ph {
    padding: 2rem 1.5rem 1.5rem;
    text-align: center;
    border-bottom: none
}

.dpa-l {
    display: inline-block;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--ac);
    letter-spacing: -0.02em
}

.dpa-l .dpa-li {
    display: block;
    height: 2rem;
    width: auto
}

body.dpa-fpg .mcont {
    padding-top: 1.5rem;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto
}

.dpa-pg .mcont {
    max-width: 640px
}

.dpa-int {
    margin-bottom: 2rem;
    padding: 0 0 2rem;
    background: transparent
}

body.dpa-fpg .dpa-int {
    padding: 0 0 2.5rem;
    margin-bottom: 0;
    border: none
}

.dpa-int .dpa-pt {
    margin: 0 0 0.25rem;
    font-size: var(--fsh);
    font-weight: 700;
    color: #111827;
    letter-spacing: -0.02em
}

.dpa-st {
    margin: 0 0 1.25rem;
    font-size: var(--fsb);
    color: #374151;
    line-height: 1.5
}

.dpa-sep {
    margin: 0 0 1rem;
    border: none;
    border-top: 1px solid #e5e7eb
}

.dpa-int h2 {
    margin: 0 0 0.5rem;
    font-size: var(--fshs)
}

body.dpa-fpg .dpa-int h2,
body.dpa-fpg .dpa-int .dpa-sh {
    margin: 1.5rem 0 0.75rem;
    font-size: var(--fshs);
    font-weight: 700;
    color: #111827;
    letter-spacing: -0.02em
}

body.dpa-fpg .dpa-int .dpa-sh:first-of-type {
    margin-top: 0
}

.dpa-int .subtitle {
    color: var(--ts);
    margin: 0 0 0.75rem
}

.dpa-int p:not(.subtitle):not(.dpa-reqn):not(.dpa-rn),
.dpa-ip {
    margin: 0;
    font-size: 0.9375rem;
    color: #374151;
    line-height: 1.6
}

.dpa-cc {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--bor)
}

.dpa-cc p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--ts);
    line-height: 1.6
}

.dpa-cc strong {
    color: var(--tp)
}

.dpa-cch {
    display: none
}

.dpa-reqn {
    margin: 0 0 1.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--ac);
    line-height: 1.5
}

.dpa-sh {
    margin: 1rem 0 0.5rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--tp)
}

.dpa-rn {
    margin: 1rem 0 0;
    font-size: 0.9375rem;
    color: #374151;
    line-height: 1.6
}

.dpa-fs {
    margin-top: 0
}

.dpa-fsec {
    margin-bottom: 0;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none
}

.dpa-fsec:last-of-type {
    margin-bottom: 0
}

.dpa-stitle {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 1rem;
    color: var(--tp);
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--bor)
}

.dpa-snum {
    margin-right: 0.35rem;
    color: var(--ts);
    font-weight: 600
}

.dpa-fsec .fg:last-child {
    margin-bottom: 0
}

.dpa-ah {
    margin-top: 1.25rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--bor)
}

.dpa-ah label {
    font-weight: 600;
    font-size: 1rem
}

.form-stitle {
    font-size: 1rem;
    font-weight: 600;
    margin: 1.5rem 0 0.75rem;
    color: var(--tp)
}

.form-stitle:first-of-type {
    margin-top: 0
}

.btn-secondary {
    background: var(--cb);
    color: var(--tp);
    border: 1px solid var(--bor);
    padding: 0.5rem 1rem;
    border-radius: var(--rs);
    font-weight: 500;
    font-size: var(--fsb);
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s
}

.btn-secondary:hover {
    background: var(--gs)
}

.btn-secondary:focus-visible {
    outline: 2px solid var(--ac);
    outline-offset: 2px
}

.dpa-fn {
    margin-top: 2rem;
    padding: 1rem;
    background: #f0f9ff;
    border-radius: var(--rs);
    font-size: 0.9rem;
    color: var(--ts)
}

.lres {
    margin-top: 0.5rem
}

.lresleg {
    display: block;
    font-weight: 500;
    font-size: 0.9rem;
    color: #374151;
    margin-bottom: 0.3rem
}

.resd {
    position: relative;
    width: 100%
}

.resd-trig {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    min-height: 2.5rem;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    color: #374151;
    font-size: 0.9rem;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: background 0.15s, border-color 0.15s, box-shadow 0.15s
}

.resd-trig:hover {
    background: #fafafa;
    border-color: #d1d5db;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08)
}

.resd-trig:focus {
    outline: none;
    border-color: var(--ac);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(0, 22, 219, 0.2)
}

.resd.open .resd-trig {
    border-color: #d1d5db;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06)
}

.resd-trig.is-empty .resd-trigt {
    color: #9ca3af
}

.resd-trigt {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.resd-chev {
    flex-shrink: 0;
    font-size: 0.65rem;
    color: #6b7280;
    transition: transform 0.2s
}

.resd.open .resd-chev {
    transform: rotate(180deg)
}

.resd-pan {
    display: none;
    position: absolute;
    bottom: 100%;
    top: auto;
    left: 0;
    right: 0;
    margin-bottom: 12px;
    margin-top: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.06);
    min-height: 460px;
    max-height: 620px;
    flex-direction: column;
    overflow: hidden;
    z-index: 50
}

.resd.open .resd-pan {
    display: flex
}

.dpp-body {
    flex: 1 1 0;
    min-height: 0;
    min-width: 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 0 0.6rem 0;
    scrollbar-width: none
}

.dpp-body::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none
}

.dpp-sel {
    flex-shrink: 0;
    min-width: 0;
    padding: 0;
    margin: 0.5rem 0 0 0;
    border-top: 1px solid #e5e7eb;
    overflow: hidden
}

.dpp-sel .dpp-h {
    padding: 0.4rem 0.85rem;
    margin: 0 0 0.25rem 0
}

.dpp-sel .dpp-slist {
    min-width: 0;
    overflow-x: hidden
}

.dpp-h {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #475569;
    padding: 0.4rem 0.85rem;
    margin: 0 0 0.4rem 0;
    text-transform: uppercase;
    background: #f1f5f9;
    border-radius: 0
}

.dpp-all {
    flex-shrink: 0;
    min-width: 0;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.dpp-all .dpp-h {
    margin-bottom: 0.5rem;
    margin-top: 0
}

.dpp-slist,
.dpp-rlist {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    min-width: 0;
    overflow-x: hidden;
    box-sizing: border-box
}

.dpp-ft {
    flex-shrink: 0;
    border-top: 1px solid #e2e8f0;
    padding: 0.6rem 0.85rem;
    background: #f8fafc
}

.bcld {
    display: inline-block;
    width: 100%;
    padding: 0.5rem 1rem;
    font-size: var(--fss);
    font-weight: 600;
    color: #4b5563;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: var(--rs);
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05)
}

.bcld:hover {
    background: var(--gs);
    border-color: var(--bor);
    color: var(--tp)
}

.bcld:focus-visible {
    outline: 2px solid var(--ac);
    outline-offset: 2px
}

.bcld:active {
    background: #e8e8f0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.06)
}

.rdo {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    min-width: 0;
    padding: 0.5rem 0.85rem;
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.35;
    color: #374151;
    cursor: pointer;
    min-height: 2rem;
    border-radius: 0;
    box-sizing: border-box;
    transition: background 0.15s, color 0.15s
}

.rdo input[type="checkbox"] {
    flex-shrink: 0;
    width: 1.125rem;
    height: 1.125rem;
    margin: 0;
    margin-right: 0.5rem;
    accent-color: var(--ac);
    vertical-align: middle
}

.sresd {
    margin: 0.35rem 0 0;
    min-height: 0
}

.sresch {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    align-items: center
}

.rchip {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.5rem 0.4rem 0.75rem;
    background: var(--acsh);
    border: 1px solid var(--acs);
    border-radius: var(--rs);
    font-size: var(--fss);
    color: var(--tp);
    max-width: 100%;
    transition: background 0.2s, border-color 0.2s
}

.rchip:hover {
    background: var(--acs);
    border-color: var(--acs)
}

.rchipt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px
}

.rchipx {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    padding: 0;
    margin: 0;
    margin-left: 0.1rem;
    border: none;
    background: rgba(0, 0, 0, 0.08);
    color: var(--tp);
    font-size: 1rem;
    line-height: 1;
    border-radius: 50%;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.2s, color 0.2s
}

.rchipx:hover {
    background: rgba(0, 0, 0, 0.15);
    color: var(--tp)
}

.rchipx:focus-visible {
    outline: 2px solid var(--ac);
    outline-offset: 1px
}

.bclr {
    margin-top: 0.35rem;
    background: none;
    border: none;
    padding: 0;
    color: #6b7280;
    font-size: 0.8125rem;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none
}

.bclr:hover {
    color: var(--ac);
    text-decoration: underline
}

.hidden {
    display: none !important
}

.search-hidden {
    display: none !important
}

.search-panel-hidden {
    display: none !important
}

.snr {
    margin: 1.5rem 0;
    padding: 1rem 1.25rem;
    color: var(--ts);
    font-size: var(--fsb);
    background: var(--cb);
    border: 1px solid var(--bor);
    border-radius: var(--r);
    box-shadow: var(--sh)
}

.sft {
    border-top: 1px solid var(--bor);
    padding: 1.5rem;
    text-align: center;
    font-size: var(--fss);
    color: var(--ts)
}

.sft p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.25rem 0.5rem;
    margin: 0
}

.sft a {
    color: var(--ac);
    text-decoration: none;
    font-size: inherit;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem
}

.sft a:hover {
    text-decoration: underline
}

.sft .fconti {
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    vertical-align: middle;
    display: inline-block
}

#rcm .modal.confm {
    max-width: 560px;
    width: 92%;
    min-width: 0;
    min-height: 0;
    max-height: 90vh;
    overflow: hidden;
    display: flex;
    flex-direction: column
}

#rcm .confmb {
    flex: 1 1 auto;
    min-height: 0;
    min-width: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 1rem 1.25rem
}

.confmsg {
    margin: 0 0 0.75rem;
    font-size: 0.9rem;
    color: #374151;
    line-height: 1.45;
    overflow-wrap: break-word
}

.confmsg .confel {
    color: var(--ac);
    text-decoration: underline;
    font-weight: 500
}

.confmsg .confel:hover {
    color: var(--ach)
}

.confdi {
    margin: 1rem 0 0.5rem;
    font-size: var(--fsb);
    color: var(--tp);
    font-weight: 500;
    overflow-wrap: break-word
}

.confdb {
    border: 1px solid var(--bor);
    border-radius: var(--r);
    padding: 1rem 1.25rem;
    background: var(--cb);
    box-shadow: var(--sh);
    margin-top: 0.5rem;
    min-width: 0;
    overflow-wrap: break-word
}

.confd {
    margin: 0 0 0.75rem;
    font-size: var(--fss);
    color: var(--ts);
    line-height: 1.5;
    overflow-wrap: break-word
}

.confd span {
    display: block;
    overflow-wrap: break-word;
    max-width: 100%
}

.confd:last-child {
    margin-bottom: 0
}

.confd strong {
    color: var(--tp)
}

.confrr span {
    overflow-wrap: break-word
}

#rcm .m-ft {
    justify-content: flex-end;
    flex-shrink: 0
}

#rcm .m-ft .btn-secondary {
    min-width: 100px;
    background: var(--ac);
    color: var(--tod);
    border-color: var(--ac)
}

#rcm .m-ft .btn-secondary:hover {
    background: var(--ach);
    color: var(--tod);
    border-color: var(--ach)
}

.toastn {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    position: fixed;
    bottom: 1.25rem;
    left: 50%;
    transform: translate(-50%, 100%);
    width: max-content;
    max-width: min(600px, calc(100% - 2rem));
    padding: 0.875rem 1.25rem;
    background: #fff;
    color: var(--tp);
    font-size: 0.875rem;
    line-height: 1.4;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.06);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s, opacity 0.25s, visibility 0.25s;
    box-sizing: border-box;
    overflow: hidden
}

.toasti {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: var(--ac);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1
}

.toastm {
    flex: 1;
    min-width: 0;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    white-space: nowrap
}

.toastn.toastv {
    transform: translate(-50%, 0);
    opacity: 1;
    visibility: visible
}

/* Overview page: hover = colour change only (no underline); view/resources = black, blue on hover */
.ov-row .rlc .rp-item {
    color: var(--tp);
    text-decoration: none;
    transition: color 0.2s
}

.ov-row .rlc .rp-item:hover {
    color: var(--ac);
    text-decoration: none
}

.rlc .rp-item.resource-download-btn,
.rlc button.rp-item {
    color: var(--tp);
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s
}

.rlc .rp-item.resource-download-btn .rp-lbl {
    font-size: 14px
}

.rlc .rp-item.resource-download-btn:hover {
    color: var(--ac);
    text-decoration: none
}

.ov-row .cv-all {
    color: var(--tp);
    text-decoration: none;
    transition: color 0.2s
}

.ov-row .cv-all:hover {
    color: var(--ac);
    text-decoration: none
}

.ov-row .ov-ctrl .cc-ft a {
    color: var(--tp);
    text-decoration: none;
    transition: color 0.2s
}

.ov-row .ov-ctrl .cc-ft a:hover {
    color: var(--ac);
    text-decoration: none
}

.ov-row .ov-ctrl .cc-hdr:hover,
.ov-row .ov-ctrl .cc-hdr:hover .cc-arr {
    color: var(--tp)
}

.ov-row .ov-ctrl .cc-hdr .cc-arr {
    color: var(--ts)
}

.ov-row .sp-item:hover {
    background: transparent
}

.trust-center-embed {
    margin: 0;
    padding: 0;
    max-width: none;
    width: 100%;
    font-family: var(--ff);
    font-size: 16px;
    color: #1a1a2e;
    line-height: 1.6;
    background: #fff;
    box-sizing: border-box
}

.trust-center-embed *,
.trust-center-embed *::before,
.trust-center-embed *::after {
    box-sizing: border-box
}

:root {
    --ff: "General Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --bgd: #2d1b4e;
    --bh: #4B2875;
    --ac: #0016DB;
    --ach: #0014b8;
    --acs: #e8ebff;
    --acsh: #f4f5ff;
    --tod: #fff;
    --tm: rgba(255, 255, 255, 0.85);
    --cb: #fff;
    --tp: #1a1a2e;
    --ts: #4a4a6a;
    --bor: #e8e8f0;
    --gs: #f5f5f8;
    --ok: #009055;
    --sh: 0 4px 20px rgba(0, 0, 0, 0.08);
    --r: 12px;
    --rs: 8px;
    --fsh: 28px;
    --fshs: 20px;
    --fsbl: 18px;
    --fsb: 16px;
    --fss: 14px;
    --fsx: 12px
}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: var(--ff);
    font-size: var(--fsb);
    color: var(--tp);
    line-height: 1.6
}

.site-header {
    background-color: var(--cb);
    background-image: url('https://cdn.prod.website-files.com/699d411a4034febc7f05cb08/69a52c45419e174c5204bcae_Usecase%20bg%20(1).svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-bottom: 1px solid transparent;
    padding: 0.75rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 100
}

.header-left {
    display: flex;
    align-items: center;
    gap: 0.75rem
}

.logo-text {
    font-weight: 700;
    font-size: var(--fsb);
    color: var(--tp);
    text-decoration: none
}

.logo-text .logo-img {
    display: block;
    height: 1.75rem;
    width: auto
}

.logo-text:focus-visible {
    outline: 2px solid var(--ac);
    outline-offset: 2px
}

.header-divider {
    width: 1px;
    height: 1.25rem;
    background: var(--bor)
}

.trust-center-label {
    font-size: var(--fss);
    color: #fff
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 1rem
}

.header-link {
    color: var(--ts);
    text-decoration: none;
    font-size: var(--fsb);
    display: flex;
    align-items: center;
    gap: 0.35rem
}

.header-link:hover {
    color: var(--ac)
}

.btn-primary {
    background: var(--ac);
    color: var(--tod);
    border: none;
    padding: 0.5rem 1rem;
    border-radius: var(--rs);
    font-weight: 600;
    font-size: var(--fsb);
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: background 0.2s
}

.btn-primary:hover {
    background: var(--ach)
}

.btn-primary:focus-visible {
    outline: 2px solid var(--ac);
    outline-offset: 2px
}

.hero {
    background-color: #1a1a1a;
    background-image: url('https://cdn.prod.website-files.com/699d411a4034febc7f05cb08/69a52bd59785a5415be20353_Trust%20Centre%20Hero%20Bg%20(Updated).png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: var(--tod);
    padding: 5rem 1.5rem 5rem;
    position: relative;
    overflow: hidden;
    border: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(26, 26, 26, 0.9) 0%, rgba(26, 26, 26, 0.55) 35%, rgba(26, 26, 26, 0.25) 60%, transparent 85%);
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.hero-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 2rem;
    align-items: center;
    position: relative;
    z-index: 1
}

.hero h1 {
    margin: 0 0 1rem;
    font-size: 64px;
    line-height: 76.8px;
    letter-spacing: -0.02em;
    font-weight: 400;
    white-space: nowrap
}

.hero-desc {
    margin: 0 0 1.5rem;
    color: var(--tm);
    font-size: 18px;
    max-width: 820px
}

.hero-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    align-items: center
}

.hero-contact a {
    color: var(--tod);
    text-decoration: none;
    font-size: var(--fsb);
    display: inline-flex;
    align-items: center;
    gap: 0.4rem
}

.hero-contact a:hover {
    text-decoration: underline
}

.hero-contact-icon {
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    display: block;
    filter: brightness(0) invert(1)
}

.hero-graphic {
    display: none
}

.shield-icon {
    width: 180px;
    height: 200px;
    fill: none;
    stroke: rgba(255, 255, 255, 0.4);
    stroke-width: 2
}

.main-content {
    max-width: 1280px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem 4rem
}

.section-title {
    font-size: var(--fshs);
    font-weight: 700;
    margin: 0 0 1.25rem;
    color: var(--tp)
}

.overview-row {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 2.5rem;
    margin-bottom: 2.5rem;
    align-items: start
}

.compliance-column .section-title {
    margin-bottom: 1rem
}

.compliance-list-card {
    background: var(--cb);
    border: 1px solid var(--bor);
    border-radius: var(--r);
    padding: 1.25rem 1.5rem;
    box-shadow: var(--sh);
    margin-bottom: 1.25rem
}

.compliance-list-card .compliance-list {
    margin-bottom: 0
}

.compliance-list-card .compliance-item {
    font-size: 14px
}

.resources-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1rem
}

.resources-section-header .section-title {
    margin-bottom: 0
}

.resources-list-card {
    background: var(--cb);
    border: 1px solid var(--bor);
    border-radius: var(--r);
    padding: 1.25rem 1.5rem;
    box-shadow: var(--sh)
}

.resources-list-card .resource-preview-group {
    margin-bottom: 1.25rem
}

.resources-list-card .resource-preview-group:last-child {
    margin-bottom: 0
}

.resources-list-card .resource-preview-item {
    color: var(--ac);
    font-size: 14px
}

.resources-list-card .resource-preview-item:hover {
    color: var(--ach)
}

.compliance-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.compliance-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.6rem 0;
    font-size: var(--fss);
    color: var(--tp);
    border-bottom: 1px solid var(--bor)
}

.compliance-item:last-child {
    border-bottom: none
}

.compliance-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3b82f6 0%, #6366f1 100%);
    opacity: 0.9
}

.compliance-item .compliance-logo {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    flex-shrink: 0
}

.controls-column .section-title {
    margin-bottom: 0
}

.controls-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1rem
}

.controls-title-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap
}

.controls-updated-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--ok);
    background: rgba(34, 197, 94, 0.12);
    padding: 0.35rem 0.6rem;
    border-radius: 999px
}

.controls-view-all {
    font-size: var(--fss);
    font-weight: 500;
    color: var(--ac);
    text-decoration: none
}

.controls-view-all:hover {
    text-decoration: underline
}

.controls-view-all:focus-visible {
    outline: 2px solid var(--ac);
    outline-offset: 2px
}

.overview-controls {
    grid-template-columns: repeat(2, minmax(320px, 1fr));
    margin-bottom: 0;
    gap: 1.25rem
}

.overview-controls .control-card {
    background: var(--cb);
    border: 1px solid var(--bor);
    border-radius: var(--r);
    padding: 1.5rem;
    box-shadow: var(--sh)
}

.overview-controls .control-card-footer a {
    color: var(--ac);
    font-size: var(--fss);
    font-weight: 500
}

.overview-controls .control-card-footer a:hover {
    color: var(--ach);
    text-decoration: underline
}

.overview-controls .control-card-header:hover,
.overview-controls .control-card-header:hover .control-card-arrow {
    color: var(--ac)
}

.overview-controls .control-list li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--ts)
}

.overview-controls .control-list li::before {
    top: 50%;
    transform: translateY(-50%)
}

.controls-column-section {
    margin-top: 2rem
}

.data-collected-section {
    background: var(--cb);
    border: 1px solid var(--bor);
    border-radius: var(--r);
    padding: 1.25rem 1.5rem;
    box-shadow: var(--sh)
}

.data-collected-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 0.75rem;
    color: var(--tp)
}

.overview-second-row {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid var(--bor)
}

.overview-second-row-inner {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 720px
}

.data-collected-block {
    display: flex;
    flex-direction: column;
    gap: 0.75rem
}

.data-collected-block .section-title {
    margin-bottom: 0;
    font-size: var(--fshs)
}

.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1rem
}

.section-header .section-title {
    margin-bottom: 0
}

.resources-preview .resource-preview-group {
    margin-bottom: 1.5rem
}

.resources-preview .resource-preview-group:last-child {
    margin-bottom: 0
}

.resource-preview-group-title {
    font-size: var(--fss);
    font-weight: 600;
    color: var(--ts);
    margin: 0 0 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.02em
}

.resource-preview-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.5rem 0;
    font-size: var(--fss);
    color: var(--tp);
    text-decoration: none;
    border-bottom: 1px solid var(--bor)
}

.resource-preview-item:hover {
    color: var(--ac)
}

.resource-preview-item:focus-visible {
    outline: 2px solid var(--ac);
    outline-offset: 2px
}

.resource-preview-item:last-child {
    border-bottom: none
}

.resource-preview-label {
    flex: 1;
    min-width: 0
}

.resource-preview-lock {
    flex-shrink: 0;
    font-size: var(--fss);
    opacity: 0.7
}

.resource-preview-lock.lock-icon,
.resource-action-icon.lock-icon {
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: middle;
    object-fit: contain
}

.resource-preview-more {
    color: var(--ac);
    font-weight: 500
}

.data-handling-snippet {
    background: var(--cb);
    border: 1px solid var(--bor);
    border-radius: var(--r);
    padding: 1.25rem 1.5rem;
    box-shadow: var(--sh)
}

.data-handling-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.data-handling-list li {
    padding: 0.35rem 0;
    padding-left: 1.5rem;
    position: relative;
    font-size: var(--fss)
}

.data-handling-list li.collected::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--ok);
    font-weight: 700
}

.data-handling-list li.not-collected::before {
    content: '✘';
    position: absolute;
    left: 0;
    color: #dc2626;
    font-weight: 600
}

.subprocessors-preview {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.subprocessors-preview .section-header {
    margin-bottom: 0
}

.subprocessors-preview .section-title {
    font-size: var(--fsb)
}

.subprocessors-preview .subprocessor-name-line {
    font-size: var(--fsb)
}

.subprocessors-preview .subprocessor-meta,
.subprocessors-preview .subprocessor-region,
.subprocessors-preview .subprocessor-regions {
    font-size: var(--fsx)
}

.subprocessor-cards {
    display: flex;
    flex-direction: column;
    gap: 0.75rem
}

.subprocessor-card {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 1rem 1.25rem;
    background: var(--cb);
    border: 1px solid var(--bor);
    border-radius: var(--r);
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s, box-shadow 0.2s
}

.subprocessor-card:hover {
    border-color: var(--ac);
    box-shadow: var(--sh)
}

.subprocessor-logo {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: var(--rs);
    background: linear-gradient(135deg, #e8e8f0 0%, #d8d8e8 100%)
}

.subprocessor-logo.subprocessor-logo-img {
    display: block;
    object-fit: contain;
    flex-shrink: 0;
    padding: 6px;
    box-sizing: border-box;
    background: #f5f5f7
}

.subprocessor-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0
}

.subprocessor-name-line {
    font-size: var(--fsbl);
    color: var(--tp);
    line-height: 1.4
}

.subprocessor-name-line .subprocessor-name {
    font-weight: 600
}

.subprocessor-sep {
    color: var(--ts)
}

.subprocessor-meta {
    font-size: var(--fss);
    color: var(--ts);
    margin-top: 0.15rem
}

.subprocessor-region {
    font-size: var(--fss);
    color: var(--ts);
    flex-shrink: 0;
    margin-left: auto;
    text-align: right
}

main.main-content.subprocessors-page {
    max-width: 1000px
}

.subprocessors-page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.5rem
}

.subprocessors-page-header .section-title {
    margin-bottom: 0;
    font-size: 20px
}

.subprocessors-search-wrap {
    position: relative;
    display: flex;
    align-items: center
}

.subprocessors-search-icon {
    position: absolute;
    left: 0.75rem;
    width: 1rem;
    height: 1rem;
    object-fit: contain;
    pointer-events: none;
    color: var(--ts)
}

.subprocessors-search {
    padding: 0.5rem 0.75rem 0.5rem 2.25rem;
    border: 1px solid var(--bor);
    border-radius: var(--rs);
    font-size: 0.9rem;
    min-width: 200px
}

.subprocessor-list-wrap {
    border: 1px solid var(--bor);
    border-radius: var(--r);
    overflow: hidden;
    background: var(--cb);
    box-shadow: var(--sh)
}

.subprocessor-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.subprocessor-item {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 1.25rem 1.5rem;
    border-bottom: none;
    transition: background 0.2s;
    position: relative
}

.subprocessor-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1.5rem;
    right: 1.5rem;
    height: 1px;
    background: var(--bor);
    pointer-events: none
}

.subprocessor-item:hover {
    background: var(--acsh)
}

.subprocessor-item:last-child::after {
    display: none
}

.subprocessors-page .subprocessor-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--ts);
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: var(--rs);
    background: linear-gradient(135deg, #e8e8f0 0%, #d8d8e8 100%)
}

.subprocessors-page .subprocessor-logo.subprocessor-logo-img {
    display: block;
    padding: 6px;
    background: #f5f5f7
}

.subprocessors-page .subprocessor-info {
    flex: 1;
    min-width: 0
}

.subprocessors-page .subprocessor-name-line {
    font-size: var(--fsb);
    color: var(--tp);
    line-height: 1.4
}

.subprocessors-page .subprocessor-name-line .subprocessor-name {
    font-weight: 600
}

.subprocessors-page .subprocessor-meta {
    font-size: var(--fsx);
    color: var(--ts);
    margin-top: 0.25rem
}

.subprocessors-page .subprocessor-regions {
    font-size: var(--fsx);
    color: var(--ts);
    flex-shrink: 0;
    text-align: right
}

.faq-preview .section-header {
    margin-bottom: 0.75rem
}

.faq-accordion {
    border: 1px solid var(--bor);
    border-radius: var(--r);
    overflow: hidden;
    background: var(--cb)
}

.faq-item {
    border-bottom: 1px solid var(--bor)
}

.faq-item:last-child {
    border-bottom: none
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 1rem 1.25rem;
    background: none;
    border: none;
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--tp);
    text-align: left;
    cursor: pointer;
    line-height: 1.4
}

.faq-question:hover {
    background: #f8f8fc
}

.faq-chevron {
    flex-shrink: 0;
    font-size: 0.7rem;
    transition: transform 0.2s;
    color: var(--ts)
}

.faq-item.open .faq-chevron {
    transform: rotate(-180deg)
}

.faq-answer {
    display: none;
    padding: 0 1.25rem 1rem;
    padding-left: 2.5rem
}

.faq-item.open .faq-answer {
    display: block
}

.faq-answer p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--ts);
    line-height: 1.5
}

.faq-answer a {
    color: var(--ac);
    text-decoration: none
}

.faq-answer a:hover {
    text-decoration: underline
}

.badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 2.5rem
}

.badge {
    background: var(--cb);
    border: 1px solid var(--bor);
    padding: 0.5rem 1rem;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--ts)
}

.control-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.25rem;
    margin-bottom: 2.5rem
}

.control-card {
    background: #fff;
    border: none;
    border-radius: var(--r);
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.08)
}

.control-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    text-decoration: none;
    color: var(--tp);
    margin-bottom: 1rem
}

.control-card-header:hover {
    color: var(--ac)
}

.control-card-header .control-card-arrow {
    font-size: 1rem;
    color: var(--ts);
    flex-shrink: 0;
    font-weight: 400
}

.control-card-header:hover .control-card-arrow {
    color: var(--ac)
}

.control-card-header:focus-visible {
    outline: 2px solid var(--ac);
    outline-offset: 2px
}

.control-card h3,
.control-card-header h3 {
    margin: 0;
    font-size: var(--fsbl);
    font-weight: 700;
    color: inherit;
    line-height: 1.3
}

.control-card:not(:has(.control-card-header)) h3 {
    margin: 0 0 1rem;
    color: var(--tp)
}

.control-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem
}

.control-list li {
    padding: 0.4rem 0;
    padding-left: 1.75rem;
    position: relative;
    font-size: var(--fss);
    line-height: 1.5;
    color: var(--tp)
}

.control-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0.4rem;
    width: 1.35em;
    height: 1.35em;
    border-radius: 50%;
    background: var(--ok);
    color: #fff;
    font-size: 0.65em;
    font-weight: 700;
    line-height: 1.35em;
    text-align: center;
    box-sizing: border-box
}

.control-card-footer {
    margin-top: 0.25rem
}

.control-card-footer a {
    font-size: var(--fss);
    color: var(--ac);
    text-decoration: none;
    font-weight: 500
}

.control-card-footer a:hover {
    text-decoration: underline
}

.data-collection {
    background: var(--cb);
    border: 1px solid var(--bor);
    border-radius: var(--r);
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: var(--sh)
}

.data-collection h3 {
    margin: 0 0 1rem;
    font-size: 1.1rem
}

.data-checklist {
    list-style: none;
    padding: 0;
    margin: 0
}

.data-checklist li {
    padding: 0.4rem 0;
    padding-left: 1.75rem;
    position: relative;
    font-size: 0.95rem
}

.data-checklist li.collected::before {
    content: '✔';
    position: absolute;
    left: 0;
    color: var(--ok)
}

.data-checklist li.not-collected::before {
    content: '✘';
    position: absolute;
    left: 0;
    color: var(--ts);
    opacity: 0.7
}

.controls-category {
    border: 1px solid var(--bor);
    border-radius: var(--r);
    margin-bottom: 0.75rem;
    overflow: hidden
}

.controls-category-header {
    padding: 1rem 1.25rem;
    background: var(--cb);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 1rem;
    user-select: none
}

.controls-category-header:hover {
    background: #f8f8fc
}

.controls-category-header .chevron {
    transition: transform 0.2s
}

.controls-category.open .chevron {
    transform: rotate(180deg)
}

.controls-category-list {
    padding: 0 1.25rem 1rem;
    border-top: 1px solid var(--bor);
    background: #fafafc
}

.controls-category-list li {
    padding: 0.4rem 0;
    padding-left: 1.5rem;
    position: relative;
    font-size: 0.9rem;
    color: var(--ts)
}

.controls-category-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--ok);
    font-weight: 700
}

.table-wrap {
    overflow-x: auto;
    border: 1px solid var(--bor);
    border-radius: var(--r);
    margin-bottom: 2rem
}

table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem
}

th,
td {
    padding: 0.85rem 1.25rem;
    text-align: left;
    border-bottom: 1px solid var(--bor)
}

th {
    background: #f8f8fc;
    font-weight: 600;
    color: var(--tp)
}

tr:last-child td {
    border-bottom: none
}

tr:hover td {
    background: #fafafc
}

.resource-groups {
    margin-bottom: 2rem
}

.resource-group h3 {
    font-size: 1.1rem;
    margin: 1.5rem 0 0.75rem;
    color: var(--tp)
}

.resource-group:first-child h3 {
    margin-top: 0
}

.resource-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem
}

.resource-card {
    background: var(--cb);
    border: 1px solid var(--bor);
    border-radius: var(--r);
    padding: 1.25rem;
    box-shadow: var(--sh);
    display: flex;
    flex-direction: column;
    gap: 0.75rem
}

.resource-card .btn-primary {
    margin-top: auto;
    align-self: flex-start
}

main.main-content.resources-page {
    max-width: 1200px
}

.resources-page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.5rem
}

.resources-page-header .section-title {
    margin-bottom: 0
}

.resources-page-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem
}

.resources-search-wrap {
    position: relative;
    display: flex;
    align-items: center
}

.resources-search-icon {
    position: absolute;
    left: 0.75rem;
    width: 1rem;
    height: 1rem;
    object-fit: contain;
    pointer-events: none;
    color: var(--ts)
}

.resources-search {
    padding: 0.5rem 0.75rem 0.5rem 2.25rem;
    border: 1px solid var(--bor);
    border-radius: var(--rs);
    font-size: 0.9rem;
    min-width: 200px
}

.resources-layout {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 2.5rem;
    align-items: start
}

@media (max-width:768px) {
    .resources-layout {
        grid-template-columns: 1fr
    }
}

.resources-sidebar {
    position: sticky;
    top: 4rem
}

.resources-nav {
    display: flex;
    flex-direction: column;
    gap: 0.125rem
}

.resources-nav-link {
    display: block;
    padding: 0.5rem 0.75rem;
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--tp);
    text-decoration: none;
    border-radius: var(--rs);
    border-left: 3px solid transparent;
    transition: color 0.15s, background 0.15s
}

.resources-nav-link:hover {
    color: var(--ac);
    background: #f8f8fc
}

.resources-nav-link.active {
    color: var(--ac);
    font-weight: 600;
    background: rgba(0, 22, 219, 0.08);
    border-left-color: var(--ac)
}

.resources-main .resource-panel {
    display: block;
    margin-bottom: 2.5rem;
    scroll-margin-top: 5rem
}

.resources-main .resource-panel:last-child {
    margin-bottom: 0
}

.resources-panel-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 1.5rem;
    color: var(--tp);
    letter-spacing: -0.02em
}

.resource-detail-card {
    background: var(--cb);
    border: 1px solid var(--bor);
    border-radius: var(--r);
    padding: 1.5rem;
    margin-bottom: 1.25rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06)
}

.resource-detail-card:last-child {
    margin-bottom: 0
}

.resource-detail-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    margin-top: 0.5rem
}

.resource-detail-row .resource-detail-desc {
    flex: 1;
    min-width: 0;
    margin: 0
}

.resource-detail-row .resource-action-btn {
    flex-shrink: 0
}

.resource-detail-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.75rem
}

.resource-detail-title {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--tp)
}

.resource-detail-desc {
    margin: 0;
    font-size: 0.9rem;
    color: var(--ts);
    line-height: 1.5
}

.resource-table-wrap {
    border: 1px solid var(--bor);
    border-radius: var(--r);
    overflow: hidden;
    background: var(--cb);
    box-shadow: var(--sh)
}

.resource-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9375rem
}

.resource-table td {
    padding: 1.5rem 1.75rem;
    border-bottom: none;
    vertical-align: middle;
    transition: background 0.2s;
    position: relative
}

.resource-table td::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    background: var(--bor)
}

.resource-table td:first-child:not(:last-child)::after {
    left: 1.5rem;
    right: 0
}

.resource-table td:last-child:not(:first-child)::after {
    left: 0;
    right: 1.5rem
}

.resource-table td:only-child::after {
    left: 1.5rem;
    right: 1.5rem
}

.resource-table tbody tr:last-child td::after {
    display: none
}

.resource-table tbody tr:not(:last-child) td {
    border-bottom: 1px solid var(--bor)
}

.resource-table tbody tr:hover td {
    background: var(--acsh)
}

.resource-cell-content {
    min-width: 0;
    vertical-align: top
}

.resource-row-title {
    display: block;
    font-weight: 600;
    color: var(--tp);
    font-size: var(--fsbl);
    margin: 0 0 0.35rem
}

.resource-row-desc {
    margin: 0;
    font-size: var(--fss);
    color: var(--ts);
    line-height: 1.55
}

.resource-cell-action {
    width: 1%;
    white-space: nowrap;
    text-align: right;
    vertical-align: middle;
    padding-left: 1.5rem
}

.resource-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 1rem;
    font-size: var(--fss);
    font-weight: 500;
    color: var(--tp);
    background: var(--acsh);
    border: 1px solid var(--acs);
    border-radius: var(--rs);
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s
}

.resource-action-btn:hover {
    background: var(--acs);
    border-color: var(--ac);
    color: var(--tp)
}

.resource-action-btn:focus-visible {
    outline: 2px solid var(--ac);
    outline-offset: 2px
}

.resource-action-icon {
    font-size: 1em;
    opacity: 0.85
}

.resource-action-icon.lock-icon {
    margin-right: 0.35em
}

main.main-content.controls-page {
    max-width: 1200px
}

.controls-page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.5rem
}

.controls-page-header .section-title {
    margin-bottom: 0
}

.controls-page-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem
}

.controls-search-wrap {
    position: relative;
    display: flex;
    align-items: center
}

.controls-search-icon {
    position: absolute;
    left: 0.75rem;
    width: 1rem;
    height: 1rem;
    object-fit: contain;
    pointer-events: none;
    color: var(--ts)
}

.controls-search {
    padding: 0.5rem 0.75rem 0.5rem 2.25rem;
    border: 1px solid var(--bor);
    border-radius: var(--rs);
    font-size: 0.9rem;
    min-width: 200px
}

.controls-layout {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 2.5rem;
    align-items: start
}

@media (max-width:768px) {
    .controls-layout {
        grid-template-columns: 1fr
    }
}

.controls-sidebar {
    position: sticky;
    top: 4rem
}

.controls-nav {
    display: flex;
    flex-direction: column;
    gap: 0.125rem
}

.controls-nav-link {
    display: block;
    padding: 0.5rem 0.75rem;
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--tp);
    text-decoration: none;
    border-radius: var(--rs);
    border-left: 3px solid transparent;
    transition: color 0.15s, background 0.15s
}

.controls-nav-link:hover {
    color: var(--ac);
    background: #f8f8fc
}

.controls-nav-link.active {
    color: var(--ac);
    font-weight: 600;
    background: rgba(0, 22, 219, 0.08);
    border-left-color: var(--ac)
}

.controls-main .control-panel {
    display: block;
    margin-bottom: 2.5rem;
    scroll-margin-top: 5rem
}

.controls-main .control-panel:last-child {
    margin-bottom: 0
}

.controls-panel-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 0.75rem;
    color: var(--tp);
    letter-spacing: -0.02em
}

.controls-panel-desc {
    margin: 0 0 1.5rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--ts)
}

.control-table-wrap {
    border: 1px solid var(--bor);
    border-radius: var(--r);
    overflow: hidden;
    background: var(--cb);
    box-shadow: var(--sh)
}

.control-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9375rem
}

.control-table thead th {
    padding: 0.5rem 1.75rem 0.6rem;
    text-align: left;
    font-size: var(--fss);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--ts);
    background: var(--gs);
    border-bottom: none;
    position: relative
}

.control-table thead th::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    background: var(--bor)
}

.control-table thead th:first-child:not(:last-child)::after {
    left: 1.5rem;
    right: 0
}

.control-table thead th:last-child:not(:first-child)::after {
    left: 0;
    right: 1.5rem
}

.control-table thead th:only-child::after {
    left: 1.5rem;
    right: 1.5rem
}

.control-table .control-th-status {
    text-align: right;
    width: 1%;
    white-space: nowrap
}

.control-table td {
    padding: 1.5rem 1.75rem;
    border-bottom: none;
    vertical-align: middle;
    transition: background 0.2s;
    position: relative
}

.control-table td::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    background: var(--bor)
}

.control-table td:first-child:not(:last-child)::after {
    left: 1.5rem;
    right: 0
}

.control-table td:last-child:not(:first-child)::after {
    left: 0;
    right: 1.5rem
}

.control-table td:only-child::after {
    left: 1.5rem;
    right: 1.5rem
}

.control-table tbody tr:last-child td::after {
    display: none
}

.control-table tbody tr:hover td {
    background: var(--acsh)
}

.control-cell-content {
    min-width: 0;
    vertical-align: top
}

.control-row-title {
    display: block;
    font-weight: 600;
    color: var(--tp);
    font-size: 1rem;
    margin: 0 0 0.35rem
}

.control-row-desc {
    margin: 0.35rem 0 0;
    font-size: 0.9rem;
    color: var(--ts);
    line-height: 1.55
}

.control-row-desc ul {
    margin: 0.35rem 0 0;
    padding-left: 1.25rem
}

.control-cell-status {
    width: 1%;
    white-space: nowrap;
    text-align: right;
    vertical-align: middle;
    padding-left: 1.5rem
}

.control-status-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: var(--ok);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1
}

.page-nav {
    background: #fff;
    padding: 0 1.5rem
}

.page-nav-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    gap: 0.5rem;
    border-bottom: 1px solid var(--bor)
}

.page-nav a {
    display: inline-block;
    padding: 0.85rem 1rem;
    color: var(--ts);
    text-decoration: none;
    font-size: var(--fsb);
    font-weight: 500;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    transition: color 0.2s, border-color 0.2s
}

.page-nav a:hover {
    color: var(--tp)
}

.page-nav a.active {
    color: var(--tp);
    border-bottom-color: var(--ac)
}

.page-nav a:focus-visible {
    outline: 2px solid var(--ac);
    outline-offset: 2px
}

.modal-overlay {
    position: fixed;
    inset: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 200;
    padding: 1rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0.2s;
    box-sizing: border-box
}

.modal-overlay.open {
    opacity: 1;
    visibility: visible
}

.modal {
    background: #fff;
    border-radius: 12px;
    max-width: 640px;
    width: 92%;
    min-height: 820px;
    max-height: 96vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.12);
    margin: 0 auto
}

#request-access-modal .modal {
    min-height: 720px;
    transition: min-height 0.25s
}

#request-access-modal .modal .modal-body {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

#reclaim-access-modal .modal {
    max-width: 420px;
    min-height: 0;
    max-height: 90vh
}

#reclaim-access-modal .modal-body {
    flex: 0 1 auto
}

#view-document-modal .modal {
    max-width: 560px;
    max-height: 90vh;
    min-height: 0
}

.view-document-body {
    overflow-y: auto
}

.view-document-content {
    white-space: pre-wrap;
    word-wrap: break-word;
    color: #374151;
    line-height: 1.6
}

.modal-header {
    flex-shrink: 0;
    padding: 1.5rem 1.75rem;
    border-bottom: none;
    position: relative
}

.modal-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1.5rem;
    right: 1.5rem;
    height: 1px;
    background: var(--bor)
}

.modal-header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.25rem
}

.modal-header h2 {
    margin: 0;
    font-size: var(--fshs);
    font-weight: 700;
    color: #111827;
    letter-spacing: -0.02em
}

.modal-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    min-height: 2rem;
    padding: 0.25rem;
    margin: -0.25rem 0 0;
    background: none;
    border: none;
    border-radius: var(--rs);
    font-size: 1.5rem;
    line-height: 1;
    color: var(--tp);
    cursor: pointer;
    transition: color 0.2s, background 0.2s
}

.modal-close:hover {
    color: var(--ac);
    background: var(--acsh)
}

.modal-close:focus-visible {
    outline: 2px solid var(--ac);
    outline-offset: 2px
}

.modal-reclaim {
    margin: 0;
    font-size: 0.9rem;
    color: #6b7280
}

.modal-reclaim a {
    color: var(--ac);
    text-decoration: underline;
    font-weight: 500
}

.modal-reclaim a:hover {
    color: var(--ach)
}

.reclaim-to-request {
    margin: 0 0 1rem;
    font-size: 0.9rem
}

.reclaim-to-request a {
    color: var(--ac);
    text-decoration: underline;
    font-weight: 500
}

.reclaim-to-request a:hover {
    color: var(--ach)
}

.modal-body {
    flex: 1 1 0;
    min-height: 0;
    overflow-y: auto;
    padding: 1.25rem 1.75rem
}

.modal-body::-webkit-scrollbar {
    width: 8px
}

.modal-body::-webkit-scrollbar-track {
    background: #fff
}

.modal-body::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 4
}

.modal-body::-webkit-scrollbar-thumb:hover {
    background: #9ca3af
}

.modal .form-group label {
    color: #374151;
    font-weight: 500
}

.modal .form-group input,
.modal .form-group select,
.modal .form-group textarea {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    color: #111827;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: border-color 0.15s, box-shadow 0.15s
}

.modal .form-group select {
    cursor: pointer;
    appearance: none;
    background-color: #fafafa;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.5 4.5L6 8L9.5 4.5' stroke='%236b7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    padding-right: 2.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 2.5rem;
    font-size: 0.9rem;
    transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s
}

.modal .form-group select:hover {
    background-color: #fff;
    border-color: #d1d5db
}

.modal .form-group select:focus {
    outline: none;
    border-color: var(--ac);
    box-shadow: 0 0 0 3px rgba(0, 22, 219, 0.2);
    background-color: #fff
}

.reason-select-native {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    opacity: 0;
    pointer-events: none
}

.reason-dropdown {
    position: relative;
    width: 100%
}

.reason-dropdown-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    min-height: 2.5rem;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    color: #374151;
    font-size: 0.9rem;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: background 0.15s, border-color 0.15s, box-shadow 0.15s
}

.reason-dropdown-trigger:hover {
    background: #fafafa;
    border-color: #d1d5db;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08)
}

.reason-dropdown-trigger:focus {
    outline: none;
    border-color: var(--ac);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(0, 22, 219, 0.2)
}

.reason-dropdown.open .reason-dropdown-trigger {
    border-color: #d1d5db;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06)
}

.reason-dropdown-trigger-text {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.reason-dropdown-trigger.is-placeholder .reason-dropdown-trigger-text {
    color: #94a3b8
}

.reason-dropdown-chevron {
    flex-shrink: 0;
    font-size: 0.65rem;
    color: #6b7280;
    transition: transform 0.2s
}

.reason-dropdown.open .reason-dropdown-chevron {
    transform: rotate(180deg)
}

.reason-dropdown-panel {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 8px;
    padding: 0.5rem 0;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.06);
    z-index: 50;
    max-height: 280px;
    overflow-y: auto;
    scrollbar-width: none
}

.reason-dropdown-panel::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none
}

.reason-dropdown.open .reason-dropdown-panel {
    display: block
}

.reason-dropdown-option {
    display: block;
    width: 100%;
    min-width: 0;
    padding: 0.5rem 0.85rem;
    margin: 0;
    font-size: 0.9rem;
    text-align: left;
    color: #374151;
    background: transparent;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    transition: background 0.15s, color 0.15s
}

.reason-other-wrap textarea {
    resize: vertical;
    min-height: 4.5rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: border-color 0.15s, box-shadow 0.15s
}

.reason-other-wrap textarea::placeholder {
    color: #94a3b8
}

.reason-other-wrap textarea:hover {
    border-color: #d1d5db
}

.reason-other-wrap textarea:focus {
    outline: none;
    border-color: var(--ac);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(0, 22, 219, 0.2)
}

.modal-footer {
    flex-shrink: 0;
    padding: 1.25rem 1.75rem;
    border-top: none;
    position: relative;
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
    background: #fff
}

.modal-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 1.5rem;
    right: 1.5rem;
    height: 1px;
    background: var(--bor)
}

.modal-footer .btn-secondary {
    background: var(--cb);
    color: var(--tp);
    border: 1px solid var(--bor);
    border-radius: var(--rs);
    padding: 0.5rem 1.25rem;
    font-weight: 500
}

.modal-footer .btn-secondary:hover {
    background: var(--gs);
    border-color: var(--bor)
}

.modal-footer .btn-primary {
    border-radius: var(--rs);
    padding: 0.5rem 1.25rem;
    font-weight: 600
}

@media (max-width:768px) {
    #request-access-modal.modal-overlay {
        padding: 0.75rem;
        align-items: center
    }

    #request-access-modal .modal-body {
        overflow-y: auto
    }

    #request-access-modal .modal {
        width: 100%;
        max-width: none;
        max-height: 90vh;
        border-radius: 12px
    }

    #request-access-modal .modal:not(.limited-access-active) {
        min-height: 0;
        max-height: 85vh
    }

    #request-access-modal .modal.limited-access-active {
        min-height: 0;
        max-height: 85vh
    }

    #request-access-modal .modal-body {
        padding: 1.25rem 1.5rem
    }

    .request-form-resources-title {
        font-size: 1rem
    }

    .resources-dropdown-panel {
        min-height: 280px;
        max-height: 50vh
    }

    .reason-dropdown-panel {
        max-height: 45vh
    }
}

@media (max-width:640px) {
    #request-access-modal.modal-overlay {
        padding: 0.5rem;
        align-items: stretch
    }

    #request-access-modal .modal {
        width: 100%;
        max-width: none;
        max-height: 94vh;
        border-radius: 10px
    }

    #request-access-modal .modal:not(.limited-access-active) {
        min-height: 0;
        max-height: 90vh
    }

    #request-access-modal .modal.limited-access-active {
        min-height: 0;
        max-height: 90vh
    }

    #request-access-modal .form-row-two {
        grid-template-columns: 1fr
    }

    #request-access-modal .modal-header {
        padding: 1rem 1.25rem
    }

    #request-access-modal .modal-header h2 {
        font-size: var(--fsb)
    }

    #request-access-modal .modal-close {
        padding: 0.35rem;
        margin: -0.35rem -0.25rem 0 0;
        min-width: 2.25rem;
        min-height: 2.25rem
    }

    #request-access-modal .modal-body {
        padding: 1rem 1.25rem;
        overflow-y: auto
    }

    #request-access-modal .modal-footer {
        padding: 1rem 1.25rem;
        flex-wrap: wrap;
        gap: 0.5rem
    }

    #request-access-modal .modal-footer .btn-secondary,
    #request-access-modal .modal-footer .btn-primary {
        flex: 1 1 auto;
        min-width: 0;
        padding: 0.6rem 1rem
    }

    .request-form-resources-panel {
        padding: 0.5rem 0
    }

    .request-form-resources-title {
        font-size: 0.95rem
    }

    .resources-dropdown-panel {
        min-height: 260px;
        max-height: 50vh
    }

    .reason-dropdown-panel {
        max-height: 42vh
    }

    .selected-resources-chips {
        gap: 0.35rem
    }

    .resource-chip {
        font-size: 0.8rem;
        padding: 0.25rem 0.5rem
    }
}

@media (max-width:480px) {
    #request-access-modal.modal-overlay {
        padding: 0;
        align-items: flex-end
    }

    #request-access-modal .modal {
        border-radius: 12px 12px 0 0;
        max-height: 92vh;
        width: 100%
    }

    #request-access-modal .modal:not(.limited-access-active) {
        min-height: 0
    }

    #request-access-modal .modal.limited-access-active {
        min-height: 0;
        max-height: 92vh
    }

    #request-access-modal .modal-header {
        padding: 0.875rem 1rem
    }

    #request-access-modal .modal-body {
        padding: 0.875rem 1rem;
        -webkit-overflow-scrolling: touch
    }

    #request-access-modal .modal-footer {
        padding: 0.875rem 1rem;
        flex-direction: column;
        gap: 0.5rem
    }

    #request-access-modal .modal-footer .btn-secondary,
    #request-access-modal .modal-footer .btn-primary {
        width: 100%;
        justify-content: center;
        min-height: 2.75rem
    }

    #request-access-modal .radio-group {
        flex-direction: column;
        gap: 0.5rem
    }

    .request-form-resources-panel {
        padding: 0.5rem 0
    }

    .resources-dropdown-panel {
        min-height: 220px;
        max-height: 45vh
    }

    .reason-dropdown-panel {
        max-height: 40vh
    }

    .reason-dropdown-trigger,
    .resources-dropdown-trigger {
        min-height: 2.75rem
    }

    .modal .form-group input,
    .modal .form-group select,
    .modal .form-group textarea {
        min-height: 2.75rem
    }
}

.request-form-resources-panel {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1rem 1.25rem;
    margin-top: 0.35rem;
    margin-bottom: 0
}

.request-form-resources-title {
    margin: 0 0 0.5rem;
    font-size: 1rem;
    font-weight: 700;
    color: #111827
}

.access-level-label {
    display: inline;
    font-weight: 500;
    color: #374151
}

.info-icon-wrap {
    position: relative;
    display: inline;
    margin-left: 0.25rem
}

.info-icon {
    font-size: 0.85rem;
    color: #9ca3af;
    cursor: help;
    vertical-align: middle
}

.info-icon-wrap:hover .info-icon {
    color: #6b7280
}

.info-tooltip {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 6px;
    padding: 0.6rem 0.9rem;
    background: #374151;
    color: #fff;
    font-size: 0.8125rem;
    line-height: 1.5;
    max-width: 340px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    white-space: normal;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s, visibility 0.15s;
    z-index: 60;
    pointer-events: none
}

.info-icon-wrap:hover .info-tooltip {
    opacity: 1;
    visibility: visible
}

.radio-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.25rem 1.5rem;
    margin-top: 0.35rem
}

.radio-group .radio-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
    color: #374151;
    cursor: pointer;
    min-height: 1.5rem
}

.radio-group input[type="radio"] {
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    margin: 0;
    accent-color: var(--ac)
}

.radio-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--tp);
    cursor: pointer
}

.radio-label input[type="radio"] {
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    margin: 0;
    accent-color: var(--ac)
}

.selected-resource-line {
    margin: 0.5rem 0 0;
    font-size: 0.85rem;
    color: var(--ts)
}

.padlock-icon-inline {
    margin-right: 0.25rem;
    opacity: 0.8
}

.form-group {
    margin-bottom: 0.6rem
}

.form-group label {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 0.2rem;
    color: var(--tp)
}

.form-row {
    display: block;
    margin-bottom: 0
}

.form-row-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem
}

.form-row-two .form-group {
    margin-bottom: 0.6rem
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.5rem 0.75rem;
    min-height: 2.5rem;
    border: 1px solid var(--bor);
    border-radius: var(--rs);
    font-size: 0.95rem;
    transition: border-color 0.15s, box-shadow 0.15s
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: var(--ts);
    opacity: 0.8
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--ac);
    box-shadow: 0 0 0 3px rgba(0, 22, 219, 0.2)
}

.form-group .helper {
    font-size: 0.8rem;
    color: var(--ts);
    margin-top: 0.25rem
}

.form-group .checkbox-label,
.checkbox-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    cursor: pointer;
    min-height: 1.5rem
}

.form-group input[type="checkbox"] {
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    margin: 0;
    vertical-align: middle
}

.form-actions {
    padding: 1rem 1.5rem;
    border-top: 1px solid var(--bor);
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end
}

.dpa-form-actions {
    padding: 1.5rem 0 0;
    margin-top: 1.5rem;
    border-top: 1px solid var(--bor)
}

.dpa-form-actions .dpa-btn-secondary {
    background: #fff;
    color: #111827;
    border: 1.5px solid #374151;
    border-radius: 999px;
    padding: 0.6rem 1.5rem;
    font-size: 0.9375rem;
    font-weight: 500
}

.dpa-form-actions .dpa-btn-secondary:hover {
    background: #f9fafb;
    border-color: #111827
}

.dpa-form-actions .dpa-btn-primary {
    background: #111827;
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 0.6rem 1.5rem;
    font-size: 0.9375rem;
    font-weight: 500
}

.dpa-form-actions .dpa-btn-primary:hover {
    background: #1f2937
}

.reclaim-section {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--bor)
}

.reclaim-section p {
    margin: 0 0 0.5rem;
    font-size: 0.9rem;
    color: var(--ts)
}

body.dpa-form-page {
    min-height: 100vh;
    background: #fff
}

.dpa-page-header {
    padding: 2rem 1.5rem 1.5rem;
    text-align: center;
    border-bottom: none
}

.dpa-logo {
    display: inline-block;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--ac);
    letter-spacing: -0.02em
}

.dpa-logo .dpa-logo-img {
    display: block;
    height: 2rem;
    width: auto
}

body.dpa-form-page .main-content {
    padding-top: 1.5rem;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto
}

.dpa-page .main-content {
    max-width: 640px
}

.dpa-intro {
    margin-bottom: 2rem;
    padding: 0 0 2rem;
    background: transparent
}

body.dpa-form-page .dpa-intro {
    padding: 0 0 2.5rem;
    margin-bottom: 0;
    border: none
}

.dpa-intro .dpa-page-title {
    margin: 0 0 0.25rem;
    font-size: var(--fsh);
    font-weight: 700;
    color: #111827;
    letter-spacing: -0.02em
}

.dpa-subtitle {
    margin: 0 0 1.25rem;
    font-size: var(--fsb);
    color: #374151;
    line-height: 1.5
}

.dpa-intro-separator {
    margin: 0 0 1rem;
    border: none;
    border-top: 1px solid #e5e7eb
}

.dpa-intro h2 {
    margin: 0 0 0.5rem;
    font-size: var(--fshs)
}

body.dpa-form-page .dpa-intro h2,
body.dpa-form-page .dpa-intro .dpa-section-heading {
    margin: 1.5rem 0 0.75rem;
    font-size: var(--fshs);
    font-weight: 700;
    color: #111827;
    letter-spacing: -0.02em
}

body.dpa-form-page .dpa-intro .dpa-section-heading:first-of-type {
    margin-top: 0
}

.dpa-intro .subtitle {
    color: var(--ts);
    margin: 0 0 0.75rem
}

.dpa-intro p:not(.subtitle):not(.dpa-required-note):not(.dpa-reassignment-note),
.dpa-intro-p {
    margin: 0;
    font-size: 0.9375rem;
    color: #374151;
    line-height: 1.6
}

.dpa-common-content {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--bor)
}

.dpa-common-content p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--ts);
    line-height: 1.6
}

.dpa-common-content strong {
    color: var(--tp)
}

.dpa-common-content-hidden {
    display: none
}

.dpa-required-note {
    margin: 0 0 1.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--ac);
    line-height: 1.5
}

.dpa-section-heading {
    margin: 1rem 0 0.5rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--tp)
}

.dpa-reassignment-note {
    margin: 1rem 0 0;
    font-size: 0.9375rem;
    color: #374151;
    line-height: 1.6
}

.dpa-form-sections {
    margin-top: 0
}

.dpa-form-section {
    margin-bottom: 0;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none
}

.dpa-form-section:last-of-type {
    margin-bottom: 0
}

.dpa-section-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 1rem;
    color: var(--tp);
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--bor)
}

.dpa-section-num {
    margin-right: 0.35rem;
    color: var(--ts);
    font-weight: 600
}

.dpa-form-section .form-group:last-child {
    margin-bottom: 0
}

.dpa-address-heading {
    margin-top: 1.25rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--bor)
}

.dpa-address-heading label {
    font-weight: 600;
    font-size: 1rem
}

.form-section-title {
    font-size: 1rem;
    font-weight: 600;
    margin: 1.5rem 0 0.75rem;
    color: var(--tp)
}

.form-section-title:first-of-type {
    margin-top: 0
}

.btn-secondary {
    background: var(--cb);
    color: var(--tp);
    border: 1px solid var(--bor);
    padding: 0.5rem 1rem;
    border-radius: var(--rs);
    font-weight: 500;
    font-size: var(--fsb);
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s
}

.btn-secondary:hover {
    background: var(--gs)
}

.btn-secondary:focus-visible {
    outline: 2px solid var(--ac);
    outline-offset: 2px
}

.dpa-footer-notice {
    margin-top: 2rem;
    padding: 1rem;
    background: #f0f9ff;
    border-radius: var(--rs);
    font-size: 0.9rem;
    color: var(--ts)
}

.limited-resources {
    margin-top: 0.5rem
}

.limited-resources-legend {
    display: block;
    font-weight: 500;
    font-size: 0.9rem;
    color: #374151;
    margin-bottom: 0.3rem
}

.resources-dropdown {
    position: relative;
    width: 100%
}

.resources-dropdown-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    min-height: 2.5rem;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    color: #374151;
    font-size: 0.9rem;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: background 0.15s, border-color 0.15s, box-shadow 0.15s
}

.resources-dropdown-trigger:hover {
    background: #fafafa;
    border-color: #d1d5db;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08)
}

.resources-dropdown-trigger:focus {
    outline: none;
    border-color: var(--ac);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(0, 22, 219, 0.2)
}

.resources-dropdown.open .resources-dropdown-trigger {
    border-color: #d1d5db;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06)
}

.resources-dropdown-trigger.is-empty .resources-dropdown-trigger-text {
    color: #9ca3af
}

.resources-dropdown-trigger-text {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.resources-dropdown-chevron {
    flex-shrink: 0;
    font-size: 0.65rem;
    color: #6b7280;
    transition: transform 0.2s
}

.resources-dropdown.open .resources-dropdown-chevron {
    transform: rotate(180deg)
}

.resources-dropdown-panel {
    display: none;
    position: absolute;
    bottom: 100%;
    top: auto;
    left: 0;
    right: 0;
    margin-bottom: 12px;
    margin-top: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.06);
    min-height: 460px;
    max-height: 620px;
    flex-direction: column;
    overflow: hidden;
    z-index: 50
}

.resources-dropdown.open .resources-dropdown-panel {
    display: flex
}

.dropdown-panel-body {
    flex: 1 1 0;
    min-height: 0;
    min-width: 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 0 0.6rem 0;
    scrollbar-width: none
}

.dropdown-panel-body::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none
}

.dropdown-panel-selected {
    flex-shrink: 0;
    min-width: 0;
    padding: 0;
    margin: 0.5rem 0 0 0;
    border-top: 1px solid #e5e7eb;
    overflow: hidden
}

.dropdown-panel-selected .dropdown-panel-heading {
    padding: 0.4rem 0.85rem;
    margin: 0 0 0.25rem 0
}

.dropdown-panel-selected .dropdown-selected-list {
    min-width: 0;
    overflow-x: hidden
}

.dropdown-panel-heading {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #475569;
    padding: 0.4rem 0.85rem;
    margin: 0 0 0.4rem 0;
    text-transform: uppercase;
    background: #f1f5f9;
    border-radius: 0
}

.dropdown-panel-all {
    flex-shrink: 0;
    min-width: 0;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.dropdown-panel-all .dropdown-panel-heading {
    margin-bottom: 0.5rem;
    margin-top: 0
}

.dropdown-selected-list,
.dropdown-rest-list {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    min-width: 0;
    overflow-x: hidden;
    box-sizing: border-box
}

.dropdown-panel-footer {
    flex-shrink: 0;
    border-top: 1px solid #e2e8f0;
    padding: 0.6rem 0.85rem;
    background: #f8fafc
}

.btn-clear-in-dropdown {
    display: inline-block;
    width: 100%;
    padding: 0.5rem 1rem;
    font-size: var(--fss);
    font-weight: 600;
    color: #4b5563;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: var(--rs);
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05)
}

.btn-clear-in-dropdown:hover {
    background: var(--gs);
    border-color: var(--bor);
    color: var(--tp)
}

.btn-clear-in-dropdown:focus-visible {
    outline: 2px solid var(--ac);
    outline-offset: 2px
}

.btn-clear-in-dropdown:active {
    background: #e8e8f0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.06)
}

.resource-dropdown-option {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    min-width: 0;
    padding: 0.5rem 0.85rem;
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.35;
    color: #374151;
    cursor: pointer;
    min-height: 2rem;
    border-radius: 0;
    box-sizing: border-box;
    transition: background 0.15s, color 0.15s
}

.resource-dropdown-option input[type="checkbox"] {
    flex-shrink: 0;
    width: 1.125rem;
    height: 1.125rem;
    margin: 0;
    margin-right: 0.5rem;
    accent-color: var(--ac);
    vertical-align: middle
}

.selected-resources-display {
    margin: 0.35rem 0 0;
    min-height: 0
}

.selected-resources-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    align-items: center
}

.resource-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.5rem 0.4rem 0.75rem;
    background: var(--acsh);
    border: 1px solid var(--acs);
    border-radius: var(--rs);
    font-size: var(--fss);
    color: var(--tp);
    max-width: 100%;
    transition: background 0.2s, border-color 0.2s
}

.resource-chip:hover {
    background: var(--acs);
    border-color: var(--acs)
}

.resource-chip-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px
}

.resource-chip-remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    padding: 0;
    margin: 0;
    margin-left: 0.1rem;
    border: none;
    background: rgba(0, 0, 0, 0.08);
    color: var(--tp);
    font-size: 1rem;
    line-height: 1;
    border-radius: 50%;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.2s, color 0.2s
}

.resource-chip-remove:hover {
    background: rgba(0, 0, 0, 0.15);
    color: var(--tp)
}

.resource-chip-remove:focus-visible {
    outline: 2px solid var(--ac);
    outline-offset: 1px
}

.btn-clear-resources {
    margin-top: 0.35rem;
    background: none;
    border: none;
    padding: 0;
    color: #6b7280;
    font-size: 0.8125rem;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none
}

.btn-clear-resources:hover {
    color: var(--ac);
    text-decoration: underline
}

.hidden {
    display: none !important
}

.search-hidden {
    display: none !important
}

.search-panel-hidden {
    display: none !important
}

.search-no-results {
    margin: 1.5rem 0;
    padding: 1rem 1.25rem;
    color: var(--ts);
    font-size: var(--fsb);
    background: var(--cb);
    border: 1px solid var(--bor);
    border-radius: var(--r);
    box-shadow: var(--sh)
}

.site-footer {
    border-top: 1px solid var(--bor);
    padding: 1.5rem;
    text-align: center;
    font-size: var(--fss);
    color: var(--ts)
}

.site-footer p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.25rem 0.5rem;
    margin: 0
}

.site-footer a {
    color: var(--ac);
    text-decoration: none;
    font-size: inherit;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem
}

.site-footer a:hover {
    text-decoration: underline
}

.site-footer .footer-contact-icon {
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    vertical-align: middle;
    display: inline-block
}

#request-confirmation-modal .modal.confirmation-modal {
    max-width: 560px;
    width: 92%;
    min-width: 0;
    min-height: 0;
    max-height: 90vh;
    overflow: hidden;
    display: flex;
    flex-direction: column
}

#request-confirmation-modal .confirmation-modal-body {
    flex: 1 1 auto;
    min-height: 0;
    min-width: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 1rem 1.25rem
}

.confirmation-message {
    margin: 0 0 0.75rem;
    font-size: 0.9rem;
    color: #374151;
    line-height: 1.45;
    overflow-wrap: break-word
}

.confirmation-message .confirmation-email-link {
    color: var(--ac);
    text-decoration: underline;
    font-weight: 500
}

.confirmation-message .confirmation-email-link:hover {
    color: var(--ach)
}

.confirmation-details-intro {
    margin: 1rem 0 0.5rem;
    font-size: var(--fsb);
    color: var(--tp);
    font-weight: 500;
    overflow-wrap: break-word
}

.confirmation-details-box {
    border: 1px solid var(--bor);
    border-radius: var(--r);
    padding: 1rem 1.25rem;
    background: var(--cb);
    box-shadow: var(--sh);
    margin-top: 0.5rem;
    min-width: 0;
    overflow-wrap: break-word
}

.confirmation-detail {
    margin: 0 0 0.75rem;
    font-size: var(--fss);
    color: var(--ts);
    line-height: 1.5;
    overflow-wrap: break-word
}

.confirmation-detail span {
    display: block;
    overflow-wrap: break-word;
    max-width: 100%
}

.confirmation-detail:last-child {
    margin-bottom: 0
}

.confirmation-detail strong {
    color: var(--tp)
}

.confirmation-resources-row span {
    overflow-wrap: break-word
}

#request-confirmation-modal .modal-footer {
    justify-content: flex-end;
    flex-shrink: 0
}

#request-confirmation-modal .modal-footer .btn-secondary {
    min-width: 100px;
    background: var(--ac);
    color: var(--tod);
    border-color: var(--ac)
}

#request-confirmation-modal .modal-footer .btn-secondary:hover {
    background: var(--ach);
    color: var(--tod);
    border-color: var(--ach)
}

.toast-notification {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    position: fixed;
    bottom: 1.25rem;
    left: 50%;
    transform: translate(-50%, 100%);
    width: max-content;
    max-width: min(600px, calc(100% - 2rem));
    padding: 0.875rem 1.25rem;
    background: #fff;
    color: var(--tp);
    font-size: 0.875rem;
    line-height: 1.4;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.06);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s, opacity 0.25s, visibility 0.25s;
    box-sizing: border-box;
    overflow: hidden
}

.toast-icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: var(--ac);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1
}

.toast-message {
    flex: 1;
    min-width: 0;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    white-space: nowrap
}

.toast-notification.toast-visible {
    transform: translate(-50%, 0);
    opacity: 1;
    visibility: visible
}

/* Overview page: remove hover colour changes */
.overview-row .resources-list-card .resource-preview-item:hover {
    color: var(--ac)
}

.overview-row .controls-view-all:hover {
    color: var(--ac);
    text-decoration: none
}

.overview-row .overview-controls .control-card-footer a:hover {
    color: var(--ac);
    text-decoration: none
}

.overview-row .overview-controls .control-card-header:hover,
.overview-row .overview-controls .control-card-header:hover .control-card-arrow {
    color: var(--tp)
}

.overview-row .overview-controls .control-card-header .control-card-arrow {
    color: var(--ts)
}

.overview-row .subprocessor-item:hover {
    background: transparent
}

.overview-row .resource-preview-item:hover {
    color: var(--tp)
}
/* Responsive Mobile UI Updates */
@media (max-width: 768px) {
  .desktop-only, .page-nav {
    display: none !important;
  }

  .pnav-mobile {
    display: block !important;
    margin: 0 auto;
  }

  .nav-dropdown {
    position: relative;
    display: inline-block;
  }

  .nav-dropdown-trigger {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: 0.9rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .nav-dropdown-panel {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    min-width: 180px;
    z-index: 1000;
    margin-top: 0.5rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  }

  .nav-dropdown.open .nav-dropdown-panel {
    display: block;
  }

  .nav-dropdown-item {
    display: block;
    padding: 0.75rem 1rem;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

  .nav-dropdown-item:last-child {
    border-bottom: none;
  }

  .nav-dropdown-item.active {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
  }

  .hero-inner, .hinner {
    flex-direction: column !important;
    text-align: center;
    padding: 3rem 1.5rem !important;
  }

  .hero-graphic, .hgraph {
    display: none !important;
  }

  .hero-actions-mobile, .hact-mobile {
    display: flex !important;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
  }

  .hero-actions-mobile .btn-primary,
  .hero-actions-mobile .btn-secondary,
  .hact-mobile .btn-primary,
  .hact-mobile .btn-secondary {
    width: 100%;
    justify-content: center;
  }
}

