:root{--ntoms-primary:#3157d5;--ntoms-primary-hover:#2748b5;--ntoms-primary-soft:#eef2ff;--ntoms-accent:#14b8a6;--ntoms-bg:#f5f7fb;--ntoms-bg-subtle:#f8fafc;--ntoms-surface:#fff;--ntoms-neutral-soft:#f1f5f9;--ntoms-text:#111827;--ntoms-text-secondary:#475569;--ntoms-text-muted:#7c8799;--ntoms-border:#e3e8f0;--ntoms-border-soft:#edf1f6;--ntoms-success:#15803d;--ntoms-success-soft:#ecfdf3;--ntoms-warning:#b45309;--ntoms-warning-soft:#fff7ed;--ntoms-danger:#b91c1c;--ntoms-danger-soft:#fef2f2;--ntoms-info:#0369a1;--ntoms-info-soft:#eff6ff;--ntoms-sidebar-bg:#0d1324;--ntoms-sidebar-text:#ffffffad;--ntoms-sidebar-muted:#ffffff5c;--ntoms-sidebar-active-bg:#4e6fed2e;--ntoms-sidebar-border:#ffffff12;--ntoms-page-max:1520px;--ntoms-sidebar-width:252px;--ntoms-sidebar-collapsed:72px;--ntoms-topbar-height:64px;--ntoms-mobile-header-height:58px;--ntoms-mobile-nav-height:64px;--ntoms-page-pad-mobile:14px;--ntoms-page-pad-tablet:20px;--ntoms-page-pad-desktop:28px;--ntoms-radius-sm:8px;--ntoms-radius-md:11px;--ntoms-radius-lg:15px;--ntoms-radius-xl:20px;--ntoms-shadow-xs:0 1px 2px #0f172a0a;--ntoms-shadow-sm:0 3px 12px #0f172a0f;--ntoms-shadow-md:0 12px 30px #0f172a1a;--ntoms-shadow-lg:0 24px 60px #0f172a29;--ntoms-transition-fast:.14s;--ntoms-transition:.22s;--ntoms-tap-min:44px;--ntoms-font:Calibri, "Segoe UI", Arial, sans-serif}*,:before,:after{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}html{background:var(--ntoms-bg)}body{background:var(--ntoms-bg);min-width:320px;color:var(--ntoms-text);font-family:var(--ntoms-font);-webkit-font-smoothing:antialiased;font-size:14px;line-height:1.5}button,input,select,textarea{font:inherit}button{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img,svg{max-width:100%;display:block}:focus-visible{outline-offset:2px;outline:3px solid #3157d538}.ntoms-card{border:1px solid var(--ntoms-border);border-radius:var(--ntoms-radius-lg);box-shadow:var(--ntoms-shadow-xs);background:#fff}.ntoms-input{border:1px solid var(--ntoms-border);border-radius:var(--ntoms-radius-md);width:100%;min-height:42px;color:var(--ntoms-text);background:#fff;outline:none;padding:0 13px}.ntoms-input:focus{border-color:#3157d59e;box-shadow:0 0 0 3px #3157d51a}.ntoms-primary-button,.ntoms-secondary-button,.ntoms-icon-button{min-height:var(--ntoms-tap-min);border-radius:var(--ntoms-radius-md);cursor:pointer}.ntoms-primary-button{border:1px solid var(--ntoms-primary);background:var(--ntoms-primary);color:#fff;padding:0 16px;font-weight:700}.ntoms-primary-button:hover{background:var(--ntoms-primary-hover)}.ntoms-secondary-button{border:1px solid var(--ntoms-border);color:var(--ntoms-text-secondary);background:#fff;padding:0 15px;font-weight:650}.ntoms-icon-button{width:44px;height:44px;color:var(--ntoms-text-secondary);background:0 0;border:1px solid #0000;place-items:center;padding:0;display:inline-grid}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.ntoms-shell{background:var(--ntoms-bg);width:100%;height:100dvh;display:flex;overflow:hidden}.ntoms-shell__desktop-sidebar{display:block}.ntoms-shell__body{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.ntoms-shell__mobile-header,.ntoms-shell__mobile-bottom{display:none}.ntoms-shell__content{padding:var(--ntoms-page-pad-desktop);flex:1;overflow:hidden auto}.ntoms-shell__content-inner{width:100%;max-width:var(--ntoms-page-max);flex-direction:column;min-height:100%;margin:0 auto;display:flex}.ntoms-shell__page-heading{margin-bottom:20px}.ntoms-shell__page-heading h1{letter-spacing:-.02em;margin:0;font-size:clamp(20px,2vw,25px);font-weight:850;line-height:1.2}.ntoms-shell__page-heading p{color:var(--ntoms-text-muted);margin:5px 0 0;font-size:12.5px}.ntoms-shell__route{flex:1;min-width:0}.ntoms-mobile-header{height:var(--ntoms-mobile-header-height);min-height:var(--ntoms-mobile-header-height);padding:max(8px, env(safe-area-inset-top)) 14px 8px;border-bottom:1px solid var(--ntoms-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:45;background:#fffffff5;justify-content:space-between;align-items:center;gap:12px;display:flex;position:relative}.ntoms-mobile-header__brand{align-items:center;gap:9px;min-width:0;display:flex}.ntoms-mobile-header__mark{background:var(--ntoms-primary);color:#fff;width:34px;height:34px;box-shadow:var(--ntoms-shadow-xs);border-radius:10px;flex-shrink:0;place-items:center;display:grid}.ntoms-mobile-header__copy{min-width:0}.ntoms-mobile-header__system{color:var(--ntoms-primary);letter-spacing:.08em;text-transform:uppercase;font-size:9.5px;font-weight:850}.ntoms-mobile-header__title{color:var(--ntoms-text);white-space:nowrap;text-overflow:ellipsis;margin-top:1px;font-size:13.5px;font-weight:800;overflow:hidden}.ntoms-mobile-header__profile{background:var(--ntoms-primary);color:#fff;cursor:pointer;border:0;border-radius:50%;flex-shrink:0;width:36px;height:36px;font-size:10.5px;font-weight:850}.ntoms-mobile-bottom-nav{min-height:var(--ntoms-mobile-nav-height);padding:5px 7px max(5px, env(safe-area-inset-bottom));border-top:1px solid var(--ntoms-border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffffa;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;display:grid;box-shadow:0 -6px 24px #0f172a0f}.ntoms-mobile-bottom-nav__item{min-width:0;min-height:54px;color:var(--ntoms-text-muted);cursor:pointer;background:0 0;border:0;border-radius:11px;flex-direction:column;justify-content:center;align-items:center;gap:3px;padding:4px 2px;font-size:9.5px;font-weight:750;display:flex}.ntoms-mobile-bottom-nav__icon{border-radius:9px;place-items:center;width:31px;height:26px;display:grid}.ntoms-mobile-bottom-nav__item.is-active{color:var(--ntoms-primary)}.ntoms-mobile-bottom-nav__item.is-active .ntoms-mobile-bottom-nav__icon{background:var(--ntoms-primary-soft)}.ntoms-mobile-bottom-nav__item.is-emphasis .ntoms-mobile-bottom-nav__icon{background:var(--ntoms-primary);color:#fff;box-shadow:0 5px 14px #3157d53d}.ntoms-mobile-bottom-nav__item.is-emphasis.is-active{color:var(--ntoms-primary)}.ntoms-mobile-more-backdrop{z-index:100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#060c1a7a;border:0;position:fixed;inset:0}.ntoms-mobile-more{z-index:110;background:#fff;border-radius:22px 22px 0 0;flex-direction:column;max-height:min(82dvh,720px);display:flex;position:fixed;bottom:0;left:0;right:0;overflow:hidden;box-shadow:0 -18px 48px #0f172a2e}.ntoms-mobile-more__handle{background:var(--ntoms-border);border-radius:999px;width:38px;height:4px;margin:8px auto 2px}.ntoms-mobile-more__header{border-bottom:1px solid var(--ntoms-border-soft);justify-content:space-between;align-items:center;gap:12px;min-height:58px;padding:8px 14px 9px;display:flex}.ntoms-mobile-more__title{font-size:16px;font-weight:850}.ntoms-mobile-more__subtitle{color:var(--ntoms-text-muted);margin-top:1px;font-size:10.5px}.ntoms-mobile-more__scroll{padding:12px 12px max(18px, env(safe-area-inset-bottom));overflow-y:auto}.ntoms-mobile-more__group+.ntoms-mobile-more__group{margin-top:15px}.ntoms-mobile-more__group-label{color:var(--ntoms-text-muted);letter-spacing:.09em;text-transform:uppercase;padding:0 5px 6px;font-size:9px;font-weight:850}.ntoms-mobile-more__grid{gap:6px;display:grid}.ntoms-mobile-more__item{border:1px solid var(--ntoms-border-soft);width:100%;min-height:49px;color:var(--ntoms-text-secondary);text-align:left;cursor:pointer;background:#fff;border-radius:12px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;padding:6px 10px;display:grid}.ntoms-mobile-more__item-icon{background:var(--ntoms-primary-soft);width:32px;height:32px;color:var(--ntoms-primary);border-radius:9px;place-items:center;display:grid}.ntoms-mobile-more__item-label{font-size:11.5px;font-weight:750}.ntoms-mobile-more__item--danger{color:var(--ntoms-danger)}.ntoms-overview{gap:16px;display:grid}.ntoms-overview__hero{color:#fff;background:linear-gradient(135deg,#15244e,#203b7e 58%,#176275);border-radius:16px;padding:clamp(19px,4vw,28px);box-shadow:0 12px 34px #0f172a24}.ntoms-overview__eyebrow{color:#b7c5ff;letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:800}.ntoms-overview__hero h2{margin:7px 0 5px;font-size:clamp(19px,4vw,25px)}.ntoms-overview__hero p{color:#ffffffa3;max-width:600px;margin:0;font-size:12.5px}.ntoms-overview__section-title{margin-bottom:10px;font-size:12.5px;font-weight:800}.ntoms-overview__section-title--mobile{display:none}.ntoms-overview__actions,.ntoms-overview__stats{grid-template-columns:repeat(auto-fit,minmax(185px,1fr));gap:10px;display:grid}.ntoms-overview__action{border:1px solid var(--ntoms-border);text-align:left;cursor:pointer;flex-direction:column;align-items:flex-start;min-height:108px;padding:15px;display:flex}.ntoms-overview__action-icon{background:var(--ntoms-primary-soft);width:36px;height:36px;color:var(--ntoms-primary);border-radius:10px;place-items:center;margin-bottom:10px;display:grid}.ntoms-overview__action-label{font-size:12px;font-weight:800}.ntoms-overview__action-description{color:var(--ntoms-text-muted);margin-top:2px;font-size:10.5px}.ntoms-overview__stat{padding:16px}.ntoms-overview__stat-label{color:var(--ntoms-text-muted);font-size:10.5px;font-weight:650}.ntoms-overview__stat-value{margin-top:6px;font-size:24px;font-weight:850}.ntoms-overview__stat-note{color:var(--ntoms-text-muted);margin-top:4px;font-size:9.5px}.ntoms-national-search-page{gap:14px;display:grid}.ntoms-national-search-page__search{padding:18px}.ntoms-national-search-page__eyebrow,.ntoms-record-entry__eyebrow{color:var(--ntoms-primary);letter-spacing:.1em;text-transform:uppercase;font-size:9.5px;font-weight:850}.ntoms-national-search-page__search h2,.ntoms-record-entry h2{margin:5px 0 3px;font-size:18px}.ntoms-national-search-page__search p,.ntoms-record-entry p{color:var(--ntoms-text-muted);margin:0;font-size:11.5px}.ntoms-national-search-page__form{grid-template-columns:minmax(0,1fr) auto;gap:8px;margin-top:14px;display:grid}.ntoms-national-search-page__input{border:1px solid var(--ntoms-border);border-radius:var(--ntoms-radius-md);background:#fff;align-items:center;gap:8px;min-height:46px;padding:0 12px;display:flex}.ntoms-national-search-page__input:focus-within{border-color:#3157d599;box-shadow:0 0 0 3px #3157d51a}.ntoms-national-search-page__input input{min-width:0;height:44px;color:var(--ntoms-text);background:0 0;border:0;outline:0;flex:1}.ntoms-national-search-page__error{border-radius:var(--ntoms-radius-md);background:var(--ntoms-danger-soft);color:var(--ntoms-danger);padding:10px 12px;font-size:11.5px}.ntoms-national-search-page__results-heading{margin:0 0 8px 2px;font-size:11px;font-weight:800}.ntoms-national-search-page__result-grid{gap:8px;display:grid}.ntoms-national-search-page__result{border:1px solid var(--ntoms-border);text-align:left;cursor:pointer;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;min-height:64px;padding:9px 11px;display:grid}.ntoms-national-search-page__result-icon{background:var(--ntoms-primary-soft);width:36px;height:36px;color:var(--ntoms-primary);border-radius:10px;place-items:center;display:grid}.ntoms-national-search-page__result-name{font-size:12px;font-weight:800}.ntoms-national-search-page__result-meta{color:var(--ntoms-text-muted);margin-top:2px;font-size:10.5px}.ntoms-national-search-page__empty{border:1px dashed var(--ntoms-border);border-radius:var(--ntoms-radius-lg);color:var(--ntoms-text-muted);text-align:center;padding:30px 14px;font-size:11.5px}.ntoms-record-entry{max-width:620px;margin:0 auto}.ntoms-record-entry__card{padding:20px}.ntoms-record-entry__icon{background:var(--ntoms-primary-soft);width:50px;height:50px;color:var(--ntoms-primary);border-radius:14px;place-items:center;margin-bottom:14px;display:grid}.ntoms-record-entry__button{justify-content:center;align-items:center;gap:8px;width:100%;margin-top:10px;display:flex}@media (width<=1023px){.ntoms-shell__content{padding:var(--ntoms-page-pad-tablet)}}@media (width<=767px){body{overscroll-behavior-y:none}.ntoms-shell__desktop-sidebar,.ntoms-shell__desktop-topbar,.ntoms-shell__desktop-footer{display:none}.ntoms-shell__mobile-header,.ntoms-shell__mobile-bottom{display:block}.ntoms-shell__content{padding:var(--ntoms-page-pad-mobile);padding-bottom:calc(var(--ntoms-page-pad-mobile) + 4px)}.ntoms-shell__page-heading{margin-bottom:13px}.ntoms-shell__page-heading h1{font-size:18px}.ntoms-shell__page-heading p,.ntoms-overview__hero{display:none}.ntoms-overview{gap:14px}.ntoms-overview__section-title--mobile{display:block}.ntoms-overview__actions{grid-template-columns:repeat(2,minmax(0,1fr))}.ntoms-overview__action{min-height:104px;padding:13px}.ntoms-overview__action--primary-mobile{border-color:#3157d538}.ntoms-overview__stats{grid-template-columns:repeat(2,minmax(0,1fr))}.ntoms-overview__stat{padding:13px}.ntoms-overview__stat-value{font-size:21px}.ntoms-overview__stat-note{display:none}.ntoms-national-search-page__search{padding:14px}.ntoms-national-search-page__form{grid-template-columns:1fr}}@media (width<=390px){.ntoms-overview__actions,.ntoms-overview__stats{gap:8px}.ntoms-overview__action{padding:11px}.ntoms-mobile-bottom-nav{padding-left:4px;padding-right:4px}}
