:root {
    --ax-bg: #eef2f8;
    --ax-bg-soft: #f8fafc;
    --ax-surface: #ffffff;
    --ax-surface-elevated: rgba(255, 255, 255, 0.92);
    --ax-border: rgba(15, 23, 42, 0.08);
    --ax-border-strong: rgba(15, 23, 42, 0.12);
    --ax-text: #0f172a;
    --ax-text-soft: #334155;
    --ax-muted: #64748b;
    --ax-primary: #4338ca;
    --ax-primary-2: #6366f1;
    --ax-primary-dark: #1e1b4b;
    --ax-accent: #0ea5e9;
    --ax-success: #059669;
    --ax-success-soft: #ecfdf5;
    --ax-danger: #dc2626;
    --ax-danger-soft: #fef2f2;
    --ax-warning: #d97706;
    --ax-warning-soft: #fff7ed;
    --ax-info-soft: #eff6ff;
    --ax-sidebar: #0b1224;
    --ax-sidebar-2: #121a33;
    --ax-radius: 16px;
    --ax-radius-sm: 12px;
    --ax-shadow-sm: 0 8px 24px rgba(15, 23, 42, 0.06);
    --ax-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
    --ax-shadow-lg: 0 28px 80px rgba(15, 23, 42, 0.12);
    --ax-ring: 0 0 0 4px rgba(99, 102, 241, 0.14);
    --ax-font: "Plus Jakarta Sans", "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: var(--ax-font);
    color: var(--ax-text);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.ax-icon { display: block; flex-shrink: 0; }

/* ??? AUTH ??? */
body.ax-auth {
    min-height: 100vh;
    background:
        radial-gradient(circle at 10% 10%, rgba(99, 102, 241, 0.12), transparent 28%),
        radial-gradient(circle at 90% 0%, rgba(14, 165, 233, 0.12), transparent 24%),
        linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
}

.ax-auth-shell {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1.08fr 1fr;
}

.ax-auth-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 20%, rgba(99, 102, 241, 0.35), transparent 32%),
        radial-gradient(circle at 80% 0%, rgba(14, 165, 233, 0.22), transparent 28%),
        linear-gradient(145deg, #0b1224 0%, #151f3d 42%, #1e1b4b 100%);
    color: #fff;
    padding: clamp(32px, 5vw, 64px);
}

.ax-auth-hero__mesh {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,.9), transparent);
}

.ax-auth-hero__glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(60px);
    opacity: .45;
    pointer-events: none;
}

.ax-auth-hero__glow--1 {
    width: 280px;
    height: 280px;
    top: 12%;
    right: 8%;
    background: #6366f1;
}

.ax-auth-hero__glow--2 {
    width: 220px;
    height: 220px;
    bottom: 10%;
    left: 10%;
    background: #0ea5e9;
}

.ax-auth-hero__content {
    position: relative;
    z-index: 1;
    max-width: 560px;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 128px);
}

.ax-brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    color: #fff;
}

.ax-brand__mark {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #6366f1, #4338ca);
    box-shadow: 0 12px 30px rgba(99, 102, 241, 0.35);
}

.ax-brand__name {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.ax-brand__name span { color: #a5b4fc; }

.ax-brand__tag {
    display: block;
    margin-top: 2px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(255,255,255,.55);
}

.ax-auth-hero h1 {
    margin: 36px 0 14px;
    font-size: clamp(32px, 4vw, 46px);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.ax-auth-hero__lead {
    margin: 0;
    color: rgba(255,255,255,.76);
    line-height: 1.75;
    font-size: 16px;
}

.ax-auth-features {
    margin: 34px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 14px;
}

.ax-auth-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
    backdrop-filter: blur(8px);
    color: rgba(255,255,255,.88);
    font-weight: 600;
}

.ax-auth-features__icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.1);
    color: #c7d2fe;
}

.ax-auth-trust {
    margin-top: auto;
    padding-top: 28px;
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.ax-auth-trust__item {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(255,255,255,.45);
}

.ax-auth-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: clamp(24px, 4vw, 48px);
}

.ax-card {
    width: min(460px, 100%);
    background: var(--ax-surface-elevated);
    border: 1px solid rgba(255,255,255,.65);
    border-radius: 22px;
    box-shadow: var(--ax-shadow-lg);
    padding: 32px;
    backdrop-filter: blur(16px);
}

.ax-card h2 {
    margin: 8px 0 10px;
    font-size: 30px;
    letter-spacing: -0.03em;
}

.ax-card__eyebrow {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--ax-primary-2);
}

.ax-card__desc {
    margin: 0 0 4px;
    color: var(--ax-muted);
    line-height: 1.65;
}

.ax-field { margin-top: 18px; }

.ax-field > label,
.ax-field label:not(.ax-toggle-row):not(.ax-check):not(.ax-yetki-row) {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    color: var(--ax-text-soft);
}

/* ??? Unified lux form controls (tüm CRM) ??? */
.ax-input,
.ax-select,
.ax-textarea,
.ax-field input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="file"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="reset"]),
.ax-field select,
.ax-field textarea,
.ax-toolbar__search input,
.ax-toolbar select,
.ax-toolbar__input,
.ax-card input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="file"]):not([type="submit"]):not([type="button"]):not([type="image"]),
.ax-card select,
.ax-card textarea,
.ax-panel__body input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="file"]):not([type="submit"]):not([type="button"]):not([type="image"]),
.ax-panel__body select,
.ax-panel__body textarea,
.ax-modal input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="file"]):not([type="submit"]):not([type="button"]):not([type="image"]),
.ax-modal select,
.ax-modal textarea,
.mg-filter__form input,
.mg-filter__form select {
    width: 100%;
    min-height: 48px;
    padding: 12px 15px;
    border: 1px solid rgba(15, 23, 42, 0.10);
    border-radius: 14px;
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    color: var(--ax-text);
    background:
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 1px 2px rgba(15, 23, 42, 0.04);
    transition: border-color .16s ease, box-shadow .16s ease, background .16s ease, transform .16s ease;
    appearance: none;
    -webkit-appearance: none;
}

.ax-field select,
.ax-select,
.ax-toolbar select,
.ax-panel__body select,
.ax-card select,
.ax-modal select,
.mg-filter__form select {
    padding-right: 42px;
    background-image:
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat, no-repeat;
    background-position: 0 0, right 14px center;
    background-size: auto, 16px;
    cursor: pointer;
}

.ax-field textarea,
.ax-textarea,
.ax-panel__body textarea,
.ax-card textarea,
.ax-modal textarea {
    min-height: 96px;
    resize: vertical;
    line-height: 1.55;
}

.ax-input::placeholder,
.ax-textarea::placeholder,
.ax-field input::placeholder,
.ax-field textarea::placeholder,
.ax-toolbar__search input::placeholder,
.ax-panel__body input::placeholder,
.ax-panel__body textarea::placeholder,
.ax-card input::placeholder,
.ax-modal input::placeholder {
    color: #94a3b8;
    font-weight: 500;
}

.ax-input:hover,
.ax-select:hover,
.ax-textarea:hover,
.ax-field input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):hover,
.ax-field select:hover,
.ax-field textarea:hover,
.ax-toolbar__search input:hover,
.ax-toolbar select:hover,
.ax-toolbar__input:hover,
.ax-panel__body input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):hover,
.ax-panel__body select:hover,
.ax-panel__body textarea:hover,
.ax-card input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):hover,
.ax-card select:hover,
.ax-card textarea:hover,
.ax-modal input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):hover,
.ax-modal select:hover,
.ax-modal textarea:hover,
.mg-filter__form input:hover,
.mg-filter__form select:hover {
    border-color: rgba(99, 102, 241, 0.35);
    background: #fff;
}

.ax-input:focus,
.ax-select:focus,
.ax-textarea:focus,
.ax-field input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):focus,
.ax-field select:focus,
.ax-field textarea:focus,
.ax-toolbar__search input:focus,
.ax-toolbar select:focus,
.ax-toolbar__input:focus,
.ax-panel__body input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):focus,
.ax-panel__body select:focus,
.ax-panel__body textarea:focus,
.ax-card input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):focus,
.ax-card select:focus,
.ax-card textarea:focus,
.ax-modal input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):focus,
.ax-modal select:focus,
.ax-modal textarea:focus,
.mg-filter__form input:focus,
.mg-filter__form select:focus {
    outline: none;
    border-color: #818cf8;
    background: #fff;
    box-shadow: var(--ax-ring), 0 8px 24px rgba(99, 102, 241, 0.08);
}

.ax-input:disabled,
.ax-select:disabled,
.ax-textarea:disabled,
.ax-field input:disabled,
.ax-field select:disabled,
.ax-field textarea:disabled,
.ax-panel__body input:disabled,
.ax-panel__body select:disabled,
.ax-panel__body textarea:disabled {
    opacity: .62;
    cursor: not-allowed;
    background: #f1f5f9;
}

/* number spinner ? modern */
.ax-input[type="number"],
.ax-field input[type="number"],
.ax-panel__body input[type="number"] {
    -moz-appearance: textfield;
}

.ax-input[type="number"]::-webkit-outer-spin-button,
.ax-input[type="number"]::-webkit-inner-spin-button,
.ax-field input[type="number"]::-webkit-outer-spin-button,
.ax-field input[type="number"]::-webkit-inner-spin-button,
.ax-panel__body input[type="number"]::-webkit-outer-spin-button,
.ax-panel__body input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ax-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 12px;
    padding: 12px 18px;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.ax-btn:hover { transform: translateY(-1px); }
.ax-btn:active { transform: translateY(0); }

.ax-btn--primary {
    background: linear-gradient(135deg, #4f46e5 0%, #312e81 100%);
    color: #fff;
    box-shadow: 0 14px 30px rgba(79, 70, 229, 0.28);
}

.ax-btn--primary:hover {
    box-shadow: 0 18px 36px rgba(79, 70, 229, 0.34);
}

.ax-btn--secondary {
    background: #fff;
    color: var(--ax-text);
    border: 1px solid var(--ax-border-strong);
}

.ax-btn--ghost {
    background: transparent;
    color: var(--ax-muted);
    padding-inline: 10px;
    box-shadow: none;
}

.ax-btn--ghost:hover {
    color: var(--ax-primary);
    transform: none;
}

.ax-btn--sm {
    padding: 9px 14px;
    font-size: 13px;
    border-radius: 10px;
}

.ax-btn--block { width: 100%; margin-top: 20px; }

.ax-alert {
    margin-top: 16px;
    padding: 13px 15px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}

.ax-alert--error {
    background: var(--ax-danger-soft);
    color: #991b1b;
    border: 1px solid #fecaca;
}

.ax-alert--info,
.ax-alert--success {
    background: var(--ax-info-soft);
    color: #1d4ed8;
    border: 1px solid #bfdbfe;
}

.ax-links {
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    font-size: 13px;
}

.ax-links a {
    color: var(--ax-primary);
    text-decoration: none;
    font-weight: 700;
}

.ax-resend {
    margin-top: 14px;
    text-align: center;
}

/* ??? APP SHELL ??? */
body.ax-app {
    background:
        radial-gradient(circle at top right, rgba(99, 102, 241, 0.08), transparent 24%),
        linear-gradient(180deg, #f8fafc 0%, var(--ax-bg) 100%);
}

.ax-shell {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
}

.ax-sidebar {
    position: sticky;
    top: 0;
    height: 100vh;
    max-height: 100vh;
    z-index: 40;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    background:
        linear-gradient(180deg, rgba(255,255,255,.04), transparent 120px),
        linear-gradient(180deg, var(--ax-sidebar) 0%, var(--ax-sidebar-2) 100%);
    color: #fff;
    border-right: 1px solid rgba(255,255,255,.06);
    box-shadow: 18px 0 50px rgba(15, 23, 42, 0.08);
}

.ax-sidebar__inner {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    min-height: 100%;
    padding: 24px 18px;
}

.ax-sidebar__brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 28px;
    padding: 8px 10px;
}

.ax-sidebar__brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #6366f1, #4338ca);
    box-shadow: 0 10px 24px rgba(99, 102, 241, 0.35);
}

.ax-sidebar__brand-text {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.ax-sidebar__brand-text span { color: #a5b4fc; }

.ax-sidebar__brand-sub {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(255,255,255,.42);
    margin-top: 2px;
}

.ax-nav-section {
    margin-bottom: 22px;
}

.ax-nav-section__label {
    padding: 0 12px 8px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(255,255,255,.36);
}

.ax-nav a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 12px;
    color: rgba(255,255,255,.78);
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 4px;
    border: 1px solid transparent;
    background: transparent;
    transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}

.ax-nav a:hover {
    background: rgba(255,255,255,.06);
    color: #fff;
    transform: translateX(2px);
}

.ax-nav a.active {
    background: linear-gradient(135deg, rgba(99,102,241,.24), rgba(67,56,202,.18));
    border-color: rgba(165,180,252,.18);
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.ax-nav a .ax-icon { opacity: .88; }

.ax-sidebar__footer {
    margin-top: auto;
    padding: 16px;
    border-radius: 14px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.06);
}

.ax-sidebar__status {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 700;
    color: rgba(255,255,255,.72);
}

.ax-status-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #34d399;
    box-shadow: 0 0 0 4px rgba(52, 211, 153, 0.18);
}

.ax-main {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.ax-topbar {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 28px;
    background: rgba(255,255,255,.82);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--ax-border);
}

.ax-topbar__left {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.ax-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    color: var(--ax-muted);
    letter-spacing: .04em;
    text-transform: uppercase;
}

.ax-breadcrumb__sep { opacity: .45; }

.ax-topbar__title {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.ax-topbar__right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ax-user-chip {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px 8px 8px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--ax-border);
    box-shadow: var(--ax-shadow-sm);
}

.ax-user-chip__avatar {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, #6366f1, #4338ca);
}

.ax-user-chip__meta {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.ax-user-chip__name {
    font-size: 13px;
    font-weight: 800;
}

.ax-user-chip__role {
    font-size: 11px;
    font-weight: 700;
    color: var(--ax-muted);
}

.ax-content {
    padding: 24px 28px 40px;
}

.ax-page-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

.ax-page-head__copy { min-width: 0; }

.ax-page-title {
    margin: 0 0 6px;
    font-size: clamp(28px, 3vw, 34px);
    letter-spacing: -0.04em;
    line-height: 1.08;
}

.ax-page-sub {
    margin: 0;
    color: var(--ax-muted);
    line-height: 1.65;
    max-width: 720px;
}

.ax-page-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ax-grid {
    display: grid;
    gap: 18px;
}

.ax-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ax-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ax-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.ax-stat {
    position: relative;
    overflow: hidden;
    background: var(--ax-surface);
    border: 1px solid var(--ax-border);
    border-radius: var(--ax-radius);
    padding: 20px;
    box-shadow: var(--ax-shadow-sm);
    transition: transform .18s ease, box-shadow .18s ease;
}

.ax-stat:hover {
    transform: translateY(-2px);
    box-shadow: var(--ax-shadow);
}

.ax-stat::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: var(--ax-stat-accent, var(--ax-primary-2));
}

.ax-stat--indigo { --ax-stat-accent: #6366f1; }
.ax-stat--emerald { --ax-stat-accent: #10b981; }
.ax-stat--sky { --ax-stat-accent: #0ea5e9; }
.ax-stat--amber { --ax-stat-accent: #f59e0b; }
.ax-stat--rose { --ax-stat-accent: #f43f5e; }
.ax-stat--violet { --ax-stat-accent: #8b5cf6; }
.ax-stat--slate { --ax-stat-accent: #64748b; }

.ax-stat__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.ax-stat__icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: color-mix(in srgb, var(--ax-stat-accent, #6366f1) 12%, white);
    color: var(--ax-stat-accent, #6366f1);
}

.ax-stat__label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--ax-muted);
}

.ax-stat__value {
    margin-top: 10px;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1;
}

.ax-stat__hint {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 600;
    color: var(--ax-muted);
}

.ax-panel {
    background: var(--ax-surface);
    border: 1px solid var(--ax-border);
    border-radius: var(--ax-radius);
    overflow: hidden;
    box-shadow: var(--ax-shadow-sm);
}

.ax-panel + .ax-panel { margin-top: 20px; }

.ax-panel__head {
    padding: 18px 20px;
    border-bottom: 1px solid var(--ax-border);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: linear-gradient(180deg, #fff, #fafbfd);
}

.ax-panel__head strong {
    font-size: 15px;
    letter-spacing: -0.01em;
}

.ax-panel__head-sub {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 600;
    color: var(--ax-muted);
}

.ax-panel__body { padding: 0; }

.ax-panel__body--padded { padding: 20px; }

.ax-table-wrap { overflow-x: auto; }

.ax-table {
    width: 100%;
    border-collapse: collapse;
}

.ax-table th,
.ax-table td {
    padding: 14px 18px;
    border-bottom: 1px solid #eef2f7;
    text-align: left;
    font-size: 14px;
    vertical-align: middle;
}

.ax-table th {
    background: #f8fafc;
    color: #475569;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.ax-table tbody tr {
    transition: background .15s ease;
}

.ax-table tbody tr:hover {
    background: #fafbff;
}

.ax-table a {
    color: var(--ax-primary);
    text-decoration: none;
    font-weight: 700;
}

.ax-table a:hover { text-decoration: underline; }

.ax-table__primary {
    display: block;
    font-weight: 800;
    color: var(--ax-text);
}

.ax-table__secondary {
    display: block;
    margin-top: 3px;
    font-size: 12px;
    color: var(--ax-muted);
}

.ax-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .02em;
}

.ax-badge--ok {
    background: var(--ax-success-soft);
    color: #047857;
    border: 1px solid #bbf7d0;
}

.ax-badge--warn {
    background: var(--ax-warning-soft);
    color: #c2410c;
    border: 1px solid #fed7aa;
}

.ax-badge--muted {
    background: #f1f5f9;
    color: #64748b;
    border: 1px solid #e2e8f0;
}

.ax-badge--violet {
    background: linear-gradient(135deg, #ede9fe, #f5f3ff);
    color: #6d28d9;
    border: 1px solid #ddd6fe;
}

/* --- Paket rozetleri (firma listesi MODÜLLER) --- */
.ax-badge--paket-baslangic {
    background: #e0f2fe;
    color: #0369a1;
    border: 1px solid #bae6fd;
}

.ax-badge--paket-pro {
    background: #ccfbf1;
    color: #0f766e;
    border: 1px solid #99f6e4;
}

.ax-badge--paket-kurumsal {
    background: #fef3c7;
    color: #b45309;
    border: 1px solid #fde68a;
}

.ax-badge--paket-tumu {
    background: #dcfce7;
    color: #15803d;
    border: 1px solid #bbf7d0;
}

.ax-badge--paket-ozel {
    background: #ffedd5;
    color: #c2410c;
    border: 1px solid #fed7aa;
}

/* --- Tekil modül / özellik rozetleri --- */
.ax-badge--modul-servis {
    background: #dbeafe;
    color: #1d4ed8;
    border: 1px solid #bfdbfe;
}

.ax-badge--modul-periyodik {
    background: #e0e7ff;
    color: #4338ca;
    border: 1px solid #c7d2fe;
}

.ax-badge--modul-sms {
    background: #fce7f3;
    color: #be185d;
    border: 1px solid #fbcfe8;
}

.ax-badge--modul-whatsapp {
    background: #dcfce7;
    color: #15803d;
    border: 1px solid #bbf7d0;
}

.ax-badge--modul-multi {
    background: #ede9fe;
    color: #6d28d9;
    border: 1px solid #ddd6fe;
}

.ax-badge--modul-teklif {
    background: #ffedd5;
    color: #c2410c;
    border: 1px solid #fed7aa;
}

.ax-badge--modul-santral {
    background: #cffafe;
    color: #0e7490;
    border: 1px solid #a5f3fc;
}

.ax-badge--modul-konum {
    background: #fee2e2;
    color: #b91c1c;
    border: 1px solid #fecaca;
}

.ax-badge--modul-muhasebe {
    background: #f1f5f9;
    color: #334155;
    border: 1px solid #cbd5e1;
}

.ax-badge--modul-efatura {
    background: #ecfccb;
    color: #3f6212;
    border: 1px solid #d9f99d;
}

.ax-badge--modul-ai {
    background: #fae8ff;
    color: #a21caf;
    border: 1px solid #f5d0fe;
}

.ax-badge--modul-finrota {
    background: #e0f2fe;
    color: #075985;
    border: 1px solid #bae6fd;
}

.ax-badge--modul-sgk {
    background: #ecfdf5;
    color: #047857;
    border: 1px solid #a7f3d0;
}

.ax-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 18px;
    padding: 16px;
    background: var(--ax-surface);
    border: 1px solid var(--ax-border);
    border-radius: var(--ax-radius);
    box-shadow: var(--ax-shadow-sm);
}

.ax-toolbar__search {
    position: relative;
    flex: 1 1 280px;
}

.ax-toolbar__search .ax-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--ax-muted);
}

.ax-toolbar__search input {
    padding-left: 42px;
}

.ax-toolbar select {
    min-width: 180px;
    width: auto;
}

.ax-toolbar__input {
    width: auto;
    min-width: 120px;
}

.ax-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.ax-form-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.ax-form-grid .ax-field--full { grid-column: 1 / -1; }

@media (max-width: 860px) {
    .ax-form-grid--3 { grid-template-columns: 1fr; }
}

.ax-mb-16 { margin-bottom: 16px; }

.ax-sample-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 12px;
    margin-top: 10px;
}

.ax-sample-card {
    border: 1px dashed var(--ax-border, #e2e8f0);
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 13px;
    color: #475569;
    background: #f8fafc;
}

.ax-sample-card strong {
    display: block;
    color: #0f172a;
    margin-bottom: 6px;
}

.ax-table__sub {
    display: block;
    font-size: 12px;
    color: #64748b;
    margin-top: 2px;
}

.ax-table__detail {
    max-width: 280px;
    white-space: pre-wrap;
    word-break: break-word;
    font-size: 13px;
    color: #475569;
}


.ax-modal {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: grid;
    place-items: center;
    padding: 20px;
}

.ax-modal[hidden] {
    display: none !important;
}

.ax-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
}

.ax-modal__panel {
    position: relative;
    width: min(480px, 100%);
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.22);
    border: 1px solid #e2e8f0;
}

.ax-modal__head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 20px 22px 0;
}

.ax-modal__eyebrow {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #6366f1;
}

.ax-modal__title {
    margin: 6px 0 0;
    font-size: 22px;
}

.ax-modal__sub {
    margin: 6px 0 0;
    color: #64748b;
    font-size: 14px;
}

.ax-modal__close {
    border: 0;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    color: #94a3b8;
    cursor: pointer;
}

.ax-modal__body {
    padding: 18px 22px 22px;
}

body.ax-modal-open {
    overflow: hidden;
}

/* Geçici ba?vuru detay modal? */
#axBasvuruModal .ax-modal__panel { width: min(640px, 94vw); }
#axBasvuruModal .ax-modal__body { max-height: 72vh; overflow-y: auto; }

.bx-detay {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.bx-detay__group {
    border: 1px solid var(--ax-border);
    border-radius: var(--ax-radius-sm);
    padding: 12px 14px;
    background: var(--ax-bg-soft);
}

.bx-detay__group:last-child:nth-child(odd) { grid-column: 1 / -1; }

.bx-detay__group-title {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--ax-primary);
    margin-bottom: 8px;
}

.bx-detay__row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    padding: 5px 0;
    border-bottom: 1px dashed var(--ax-border);
}

.bx-detay__row:last-child { border-bottom: none; }

.bx-detay__k {
    font-size: 12px;
    color: var(--ax-text-soft);
    white-space: nowrap;
}

.bx-detay__v {
    font-size: 13px;
    font-weight: 700;
    color: var(--ax-text);
    text-align: right;
    word-break: break-word;
}

@media (max-width: 640px) {
    .bx-detay { grid-template-columns: 1fr; }
}

.ax-table__firm-cell {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ax-table__firm-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: inherit;
    text-decoration: none;
    font-weight: 700;
}

.ax-table__firm-link:hover .ax-table__primary {
    color: #4338ca;
}

.ax-table__actions-head {
    min-width: 220px;
}

.ax-row--highlight {
    background: rgba(251, 191, 36, 0.08);
}

.ax-badge--takip-beklemede {
    background: rgba(100, 116, 139, 0.12);
    color: #475569;
}

.ax-badge--takip-yenileyecek {
    background: rgba(16, 185, 129, 0.14);
    color: #047857;
}

.ax-badge--takip-yenilemeyecek {
    background: rgba(239, 68, 68, 0.12);
    color: #b91c1c;
}

.ax-badge--info {
    background: rgba(59, 130, 246, 0.12);
    color: #1d4ed8;
}

.ax-text-warn {
    color: #b45309;
    font-weight: 700;
}

.ax-task-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}

.ax-inline-form {
    display: inline;
    margin: 0;
}

.ax-task-btn {
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #334155;
    font-size: 11px;
    font-weight: 700;
    min-width: 32px;
    height: 30px;
    padding: 0 8px;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background .15s ease, border-color .15s ease, color .15s ease;
}

.ax-task-btn:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
}

.ax-task-btn--ok {
    color: #047857;
    border-color: #bbf7d0;
    background: #f0fdf4;
}

.ax-task-btn--no {
    color: #b91c1c;
    border-color: #fecaca;
    background: #fff1f2;
    font-size: 16px;
    line-height: 1;
}

.ax-toolbar__label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #475569;
}

.ax-table--compact .ax-table__sub {
    display: none;
}

.ax-form-section {
    margin-bottom: 22px;
}

.ax-form-section__title {
    margin: 0 0 14px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--ax-muted);
}

.ax-kanal-quick {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.ax-kanal-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
}

.ax-kanal-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0;
    padding: 14px 16px;
    border: 1px solid var(--ax-border);
    border-radius: 12px;
    background: #f8fafc;
    cursor: pointer;
    transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}

.ax-kanal-card:has(input:checked) {
    border-color: #a5b4fc;
    background: linear-gradient(135deg, #eef2ff, #f8fafc);
    box-shadow: 0 0 0 1px #c7d2fe inset;
}

.ax-kanal-card input {
    margin-top: 3px;
    width: 16px;
    height: 16px;
    accent-color: #4f46e5;
}

.ax-kanal-card__body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.ax-kanal-card__body strong {
    font-size: 14px;
    font-weight: 800;
    color: var(--ax-text);
}

.ax-kanal-card__body small {
    font-size: 12px;
    line-height: 1.4;
    color: var(--ax-muted);
}

.ax-send-progress {
    margin: 0 0 18px;
    padding: 18px 20px;
    border-radius: 14px;
    border: 1px solid #c7d2fe;
    background: linear-gradient(180deg, #eef2ff 0%, #f8fafc 100%);
}

.ax-send-progress__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.ax-send-progress__head strong {
    font-size: 15px;
    font-weight: 800;
    color: #312e81;
}

.ax-send-progress__head span {
    font-size: 14px;
    font-weight: 800;
    color: #4338ca;
    font-variant-numeric: tabular-nums;
}

.ax-send-progress__bar {
    height: 12px;
    border-radius: 999px;
    background: #e2e8f0;
    overflow: hidden;
}

.ax-send-progress__fill {
    height: 100%;
    width: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, #4f46e5, #6366f1);
    transition: width .35s ease;
}

.ax-send-progress__msg {
    margin: 12px 0 0;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
}

.ax-send-progress__firma {
    margin: 4px 0 0;
    font-size: 12px;
    color: #64748b;
    min-height: 1.2em;
}

.ax-send-progress__done {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.ax-send-progress--ok {
    border-color: #bbf7d0;
    background: linear-gradient(180deg, #ecfdf5 0%, #f8fafc 100%);
}

.ax-send-progress--ok .ax-send-progress__head strong,
.ax-send-progress--ok .ax-send-progress__head span {
    color: #166534;
}

.ax-send-progress--ok .ax-send-progress__fill {
    background: linear-gradient(90deg, #16a34a, #22c55e);
}

.ax-send-progress--failed {
    border-color: #fecaca;
    background: linear-gradient(180deg, #fef2f2 0%, #f8fafc 100%);
}

.ax-send-progress--failed .ax-send-progress__head strong,
.ax-send-progress--failed .ax-send-progress__head span {
    color: #991b1b;
}

.ax-send-progress--failed .ax-send-progress__fill {
    background: linear-gradient(90deg, #dc2626, #f87171);
}

/* Aramal? firma typeahead (AJAX TOP N ? binlerce option yok) */
.ax-firma-typeahead {
    position: relative;
    border: 1px solid var(--ax-border);
    border-radius: 14px;
    background: #f8fafc;
    padding: 12px;
}

.ax-firma-typeahead__q {
    width: 100%;
    height: 42px;
    padding: 0 14px;
    border: 1px solid var(--ax-border);
    border-radius: 10px;
    background: #fff;
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    color: var(--ax-text);
}

.ax-firma-typeahead__q:focus {
    outline: none;
    border-color: #818cf8;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15);
}

.ax-firma-typeahead__results {
    list-style: none;
    margin: 8px 0 0;
    padding: 6px;
    max-height: 240px;
    overflow: auto;
    border: 1px solid var(--ax-border);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
    position: absolute;
    left: 12px;
    right: 12px;
    z-index: 40;
}

.ax-firma-typeahead__opt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    color: var(--ax-text);
}

.ax-firma-typeahead__opt:hover {
    background: #eef2ff;
}

.ax-firma-typeahead__opt.is-picked {
    background: #ecfdf5;
    color: #065f46;
}

.ax-firma-typeahead__opt em {
    font-style: normal;
    font-size: 11px;
    font-weight: 800;
    color: var(--ax-muted);
    text-transform: uppercase;
    letter-spacing: .04em;
}

.ax-firma-typeahead__empty {
    padding: 14px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #92400e;
}

.ax-firma-typeahead__selected {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.ax-firma-typeahead__chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 7px 10px;
    border-radius: 999px;
    background: #eef2ff;
    border: 1px solid #c7d2fe;
    color: #312e81;
    font-size: 12px;
    font-weight: 800;
}

.ax-firma-typeahead__chip-x {
    appearance: none;
    border: 0;
    background: rgba(49, 46, 129, 0.12);
    color: #312e81;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    cursor: pointer;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
}

.ax-firma-typeahead__chip-x:hover {
    background: #312e81;
    color: #fff;
}

.ax-firma-typeahead__hint {
    margin: 10px 0 0;
    font-size: 12px;
    font-weight: 600;
    color: var(--ax-muted);
}

.ax-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.ax-info-item {
    padding: 14px 16px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid var(--ax-border);
}

.ax-info-item__label {
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--ax-muted);
    margin-bottom: 6px;
}

.ax-info-item__value {
    font-size: 15px;
    font-weight: 700;
    color: var(--ax-text);
}

.ax-empty {
    padding: 42px 24px;
    text-align: center;
    color: var(--ax-muted);
    font-weight: 600;
}

.ax-hero-banner {
    position: relative;
    overflow: hidden;
    margin-bottom: 22px;
    padding: 24px 26px;
    border-radius: 20px;
    color: #fff;
    background:
        radial-gradient(circle at top right, rgba(255,255,255,.12), transparent 30%),
        linear-gradient(135deg, #312e81 0%, #4338ca 52%, #0ea5e9 100%);
    box-shadow: var(--ax-shadow);
}

.ax-hero-banner__title {
    margin: 0 0 8px;
    font-size: 24px;
    letter-spacing: -0.03em;
}

.ax-hero-banner__text {
    margin: 0;
    max-width: 640px;
    color: rgba(255,255,255,.82);
    line-height: 1.65;
}

@media (max-width: 1100px) {
    .ax-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 960px) {
    .ax-auth-shell,
    .ax-shell { grid-template-columns: 1fr; }

    .ax-sidebar {
        position: relative;
        height: auto;
        max-height: none;
        overflow: visible;
        z-index: auto;
    }

    .ax-topbar,
    .ax-content { padding-inline: 18px; }

    .ax-page-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .ax-grid--3,
    .ax-form-grid,
    .ax-info-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
    .ax-grid--4,
    .ax-grid--3,
    .ax-form-grid,
    .ax-info-grid { grid-template-columns: 1fr; }

    .ax-user-chip__meta { display: none; }

    .ax-card { padding: 24px; }
}

/* ===== Bildirim zili & profil menüsü ===== */
.ax-notif { position: relative; }

.ax-notif__trigger {
    position: relative;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: #fff;
    border: 1px solid var(--ax-border);
    box-shadow: var(--ax-shadow-sm);
    color: var(--ax-text-soft);
    cursor: pointer;
    transition: background .15s ease, color .15s ease;
}

.ax-notif__trigger:hover { background: var(--ax-bg-soft); color: var(--ax-primary); }

.ax-notif__badge {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--ax-danger);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    display: grid;
    place-items: center;
    box-shadow: 0 0 0 2px #fff;
}

.ax-notif__bell {
    display: inline-grid;
    place-items: center;
    transform-origin: 50% 0;
}

/* Okunmam?? bildirim varsa zil ikonu canl? ?ekilde yan?p sönsün */
.ax-notif.has-unread .ax-notif__trigger {
    color: var(--ax-danger);
    border-color: color-mix(in srgb, var(--ax-danger) 45%, var(--ax-border));
    animation: ax-notif-ring 2s ease-in-out infinite;
}

.ax-notif.has-unread .ax-notif__bell {
    animation: ax-notif-swing 2s ease-in-out infinite;
}

.ax-notif.has-unread .ax-notif__badge {
    animation: ax-notif-badge-pulse 1.1s ease-in-out infinite;
}

.ax-notif.is-open.has-unread .ax-notif__trigger,
.ax-notif.is-open.has-unread .ax-notif__bell,
.ax-notif.is-open.has-unread .ax-notif__badge {
    animation: none;
}

@keyframes ax-notif-swing {
    0%, 60%, 100% { transform: rotate(0deg); }
    70% { transform: rotate(14deg); }
    80% { transform: rotate(-12deg); }
    88% { transform: rotate(7deg); }
    94% { transform: rotate(-4deg); }
}

@keyframes ax-notif-ring {
    0%, 100% { box-shadow: var(--ax-shadow-sm), 0 0 0 0 color-mix(in srgb, var(--ax-danger) 40%, transparent); }
    50% { box-shadow: var(--ax-shadow-sm), 0 0 0 6px color-mix(in srgb, var(--ax-danger) 0%, transparent); }
}

@keyframes ax-notif-badge-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.18); }
}

@media (prefers-reduced-motion: reduce) {
    .ax-notif.has-unread .ax-notif__trigger,
    .ax-notif.has-unread .ax-notif__bell,
    .ax-notif.has-unread .ax-notif__badge {
        animation: none;
    }
}

.ax-notif__panel,
.ax-usermenu__panel {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 340px;
    max-width: 90vw;
    background: #fff;
    border: 1px solid var(--ax-border);
    border-radius: var(--ax-radius-sm);
    box-shadow: var(--ax-shadow-lg);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity .15s ease, transform .15s ease, visibility .15s ease;
    z-index: 60;
}

.ax-notif.is-open .ax-notif__panel,
.ax-usermenu.is-open .ax-usermenu__panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.ax-notif__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 14px 16px;
    border-bottom: 1px solid var(--ax-border);
    font-weight: 800;
    font-size: 13px;
}

.ax-notif__head-form { margin: 0; }

.ax-notif__mark-all {
    border: none;
    background: none;
    color: var(--ax-primary);
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    padding: 0;
}

.ax-notif__mark-all:hover { text-decoration: underline; }

.ax-notif__list { max-height: 380px; overflow-y: auto; }

.ax-notif__empty {
    padding: 28px 16px;
    text-align: center;
    color: var(--ax-muted);
    font-size: 13px;
}

.ax-notif__item {
    display: block;
    padding: 12px 16px;
    border-bottom: 1px solid var(--ax-border);
    color: var(--ax-text);
    text-decoration: none;
    transition: background .12s ease;
}

.ax-notif__item:last-child { border-bottom: none; }
.ax-notif__item:hover { background: var(--ax-bg-soft); }

.ax-notif__item.is-unread {
    background: var(--ax-info-soft);
    border-left: 3px solid var(--ax-primary);
}

.ax-notif__item-title { font-size: 13px; font-weight: 800; margin-bottom: 2px; }
.ax-notif__item-msg { font-size: 12px; color: var(--ax-text-soft); line-height: 1.5; }
.ax-notif__item-time { font-size: 11px; color: var(--ax-muted); margin-top: 4px; }

.ax-usermenu { position: relative; }

.ax-user-chip--btn {
    cursor: pointer;
    font: inherit;
    text-align: left;
}

.ax-usermenu__panel { width: 240px; padding: 8px; }

.ax-usermenu__item {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px 12px;
    border-radius: 10px;
    background: none;
    border: none;
    color: var(--ax-text);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: background .12s ease, color .12s ease;
}

.ax-usermenu__item:hover { background: var(--ax-bg-soft); color: var(--ax-primary); }
.ax-usermenu__item--danger:hover { background: var(--ax-danger-soft); color: var(--ax-danger); }
.ax-usermenu__logout { margin: 0; }
.ax-usermenu__sep { height: 1px; background: var(--ax-border); margin: 6px 4px; }

/* ===== Profil & ayar sayfalar? ===== */
.ax-page-head__actions { display: flex; flex-wrap: wrap; gap: 10px; }

.ax-profile-head {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--ax-border);
}

.ax-profile-avatar {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, #6366f1, #4338ca);
}

.ax-profile-name { font-size: 20px; font-weight: 800; letter-spacing: -0.02em; }
.ax-profile-role { font-size: 13px; color: var(--ax-muted); font-weight: 700; }

.ax-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.ax-detail-item { display: flex; flex-direction: column; gap: 4px; }

.ax-detail-label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--ax-muted);
}

.ax-detail-value { font-size: 15px; font-weight: 700; color: var(--ax-text); }

.ax-field__hint { font-size: 12px; color: var(--ax-muted); margin-top: 4px; }

.ax-form-actions {
    display: flex;
    gap: 12px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--ax-border);
}

.ax-toggle-list { display: flex; flex-direction: column; gap: 12px; }

.ax-toggle-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid var(--ax-border);
    border-radius: var(--ax-radius-sm);
    cursor: pointer;
    transition: border-color .12s ease, background .12s ease;
}

.ax-toggle-row:hover { border-color: var(--ax-border-strong); background: var(--ax-bg-soft); }
.ax-toggle-row input[type="checkbox"] { margin-top: 3px; width: 18px; height: 18px; accent-color: var(--ax-primary); }
.ax-toggle-row__text { display: flex; flex-direction: column; gap: 3px; }
.ax-toggle-row__text strong { font-size: 14px; font-weight: 800; }
.ax-toggle-row__text span { font-size: 12px; color: var(--ax-muted); line-height: 1.5; }

.ax-panel--accent { border-left: 4px solid var(--ax-primary); }

@media (max-width: 640px) {
    .ax-detail-grid { grid-template-columns: 1fr; }
}

/* ===== Admin & rol yönetimi ===== */
.ax-btn--danger {
    background: var(--ax-danger);
    color: #fff;
    border: 1px solid var(--ax-danger);
}

.ax-btn--danger:hover { filter: brightness(0.95); }

.ax-badge--role {
    background: rgba(67, 56, 202, 0.10);
    color: var(--ax-primary);
}

.ax-table__actions-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.ax-check {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.ax-check input[type="checkbox"] { width: 18px; height: 18px; accent-color: var(--ax-primary); }

.ax-role-card__head { margin-bottom: 12px; }
.ax-role-card__name { font-size: 17px; font-weight: 800; display: flex; align-items: center; gap: 8px; }
.ax-role-card__sub { font-size: 12px; color: var(--ax-muted); margin-top: 4px; }

.ax-role-card__meta {
    display: flex;
    gap: 14px;
    margin: 12px 0;
    font-size: 12px;
    font-weight: 700;
    color: var(--ax-text-soft);
}

.ax-chip-list { display: flex; flex-wrap: wrap; gap: 6px; min-height: 24px; }

.ax-chip {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: var(--ax-bg-soft);
    border: 1px solid var(--ax-border);
    font-size: 11px;
    font-weight: 700;
    color: var(--ax-text-soft);
}

.ax-role-card__actions {
    display: flex;
    gap: 8px;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid var(--ax-border);
}

.ax-yetki-grup { margin-bottom: 18px; }

.ax-yetki-grup__label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--ax-muted);
    margin-bottom: 10px;
}

.ax-yetki-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.ax-yetki-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid var(--ax-border);
    border-radius: var(--ax-radius-sm);
    cursor: pointer;
    transition: border-color .12s ease, background .12s ease;
}

.ax-yetki-row:hover { border-color: var(--ax-border-strong); background: var(--ax-bg-soft); }
.ax-yetki-row.is-on { border-color: var(--ax-primary); background: rgba(67, 56, 202, 0.05); }
.ax-yetki-row input[type="checkbox"] { margin-top: 2px; width: 17px; height: 17px; accent-color: var(--ax-primary); }
.ax-yetki-row__text { display: flex; flex-direction: column; gap: 2px; }
.ax-yetki-row__text strong { font-size: 13px; font-weight: 800; }
.ax-yetki-row__text span { font-size: 11px; color: var(--ax-muted); line-height: 1.4; }

.ax-empty-state {
    text-align: center;
    padding: 60px 20px;
    max-width: 520px;
    margin: 0 auto;
}

.ax-empty-state__icon {
    width: 84px;
    height: 84px;
    margin: 0 auto 20px;
    border-radius: 24px;
    display: grid;
    place-items: center;
    color: var(--ax-danger);
    background: var(--ax-danger-soft);
}

.ax-empty-state .ax-btn { margin-top: 18px; }

@media (max-width: 640px) {
    .ax-yetki-grid { grid-template-columns: 1fr; }
}

/* ??? Mobil Güncelleme (lüks ekran) ??? */
.mg-hero {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
    padding: 28px 28px 26px;
    border-radius: calc(var(--ax-radius) + 4px);
    border: 1px solid rgba(15, 23, 42, 0.08);
    background:
        radial-gradient(ellipse 70% 90% at 0% 0%, rgba(14, 165, 233, 0.12), transparent 50%),
        radial-gradient(ellipse 55% 70% at 100% 20%, rgba(16, 185, 129, 0.10), transparent 45%),
        linear-gradient(145deg, #0b1224 0%, #152038 48%, #1a2744 100%);
    color: #fff;
    box-shadow: var(--ax-shadow);
    animation: mg-fade-up .45s ease both;
}

.mg-hero__glow {
    position: absolute;
    width: 280px;
    height: 280px;
    right: -60px;
    top: -100px;
    border-radius: 999px;
    background: rgba(99, 102, 241, 0.28);
    filter: blur(70px);
    pointer-events: none;
}

.mg-hero__copy { position: relative; z-index: 1; max-width: 640px; }
.mg-hero__eyebrow {
    margin: 0 0 8px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: rgba(165, 214, 255, 0.78);
}

.mg-hero .ax-page-title {
    color: #fff;
    margin-bottom: 8px;
}

.mg-hero .ax-page-sub {
    color: rgba(226, 232, 240, 0.78);
    max-width: 560px;
}

.mg-hero__meta {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.mg-pill {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .02em;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.06);
    color: rgba(255,255,255,.88);
}

.mg-pill--live {
    background: rgba(16, 185, 129, 0.18);
    border-color: rgba(52, 211, 153, 0.35);
    color: #a7f3d0;
}

.mg-pill--off {
    background: rgba(148, 163, 184, 0.12);
    color: rgba(226, 232, 240, 0.7);
}

.mg-kpis { margin-bottom: 20px; animation: mg-fade-up .5s ease .05s both; }

.mg-stat-split {
    font-size: .55em;
    font-weight: 700;
    color: var(--ax-muted);
    margin: 0 4px;
    vertical-align: middle;
}

.mg-tabs {
    display: inline-flex;
    gap: 4px;
    padding: 5px;
    margin-bottom: 20px;
    border-radius: 14px;
    background: rgba(15, 23, 42, 0.04);
    border: 1px solid var(--ax-border);
    animation: mg-fade-up .5s ease .08s both;
}

.mg-tabs__item {
    padding: 10px 18px;
    border-radius: 11px;
    font-size: 13px;
    font-weight: 800;
    color: var(--ax-muted);
    text-decoration: none;
    transition: background .16s ease, color .16s ease, box-shadow .16s ease;
}

.mg-tabs__item:hover { color: var(--ax-text); background: rgba(255,255,255,.7); }

.mg-tabs__item.is-active {
    color: #fff;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
}

.mg-policy { animation: mg-fade-up .55s ease .1s both; }

.mg-policy__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.mg-platform {
    position: relative;
    overflow: hidden;
    padding: 24px;
    border-radius: calc(var(--ax-radius) + 2px);
    border: 1px solid var(--ax-border);
    background: var(--ax-surface);
    box-shadow: var(--ax-shadow-sm);
}

.mg-platform::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: var(--mg-accent, #10b981);
}

.mg-platform--android { --mg-accent: #34d399; }
.mg-platform--ios { --mg-accent: #38bdf8; }

.mg-platform__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.mg-platform__eyebrow {
    margin: 0 0 4px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--ax-muted);
}

.mg-platform__head h2 {
    margin: 0;
    font-size: 22px;
    letter-spacing: -0.03em;
}

.mg-platform__badge {
    font-size: 11px;
    font-weight: 800;
    padding: 7px 10px;
    border-radius: 999px;
    color: color-mix(in srgb, var(--mg-accent) 85%, #0f172a);
    background: color-mix(in srgb, var(--mg-accent) 14%, white);
    border: 1px solid color-mix(in srgb, var(--mg-accent) 28%, transparent);
}

.mg-platform .ax-toggle-list { margin-bottom: 16px; }

.mg-policy__foot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 18px;
    padding: 18px 20px;
    border-radius: var(--ax-radius);
    border: 1px solid var(--ax-border);
    background: linear-gradient(180deg, #fff, #f8fafc);
    box-shadow: var(--ax-shadow-sm);
}

.mg-policy__hint {
    margin: 0;
    max-width: 560px;
    font-size: 13px;
    font-weight: 600;
    color: var(--ax-muted);
    line-height: 1.55;
}

.mg-track {
    display: grid;
    grid-template-columns: minmax(260px, 300px) minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    animation: mg-fade-up .55s ease .1s both;
}

.mg-track__side {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: sticky;
    top: 18px;
}

.mg-filter__form .ax-field { margin-bottom: 12px; }
.mg-filter__form .ax-field:last-of-type { margin-bottom: 0; }
.mg-filter__form label {
    display: block;
    margin-bottom: 6px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--ax-muted);
}

.mg-filter__form input,
.mg-filter__form select {
    width: 100%;
    min-height: 42px;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid var(--ax-border-strong);
    background: #fff;
    font: inherit;
    font-weight: 600;
    color: var(--ax-text);
}

.mg-filter__form input:focus,
.mg-filter__form select:focus {
    outline: none;
    border-color: var(--ax-primary-2);
    box-shadow: var(--ax-ring);
}

.mg-filter__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.mg-dist__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mg-dist__row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}

.mg-dist__ver {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: -0.02em;
    min-width: 0;
    flex: 1;
}

.mg-dist__count {
    font-size: 12px;
    font-weight: 800;
    color: var(--ax-muted);
}

.mg-dist__bar {
    height: 6px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.06);
    overflow: hidden;
    position: relative;
}

.mg-dist__bar::after {
    content: "";
    display: block;
    width: var(--p, 0%);
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #0ea5e9, #10b981);
    transition: width .4s ease;
}

.mg-chip {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .02em;
}

.mg-chip--android {
    color: #047857;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
}

.mg-chip--ios {
    color: #0369a1;
    background: #f0f9ff;
    border: 1px solid #bae6fd;
}

.mg-track__main .ax-panel__head {
    flex-wrap: wrap;
    gap: 12px;
}

.mg-quick {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.mg-quick__chip {
    display: inline-flex;
    align-items: center;
    padding: 7px 11px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    color: var(--ax-muted);
    background: rgba(15, 23, 42, 0.04);
    border: 1px solid transparent;
    transition: background .14s ease, color .14s ease, border-color .14s ease;
}

.mg-quick__chip:hover {
    color: var(--ax-text);
    border-color: var(--ax-border-strong);
}

.mg-quick__chip.is-on {
    color: #0f172a;
    background: #e2e8f0;
    border-color: #cbd5e1;
}

.mg-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 11px;
}

@keyframes mg-fade-up {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1100px) {
    .mg-policy__grid,
    .mg-track { grid-template-columns: 1fr; }
    .mg-track__side { position: static; }
}

@media (max-width: 640px) {
    .mg-hero { padding: 22px 18px; }
    .mg-tabs { width: 100%; }
    .mg-tabs__item { flex: 1; text-align: center; }
    .ax-grid.mg-kpis { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    .mg-hero,
    .mg-kpis,
    .mg-tabs,
    .mg-policy,
    .mg-track { animation: none; }
}

/* ??? Firma portf?y filtre / sayfalama ??? */
.ax-filter-shell {
    margin-bottom: 18px;
    padding: 14px 16px 12px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,250,252,.94)),
        radial-gradient(circle at 0% 0%, rgba(99,102,241,.08), transparent 42%);
    border: 1px solid var(--ax-border);
    border-radius: var(--ax-radius);
    box-shadow: var(--ax-shadow-sm);
}

.ax-filter-shell__search {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.ax-filter-shell__search-field {
    position: relative;
    flex: 1 1 280px;
}

.ax-filter-shell__search-field .ax-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--ax-muted);
    pointer-events: none;
}

.ax-filter-shell__search-field input {
    width: 100%;
    padding: 11px 14px 11px 42px;
    border: 1px solid var(--ax-border-strong);
    border-radius: 12px;
    background: #fff;
    font: inherit;
    color: var(--ax-text);
    transition: border-color .15s ease, box-shadow .15s ease;
}

.ax-filter-shell__search-field input:focus {
    outline: none;
    border-color: rgba(99,102,241,.55);
    box-shadow: var(--ax-ring);
}

.ax-filter-shell__advanced {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.ax-filter-shell__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--ax-primary);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

.ax-filter-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.ax-filter-chips__sep {
    width: 1px;
    height: 22px;
    background: rgba(15, 23, 42, 0.1);
    margin: 0 2px;
}

.ax-chip {
    display: inline-flex;
    align-items: center;
    height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: rgba(255,255,255,.85);
    color: var(--ax-text-soft);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background .15s ease, border-color .15s ease, color .15s ease, box-shadow .15s ease;
}

.ax-chip:hover {
    border-color: rgba(67, 56, 202, 0.28);
    color: var(--ax-primary-dark);
    background: #fff;
}

.ax-chip.is-active {
    background: linear-gradient(135deg, #312e81, #4338ca);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 8px 18px rgba(67, 56, 202, 0.28);
}

.ax-panel__head--split {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.ax-panel__head-meta {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ax-panel__head-hint {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--ax-muted);
}

.ax-pager {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 18px 16px;
    border-top: 1px solid var(--ax-border);
    background: linear-gradient(180deg, #fff, #f8fafc);
}

.ax-pager__pages {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    justify-content: center;
}

.ax-pager__page,
.ax-pager__nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 12px;
    border-radius: 10px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: #fff;
    color: var(--ax-text-soft);
    font-size: 13px;
    font-weight: 650;
    text-decoration: none;
    transition: background .15s ease, border-color .15s ease, color .15s ease;
}

.ax-pager__page:hover,
.ax-pager__nav:hover {
    border-color: rgba(67, 56, 202, 0.35);
    color: var(--ax-primary);
}

.ax-pager__page.is-active {
    background: var(--ax-primary);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 6px 14px rgba(67, 56, 202, 0.25);
}

.ax-pager__nav.is-disabled {
    opacity: .4;
    pointer-events: none;
}

.ax-pager__ellipsis {
    color: var(--ax-muted);
    padding: 0 4px;
    font-weight: 700;
}

.ax-modal__panel--wide {
    width: min(640px, 100%);
}

.ax-filtre-form .ax-filtre-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.ax-filtre-form .ax-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 0;
}

.ax-filtre-form .ax-field__label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--ax-muted);
}

.ax-filtre-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid var(--ax-border);
}

.ax-filtre-actions__right {
    display: flex;
    gap: 8px;
    margin-left: auto;
}

@media (max-width: 720px) {
    .ax-filtre-form .ax-filtre-grid { grid-template-columns: 1fr; }
    .ax-filter-chips__sep { display: none; }
    .ax-pager { justify-content: center; }
}

.ax-limit-inline {
    margin-top: 8px;
    font-size: 13px;
    color: var(--ax-muted, #64748b);
}

.ax-limit-page {
    max-width: 640px;
    margin: 24px auto 48px;
}

.ax-limit-card .ax-page-title {
    margin-bottom: 10px;
}

.ax-limit-meters {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 22px 0 8px;
}

.ax-limit-meters > div {
    border: 1px solid var(--ax-border, #e2e8f0);
    border-radius: 12px;
    padding: 12px 14px;
    background: #f8fafc;
}

.ax-limit-meters span {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #64748b;
}

.ax-limit-meters strong {
    display: block;
    margin-top: 6px;
    font-size: 20px;
}

.ax-limit-meters small {
    color: #94a3b8;
    font-size: 12px;
}

@media (max-width: 640px) {
    .ax-limit-meters { grid-template-columns: 1fr; }
}
