.vfy{--vfy-ink:#0B1F3A;--vfy-ink-2:#33475F;--vfy-mute:#5F6F84;--vfy-line:#E3E9F1;--vfy-bg:#F4F7FB;--vfy-card:#FFFFFF;--vfy-gold:#C9A227;--vfy-teal:#0E7C7B;--vfy-teal-2:#0A5C5B;--vfy-green:#12805C;--vfy-amber:#B3720A;--vfy-red:#B3362B;--vfy-slate:#5A6B80;--vfy-radius:14px;--vfy-shadow:0 10px 30px rgba(11, 31, 58, .08);--vfy-shadow-lg:0 24px 60px rgba(11, 31, 58, .16)}.vfy-content{background:var(--vfy-bg);min-height:60vh}.vfy-hero{position:relative;background:radial-gradient(1100px 480px at 82% -120px,rgba(201,162,39,.16),transparent 62%),radial-gradient(900px 420px at 8% -80px,rgba(14,124,123,.22),transparent 60%),linear-gradient(160deg,#0b1f3a 0,#0e2a4d 58%,#0b2440 100%);color:#fff;padding:72px 0 88px;overflow:hidden}.vfy-hero::after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:44px 44px;mask-image:radial-gradient(720px 420px at 50% 0%,#000 30%,transparent 78%);pointer-events:none}.vfy-hero__inner{position:relative;z-index:1;max-width:920px;margin:0 auto;text-align:center;padding:0 24px}.vfy-hero__eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#ead9a0;background:rgba(201,162,39,.12);border:1px solid rgba(201,162,39,.35);padding:7px 16px;border-radius:999px}.vfy-hero__title{font-family:Sora,sans-serif;font-size:clamp(30px, 4.6vw, 48px);line-height:1.12;margin:20px 0 14px;font-weight:800}.vfy-hero__title em{font-style:normal;color:#ead9a0}.vfy-hero__sub{color:rgba(255,255,255,.78);font-size:17px;line-height:1.65;max-width:660px;margin:0 auto}.vfy-hero__stats{display:flex;gap:34px;justify-content:center;margin-top:34px;flex-wrap:wrap}.vfy-hero__stat b{display:block;font-family:Sora,sans-serif;font-size:24px;color:#ead9a0}.vfy-hero__stat span{font-size:12.5px;color:rgba(255,255,255,.6);letter-spacing:.04em}.vfy-search{position:relative;margin:34px auto 0;max-width:760px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(10px);border-radius:18px;padding:12px}.vfy-search__row{display:flex;gap:10px}.vfy-search__field{position:relative;flex:1}.vfy-search__field .icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:var(--vfy-mute);pointer-events:none}.vfy-search input[type=search],.vfy-search input[type=text]{width:100%;height:54px;border:0;border-radius:12px;background:#fff;color:var(--vfy-ink);padding:0 16px 0 46px;font-size:15.5px;font-family:inherit;box-shadow:inset 0 0 0 1px rgba(11,31,58,.06)}.vfy-search input:focus{outline:2px solid var(--vfy-gold);outline-offset:0}.vfy-search__go{height:54px;padding:0 26px;border:0;border-radius:12px;background:var(--vfy-gold);color:#1c1608;font-weight:700;font-size:15px;cursor:pointer;display:inline-flex;align-items:center;gap:8px;white-space:nowrap;transition:filter .15s ease}.vfy-search__go:hover{filter:brightness(1.07)}.vfy-search__hint{margin-top:10px;font-size:12.5px;color:rgba(255,255,255,.55)}.vfy-suggest{position:absolute;top:calc(100% + 8px);left:12px;right:12px;background:#fff;color:var(--vfy-ink);border:1px solid var(--vfy-line);border-radius:12px;box-shadow:var(--vfy-shadow-lg);z-index:60;overflow:hidden;text-align:left}.vfy-suggest[hidden]{display:none}.vfy-suggest__item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 16px;cursor:pointer;font-size:14px}.vfy-suggest__item.is-active,.vfy-suggest__item:hover{background:#f2f6fb}.vfy-suggest__kind{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--vfy-mute);background:#eef2f8;padding:3px 8px;border-radius:6px}.vfy-filters{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px;justify-content:center}.vfy-filters .vfy-select,.vfy-filters select{height:40px;border-radius:10px;border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.1);color:#fff;padding:0 12px;font-size:13.5px;font-family:inherit;cursor:pointer}.vfy-filters select option{color:var(--vfy-ink)}.vfy-filters--light select{border-color:var(--vfy-line);background:#fff;color:var(--vfy-ink)}.vfy-section{padding:56px 0}.vfy-section--tight{padding:36px 0 56px}.vfy-section__head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:22px;flex-wrap:wrap}.vfy-section__head h2{font-family:Sora,sans-serif;font-size:24px;color:var(--vfy-ink);margin:0}.vfy-count{font-size:13.5px;color:var(--vfy-mute)}.vfy-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:22px}.vfy-card{position:relative;background:var(--vfy-card);border:1px solid var(--vfy-line);border-radius:var(--vfy-radius);box-shadow:var(--vfy-shadow);padding:22px;display:flex;flex-direction:column;gap:14px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.vfy-card:hover{transform:translateY(-3px);box-shadow:var(--vfy-shadow-lg);border-color:#cbd7e6}.vfy-card__top{display:flex;gap:14px;align-items:flex-start}.vfy-logo{width:52px;height:52px;flex:0 0 auto;border-radius:12px;display:flex;align-items:center;justify-content:center;font-family:Sora,sans-serif;font-weight:800;font-size:19px;color:#fff;background:linear-gradient(135deg,#0e2a4d,#10406e);border:1px solid rgba(255,255,255,.14)}.vfy-card__id h3{margin:0 0 4px;font-size:16.5px;font-family:Sora,sans-serif;color:var(--vfy-ink);line-height:1.3}.vfy-card__id h3 a{color:inherit;text-decoration:none}.vfy-card__id h3 a:hover{color:var(--vfy-teal-2)}.vfy-card__meta{font-size:13px;color:var(--vfy-mute);display:flex;flex-wrap:wrap;gap:6px 12px}.vfy-card__meta .icon{width:13px;height:13px;vertical-align:-2px;margin-right:3px}.vfy-card__pid{font-size:11.5px;letter-spacing:.06em;color:var(--vfy-slate);background:#eef2f8;border-radius:6px;padding:3px 8px;font-weight:600;display:inline-block}.vfy-card__desc{font-size:13.5px;color:var(--vfy-ink-2);line-height:1.55;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.vfy-card__foot{display:flex;gap:8px;margin-top:auto;padding-top:12px;border-top:1px solid var(--vfy-line);flex-wrap:wrap}.vfy-btn{display:inline-flex;align-items:center;gap:7px;border-radius:10px;padding:9px 15px;font-size:13px;font-weight:600;border:1px solid transparent;cursor:pointer;text-decoration:none;transition:background .15s ease,border-color .15s ease,color .15s ease;font-family:inherit;line-height:1.2}.vfy-btn .icon{width:14px;height:14px}.vfy-btn--primary{background:var(--vfy-ink);color:#fff}.vfy-btn--primary:hover{background:#12315c}.vfy-btn--gold{background:var(--vfy-gold);color:#1c1608}.vfy-btn--gold:hover{filter:brightness(1.06)}.vfy-btn--ghost{background:#fff;border-color:var(--vfy-line);color:var(--vfy-ink)}.vfy-btn--ghost:hover{border-color:#b9c7d8;background:#f6f9fc}.vfy-btn--ghost.is-saved{border-color:var(--vfy-teal);color:var(--vfy-teal-2);background:#edf7f7}.vfy-btn--lg{padding:12px 22px;font-size:14.5px;border-radius:12px}.vfy-badge{position:relative;display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:5px 11px;border-radius:999px;cursor:help;white-space:nowrap}.vfy-badge .icon{width:12px;height:12px}.vfy-badge--verified{background:#e5f4ee;color:var(--vfy-green);border:1px solid #bfe3d4}.vfy-badge--pending{background:#fdf2de;color:var(--vfy-amber);border:1px solid #f0d9a8}.vfy-badge--expired{background:#fbeae8;color:var(--vfy-red);border:1px solid #efc7c1}.vfy-badge--suspended{background:#fceee6;color:#a14e0f;border:1px solid #f0d3bc}.vfy-badge--archived{background:#eef1f5;color:var(--vfy-slate);border:1px solid #d5dde6}.vfy-badge--rejected{background:#f9e8e6;color:#8c2a21;border:1px solid #e9c0bb}.vfy-badge::after{content:attr(data-tip);position:absolute;bottom:calc(100% + 9px);left:50%;transform:translateX(-50%) translateY(4px);width:250px;padding:10px 12px;border-radius:10px;background:#102542;color:#eaf0f8;font-size:12px;font-weight:500;letter-spacing:0;text-transform:none;line-height:1.5;text-align:left;box-shadow:var(--vfy-shadow-lg);opacity:0;visibility:hidden;transition:opacity .15s ease,transform .15s ease;z-index:40;pointer-events:none}.vfy-badge:focus-visible::after,.vfy-badge:hover::after{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.vfy-empty{background:var(--vfy-card);border:1px dashed #c7d2e0;border-radius:var(--vfy-radius);padding:52px 28px;text-align:center;max-width:720px;margin:0 auto}.vfy-empty .icon{width:42px;height:42px;color:#9fb0c4;margin-bottom:14px}.vfy-empty h3{font-family:Sora,sans-serif;color:var(--vfy-ink);font-size:20px;margin:0 0 8px}.vfy-empty p{color:var(--vfy-mute);font-size:14.5px;max-width:520px;margin:0 auto 22px;line-height:1.6}.vfy-empty__actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.vfy-panel{background:rgba(255,255,255,.82);backdrop-filter:blur(8px);border:1px solid var(--vfy-line);border-radius:var(--vfy-radius);box-shadow:var(--vfy-shadow)}.vfy-panel__head{padding:18px 22px;border-bottom:1px solid var(--vfy-line);display:flex;align-items:center;gap:10px}.vfy-panel__head .icon{width:17px;height:17px;color:var(--vfy-teal)}.vfy-panel__head h3{margin:0;font-family:Sora,sans-serif;font-size:16px;color:var(--vfy-ink)}.vfy-panel__body{padding:20px 22px}.vfy-defs{display:grid;grid-template-columns:repeat(2,1fr);gap:0}.vfy-def{padding:13px 6px;border-bottom:1px solid #edf1f6;display:flex;flex-direction:column;gap:3px}.vfy-def dt{font-size:11.5px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--vfy-mute)}.vfy-def dd{margin:0;font-size:14.5px;color:var(--vfy-ink);font-weight:500;word-break:break-word}.vfy-def dd a{color:var(--vfy-teal-2)}.vfy-def--full{grid-column:1/-1}.vfy-lock{display:flex;align-items:center;gap:14px;padding:13px 6px;border-bottom:1px solid #edf1f6}.vfy-lock:last-child{border-bottom:0}.vfy-lock__icon{width:34px;height:34px;flex:0 0 auto;border-radius:9px;background:#f0f3f8;border:1px solid var(--vfy-line);display:flex;align-items:center;justify-content:center;color:var(--vfy-slate)}.vfy-lock__icon .icon{width:15px;height:15px}.vfy-lock__body{flex:1;min-width:0}.vfy-lock__label{font-size:14px;font-weight:600;color:var(--vfy-ink)}.vfy-lock__note{font-size:12.5px;color:var(--vfy-mute)}.vfy-lock .vfy-btn{flex:0 0 auto}.vfy-timeline{position:relative;margin:4px 0 0;padding-left:26px;list-style:none}.vfy-timeline::before{content:"";position:absolute;left:8px;top:6px;bottom:6px;width:2px;background:#dfe7f0;border-radius:2px}.vfy-timeline li{position:relative;padding:0 0 20px}.vfy-timeline li:last-child{padding-bottom:0}.vfy-timeline li::before{content:"";position:absolute;left:-24px;top:4px;width:12px;height:12px;border-radius:50%;background:#fff;border:3px solid var(--vfy-teal)}.vfy-timeline li.vfy-tl--future::before{border-color:var(--vfy-gold)}.vfy-timeline b{display:block;font-size:14px;color:var(--vfy-ink)}.vfy-timeline span{font-size:12.5px;color:var(--vfy-mute)}.vfy-profile-hero{background:radial-gradient(900px 380px at 88% -140px,rgba(201,162,39,.14),transparent 60%),linear-gradient(160deg,#0b1f3a,#0e2a4d);color:#fff;padding:46px 0 0;position:relative;overflow:hidden}.vfy-profile-hero::after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:44px 44px;pointer-events:none}.vfy-profile-hero .container{position:relative;z-index:1}.vfy-crumbs{list-style:none;display:flex;gap:8px;align-items:center;padding:0;margin:0 0 26px;font-size:13px;color:rgba(255,255,255,.62);flex-wrap:wrap}.vfy-crumbs a{color:rgba(255,255,255,.78);text-decoration:none}.vfy-crumbs a:hover{color:#ead9a0}.vfy-crumbs .sep{opacity:.5}.vfy-profile-card{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(10px);border-radius:18px;padding:26px;display:flex;gap:22px;align-items:flex-start;flex-wrap:wrap;margin-bottom:34px}.vfy-profile-card .vfy-logo{width:76px;height:76px;font-size:28px;border-radius:16px;background:linear-gradient(135deg,#c9a227,#8c6d14)}.vfy-profile-id{flex:1;min-width:260px}.vfy-profile-id h1{font-family:Sora,sans-serif;font-size:clamp(22px, 3.4vw, 32px);margin:0 0 8px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.vfy-profile-sub{display:flex;gap:8px 18px;flex-wrap:wrap;font-size:13.5px;color:rgba(255,255,255,.75);margin-bottom:12px}.vfy-profile-sub .icon{width:13px;height:13px;margin-right:4px;vertical-align:-2px}.vfy-profile-pid{font-size:12px;letter-spacing:.08em;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);padding:4px 10px;border-radius:7px;font-weight:700}.vfy-profile-actions{display:flex;gap:9px;flex-wrap:wrap}.vfy-profile-actions .vfy-btn--ghost{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.28);color:#fff}.vfy-profile-actions .vfy-btn--ghost:hover{background:rgba(255,255,255,.18)}.vfy-profile-actions .vfy-btn--ghost.is-saved{background:rgba(14,124,123,.3);border-color:rgba(14,124,123,.7);color:#c9eceb}.vfy-profile-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px;align-items:start;padding:40px 0 64px}.vfy-profile-side{display:flex;flex-direction:column;gap:24px}.vfy-related{display:grid;gap:10px}.vfy-related a{display:flex;align-items:center;gap:12px;text-decoration:none;border:1px solid var(--vfy-line);border-radius:11px;padding:13px 14px;color:var(--vfy-ink);font-size:14px;font-weight:600;transition:border-color .15s ease,background .15s ease}.vfy-related a:hover{border-color:var(--vfy-teal);background:#f3faf9}.vfy-related .icon{width:17px;height:17px;color:var(--vfy-teal);flex:0 0 auto}.vfy-related .chev{margin-left:auto;color:#9fb0c4;width:14px;height:14px}.vfy-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.vfy-step{padding:22px}.vfy-step__num{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-family:Sora,sans-serif;font-weight:800;font-size:16px;background:linear-gradient(135deg,#0b1f3a,#10406e);color:#ead9a0;margin-bottom:14px}.vfy-step h3{font-family:Sora,sans-serif;font-size:16px;color:var(--vfy-ink);margin:0 0 6px}.vfy-step p{font-size:13.5px;color:var(--vfy-mute);line-height:1.6;margin:0}.vfy-legend{display:flex;flex-wrap:wrap;gap:14px 22px;align-items:center}.vfy-table-wrap{overflow-x:auto}.vfy-table{width:100%;border-collapse:collapse;font-size:14px}.vfy-table th{text-align:left;font-size:11.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--vfy-mute);padding:12px 14px;border-bottom:2px solid var(--vfy-line);white-space:nowrap}.vfy-table td{padding:14px;border-bottom:1px solid #edf1f6;vertical-align:middle}.vfy-table tbody tr{transition:background .12s ease}.vfy-table tbody tr:hover{background:#f6f9fc}.vfy-table .vfy-logo{width:38px;height:38px;font-size:14px;border-radius:10px}.vfy-toast{position:fixed;bottom:26px;left:50%;transform:translateX(-50%) translateY(16px);background:#102542;color:#fff;padding:13px 20px;border-radius:12px;font-size:14px;box-shadow:var(--vfy-shadow-lg);z-index:200;opacity:0;transition:opacity .2s ease,transform .2s ease;pointer-events:none;max-width:min(92vw,480px);text-align:center}.vfy-toast.is-show{opacity:1;transform:translateX(-50%) translateY(0)}.vfy-modal-backdrop{position:fixed;inset:0;background:rgba(8,18,34,.6);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;z-index:150;padding:20px}.vfy-modal-backdrop[hidden]{display:none}.vfy-modal{background:#fff;border-radius:16px;box-shadow:var(--vfy-shadow-lg);width:min(560px,100%);max-height:86vh;overflow:auto}.vfy-modal__head{padding:20px 24px 0;display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.vfy-modal__head h3{font-family:Sora,sans-serif;font-size:18px;color:var(--vfy-ink);margin:0}.vfy-modal__close{background:0 0;border:0;cursor:pointer;color:var(--vfy-mute);padding:4px}.vfy-modal__close .icon{width:18px;height:18px}.vfy-modal__body{padding:16px 24px 24px}.vfy-modal__body label{display:block;font-size:13px;font-weight:600;color:var(--vfy-ink-2);margin:14px 0 6px}.vfy-modal__body input,.vfy-modal__body select,.vfy-modal__body textarea{width:100%;border:1px solid var(--vfy-line);border-radius:10px;padding:10px 12px;font-size:14px;font-family:inherit;color:var(--vfy-ink);background:#fff}.vfy-modal__body textarea{min-height:96px;resize:vertical}.vfy-modal__body input:focus,.vfy-modal__body select:focus,.vfy-modal__body textarea:focus{outline:2px solid var(--vfy-teal);border-color:transparent}.vfy-modal__foot{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.vfy-faq{display:grid;gap:12px}.vfy-faq details{background:var(--vfy-card);border:1px solid var(--vfy-line);border-radius:12px;overflow:hidden}.vfy-faq summary{cursor:pointer;padding:17px 20px;font-weight:600;font-size:15px;color:var(--vfy-ink);list-style:none;display:flex;align-items:center;justify-content:space-between;gap:14px}.vfy-faq summary::-webkit-details-marker{display:none}.vfy-faq summary::after{content:"+";font-size:20px;color:var(--vfy-teal);font-weight:600;flex:0 0 auto}.vfy-faq details[open] summary::after{content:"\2013"}.vfy-faq details[open] summary{border-bottom:1px solid var(--vfy-line)}.vfy-faq .vfy-faq__body{padding:16px 20px 20px;font-size:14px;color:var(--vfy-ink-2);line-height:1.7}.vfy-services{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.vfy-service{display:flex;flex-direction:column;gap:10px;padding:24px}.vfy-service .icon{width:26px;height:26px;color:var(--vfy-teal)}.vfy-service h3{font-family:Sora,sans-serif;font-size:16.5px;color:var(--vfy-ink);margin:0}.vfy-service p{font-size:13.5px;color:var(--vfy-mute);line-height:1.6;margin:0;flex:1}.vfy-service a{font-size:13.5px;font-weight:700;color:var(--vfy-teal-2);text-decoration:none;display:inline-flex;gap:6px;align-items:center}.vfy-service a:hover{text-decoration:underline}.vfy-service a .icon{width:13px;height:13px;color:inherit}.vfy-checklist{list-style:none;margin:0;padding:0;display:grid;gap:10px}.vfy-checklist li{display:flex;gap:10px;align-items:flex-start;font-size:14px;color:var(--vfy-ink-2);line-height:1.55}.vfy-checklist .icon{width:16px;height:16px;color:var(--vfy-green);flex:0 0 auto;margin-top:2px}.vfy-page-hero{background:linear-gradient(160deg,#0b1f3a,#0e2a4d);color:#fff;padding:52px 0;text-align:center}.vfy-page-hero h1{font-family:Sora,sans-serif;font-size:clamp(26px, 3.6vw, 38px);margin:12px 0 10px}.vfy-page-hero p{color:rgba(255,255,255,.75);max-width:640px;margin:0 auto;font-size:15.5px;line-height:1.6}@media (max-width:1020px){.vfy-profile-grid{grid-template-columns:1fr}.vfy-profile-side{order:2}}@media (max-width:760px){.vfy-hero{padding:52px 0 64px}.vfy-search__row{flex-direction:column}.vfy-search__go{justify-content:center}.vfy-defs{grid-template-columns:1fr}.vfy-section{padding:40px 0}.vfy-profile-card{flex-direction:column}.vfy-lock{flex-wrap:wrap}.vfy-hero__stats{gap:22px}}
.vfy-card__logo{width:56px;height:56px;border-radius:12px;object-fit:cover;background:#fff;border:1px solid var(--vfy-line);flex:none}
.vfy-card__top{display:flex;align-items:flex-start;gap:14px}
.vfy-card__top .vfy-badge{margin-left:auto}
.vfy-card__facts{display:grid;grid-template-columns:1fr 1fr;gap:10px 18px;margin:14px 0 0;padding:14px 0 0;border-top:1px dashed var(--vfy-line)}
.vfy-card__facts div{min-width:0}
.vfy-card__facts dt{font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--vfy-mute);font-weight:600;margin:0 0 2px}
.vfy-card__facts dd{margin:0;font-size:13px;color:var(--vfy-ink);font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.vfy-card__qr{display:flex;align-items:center;gap:12px;margin-top:14px;padding:10px 12px;border:1px solid var(--vfy-line);border-radius:12px;background:#F8FAFC}
.vfy-card__qr img{width:84px;height:84px;border-radius:8px;background:#fff;border:1px solid var(--vfy-line)}
.vfy-card__qr span{font-size:12px;color:var(--vfy-mute);line-height:1.5}
.vfy-db-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;margin-top:22px}
@media (max-width:900px){.vfy-db-grid{grid-template-columns:1fr}}
.vfy-cert{display:flex;gap:18px;align-items:flex-start;flex-wrap:wrap}
.vfy-cert__qr{width:132px;height:132px;border-radius:12px;background:#fff;border:1px solid var(--vfy-line);padding:6px}
.vfy-cert__facts{display:grid;grid-template-columns:1fr 1fr;gap:10px 22px;margin:0;flex:1;min-width:220px}
.vfy-cert__facts div{min-width:0}
.vfy-cert__facts dt{font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--vfy-mute);font-weight:600;margin:0 0 2px}
.vfy-cert__facts dd{margin:0;font-size:13.5px;color:var(--vfy-ink);font-weight:600}
.vfy-cert__note{margin:14px 0 0;font-size:12.5px;color:var(--vfy-mute);line-height:1.6}
.vfy-db-bar{display:flex;gap:12px;flex-wrap:wrap;margin:0 0 20px}
.vfy-db-bar input{flex:1;min-width:220px;height:46px;border:1px solid var(--vfy-line);border-radius:12px;padding:0 16px;font-size:14px;font-family:inherit;background:#fff;color:var(--vfy-ink)}
.vfy-db-bar input:focus{outline:2px solid #087D8A;outline-offset:1px;border-color:transparent}