.cc-android-fullscreen {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(2, 6, 23, 0.96);
  color: #f8fafc;
}

.cc-android-legal,
.cc-android-paywall {
  width: min(520px, 100%);
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid #475569;
  border-radius: 8px;
  background: #0b1220;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.55);
}

.cc-android-legal h2,
.cc-android-paywall h2,
.cc-android-directory h2 {
  margin: 0;
  font: 800 18px/1.3 system-ui, sans-serif;
}

.cc-android-legal p,
.cc-android-paywall p,
.cc-android-directory p {
  margin: 0;
  color: #cbd5e1;
  font: 13px/1.55 system-ui, sans-serif;
}

.cc-android-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  font-size: 28px;
}

.cc-android-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.cc-android-actions button,
.cc-android-paywall button {
  min-height: 44px;
  border: 1px solid #64748b;
  border-radius: 6px;
  background: #172033;
  color: #f8fafc;
  font: 700 12px system-ui, sans-serif;
}

.cc-android-actions [data-action="accept"] {
  border-color: #10b981;
  background: #065f46;
}

.cc-android-directory {
  display: grid;
  gap: 16px;
  max-height: 60vh;
  overflow-y: auto;
  padding-right: 4px;
}

.cc-android-directory > header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #334155;
}

.cc-android-zones {
  display: grid;
  gap: 8px;
}

.cc-android-zone {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 12px;
  border: 1px solid #334155;
  border-radius: 6px;
  background: #0f172a;
  color: #e2e8f0;
  font: 700 12px system-ui, sans-serif;
}

.cc-android-zone input {
  width: 22px;
  height: 22px;
  accent-color: #10b981;
}

.cc-android-zone input:disabled {
  opacity: 0.35;
}

.cc-android-status {
  min-height: 20px;
  color: #fbbf24 !important;
}

.cc-android-app-section {
  display: grid;
  gap: 10px;
  padding-top: 14px;
  border-top: 1px solid #334155;
}

.cc-android-app-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 8px;
}

.cc-android-app-toolbar button,
.cc-android-app-toolbar input {
  min-width: 0;
  min-height: 42px;
  border: 1px solid #475569;
  border-radius: 6px;
  background: #0f172a;
  color: #e2e8f0;
  padding: 8px 10px;
  font: 700 11px system-ui, sans-serif;
}

.cc-android-app-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.cc-android-app {
  display: grid;
  min-width: 0;
  min-height: 86px;
  place-items: center;
  gap: 6px;
  padding: 8px 4px;
  border: 1px solid #334155;
  border-radius: 6px;
  background: #0b1220;
  color: #e2e8f0;
  font: 700 9px/1.2 system-ui, sans-serif;
}

.cc-android-app img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.cc-android-app span {
  width: 100%;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
