@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,650;9..144,700&family=Source+Sans+3:wght@400;500;600;700&display=swap";:root{--uom-ink: #0b1f33;--uom-ink-soft: #1a3349;--uom-navy: #12324f;--uom-steel: #3d5a73;--uom-mist: #e8eef3;--uom-paper: #f5f7fa;--uom-white: #ffffff;--uom-accent: #0e7c6b;--uom-accent-hover: #0a5f52;--uom-line: rgba(11, 31, 51, .12);--uom-shadow: 0 18px 40px rgba(11, 31, 51, .08);--uom-radius: 4px;--uom-max: 1080px;--uom-font-display: "Fraunces", "Iowan Old Style", "Palatino Linotype", Palatino, serif;--uom-font-body: "Source Sans 3", "Segoe UI", sans-serif}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body.uom-df-body{margin:0;min-height:100vh;overflow-x:hidden;font-family:var(--uom-font-body);font-size:1.05rem;line-height:1.6;color:var(--uom-ink);background:radial-gradient(1200px 500px at 10% -10%,rgba(18,50,79,.14),transparent 55%),radial-gradient(900px 420px at 100% 0%,rgba(14,124,107,.1),transparent 50%),linear-gradient(180deg,var(--uom-mist) 0%,var(--uom-paper) 42%,#eef2f6 100%);-webkit-font-smoothing:antialiased}#uom-root{min-height:100vh}.uom-app{min-height:100vh;display:flex;flex-direction:column}.uom-main{flex:1;width:min(100% - 2rem,var(--uom-max));margin:0 auto;padding:1.5rem 0 3.5rem}a{color:var(--uom-navy);text-decoration-thickness:1px;text-underline-offset:.18em}a:hover{color:var(--uom-accent)}img{max-width:100%;height:auto;display:block}.uom-header{position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f5f7fae0;border-bottom:1px solid var(--uom-line)}.uom-header__inner{width:min(100% - 2rem,var(--uom-max));margin:0 auto;padding:.9rem 0;display:flex;align-items:center;justify-content:space-between;gap:1rem}.uom-brand{display:inline-flex;align-items:baseline;gap:.55rem;text-decoration:none;color:var(--uom-ink)}.uom-brand:hover{color:var(--uom-ink)}.uom-brand__mark{font-family:var(--uom-font-display);font-weight:700;font-size:1.35rem;letter-spacing:.02em}.uom-brand__name{font-family:var(--uom-font-display);font-weight:500;font-size:1.15rem;color:var(--uom-steel)}.uom-nav{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.85rem 1.15rem}.uom-nav a{font-weight:600;font-size:.95rem;text-decoration:none;color:var(--uom-steel);position:relative;padding:.2rem 0}.uom-nav>a:after,.uom-nav__item>a:after{content:"";position:absolute;left:0;right:0;bottom:-.15rem;height:2px;background:var(--uom-accent);transform:scaleX(0);transform-origin:left center;transition:transform .22s ease}.uom-nav>a:hover,.uom-nav>a.is-active,.uom-nav__item>a:hover,.uom-nav__item>a.is-active{color:var(--uom-ink)}.uom-nav>a:hover:after,.uom-nav>a.is-active:after,.uom-nav__item>a:hover:after,.uom-nav__item>a.is-active:after,.uom-nav__item--has-children:hover>a:after,.uom-nav__item--has-children:focus-within>a:after{transform:scaleX(1)}.uom-nav__item{position:relative}.uom-nav__caret{display:inline-block;width:0;height:0;margin-left:.35rem;border-left:.28rem solid transparent;border-right:.28rem solid transparent;border-top:.32rem solid currentColor;vertical-align:.12em;opacity:.7}.uom-nav__dropdown{position:absolute;top:calc(100% + .45rem);left:0;min-width:12.5rem;padding:.4rem 0;background:var(--uom-white);border:1px solid var(--uom-line);border-radius:var(--uom-radius);box-shadow:var(--uom-shadow);opacity:0;visibility:hidden;transform:translateY(-.25rem);transition:opacity .16s ease,transform .16s ease,visibility .16s ease;z-index:30}.uom-nav__item--has-children:hover>.uom-nav__dropdown,.uom-nav__item--has-children:focus-within>.uom-nav__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.uom-nav__dropdown a{display:block;padding:.45rem .9rem;color:var(--uom-steel);white-space:nowrap}.uom-nav__dropdown a:hover,.uom-nav__dropdown a.is-active{color:var(--uom-ink);background:#0e7c6b14}.uom-page--home .uom-hero{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);border-radius:0}.uom-hero{position:relative;overflow:hidden;border-radius:var(--uom-radius);margin-bottom:2.75rem;min-height:min(72vh,560px);display:flex;align-items:flex-end;color:var(--uom-white);isolation:isolate}.uom-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;overflow:hidden}.uom-hero__photo{width:100%;height:100%;object-fit:cover;object-position:center 40%;transform-origin:center center;animation:uom-kenburns 22s ease-in-out infinite alternate}@keyframes uom-kenburns{0%{transform:scale(1) translate(0)}to{transform:scale(1.08) translate(-1.5%,-1%)}}.uom-hero__atmosphere{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(105deg,#0b1f33e0,#12324f9e 46%,#0b1f3359),linear-gradient(0deg,rgba(11,31,51,.55) 0%,transparent 55%);pointer-events:none}.uom-hero__content{position:relative;padding:clamp(1.75rem,4vw,3.25rem) 0 clamp(2rem,5vw,3.5rem);width:min(100% - 2rem,var(--uom-max));margin:0 auto;max-width:var(--uom-max)}.uom-hero__content>*{max-width:38rem;animation:uom-rise .7s ease both}.uom-hero__content>*:nth-child(1){animation-delay:.06s}.uom-hero__content>*:nth-child(2){animation-delay:.16s}.uom-hero__content>*:nth-child(3){animation-delay:.26s}.uom-hero__content>*:nth-child(4){animation-delay:.36s}@keyframes uom-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.uom-hero__brand{margin:0 0 .75rem;font-family:var(--uom-font-display);font-size:clamp(1.6rem,3.4vw,2.35rem);font-weight:650;letter-spacing:.01em;line-height:1.15}.uom-hero__title{margin:0 0 .85rem;font-family:var(--uom-font-body);font-size:clamp(1.05rem,2vw,1.25rem);font-weight:500;line-height:1.45;color:#ffffffeb}.uom-hero__lede{margin:0 0 1.4rem;color:#ffffffc7;font-size:1rem;max-width:32rem}.uom-hero__actions{display:flex;gap:.75rem}.uom-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid transparent;border-radius:var(--uom-radius);font-family:inherit;font-weight:600;font-size:.95rem;padding:.65rem 1.15rem;cursor:pointer;background:var(--uom-ink);color:var(--uom-white);text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}.uom-btn:hover{background:var(--uom-ink-soft);color:var(--uom-white);text-decoration:none;transform:translateY(-2px)}.uom-btn--primary{background:var(--uom-accent)}.uom-btn--primary:hover{background:var(--uom-accent-hover)}.uom-btn--ghost{background:transparent;border-color:var(--uom-line);color:var(--uom-ink)}.uom-btn--ghost:hover:not(:disabled){border-color:var(--uom-navy);background:#12324f0d;color:var(--uom-ink)}.uom-btn:disabled{opacity:.45;cursor:not-allowed}.uom-section__head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.uom-section__head h2{margin:0;font-family:var(--uom-font-display);font-size:1.65rem;font-weight:650}.uom-section__head--stacked{flex-direction:column;align-items:flex-start;gap:.65rem;margin-bottom:1.5rem}.uom-section__eyebrow{margin:0 0 .25rem;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--uom-accent)}.uom-section__intro{margin:0;max-width:38rem;color:var(--uom-steel);font-size:1rem;line-height:1.55}.uom-section__more{font-weight:600;text-decoration:none;color:var(--uom-accent);transition:color .2s ease,transform .2s ease;display:inline-block}.uom-section__more:hover{color:var(--uom-accent-hover);transform:translate(3px)}.uom-page--home .uom-section{animation:uom-rise .65s ease both;animation-delay:.2s}.uom-home-layout{display:grid;gap:2rem;align-items:start}@media(min-width:900px){.uom-home-layout{grid-template-columns:minmax(0,1fr) minmax(260px,300px);gap:2rem}.uom-home-layout__sidebar{position:sticky;top:5rem}}.uom-objectives{padding:2rem 2rem 2.1rem;background:linear-gradient(180deg,#fffffff5,#f5f7faeb);border:1px solid var(--uom-line);border-radius:calc(var(--uom-radius) + 2px);box-shadow:0 24px 48px #0b1f330f}.uom-objectives__header{margin-bottom:1.75rem;padding-bottom:1.35rem;border-bottom:1px solid var(--uom-line)}.uom-objectives__title{margin:0 0 .55rem;font-family:var(--uom-font-display);font-size:clamp(1.75rem,3vw,2.15rem);font-weight:650;letter-spacing:-.01em;color:var(--uom-ink)}.uom-objectives__intro{margin:0;max-width:42rem;color:var(--uom-steel);font-size:1.02rem;line-height:1.6}.uom-objectives__grid{list-style:none;margin:0;padding:0;display:grid;gap:1rem}@media(min-width:720px){.uom-objectives__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.1rem}.uom-objective-card--featured{grid-column:1 / -1;display:grid;grid-template-columns:auto 1fr;grid-template-areas:"top title" "top text";column-gap:1.25rem;align-items:start;padding:1.35rem 1.5rem}.uom-objective-card--featured .uom-objective-card__top{grid-area:top;flex-direction:column;align-items:flex-start;gap:.65rem}.uom-objective-card--featured .uom-objective-card__title{grid-area:title;margin-top:.15rem}.uom-objective-card--featured .uom-objective-card__text{grid-area:text;max-width:none}}.uom-objective-card{position:relative;display:flex;flex-direction:column;gap:.65rem;min-height:100%;padding:1.25rem 1.2rem 1.3rem;background:var(--uom-white);border:1px solid rgba(11,31,51,.08);border-radius:var(--uom-radius);box-shadow:0 8px 24px #0b1f330a;transition:border-color .2s ease,box-shadow .2s ease}.uom-objective-card:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;border-radius:var(--uom-radius) 0 0 var(--uom-radius);background:linear-gradient(180deg,var(--uom-accent),rgba(14,124,107,.35));opacity:.85}.uom-objective-card:hover{border-color:#0e7c6b38;box-shadow:0 14px 32px #0b1f3314}.uom-objective-card__top{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.uom-objective-card__icon{display:grid;place-items:center;width:2.75rem;height:2.75rem;border-radius:999px;background:#0e7c6b14;color:var(--uom-accent-hover);flex-shrink:0}.uom-objective-card__icon svg{width:1.35rem;height:1.35rem}.uom-objective-card__number{font-family:var(--uom-font-display);font-size:1.85rem;font-weight:650;line-height:1;letter-spacing:-.03em;color:#12324f1f}.uom-objective-card__title{margin:0;padding-right:.5rem;font-family:var(--uom-font-display);font-size:1.08rem;font-weight:650;line-height:1.35;color:var(--uom-ink)}.uom-objective-card__text{margin:0;color:var(--uom-steel);font-size:.94rem;line-height:1.62}@media(max-width:719px){.uom-objectives{padding:1.35rem 1.15rem 1.4rem}.uom-objective-card__number{font-size:1.45rem}}.uom-section--sidebar{padding:1.25rem;background:var(--uom-white);border:1px solid var(--uom-line);border-radius:calc(var(--uom-radius) + 2px);box-shadow:0 16px 36px #0b1f330d}.uom-section--sidebar .uom-section__head{margin-bottom:1rem;padding-bottom:.85rem;border-bottom:1px solid var(--uom-line)}.uom-section--sidebar .uom-section__head h2{font-size:1.15rem;letter-spacing:-.01em}.uom-news-sidebar{display:grid;gap:.85rem}.uom-news-sidebar .uom-news-card{display:flex;flex-direction:row;align-items:stretch;grid-template-rows:none}.uom-news-sidebar .uom-news-card__media{flex:0 0 92px;width:92px;min-height:92px;aspect-ratio:1}.uom-news-sidebar .uom-news-card__body{padding:.7rem .8rem;gap:.3rem}.uom-news-sidebar .uom-news-card__meta{gap:.35rem .5rem}.uom-news-sidebar .uom-news-card__date{font-size:.78rem}.uom-news-sidebar .uom-news-badge{font-size:.62rem;padding:.12rem .38rem}.uom-news-sidebar .uom-news-card__title{margin:0;font-size:.92rem;line-height:1.35}.uom-news-sidebar .uom-news-card__excerpt,.uom-news-sidebar .uom-news-card__link{display:none}.uom-news-sidebar .uom-state{padding:1rem 0}@media(max-width:899px){.uom-home-layout__sidebar{order:2}}.uom-page-header{margin-bottom:1.75rem;animation:uom-rise .55s ease both}.uom-page-header h1{margin:0 0 .4rem;font-family:var(--uom-font-display);font-size:clamp(1.8rem,3.5vw,2.4rem);font-weight:650}.uom-page-header p{margin:0;color:var(--uom-steel);max-width:36rem}.uom-news-grid,.uom-news-list{display:grid;gap:1.25rem}.uom-news-grid{grid-template-columns:1fr}@media(min-width:720px){.uom-news-grid{grid-template-columns:1.35fr 1fr}.uom-news-card--featured{grid-row:span 3}}.uom-news-card{display:grid;grid-template-rows:auto 1fr;background:var(--uom-white);border:1px solid var(--uom-line);border-radius:var(--uom-radius);overflow:hidden;box-shadow:var(--uom-shadow);transition:transform .25s ease,box-shadow .25s ease;animation:uom-rise .55s ease both}.uom-news-grid .uom-news-card:nth-child(1){animation-delay:.08s}.uom-news-grid .uom-news-card:nth-child(2){animation-delay:.16s}.uom-news-grid .uom-news-card:nth-child(3){animation-delay:.24s}.uom-news-grid .uom-news-card:nth-child(4){animation-delay:.32s}.uom-news-card:hover{transform:translateY(-4px);box-shadow:0 22px 48px #0b1f331f}.uom-news-list .uom-news-card{display:flex;flex-direction:row;align-items:stretch;grid-template-columns:none;grid-template-rows:none}.uom-news-list .uom-news-card__media{flex:0 0 220px;width:220px;min-height:100%;aspect-ratio:auto;align-self:stretch}.uom-news-list .uom-news-card__body{flex:1 1 auto;min-width:0}@media(max-width:640px){.uom-news-list .uom-news-card{flex-direction:column}.uom-news-list .uom-news-card__media{flex:none;width:100%;aspect-ratio:16 / 10;min-height:160px}}.uom-news-card__media{display:block;background:linear-gradient(145deg,#d5e0ea,#b8c9d8);min-height:160px;overflow:hidden;aspect-ratio:16 / 10}.uom-news-card--featured .uom-news-card__media{min-height:240px;aspect-ratio:4 / 3}.uom-news-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}.uom-news-card:hover .uom-news-card__media img{transform:scale(1.05)}.uom-news-card__media--fallback img{filter:saturate(.92) contrast(1.02)}.uom-news-card__body{padding:1.1rem 1.15rem 1.25rem;display:flex;flex-direction:column;gap:.45rem}.uom-news-card__meta,.uom-article__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem .75rem}.uom-news-badge{display:inline-block;padding:.18rem .5rem;border:1px solid var(--uom-line);border-radius:var(--uom-radius);font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;line-height:1.3;text-decoration:none}a.uom-news-badge:hover{filter:brightness(.96);outline:2px solid rgba(14,124,107,.25);outline-offset:1px}.uom-news-badge--dividend{background:#c2410c1a;color:#9a3412;border-color:#c2410c38}.uom-news-badge--financial-statement{background:#1d4ed81a;color:#1e3a8a;border-color:#1d4ed838}.uom-news-badge--stats{background:#0e7c6b1f;color:var(--uom-accent-hover);border-color:#0e7c6b38}.uom-news-badge--other{background:#3d5a731a;color:var(--uom-steel);border-color:#3d5a7338}.uom-news-badge--company{background:#12324f14;color:var(--uom-navy);border-color:#12324f2e;text-transform:none;letter-spacing:.01em;font-weight:600}.uom-news-badge--company:hover{background:#12324f24;color:var(--uom-accent)}.uom-news-badge--territory-mauritius{background:#0e7c6b1a;color:var(--uom-accent-hover);border-color:#0e7c6b33}.uom-news-badge--territory-international{background:#2563eb1a;color:#1d4ed8;border-color:#2563eb33}.uom-news-badge__flag{margin-right:.28em;font-weight:400;letter-spacing:0;text-transform:none}.uom-article__content a.uom-company-profile-link{color:var(--uom-accent);font-weight:600;text-decoration:underline;text-underline-offset:.15em}.uom-article__content a.uom-company-profile-link:hover{color:var(--uom-navy)}.uom-news-card__date{font-size:.82rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--uom-steel)}.uom-news-card__title{margin:0;font-family:var(--uom-font-display);font-size:1.2rem;font-weight:650;line-height:1.25}.uom-news-card__title a{text-decoration:none;color:var(--uom-ink)}.uom-news-card__title a:hover{color:var(--uom-accent)}.uom-news-card__excerpt{margin:0;color:var(--uom-steel);font-size:.98rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.uom-news-card__link{margin-top:auto;padding-top:.55rem;font-weight:600;font-size:.92rem;text-decoration:none;color:var(--uom-accent);transition:color .2s ease,transform .2s ease;display:inline-block;width:fit-content}.uom-news-card__link:hover,.uom-news-card:hover .uom-news-card__link{color:var(--uom-accent-hover);transform:translate(3px)}.uom-pagination{margin-top:2rem;display:flex;align-items:center;justify-content:center;gap:1rem}.uom-pagination__status{font-size:.92rem;color:var(--uom-steel);font-weight:600}.uom-back{margin:0 0 1.25rem}.uom-back a{font-weight:600;text-decoration:none}.uom-article__header{margin-bottom:1.5rem;animation:uom-rise .55s ease both}.uom-article__meta{margin-bottom:.5rem}.uom-article__date{font-size:.85rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--uom-steel)}.uom-article__title{margin:0;font-family:var(--uom-font-display);font-size:clamp(1.85rem,4vw,2.75rem);font-weight:650;line-height:1.15}.uom-article__figure{margin:0 0 1.75rem;border-radius:var(--uom-radius);overflow:hidden;border:1px solid var(--uom-line)}.uom-article__figure img{width:100%;max-height:420px;object-fit:cover}.uom-article__content{max-width:42rem;font-size:1.08rem}.uom-article__content>*:first-child{margin-top:0}.uom-article__content h2,.uom-article__content h3{font-family:var(--uom-font-display);font-weight:650;line-height:1.25}.uom-article__content p,.uom-article__content ul,.uom-article__content ol{color:var(--uom-ink-soft)}.uom-article__content table{width:100%;border-collapse:collapse;margin:0 0 1.25rem;font-size:.95rem}.uom-article__content th,.uom-article__content td{border:1px solid var(--uom-line);padding:.55rem .75rem;text-align:left;vertical-align:top;color:var(--uom-ink-soft)}.uom-article__content th[scope=row]{width:40%;background:color-mix(in srgb,var(--uom-line) 35%,transparent);color:var(--uom-ink);font-weight:600}.uom-article__content .wp-block-table{margin:0 0 1.5rem;overflow-x:auto}.uom-article__content img{border-radius:var(--uom-radius)}.uom-article__content figure{margin:1.5rem 0}.uom-article__content .wp-block-file{margin:1.75rem 0}.uom-article__content .wp-block-file__embed{display:block;width:100%;min-height:600px;border:1px solid var(--uom-line);border-radius:var(--uom-radius);background:#ffffffb3}.uom-article__content .wp-block-file a:not(.wp-block-file__button){display:inline-block;margin-top:.75rem;margin-right:.75rem}.uom-article__content .wp-block-file__button{display:inline-flex;align-items:center;margin-top:.75rem;padding:.45rem .9rem;border-radius:var(--uom-radius);background:var(--uom-ink);color:#fff;text-decoration:none;font-size:.92rem}.uom-article__content .wp-block-file__button:hover{opacity:.9}.uom-state{padding:2.5rem 1.25rem;text-align:center;border:1px dashed var(--uom-line);border-radius:var(--uom-radius);background:#ffffff8c}.uom-state h2{margin:0 0 .4rem;font-family:var(--uom-font-display);font-size:1.35rem}.uom-state p{margin:0;color:var(--uom-steel)}.uom-state .uom-btn{margin-top:1rem}.uom-state--loading{display:grid;justify-items:center;gap:.75rem}.uom-state__spinner{width:1.6rem;height:1.6rem;border:2px solid var(--uom-line);border-top-color:var(--uom-accent);border-radius:50%;animation:uom-spin .7s linear infinite}@keyframes uom-spin{to{transform:rotate(360deg)}}.uom-filter{margin-bottom:1.5rem;display:grid;gap:.4rem;max-width:28rem}.uom-news-filters{margin-bottom:1.5rem;display:grid;gap:.9rem 1rem;grid-template-columns:repeat(2,minmax(0,1fr));align-items:end}.uom-news-filters__field{display:grid;gap:.4rem;min-width:0}.uom-news-filters__actions{grid-column:1 / -1}.uom-news-filters .uom-filter__input{width:100%;max-width:none}@media(max-width:720px){.uom-news-filters{grid-template-columns:1fr}}.uom-filter__label{font-size:.85rem;font-weight:600;color:var(--uom-steel)}.uom-filter__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--uom-line);border-radius:var(--uom-radius);background:var(--uom-white);padding:.7rem .9rem;font-family:inherit;font-size:1rem;color:var(--uom-ink)}.uom-filter__input:focus{outline:2px solid rgba(14,124,107,.35);outline-offset:1px;border-color:var(--uom-accent)}select.uom-filter__input{background-image:linear-gradient(45deg,transparent 50%,var(--uom-steel) 50%),linear-gradient(135deg,var(--uom-steel) 50%,transparent 50%);background-position:calc(100% - 18px) calc(50% - 3px),calc(100% - 12px) calc(50% - 3px);background-size:6px 6px,6px 6px;background-repeat:no-repeat;padding-right:2.2rem}select.uom-filter__input:disabled{opacity:.65;cursor:wait}.uom-companies-table-wrap,.uom-company-table-wrap{overflow-x:auto;background:var(--uom-white);border:1px solid var(--uom-line);border-radius:var(--uom-radius);box-shadow:var(--uom-shadow);animation:uom-rise .55s ease both}.uom-companies-table,.uom-company-table{width:100%;border-collapse:collapse;font-size:.98rem}.uom-companies-table th,.uom-companies-table td,.uom-company-table th,.uom-company-table td{padding:.85rem 1rem;text-align:left;vertical-align:top;border-bottom:1px solid var(--uom-line)}.uom-companies-table thead th,.uom-company-table thead th{background:#12324f0a;font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--uom-steel)}.uom-companies-table tbody tr:last-child th,.uom-companies-table tbody tr:last-child td,.uom-company-table tbody tr:last-child th,.uom-company-table tbody tr:last-child td{border-bottom:0}.uom-companies-table tbody tr{transition:background .2s ease}.uom-companies-table tbody tr:hover{background:#0e7c6b0d}.uom-companies-table tbody th{font-weight:600}.uom-companies-table tbody th a{text-decoration:none;color:var(--uom-ink)}.uom-companies-table tbody th a:hover{color:var(--uom-accent)}.uom-companies-ticker{font-family:var(--uom-font-display);font-weight:650;letter-spacing:.03em;color:var(--uom-navy)}.uom-company__ticker{margin:.15rem 0 0;font-family:var(--uom-font-display);font-size:1.15rem;font-weight:650;color:var(--uom-accent);letter-spacing:.04em}.uom-company__section{margin-top:2rem}.uom-company__section h2{margin:0 0 .85rem;font-family:var(--uom-font-display);font-size:1.25rem;font-weight:650}.uom-company__empty,.uom-company__aside{color:var(--uom-steel)}.uom-company-table tbody th[scope=row]{width:38%;background:#12324f08;font-weight:600;color:var(--uom-ink-soft)}@media(max-width:640px){.uom-companies-table th,.uom-companies-table td,.uom-company-table th,.uom-company-table td{padding:.7rem .75rem;font-size:.92rem}}.uom-page--year-view{--uom-cal-year-gap: .45rem}.uom-main:has(.uom-page--year-view){width:min(100% - 1.25rem,1280px);padding-bottom:1.5rem}.uom-page--year-view .uom-page-header{margin-bottom:.75rem}.uom-page--year-view .uom-page-header p{display:none}.uom-page--year-view .uom-cal-toolbar{margin-bottom:.55rem}.uom-page--year-view .uom-cal-legend{margin-bottom:.55rem;gap:.35rem}.uom-page--year-view .uom-cal-chip{font-size:.7rem;padding:.18rem .4rem}.uom-cal-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.85rem;margin-bottom:1rem}.uom-cal-toolbar__nav,.uom-cal-toolbar__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem}.uom-cal-toolbar__title{margin:0;min-width:11rem;text-align:center;font-family:var(--uom-font-display);font-size:1.35rem;font-weight:650}.uom-page--year-view .uom-cal-toolbar__title{min-width:5rem;font-size:1.2rem}.uom-tabs--compact{margin-bottom:0}.uom-tabs--compact .uom-tabs__tab{padding:.4rem .8rem;font-size:.85rem}.uom-cal-legend{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.uom-cal-chip{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:700;letter-spacing:.02em;padding:.28rem .55rem;border-radius:var(--uom-radius);border:1px solid transparent;white-space:nowrap}.uom-cal-chip .uom-cal__dot{width:.55rem;height:.55rem;flex:0 0 auto}.uom-cal-chip--announcement{background:#1d4ed81a;color:#1e3a8a;border-color:#1d4ed838}.uom-cal-chip--ex{background:#0e7c6b1f;color:var(--uom-accent-hover);border-color:#0e7c6b38}.uom-cal-chip--record{background:#7c3aed1a;color:#5b21b6;border-color:#7c3aed38}.uom-cal-chip--payment{background:#c2410c1a;color:#9a3412;border-color:#c2410c38}.uom-cal-chip--news{background:#0369a11a;color:#075985;border-color:#0369a138}.uom-cal-filters{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1.15rem;margin-bottom:1rem;padding:.85rem 1rem;background:var(--uom-white);border:1px solid var(--uom-line);border-radius:var(--uom-radius);box-shadow:var(--uom-shadow)}.uom-cal-filters__group{display:flex;align-items:center;gap:.6rem;min-width:0}.uom-cal-filters__group--types{flex:1 1 auto;flex-wrap:wrap}.uom-cal-filters__label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--uom-steel);white-space:nowrap}.uom-multiselect{position:relative;min-width:14rem;max-width:22rem}.uom-multiselect__trigger{display:flex;align-items:center;gap:.5rem;width:100%;border:1px solid var(--uom-line);border-radius:var(--uom-radius);background:var(--uom-white);padding:.5rem .75rem;font-family:inherit;font-size:.92rem;font-weight:500;color:var(--uom-ink);cursor:pointer;text-align:left;transition:border-color .2s ease,box-shadow .2s ease}.uom-multiselect__trigger:hover{border-color:var(--uom-navy)}.uom-multiselect__trigger:focus-visible{outline:none;border-color:var(--uom-accent);box-shadow:0 0 0 3px #0e7c6b2e}.uom-multiselect__trigger.has-selection{border-color:var(--uom-accent)}.uom-multiselect__value{flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.uom-multiselect__count{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-width:1.35rem;height:1.35rem;padding:0 .35rem;border-radius:999px;background:var(--uom-accent);color:var(--uom-white);font-size:.72rem;font-weight:700}.uom-multiselect__caret{flex:0 0 auto;width:.5rem;height:.5rem;border-right:2px solid var(--uom-steel);border-bottom:2px solid var(--uom-steel);transform:rotate(45deg) translate(-1px,-1px)}.uom-multiselect__trigger[aria-expanded=true] .uom-multiselect__caret{transform:rotate(-135deg) translate(-1px,-1px)}.uom-multiselect__panel{position:absolute;z-index:30;top:calc(100% + .4rem);left:0;width:min(22rem,90vw);background:var(--uom-white);border:1px solid var(--uom-line);border-radius:var(--uom-radius);box-shadow:var(--uom-shadow);overflow:hidden;animation:uom-rise .18s ease both}.uom-multiselect__search{padding:.6rem;border-bottom:1px solid var(--uom-line)}.uom-multiselect__search-input{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--uom-line);border-radius:var(--uom-radius);background:var(--uom-paper);padding:.45rem .65rem;font-family:inherit;font-size:.88rem;color:var(--uom-ink)}.uom-multiselect__search-input:focus-visible{outline:none;border-color:var(--uom-accent);box-shadow:0 0 0 3px #0e7c6b2e}.uom-multiselect__actions{display:flex;gap:.5rem;padding:.5rem .6rem;border-bottom:1px solid var(--uom-line)}.uom-multiselect__action{flex:1 1 0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--uom-line);border-radius:var(--uom-radius);background:var(--uom-white);padding:.35rem .5rem;font-family:inherit;font-size:.78rem;font-weight:600;color:var(--uom-navy);cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.uom-multiselect__action:hover:not(:disabled){border-color:var(--uom-navy);background:#12324f0d}.uom-multiselect__action:disabled{opacity:.4;cursor:default}.uom-multiselect__list{list-style:none;margin:0;padding:.3rem;max-height:15rem;overflow-y:auto}.uom-multiselect__option{display:flex;align-items:center;gap:.6rem;padding:.4rem .5rem;border-radius:var(--uom-radius);font-size:.9rem;cursor:pointer}.uom-multiselect__option:hover{background:var(--uom-paper)}.uom-multiselect__option input{flex:0 0 auto;width:1rem;height:1rem;accent-color:var(--uom-accent);cursor:pointer}.uom-multiselect__option-text{display:flex;align-items:baseline;gap:.4rem;min-width:0}.uom-multiselect__ticker{font-size:.72rem;font-weight:700;letter-spacing:.03em;color:var(--uom-steel)}.uom-multiselect__empty{padding:.85rem .5rem;text-align:center;color:var(--uom-steel);font-size:.85rem}.uom-cal-filters__divider{align-self:stretch;width:1px;background:var(--uom-line);margin:-.15rem .1rem}.uom-cal-filters .uom-cal-legend{margin-bottom:0;gap:.4rem}.uom-cal-filters__clear{margin-left:auto;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;padding:.35rem .4rem;font-family:inherit;font-size:.82rem;font-weight:600;color:var(--uom-accent);cursor:pointer;border-radius:var(--uom-radius);transition:color .15s ease,background .15s ease,opacity .15s ease}.uom-cal-filters__clear:hover:not(:disabled){color:var(--uom-accent-hover);background:#0e7c6b14;text-decoration:underline;text-underline-offset:.18em}.uom-cal-filters__clear:focus-visible{outline:2px solid rgba(14,124,107,.45);outline-offset:2px}.uom-cal-filters__clear:disabled{color:var(--uom-steel);opacity:.4;cursor:default}.uom-cal-chip--toggle{cursor:pointer;font-family:inherit;border-width:1px;border-style:solid;transition:background .15s ease,color .15s ease,border-color .15s ease,box-shadow .15s ease,transform .05s ease}.uom-cal-chip--toggle:hover{transform:translateY(-1px);box-shadow:0 4px 10px #0b1f3314}.uom-cal-chip--toggle:active{transform:translateY(0);box-shadow:none}.uom-cal-chip--toggle:focus-visible{outline:2px solid rgba(14,124,107,.45);outline-offset:2px}.uom-cal-chip--toggle.is-off{background:var(--uom-white);color:var(--uom-steel);border-color:var(--uom-line)}.uom-cal-chip--toggle.is-off:hover{border-color:var(--uom-navy);color:var(--uom-ink)}.uom-cal-chip--toggle.is-off .uom-cal__dot{opacity:.4;filter:grayscale(1)}.uom-page--year-view .uom-cal-filters{margin-bottom:.6rem;padding:.6rem .85rem;gap:.5rem .9rem}@media(max-width:720px){.uom-cal-filters{align-items:stretch}.uom-cal-filters__group{flex-wrap:wrap}.uom-cal-filters__group--company{flex:1 1 auto}.uom-multiselect{flex:1 1 auto;min-width:0;max-width:none}.uom-cal-filters__divider{display:none}.uom-cal-filters__clear{margin-left:0;align-self:flex-start}}.uom-cal{background:var(--uom-white);border:1px solid var(--uom-line);border-radius:var(--uom-radius);box-shadow:var(--uom-shadow);overflow:visible;animation:uom-rise .55s ease both}.uom-cal-year{display:grid;gap:var(--uom-cal-year-gap, 1rem);grid-template-columns:repeat(2,minmax(0,1fr));animation:uom-rise .55s ease both}@media(min-width:720px){.uom-cal-year{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:900px){.uom-page--year-view .uom-cal-year{grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:repeat(3,minmax(0,1fr));height:calc(100dvh - 11.5rem);max-height:calc(100dvh - 11.5rem);min-height:28rem}}.uom-cal--mini{box-shadow:none;display:flex;flex-direction:column;min-height:0;height:100%}.uom-cal__month-title{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;margin:0;padding:.35rem .45rem .15rem;border:0;background:transparent;font-family:var(--uom-font-display);font-size:.92rem;font-weight:650;color:var(--uom-navy);text-align:left;cursor:pointer;flex:0 0 auto}.uom-cal__month-title:hover{color:var(--uom-accent)}.uom-cal__weekdays,.uom-cal__grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.uom-cal--mini .uom-cal__grid{flex:1 1 auto;min-height:0;grid-template-rows:repeat(6,minmax(0,1fr))}.uom-cal__weekday{padding:.65rem .4rem;text-align:center;font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--uom-steel);background:#12324f0a;border-bottom:1px solid var(--uom-line)}.uom-cal__day{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;min-height:5.5rem;padding:.55rem;margin:0;border:0;border-right:1px solid var(--uom-line);border-bottom:1px solid var(--uom-line);background:var(--uom-white);color:inherit;font:inherit;text-align:left;cursor:pointer;transition:background .18s ease}.uom-cal__day:nth-child(7n){border-right:0}.uom-cal__day:hover{background:#0e7c6b0f}.uom-cal__day--muted{color:#3d5a738c;background:#e8eef373}.uom-cal__day.is-today .uom-cal__day-num{background:var(--uom-accent);color:var(--uom-white)}.uom-cal__day.is-selected{background:#0e7c6b1a;box-shadow:inset 0 0 0 2px #0e7c6b59}.uom-cal__day-num{display:inline-flex;align-items:center;justify-content:center;width:1.7rem;height:1.7rem;border-radius:999px;font-weight:700;font-size:.92rem}.uom-cal__dots{display:flex;gap:.25rem}.uom-cal__dot{width:.45rem;height:.45rem;border-radius:999px;background:var(--uom-steel)}.uom-cal__dot.uom-cal-chip--announcement{background:#1d4ed8}.uom-cal__dot.uom-cal-chip--ex{background:#0e7c6b}.uom-cal__dot.uom-cal-chip--record{background:#7c3aed}.uom-cal__dot.uom-cal-chip--payment{background:#c2410c}.uom-cal__dot.uom-cal-chip--news{background:#0284c7}.uom-cal__previews{list-style:none;margin:0;padding:0;width:100%;display:none;gap:.2rem}.uom-cal__previews li{font-size:.72rem;font-weight:600;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:.15rem .3rem;border-radius:2px}.uom-cal__previews li.uom-cal-chip--announcement{background:#1d4ed81f;color:#1e3a8a}.uom-cal__previews li.uom-cal-chip--ex{background:#0e7c6b1f;color:var(--uom-accent-hover)}.uom-cal__previews li.uom-cal-chip--record{background:#7c3aed1f;color:#5b21b6}.uom-cal__previews li.uom-cal-chip--payment{background:#c2410c1f;color:#9a3412}.uom-cal__previews li.uom-cal-chip--news{background:#0369a11f;color:#075985}.uom-cal__more{color:var(--uom-steel)!important;background:transparent!important}.uom-cal--mini .uom-cal__weekday{padding:.15rem .05rem;font-size:.58rem;letter-spacing:.02em}.uom-cal--mini .uom-cal__day{min-height:0;height:100%;padding:.1rem .05rem .18rem;gap:.12rem;align-items:center;justify-content:flex-start;overflow:visible}.uom-cal--mini .uom-cal__day-num{width:1.15rem;height:1.15rem;font-size:.68rem;line-height:1;flex:0 0 auto}.uom-cal--mini .uom-cal__day.has-events{background:transparent}.uom-cal--mini .uom-cal__day.has-events .uom-cal__day-num{background:transparent;color:inherit;font-weight:700}.uom-cal--mini .uom-cal__day.is-today .uom-cal__day-num,.uom-cal--mini .uom-cal__day.has-events.is-today .uom-cal__day-num{background:var(--uom-accent);color:var(--uom-white)}.uom-cal__mini-dots{display:flex;gap:.14rem;justify-content:center;align-items:center;min-height:.42rem;flex:0 0 auto}.uom-cal__mini-dots--empty{visibility:hidden}.uom-cal__day .uom-cal__mini-dots .uom-cal__dot{width:.4rem;height:.4rem;box-shadow:0 0 0 1px #fffffff2}.uom-cal-day-panel{margin-top:1.5rem;animation:uom-rise .45s ease both}.uom-page--year-view .uom-cal-day-panel{margin-top:.85rem}.uom-cal-tip{position:fixed;z-index:80;width:min(22rem,calc(100vw - 1.5rem));max-height:min(16rem,50vh);overflow:auto;padding:.7rem .8rem;transform:translate(-50%,-100%);background:var(--uom-white);border:1px solid var(--uom-line);border-radius:var(--uom-radius);box-shadow:0 16px 36px #0b1f332e;pointer-events:none;animation:uom-rise .16s ease both}.uom-cal-tip.is-pinned{pointer-events:auto}.uom-cal-tip__date{margin:0 0 .55rem;font-family:var(--uom-font-display);font-size:.95rem;font-weight:650;color:var(--uom-ink)}.uom-cal-tip__list{list-style:none;margin:0;padding:0;display:grid;gap:.45rem}.uom-cal-tip__item{display:grid;gap:.25rem}.uom-cal-tip__name{font-size:.88rem;color:var(--uom-ink-soft);line-height:1.35}.uom-cal-tip__name a{color:var(--uom-accent);text-decoration:none}.uom-cal-tip__name a:hover{text-decoration:underline}.uom-cal-day-panel h2{margin:0 0 .85rem;font-family:var(--uom-font-display);font-size:1.25rem;font-weight:650}.uom-cal-event-list{list-style:none;margin:0;padding:0;display:grid;gap:.75rem}.uom-cal-event{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-start;padding:.95rem 1.05rem;background:var(--uom-white);border:1px solid var(--uom-line);border-radius:var(--uom-radius);box-shadow:var(--uom-shadow)}.uom-cal-event__body{flex:1 1 12rem;min-width:0}.uom-cal-event__title{margin:0;font-weight:650}.uom-cal-event__title a{text-decoration:none;color:var(--uom-ink)}.uom-cal-event__title a:hover{color:var(--uom-accent)}.uom-cal-event__meta{margin:.25rem 0 0;color:var(--uom-steel);font-size:.92rem}@media(min-width:760px){.uom-cal__day{min-height:6.75rem}.uom-cal__previews{display:grid}.uom-cal__dots{display:none}}@media(max-width:640px){.uom-cal__day{min-height:3.6rem;padding:.4rem;align-items:center}.uom-cal__day-num{width:1.5rem;height:1.5rem;font-size:.85rem}.uom-cal-toolbar__title{min-width:0;font-size:1.15rem}}.uom-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.uom-tabs__tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--uom-line);background:var(--uom-white);color:var(--uom-steel);border-radius:var(--uom-radius);font-family:inherit;font-weight:600;font-size:.92rem;padding:.5rem .95rem;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.uom-tabs__tab:hover{border-color:var(--uom-navy);color:var(--uom-ink)}.uom-tabs__tab.is-active{background:var(--uom-navy);border-color:var(--uom-navy);color:var(--uom-white)}.uom-kpi-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.15rem}@media(min-width:960px){.uom-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:640px){.uom-kpi-grid{grid-template-columns:1fr}}.uom-kpi-card{background:var(--uom-white);border:1px solid var(--uom-line);border-radius:var(--uom-radius);padding:1.1rem 1.15rem 1.2rem;box-shadow:var(--uom-shadow);display:flex;flex-direction:column;gap:.35rem;min-width:0;animation:uom-rise .55s ease both}.uom-kpi-card__header{display:flex;align-items:flex-start;gap:.5rem}.uom-kpi-card__flag{flex:0 0 auto;line-height:1.2;margin-top:.15rem}.uom-kpi-card__title{margin:0;font-family:var(--uom-font-display);font-size:1.08rem;font-weight:650;line-height:1.3;min-width:0;flex:1 1 auto;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.6em}.uom-kpi-card__value{margin:.25rem 0 0;font-size:1.65rem;font-weight:700;color:var(--uom-ink);letter-spacing:-.02em;overflow-wrap:anywhere;text-align:center}.uom-kpi-card__meta{margin:0;color:var(--uom-steel);font-size:.88rem;overflow-wrap:anywhere;text-align:center}.uom-kpi-card__meta a{text-decoration:none;font-weight:600}.uom-kpi-card__chart{width:100%;height:200px;margin-top:.55rem;padding:.45rem .35rem .25rem;background:#0e7c6b0d;border-radius:var(--uom-radius)}.uom-kpi-card__chart--dense{height:200px}.uom-kpi-card__history{margin-top:.35rem;font-size:.9rem;color:var(--uom-steel)}.uom-kpi-card__history summary{cursor:pointer;font-weight:600;color:var(--uom-navy)}.uom-kpi-card__history ul{margin:.5rem 0 0;padding-left:1.1rem;max-height:140px;overflow:auto}.uom-kpi-card__history li{margin-bottom:.25rem}.uom-footer{border-top:1px solid var(--uom-line);background:#0b1f330a;margin-top:auto}.uom-footer__inner{width:min(100% - 2rem,var(--uom-max));margin:0 auto;padding:1.5rem 0 1.75rem}.uom-footer__brand{margin:0 0 .25rem;font-family:var(--uom-font-display);font-weight:650;font-size:1.05rem}.uom-footer__credit{margin:0;color:var(--uom-steel);font-size:.9rem}.uom-btn--sm{padding:.35rem .75rem;font-size:.85rem}.uom-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.uom-field{display:flex;flex-direction:column;gap:.35rem}.uom-field__label{font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--uom-steel)}.uom-field__control{-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:inherit;font-size:1rem;color:var(--uom-ink);background:var(--uom-white);border:1px solid var(--uom-line);border-radius:var(--uom-radius);padding:.6rem .75rem;width:100%}.uom-field__control:focus{outline:none;border-color:var(--uom-accent);box-shadow:0 0 0 3px #0e7c6b26}.uom-div-calc{background:var(--uom-white);border:1px solid var(--uom-line);border-radius:var(--uom-radius);box-shadow:var(--uom-shadow);padding:1.5rem;margin-bottom:1.75rem;animation:uom-rise .55s ease both}.uom-div-calc__title{margin:0 0 .25rem;font-family:var(--uom-font-display);font-size:1.35rem;font-weight:650}.uom-div-calc__intro{margin:0 0 1.15rem;color:var(--uom-steel)}.uom-article__content+.uom-div-calc{margin-top:2.25rem}.uom-article__body{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:2rem;align-items:start}.uom-article__body .uom-article__content{max-width:none}.uom-article__aside{position:sticky;top:1.5rem}.uom-article__aside .uom-div-calc{margin:0}@media(max-width:860px){.uom-article__body{grid-template-columns:1fr}.uom-article__aside{position:static}}.uom-div-calc__fields{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:1rem;align-items:end}.uom-div-calc__fields--single{grid-template-columns:minmax(0,320px)}.uom-div-calc__result{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--uom-line)}.uom-div-calc__amount{margin:0;font-family:var(--uom-font-display);font-size:2rem;font-weight:700;color:var(--uom-accent);line-height:1.1}.uom-div-calc__breakdown{margin:.4rem 0 0;color:var(--uom-ink-soft);font-weight:600}.uom-div-calc__note{margin:.35rem 0 0;font-size:.88rem;color:var(--uom-steel)}.uom-div-calc__hint{margin:0;color:var(--uom-steel)}.uom-div-toolbar{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1rem}.uom-field--inline{min-width:260px}.uom-div-toolbar__count{margin:0;color:var(--uom-steel);font-size:.9rem;font-weight:600}.uom-div-table__amount{font-family:var(--uom-font-display);font-weight:650;white-space:nowrap}.uom-div-table__ticker{color:var(--uom-steel);font-size:.85rem;font-weight:600}.uom-div-table__action-col{text-align:right;white-space:nowrap}.uom-div-table tbody tr.is-selected{background:#0e7c6b14}@media(max-width:640px){.uom-div-calc__fields{grid-template-columns:1fr}.uom-field--inline{min-width:0;width:100%}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}}
