/* OVREN Gestionnaire Collection — Front styles */
.ovren-gc-wrap{max-width:1320px;margin:36px auto;padding:0 20px}
.ovren-gc-wrap *{box-sizing:border-box}
.ovren-gc-wrap a{word-break:break-word}
.ovren-gc-page-header{display:grid;gap:18px;margin-bottom:20px}
.ovren-gc-page-intro{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;flex-wrap:wrap}
.ovren-gc-page-title h1{margin:0;font-size:30px;line-height:1.12}
.ovren-gc-page-lead{max-width:820px;margin:8px 0 0;color:#4b5563;font-size:15px;line-height:1.6}
.ovren-gc-top-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.ovren-gc-overview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}
.ovren-gc-overview-card,.ovren-gc-card,.ovren-gc-section{padding:18px;border:1px solid #d9dee7;border-radius:16px;background:#fff;box-shadow:0 1px 2px rgba(15,23,42,.05)}
.ovren-gc-overview-card .ovren-gc-overview-label{display:block;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#64748b;margin-bottom:6px}
.ovren-gc-overview-card .ovren-gc-overview-value{font-size:22px;font-weight:700;line-height:1.2;color:#0f172a}
.ovren-gc-overview-card .ovren-gc-overview-subtle{margin-top:6px;color:#64748b;font-size:13px;line-height:1.45}
.ovren-gc-shell{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(320px,.95fr);gap:24px;align-items:start}
.ovren-gc-main-stack,.ovren-gc-sidebar-stack,.ovren-gc-stack{display:grid;gap:18px}
.ovren-gc-sidebar-stack{position:sticky;top:18px}
.ovren-gc-section-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;flex-wrap:wrap;margin-bottom:14px}
.ovren-gc-section-head h2,.ovren-gc-section-head h3,.ovren-gc-card h2,.ovren-gc-card h3,.ovren-gc-section h2,.ovren-gc-section h3{margin:0}
.ovren-gc-section-lead,.ovren-gc-subtle{color:#4b5563;font-size:14px;line-height:1.55}
.ovren-gc-subtle code{font-size:12px}
.ovren-gc-subtle.is-compact{font-size:13px}
.ovren-gc-chip-wrap{display:flex;gap:6px;flex-wrap:wrap}
.ovren-gc-chip{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;background:#eef2f7;color:#334155;font-size:12px;font-weight:600;line-height:1.2}
.ovren-gc-chip.is-emphasis{background:#e0e7ff;color:#3730a3}
.ovren-gc-chip.is-soft{background:#f8fafc;color:#475569;border:1px solid #e2e8f0}
.ovren-gc-legend-list{margin:0;padding-left:18px;display:grid;gap:7px}
.ovren-gc-legend-list li{color:#334155;font-size:14px;line-height:1.55}
.ovren-gc-toolbar,.ovren-gc-search-form,.ovren-gc-form-grid,.ovren-gc-utility-grid{display:grid;gap:12px}
.ovren-gc-toolbar{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));align-items:end}
.ovren-gc-form-grid{grid-template-columns:1.6fr repeat(2,minmax(160px,.7fr)) auto auto;align-items:start}
.ovren-gc-search-field,.ovren-gc-field{display:grid;gap:6px}
.ovren-gc-search-field label,.ovren-gc-field label{font-size:13px;font-weight:700;color:#334155}
.ovren-gc-th-stack{display:inline-block;line-height:1.15}
.ovren-gc-toolbar > .ovren-gc-button-secondary,.ovren-gc-toolbar > .ovren-gc-button-light{align-self:end;min-height:42px;padding-top:10px;padding-bottom:10px}
.ovren-gc-form-grid > .ovren-gc-button-secondary,.ovren-gc-form-grid > .ovren-gc-button-light{align-self:end;min-height:44px;height:44px;margin-top:26px;padding-top:0;padding-bottom:0}
.ovren-gc-wrap input[type="text"],.ovren-gc-wrap input[type="number"],.ovren-gc-wrap select,.ovren-gc-wrap textarea{width:100%;padding:10px 12px;border:1px solid #cbd5e1;border-radius:10px;background:#fff;color:#0f172a;font:inherit}
.ovren-gc-wrap select{min-height:44px}
.ovren-gc-wrap textarea{min-height:72px;resize:vertical}
.ovren-gc-button-primary,.ovren-gc-button-secondary,.ovren-gc-button-light,.ovren-gc-button-danger,.ovren-gc-link-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;border-radius:10px;border:1px solid transparent;font-size:14px;font-weight:700;line-height:1.2;text-decoration:none;cursor:pointer;transition:.16s ease;background:#fff;color:#0f172a}
.ovren-gc-button-primary{background:#111827;border-color:#111827;color:#fff}
.ovren-gc-button-primary:hover{background:#0f172a;border-color:#0f172a;color:#fff}
.ovren-gc-button-secondary{background:#f8fafc;border-color:#cbd5e1;color:#0f172a}
.ovren-gc-button-secondary:hover,.ovren-gc-button-light:hover,.ovren-gc-link-button:hover{background:#eef2f7;color:#0f172a}
.ovren-gc-button-light,.ovren-gc-link-button{background:#fff;border-color:#d9dee7;color:#334155}
.ovren-gc-button-danger{background:#fff;border-color:#fecaca;color:#b91c1c}
.ovren-gc-button-danger:hover{background:#fef2f2}
.ovren-gc-button-icon{width:42px;height:42px;padding:0;border-radius:8px}
.ovren-gc-button-icon svg{width:16px;height:16px;display:block}
.ovren-gc-button-icon.ovren-gc-button-secondary svg{color:#0f172a}
.ovren-gc-button-icon.ovren-gc-button-danger svg{color:#b91c1c}
.ovren-gc-sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.ovren-gc-action-stack{display:flex;flex-wrap:wrap;gap:8px}
.ovren-gc-inline-form{display:inline-flex}
.ovren-gc-notice{margin:0 0 18px;padding:14px 16px;border-radius:12px;border:1px solid #d9dee7;display:grid;gap:4px}
.ovren-gc-notice strong{font-size:14px}
.ovren-notice-success{background:#f0fdf4;border-color:#bbf7d0;color:#166534}
.ovren-notice-error{background:#fef2f2;border-color:#fecaca;color:#991b1b}
.ovren-gc-panel-muted{background:#f8fafc}
.ovren-gc-empty{padding:16px;border:1px dashed #cbd5e1;border-radius:12px;background:#f8fafc;color:#475569}
.ovren-gc-status{display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;font-size:12px;font-weight:700;line-height:1.2;white-space:nowrap;border:1px solid transparent}
.ovren-gc-status.is-owned{background:#ecfdf5;border-color:#bbf7d0;color:#166534}
.ovren-gc-status.is-partial{background:#fffbeb;border-color:#fcd34d;color:#92400e}
.ovren-gc-status.is-none{background:#f8fafc;border-color:#d9dee7;color:#475569}
.ovren-gc-code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:13px;font-weight:700}
.ovren-gc-collection-save-form{display:grid;gap:14px}
.ovren-gc-collection-toolbar{display:flex;justify-content:space-between;gap:14px;align-items:center;flex-wrap:wrap;padding:12px 14px;border:1px solid #d9dee7;border-radius:14px;background:rgba(255,255,255,.94)}
.ovren-gc-collection-toolbar.is-sticky{position:sticky;top:12px;z-index:8;backdrop-filter:blur(10px);box-shadow:0 8px 22px rgba(15,23,42,.08)}
.ovren-gc-collection-toolbar.is-bottom{position:static;backdrop-filter:none;box-shadow:none}
.ovren-gc-collection-toolbar.is-actions-only{justify-content:flex-end}
.ovren-gc-collection-toolbar-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.ovren-gc-table-wrap{overflow-x:auto;border:1px solid #e2e8f0;border-radius:14px}
.ovren-gc-table{width:100%;border-collapse:separate;border-spacing:0;min-width:900px;background:#fff}
.ovren-gc-table th,.ovren-gc-table td{padding:12px 12px;border-bottom:1px solid #e2e8f0;text-align:left;vertical-align:top}
.ovren-gc-table thead th{position:sticky;top:0;background:#f8fafc;color:#334155;font-size:12px;font-weight:400;text-transform:uppercase;letter-spacing:.04em;z-index:2}
.ovren-gc-table tbody tr:last-child td{border-bottom:none}
.ovren-gc-table tbody tr:nth-child(even){background:#fcfdff}
.ovren-gc-table td[data-label]{font-size:14px}
.ovren-gc-identity-title{display:grid;gap:6px}
.ovren-gc-identity-title strong{font-size:14px}
.ovren-gc-reference-main{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}
.ovren-gc-reference-secondary{color:#4b5563;font-size:14px;line-height:1.45}
.ovren-gc-quick-check,.ovren-gc-quick-check-read{display:inline-flex;align-items:center;justify-content:center;min-width:42px}
.ovren-gc-quick-check input{width:18px;height:18px}
.ovren-gc-flag-chip{display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;border-radius:999px;background:#f1f5f9;color:#64748b;font-size:12px;font-weight:700}
.ovren-gc-flag-chip.is-on{background:#e0f2fe;color:#0f766e}
.ovren-gc-note-inline{min-height:50px;resize:vertical;line-height:1.35}
.ovren-gc-table-collection th:nth-child(4),.ovren-gc-table-collection td:nth-child(4),.ovren-gc-table-collection th:nth-child(5),.ovren-gc-table-collection td:nth-child(5),.ovren-gc-table-collection th:nth-child(6),.ovren-gc-table-collection td:nth-child(6){width:88px;text-align:center}
.ovren-gc-table-collection th:nth-child(7),.ovren-gc-table-collection td:nth-child(7){width:220px}
.ovren-gc-table td[data-label="Figurine(s) associée(s)"],.ovren-gc-table td[data-label="Figurine associée"]{text-transform:uppercase;letter-spacing:.03em}
.ovren-gc-bulk-actions{display:flex;justify-content:space-between;gap:12px;align-items:center;flex-wrap:wrap;padding-top:12px}
.ovren-gc-bulk-meta{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.ovren-gc-select-col{width:54px}
.ovren-gc-sidebar-section-title{margin:0 0 8px;font-size:18px}
.ovren-gc-split-results{margin-top:22px}
.ovren-gc-search-results-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;flex-wrap:wrap;margin-bottom:14px}
.ovren-gc-pill-nav{display:flex;gap:8px;flex-wrap:wrap}
.ovren-gc-pagination{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin-top:14px}
.ovren-gc-page-link{display:inline-flex;align-items:center;justify-content:center;min-width:38px;padding:9px 12px;border-radius:10px;border:1px solid #d9dee7;background:#fff;color:#334155;text-decoration:none;font-weight:700}
.ovren-gc-page-link.is-current{background:#111827;border-color:#111827;color:#fff}
.ovren-gc-utility-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.ovren-gc-component + .ovren-gc-component{margin-top:18px}
.ovren-gc-results-placeholder{margin-top:12px}

.ovren-gc-catalogue-add{display:grid;gap:14px}
.ovren-gc-catalogue-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;flex-wrap:wrap}
.ovren-gc-catalogue-meta{display:grid;gap:8px;padding:12px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}
.ovren-gc-catalogue-meta-links{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-top:6px}
.ovren-gc-catalogue-form{display:grid;gap:14px}
.ovren-gc-catalogue-checklist{display:grid;gap:12px}
.ovren-gc-catalogue-toggle{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;cursor:pointer}
.ovren-gc-catalogue-toggle input{position:absolute;opacity:0;pointer-events:none}
.ovren-gc-catalogue-toggle-label{display:block;margin:0;color:#0f172a;font-size:14px;font-weight:800;line-height:1.2;letter-spacing:.08em;text-transform:uppercase}
.ovren-gc-catalogue-toggle-ui{position:relative;display:block;width:76px;height:44px;border-radius:999px;background:#d8dde3;transition:background-color .18s ease, border-color .18s ease}
.ovren-gc-catalogue-toggle-knob{position:absolute;top:4px;left:4px;display:block;width:36px;height:36px;border-radius:999px;background:#7a7a7a;transition:transform .18s ease, background-color .18s ease, box-shadow .18s ease;box-shadow:0 1px 2px rgba(15,23,42,.16)}
.ovren-gc-catalogue-toggle.is-active .ovren-gc-catalogue-toggle-ui,.ovren-gc-catalogue-toggle input:checked ~ .ovren-gc-catalogue-toggle-ui{background:#cfd4da}
.ovren-gc-catalogue-toggle.is-active .ovren-gc-catalogue-toggle-knob,.ovren-gc-catalogue-toggle input:checked ~ .ovren-gc-catalogue-toggle-ui .ovren-gc-catalogue-toggle-knob{transform:translateX(32px);background:#0a4666}
.ovren-gc-catalogue-toggle:focus-within .ovren-gc-catalogue-toggle-ui{outline:2px solid rgba(10,70,102,.22);outline-offset:2px}
.ovren-gc-catalogue-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.ovren-gc-button-primary[disabled]{opacity:.45;cursor:not-allowed}
.ovren-gc-button-primary[disabled]:hover{background:#111827;border-color:#111827}
.ovren-gc-catalogue-note-field textarea,.ovren-gc-catalogue-add input[type="text"],.ovren-gc-catalogue-add input[type="number"],.ovren-gc-catalogue-add select,.ovren-gc-catalogue-add textarea{width:100%;padding:10px 12px;border:1px solid #cbd5e1;border-radius:10px;background:#fff;color:#0f172a;font:inherit}
.ovren-gc-catalogue-note-field textarea{min-height:110px;resize:vertical}
.ovren-gc-reference-state{display:grid;gap:8px}
.ovren-gc-catalogue-add-compact .ovren-gc-catalogue-meta{padding:10px 12px}
.ovren-gc-catalogue-add-compact .ovren-gc-catalogue-head h3{font-size:20px}

@media (max-width: 1080px){
    .ovren-gc-shell{grid-template-columns:1fr}
    .ovren-gc-sidebar-stack{position:static}
    .ovren-gc-form-grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 900px){
    .ovren-gc-wrap{padding:0 14px}
    .ovren-gc-page-title h1{font-size:26px}
    .ovren-gc-form-grid{grid-template-columns:1fr}
    .ovren-gc-collection-toolbar{position:static}
    .ovren-gc-table-wrap{overflow:visible;border:none}
    .ovren-gc-table{min-width:0;border-spacing:0 12px;background:transparent}
    .ovren-gc-table thead{display:none}
    .ovren-gc-table tbody{display:grid;gap:12px}
    .ovren-gc-table tr{display:grid;gap:10px;padding:14px;border:1px solid #d9dee7;border-radius:14px;background:#fff;box-shadow:0 1px 2px rgba(15,23,42,.05)}
    .ovren-gc-table td{display:grid;grid-template-columns:minmax(110px,130px) 1fr;gap:10px;padding:0;border:0;align-items:start}
    .ovren-gc-table td::before{content:attr(data-label);font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#64748b}
    .ovren-gc-table td[data-label="Référence"]{grid-template-columns:1fr}
    .ovren-gc-table td[data-label="Référence"]::before{content:'';display:none}
    .ovren-gc-table td[data-label="Actions"],.ovren-gc-table td[data-label="Sélection"]{grid-template-columns:1fr}
    .ovren-gc-table td[data-label="Actions"]::before,.ovren-gc-table td[data-label="Sélection"]::before{margin-bottom:2px}
    .ovren-gc-action-stack,.ovren-gc-bulk-actions,.ovren-gc-bulk-meta,.ovren-gc-collection-toolbar,.ovren-gc-top-actions,.ovren-gc-catalogue-actions,.ovren-gc-catalogue-head{flex-direction:column;align-items:stretch}
    .ovren-gc-table td[data-label="Actions"] .ovren-gc-action-stack{flex-direction:row;align-items:center}
    .ovren-gc-button-primary,.ovren-gc-button-secondary,.ovren-gc-button-light,.ovren-gc-button-danger,.ovren-gc-link-button{width:100%}
    .ovren-gc-button-icon{width:42px;min-width:42px}
    .ovren-gc-pill-nav{display:grid;grid-template-columns:1fr}
    .ovren-gc-overview-grid,.ovren-gc-toolbar,.ovren-gc-utility-grid{grid-template-columns:1fr}
}
    

/* ===== OVREN site-aligned theme overrides ===== */
.ovren-gc-wrap{color:#00344f}
.ovren-gc-wrap a,.ovren-gc-reference-main a{color:#5d3842}
.ovren-gc-wrap a:hover,.ovren-gc-reference-main a:hover{color:#84303a}
.ovren-gc-page-title h1,
.ovren-gc-section-head h2,
.ovren-gc-section-head h3,
.ovren-gc-card h2,
.ovren-gc-card h3,
.ovren-gc-section h2,
.ovren-gc-section h3,
.ovren-gc-catalogue-head h3{color:#5d3842}
.ovren-gc-page-lead,.ovren-gc-section-lead,.ovren-gc-subtle,.ovren-gc-reference-secondary,.ovren-gc-legend-list li{color:#00344f}
.ovren-gc-overview-card,.ovren-gc-card,.ovren-gc-section,.ovren-gc-catalogue-meta,.ovren-gc-empty,.ovren-gc-notice,.ovren-gc-collection-toolbar{background:rgba(255,255,255,.06);border-color:rgba(93,56,66,.20);border-radius:5px;box-shadow:none;backdrop-filter:none}
.ovren-gc-table-wrap{border:1px solid rgba(93,56,66,.18);border-radius:5px;background:rgba(255,255,255,.04)}
.ovren-gc-table{background:transparent}
.ovren-gc-table th,.ovren-gc-table td{border-bottom:1px solid rgba(93,56,66,.14)}
.ovren-gc-table thead th{background:rgba(255,255,255,.08);color:#00344f}
.ovren-gc-table tbody tr{background:rgba(126,110,107,.10)}
.ovren-gc-table tbody tr:nth-child(even){background:rgba(126,110,107,.25)}
.ovren-gc-table tbody tr:hover{background:rgba(126,110,107,.18)}
.ovren-gc-chip{background:rgba(255,255,255,.18);border:1px solid rgba(93,56,66,.14);color:#00344f}
.ovren-gc-chip.is-emphasis{background:rgba(0,52,79,.12);border-color:rgba(0,52,79,.25);color:#00344f}
.ovren-gc-chip.is-soft{background:rgba(255,255,255,.08);border-color:rgba(93,56,66,.16);color:#5d3842}
.ovren-gc-overview-card .ovren-gc-overview-label,.ovren-gc-overview-card .ovren-gc-overview-subtle,.ovren-gc-table td::before{color:#00344f}
.ovren-gc-overview-card .ovren-gc-overview-value,.ovren-gc-code,.ovren-gc-identity-title strong,.ovren-gc-catalogue-toggle-label{color:#5d3842}
.ovren-gc-wrap input[type="text"],.ovren-gc-wrap input[type="number"],.ovren-gc-wrap select,.ovren-gc-wrap textarea,.ovren-gc-catalogue-note-field textarea,.ovren-gc-catalogue-add input[type="text"],.ovren-gc-catalogue-add input[type="number"],.ovren-gc-catalogue-add select,.ovren-gc-catalogue-add textarea{background:rgba(255,255,255,.14);border-color:rgba(0,52,79,.18);border-radius:5px;color:#00344f}
.ovren-gc-wrap input::placeholder,.ovren-gc-wrap textarea::placeholder,.ovren-gc-catalogue-add input::placeholder,.ovren-gc-catalogue-add textarea::placeholder{color:#00344f!important;opacity:1}
.ovren-gc-wrap input:focus,.ovren-gc-wrap select:focus,.ovren-gc-wrap textarea:focus,.ovren-gc-catalogue-add input:focus,.ovren-gc-catalogue-add select:focus,.ovren-gc-catalogue-add textarea:focus{outline:none;border-color:rgba(93,56,66,.45);box-shadow:0 0 0 2px rgba(93,56,66,.10)}
.ovren-gc-button-primary,.ovren-gc-button-secondary,.ovren-gc-button-light,.ovren-gc-button-danger,.ovren-gc-link-button{border-radius:5px}
.ovren-gc-button-primary{background:#5d3842;border-color:#5d3842;color:#fff}
.ovren-gc-button-primary:hover,.ovren-gc-button-primary:focus{background:#84303a;border-color:#84303a;color:#fff}
.ovren-gc-button-primary[disabled]:hover{background:#5d3842;border-color:#5d3842}
.ovren-gc-button-secondary,.ovren-gc-button-light,.ovren-gc-link-button{background:rgba(255,255,255,.10);border-color:rgba(0,52,79,.16);color:#00344f}
.ovren-gc-button-secondary:hover,.ovren-gc-button-light:hover,.ovren-gc-link-button:hover{background:rgba(0,52,79,.08);border-color:rgba(0,52,79,.25);color:#00344f}
.ovren-gc-button-danger{background:rgba(132,48,58,.06);border-color:rgba(132,48,58,.28);color:#84303a}
.ovren-gc-button-danger:hover{background:rgba(132,48,58,.12);border-color:rgba(132,48,58,.38);color:#84303a}
.ovren-gc-button-icon{border-radius:5px}
.ovren-gc-button-icon.ovren-gc-button-secondary svg{color:#00344f}
.ovren-gc-button-icon.ovren-gc-button-danger svg{color:#84303a}
.ovren-gc-notice strong{color:inherit}
.ovren-notice-success{background:rgba(0,52,79,.10);border-color:rgba(0,52,79,.24);color:#00344f}
.ovren-notice-error{background:rgba(132,48,58,.08);border-color:rgba(132,48,58,.22);color:#84303a}
.ovren-gc-empty{border-style:solid;color:#00344f}
.ovren-gc-status{border-radius:999px}
.ovren-gc-status.is-owned{background:rgba(0,52,79,.12);border-color:rgba(0,52,79,.28);color:#00344f}
.ovren-gc-status.is-partial{background:rgba(132,48,58,.08);border-color:rgba(132,48,58,.24);color:#84303a}
.ovren-gc-status.is-none{background:rgba(255,255,255,.12);border-color:rgba(93,56,66,.16);color:#5d3842}
.ovren-gc-flag-chip{background:rgba(255,255,255,.12);color:#5d3842;border:1px solid rgba(93,56,66,.14)}
.ovren-gc-flag-chip.is-on{background:rgba(0,52,79,.10);color:#00344f;border-color:rgba(0,52,79,.22)}
.ovren-gc-quick-check input{accent-color:#5d3842}
.ovren-gc-quick-check.is-disabled{opacity:.45;cursor:not-allowed}
.ovren-gc-quick-check.is-disabled input{cursor:not-allowed}
.ovren-gc-catalogue-toggle.is-disabled{opacity:.45;cursor:not-allowed}
.ovren-gc-catalogue-toggle.is-disabled .ovren-gc-catalogue-toggle-ui,.ovren-gc-catalogue-toggle.is-disabled .ovren-gc-catalogue-toggle-knob{pointer-events:none}
.ovren-gc-note-inline{min-height:50px;background:rgba(255,255,255,.14)}
.ovren-gc-page-link{border-radius:5px;background:rgba(255,255,255,.10);border-color:rgba(93,56,66,.16);color:#00344f}
.ovren-gc-page-link.is-current{background:#5d3842;border-color:#5d3842;color:#fff}
.ovren-gc-catalogue-meta-links a{color:#5d3842}
.ovren-gc-catalogue-toggle-ui{background:rgba(0,52,79,.14)}
.ovren-gc-catalogue-toggle-knob{background:#5d3842;box-shadow:none}
.ovren-gc-catalogue-toggle.is-active .ovren-gc-catalogue-toggle-ui,.ovren-gc-catalogue-toggle input:checked ~ .ovren-gc-catalogue-toggle-ui{background:rgba(93,56,66,.18)}
.ovren-gc-catalogue-toggle.is-active .ovren-gc-catalogue-toggle-knob,.ovren-gc-catalogue-toggle input:checked ~ .ovren-gc-catalogue-toggle-ui .ovren-gc-catalogue-toggle-knob{background:#00344f}
.ovren-gc-catalogue-toggle:focus-within .ovren-gc-catalogue-toggle-ui{outline:2px solid rgba(93,56,66,.22)}
@media (max-width: 900px){
    .ovren-gc-table tr{border-color:rgba(93,56,66,.18);border-radius:5px;background:rgba(126,110,107,.14);box-shadow:none}
    .ovren-gc-table tbody tr:nth-child(even){background:rgba(126,110,107,.25)}
}


/* ===== OVREN utility classes (assets lot) ===== */
.ovren-gc-chip-wrap.is-spaced-top{margin-top:12px}
.ovren-gc-utilities-details{margin-top:14px}
.ovren-gc-utilities-panel{margin-top:10px;padding:14px;border:1px solid #e2e8f0;border-radius:14px}
.ovren-gc-utilities-text{margin:0 0 12px}
.ovren-gc-utility-card{margin:0}
