.citelure-model-group.is-hidden {
    display: none;
}
.citelure-api-key-group.is-hidden {
    display: none;
}
.geo-page-header {
    position: relative;
    margin-bottom: 24px;
    border-radius: 14px;
    padding: 24px;
    background: linear-gradient(135deg, #0f172a, #1e293b);
    color: #fff;
    overflow: hidden;
}
.geo-version {
    color: #111827;
    display: inline-block;
    margin-left: 8px;
    font-size: 16px;
    background: rgba(255,255,255,0.1);
    padding: 2px 6px;
    border-radius: 6px;
}
.geo-page-header__inner {
    display: flex;
    align-items: center;
    gap: 20px;
}

.geo-page-header__media img {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    background: #fff;
    padding: 6px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}
.geo-ai-dependent-fields {
    transition: opacity 0.2s ease;
}
.geo-page-header__content h1 {
    margin: 4px 0 6px;
    font-size: 24px;
    color: #fff;
}
.geo-ai-dependent-fields.is-hidden {
    display: none;
}
.geo-page-kicker {
    font-size: 12px;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.geo-page-description {
    margin: 0;
    opacity: 0.85;
    max-width: 800px;
}
.geo-page-header::after {
    content: '';
    position: absolute;
    right: -80px;
    top: -80px;
    width: 220px;
    height: 220px;
}
.citelure-ui {
    margin-top: 20px;
    color: #111827;
}

.citelure-ui * {
    box-sizing: border-box;
}
.geo-llms-dependent.is-hidden {
    display: none;
}
.geo-page-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
    padding: 28px 32px;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 10px 30px rgba(17, 24, 39, 0.05);
}

.geo-page-header__content {
    max-width: 760px;
}

.geo-page-kicker {
    display: inline-block;
    margin-bottom: 10px;
    color: #4f46e5;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.geo-page-header h1 {
    margin: 0 0 10px;
    font-size: 32px;
    line-height: 1.15;
    font-weight: 700;
    color: #111827;
}

.geo-page-description {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #4b5563;
}

.geo-page-header__meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(140px, 1fr));
    gap: 12px;
    min-width: 420px;
}

.geo-meta-card {
    padding: 16px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #ffffff;
}

.geo-meta-card__label {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.geo-meta-card__value {
    display: block;
    font-size: 15px;
    color: #111827;
}

.geo-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.75fr) minmax(300px, 0.95fr);
    gap: 24px;
    align-items: start;
}

.geo-layout__main,
.geo-layout__sidebar {
    display: grid;
    gap: 24px;
}

.geo-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.04);
    overflow: hidden;
}

.geo-card--primary {
    border-color: #dbe3ff;
}

.geo-card--soft {
    background: #fbfdff;
}

.geo-card--muted {
    background: #fcfcfd;
}

.geo-card__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 24px 24px 0;
}

.geo-card__header h2 {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 1.3;
    color: #111827;
}

.geo-card__header p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #6b7280;
}

.geo-card__body {
    padding: 24px;
}

.geo-field {
    margin-bottom: 20px;
    width: 100%;
}

.geo-field:last-child {
    margin-bottom: 0;
}

.geo-field > label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
}

.geo-card input:not([type="checkbox"]):not([type="radio"]),
.geo-card select,
.geo-card textarea {
    width: 100%;
    max-width: 100%;
    min-height: 42px;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    background: #ffffff;
    color: #111827;
    box-shadow: inset 0 1px 2px rgba(17, 24, 39, 0.02);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.geo-card input:not([type="checkbox"]):not([type="radio"]):focus,
.geo-card select:focus,
.geo-card textarea:focus {
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.12);
    outline: none;
}

.geo-card .description {
    margin: 8px 0 0;
    color: #6b7280;
    font-size: 12px;
    line-height: 1.6;
}

.geo-inline-note {
    margin: 10px 0 6px;
    font-size: 12px;
    color: #6b7280;
}

.geo-text-link {
    display: inline-block;
    margin-top: 2px;
    text-decoration: none;
}

.geo-text-link:hover {
    text-decoration: underline;
}

.geo-checkbox-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #f9fafb;
}

.geo-checkbox-row input[type="checkbox"] {
    margin: 3px 0 0;
    flex: 0 0 auto;
}

.geo-checkbox-row span {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.geo-checkbox-row strong {
    font-size: 14px;
    color: #111827;
}

.geo-checkbox-row small {
    font-size: 12px;
    line-height: 1.5;
    color: #6b7280;
}

.geo-status-row {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    padding: 10px 14px;
    border-radius: 999px;
    background: #ecfdf5;
    color: #166534;
    font-weight: 600;
    font-size: 13px;
}

.geo-status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.geo-status-dot.is-active {
    background: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.15);
}

.geo-status-dot.is-disabled {
    background: #9ca3af;
    box-shadow: 0 0 0 4px rgba(156, 163, 175, 0.15);
}
.geo-status-row.is-disabled {
    opacity: 0.7;
}
.geo-info-list {
    display: grid;
    gap: 14px;
    margin-bottom: 18px;
}

.geo-info-list__item {
    display: grid;
    gap: 6px;
}

.geo-info-list__label {
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.geo-info-list code {
    display: block;
    padding: 10px 12px;
    border-radius: 10px;
    background: #f3f4f6;
    color: #111827;
    word-break: break-all;
}

.geo-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.geo-badge--disabled {
    background: #f3f4f6;
    color: #6b7280;
}

.geo-note-list {
    margin: 0;
    padding-left: 18px;
    color: #4b5563;
}

.geo-note-list li {
    margin-bottom: 10px;
    line-height: 1.6;
}

.geo-note-list li:last-child {
    margin-bottom: 0;
}

.geo-muted-text {
    margin-top: 0;
    color: #6b7280;
    line-height: 1.7;
}

.geo-disabled {
    opacity: 0.78;
}

.geo-full {
    width: 100%;
    max-width: 100%;
}

.geo-actions {
    grid-column: 1 / -1;
    display: flex;
    justify-content: flex-start;
    margin-top: 4px;
}

.geo-save-button {
    min-height: 42px;
    padding-left: 18px !important;
    padding-right: 18px !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
}
.geo-badge-pro {
    background: #6c5ce7;
    color: #fff;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 8px;
    vertical-align: middle;
}
.geo-pro-features
{
    color: #111827;
}
.geo-upgrade-link {
    display: inline-block;
    margin-top: 12px;
    padding: 8px 14px;
    background: linear-gradient(135deg, #6366f1, #4f46e5);
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px rgba(0,0,0,0.08);
}

.geo-upgrade-link:hover {
    background: linear-gradient(135deg, #4f46e5, #4338ca);
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.12);
}
.geo-upgrade-link:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(99,102,241,0.4);
}
.geo-upgrade-link::after {
    content: " and unlock advanced AI optimization";
    display: inline;
    font-weight: 400;
    opacity: 0.8;
}
a.geo-upgrade-link,
a.geo-upgrade-link:visited,
a.geo-upgrade-link:hover,
a.geo-upgrade-link:active,
a.geo-upgrade-link:focus {
    color: #fff !important;
}
@media (max-width: 1100px) {
    .geo-page-header {
        flex-direction: column;
    }

    .geo-page-header__meta {
        min-width: 0;
        width: 100%;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .geo-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 782px) {
    .citelure-ui {
        margin-right: 10px;
    }

    .geo-page-header {
        padding: 22px 20px;
        border-radius: 16px;
    }

    .geo-page-header h1 {
        font-size: 26px;
    }

    .geo-page-header__meta {
        grid-template-columns: 1fr;
    }

    .geo-card__header,
    .geo-card__body {
        padding-left: 18px;
        padding-right: 18px;
    }

    .geo-checkbox-row {
        align-items: flex-start;
    }

    .geo-actions {
        justify-content: stretch;
    }
}