/* Brand-first refinement, using the original NBIR artwork. */
.nb-titor-secondary,.nb-titor-secondary:visited {color:#fff;text-underline-offset:.25em;}
.nb-titor-secondary:focus-visible {outline:3px solid #fff;outline-offset:4px;}
.nb-home-actions {display:flex;align-items:center;justify-content:space-between;gap:.5rem 1rem;flex-wrap:wrap;margin-top:.75rem;}
.nb-home-actions .nb-titor-secondary {margin-top:0;}
.nb-home-actions .favorite-inline {display:inline-flex;align-items:center;gap:.4rem;min-height:44px;padding:.5rem .75rem;border:1px solid #b7d9ff77;border-radius:12px;background:#ffffff12;color:#fff;font:inherit;cursor:pointer;white-space:nowrap;}
.nb-home-actions .favorite-inline:focus-visible {outline:3px solid #fff;outline-offset:3px;}
body:has(.nb-home-actions) .nb-titor-v2 {display:none!important;}
.nb-area-project .nb-brand-stage {display:flex;align-items:center;justify-content:center;width:100%;min-height:112px;padding:12px;margin-bottom:1rem;border-radius:12px;background:#fff;border:1px solid #cbd7e6;box-sizing:border-box;}
.nb-area-project .nb-brand-stage img {display:block;width:100%;max-width:224px;height:88px;margin:0;object-fit:contain;}
.nb-area-project h3 a {color:inherit;text-decoration:none;}
.nb-area-project h3 a:hover {text-decoration:underline;text-underline-offset:.25em;}
.nb-area-project {transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;}
.nb-area-project:focus-within {border-color:#559cff;box-shadow:0 0 0 2px #559cff44;}
.nb-area-symbol {display:grid;place-items:center;width:44px;height:44px;border-radius:12px;background:#3989ef1c;font-size:1.55rem;}
.nb-area-explore summary {grid-template-columns:44px minmax(0,1fr);column-gap:.9rem;align-items:start;}
.nb-area-explore summary strong {align-self:center;min-height:44px;display:flex;align-items:center;}
.nb-area-brand-preview {display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem;}
.nb-area-brand-preview img {width:88px;height:44px;padding:5px;background:#fff;border:1px solid #cbd7e6;border-radius:7px;object-fit:contain;box-sizing:border-box;}
.nb-area-products .nb-module-logo {display:block;width:88px;height:56px;object-fit:contain;background:#fff;padding:6px;border-radius:8px;box-sizing:border-box;}
.nb-area-products a {border-radius:0 12px 12px 0;transition:background-color .18s ease,border-color .18s ease;}
.nb-area-products a:focus-visible {background:#3989ef1c;}
@media(hover:hover) and (prefers-reduced-motion:no-preference) {
 .nb-area-project:hover {transform:translateY(-3px);border-color:#559cff;box-shadow:0 10px 24px #00152b24;}
 .nb-area-products a:hover {background:#3989ef1c;border-color:#155ac1;}
}
@media(prefers-reduced-motion:no-preference) {
 .nb-area-explore details[open]>ul {animation:nb-area-reveal .2s ease-out;}
 @keyframes nb-area-reveal {from {opacity:.45;transform:translateY(4px);}to {opacity:1;transform:translateY(0);}}
}
@media(max-width:540px) {
 .nb-area-highlights .nb-area-project {display:block;}
 .nb-area-project .nb-brand-stage {min-height:104px;}
 .nb-area-project .nb-brand-stage img {height:80px;width:100%;max-width:224px;}
 .nb-area-highlights .nb-area-project h3 {margin:.6rem 0;}
 .nb-area-highlights .nb-area-project p {font-size:1rem;}
}
@media(prefers-reduced-motion:reduce) {.nb-area-project,.nb-area-products a {transition:none;}}
