:root {
  --navy: #071a3d;
  --navy-2: #10285b;
  --blue: #2f7df5;
  --blue-2: #5b9af8;
  --cyan: #31c6d4;
  --violet: #654ce8;
  --green: #22b486;
  --ink: #14213a;
  --muted: #68758d;
  --line: #dfe6f2;
  --surface: #f5f7fb;
  --white: #fff;
  --shadow: 0 18px 50px rgba(7, 26, 61, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--surface); color: var(--ink); font: 15px/1.55 Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.search-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.search-header { position: relative; z-index: 20; background: var(--navy); border-bottom: 1px solid rgba(255,255,255,.1); }
.search-header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.search-brand { display: inline-flex; align-items: center; }
.search-brand img { display: block; width: 174px; height: auto; border-radius: 0; }
.search-header nav { display: flex; align-items: center; gap: 8px; }
.search-header nav a { padding: 11px 14px; border-radius: 10px; color: #cfd9ec; text-decoration: none; font-size: 13px; font-weight: 750; transition: .2s ease; }
.search-header nav a:hover { background: rgba(255,255,255,.08); color: #fff; transform: translateY(-1px); }
.search-header nav a.active { color: #fff; background: linear-gradient(135deg, rgba(49,198,212,.22), rgba(101,76,232,.28)); box-shadow: inset 0 0 0 1px rgba(114,220,229,.26); }
.search-header nav a.search-nav-link { display: inline-flex; align-items: center; gap: 7px; }
.search-nav-link img { width: 18px; height: 18px; border-radius: 5px; }
.search-nav-link em { padding: 3px 6px; border-radius: 999px; color: #8cf1d1; background: rgba(21,201,149,.14); border: 1px solid rgba(21,201,149,.32); font-size: 8px; font-style: normal; font-weight: 900; letter-spacing: .08em; line-height: 1; }
.search-header nav a.login { margin-left: 10px; padding-inline: 19px; background: #fff; color: var(--navy); }

.search-hero { position: relative; overflow: hidden; padding: 86px 0 92px; color: #fff; background:
  radial-gradient(circle at 78% 40%, rgba(49,198,212,.16), transparent 25%),
  radial-gradient(circle at 65% 90%, rgba(101,76,232,.25), transparent 32%),
  linear-gradient(132deg, #071a3d 0%, #0b2050 52%, #17285f 100%); }
.search-hero:before { content: ""; position: absolute; inset: 0; opacity: .26; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(90deg, #000, transparent 78%); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr); align-items: center; gap: 70px; }
.hero-copy { position: relative; z-index: 2; }
.hero-badge { display: inline-flex; align-items: center; gap: 11px; margin-bottom: 22px; color: #8ee5eb; font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.hero-badge img { width: 34px; height: 34px; }
.hero-copy h1 { margin: 0; max-width: 740px; font-size: clamp(43px, 5.2vw, 70px); line-height: 1.02; letter-spacing: -.052em; }
.hero-copy h1 em { color: #8edee9; font-style: normal; }
.hero-copy > p { max-width: 690px; margin: 24px 0 30px; color: #cbd8eb; font-size: 18px; line-height: 1.7; }

.company-search-form { position: relative; display: grid; grid-template-columns: auto minmax(0, 1fr) auto auto; align-items: center; width: 100%; padding: 7px; border: 1px solid rgba(255,255,255,.2); border-radius: 17px; background: #fff; box-shadow: 0 22px 48px rgba(0,0,0,.2); }
.search-glyph { width: 20px; height: 20px; margin: 0 11px 0 8px; border: 2px solid #7c899f; border-radius: 50%; position: relative; }
.search-glyph:after { content: ""; position: absolute; width: 7px; height: 2px; right: -5px; bottom: -2px; background: #7c899f; transform: rotate(45deg); border-radius: 2px; }
.company-search-form input { min-width: 0; height: 52px; padding: 0 8px; border: 0; outline: 0; color: var(--ink); background: transparent; font: inherit; font-size: 16px; }
.company-search-form input::placeholder { color: #8c98aa; }
.company-search-form:focus-within { border-color: #79aaf7; box-shadow: 0 0 0 4px rgba(47,125,245,.13), 0 22px 48px rgba(0,0,0,.17); }
.company-search-form button { height: 50px; padding: 0 22px; border: 0; border-radius: 12px; background: linear-gradient(135deg, var(--blue), #4b8df5); color: #fff; font: inherit; font-weight: 850; cursor: pointer; box-shadow: 0 8px 19px rgba(47,125,245,.28); }
.company-search-form button span { margin-left: 8px; }
.clear-query { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; color: #7c899d; text-decoration: none; font-size: 23px; }
.clear-query:hover { background: #eef2f8; color: var(--navy); }
.search-examples { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 16px; color: #9fb1ca; font-size: 12px; }
.search-examples a { padding: 4px 9px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: #d9e4f3; text-decoration: none; }
.search-examples a:hover { border-color: #8edee9; color: #fff; }

.hero-visual { position: relative; min-height: 390px; }
.visual-orbit { position: absolute; border: 1px solid rgba(142,222,233,.17); border-radius: 50%; }
.orbit-one { width: 370px; height: 370px; top: 10px; right: 0; }
.orbit-two { width: 270px; height: 270px; top: 60px; right: 50px; border-color: rgba(151,137,246,.23); }
.visual-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 13px; padding: 15px 17px; border: 1px solid rgba(255,255,255,.2); border-radius: 16px; background: rgba(16,40,91,.72); box-shadow: 0 22px 48px rgba(0,0,0,.22); backdrop-filter: blur(12px); }
.visual-card b, .visual-card small { display: block; }
.visual-card b { color: #fff; font-size: 13px; }
.visual-card small { margin-top: 2px; color: #9fb2d0; font-size: 10px; }
.visual-card.main { width: 275px; top: 114px; right: 47px; padding: 21px; background: linear-gradient(145deg, rgba(28,61,125,.9), rgba(37,35,101,.88)); }
.visual-card.main i { width: 9px; height: 9px; margin-left: auto; border-radius: 50%; background: #5de2ae; box-shadow: 0 0 0 5px rgba(93,226,174,.12); }
.visual-logo { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 14px; color: #fff; background: linear-gradient(135deg, var(--cyan), var(--violet)); font-weight: 900; }
.visual-card.first { top: 40px; left: 10px; }
.visual-card.second { right: -8px; bottom: 43px; }
.visual-card.first > span, .visual-card.second > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 10px; background: rgba(49,198,212,.15); color: #7ee1e8; font-weight: 900; }
.visual-card.second > span { background: rgba(101,76,232,.23); color: #bcb1ff; }
.visual-dot { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: #7ee1e8; box-shadow: 0 0 0 8px rgba(126,225,232,.08); }
.dot-one { left: 78px; bottom: 53px; }.dot-two { right: 40px; top: 48px; background: #a99cff; }

.trust-strip { border-bottom: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { min-height: 104px; display: flex; flex-direction: column; justify-content: center; padding: 20px 28px; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { border-left: 1px solid var(--line); }
.trust-grid strong { color: var(--navy); font-size: 21px; letter-spacing: -.02em; }
.trust-grid span { color: var(--muted); font-size: 11px; }

.feature-section { padding-block: 88px 106px; }
.section-heading { max-width: 730px; margin-bottom: 38px; }
.eyebrow, .profile-kicker, .side-label, .card-heading > div > span { color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.section-heading h2 { margin: 8px 0 11px; color: var(--navy); font-size: clamp(31px, 4vw, 44px); line-height: 1.12; letter-spacing: -.045em; }
.section-heading p { margin: 0; color: var(--muted); font-size: 16px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.feature-grid article { position: relative; min-height: 285px; padding: 27px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 10px 30px rgba(7,26,61,.045); }
.feature-grid article.featured { background: linear-gradient(150deg, #fff, #f2f5ff); border-color: #cfd9f4; transform: translateY(-9px); }
.feature-number { position: absolute; top: 26px; right: 27px; color: #abb6c8; font-size: 11px; font-weight: 850; }
.feature-icon { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 14px; background: #edf4ff; color: var(--blue); font-size: 21px; font-weight: 900; }
.feature-grid .featured .feature-icon { color: #fff; background: linear-gradient(135deg, var(--violet), var(--blue)); }
.feature-grid h3 { margin: 25px 0 9px; color: var(--navy); font-size: 21px; }
.feature-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.results-top, .profile-top { padding: 52px 0 38px; color: #fff; background: linear-gradient(130deg, #071a3d, #10285b 70%, #302568); }
.results-top h1 { margin: 7px 0 22px; font-size: 38px; letter-spacing: -.04em; }
.results-top .eyebrow, .profile-top .profile-kicker { color: #8ee5eb; }
.company-search-form.results, .company-search-form.compact { max-width: 860px; box-shadow: 0 16px 38px rgba(0,0,0,.16); }
.results-layout { padding-block: 42px 80px; }
.results-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 17px; }
.results-heading h2 { margin: 0; color: var(--navy); font-size: 24px; }
.results-heading p { margin: 3px 0 0; color: var(--muted); font-size: 12px; }
.results-heading > span { padding: 7px 11px; border-radius: 8px; background: #e9eff8; color: #6b7890; font-size: 11px; font-weight: 800; }
.result-list { display: grid; gap: 10px; }
.result-card { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 18px; padding: 20px 22px; border: 1px solid var(--line); border-radius: 17px; background: #fff; transition: .2s ease; }
.result-card:hover { border-color: #b9cae8; box-shadow: 0 13px 34px rgba(7,26,61,.075); transform: translateY(-1px); }
.result-avatar, .company-avatar { display: grid; place-items: center; border-radius: 14px; background: linear-gradient(145deg, #eaf3ff, #eef0ff); color: var(--blue); font-weight: 900; text-transform: uppercase; }
.result-avatar { width: 54px; height: 54px; font-size: 20px; }
.result-card h2 { margin: 3px 0 4px; font-size: 17px; line-height: 1.35; }
.result-card h2 a { color: var(--navy); text-decoration: none; }
.result-copy > p { margin: 0; color: var(--muted); font-size: 12px; }
.result-meta { display: flex; flex-wrap: wrap; gap: 7px 16px; margin-top: 9px; color: #7b8799; font-size: 10px; }
.result-meta b { color: #445269; }
.result-status, .profile-status { display: inline-flex; align-items: center; gap: 6px; color: var(--green); font-size: 9px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.result-status i, .profile-status i { width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.result-status.warn, .profile-status.warn { color: #d28a1c; }
.result-arrow { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 11px; color: var(--blue); background: #edf4ff; text-decoration: none; font-size: 18px; }
.empty-state { padding: 65px 30px; border: 1px dashed #c9d4e5; border-radius: 20px; background: #fff; text-align: center; }
.empty-state h2 { margin: 0 0 7px; color: var(--navy); }.empty-state p { margin: 0; color: var(--muted); }

.back-link { display: inline-block; margin-bottom: 18px; color: #b9cbe4; text-decoration: none; font-size: 12px; font-weight: 750; }
.profile-top .company-search-form { margin-bottom: 36px; }
.profile-heading { display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: center; }
.company-avatar { width: 70px; height: 70px; color: #fff; background: linear-gradient(135deg, var(--cyan), var(--violet)); font-size: 27px; box-shadow: 0 13px 30px rgba(0,0,0,.19); }
.profile-heading h1 { max-width: 930px; margin: 4px 0 9px; font-size: clamp(29px, 4vw, 43px); line-height: 1.12; letter-spacing: -.042em; }
.profile-status { color: #76e5b9; }
.profile-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: start; gap: 20px; padding-block: 34px 80px; }
.profile-main { display: grid; gap: 16px; }
.info-card, .side-card { border: 1px solid var(--line); border-radius: 19px; background: #fff; box-shadow: 0 8px 28px rgba(7,26,61,.045); }
.info-card { padding: 25px; }
.card-heading { display: flex; align-items: start; justify-content: space-between; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid #edf0f5; }
.card-heading h2 { margin: 3px 0 0; color: var(--navy); font-size: 21px; }
.source-badge, .soon-badge { padding: 6px 9px; border-radius: 7px; background: #edf5ff; color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: .07em; }
.soon-badge { background: #eeeaff; color: var(--violet); }
.data-grid { display: grid; grid-template-columns: 1fr 1fr; margin: 0; }
.data-grid > div { min-width: 0; padding: 17px 18px 17px 0; border-bottom: 1px solid #edf0f5; }
.data-grid > div:nth-child(even) { padding-left: 18px; border-left: 1px solid #edf0f5; }
.data-grid > div:nth-last-child(-n+2) { border-bottom: 0; }
.data-grid dt { margin-bottom: 4px; color: #8490a3; font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .04em; }
.data-grid dd { margin: 0; color: #29364d; font-size: 13px; font-weight: 650; overflow-wrap: anywhere; }
.mono { font-variant-numeric: tabular-nums; letter-spacing: .035em; }
.positive { color: var(--green); }
.info-card address { margin-top: 19px; color: var(--navy); font-size: 18px; font-style: normal; font-weight: 780; }
.address-details { margin-top: 13px; }
.upcoming-card { background: linear-gradient(145deg, #fff, #f8f6ff); border-color: #dcd7f4; }
.upcoming-card > p { color: var(--muted); }
.future-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 18px; }
.future-grid span { padding: 10px 12px; border: 1px solid #e2dff2; border-radius: 10px; color: #6b6883; background: rgba(255,255,255,.65); font-size: 11px; }
.profile-layout aside { display: grid; gap: 16px; }
.side-card { padding: 22px; }
.side-card h2 { margin: 4px 0 16px; color: var(--navy); font-size: 19px; }
.source-row { display: flex; align-items: center; gap: 11px; padding: 12px 0; border-top: 1px solid #edf0f5; }
.source-row i { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(34,180,134,.1); }
.source-row b, .source-row span { display: block; }.source-row b { font-size: 12px; }.source-row span { color: var(--muted); font-size: 10px; }
.freshness-card > p, .action-card p { margin: 13px 0 0; color: var(--muted); font-size: 11px; }
.action-card { color: #fff; background: linear-gradient(145deg, var(--navy), #22336b); border-color: transparent; }
.action-card .side-label { color: #8ee5eb; }.action-card h2 { color: #fff; }.action-card p { color: #bdcce1; }
.disabled-action { display: block; margin-top: 17px; padding: 10px; border: 1px solid rgba(255,255,255,.15); border-radius: 9px; color: #cbd7e8; font-size: 10px; text-align: center; }
.business-action, .report-action { display: block; margin-top: 14px; padding: 11px 12px; border-radius: 9px; color: #fff; background: var(--blue); text-align: center; text-decoration: none; font-size: 11px; font-weight: 850; }
.report-action { margin-top: 8px; border: 1px solid rgba(255,255,255,.17); background: rgba(255,255,255,.07); color: #dce6f5; }
.pro-note { margin-top: 17px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.12); }
.pro-note b, .pro-note span { display: block; }.pro-note b { color: #8ee5eb; font-size: 9px; letter-spacing: .08em; }.pro-note span { margin-top: 4px; color: #aebdd3; font-size: 10px; }
.safety-card { background: linear-gradient(145deg, #fff, #f8fbff); }
.risk-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }
.risk-item { display: flex; gap: 11px; padding: 14px; border: 1px solid #e4e9f2; border-radius: 12px; background: #fff; }
.risk-item i { flex: 0 0 auto; width: 10px; height: 10px; margin-top: 5px; border-radius: 50%; background: #9aa6b8; }
.risk-item b, .risk-item span, .risk-item small { display: block; }.risk-item b { color: var(--navy); font-size: 12px; }.risk-item span { margin-top: 2px; font-size: 11px; font-weight: 800; }.risk-item small { margin-top: 4px; color: var(--muted); font-size: 9px; }
.risk-item.risk-ok i { background: var(--green); box-shadow: 0 0 0 5px rgba(34,180,134,.1); }.risk-item.risk-ok span { color: #168564; }
.risk-item.risk-warn { border-color: #eed5ae; background: #fffaf2; }.risk-item.risk-warn i { background: #d68a20; box-shadow: 0 0 0 5px rgba(214,138,32,.1); }.risk-item.risk-warn span { color: #a5650b; }
.official-links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 10px; }.official-links a { padding: 13px 14px; border: 1px solid #dce5f1; border-radius: 11px; background: #f7faff; text-decoration: none; }.official-links b,.official-links span { display: block; }.official-links b { color: var(--navy); font-size: 11px; }.official-links span { margin-top: 3px; color: var(--blue); font-size: 9px; }
.risk-disclaimer { margin: 14px 0 0; color: var(--muted); font-size: 9px; line-height: 1.55; }
.bank-card { background: linear-gradient(145deg, #fff, #f8fbff); }
.bank-summary { display: flex; align-items: center; gap: 13px; margin-top: 18px; padding: 15px 16px; border: 1px solid #dfe6f1; border-radius: 13px; background: #f8faff; }
.bank-summary > i { flex: 0 0 auto; width: 11px; height: 11px; border-radius: 50%; background: #98a5b8; box-shadow: 0 0 0 6px rgba(152,165,184,.11); }
.bank-summary b, .bank-summary span { display: block; }.bank-summary b { color: var(--navy); font-size: 13px; }.bank-summary span { margin-top: 2px; color: var(--muted); font-size: 10px; }
.bank-summary.bank-restricted { border-color: #f1c3c3; background: #fff6f6; }.bank-summary.bank-restricted > i { background: #dc4e4e; box-shadow: 0 0 0 6px rgba(220,78,78,.11); }.bank-summary.bank-restricted b { color: #a72c2c; }
.bank-summary.bank-clear { border-color: #bfe6d8; background: #f4fcf9; }.bank-summary.bank-clear > i { background: var(--green); box-shadow: 0 0 0 6px rgba(34,180,134,.11); }.bank-summary.bank-clear b { color: #168564; }
.bank-summary.bank-warning { border-color: #f0d2a9; background: #fffaf2; }.bank-summary.bank-warning > i { background: #d68a20; box-shadow: 0 0 0 6px rgba(214,138,32,.11); }.bank-summary.bank-warning b { color: #985e0d; }
.bank-account-list { display: grid; gap: 11px; margin-top: 12px; }
.bank-account { padding: 17px; border: 1px solid #dfe6f1; border-radius: 13px; background: #fff; }
.bank-account-head { display: flex; align-items: start; justify-content: space-between; gap: 15px; }.bank-account-head span { color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: .08em; }.bank-account-head h3 { margin: 3px 0 0; color: var(--navy); font-size: 15px; letter-spacing: .02em; }
.account-status { padding: 5px 8px; border-radius: 7px; font-size: 8px; font-style: normal; font-weight: 900; text-transform: uppercase; white-space: nowrap; }.account-active { color: #168564; background: #e9f8f2; }.account-closed { color: #65738a; background: #edf1f7; }.account-restricted { color: #a72c2c; background: #ffeded; }
.bank-account-meta { display: grid; grid-template-columns: 1fr 1fr; margin: 14px 0 0; border-top: 1px solid #edf0f5; }.bank-account-meta > div { min-width: 0; padding: 11px 10px 3px 0; }.bank-account-meta dt { color: #8a96a8; font-size: 8px; font-weight: 800; text-transform: uppercase; }.bank-account-meta dd { margin: 3px 0 0; color: #344159; font-size: 10px; font-weight: 650; overflow-wrap: anywhere; }
.account-r-note { margin: 13px 0 0; padding: 10px 11px; border-radius: 9px; color: #8a3030; background: #fff1f1; font-size: 9px; }
.bank-empty { padding: 17px 2px 4px; }.bank-empty p { margin: 0; color: #56637a; font-size: 12px; }
.bank-history { margin-top: 16px; padding-top: 14px; border-top: 1px solid #e8edf4; }.bank-history > h3 { margin: 0 0 4px; color: var(--navy); font-size: 13px; }.bank-event { display: grid; grid-template-columns: auto 76px 1fr; align-items: start; gap: 9px; padding-top: 10px; }.bank-event > i { width: 8px; height: 8px; margin-top: 5px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 4px rgba(47,125,245,.09); }.bank-event time { color: #8b96a8; font-size: 8px; }.bank-event b,.bank-event span { display: block; }.bank-event b { color: #344159; font-size: 10px; }.bank-event span { margin-top: 2px; color: var(--muted); font-size: 8px; }
.bank-actions { margin-top: 14px; }.bank-actions a { display: block; padding: 12px 13px; border: 1px solid #dce5f1; border-radius: 10px; background: #f7faff; text-decoration: none; }.bank-actions b,.bank-actions span { display: block; }.bank-actions b { color: var(--navy); font-size: 10px; }.bank-actions span { margin-top: 2px; color: var(--blue); font-size: 8px; }
.insolvency-card { background: linear-gradient(145deg, #fff, #fbfcff); }
.insolvency-summary { display: flex; align-items: center; gap: 13px; margin-top: 18px; padding: 15px 16px; border: 1px solid #dfe6f1; border-radius: 13px; background: #f8faff; }
.insolvency-summary > i { flex: 0 0 auto; width: 11px; height: 11px; border-radius: 50%; background: #98a5b8; box-shadow: 0 0 0 6px rgba(152,165,184,.11); }
.insolvency-summary b, .insolvency-summary span { display: block; }
.insolvency-summary b { color: var(--navy); font-size: 13px; }
.insolvency-summary span { margin-top: 2px; color: var(--muted); font-size: 10px; }
.insolvency-summary.insolvency-active { border-color: #f1c3c3; background: #fff6f6; }.insolvency-summary.insolvency-active > i { background: #dc4e4e; box-shadow: 0 0 0 6px rgba(220,78,78,.11); }.insolvency-summary.insolvency-active b { color: #a72c2c; }
.insolvency-summary.insolvency-history { border-color: #f0d2a9; background: #fffaf2; }.insolvency-summary.insolvency-history > i { background: #d68a20; box-shadow: 0 0 0 6px rgba(214,138,32,.11); }.insolvency-summary.insolvency-history b { color: #985e0d; }
.insolvency-summary.insolvency-preliminary { border-color: #d8d0f1; background: #faf8ff; }.insolvency-summary.insolvency-preliminary > i { background: var(--violet); box-shadow: 0 0 0 6px rgba(101,76,232,.11); }.insolvency-summary.insolvency-preliminary b { color: #5540ba; }
.insolvency-summary.insolvency-clear { border-color: #bfe6d8; background: #f4fcf9; }.insolvency-summary.insolvency-clear > i { background: var(--green); box-shadow: 0 0 0 6px rgba(34,180,134,.11); }.insolvency-summary.insolvency-clear b { color: #168564; }
.insolvency-empty { padding: 17px 2px 4px; }.insolvency-empty p { margin: 0; color: #56637a; font-size: 12px; }.insolvency-empty small { display: block; margin-top: 7px; color: var(--muted); font-size: 10px; }.insolvency-empty small b { color: #536178; }
.insolvency-cases { display: grid; gap: 11px; margin-top: 12px; }
.insolvency-case { padding: 17px; border: 1px solid #dfe6f1; border-radius: 13px; background: #fff; }
.case-head { display: flex; align-items: start; justify-content: space-between; gap: 15px; }.case-head span { color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }.case-head h3 { margin: 3px 0 0; color: var(--navy); font-size: 15px; }
.case-status { padding: 5px 8px; border-radius: 7px; background: #edf1f7; color: #65738a; font-size: 8px; font-style: normal; font-weight: 900; text-transform: uppercase; white-space: nowrap; }.case-status.case-active { color: #a72c2c; background: #ffeded; }.case-status.case-preliminary { color: #5540ba; background: #eeeaff; }
.case-meta { display: grid; grid-template-columns: 1fr 1fr; margin: 14px 0 0; border-top: 1px solid #edf0f5; }.case-meta > div { padding: 11px 10px 3px 0; }.case-meta dt { color: #8a96a8; font-size: 8px; font-weight: 800; text-transform: uppercase; }.case-meta dd { margin: 3px 0 0; color: #344159; font-size: 10px; font-weight: 650; }
.case-timeline { display: grid; gap: 0; margin-top: 13px; padding-top: 6px; border-top: 1px solid #edf0f5; }.timeline-event { display: grid; grid-template-columns: auto 1fr; gap: 10px; padding-top: 11px; }.timeline-event > i { width: 8px; height: 8px; margin-top: 5px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 4px rgba(47,125,245,.09); }.timeline-event time,.timeline-event b,.timeline-event a { display: block; }.timeline-event time { color: #8b96a8; font-size: 8px; }.timeline-event b { margin-top: 1px; color: #344159; font-size: 10px; }.timeline-event a { margin-top: 3px; color: var(--blue); font-size: 9px; font-weight: 750; text-decoration: none; }
.official-case-link { display: inline-block; margin-top: 14px; color: var(--blue); font-size: 9px; font-weight: 800; text-decoration: none; }
.insolvency-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 14px; }.insolvency-actions a { padding: 12px 13px; border: 1px solid #dce5f1; border-radius: 10px; background: #f7faff; text-decoration: none; }.insolvency-actions b,.insolvency-actions span { display: block; }.insolvency-actions b { color: var(--navy); font-size: 10px; }.insolvency-actions span { margin-top: 2px; color: var(--blue); font-size: 8px; }
.financial-card { overflow: hidden; background: linear-gradient(145deg, #fff 0%, #f8fbff 55%, #faf9ff 100%); }
.financial-period { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 17px; padding: 11px 14px; border: 1px solid #dce5f2; border-radius: 11px; color: #65738a; background: rgba(255,255,255,.78); font-size: 10px; }.financial-period strong { color: var(--navy); font-size: 14px; }
.financial-empty { display: flex; align-items: center; gap: 16px; margin-top: 18px; padding: 20px; border: 1px solid #dce5f2; border-radius: 15px; background: #f8faff; }.financial-empty-icon { display: grid; flex: 0 0 auto; width: 45px; height: 45px; place-items: center; border-radius: 13px; color: var(--blue); background: #e8f1ff; font-size: 21px; font-weight: 900; }.financial-empty h3 { margin: 0; color: var(--navy); font-size: 15px; }.financial-empty p { margin: 4px 0 0; color: var(--muted); font-size: 11px; }
.financial-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; margin-top: 12px; }.financial-kpi { min-width: 0; padding: 16px; border: 1px solid #e0e7f1; border-radius: 13px; background: rgba(255,255,255,.9); }.financial-kpi > span,.financial-kpi > strong,.financial-kpi > small { display: block; }.financial-kpi > span { color: #8190a5; font-size: 8px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }.financial-kpi > strong { margin-top: 5px; color: var(--navy); font-size: 16px; line-height: 1.2; overflow-wrap: anywhere; }.financial-kpi > small { margin-top: 7px; font-size: 8px; font-weight: 800; }.financial-kpi > small em { color: #929daf; font-style: normal; font-weight: 600; }.trend-up { color: #168564; }.trend-down { color: #bd3f45; }.trend-flat { color: #7f8ba0; }
.financial-charts { display: grid; grid-template-columns: 1fr; gap: 11px; margin-top: 12px; }.financial-chart-panel { min-width: 0; padding: 16px; border: 1px solid #e0e7f1; border-radius: 14px; background: #fff; }.financial-chart-head { display: flex; align-items: start; justify-content: space-between; gap: 14px; margin-bottom: 8px; }.financial-chart-head span { color: var(--blue); font-size: 8px; font-weight: 900; letter-spacing: .1em; }.financial-chart-head h3 { margin: 2px 0 0; color: var(--navy); font-size: 14px; }.chart-legend { display: flex; align-items: center; flex-wrap: wrap; justify-content: end; gap: 4px 8px; color: #7b879a; font-size: 8px; }.chart-legend i { width: 9px; height: 9px; border-radius: 3px; }.legend-revenue { background: var(--blue); }.legend-expenses { background: #aebbd0; }.legend-result { background: var(--violet); }.legend-ebitda { background: var(--cyan); }
.financial-chart-scroll { width: 100%; overflow-x: auto; overflow-y: hidden; }.financial-chart { display: block; width: 100%; min-width: 520px; height: auto; overflow: visible; }.chart-grid-line { stroke: #e8edf4; stroke-width: 1; }.chart-zero-line { stroke: #9ba7b8; stroke-width: 1.5; stroke-dasharray: 5 4; }.chart-axis-label,.chart-year-label { fill: #8793a6; font: 9px Inter, ui-sans-serif, system-ui, sans-serif; }.chart-year-label { fill: #5d6a80; font-weight: 750; }.chart-bar-revenue { fill: #2f7df5; }.chart-bar-expenses { fill: #b9c5d7; }.chart-line-result,.chart-line-ebitda { fill: none; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }.chart-line-result { stroke: var(--violet); }.chart-line-ebitda { stroke: var(--cyan); }.chart-dot-result { fill: #fff; stroke: var(--violet); stroke-width: 3; }.chart-dot-ebitda { fill: #fff; stroke: var(--cyan); stroke-width: 3; }
.financial-ratios { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 12px; }.ratio-card { min-width: 0; padding: 14px; border: 1px solid #e1e7f0; border-radius: 12px; background: rgba(255,255,255,.82); }.ratio-card span,.ratio-card strong,.ratio-card small { display: block; }.ratio-card span { color: #77859a; font-size: 8px; font-weight: 850; text-transform: uppercase; }.ratio-card strong { margin-top: 3px; color: var(--navy); font-size: 15px; }.ratio-card small { margin-top: 5px; color: var(--muted); font-size: 8px; line-height: 1.45; }
.financial-insights { margin-top: 15px; padding-top: 14px; border-top: 1px solid #e6ebf3; }.financial-insights > h3 { margin: 0 0 9px; color: var(--navy); font-size: 14px; }.insight-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }.financial-insight { display: flex; gap: 10px; padding: 12px; border: 1px solid #e2e7ef; border-radius: 11px; background: #fff; }.financial-insight > i { flex: 0 0 auto; width: 9px; height: 9px; margin-top: 4px; border-radius: 50%; background: #8d9aae; box-shadow: 0 0 0 4px rgba(141,154,174,.1); }.financial-insight b,.financial-insight span { display: block; }.financial-insight b { color: var(--navy); font-size: 10px; }.financial-insight span { margin-top: 3px; color: var(--muted); font-size: 8px; line-height: 1.45; }.insight-positive > i { background: var(--green); box-shadow: 0 0 0 4px rgba(34,180,134,.1); }.insight-warning > i { background: #d68a20; box-shadow: 0 0 0 4px rgba(214,138,32,.1); }.insight-critical > i { background: #dc4e4e; box-shadow: 0 0 0 4px rgba(220,78,78,.1); }
.financial-table-wrap { margin-top: 15px; overflow-x: auto; border: 1px solid #e0e6ef; border-radius: 13px; background: #fff; }.financial-table { width: 100%; min-width: 650px; border-collapse: collapse; font-size: 9px; font-variant-numeric: tabular-nums; }.financial-table th,.financial-table td { padding: 10px 12px; border-bottom: 1px solid #edf0f5; text-align: right; white-space: nowrap; }.financial-table thead th { color: #67758a; background: #f5f8fc; font-size: 8px; text-transform: uppercase; }.financial-table th:first-child { position: sticky; left: 0; z-index: 1; min-width: 175px; color: #38465d; background: #fafbfe; text-align: left; }.financial-table thead th:first-child { z-index: 2; background: #f5f8fc; }.financial-table tbody tr:last-child th,.financial-table tbody tr:last-child td { border-bottom: 0; }.financial-table tbody tr:nth-child(even) td { background: #fbfcfe; }.financial-table .negative-value { color: #bd3f45; font-weight: 800; }
.financial-official-link { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 14px; padding: 13px 14px; border: 1px solid #dce5f1; border-radius: 10px; color: inherit; background: #f7faff; text-decoration: none; }.financial-official-link b,.financial-official-link span { display: block; }.financial-official-link b { color: var(--navy); font-size: 10px; }.financial-official-link span { color: var(--blue); font-size: 8px; text-align: right; }
.print-toolbar { padding: 12px 0; color: #fff; background: #1f68d8; }.print-toolbar .search-shell { display: flex; align-items: center; gap: 14px; }.print-toolbar span { color: #dce9ff; font-size: 11px; }.print-toolbar a { margin-left: auto; color: #fff; font-weight: 800; }

.state-page { min-height: 65vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding-block: 70px; text-align: center; }
.state-icon { display: grid; width: 67px; height: 67px; place-items: center; margin-bottom: 17px; border-radius: 20px; color: var(--blue); background: #e7f0ff; font-size: 27px; font-weight: 900; }
.state-page h1 { margin: 5px 0; color: var(--navy); font-size: 36px; }.state-page p { margin: 0 0 22px; color: var(--muted); }
.primary-link { padding: 11px 17px; border-radius: 10px; color: #fff; background: var(--blue); text-decoration: none; font-weight: 800; }

.search-footer { padding: 34px 0; color: #bfcaDC; background: #061633; }
.footer-inner { display: grid; grid-template-columns: 210px 1fr auto; align-items: center; gap: 36px; }
.footer-inner img { width: 150px; }.footer-inner > div:first-child p { margin: 6px 0 0; color: #8495af; font-size: 10px; }
.attribution { max-width: 650px; }.attribution b { color: #fff; font-size: 11px; }.attribution p { margin: 4px 0 0; color: #8495af; font-size: 10px; }
.footer-links { display: flex; gap: 14px; }.footer-links a { color: #bdc9dc; text-decoration: none; font-size: 11px; font-weight: 750; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }.hero-visual { display: none; }
  .profile-layout { grid-template-columns: 1fr; }.profile-layout aside { grid-template-columns: 1fr 1fr; }
  .footer-inner { grid-template-columns: 170px 1fr; }.footer-links { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .search-shell { width: min(100% - 26px, 1180px); }
  .search-header-inner { min-height: 66px; }.search-brand img { width: 148px; }
  .search-header nav a:not(.active):not(.login) { display: none; }.search-header nav a { padding: 9px 11px; }.search-header nav a.login { margin-left: 0; }
  .search-hero { padding: 58px 0 65px; }.hero-copy > p { font-size: 16px; }
  .company-search-form { grid-template-columns: auto minmax(0, 1fr) auto; }.company-search-form button { grid-column: 1 / -1; width: 100%; margin-top: 4px; }.clear-query { grid-column: 3; grid-row: 1; }.company-search-form input { height: 47px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }.trust-grid > div, .trust-grid > div:first-child { border: 0; border-bottom: 1px solid var(--line); }.trust-grid > div:nth-child(odd) { border-right: 1px solid var(--line); }
  .feature-grid { grid-template-columns: 1fr; }.feature-grid article.featured { transform: none; }
  .results-top, .profile-top { padding-top: 35px; }.results-heading { align-items: start; }
  .result-card { grid-template-columns: auto 1fr; }.result-arrow { display: none; }.result-meta span:last-child { display: none; }
  .profile-heading { align-items: start; }.company-avatar { width: 58px; height: 58px; }
  .profile-layout aside { grid-template-columns: 1fr; }
  .data-grid { grid-template-columns: 1fr; }.data-grid > div, .data-grid > div:nth-child(even), .data-grid > div:nth-last-child(-n+2) { padding: 14px 0; border-left: 0; border-bottom: 1px solid #edf0f5; }.data-grid > div:last-child { border-bottom: 0; }
  .future-grid { grid-template-columns: 1fr; }
  .risk-grid, .official-links, .insolvency-actions { grid-template-columns: 1fr; }
  .financial-kpis { grid-template-columns: 1fr 1fr; }.financial-ratios { grid-template-columns: 1fr 1fr; }.insight-grid { grid-template-columns: 1fr; }.financial-chart-head { display: block; }.chart-legend { justify-content: start; margin-top: 7px; }
  .case-meta, .bank-account-meta { grid-template-columns: 1fr; }
  .bank-event { grid-template-columns: auto 1fr; }.bank-event time { grid-column: 2; }.bank-event div { grid-column: 2; }
  .footer-inner { grid-template-columns: 1fr; gap: 19px; }.footer-links { grid-column: auto; }
}

@media print {
  @page { size: A4; margin: 13mm; }
  body { background: #fff; font-size: 11px; }
  .search-header, .search-footer, .print-toolbar, .back-link, .company-search-form, .action-card { display: none !important; }
  .search-shell { width: 100%; }
  .profile-top { padding: 18px 0; color: var(--ink); background: #fff; border-bottom: 2px solid var(--navy); }
  .profile-top .profile-kicker { color: var(--blue); }.profile-heading h1 { color: var(--navy); font-size: 26px; }.profile-status { color: #168564; }
  .profile-layout { grid-template-columns: 1fr; padding: 16px 0; }.profile-layout aside { grid-template-columns: 1fr; }
  .info-card, .side-card { break-inside: avoid; box-shadow: none; }.info-card { padding: 17px; }
  .financial-chart-panel,.financial-table-wrap,.financial-kpi,.ratio-card { break-inside: avoid; }.financial-chart { min-width: 0; }.financial-kpis { grid-template-columns: repeat(4,1fr); }
  .freshness-card { display: block; }
}

/* Search v4: zgodovina FURS, uradne objave in spremljanje */
.risk-history{margin:22px 0 6px;padding:18px 20px;border:1px solid #d9e5f5;border-radius:18px;background:#f8fbff}.risk-history h3{margin:0 0 12px;font-size:15px}.risk-history-row{display:grid;grid-template-columns:10px 92px 1fr;gap:12px;align-items:center;padding:11px 0;border-top:1px solid #e4ecf7}.risk-history-row:first-of-type{border-top:0}.risk-history-row i{width:9px;height:9px;border-radius:50%;background:#ef8d35}.risk-event-removed i{background:#21ad7a}.risk-event-corrected i{background:#367ff2}.risk-history-row time{color:#71819a;font-size:12px}.risk-history-row b,.risk-history-row span{display:block}.risk-history-row span{margin-top:2px;color:#71819a;font-size:12px}.history-empty{margin:18px 0 4px;padding:14px 16px;border-radius:14px;background:#f5f8fc;color:#657791;font-size:13px}
.publication-list{display:grid;gap:14px}.publication-item{display:grid;grid-template-columns:150px 1fr;border:1px solid #dae5f4;border-radius:18px;overflow:hidden;background:#fff}.publication-date{padding:20px;background:#f5f9ff}.publication-date time,.publication-date span{display:block}.publication-date time{font-weight:800;color:#0b2146}.publication-date span{margin-top:7px;color:#337af0;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.publication-body{padding:20px 22px}.publication-body h3{margin:0;font-size:18px}.publication-body p{margin:8px 0;color:#667792;line-height:1.55}.publication-body dl{display:flex;flex-wrap:wrap;gap:10px 24px;margin:14px 0}.publication-body dl div{display:flex;gap:6px}.publication-body dt{color:#8190a6}.publication-body dd{margin:0;font-weight:700}.publication-actions{display:flex;flex-wrap:wrap;gap:14px}.publication-actions a{color:#126cf2;font-weight:750}.publications-empty{padding:22px;border:1px solid #d9e5f5;border-radius:18px;background:#f8fbff}.publications-empty p{margin:6px 0 0;color:#667792;line-height:1.55}.publication-source-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px}.publication-source-links a{padding:16px 18px;border:1px solid #d7e4f5;border-radius:15px;background:#fff;color:#0c2145;text-decoration:none}.publication-source-links b,.publication-source-links span{display:block}.publication-source-links span{margin-top:4px;color:#2f77ed;font-size:12px}
@media(max-width:760px){.publication-item{grid-template-columns:1fr}.publication-date{padding:14px 18px}.publication-source-links{grid-template-columns:1fr}.risk-history-row{grid-template-columns:10px 78px 1fr}}

@media (max-width: 460px) {
  .search-header-inner { gap: 10px; }
  .search-brand img { width: 132px; }
  .search-header nav { gap: 5px; }
  .search-header nav a { padding: 8px 9px; }
  .search-nav-link em { display: none; }
  .hero-copy h1 { font-size: 39px; }.hero-copy br { display: none; }
  .search-examples a:last-child { display: none; }
  .trust-grid strong { font-size: 17px; }.trust-grid > div { padding: 16px; min-height: 88px; }
  .result-card { grid-template-columns: 1fr; }.result-avatar { display: none; }.result-meta { display: grid; gap: 3px; }
  .profile-heading { grid-template-columns: 1fr; }.company-avatar { display: none; }
  .financial-kpis,.financial-ratios { grid-template-columns: 1fr; }.financial-empty { align-items: start; }.financial-official-link { display: block; }.financial-official-link span { margin-top: 3px; text-align: left; }
}

/* Search: preverjeni javni kontaktni podatki */
.contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:4px 0 20px;border:1px solid #dce6f3;border-radius:17px;overflow:hidden;background:#fff}.contact-grid>div{min-width:0;padding:17px 19px;border-bottom:1px solid #e7edf6}.contact-grid>div:nth-child(odd){border-right:1px solid #e7edf6}.contact-grid>div:nth-last-child(-n+2){border-bottom:0}.contact-grid dt{margin-bottom:6px;color:#7b8aa1;font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.contact-grid dd{margin:0;overflow-wrap:anywhere;color:#0b2146;font-weight:750}.contact-grid a{color:#126cf2;text-decoration:none}.contact-grid a:hover{text-decoration:underline}.contact-verification,.contact-pending{display:flex;gap:13px;align-items:flex-start;padding:15px 17px;border-radius:15px}.contact-verification{background:#effaf6;color:#176b54}.contact-pending{background:#f5f8fc;color:#5e708b}.contact-verification i,.contact-pending i{flex:0 0 auto;width:10px;height:10px;margin-top:5px;border-radius:50%;background:#20ad7b}.contact-pending i{background:#ef9b3d}.contact-verification b,.contact-verification span,.contact-pending b,.contact-pending span{display:block}.contact-verification span,.contact-pending span{margin-top:3px;font-size:12px;line-height:1.55}.contact-verification a{color:inherit;font-weight:750}
@media(max-width:760px){.contact-grid{grid-template-columns:1fr}.contact-grid>div,.contact-grid>div:nth-child(odd),.contact-grid>div:nth-last-child(-n+2){border-right:0;border-bottom:1px solid #e7edf6}.contact-grid>div:last-child{border-bottom:0}}
@media print{.contact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-verification,.contact-pending{box-shadow:none}}
