.ccp-app {
  padding: 4px;
  border-radius: 24px;
  background: linear-gradient(145deg, #f4faf8, #eef6f8);
}

.ccp-app > .ccp-brand:not(.ccp-admin-brand) {
  position: relative;
  overflow: hidden;
  padding: 28px 32px;
  border-radius: 20px;
  background: linear-gradient(125deg, var(--ccp-primary) 0%, #15526a 70%, #168c9e 140%);
  box-shadow: 0 14px 38px rgba(16, 36, 62, .18);
}

.ccp-app > .ccp-brand:not(.ccp-admin-brand)::after {
  content: '';
  position: absolute;
  right: 12%;
  top: -90px;
  width: 210px;
  height: 210px;
  border: 42px solid rgba(255, 255, 255, .04);
  border-radius: 50%;
}

.ccp-app .ccp-brand h2,
.ccp-app .ccp-brand h2 a {
  position: relative;
  z-index: 1;
  color: #fff !important;
  text-shadow: none !important;
}

.ccp-app .ccp-brand > div > span {
  position: relative;
  z-index: 1;
  color: #aee5eb !important;
  font-weight: 800;
  letter-spacing: .5px;
  opacity: 1;
}

.ccp-app > .ccp-brand .ccp-link {
  position: relative;
  z-index: 2;
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 10px;
  background: rgba(255, 255, 255, .1);
  color: #fff !important;
  font-weight: 800;
  text-decoration: none;
}

.ccp-app > .ccp-brand .ccp-link:hover {
  background: rgba(255, 255, 255, .2);
}

.ccp-app .ccp-welcome,
.ccp-app .ccp-panel {
  border: 1px solid rgba(26, 112, 119, .09);
  box-shadow: 0 12px 34px rgba(18, 61, 67, .07);
}

.ccp-app .ccp-welcome {
  margin: 18px 8px 0;
  background: linear-gradient(135deg, #fff, #f7fcfa);
}

.ccp-app .ccp-panel {
  margin: 18px 8px 0;
}

.ccp-app input[readonly] {
  background: #edf5f3;
  color: #176f7c;
  font-weight: 800;
}

.ccp-finance-summary {
  grid-column: 1 / -1;
}

@media (max-width: 560px) {
  .ccp-app { margin: 8px; padding: 0; }
  .ccp-app > .ccp-brand:not(.ccp-admin-brand) { padding: 22px; border-radius: 16px; }
  .ccp-app > .ccp-brand:not(.ccp-admin-brand) h2 { font-size: 22px !important; }
  .ccp-app .ccp-welcome,
  .ccp-app .ccp-panel { margin-left: 0; margin-right: 0; }
}
