.stbo-app{
  --stbo-main:#006f68;
  --stbo-second:#00998e;
  --stbo-dark:#003a40;
  width:100%;
  max-width:1180px;
  margin:0 auto;
  color:#173b3d;
  font-family:Arial, Helvetica, sans-serif;
}
.stbo-app *{box-sizing:border-box}
.stbo-app a{color:inherit}
.stbo-app-hero{
  display:grid;
  grid-template-columns:minmax(220px, 360px) 1fr;
  gap:34px;
  align-items:center;
  padding:34px;
  border-radius:26px;
  background:linear-gradient(135deg,var(--stbo-main),var(--stbo-second));
  color:#fff;
  overflow:hidden;
  position:relative;
}
.stbo-app-hero:after{
  content:"";
  position:absolute;
  right:-90px;
  bottom:-130px;
  width:300px;
  height:300px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.3);
  background:rgba(255,255,255,.1);
}
.stbo-app-hero-logo{
  position:relative;
  z-index:1;
  background:#fff;
  border-radius:18px;
  padding:14px;
  box-shadow:0 20px 50px rgba(0,0,0,.16);
}
.stbo-app-hero-logo img{
  width:100%;
  height:auto;
  max-height:120px;
  display:block;
  object-fit:contain;
}
.stbo-app-hero-text{position:relative;z-index:1}
.stbo-app-kicker{
  display:inline-flex;
  align-items:center;
  padding:8px 13px;
  margin-bottom:14px;
  border-radius:999px;
  background:rgba(255,255,255,.15);
  border:1px solid rgba(255,255,255,.26);
  font-size:12px;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:.9px;
  font-weight:800;
}
.stbo-app h1{
  margin:0;
  color:#fff;
  font-size:clamp(34px, 5vw, 64px);
  line-height:.96;
  letter-spacing:-2px;
  font-weight:900;
}
.stbo-app-subtitle{
  margin:18px 0 0;
  font-size:clamp(22px,3vw,36px);
  line-height:1;
  font-weight:900;
}
.stbo-app-desc{
  max-width:680px;
  margin:18px 0 0;
  font-size:17px;
  line-height:1.55;
  opacity:.96;
}
.stbo-app-tools{
  margin:22px 0 24px;
  padding:20px;
  border:1px solid rgba(0,111,104,.18);
  border-radius:22px;
  background:#fff;
  box-shadow:0 14px 46px rgba(0,58,64,.08);
}
.stbo-search-wrap{
  display:grid;
  gap:8px;
  font-weight:900;
  color:var(--stbo-dark);
  margin-bottom:14px;
}
.stbo-search-wrap span{
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.7px;
}
.stbo-search-wrap input{
  width:100%;
  border:1px solid rgba(0,111,104,.22)!important;
  background:#f8fafa!important;
  border-radius:16px!important;
  padding:15px 16px!important;
  font-size:16px!important;
  line-height:1.2!important;
  outline:none!important;
  box-shadow:none!important;
  color:#173b3d!important;
}
.stbo-search-wrap input:focus{border-color:var(--stbo-second)!important;box-shadow:0 0 0 4px rgba(0,153,142,.12)!important}
.stbo-filter-row{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.stbo-filter-row button,
.stbo-print-btn{
  appearance:none;
  border:1px solid rgba(0,111,104,.18);
  border-radius:999px;
  padding:10px 14px;
  background:#f8fbfb;
  color:var(--stbo-dark);
  font-size:13px;
  font-weight:850;
  line-height:1;
  cursor:pointer;
  text-decoration:none!important;
  transition:.2s ease;
}
.stbo-filter-row button:hover,
.stbo-print-btn:hover{transform:translateY(-1px);border-color:var(--stbo-second);background:#effafa;color:var(--stbo-dark)}
.stbo-filter-row button.is-active,
.stbo-print-btn{background:var(--stbo-main);border-color:var(--stbo-main);color:#fff!important}
.stbo-print-btn{display:inline-flex;margin-top:12px;box-shadow:0 12px 24px rgba(0,111,104,.18)}
.stbo-results{display:grid;gap:24px}
.stbo-group{
  border:1px solid rgba(0,111,104,.14);
  border-radius:24px;
  background:#fff;
  box-shadow:0 14px 46px rgba(0,58,64,.06);
  overflow:hidden;
}
.stbo-group[hidden]{display:none!important}
.stbo-group-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:18px 22px;
  background:linear-gradient(135deg,var(--stbo-main),var(--stbo-second));
  color:#fff;
}
.stbo-group-head h2{
  margin:0;
  color:#fff;
  font-size:22px;
  line-height:1.1;
  text-transform:uppercase;
  letter-spacing:.3px;
  font-weight:900;
}
.stbo-group-head span{
  flex:0 0 auto;
  display:inline-flex;
  border-radius:999px;
  background:rgba(255,255,255,.16);
  padding:7px 11px;
  font-size:12px;
  font-weight:800;
}
.stbo-card-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  padding:18px;
}
.stbo-card{
  min-width:0;
  border:1px solid rgba(0,111,104,.15);
  border-radius:18px;
  background:#fff;
  overflow:hidden;
  transition:.2s ease;
}
.stbo-card:hover{transform:translateY(-2px);box-shadow:0 16px 38px rgba(0,58,64,.09)}
.stbo-card[hidden]{display:none!important}
.stbo-card-top{
  padding:10px 14px;
  background:#effafa;
  border-bottom:1px solid rgba(0,111,104,.12);
}
.stbo-card-top span{
  display:inline-flex;
  color:var(--stbo-main);
  font-size:11px;
  text-transform:uppercase;
  font-weight:900;
  letter-spacing:.6px;
}
.stbo-card-body{padding:16px}
.stbo-card-brand{
  display:grid;
  grid-template-columns:76px minmax(0,1fr);
  gap:14px;
  align-items:center;
  margin-bottom:12px;
}
.stbo-card-logo{
  width:76px;
  height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:8px;
  border:1px solid rgba(0,111,104,.13);
  border-radius:14px;
  background:linear-gradient(180deg,#fff,#f8fbfb);
  box-shadow:0 8px 20px rgba(0,58,64,.06);
  overflow:hidden;
}
.stbo-card-logo img{
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  display:block;
}
.stbo-card-logo.is-empty:before{content:"";width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,var(--stbo-main),var(--stbo-second));opacity:.18}
.stbo-card-main{min-width:0}
.stbo-card h3{
  margin:0 0 6px;
  color:#173b3d;
  font-size:21px;
  line-height:1.1;
  font-weight:900;
}
.stbo-card-type{
  margin:0 0 10px;
  color:var(--stbo-main);
  font-size:14px;
  line-height:1.25;
  font-weight:850;
}
.stbo-card-desc{
  margin:0 0 12px;
  color:#3d5557;
  font-size:14px;
  line-height:1.5;
}
.stbo-card-info{display:grid;gap:6px}
.stbo-card-info p{
  margin:0;
  font-size:14px;
  line-height:1.35;
  color:#263d40;
}
.stbo-card-info span{font-weight:900;color:#173b3d}
.stbo-empty{
  margin-top:18px;
  padding:22px;
  border-radius:18px;
  background:#fff6e8;
  color:#55400e;
  font-weight:800;
}
.stbo-base{
  margin-top:24px;
  padding:18px 20px;
  border-radius:18px;
  border:1px solid rgba(0,111,104,.16);
  background:#f8fbfb;
  font-size:14px;
  line-height:1.55;
  color:#273f41;
}
.stbo-base strong{color:var(--stbo-main)}
.stbo-app-footer{
  margin-top:20px;
  display:flex;
  flex-wrap:wrap;
  gap:8px 18px;
  align-items:center;
  justify-content:center;
  padding:18px;
  border-radius:18px;
  background:var(--stbo-dark);
  color:#fff;
  font-weight:800;
}
.stbo-app-footer a{text-decoration:none;color:#fff!important}
@media (max-width:980px){
  .stbo-app-hero{grid-template-columns:1fr;padding:28px;gap:24px}
  .stbo-app-hero-logo{max-width:420px}
  .stbo-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:640px){
  .stbo-card-brand{grid-template-columns:64px minmax(0,1fr);gap:12px}
  .stbo-card-logo{width:64px;height:50px;border-radius:12px;padding:7px}
  .stbo-app-hero{border-radius:20px;padding:22px}
  .stbo-app h1{letter-spacing:-1px}
  .stbo-app-tools{padding:16px;border-radius:18px}
  .stbo-card-grid{grid-template-columns:1fr;padding:14px}
  .stbo-group-head{padding:16px;align-items:flex-start;flex-direction:column}
  .stbo-filter-row button,.stbo-print-btn{width:100%;justify-content:center;text-align:center}
}
