/* Phish n Chiips — shared mobile email-client chrome */
.phish-scene {
  background: #000;
  min-height: 100%;
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.phish-email-shell {
  width: 100%;
  margin: 0 auto;
}
.phish-client-chrome {
  background: #000;
  padding: 12px 16px 10px;
  color: #fff;
}
.phish-subject {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
  color: #fff;
  margin: 0 0 6px;
}
.phish-date {
  font-size: 13px;
  color: #8e8e93;
  margin: 0 0 12px;
}
.phish-sender-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 6px;
}
.phish-sender-pill {
  display: inline-block;
  background: #2c2c2e;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 20px;
  max-width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.phish-details-link {
  color: #0a84ff;
  font-size: 14px;
  text-decoration: none;
  flex-shrink: 0;
}
.phish-show-images {
  text-align: right;
  margin-top: 4px;
}
.phish-show-images a {
  color: #0a84ff;
  font-size: 13px;
  text-decoration: none;
}
.phish-email-body {
  background: #000;
  padding: 0 0 24px;
}
.phish-card {
  background: #1c1c1e;
  border-radius: 14px;
  margin: 0 12px;
  padding: 24px 18px;
  color: #fff;
}
.phish-card-title {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 14px;
}
.phish-card-text {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  margin: 0 0 18px;
}
.phish-info-box {
  background: #2c2c2e;
  border-radius: 10px;
  padding: 0;
  margin: 0 0 20px;
  overflow: hidden;
}
.phish-info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 14px;
  border-bottom: 1px solid #3a3a3c;
  font-size: 14px;
}
.phish-info-row:last-child {
  border-bottom: none;
}
.phish-info-label {
  color: #fff;
}
.phish-info-value {
  color: #8e8e93;
  text-align: right;
}
.phish-info-value.red {
  color: #ff3b30;
  font-weight: 600;
}
.phish-btn-primary {
  display: block;
  width: 100%;
  background: #007aff;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 14px 20px;
  border-radius: 28px;
  border: none;
  text-decoration: none;
  margin: 0 0 14px;
  box-sizing: border-box;
}
.phish-btn-orange {
  background: #ff6600;
  border-radius: 6px;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.phish-btn-red {
  background: #e50914;
  border-radius: 4px;
}
.phish-btn-black {
  background: #000;
  color: #fff;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 13px;
}
.phish-fine-print {
  font-size: 12px;
  color: #8e8e93;
  text-align: center;
  line-height: 1.45;
  margin: 0;
}
.phish-footer-outside {
  text-align: center;
  padding: 16px 12px;
  font-size: 11px;
  color: #8e8e93;
  line-height: 1.5;
}
.phish-footer-outside a {
  color: #0a84ff;
  text-decoration: none;
}
.phish-logo-fedex {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -1px;
  margin-bottom: 16px;
}
.phish-logo-fedex .fed { color: #660099; }
.phish-logo-fedex .ex { color: #ff6600; }
.phish-logo-netflix {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 900;
  color: #e50914;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 8px;
}
.phish-section-dark {
  background: #121212;
  padding: 20px 16px;
  color: #fff;
}
.phish-section-blue {
  background: #0047bb;
  padding: 24px 16px;
  color: #fff;
  text-align: center;
}
.phish-section-plum {
  background: #2d1b33;
  padding: 20px 16px;
  color: #fff;
}
.phish-heading-lg {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.3;
}
.phish-heading-md {
  font-size: 16px;
  font-weight: 700;
  margin: 16px 0 8px;
}
.phish-body-text {
  font-size: 13px;
  line-height: 1.55;
  color: #b3b3b3;
  margin: 0 0 12px;
}
.phish-body-text.white {
  color: #fff;
}
.phish-highlight-box {
  background: #2c2c2e;
  border-radius: 10px;
  padding: 14px;
  margin: 14px 0;
}
.phish-cloud-icon {
  width: 56px;
  height: 56px;
  background: #007aff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 28px;
  position: relative;
}
.phish-badge-dot {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 20px;
  height: 20px;
  background: #ff3b30;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.phish-progress-bar {
  height: 6px;
  background: #3a3a3c;
  border-radius: 3px;
  margin: 12px 0 4px;
  overflow: hidden;
}
.phish-progress-fill {
  height: 100%;
  width: 100%;
  background: #ff3b30;
  border-radius: 3px;
}
.phish-progress-label {
  text-align: right;
  font-size: 12px;
  color: #ff3b30;
  margin-bottom: 16px;
}
.phish-link-blue {
  color: #0a84ff;
  text-decoration: none;
  font-size: 14px;
}
.phish-callout-left {
  border-left: 4px solid #e50914;
  padding: 12px 14px;
  margin: 16px 0;
  font-size: 13px;
  line-height: 1.5;
  color: #fff;
}
.phish-red-line {
  height: 3px;
  background: #e50914;
  margin: 0 0 14px;
}
.phish-eyebrow {
  font-size: 11px;
  color: #8e8e93;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.phish-banner-top {
  background: #001a4d;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 10px 12px;
}
.phish-priority-box {
  border-left: 4px solid #ff4500;
  background: #1a1a1a;
  padding: 12px 14px;
  margin: 14px 0;
  font-size: 13px;
  line-height: 1.5;
  color: #fff;
}
.phish-code-box {
  border: 2px dashed #fff;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 8px 0 4px;
  color: #fff;
}
.phish-checklist {
  list-style: none;
  padding: 0;
  margin: 14px 0;
}
.phish-checklist li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #fff;
  margin-bottom: 8px;
}
.phish-check-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #4a6fa5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  flex-shrink: 0;
}
.phish-gold-bar {
  background: #7a5c12;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  padding: 6px;
}
.phish-bb-header {
  background: #0046be;
  padding: 12px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.phish-bb-body {
  background: #1d2129;
  padding: 18px 16px;
  position: relative;
}
.phish-bb-eyebrow {
  font-size: 11px;
  color: #8da9ff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}
.phish-bb-heading {
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.phish-bb-circle {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #7a5c12;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 900;
  color: #fff;
}
.phish-storage-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #2c2c2e;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  color: #fff;
  margin-bottom: 12px;
}
.phish-storage-badge .dot {
  width: 8px;
  height: 8px;
  background: #3478f6;
  border-radius: 50%;
}
.phish-brand-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  background: #000;
}
.phish-brand-cloud {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #3478f6;
  font-size: 14px;
  font-weight: 600;
}
.phish-brand-sub {
  font-size: 11px;
  color: #8e8e93;
}
.phish-ul {
  margin: 10px 0;
  padding-left: 18px;
  font-size: 13px;
  line-height: 1.6;
  color: #fff;
}
.phish-ol {
  margin: 10px 0;
  padding-left: 18px;
  font-size: 13px;
  line-height: 1.6;
  color: #fff;
}
.phish-product-placeholder {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #1a1a1a;
  border: 2px solid #333;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #666;
  text-align: center;
}
.phish-logo-placeholder {
  width: 48px;
  height: 48px;
  background: #2c2c2e;
  border: 1px dashed #555;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  color: #666;
  margin-bottom: 14px;
}
@media (min-width: 600px) {
  .phish-email-shell {
    max-width: 420px;
  }
  .phish-scene {
    padding: 8px 0;
  }
}
