:root{--c-primary: #2563EB;--c-primary-hover: #1D4ED8;--c-primary-bg: #EFF6FF;--c-error: #EF4444;--c-error-bg: #FEF2F2;--c-warning: #F59E0B;--c-warning-bg: #FFFBEB;--c-success: #10B981;--c-success-bg: #ECFDF5;--c-bg: #F9FAFB;--c-bg-white: #ffffff;--c-bg-dark: #0a1628;--c-bg-dark-secondary: #1a365d;--c-text: #1f1f1f;--c-text-secondary: #595959;--c-text-tertiary: #6b6b6b;--c-text-quaternary: #bfbfbf;--c-text-inverse: #ffffff;--c-text-inverse-secondary: rgba(255, 255, 255, .65);--c-border: #e8e8e8;--c-border-light: #f0f0f0;--c-accent: #2563EB;--c-hero-start: #0a1628;--c-hero-end: #1a365d;--c-hero-accent: #2b6cb0;--header-height: 56px;--page-max: 1200px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .1);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .12);--font-tabular: "SF Mono", "Roboto Mono", "Cascadia Code", "Menlo", monospace;--sp-1: 4px;--sp-2: 8px;--sp-3: 12px;--sp-4: 16px;--sp-5: 20px;--sp-6: 24px;--sp-8: 32px;--grid-max-profile: 1080px;--card-bg: #ffffff;--card-bg-elevated: #fafafa;--card-border: #f0f0f0;--card-padding: var(--sp-4);--card-radius: var(--radius-md);--card-shadow: var(--shadow-sm);--signal-verdict: var(--c-primary);--signal-verdict-bg: var(--c-primary-bg);--signal-verdict-border: var(--c-primary);--signal-interactive: var(--c-primary);--signal-neutral: var(--c-text-tertiary);--signal-neutral-bg: #fafafa;--transition-fast: .15s ease;--transition-normal: .25s ease}[data-verdict=danger]{--signal-verdict: #EF4444;--signal-verdict-bg: #FEF2F2;--signal-verdict-border: #EF4444}[data-verdict=warning]{--signal-verdict: #F97316;--signal-verdict-bg: #FFF7ED;--signal-verdict-border: #F97316}[data-verdict=clear]{--signal-verdict: #10B981;--signal-verdict-bg: #ECFDF5;--signal-verdict-border: #10B981}[data-verdict=unknown]{--signal-verdict: #6b6b6b;--signal-verdict-bg: #fafafa;--signal-verdict-border: #d9d9d9}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;background-color:var(--c-bg);color:var(--c-text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#bfbfbf}.t-xs{font-size:12px;line-height:1.5}.t-sm{font-size:14px;line-height:1.5}.t-md{font-size:16px;line-height:1.6}.t-lg{font-size:20px;line-height:1.4}.t-xl{font-size:24px;line-height:1.4}.t-hero{font-size:30px;line-height:1.3}.t-accent{color:var(--c-accent)}.t-primary{color:var(--c-text)}.t-secondary{color:var(--c-text-secondary)}.t-tertiary{color:var(--c-text-tertiary)}.t-quaternary{color:var(--c-text-quaternary)}.t-weight-normal{font-weight:400}.t-weight-medium{font-weight:500}.t-weight-semibold{font-weight:600}.t-weight-bold{font-weight:700}.t-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.flex-between{display:flex;justify-content:space-between;align-items:center}.flex-start{display:flex;align-items:flex-start}.flex-center{display:flex;align-items:center;justify-content:center}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1;min-width:0}.w-full{width:100%}.gap-2{gap:8px}.gap-4{gap:16px}.mt-1{margin-top:4px}.mt-2{margin-top:8px}.mt-3{margin-top:12px}.mt-4{margin-top:16px}.mb-1{margin-bottom:4px}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:12px}.mr-2{margin-right:8px}.ml-2{margin-left:8px}.text-center{text-align:center}.text-xs{font-size:12px;line-height:1.5}.text-sm{font-size:14px;line-height:1.5}.text-base{font-size:16px;line-height:1.6}.text-lg{font-size:20px;line-height:1.4}.text-xl{font-size:24px;line-height:1.4}.text-hero{font-size:30px;line-height:1.3}.text-primary{color:var(--c-text)}.text-secondary{color:var(--c-text-secondary)}.text-tertiary{color:var(--c-text-tertiary)}.risk-badge-high{background:#ef44441a;color:#ef4444;border:1px solid #EF4444;border-radius:var(--radius-sm);padding:2px 8px;font-size:12px}.risk-badge-medium{background:#f973161a;color:#f97316;border:1px solid #F97316;border-radius:var(--radius-sm);padding:2px 8px;font-size:12px}.risk-badge-low{background:#10b9811a;color:#10b981;border:1px solid #10B981;border-radius:var(--radius-sm);padding:2px 8px;font-size:12px}.risk-badge-unknown{background:#8b8fa31a;color:#8b8fa3;border:1px solid #8b8fa3;border-radius:var(--radius-sm);padding:2px 8px;font-size:12px}.page-container{max-width:var(--page-max);margin:0 auto;padding:24px 32px}.page-container--narrow{max-width:1080px;margin:0 auto;padding:24px 32px}.app-header{display:flex;align-items:center;padding:0 24px;height:var(--header-height);background:var(--c-bg-white);border-bottom:1px solid var(--c-border);position:sticky;top:0;z-index:100;gap:16px}.app-header__logo{display:flex;align-items:baseline;gap:8px;cursor:pointer;white-space:nowrap;flex-shrink:0}.app-header__logo-text{font-size:18px;font-weight:700;color:var(--c-text);letter-spacing:-.5px}.app-header__logo-sub{font-size:12px;color:var(--c-text-tertiary)}.app-header__trust-badge{font-size:12px;color:var(--c-success);background:var(--c-success-bg);padding:1px 6px;border-radius:10px;font-weight:500}.app-header__menu{flex:1;border-bottom:none!important;line-height:var(--header-height)}.app-header__menu .ant-menu-item{font-size:14px}.app-header__action-btn,.app-header__user-name{font-size:13px;color:var(--c-text-secondary)}.app-header__user-tier{font-size:10px;line-height:16px;padding:0 4px;margin:0;border:none}.app-header__login-link{font-size:13px}.app-header--dark{background:linear-gradient(135deg,#0a1628,#142b47);border-bottom-color:#ffffff1a}.app-header--dark .app-header__logo-text{color:#fff}.app-header--dark .app-header__logo-sub{color:#fff9}.app-header--dark .app-header__menu{background:transparent}.app-header--dark .app-header__menu .ant-menu-item{color:#ffffffbf}.app-header--dark .app-header__menu .ant-menu-item-selected,.app-header--dark .app-header__menu .ant-menu-item:hover{color:#fff}.app-header--dark .app-header__menu .ant-menu-item-selected:after{border-bottom-color:#fff}.app-header--dark .app-header__action-btn,.app-header--dark .app-header__user-name,.app-header--dark .app-header__login-link{color:#ffffffd9}.app-footer{background:var(--c-bg-dark);color:#ffffff80;padding:32px 32px 24px}.app-footer__top{max-width:var(--page-max);margin:0 auto 20px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.08)}.app-footer__brand{display:flex;align-items:baseline;gap:12px;margin-bottom:12px}.app-footer__logo{font-size:16px;font-weight:700;color:#ffffffd9}.app-footer__tagline{font-size:12px;color:#ffffff59}.app-footer__sources{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.app-footer__sources-label{font-size:12px;color:#fff6;flex-shrink:0}.app-footer__source-tag{font-size:12px;padding:2px 8px;border-radius:10px;background:#ffffff0f;color:#ffffff80}.app-footer__bottom{max-width:var(--page-max);margin:0 auto;text-align:center}.app-footer__links{margin-bottom:10px;display:flex;justify-content:center;gap:12px;font-size:12px}.app-footer__sep{color:#ffffff26}.app-footer__link{color:#ffffff73;text-decoration:none;transition:color .2s}.app-footer__link:hover{color:#fffc}.app-footer__copyright{font-size:12px;color:#ffffff40;margin-bottom:4px}.app-footer__disclaimer{font-size:12px;color:#ffffff2e}.hero{position:relative;background:linear-gradient(135deg,var(--c-hero-start) 0%,var(--c-hero-end) 60%,var(--c-hero-accent) 100%);padding:56px 32px 72px;text-align:center;overflow:hidden}.hero:before{content:"";position:absolute;top:-80px;right:-120px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.12) 0%,transparent 70%);pointer-events:none}.hero:after{content:"";position:absolute;bottom:-60px;left:-80px;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.08) 0%,transparent 70%);pointer-events:none}.hero__title{font-size:32px;font-weight:700;color:var(--c-text-inverse);margin-bottom:12px;position:relative;z-index:1;letter-spacing:-.5px}.hero__subtitle{font-size:15px;color:var(--c-text-inverse-secondary);margin-bottom:28px;position:relative;z-index:1;max-width:600px;margin-left:auto;margin-right:auto}.hero-tabs{display:flex;justify-content:center;gap:4px;margin-bottom:20px;position:relative;z-index:1}.hero-tabs__item{display:inline-flex;align-items:center;gap:6px;padding:6px 16px;border:none;border-radius:20px;background:#ffffff1a;color:#fff9;font-size:13px;cursor:pointer;transition:all .2s;backdrop-filter:blur(4px)}.hero-tabs__item:hover{background:#ffffff2e;color:#ffffffd9}.hero-tabs__item--active{background:#fffffff2;color:var(--c-hero-start);font-weight:500;box-shadow:0 2px 8px #00000026}.hero-tabs__item--active:hover{background:#fff;color:var(--c-hero-start)}.search-container{max-width:640px;margin:0 auto;position:relative;z-index:1}.search-container__btn{border-radius:0 var(--radius-sm) var(--radius-sm) 0!important;font-weight:500;min-width:80px}.search-container .ant-input-affix-wrapper{border-radius:var(--radius-sm) 0 0 var(--radius-sm)!important;border-right:none}.search-container .ant-input-affix-wrapper:focus,.search-container .ant-input-affix-wrapper-focused{border-right:none;box-shadow:none}.search-container .ant-select-auto-complete{width:100%}.hero-nav-hint{display:flex;flex-direction:column;align-items:center;padding:24px;background:#ffffff0f;border-radius:var(--radius-md);backdrop-filter:blur(4px)}.hero__source-hint{margin-top:20px;font-size:12px;color:#ffffff73;position:relative;z-index:1}.hero__friction-reducer{margin-top:6px;font-size:12px;color:#ffffff59;position:relative;z-index:1}.hero__hot-terms{display:flex;justify-content:center;align-items:center;gap:6px;margin-top:16px;flex-wrap:wrap;position:relative;z-index:1}.hero__hot-terms-label{font-size:12px;color:#fff6;flex-shrink:0}.hero__hot-term{border:none;background:#ffffff1a;color:#ffffffb3;padding:2px 10px;border-radius:12px;font-size:12px;cursor:pointer;transition:all .2s;white-space:nowrap}.hero__hot-term:hover{background:#ffffff38;color:#fffffff2}.stats-trust-bar{background:var(--c-bg-white);border-bottom:1px solid var(--c-border-light);margin-top:-36px;position:relative;z-index:2;box-shadow:var(--shadow-sm)}.stats-trust-bar__inner{max-width:var(--page-max);margin:0 auto;padding:16px 32px}.stats-trust-bar__content{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.stats-bar__content{display:flex;gap:32px;flex-wrap:wrap}.stats-bar__value{font-size:18px;font-weight:700;color:var(--c-text);font-variant-numeric:tabular-nums}.stats-bar__label{font-size:12px;color:var(--c-text-tertiary)}.me-section{background:var(--c-bg-white);padding:32px 0;border-bottom:1px solid var(--c-border-light)}.me-section__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.me-section__title{font-size:18px;font-weight:600;color:var(--c-text);display:flex;align-items:center}.me-section__sub{font-size:13px;color:var(--c-text-tertiary);margin-top:4px}.me-section__label{font-size:13px;font-weight:500;color:var(--c-text-secondary);margin-bottom:12px}.me-market-card{transition:transform .2s,box-shadow .2s}.me-market-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.tool-section-header{margin-bottom:16px}.tool-section-header__title{font-size:18px;font-weight:600;color:var(--c-text)}.tool-section-header__sub{font-size:13px;color:var(--c-text-tertiary);margin-top:2px}.tool-featured-card{position:relative;overflow:hidden;border-radius:var(--radius-md);border:none;box-shadow:var(--shadow-sm);transition:box-shadow .2s}.tool-featured-card:hover{box-shadow:var(--shadow-md)}.tool-featured-card__accent{position:absolute;left:0;top:0;bottom:0;width:4px}.tool-featured-card__body{padding-left:12px}.tool-featured-card__icon{font-size:22px}.tool-featured-card__title{font-size:16px;font-weight:600}.cta-warm-btn{background:var(--c-error)!important;border-color:var(--c-error)!important;border-radius:var(--radius-sm)!important;font-weight:500}.cta-warm-btn:hover{background:#ff7875!important;border-color:#ff7875!important}.tool-secondary-card,.tool-tertiary-card{border-radius:var(--radius-md);transition:transform .2s,box-shadow .2s;height:100%}.tool-secondary-card:hover,.tool-tertiary-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.tool-secondary-card:hover .tool-card__arrow,.tool-tertiary-card:hover .tool-card__arrow{opacity:1!important}.tool-grid-card__icon{font-size:20px}.tool-grid-card__title{font-size:15px;font-weight:600}.data-sources-section{background:var(--c-bg-white);padding:32px 0;border-top:1px solid var(--c-border-light);border-bottom:1px solid var(--c-border-light)}.data-sources-section__header{text-align:center;font-size:15px;font-weight:500;color:var(--c-text-secondary);margin-bottom:16px;display:flex;align-items:center;justify-content:center;gap:8px}.data-sources-section__badges{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin-bottom:16px}.source-badge{font-size:12px;padding:4px 12px;border-radius:16px;background:var(--c-bg);border:1px solid var(--c-border-light);color:var(--c-text-secondary)}.source-badge--ofac{border-color:#ef4444;color:#ef4444}.source-badge--eu{border-color:#2563eb;color:#2563eb}.source-badge--un{border-color:#10b981;color:#10b981}.source-badge--uk{border-color:#722ed1;color:#722ed1}.source-badge--mofcom{border-color:#fa8c16;color:#fa8c16}.source-badge--echa{border-color:#13c2c2;color:#13c2c2}.chat-fab{position:fixed;bottom:32px;right:32px;z-index:50}.chat-fab__btn{width:52px!important;height:52px!important;font-size:22px!important;box-shadow:var(--shadow-lg)!important}.ant-table{border:1px solid var(--c-border-light);border-radius:var(--radius-md)!important}.ant-table-thead>tr>th{background:#fafafa!important;font-size:13px;font-weight:600;color:var(--c-text-secondary);border-bottom:1px solid var(--c-border)}.ant-table-tbody>tr>td{font-size:13px;border-bottom:1px solid var(--c-border-light)}.ant-table-tbody>tr:hover>td{background:var(--c-primary-bg)!important}.ant-table-tbody>tr:last-child>td{border-bottom:none}.ant-table.ant-table-small .ant-table-thead>tr>th,.ant-table.ant-table-small .ant-table-tbody>tr>td{padding:8px 12px}.realtime-bar{display:flex;align-items:center;gap:12px;font-size:13px;overflow:hidden}.realtime-bar__content{flex:1;overflow:hidden;display:flex;gap:16px}.realtime-bar__item{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px;color:var(--c-text-secondary)}.realtime-bar__time{font-size:12px;color:var(--c-text-quaternary);flex-shrink:0;font-variant-numeric:tabular-nums}.surface-success{background:var(--c-success-bg);border-radius:var(--radius-sm);padding:8px 12px}.surface-error{background:var(--c-error-bg);border-radius:var(--radius-sm);padding:8px 12px}.surface-info{background:var(--c-primary-bg);border-radius:var(--radius-sm);padding:8px 12px}.content-card-title{font-size:13px;font-weight:600;color:var(--c-text);padding-bottom:8px}.scroll-panel{max-height:260px;overflow-y:auto}.list-row{display:flex;align-items:center;padding:6px 0;border-bottom:1px solid var(--c-border-light);gap:8px}.list-row:last-child{border-bottom:none}.summary-stats{display:flex;gap:24px;flex-wrap:wrap;padding:8px 0 12px;border-bottom:1px solid var(--c-border-light);margin-bottom:12px}.tab-bar{display:flex;border-bottom:1px solid var(--c-border-light);margin-bottom:12px}.tab-bar__item{padding:8px 16px;border:none;background:none;font-size:13px;color:var(--c-text-tertiary);cursor:pointer;border-bottom:2px solid transparent;transition:all .2s;display:inline-flex;align-items:center}.tab-bar__item:hover{color:var(--c-text-secondary)}.tab-bar__item--active{color:var(--c-primary);font-weight:500;border-bottom-color:var(--c-primary)}@media (max-width: 768px){.hero{padding:36px 16px 56px}.hero__title{font-size:24px}.hero__subtitle{font-size:13px}.hero-tabs{gap:2px}.hero-tabs__item{padding:4px 10px;font-size:12px}.stats-trust-bar__content{gap:20px}.stats-bar__value{font-size:16px}.app-header{padding:0 12px;gap:8px}.app-header__logo-sub,.app-header__trust-badge{display:none}.app-header__menu .ant-menu-item{font-size:12px;padding:0 8px}.page-container{padding:16px}.chat-fab{bottom:16px;right:16px}.app-footer__sources{flex-direction:column;align-items:flex-start}.me-section__header{flex-direction:column;gap:8px}.data-sources-section__badges{justify-content:flex-start}.tool-featured-card__body{padding-left:8px}.tool-section-header__title{font-size:16px}}.skeleton-card{background:var(--c-bg-white);border-radius:var(--radius-md);padding:20px;margin-bottom:12px}.skeleton-line{height:14px;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite;border-radius:4px;margin-bottom:10px}.skeleton-line--w60{width:60%}.skeleton-line--w80{width:80%}.skeleton-line--w40{width:40%}.skeleton-line--w100{width:100%}.skeleton-line--title{height:20px;width:50%;margin-bottom:14px}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (min-width: 769px) and (max-width: 1024px){.page-container{padding:20px 24px}.hero{padding:40px 24px 64px}.hero__title{font-size:28px}.stats-trust-bar__content{gap:24px}}@media (max-width: 480px){.hero{padding:28px 12px 48px}.hero__title{font-size:20px}.hero__subtitle{font-size:12px}.hero-tabs__item{padding:3px 8px;font-size:12px;gap:4px}.hero__hot-terms{gap:4px}.hero__hot-term{padding:1px 8px;font-size:12px}.search-container .ant-input-affix-wrapper{font-size:14px}.app-header__menu{display:none}.stats-trust-bar__inner{padding:12px 16px}.stats-trust-bar__content{gap:12px}.stats-bar__content{gap:16px}.stats-bar__value{font-size:14px}.app-footer{padding:24px 16px 16px}.app-footer__brand{flex-direction:column;gap:4px}.page-container{padding:12px}}@media print{.app-header,.app-footer,.chat-fab,.page-header,.ant-btn,.ant-tabs-nav,.disclaimer-alert,.ant-pagination{display:none!important}body{background:#fff;color:#000}.ant-card{break-inside:avoid;box-shadow:none;border:1px solid #ddd}.ant-descriptions-bordered .ant-descriptions-item-label{background:#f5f5f5!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.ant-tag{border:1px solid #999;-webkit-print-color-adjust:exact;print-color-adjust:exact}}.profile-layout .ant-row{align-items:stretch}.profile-layout .ant-col{display:flex}.profile-layout .ant-col>*{flex:1;min-width:0}.profile-layout .ant-card{min-height:120px}.profile-layout section>.ant-card:first-child{margin-bottom:12px}@media (max-width: 768px){.decision-rail{position:fixed!important;inset:auto 0 0!important;width:100%!important;max-height:56px!important;z-index:999!important;background:#fff!important;border-top:1px solid var(--c-border)!important;box-shadow:0 -2px 8px #0000000f!important;padding:8px 12px!important;overflow-x:auto!important;overflow-y:hidden!important}.decision-rail>div{flex-direction:row!important;gap:8px!important;align-items:center!important}.decision-rail .ant-space{flex-direction:row!important;flex-wrap:nowrap!important}.decision-rail .ant-btn{font-size:12px!important;padding:4px 8px!important}.profile-layout{padding:16px 12px!important;flex-direction:column!important}.profile-layout .ant-row>.ant-col{max-width:100%!important;flex:0 0 100%!important}section[id=section-conclusion]>div{flex-direction:column!important;gap:8px!important}section[id=section-conclusion]+div{flex-wrap:wrap!important}.profile-layout>div:first-child{position:relative!important;top:0!important}}@media (max-width: 480px){.profile-layout{padding:12px 8px!important}.ant-descriptions .ant-descriptions-item{display:block!important;width:100%!important}.decision-rail-mobile-hidden{display:none!important}.profile-layout{padding:16px!important}}.profile-layout section{margin-bottom:var(--sp-4)}.profile-layout .ant-card{margin-bottom:var(--sp-3)}.profile-layout .ant-tag{font-size:12px;padding:1px 8px;line-height:20px;border-radius:4px}.profile-layout .ant-tag.ant-tag-has-color{font-size:12px}.profile-layout .ant-card{border:1px solid var(--c-border-light);box-shadow:var(--shadow-sm);transition:box-shadow .2s ease,transform .15s ease}.profile-layout .ant-card:hover{box-shadow:var(--shadow-md)}.profile-layout .ant-table-tbody>tr>td{padding:10px 12px!important;line-height:1.6}.profile-layout .ant-table td:first-child,.profile-layout .ant-table th:first-child{min-width:120px}.profile-layout .ant-tag-[color=green],.profile-layout .ant-tag[color=success]{background:#ecfdf5;border-color:#b7eb8f}.profile-layout .ant-tag[color=error],.profile-layout .ant-tag[color=red]{background:#fff2f0;border-color:#ffccc7}.profile-layout .ant-tag[color=warning],.profile-layout .ant-tag[color=orange],.profile-layout .ant-tag[color=gold]{background:#fffbeb;border-color:#ffe58f}.profile-layout .num-right{text-align:right;font-variant-numeric:tabular-nums}.profile-layout .ant-table-tbody>tr{cursor:pointer;transition:background .15s ease}.profile-layout .ant-descriptions-item-content{font-size:13px}.profile-layout .ant-descriptions-item-label{font-size:13px;color:var(--c-text-secondary);white-space:nowrap}.profile-layout .ant-table.ant-table-small .ant-table-thead>tr>th{padding:10px 12px}.profile-layout .empty-field{color:var(--c-text-quaternary);font-size:12px;font-style:italic}.profile-layout .ant-table{border:none;border-radius:0!important}.profile-layout .ant-table-thead>tr>th{border-bottom:1px solid var(--c-border)}.profile-layout .ant-table-tbody>tr>td{border-bottom:1px solid var(--c-border-light)}.risk-level-critical,.risk-level-high{color:#ef4444}.risk-level-medium{color:#fa8c16}.risk-level-low{color:#10b981}.risk-level-info{color:#2563eb}.profile-layout section:nth-child(odd){background:transparent}.profile-layout section:nth-child(2n){background:var(--c-bg);border-radius:var(--radius-md);padding:var(--sp-4);margin:0 calc(-1 * var(--sp-4));padding-left:var(--sp-4);padding-right:var(--sp-4)}.profile-layout section+section{padding-top:var(--sp-4)}.profile-layout .legal-person-field{font-weight:500;display:inline-flex;align-items:center;gap:6px}.profile-layout .field-info-icon{color:var(--c-text-quaternary);font-size:12px;margin-left:4px;cursor:help}.profile-layout .field-info-icon:hover{color:var(--c-primary)}.profile-layout .source-link{font-size:12px;color:var(--c-primary);text-decoration:none;display:inline-flex;align-items:center;gap:3px}.profile-layout .source-link:hover{text-decoration:underline}.profile-layout section[id^=layer-]>.ant-space,.profile-layout section[id^=section-]>.ant-space{margin-bottom:var(--sp-2)}.profile-layout .ant-tooltip-inner{font-size:12px;max-width:260px}.profile-layout h2{max-width:400px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 768px){.profile-layout h2{max-width:200px}}.profile-layout .tag-fold-container .ant-tag:nth-child(n+4){display:none}.profile-layout .tag-fold-container.expanded .ant-tag{display:inline-block}.profile-layout .ant-alert-error{border-radius:var(--radius-md);border-left:4px solid var(--c-error)}.profile-layout .cta-primary{font-weight:500;box-shadow:0 2px #1677ff1a}.ant-message .ant-message-notice-content{border-radius:var(--radius-md);box-shadow:var(--shadow-md)}.profile-layout .field-missing{color:var(--c-text-quaternary);font-size:12px;display:inline-flex;align-items:center;gap:4px}.profile-layout .ant-card-head-title{font-size:14px;font-weight:600}.profile-layout .ant-timeline .ant-timeline-item-content{padding-bottom:var(--sp-2)}.profile-layout .freshness-indicator{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:var(--c-text-tertiary)}.profile-layout .freshness-indicator .freshness-dot{width:6px;height:6px;border-radius:50%;background:var(--c-success);display:inline-block}.profile-layout .freshness-indicator .freshness-dot.stale{background:var(--c-warning)}.profile-layout .freshness-indicator .freshness-dot.old{background:var(--c-error)}@media (max-width: 768px){.profile-layout .ant-table-wrapper{overflow-x:auto}.profile-layout .ant-table{min-width:500px}.profile-layout .ant-descriptions .ant-descriptions-item{padding:8px!important}}@media (max-width: 768px){.search-filter-bar{flex-direction:column!important;align-items:stretch!important;gap:8px!important}.search-filter-bar .ant-select{width:100%!important;margin-left:0!important}.search-filter-bar .ant-space{width:100%;justify-content:center}.search-advanced-bar{flex-direction:column!important;gap:8px!important}.search-advanced-bar .ant-select{width:100%!important}}@media (max-width: 480px){.search-filter-bar .ant-btn{font-size:12px;padding:0 8px}}.risk-row-high{background:#fef2f2!important}.risk-row-high:hover>td{background:#fee2e2!important}.page-container .ant-card{border-radius:var(--radius-md);border-color:#e5e7eb;box-shadow:var(--shadow-sm)}.page-container .ant-card-head{border-bottom-color:#f3f4f6}.page-container .ant-table{border-radius:var(--radius-sm)}.page-container .ant-table-thead>tr>th{background:#f9fafb;font-weight:600;font-size:12px;color:#6b7280}
