:root {
    --bs-font-sans-serif: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.6;
    --bs-border-radius: 14px;
    --bs-border-radius-sm: 10px;
    --bs-border-radius-lg: 18px;
    --bs-border-radius-xl: 22px;
    --ds-shadow-sm: 0 1px 2px rgba(23, 20, 17, .05), 0 1px 3px rgba(23, 20, 17, .045);
    --ds-shadow: 0 6px 18px -6px rgba(23, 20, 17, .10), 0 3px 8px -4px rgba(23, 20, 17, .07);
    --ds-shadow-lg: 0 24px 48px -16px rgba(23, 20, 17, .20), 0 10px 22px -10px rgba(23, 20, 17, .12);
}

body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    letter-spacing: -.006em;
}

h1, h2, h3, h4, h5 {
    letter-spacing: -.02em;
}

[data-accent="warm"] {
    --ds-accent: #7040a8;
    --ds-accent-rgb: 112, 64, 168;
    --ds-accent-hover: #5d3390;
    --ds-accent-active: #4a2775;
    --ds-accent-contrast: #fff;
    --ds-gradient: linear-gradient(45deg, #9d5cc4 0%, #412785 100%);
}

[data-accent="tech"] {
    --ds-accent: #277885;
    --ds-accent-rgb: 39, 120, 133;
    --ds-accent-hover: #1f606b;
    --ds-accent-active: #184c55;
    --ds-accent-contrast: #fff;
    --ds-gradient: linear-gradient(45deg, #4bb3c0 0%, #277885 100%);
}

[data-accent] {
    --bs-primary: var(--ds-accent);
    --bs-primary-rgb: var(--ds-accent-rgb);
    --bs-link-color: var(--ds-accent);
    --bs-link-color-rgb: var(--ds-accent-rgb);
    --bs-link-hover-color: var(--ds-accent-hover);
    --bs-link-hover-color-rgb: var(--ds-accent-rgb);
}

[data-accent="warm"][data-bs-theme="light"] {
    --bs-body-bg: #f9f8fc;
    --bs-body-color: #1b1630;
    --bs-emphasis-color: #0c0819;
    --bs-secondary-color: rgba(27, 22, 48, .62);
    --bs-tertiary-color: rgba(27, 22, 48, .45);
    --bs-border-color: #e8e5f1;
    --bs-secondary-bg: #efecf7;
    --bs-tertiary-bg: #f4f1fb;
    --ds-surface: #fff;
    --ds-surface-2: #f5f2fb;
    --ds-muted: #6c6486;
}

[data-accent="warm"][data-bs-theme="dark"] {
    --bs-body-bg: #120e1e;
    --bs-body-color: #ece9f6;
    --bs-emphasis-color: #fff;
    --bs-secondary-color: rgba(236, 233, 246, .66);
    --bs-tertiary-color: rgba(236, 233, 246, .45);
    --bs-border-color: #2b2542;
    --bs-secondary-bg: #1e1932;
    --bs-tertiary-bg: #18132a;
    --ds-surface: #1e1932;
    --ds-surface-2: #17122a;
    --ds-muted: #a49cbc;
}

[data-accent="tech"][data-bs-theme="light"] {
    --bs-body-bg: #f5f9fa;
    --bs-body-color: #0f2226;
    --bs-emphasis-color: #061417;
    --bs-secondary-color: rgba(15, 34, 38, .62);
    --bs-tertiary-color: rgba(15, 34, 38, .45);
    --bs-border-color: #e0ebed;
    --bs-secondary-bg: #e9f1f2;
    --bs-tertiary-bg: #eff6f7;
    --ds-surface: #fff;
    --ds-surface-2: #eff6f7;
    --ds-muted: #5c7176;
}

[data-accent="tech"][data-bs-theme="dark"] {
    --bs-body-bg: #08151a;
    --bs-body-color: #e5f1f3;
    --bs-emphasis-color: #fff;
    --bs-secondary-color: rgba(229, 241, 243, .66);
    --bs-tertiary-color: rgba(229, 241, 243, .45);
    --bs-border-color: #1d3238;
    --bs-secondary-bg: #112329;
    --bs-tertiary-bg: #0d1c21;
    --ds-surface: #112329;
    --ds-surface-2: #0d1c21;
    --ds-muted: #8aa3a8;
}

[data-bs-theme="dark"] {
    --ds-shadow-sm: 0 1px 2px rgba(0, 0, 0, .5);
    --ds-shadow: 0 8px 22px -8px rgba(0, 0, 0, .6);
    --ds-shadow-lg: 0 28px 56px -18px rgba(0, 0, 0, .7);
}

.card {
    --bs-card-bg: var(--ds-surface);
    --bs-card-border-color: var(--bs-border-color);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - 1px);
    box-shadow: var(--ds-shadow-sm);
}

.btn {
    --bs-btn-border-radius: 12px;
    --bs-btn-font-weight: 600;
    --bs-btn-padding-x: 1.1rem;
    --bs-btn-padding-y: .55rem;
    letter-spacing: -.01em;
}

.btn-primary {
    --bs-btn-bg: var(--ds-accent);
    --bs-btn-border-color: var(--ds-accent);
    --bs-btn-color: var(--ds-accent-contrast);
    --bs-btn-hover-bg: var(--ds-accent-hover);
    --bs-btn-hover-border-color: var(--ds-accent-hover);
    --bs-btn-hover-color: #fff;
    --bs-btn-active-bg: var(--ds-accent-active);
    --bs-btn-active-border-color: var(--ds-accent-active);
    --bs-btn-focus-shadow-rgb: var(--ds-accent-rgb);
    box-shadow: 0 8px 18px -8px rgba(var(--ds-accent-rgb), .65);
}

.btn-soft {
    background: rgba(var(--ds-accent-rgb), .12);
    color: var(--ds-accent);
    border: 1px solid transparent;
    font-weight: 600;
}

.btn-soft:hover {
    background: rgba(var(--ds-accent-rgb), .2);
    color: var(--ds-accent-hover);
}

.btn-ghost {
    background: transparent;
    color: var(--bs-body-color);
    border: 1px solid var(--bs-border-color);
    font-weight: 600;
}

.btn-ghost:hover {
    background: var(--bs-secondary-bg);
}

.form-control, .form-select {
    background-color: var(--ds-surface);
    border-color: var(--bs-border-color);
    border-radius: 12px;
    padding: .62rem .9rem;
    color: var(--bs-body-color);
}

.form-control::placeholder {
    color: var(--bs-tertiary-color);
}

.form-control:focus, .form-select:focus {
    border-color: var(--ds-accent);
    box-shadow: 0 0 0 .22rem rgba(var(--ds-accent-rgb), .18);
}

/* Equal-height controls inside the filter panels (match the Tom Select). */
#studentFilters .form-control,
#studentFilters .form-select,
#studentFilters .input-group-text,
#studentFilters .ts-control,
#employeeFilters .form-control,
#employeeFilters .form-select,
#employeeFilters .input-group-text,
#employeeFilters .ts-control,
#groupFilters .form-control,
#groupFilters .form-select,
#groupFilters .input-group-text,
#groupFilters .ts-control,
#newsFilters .form-control,
#newsFilters .form-select,
#newsFilters .input-group-text,
#newsFilters .ts-control {
    min-height: 40px;
    padding-top: .4rem;
    padding-bottom: .4rem;
}

#studentFilters .ts-wrapper.form-select,
#employeeFilters .ts-wrapper.form-select,
#groupFilters .ts-wrapper.form-select,
#newsFilters .ts-wrapper.form-select {
    padding: 0;
    min-height: 0;
}

.input-group-text {
    background: var(--bs-secondary-bg);
    border-color: var(--bs-border-color);
    color: var(--ds-muted);
    border-radius: 12px;
}

.form-check-input {
    border-color: var(--bs-border-color);
}

.form-check-input:checked {
    background-color: var(--ds-accent);
    border-color: var(--ds-accent);
}

.form-check-input:focus {
    border-color: var(--ds-accent);
    box-shadow: 0 0 0 .22rem rgba(var(--ds-accent-rgb), .18);
}

.link-primary {
    color: var(--ds-accent) !important;
}

.dropdown-menu {
    --bs-dropdown-bg: var(--ds-surface);
    --bs-dropdown-border-color: var(--bs-border-color);
    --bs-dropdown-border-radius: 14px;
    --bs-dropdown-link-active-bg: rgba(var(--ds-accent-rgb), .12);
    --bs-dropdown-link-active-color: var(--ds-accent);
    box-shadow: var(--ds-shadow-lg);
    padding: .4rem;
}

.dropdown-item {
    border-radius: 9px;
    padding: .5rem .7rem;
}

.navbar {
    background: var(--ds-surface);
}

.brand-logo {
    height: 26px;
    width: auto;
    display: block;
}

.brand-logo .fil0 {
    fill: var(--bs-emphasis-color);
}

.brand-logo .fil1 {
    fill: var(--ds-accent);
}

.ds-seg {
    display: inline-flex;
    background: var(--bs-secondary-bg);
    border-radius: 11px;
    padding: 3px;
    gap: 2px;
}

.ds-seg button {
    border: 0;
    background: transparent;
    color: var(--bs-secondary-color);
    font-weight: 600;
    font-size: .82rem;
    padding: .32rem .7rem;
    border-radius: 8px;
    cursor: pointer;
    line-height: 1.2;
    transition: all .15s;
}

.ds-seg button.on {
    background: var(--ds-surface);
    color: var(--bs-emphasis-color);
    box-shadow: var(--ds-shadow-sm);
}

.ds-icon-box {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    background: rgba(var(--ds-accent-rgb), .12);
    color: var(--ds-accent);
    flex: 0 0 auto;
}

.auth-seg {
    display: flex;
    gap: 4px;
    padding: 5px;
    background: rgba(var(--ds-accent-rgb), .09);
    border-radius: 16px;
}

.auth-seg button {
    flex: 1;
    border: 0;
    background: transparent;
    color: var(--bs-secondary-color);
    font-weight: 700;
    padding: .8rem 1rem;
    border-radius: 12px;
    cursor: pointer;
    transition: all .15s;
    font-size: .98rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
}

.auth-seg button.on {
    background: var(--ds-surface);
    color: var(--ds-accent);
    box-shadow: var(--ds-shadow);
}

.auth-field {
    font-size: 1.02rem;
    padding: .85rem 1.05rem;
    box-shadow: var(--ds-shadow-sm);
}

.ds-eyebrow {
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--ds-accent);
}

.step-rail {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.step-dot {
    flex: 1;
    height: 6px;
    border-radius: 99px;
    background: var(--bs-secondary-bg);
    transition: background .25s;
}

.step-dot.done {
    background: var(--ds-accent);
}

.step-dot.now {
    background: var(--ds-accent);
    opacity: .55;
}

.role-card {
    width: 100%;
    text-align: left;
    border: 1.5px solid var(--bs-border-color);
    background: var(--ds-surface);
    border-radius: 16px;
    padding: 1.05rem 1.15rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: all .18s;
    box-shadow: var(--ds-shadow-sm);
}

.role-card:hover {
    border-color: rgba(var(--ds-accent-rgb), .5);
    transform: translateY(-2px);
    box-shadow: var(--ds-shadow);
}

.role-card.on {
    border-color: var(--ds-accent);
    background: rgba(var(--ds-accent-rgb), .06);
    box-shadow: 0 0 0 .2rem rgba(var(--ds-accent-rgb), .14);
}

.role-card .tick {
    margin-left: auto;
    color: var(--ds-accent);
    font-size: 1.35rem;
    opacity: 0;
    transition: opacity .18s;
}

.role-card.on .tick {
    opacity: 1;
}

/* ── Admin: badges, sidebar, data table ───────────────────────────── */
.badge {
    font-weight: 600;
    letter-spacing: .01em;
    padding: .42em .7em;
    border-radius: 8px;
}

.badge-soft {
    background: rgba(var(--ds-accent-rgb), .12);
    color: var(--ds-accent);
}

.ds-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: .85rem;
    background: rgba(var(--ds-accent-rgb), .14);
    color: var(--ds-accent);
    border: 1px solid rgba(var(--ds-accent-rgb), .18);
    flex: 0 0 auto;
}

.ds-cover {
    aspect-ratio: 16/9;
    border-radius: 12px;
    background-color: var(--ds-surface-2);
    background-image: repeating-linear-gradient(135deg, rgba(var(--ds-accent-rgb), .05) 0 11px, rgba(var(--ds-accent-rgb), .11) 11px 22px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ds-muted);
    font: 500 11px/1.4 ui-monospace, 'SFMono-Regular', Menlo, monospace;
    letter-spacing: .03em;
}

.ds-side .nav-link {
    color: var(--bs-secondary-color);
    font-weight: 600;
    border-radius: 11px;
    padding: .62rem .85rem;
    display: flex;
    align-items: center;
    gap: .7rem;
}

.ds-side .nav-link:hover {
    background: var(--bs-secondary-bg);
    color: var(--bs-body-color);
}

.ds-side .nav-link.active {
    background: rgba(var(--ds-accent-rgb), .12);
    color: var(--ds-accent);
}

.ds-side .nav-link i {
    font-size: 1.05rem;
}

.u-collapse {
    border: 0;
    background: transparent;
    color: var(--bs-secondary-color);
    width: 32px;
    height: 32px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    flex: 0 0 auto;
    transition: background .15s, color .15s;
}

.u-collapse:hover {
    background: var(--bs-secondary-bg);
    color: var(--ds-accent);
}

.ds-side summary {
    list-style: none;
    cursor: pointer;
}

.ds-side summary::-webkit-details-marker {
    display: none;
}

.ds-ref-caret {
    transition: transform .2s;
    font-size: .78rem !important;
}

.ds-ref[open] .ds-ref-caret {
    transform: rotate(180deg);
}

.ds-subnav {
    margin: .1rem 0 .25rem;
    padding-left: 1.85rem;
    gap: 0;
}

.ds-subnav .nav-link {
    font-size: .9rem;
    padding-top: .42rem;
    padding-bottom: .42rem;
}

/* Collapsible sidebar (mini mode) */
.ds-collapse-icon {
    transition: transform .2s;
}

@media (min-width: 992px) {
    .ds-aside {
        transition: width .2s ease, max-width .2s ease;
    }

    .ds-aside.mini {
        flex: 0 0 auto !important;
        width: 72px !important;
        max-width: 72px;
    }
}

.ds-aside.mini .ds-menu-head {
    justify-content: center;
}

.ds-aside.mini .ds-menu-label,
.ds-aside.mini .ds-side-label,
.ds-aside.mini .ds-subnav,
.ds-aside.mini .ds-school-card {
    display: none;
}

.ds-aside.mini .ds-side .nav-link {
    justify-content: center;
    padding-left: .5rem;
    padding-right: .5rem;
    gap: 0;
}

.ds-aside.mini .ds-collapse-icon {
    transform: rotate(180deg);
}

.chip {
    border: 1px solid var(--bs-border-color);
    background: var(--ds-surface);
    color: var(--bs-secondary-color);
    font-weight: 600;
    font-size: .85rem;
    border-radius: 10px;
    padding: .4rem .8rem;
    cursor: pointer;
    transition: all .15s;
    line-height: 1.2;
}

.chip:hover {
    border-color: rgba(var(--ds-accent-rgb), .5);
    color: var(--bs-body-color);
}

.chip.on {
    background: var(--ds-accent);
    border-color: var(--ds-accent);
    color: #fff;
    box-shadow: 0 6px 14px -6px rgba(var(--ds-accent-rgb), .6);
}

.u-table {
    --bs-table-bg: transparent;
    --bs-table-color: var(--bs-body-color);
}

.u-table thead th {
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--bs-secondary-color);
    font-weight: 700;
    border-bottom: 1px solid var(--bs-border-color);
    padding: .9rem 1rem;
    white-space: nowrap;
}

.u-table tbody td {
    padding: 1rem;
    border-bottom: 1px solid var(--bs-border-color);
    vertical-align: middle;
}

.u-table tbody tr:last-child td {
    border-bottom: 0;
}

.u-table tbody tr {
    transition: background .15s;
}

.u-table tbody tr:hover {
    background: var(--bs-secondary-bg);
}

/* News feed + article (from design). */
.news-cover {
    aspect-ratio: 16/9;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    background: var(--ds-gradient, linear-gradient(45deg, #9d5cc4 0%, #412785 100%));
}

.news-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.news-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.news-link:hover .news-title,
.news-link:hover .rel-title {
    color: var(--ds-accent);
}

.news-title,
.rel-title {
    transition: color .15s;
}

.news-date {
    font-size: .8rem;
    color: var(--bs-secondary-color);
    display: flex;
    align-items: center;
    gap: .4rem;
}

.art-hero {
    aspect-ratio: 16/7;
    border-radius: 18px;
    overflow: hidden;
    background: var(--ds-gradient, linear-gradient(45deg, #9d5cc4 0%, #412785 100%));
}

.art-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.art-lead {
    font-size: 1.2rem;
    line-height: 1.65;
    color: var(--bs-body-color);
    font-weight: 500;
}

.art-body {
    font-size: 1.06rem;
    line-height: 1.75;
    color: var(--bs-body-color);
}

.art-body p {
    margin-bottom: 1.15rem;
}

.rel-cover {
    aspect-ratio: 16/9;
    border-radius: 12px;
    overflow: hidden;
    background: var(--ds-gradient, linear-gradient(45deg, #9d5cc4 0%, #412785 100%));
}

.rel-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.u-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: .9rem;
    color: #fff;
    flex: 0 0 auto;
}

.u-act {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    border: 1px solid var(--bs-border-color);
    background: var(--ds-surface);
    color: var(--bs-secondary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    cursor: pointer;
    transition: all .15s;
    text-decoration: none;
}

.u-act:hover {
    border-color: var(--ds-accent);
    color: var(--ds-accent);
    background: rgba(var(--ds-accent-rgb), .08);
}

.s-grip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: var(--bs-secondary-color);
    border-radius: 7px;
}

.s-grip:hover {
    color: var(--ds-accent);
    background: var(--bs-secondary-bg);
}

/* ── Admin: overlay modal + name pills ────────────────────────────── */
.l-overlay {
    position: fixed;
    inset: 0;
    z-index: 1080;
    background: rgba(15, 10, 30, .5);
    backdrop-filter: blur(3px);
    display: none;
    align-items: flex-start;
    justify-content: center;
    padding: 6vh 1rem;
    overflow-y: auto;
}

.l-overlay.show {
    display: flex;
}

.l-modal {
    width: 100%;
    max-width: 520px;
    box-shadow: 0 24px 60px -12px rgba(20, 10, 40, .4);
    animation: lpop .18s ease;
}

@keyframes lpop {
    from {
        opacity: 0;
        transform: translateY(-10px) scale(.98);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.nav-pills {
    --bs-nav-pills-border-radius: 10px;
}

.nav-pills .nav-link {
    color: var(--bs-secondary-color);
    font-weight: 600;
    padding: .4rem .9rem;
    border: 1px solid var(--bs-border-color);
    background: var(--ds-surface);
}

.nav-pills .nav-link.active {
    background: var(--ds-accent);
    border-color: var(--ds-accent);
    color: #fff;
}

/* ── Student profile ─────────────────────────────────────────────── */
.nav-underline {
    --bs-nav-underline-link-active-color: var(--ds-accent);
    --bs-nav-underline-border-color: transparent;
    gap: 1.6rem;
}

.nav-underline .nav-link {
    color: var(--bs-secondary-color);
    font-weight: 600;
    border-bottom-width: 2px;
    padding-left: 0;
    padding-right: 0;
}

.nav-underline .nav-link.active {
    border-bottom-color: var(--ds-accent);
    color: var(--ds-accent);
}

.profile-avatar {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 2rem;
    color: #fff;
    background: rgba(255, 255, 255, .2);
    border: 3px solid rgba(255, 255, 255, .5);
    flex: 0 0 auto;
}

.info-item .lbl {
    font-size: .76rem;
    font-weight: 600;
    color: var(--bs-secondary-color);
    margin-bottom: .15rem;
}

.info-item .val {
    font-weight: 600;
    color: var(--bs-emphasis-color);
}

.access-row {
    border: 1px solid var(--bs-border-color);
    border-radius: 14px;
    padding: 1.1rem;
    background: var(--ds-surface-2);
}

.cred-field {
    display: flex;
    align-items: center;
    gap: .25rem;
    background: var(--ds-surface);
    border: 1px solid var(--bs-border-color);
    border-radius: 11px;
    padding: .35rem .35rem .35rem .8rem;
}

.cred-value {
    flex: 1;
    min-width: 0;
    font-family: ui-monospace, 'SFMono-Regular', Menlo, monospace;
    font-size: .9rem;
    letter-spacing: .02em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cred-btn {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    border: 0;
    background: transparent;
    border-radius: 8px;
    color: var(--ds-muted);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .15s;
}

.cred-btn:hover {
    background: rgba(var(--ds-accent-rgb), .12);
    color: var(--ds-accent);
}

.badge-card {
    text-align: center;
    padding: 1.1rem .6rem;
    border-radius: 14px;
    border: 1px solid var(--bs-border-color);
    background: var(--ds-surface);
    height: 100%;
    transition: transform .18s, box-shadow .18s;
}

.badge-card.earned:hover {
    transform: translateY(-3px);
    box-shadow: var(--ds-shadow);
}

.badge-card.locked {
    opacity: .55;
}

.badge-ic {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}

.badge-ic.earned {
    background: rgba(var(--ds-accent-rgb), .14);
    color: var(--ds-accent);
}

.badge-ic.locked {
    background: var(--bs-secondary-bg);
    color: var(--bs-tertiary-color);
}

.doc-block {
    border: 1px solid var(--bs-border-color);
    border-radius: 14px;
    padding: 1.1rem;
    background: var(--ds-surface-2);
}

.doc-file {
    display: flex;
    align-items: center;
    gap: .7rem;
    background: var(--ds-surface);
    border: 1px solid var(--bs-border-color);
    border-radius: 11px;
    padding: .5rem .6rem;
}

.doc-file-ic {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: rgba(var(--ds-accent-rgb), .12);
    color: var(--ds-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex: 0 0 auto;
}

.doc-upload {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    border: 1.5px dashed var(--bs-border-color);
    border-radius: 12px;
    padding: .85rem;
    cursor: pointer;
    color: var(--bs-secondary-color);
    font-size: .86rem;
    transition: all .15s;
    width: 100%;
    margin: 0;
}

.doc-upload:hover {
    border-color: var(--ds-accent);
    background: rgba(var(--ds-accent-rgb), .05);
    color: var(--bs-body-color);
}

.doc-upload i {
    font-size: 1.2rem;
    color: var(--ds-accent);
}
