/* ============================================================
   Visumansøgning — Kunde-portal ("Min konto") design-system
   Phase 0 / F0.1. Scoped override-lag med port-* klasser.

   Indlæses KUN via parts/portal-start.php (efter global-bundle +
   header-footer.css), så alt herinde rammer udelukkende portal-sider.
   Mobil-først. Brand-blå #030090 + Poppins, samme sprog som vas-* / landing.
   ============================================================ */

:root {
    --port-blue: #030090;
    --port-blue-700: #02006e;
    --port-blue-050: #f2f2f9;      /* ghostwhite */
    --port-ink: #14162b;
    --port-ink-2: #454869;
    --port-ink-3: #7a7d97;
    --port-line: #e7e8f2;
    --port-line-2: #eef0f7;
    --port-bg: #f6f7fb;
    --port-card: #ffffff;
    --port-radius: 16px;
    --port-radius-sm: 12px;
    --port-shadow: 0 1px 3px 0 rgba(3, 0, 80, .06), 0 1px 2px -1px rgba(3, 0, 80, .06);
    --port-shadow-md: 0 6px 18px -6px rgba(3, 0, 80, .12), 0 2px 6px -2px rgba(3, 0, 80, .07);
    --port-shadow-lg: 0 16px 44px -12px rgba(3, 0, 80, .16);
    --port-yellow: #ffce51;
    --port-sidebar-w: 244px;
    /* severity */
    --sev-neutral: #6b6f8c;   --sev-neutral-bg: #eef0f7;
    --sev-info: #2563c9;      --sev-info-bg: #e8f0ff;
    --sev-action: #b25e00;    --sev-action-bg: #fff2df;
    --sev-warning: #b25e00;   --sev-warning-bg: #fff2df;
    --sev-success: #1f9d63;   --sev-success-bg: #e4f7ec;
    --sev-danger: #d23b3b;    --sev-danger-bg: #fdeaea;
}

/* ---------- Header solid på portal (ingen hero bagved) ---------- */
.vas-header { background: var(--port-blue); }
.vas-header--scrolled { box-shadow: 0 8px 28px -14px rgba(2, 0, 60, .6); }

/* ---------- Neutralisér figmapagestart-wrapperens hero-spacing ---------- */
body:has(.port-shell) > .grid { gap: 0 !important; padding-top: 0 !important; }

/* ============================================================
   SHELL — sidebar (desktop) + indhold
   ============================================================ */
.port-shell {
    width: 100%;
    max-width: var(--vas-container, 1268px);
    margin: 0 auto;
    padding: 0 16px 56px;
    font-family: "Poppins", sans-serif;
    color: var(--port-ink);
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media (min-width: 1024px) {
    .port-shell {
        grid-template-columns: var(--port-sidebar-w) 1fr;
        gap: 28px;
        padding: 28px 24px 72px;
        align-items: start;
    }
}

/* ---------- Sidebar (desktop) ---------- */
.port-nav {
    position: sticky;
    top: 88px;
    background: var(--port-card);
    border: 1px solid var(--port-line);
    border-radius: var(--port-radius);
    box-shadow: var(--port-shadow);
    padding: 12px;
    display: none;
}
@media (min-width: 1024px) { .port-nav { display: block; } }

.port-nav__group + .port-nav__group { margin-top: 6px; padding-top: 10px; border-top: 1px solid var(--port-line-2); }

/* Firma-branding: logo + "Visumportal" (renderes kun når kunden hører til et
   firma med logo — se portal-start.php). Desktop-blokken ligger øverst i
   sidebar-kortet; --mobile-varianten er en kompakt række over faneknapperne. */
.port-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 8px 10px 16px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--port-line-2);
    text-align: center;
}
.port-brand img {
    max-width: 100%;
    max-height: 56px;
    width: auto;
    height: auto;
    display: block;
}
.port-brand__caption {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: var(--port-ink-3);
}
/* Fallback når firmaet ikke har et (lokalt tilgængeligt) logo: navnet i stedet */
.port-brand__name {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--port-blue);
}
.port-brand--mobile {
    flex-direction: row;
    justify-content: center;
    gap: 12px;
    background: var(--port-card);
    border: 1px solid var(--port-line);
    border-radius: var(--port-radius-sm);
    box-shadow: var(--port-shadow);
    padding: 10px 14px;
    margin: 14px 0 0;
}
.port-brand--mobile img { max-height: 32px; }
@media (min-width: 1024px) { .port-brand--mobile { display: none; } }

.port-nav__link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 12px;
    border-radius: 11px;
    color: var(--port-ink-2);
    font-size: 14.5px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color .15s ease, color .15s ease;
}
.port-nav__link svg { width: 19px; height: 19px; flex: 0 0 auto; opacity: .85; }
.port-nav__link:hover { background: var(--port-blue-050); color: var(--port-blue); }
.port-nav__link.is-active { background: var(--port-blue); color: #fff; box-shadow: 0 8px 18px -8px rgba(3, 0, 144, .5); }
.port-nav__link.is-active svg { opacity: 1; }
.port-nav__link--danger { color: var(--sev-danger); }
.port-nav__link--danger:hover { background: var(--sev-danger-bg); color: var(--sev-danger); }
.port-nav__badge {
    margin-left: auto; min-width: 20px; height: 20px; padding: 0 6px;
    border-radius: 999px; background: var(--sev-action); color: #fff;
    font-size: 11px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center;
}
.port-nav__link.is-active .port-nav__badge { background: #fff; color: var(--port-blue); }

/* ---------- Mobil tab-bar (scrollbar, ingen accordions) ---------- */
.port-tabs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 14px 4px 4px;
    margin: 0 -4px;
}
.port-tabs::-webkit-scrollbar { display: none; }
@media (min-width: 1024px) { .port-tabs { display: none; } }
.port-tab {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    border-radius: 999px;
    border: 1px solid var(--port-line);
    background: var(--port-card);
    color: var(--port-ink-2);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}
.port-tab svg { width: 17px; height: 17px; }
.port-tab.is-active { background: var(--port-blue); border-color: var(--port-blue); color: #fff; }

/* ============================================================
   PAGE
   ============================================================ */
.port-page { min-width: 0; }

.port-pagehead {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}
.port-pagehead__title { margin: 0; font-size: clamp(1.4rem, 3.4vw, 1.9rem); font-weight: 600; line-height: 1.15; color: var(--port-ink); }
.port-pagehead__sub { margin: 6px 0 0; font-size: 14.5px; color: var(--port-ink-3); }
.port-pagehead__actions { display: flex; gap: 10px; flex-wrap: wrap; }

.port-section { margin-top: 26px; }
.port-section__head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.port-section__title { margin: 0; font-size: 15px; font-weight: 700; letter-spacing: .01em; color: var(--port-ink); }
.port-section__link { font-size: 13.5px; font-weight: 600; color: var(--port-blue); text-decoration: none; }
.port-section__link:hover { text-decoration: underline; }

/* ============================================================
   CARDS
   ============================================================ */
.port-card {
    background: var(--port-card);
    border: 1px solid var(--port-line);
    border-radius: var(--port-radius);
    box-shadow: var(--port-shadow);
    padding: 20px;
}
.port-card--pad-lg { padding: 24px; }

.port-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 640px) { .port-grid--2 { grid-template-columns: 1fr 1fr; } }
@media (min-width: 900px) { .port-grid--3 { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1100px) { .port-grid--4 { grid-template-columns: repeat(4, 1fr); } }

/* Stat-tile */
.port-stat { display: flex; align-items: center; gap: 14px; }
.port-stat__icon {
    width: 44px; height: 44px; border-radius: 12px; flex: 0 0 auto;
    display: inline-flex; align-items: center; justify-content: center;
    background: var(--port-blue-050); color: var(--port-blue);
}
.port-stat__icon svg { width: 22px; height: 22px; }
.port-stat__value { font-size: 22px; font-weight: 700; line-height: 1; color: var(--port-ink); }
.port-stat__label { font-size: 13px; color: var(--port-ink-3); margin-top: 3px; }

/* Handling-krævet-kort (accent-venstrekant) */
.port-actioncard {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: var(--port-card);
    border: 1px solid var(--port-line);
    border-radius: var(--port-radius-sm);
    box-shadow: var(--port-shadow);
    padding: 16px 18px;
}
.port-actioncard__icon {
    width: 40px; height: 40px; border-radius: 10px; flex: 0 0 auto;
    display: inline-flex; align-items: center; justify-content: center;
    background: var(--sev-action-bg); color: var(--sev-action);
}
.port-actioncard__icon svg { width: 20px; height: 20px; }
.port-actioncard__body { min-width: 0; flex: 1 1 auto; }
.port-actioncard__title { font-size: 15px; font-weight: 600; color: var(--port-ink); }
.port-actioncard__desc { font-size: 13.5px; color: var(--port-ink-3); margin-top: 2px; }
.port-actioncard__cta { flex: 0 0 auto; align-self: center; }
@media (max-width: 560px) {
    .port-actioncard { flex-wrap: wrap; }
    .port-actioncard__cta { width: 100%; margin-top: 4px; }
}

/* ============================================================
   SAGS-KORT (case)
   ============================================================ */
.port-cases { display: grid; grid-template-columns: 1fr; gap: 14px; }
@media (min-width: 760px) { .port-cases--2 { grid-template-columns: 1fr 1fr; } }

.port-case {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 14px;
    background: var(--port-card);
    border: 1px solid var(--port-line);
    border-radius: var(--port-radius);
    box-shadow: var(--port-shadow);
    padding: 16px 18px;
    text-decoration: none;
    color: inherit;
    transition: box-shadow .18s ease, transform .18s ease, border-color .18s ease;
}
.port-case:hover { box-shadow: var(--port-shadow-md); transform: translateY(-2px); border-color: #d8dae9; }
.port-case__icon {
    width: 46px; height: 46px; border-radius: 12px; flex: 0 0 auto;
    display: inline-flex; align-items: center; justify-content: center;
    background: var(--port-blue-050); color: var(--port-blue);
}
.port-case__icon svg { width: 24px; height: 24px; }
.port-case__main { min-width: 0; }
.port-case__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.port-case__title { font-size: 15.5px; font-weight: 600; color: var(--port-ink); line-height: 1.25; }
.port-case__ref { font-size: 12.5px; color: var(--port-ink-3); font-weight: 500; }
.port-case__sub { font-size: 13px; color: var(--port-ink-3); margin-top: 2px; }
.port-case__meta { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 12px; margin-top: 12px; }
.port-case__foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 14px; flex-wrap: wrap; }
.port-case__owner { font-size: 12.5px; color: var(--port-ink-3); }

/* ============================================================
   BADGES (severity) + betaling
   ============================================================ */
.port-badge {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 4px 10px; border-radius: 999px;
    font-size: 12.5px; font-weight: 600; white-space: nowrap;
    background: var(--sev-neutral-bg); color: var(--sev-neutral);
}
.port-badge--info { background: var(--sev-info-bg); color: var(--sev-info); }
.port-badge--action, .port-badge--warning { background: var(--sev-action-bg); color: var(--sev-action); }
.port-badge--success { background: var(--sev-success-bg); color: var(--sev-success); }
.port-badge--danger { background: var(--sev-danger-bg); color: var(--sev-danger); }
.port-badge--neutral { background: var(--sev-neutral-bg); color: var(--sev-neutral); }

/* betalings-badge (samme skala, valgfrit uden prik) */
.port-pay { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 600; color: var(--port-ink-3); }
.port-pay svg { width: 14px; height: 14px; }

/* ============================================================
   TIDSLINJE (status-tracker)
   ============================================================ */
.port-timeline { display: flex; align-items: flex-start; width: 100%; }
.port-timeline__step { flex: 1 1 0; position: relative; text-align: center; min-width: 0; }
.port-timeline__dot {
    position: relative; z-index: 1; margin: 0 auto;
    width: 30px; height: 30px; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    background: #fff; border: 2px solid var(--port-line);
    color: var(--port-ink-3); font-size: 13px; font-weight: 700;
}
.port-timeline__dot svg { width: 16px; height: 16px; }
.port-timeline__step::before {
    content: ""; position: absolute; top: 14px; left: -50%; width: 100%; height: 2px;
    background: var(--port-line); z-index: 0;
}
.port-timeline__step:first-child::before { display: none; }
.port-timeline__label { display: block; margin-top: 8px; font-size: 11.5px; color: var(--port-ink-3); line-height: 1.25; }

.port-timeline__step.is-done .port-timeline__dot { background: var(--sev-success); border-color: var(--sev-success); color: #fff; }
.port-timeline__step.is-done::before { background: var(--sev-success); }
.port-timeline__step.is-active .port-timeline__dot { background: var(--port-blue); border-color: var(--port-blue); color: #fff; box-shadow: 0 0 0 4px rgba(3, 0, 144, .15); }
.port-timeline__step.is-active .port-timeline__label { color: var(--port-ink); font-weight: 600; }

/* Kompakt tidslinje på mobil: vis kun aktivt trins label */
@media (max-width: 640px) {
    .port-timeline__label { display: none; }
    .port-timeline__step.is-active .port-timeline__label { display: block; position: absolute; left: 50%; transform: translateX(-50%); width: max-content; max-width: 120px; }
    .port-timeline { margin-bottom: 22px; }
}

/* Progress-bar (alternativ til/supplement for tidslinje) */
.port-progress { height: 8px; border-radius: 999px; background: var(--port-line); overflow: hidden; }
.port-progress__fill { height: 100%; border-radius: 999px; background: var(--port-blue); transition: width .4s ease; }

/* ============================================================
   KNAPPER (bygger på .vas-btn, portal-varianter)
   ============================================================ */
.port-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    height: 42px; padding: 0 18px; border-radius: 999px;
    font-family: "Poppins", sans-serif; font-size: 14px; font-weight: 600; line-height: 1;
    white-space: nowrap; text-decoration: none; cursor: pointer;
    border: 1px solid transparent; transition: background-color .15s ease, color .15s ease, border-color .15s ease, box-shadow .15s ease, transform .12s ease;
}
.port-btn:active { transform: translateY(1px); }
.port-btn svg { width: 17px; height: 17px; }
.port-btn--primary { background: var(--port-blue); color: #fff; box-shadow: 0 10px 22px -10px rgba(3, 0, 144, .55); }
.port-btn--primary:hover { background: var(--port-blue-700); color: #fff; }
.port-btn--ghost { background: #fff; color: var(--port-blue); border-color: var(--port-line); }
.port-btn--ghost:hover { background: var(--port-blue-050); border-color: #cfd2e6; }
.port-btn--subtle { background: var(--port-blue-050); color: var(--port-blue); }
.port-btn--subtle:hover { background: #e7e8f5; }
.port-btn--danger { background: #fff; color: var(--sev-danger); border-color: #f3d2d2; }
.port-btn--danger:hover { background: var(--sev-danger-bg); }
.port-btn--sm { height: 36px; padding: 0 14px; font-size: 13px; }
.port-btn--block { width: 100%; }

/* ============================================================
   FORMULARER
   ============================================================ */
.port-form { display: grid; gap: 18px; }
.port-fieldgrid { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 640px) { .port-fieldgrid--2 { grid-template-columns: 1fr 1fr; } }
.port-field { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.port-field--full { grid-column: 1 / -1; }
/* [hidden] skal slå igennem (ellers vinder .port-field's display:flex -> skjulte felter vises alligevel) */
.port-field[hidden] { display: none !important; }
.port-label { font-size: 13.5px; font-weight: 600; color: var(--port-ink-2); }
.port-label .port-req { color: var(--sev-danger); }
.port-input, .port-select, .port-textarea {
    width: 100%; height: 48px; padding: 0 14px;
    border: 1px solid var(--port-line); border-radius: 11px;
    background: #fff; color: var(--port-ink); font-family: inherit; font-size: 15px;
    transition: border-color .15s ease, box-shadow .15s ease;
}
.port-textarea { height: auto; min-height: 110px; padding: 12px 14px; resize: vertical; }
.port-input:focus, .port-select:focus, .port-textarea:focus {
    outline: none; border-color: var(--port-blue); box-shadow: 0 0 0 3px rgba(3, 0, 144, .13);
}
.port-help { font-size: 12.5px; color: var(--port-ink-3); }
.port-field--error .port-input, .port-field--error .port-select { border-color: var(--sev-danger); }
.port-error { font-size: 12.5px; color: var(--sev-danger); }

/* Toggle-række (indstillinger) */
.port-toggle-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--port-line-2); }
.port-toggle-row:last-child { border-bottom: 0; }
.port-toggle-row__label { font-size: 14.5px; font-weight: 500; color: var(--port-ink); }
.port-toggle-row__desc { font-size: 13px; color: var(--port-ink-3); margin-top: 2px; }
.port-switch { position: relative; width: 46px; height: 26px; flex: 0 0 auto; }
.port-switch input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.port-switch__track { position: absolute; inset: 0; border-radius: 999px; background: var(--port-line); transition: background-color .2s ease; }
.port-switch__track::after { content: ""; position: absolute; top: 3px; left: 3px; width: 20px; height: 20px; border-radius: 50%; background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.25); transition: transform .2s ease; }
.port-switch input:checked + .port-switch__track { background: var(--port-blue); }
.port-switch input:checked + .port-switch__track::after { transform: translateX(20px); }

/* ============================================================
   EMPTY STATE
   ============================================================ */
.port-empty { text-align: center; padding: 44px 20px; }
.port-empty__icon {
    width: 64px; height: 64px; border-radius: 18px; margin: 0 auto 16px;
    display: inline-flex; align-items: center; justify-content: center;
    background: var(--port-blue-050); color: var(--port-blue);
}
.port-empty__icon svg { width: 30px; height: 30px; }
.port-empty__title { font-size: 17px; font-weight: 600; color: var(--port-ink); }
.port-empty__text { font-size: 14px; color: var(--port-ink-3); margin: 6px auto 18px; max-width: 380px; }

/* ============================================================
   DEFINITION LIST (nøgle/værdi, fx sags-detalje)
   ============================================================ */
.port-dl { display: grid; grid-template-columns: 1fr; gap: 0; }
.port-dl__row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--port-line-2); }
.port-dl__row:last-child { border-bottom: 0; }
.port-dl__key { font-size: 13.5px; color: var(--port-ink-3); }
.port-dl__val { font-size: 14px; font-weight: 500; color: var(--port-ink); text-align: right; }

/* Tjekliste (hvad mangler / dokumenter) */
.port-check { display: flex; align-items: flex-start; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--port-line-2); }
.port-check:last-child { border-bottom: 0; }
.port-check__mark { width: 24px; height: 24px; border-radius: 50%; flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; }
.port-check__mark svg { width: 15px; height: 15px; }
.port-check--done .port-check__mark { background: var(--sev-success-bg); color: var(--sev-success); }
.port-check--todo .port-check__mark { background: var(--sev-action-bg); color: var(--sev-action); }
.port-check__body { flex: 1 1 auto; min-width: 0; }
.port-check__title { font-size: 14px; font-weight: 500; color: var(--port-ink); }
.port-check__desc { font-size: 12.5px; color: var(--port-ink-3); margin-top: 2px; }
/* Rettelses-note fra sagsbehandleren (review_message) — amber, så det ses tydeligt. */
.port-revnote {
    margin-top: 8px;
    padding: 9px 12px;
    border: 1px solid #f4d58a;
    border-left: 3px solid #e0a92e;
    border-radius: 8px;
    background: #fef7e6;
    color: #7a5a12;
    font-size: 12.5px;
    line-height: 1.45;
}
.port-revnote strong { color: #8a5a00; }

/* ============================================================
   SUPPORT-WIDGET
   ============================================================ */
.port-support {
    display: flex; align-items: center; gap: 14px;
    background: linear-gradient(135deg, var(--port-blue), #1a17b0);
    color: #fff; border-radius: var(--port-radius); padding: 18px 20px;
}
.port-support__icon { width: 44px; height: 44px; border-radius: 12px; flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; background: rgba(255,255,255,.16); }
.port-support__icon svg { width: 22px; height: 22px; }
.port-support__body { flex: 1 1 auto; min-width: 0; }
.port-support__title { font-size: 15px; font-weight: 600; }
.port-support__text { font-size: 13px; opacity: .85; margin-top: 2px; }
.port-support .port-btn { background: #fff; color: var(--port-blue); }
@media (max-width: 560px) { .port-support { flex-wrap: wrap; } .port-support .port-btn { width: 100%; } }

/* ============================================================
   TABEL → responsiv liste (fx team/brugere)
   ============================================================ */
.port-list { display: grid; gap: 10px; }
.port-listrow {
    display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 14px;
    background: var(--port-card); border: 1px solid var(--port-line);
    border-radius: var(--port-radius-sm); box-shadow: var(--port-shadow); padding: 12px 16px;
}
.port-avatar { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; background: var(--port-blue-050); display: inline-flex; align-items: center; justify-content: center; color: var(--port-blue); font-weight: 700; }
.port-listrow__name { font-size: 14.5px; font-weight: 600; color: var(--port-ink); }
.port-listrow__meta { font-size: 13px; color: var(--port-ink-3); margin-top: 1px; }
.port-listrow__actions { display: flex; align-items: center; gap: 8px; }
@media (max-width: 560px) {
    .port-listrow { grid-template-columns: 44px 1fr; }
    .port-listrow__actions { grid-column: 1 / -1; justify-content: flex-start; }
}

/* ============================================================
   MODAL (bekræft/dialog)
   ============================================================ */
.port-modal-backdrop { position: fixed; inset: 0; background: rgba(9, 11, 34, .5); backdrop-filter: blur(2px); opacity: 0; visibility: hidden; transition: opacity .2s ease, visibility .2s; z-index: 1200; }
.port-modal-backdrop.is-open { opacity: 1; visibility: visible; }
.port-modal {
    position: fixed; left: 50%; top: 50%; transform: translate(-50%, -46%);
    width: min(440px, 92vw); background: #fff; border-radius: 18px; box-shadow: var(--port-shadow-lg);
    padding: 24px; z-index: 1201; opacity: 0; visibility: hidden; transition: opacity .2s ease, transform .2s ease, visibility .2s;
    font-family: "Poppins", sans-serif;
}
.port-modal.is-open { opacity: 1; visibility: visible; transform: translate(-50%, -50%); }
.port-modal__title { font-size: 18px; font-weight: 600; color: var(--port-ink); }
.port-modal__text { font-size: 14px; color: var(--port-ink-3); margin-top: 8px; }
.port-modal__actions { display: flex; gap: 10px; justify-content: flex-end; margin-top: 22px; }

/* ---------- Utilities ---------- */
.port-mt-0 { margin-top: 0; }
.port-muted { color: var(--port-ink-3); }
.port-hide-lg { }
@media (min-width: 1024px) { .port-hide-lg { display: none; } }
