body {
    -webkit-font-feature-settings: "liga" 0;
    font-feature-settings: "liga" 0;
    text-rendering: optimizeSpeed;
}

@font-face {
    font-family: 'FiraGO Regular';
    font-display: swap;
    src: url(../../fonts/firago-regular-webfont.eot);
    src: url(../../fonts/firago-regular-webfont.eot#iefix) format('embedded-opentype'), url(../../fonts/firago-regular-webfont.woff2) format('woff2'), url(../../fonts/firago-regular-webfont.woff) format('woff'), url(../../fonts/firago-regular-webfont.ttf) format('truetype'), url(../../fonts/firago-regular-webfont.svg#bpg_arial_capsregular) format('svg')
}

.case-on {
    -webkit-font-feature-settings: "case" on !important;
    font-feature-settings: "case" on !important;
    text-transform: uppercase !important;
}

.case-off {
    -webkit-font-feature-settings: "case" off !important;
    font-feature-settings: "case" off !important;
    text-transform: lowercase !important;
}

.block-number {
  text-align: center;
  font-weight: bold;
  font-size: 0.8125em;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #191919;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }
  .block-number:hover {
    opacity: 1; }
  .block-number::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    margin-bottom: 2px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #191919; }
  .block-number a:hover,
  .block-number a:focus {
    color: #191919; }

.demo-section .main-content .section,
.main-content .topbar,
.main-content .navbar,
.main-content .header,
.main-content .footer {
  margin: 30px 20px 100px;
  border: 1px solid #f5f6f7;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.05); }

.main-content .navbar {
  position: static;
  margin: 0; }

/* ─────────────────────────────────────────────────────────────────────────────
   Contact CTA Section  (Home.cshtml)
───────────────────────────────────────────────────────────────────────────── */
.contact-cta-section {
    background: linear-gradient(-20deg, #2b5876 0%, #4e4376 100%);
    padding: 64px 0;
}
.contact-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}
.contact-cta-title {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px;
}
.contact-cta-sub {
    font-size: .95rem;
    color: rgba(255,255,255,.65);
    margin: 0;
}
.contact-cta-items {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.contact-cta-item {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: .25rem;
    padding: 16px 22px;
    text-decoration: none;
    transition: background .18s, border-color .18s;
    min-width: 190px;
}
.contact-cta-item:hover {
    background: rgba(255,255,255,.18);
    border-color: rgba(255,255,255,.3);
    text-decoration: none;
}
.contact-cta-icon {
    width: 40px;
    height: 40px;
    border-radius: .25rem;
    background: rgba(255,255,255,.15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    font-size: 1rem;
}
.contact-cta-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.contact-cta-label {
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: rgba(255,255,255,.55);
}
.contact-cta-value {
    font-size: .95rem;
    font-weight: 600;
    color: #fff;
}
@media (max-width: 767.98px) {
    .contact-cta-inner { flex-direction: column; align-items: flex-start; }
    .contact-cta-items { flex-direction: column; width: 100%; }
    .contact-cta-item { min-width: 0; width: 100%; }
}

/* ─────────────────────────────────────────────────────────────────────────────
   Legal / Text Page  (.legal-doc)
───────────────────────────────────────────────────────────────────────────── */
.legal-doc {
    margin: 0 auto;
    color: #374151;
    font-size: .9375rem;
    line-height: 1.8;
}
.legal-doc .legal-lead {
    font-size: 1rem;
    color: #6b7280;
    margin-bottom: 2.5rem;
}
body.body_dark .legal-doc .legal-lead {
    color: #9ca3af;
}
.legal-doc .legal-section {
    margin-bottom: 2.25rem;
    padding-bottom: 2.25rem;
    border-bottom: 1px solid #f3f4f6;
}
.legal-doc .legal-section:last-of-type {
    border-bottom: none;
}
body.body_dark .legal-doc .legal-section {
    border-color: #1f2937;
}
.legal-doc .legal-section-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 1rem;
}
.legal-doc .legal-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: .25rem;
    background: linear-gradient(-20deg, #2b5876 0%, #4e4376 100%);
    color: #fff;
    font-size: .78rem;
    font-weight: 700;
    flex-shrink: 0;
}
.legal-doc h2 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0;
}
body.body_dark .legal-doc h2 { color: #e5e7eb; }
.legal-doc p {
    color: #6b7280;
    margin-bottom: .75rem;
}
body.body_dark .legal-doc p { color: #9ca3af; }
.legal-doc .legal-list {
    list-style: none;
    padding: 0;
    margin: .75rem 0 0;
}
.legal-doc .legal-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 7px 0;
    color: #6b7280;
    font-size: .9rem;
    border-bottom: 1px dashed #f3f4f6;
}
.legal-doc .legal-list li:last-child { border-bottom: none; }
body.body_dark .legal-doc .legal-list li {
    color: #9ca3af;
    border-color: #1f2937;
}
.legal-doc .legal-list li::before {
    content: "\f00c";
    font-family: "FontAwesome";
    color: #4e4376;
    font-size: .7rem;
    margin-top: 5px;
    flex-shrink: 0;
}
.legal-doc .legal-contact-box {
    display: flex;
    align-items: center;
    gap: 16px;
    background: linear-gradient(-20deg, #2b5876 0%, #4e4376 100%);
    border-radius: .25rem;
    padding: 20px 24px;
    margin-top: 1rem;
    text-decoration: none;
    transition: opacity .18s;
}
.legal-doc .legal-contact-box:hover { opacity: .88; text-decoration: none; }
.legal-doc .legal-contact-icon {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,.15);
    border-radius: .25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
    flex-shrink: 0;
}
.legal-doc .legal-contact-label {
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: rgba(255,255,255,.6);
    display: block;
}
.legal-doc .legal-contact-value {
    font-size: .95rem;
    font-weight: 600;
    color: #fff;
}

/* Contact CTA — light (white background) variant */
.contact-cta-section.contact-cta-light {
    background: #fff;
    border-top: 1px solid #f0f0f5;
    border-bottom: 1px solid #f0f0f5;
}
body.body_dark .contact-cta-section.contact-cta-light {
    background: #111827;
    border-color: #1f2937;
}
.contact-cta-section.contact-cta-light .contact-cta-title {
    color: #1f2937;
}
body.body_dark .contact-cta-section.contact-cta-light .contact-cta-title {
    color: #e5e7eb;
}
.contact-cta-section.contact-cta-light .contact-cta-sub {
    color: #6b7280;
}
.contact-cta-section.contact-cta-light .contact-cta-item {
    background: #f8f9ff;
    border: 1px solid #e9ecef;
}
.contact-cta-section.contact-cta-light .contact-cta-item:hover {
    background: #f0f2ff;
    border-color: #c7c9f5;
}
body.body_dark .contact-cta-section.contact-cta-light .contact-cta-item {
    background: #1f2937;
    border-color: #374151;
}
body.body_dark .contact-cta-section.contact-cta-light .contact-cta-item:hover {
    background: #263040;
    border-color: #4b5563;
}
.contact-cta-section.contact-cta-light .contact-cta-icon {
    background: linear-gradient(-20deg, #2b5876 0%, #4e4376 100%);
}
.contact-cta-section.contact-cta-light .contact-cta-label {
    color: #9ca3af;
}
.contact-cta-section.contact-cta-light .contact-cta-value {
    color: #1f2937;
}
body.body_dark .contact-cta-section.contact-cta-light .contact-cta-value {
    color: #e5e7eb;
}

/* ─────────────────────────────────────────────────────────────────────────────
   Services Page  (.services-page)
───────────────────────────────────────────────────────────────────────────── */
.services-page { margin: 0 auto; }

.svc-intro {
    font-size: 1rem;
    color: #6b7280;
    line-height: 1.8;
    margin-bottom: 2.5rem;
}
body.body_dark .svc-intro { color: #9ca3af; }

.svc-block { margin-bottom: 2.5rem; }

.svc-block-header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 1.75rem;
}
.svc-block-badge {
    width: 44px;
    height: 44px;
    border-radius: .25rem;
    background: linear-gradient(-20deg, #2b5876 0%, #4e4376 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.1rem;
    flex-shrink: 0;
    margin-top: 3px;
}
.svc-block-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 4px;
}
body.body_dark .svc-block-title { color: #e5e7eb; }
.svc-block-sub {
    font-size: .875rem;
    color: #6b7280;
    margin: 0;
}
body.body_dark .svc-block-sub { color: #9ca3af; }

.svc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
@media (max-width: 767.98px) {
    .svc-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 479.98px) {
    .svc-grid { grid-template-columns: 1fr; }
}

.svc-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: .25rem;
    padding: 20px;
    transition: box-shadow .18s;
}
.svc-card:hover { box-shadow: 0 4px 18px rgba(0,0,0,.07); }
body.body_dark .svc-card { background: #1a1f2e; border-color: #252c3a; }
body.body_dark .svc-card:hover { box-shadow: 0 4px 18px rgba(0,0,0,.3); }

.svc-card-icon {
    width: 40px;
    height: 40px;
    border-radius: .25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    margin-bottom: 14px;
}
.svc-card-title {
    font-size: .95rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 8px;
}
body.body_dark .svc-card-title { color: #e5e7eb; }
.svc-card-text {
    font-size: .85rem;
    color: #6b7280;
    line-height: 1.65;
    margin: 0;
}
body.body_dark .svc-card-text { color: #9ca3af; }

.svc-divider {
    height: 1px;
    background: #f0f0f5;
    margin: 2.5rem 0;
}
body.body_dark .svc-divider { background: #1f2937; }

.svc-cta {
    text-align: center;
    background: linear-gradient(-20deg, #2b5876 0%, #4e4376 100%);
    border-radius: .25rem;
    padding: 40px 32px;
    margin-top: 2.5rem;
}
.svc-cta-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px;
}
.svc-cta-sub {
    font-size: .9rem;
    color: rgba(255,255,255,.7);
    margin: 0;
}

/* ── Navbar logo ────────────────────────────────────────────────────────── */
.navbar-brand img { width: 100%; height: auto; }
@media (max-width: 991.98px) {
    .navbar-brand { max-width: 160px !important; }
}

/* ─────────────────────────────────────────────────────────────────────────────
   Search Result Page  (SearchResult.cshtml)
───────────────────────────────────────────────────────────────────────────── */

/* ── container ─────────────────────────────────────── */
.sr-list {
    border: 1px solid #e9ecef;
    border-radius: .25rem;
    overflow: hidden;
}
body.body_dark .sr-list { border-color: #252c3a; }

/* ── each row ──────────────────────────────────────── */
.sr-row {
    display: flex;
    align-items: stretch;
    text-decoration: none;
    color: inherit;
    transition: background 0.15s;
}
.sr-row + .sr-row { border-top: 1px solid #e9ecef; }
body.body_dark .sr-row + .sr-row { border-color: #252c3a; }
.sr-row:hover { background: rgba(43, 88, 118, 0.04); color: inherit; text-decoration: none; }
body.body_dark .sr-row:hover { background: rgba(255,255,255,0.025); }
.sr-row:hover .sr-arrow { transform: translateX(5px); }

/* ── left availability stripe ──────────────────────── */
.sr-stripe {
    width: 4px;
    flex-shrink: 0;
    background: #5fd79a;
}
.sr-stripe.none { background: #e9ecef; }
body.body_dark .sr-stripe.none { background: #252c3a; }

/* ── index number ──────────────────────────────────── */
.sr-idx {
    width: 52px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #ced4da;
    user-select: none;
}
body.body_dark .sr-idx { color: #2e3547; }

/* ── content area ──────────────────────────────────── */
.sr-content {
    flex: 1;
    min-width: 0;
    padding: 18px 12px 18px 0;
}
.sr-sku {
    font-size: 15px;
    font-weight: 700;
    color: #2b5876;
    letter-spacing: 0.02em;
    margin: 0 0 3px;
    line-height: 1.3;
}
body.body_dark .sr-sku { color: #89c1e4; }
.sr-name {
    font-size: 13px;
    color: #6c757d;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
body.body_dark .sr-name { color: #5d6a7e; }
.sr-brand {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 7px;
    font-size: 11px;
    color: #adb5bd;
    background: #f4f6f8;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 500;
}
body.body_dark .sr-brand { background: #1e2430; color: #4a5568; }

/* ── right meta ─────────────────────────────────────── */
.sr-meta {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 8px;
    padding: 18px 20px;
}
.sr-avail {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}
.sr-avail-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    flex-shrink: 0;
}
.sr-avail.yes { color: #1a9e5a; }
.sr-avail.yes .sr-avail-dot { background: #5fd79a; box-shadow: 0 0 0 3px rgba(95,215,154,0.2); }
.sr-avail.no  { color: #c0c8d4; }
.sr-avail.no  .sr-avail-dot { background: #dee2e6; }
body.body_dark .sr-avail.yes { color: #5fd79a; }
body.body_dark .sr-avail.no  { color: #3a4257; }
body.body_dark .sr-avail.no  .sr-avail-dot { background: #2e3547; }

.sr-arrow {
    font-size: 15px;
    color: #ced4da;
    transition: transform 0.2s ease;
}
body.body_dark .sr-arrow { color: #2e3547; }

/* ── summary bar ────────────────────────────────────── */
.sr-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f2f4;
}
body.body_dark .sr-summary { border-color: #1e2430; }
.sr-count-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #eef2f8;
    color: #4a5568;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    letter-spacing: 0.03em;
}
body.body_dark .sr-count-chip { background: #1e2430; color: #5d6a7e; }

/* ── empty state ────────────────────────────────────── */
.sr-empty {
    text-align: center;
    padding: 64px 24px;
}
.sr-empty-glyph {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #f0f4f8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 26px;
    color: #adb5bd;
}
body.body_dark .sr-empty-glyph { background: #1e2430; color: #3a4257; }


/* ─────────────────────────────────────────────────────────────────────────────
   Product Page  (Product.cshtml)
───────────────────────────────────────────────────────────────────────────── */

/* ── product header card ──────────────────────────────── */
.pd-header {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: .25rem;
    padding: 28px;
    margin-bottom: 28px;
}
body.body_dark .pd-header {
    background: #1a1f2e;
    border-color: #252c3a;
}

.pd-sku-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #eef2f8;
    color: #2b5876;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 4px 12px;
    border-radius: 4px;
    margin-bottom: 12px;
}
body.body_dark .pd-sku-chip {
    background: #1e2430;
    color: #89c1e4;
}

.pd-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 16px;
    line-height: 1.3;
}
body.body_dark .pd-title { color: #e2e8f0; }

.pd-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    padding-top: 16px;
    border-top: 1px solid #e9ecef;
}
body.body_dark .pd-meta { border-color: #252c3a; }

.pd-meta-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #6c757d;
    background: #f4f6f8;
    padding: 4px 10px;
    border-radius: 4px;
    font-weight: 500;
}
body.body_dark .pd-meta-chip { background: #1e2430; color: #5d6a7e; }

.pd-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #e9ecef;
}
body.body_dark .pd-categories { border-color: #252c3a; }

.pd-category-tag {
    font-size: 12px;
    color: #4a5568;
    background: #f0f4f8;
    border: 1px solid #e2e8f0;
    padding: 3px 10px;
    border-radius: 4px;
    font-weight: 500;
}
body.body_dark .pd-category-tag {
    background: #1e2430;
    border-color: #252c3a;
    color: #5d6a7e;
}

/* ── company card ─────────────────────────────────────── */
.pd-company {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: .25rem;
    padding: 24px;
    margin-bottom: 20px;
    transition: box-shadow 0.15s;
}
.pd-company:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.07); }
body.body_dark .pd-company {
    background: #1a1f2e;
    border-color: #252c3a;
}
body.body_dark .pd-company:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.3); }

.pd-company-top {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 16px;
}

.pd-logo {
    width: 56px;
    height: 56px;
    border-radius: .25rem;
    background: #f0f4f8;
    border: 1px solid #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
    font-size: 22px;
    color: #adb5bd;
}
body.body_dark .pd-logo { background: #1e2430; border-color: #252c3a; color: #3a4257; }
.pd-logo img { width: 100%; height: 100%; object-fit: cover; }

.pd-company-name {
    font-size: 17px;
    font-weight: 600;
    color: #1a202c;
    margin: 0 0 4px;
    line-height: 1.3;
}
body.body_dark .pd-company-name { color: #e2e8f0; }

/* ── contact chips ────────────────────────────────────── */
.pd-contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #e9ecef;
}
body.body_dark .pd-contacts { border-color: #252c3a; }

.pd-contact {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #6c757d;
    background: #f4f6f8;
    padding: 4px 10px;
    border-radius: 4px;
    text-decoration: none;
    transition: color 0.15s, background 0.15s;
}
.pd-contact:hover { color: #2b5876; background: #e8f0f8; text-decoration: none; }
body.body_dark .pd-contact { background: #1e2430; color: #5d6a7e; }
body.body_dark .pd-contact:hover { color: #89c1e4; background: #252c3a; }

/* ── document grid ────────────────────────────────────── */
.pd-docs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 10px;
    margin-top: 16px;
}
@media (max-width: 576px) { .pd-docs { grid-template-columns: 1fr; } }

.pd-doc {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid #e9ecef;
    border-radius: .25rem;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.15s, transform 0.15s;
    border-left-width: 4px;
    background: #fff;
}
.pd-doc:hover {
    box-shadow: 0 3px 12px rgba(0,0,0,0.08);
    transform: translateY(-1px);
    color: inherit;
    text-decoration: none;
}
body.body_dark .pd-doc { background: #1a1f2e; border-color: #252c3a; }
body.body_dark .pd-doc:hover { box-shadow: 0 3px 12px rgba(0,0,0,0.3); }

.pd-doc-icon {
    width: 36px;
    height: 36px;
    border-radius: .25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 16px;
}

.pd-doc-label {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 2px;
}

.pd-doc-title {
    font-size: 13px;
    font-weight: 500;
    color: #374151;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
body.body_dark .pd-doc-title { color: #9ca3b0; }

.pd-doc-arrow {
    margin-left: auto;
    flex-shrink: 0;
    font-size: 13px;
    color: #ced4da;
    transition: transform 0.2s;
}
.pd-doc:hover .pd-doc-arrow { transform: translateX(3px); color: inherit; }

/* manual — green */
.pd-doc-manual { border-left-color: #5fd79a; }
.pd-doc-manual .pd-doc-icon { background: rgba(95,215,154,0.12); color: #1a9e5a; }
.pd-doc-manual .pd-doc-label { color: #1a9e5a; }
body.body_dark .pd-doc-manual .pd-doc-icon { background: rgba(95,215,154,0.08); color: #5fd79a; }
body.body_dark .pd-doc-manual .pd-doc-label { color: #5fd79a; }

/* test report — amber */
.pd-doc-report { border-left-color: #f59e0b; }
.pd-doc-report .pd-doc-icon { background: rgba(245,158,11,0.12); color: #d97706; }
.pd-doc-report .pd-doc-label { color: #d97706; }
body.body_dark .pd-doc-report .pd-doc-icon { background: rgba(245,158,11,0.08); color: #fbbf24; }
body.body_dark .pd-doc-report .pd-doc-label { color: #fbbf24; }

/* declaration — blue */
.pd-doc-declaration { border-left-color: #3b82f6; }
.pd-doc-declaration .pd-doc-icon { background: rgba(59,130,246,0.12); color: #1e40af; }
.pd-doc-declaration .pd-doc-label { color: #1e40af; }
body.body_dark .pd-doc-declaration .pd-doc-icon { background: rgba(59,130,246,0.08); color: #60a5fa; }
body.body_dark .pd-doc-declaration .pd-doc-label { color: #60a5fa; }

/* certificate — pink */
.pd-doc-certificate { border-left-color: #ec4899; }
.pd-doc-certificate .pd-doc-icon { background: rgba(236,72,153,0.12); color: #be185d; }
.pd-doc-certificate .pd-doc-label { color: #be185d; }
body.body_dark .pd-doc-certificate .pd-doc-icon { background: rgba(236,72,153,0.08); color: #f9a8d4; }
body.body_dark .pd-doc-certificate .pd-doc-label { color: #f9a8d4; }

/* ── empty state ──────────────────────────────────────── */
.pd-empty {
    text-align: center;
    padding: 64px 24px;
}
.pd-empty-glyph {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #f0f4f8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 26px;
    color: #adb5bd;
}
body.body_dark .pd-empty-glyph { background: #1e2430; color: #3a4257; }


/* ─────────────────────────────────────────────────────────────────────────────
   Manual Request Popup  (manualRequestPopup.vue)
───────────────────────────────────────────────────────────────────────────── */

.mr-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(4px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    animation: mrFadeIn .18s ease;
}
@keyframes mrFadeIn { from { opacity: 0 } to { opacity: 1 } }

.mr-card {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e9ecef;
    box-shadow: 0 20px 60px rgba(15,23,42,.18);
    padding: 2rem 2rem 1.75rem;
    width: 100%;
    max-width: 440px;
    position: relative;
    animation: mrSlideUp .22s cubic-bezier(.34,1.56,.64,1);
}
@keyframes mrSlideUp { from { opacity:0; transform:translateY(20px) } to { opacity:1; transform:translateY(0) } }

.mr-close-btn {
    position: absolute;
    top: .9rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    line-height: 1;
    color: #94a3b8;
    cursor: pointer;
    padding: 0 .2rem;
    transition: color .15s;
}
.mr-close-btn:hover { color: #1e293b; }

.mr-icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}
.mr-icon-wrap i { color: #fff; font-size: 1.25rem; }

.mr-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: .3rem;
}
.mr-subtitle {
    font-size: .85rem;
    color: #64748b;
    margin-bottom: 1.4rem;
}
.mr-required { color: #ef4444; }

.mr-field { margin-bottom: 1rem; }
    .mr-field label {
        display: block;
        font-size: .8rem;
        font-weight: 500;
        color: #475569;
        margin-bottom: .35rem;
        letter-spacing: .01em;
        -webkit-font-feature-settings: "case" on !important;
        font-feature-settings: "case" on !important;
        text-transform: uppercase !important;
    }
.mr-field .form-control {
    border-radius: 2px;
    border: 1px solid #eaeff4;
    background: #fff;
    font-size: .9375rem;
    color: #999;
    transition: all 0.3s ease-out;
    padding: .375rem .75rem;
    height: auto;
}
.mr-field .form-control:focus {
    border-color: #f1f2f3;
    box-shadow: 0 0 40px rgba(0, 0, 0, .08);
    color: #323d47;
    background: #fff;
    outline: none;
}
.mr-input-error { border-color: #ef4444 !important; }

.mr-actions {
    display: flex;
    gap: .6rem;
    margin-top: 1.4rem;
}
.mr-submit-btn {
    flex: 1;
    font-weight: 500;
}
.mr-cancel-btn {
    color: #64748b;
    border-color: #e2e8f0;
}
.mr-cancel-btn:hover { background: #f1f5f9; }

.mr-error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 8px;
    color: #b91c1c;
    font-size: .85rem;
    padding: .6rem .9rem;
    margin-bottom: 1rem;
}
.mr-success {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 8px;
    color: #15803d;
    font-size: .9rem;
    font-weight: 600;
    padding: .7rem .9rem;
    text-align: center;
    margin: 1rem 0;
}
.mr-success i { margin-right: .4rem; }

body.body_dark .mr-card { background: #1e293b; border-color: #334155; }
body.body_dark .mr-title { color: #f1f5f9; }
body.body_dark .mr-subtitle { color: #94a3b8; }
body.body_dark .mr-field label { color: #94a3b8; }
body.body_dark .mr-field .form-control {
    background: #0f172a;
    border-color: #334155;
    color: #94a3b8;
}
body.body_dark .mr-field .form-control:focus {
    border-color: #475569;
    background: #1e293b;
    color: #f1f5f9;
}
body.body_dark .mr-close-btn { color: #64748b; }
body.body_dark .mr-close-btn:hover { color: #f1f5f9; }
body.body_dark .mr-cancel-btn { background: #334155; color: #94a3b8; border-color: #475569; }
body.body_dark .mr-cancel-btn:hover { background: #475569; }

/* OTP step */
.mr-otp-hint {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: .9rem;
    font-weight: 600;
    color: #1e293b;
    background: #f1f5f9;
    border-radius: 8px;
    padding: .45rem .9rem;
    margin-bottom: 1.2rem;
}
.mr-otp-hint i { color: #6366f1; font-size: 1.1rem; }
body.body_dark .mr-otp-hint { background: #0f172a; color: #e2e8f0; }

.mr-otp-input {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .4em;
    padding: .5rem !important;
}

.mr-resend-row {
    text-align: center;
    margin-top: .6rem;
    min-height: 1.4rem;
}
.mr-resend {
    font-size: .82rem;
    color: #6366f1;
    text-decoration: none;
    font-weight: 600;
}
.mr-resend:hover { text-decoration: underline; }
.mr-resend-timer {
    font-size: .82rem;
    color: #94a3b8;
}
body.body_dark .mr-resend-timer { color: #475569; }

/*# sourceMappingURL=style.css.map */
