/* tapajaPRO Brand System v33 */
:root{
  --ink:#15120D;
  --ink-2:#2E281F;
  --paper:#F5F0E6;
  --paper-2:#EDE6D6;
  --cyan:#B8420F;
  --orange:#E1591C;
  --yellow:#C6BBA6;
  --sage:#C6BBA6;
  --muted:#8C8271;
  --line:rgba(21,18,13,.18);
  --serif:"Helvetica Neue",Arial,sans-serif;
  --sans:Arial,"Helvetica Neue",sans-serif;
  --mono:ui-monospace,SFMono-Regular,Consolas,"Courier New",monospace;
}
html,body{background:var(--paper);color:var(--ink)}
body{font-family:var(--sans)}
h1,h2,h3,.page-head h1,.today-masthead h1,.landing-copy h1,.about-page h1{
  font-family:"Helvetica Neue",Arial,sans-serif!important;
  font-weight:800!important;
  letter-spacing:-.035em;
}
.sidebar{background:var(--ink)}
.topbar{background:rgba(245,240,230,.94)}
.button,.public-share-button,.journey-public-nav button{border-radius:2px}
.tapajapro-brand-target{display:inline-flex!important;align-items:center!important;gap:9px!important;min-width:0}
.tapajapro-brand-image{display:block!important;width:auto!important;height:auto!important;object-fit:contain!important;max-width:100%!important}
.tapajapro-product-badge{
  display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;
  min-height:22px;padding:0 7px;border:1px solid currentColor;border-radius:2px;
  font:700 7px/1 var(--mono);letter-spacing:.14em;text-transform:uppercase;
}
.brand{min-height:92px;padding:20px 20px 17px}
.brand a{width:100%;flex-direction:column!important;align-items:flex-start!important;gap:8px!important}
.brand .tapajapro-brand-image{width:162px!important}
.brand .tapajapro-product-badge{color:var(--signal,#E1591C);border-color:rgba(225,89,28,.7)}
.mobile-brand .tapajapro-brand-image{width:27px!important;max-height:31px!important}
.mobile-brand .tapajapro-product-badge{min-height:19px;padding:0 5px;color:var(--ink)}
.session-brand .tapajapro-brand-image{width:150px!important}
.session-brand .tapajapro-product-badge{color:var(--orange)}
.landing-brand .tapajapro-brand-image{width:168px!important}
.landing-brand .tapajapro-product-badge,.about-brand .tapajapro-product-badge,.public-brand .tapajapro-product-badge{color:var(--signal,#E1591C)}
.about-brand .tapajapro-brand-image{width:184px!important}
.public-brand .tapajapro-brand-image{width:145px!important}
.persona-public-nav .landing-brand,.landing-nav .landing-brand,.event-kit-nav .landing-brand{align-items:center!important}
.login-panel .landing-brand{align-items:center!important}
.landing-footer .landing-brand .tapajapro-brand-image{width:148px!important}
.brand-registration-mark{position:fixed;z-index:120;right:18px;bottom:18px;width:18px;height:18px;pointer-events:none;opacity:.82}
.brand-registration-mark:before,.brand-registration-mark:after{content:"";position:absolute;background:var(--orange);border-radius:2px}
.brand-registration-mark:before{left:0;top:7px;width:18px;height:4px}
.brand-registration-mark:after{left:7px;top:0;width:4px;height:18px}
@media(max-width:820px){
  .landing-brand .tapajapro-brand-image{width:132px!important}
  .landing-brand .tapajapro-product-badge{display:none}
  .public-brand .tapajapro-brand-image{width:118px!important}
  .brand-registration-mark{right:12px;bottom:74px}
}
