/* Home redesign aligned with auth cinematic */
/* Masquer le "P!" textuel ailleurs que sur l'accueil */
.logo-mark-txt { display: none; }
#app[data-pulpe-page="acc"] .logo-mark-txt { display: inline-block; }
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,700;0,9..144,900;1,9..144,700;1,9..144,900&family=Inter:wght@400;500;600;700;800&display=swap');

#app[data-pulpe-page="acc"] {
  --home-indigo: #6366f1;
  --home-indigo-2: #818cf8;
  --home-violet: #a855f7;
  --home-bg: #f5f7fb;
  --home-text: #111827;
  --home-muted: #6b7280;
}

#app[data-pulpe-page="acc"] .hdr {
  background: rgba(245, 247, 251, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(99, 102, 241, 0.1);
}

#app[data-pulpe-page="acc"] .logo-w {
  gap: 12px;
  align-items: center;
}

#app[data-pulpe-page="acc"] .logo-ic {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, #6366f1, #a855f7);
  display: grid;
  place-items: center;
  box-shadow: 0 4px 14px rgba(99, 102, 241, 0.4);
  overflow: hidden;
}

#app[data-pulpe-page="acc"] .logo-ic .app-logo-img {
  display: none;
}

#app[data-pulpe-page="acc"] .logo-ic .logo-mark-txt {
  font-family: "Fraunces", serif;
  font-weight: 900;
  font-size: 17px;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.5px;
}

#app[data-pulpe-page="acc"] .logo-nm {
  font-family: "Fraunces", serif;
  font-weight: 900;
  font-size: 18px;
  color: #0a1628;
  letter-spacing: -0.5px;
  line-height: 1.15;
}

#app[data-pulpe-page="acc"] .logo-nm span {
  color: #6366f1;
}

#app[data-pulpe-page="acc"] .logo-sl {
  font-size: 10px;
  color: #6366f1;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2;
}

#app[data-pulpe-page="acc"] .nav {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(99, 102, 241, 0.2);
  border-radius: 999px;
  padding: 5px;
}

#app[data-pulpe-page="acc"] .nb {
  color: #6b7280;
}

#app[data-pulpe-page="acc"] .nb.act {
  background: linear-gradient(135deg, #6366f1, #818cf8);
  color: #fff;
  border-color: transparent;
}

#app[data-pulpe-page="acc"] .nb-faq {
  border: 1px solid rgba(6, 182, 212, 0.35);
  background: rgba(6, 182, 212, 0.08);
  color: #0f766e;
  font-weight: 700;
}

#app[data-pulpe-page="acc"] .user-menu {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 16px 6px 6px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(99, 102, 241, 0.12);
  border-radius: 100px;
  box-shadow: 0 2px 6px rgba(99, 102, 241, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

#app[data-pulpe-page="acc"] .user-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6366f1, #ec4899);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 600;
}

#app[data-pulpe-page="acc"] .user-info {
  line-height: 1.2;
}

#app[data-pulpe-page="acc"] .user-name {
  font-size: 12px;
  font-weight: 600;
  color: #0a1628;
}

#app[data-pulpe-page="acc"] .user-role {
  font-size: 10px;
  color: #6366f1;
}

#app[data-pulpe-page="acc"] .user-chevron {
  color: #6366f1;
  font-size: 10px;
}

#app[data-pulpe-page="acc"] .band.band--ticker {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid rgba(99, 102, 241, 0.08);
  border-bottom: 1px solid rgba(99, 102, 241, 0.08);
}

#app[data-pulpe-page="acc"] .band .bl {
  color: #374151;
  position: relative;
  font-weight: 700;
}

#app[data-pulpe-page="acc"] .band .bl::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  display: inline-block;
  margin-right: 7px;
  animation: pulse-dot 2s infinite;
}

#app[data-pulpe-page="acc"] .band-ticker-track {
  animation: ticker 40s linear infinite;
}

#app[data-pulpe-page="acc"] .band-ticker-fade {
  width: 140px;
}

#p-acc .acc-cinema {
  position: relative;
  background: var(--home-bg);
  overflow: hidden;
  isolation: isolate;
  min-height: calc(100vh - 160px);
  min-height: calc(100dvh - 160px);
  padding: 44px 32px 32px;
  font-family: "Inter", "DM Sans", sans-serif;
}

#p-acc .acc-cinema-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

#p-acc .acc-cinema-grid {
  position: absolute;
  inset: 0;
  background-size: 60px 60px;
  background-image: linear-gradient(to right, rgba(99, 102, 241, 0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(99, 102, 241, 0.04) 1px, transparent 1px);
}

#p-acc .acc-cinema-aurora {
  position: absolute;
  width: min(900px, 78vw);
  height: min(680px, 68vh);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle at center, rgba(99, 102, 241, 0.18) 0%, transparent 68%);
  filter: blur(100px);
  animation: breathe 10s ease-in-out infinite alternate;
}

#p-acc .acc-cinema-orb {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

#p-acc .acc-cinema-orb-a {
  width: 400px;
  height: 400px;
  top: 80px;
  right: -120px;
  background: rgba(99, 102, 241, 0.15);
  filter: blur(40px);
  animation: float-slow 20s ease-in-out infinite;
}

#p-acc .acc-cinema-orb-b {
  width: 320px;
  height: 320px;
  bottom: 100px;
  left: -100px;
  background: rgba(168, 85, 247, 0.12);
  filter: blur(38px);
  animation: float-slow 24s ease-in-out infinite reverse;
}

#p-acc .acc-cinema-giant {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Fraunces", serif;
  font-size: 38vw;
  font-weight: 900;
  line-height: 0.85;
  letter-spacing: -0.06em;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(99, 102, 241, 0.1);
  background: linear-gradient(180deg, rgba(99, 102, 241, 0.14), transparent);
  -webkit-background-clip: text;
  background-clip: text;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

#p-acc .acc-cinema-marquee {
  position: relative;
  z-index: 2;
  margin: -10px 0 26px;
  transform: rotate(-2deg);
  border: 1px solid rgba(99, 102, 241, 0.15);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.7);
  overflow: hidden;
}

#p-acc .acc-cinema-marquee-track {
  display: flex;
  width: max-content;
  animation: ticker 45s linear infinite;
}

#p-acc .acc-cinema-marquee-seg {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 12px 20px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.24em;
  font-weight: 700;
  color: #4b5563;
}

#p-acc .acc-cinema-marquee-sep {
  color: #818cf8;
}

#p-acc .acc-home-hero {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 28px;
  align-items: start;
}

#p-acc .hero-top {
  background: transparent;
  border: 0;
  padding: 0;
  margin-bottom: 18px;
}

#p-acc .ht-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(99, 102, 241, 0.08);
  border: 1px solid rgba(99, 102, 241, 0.2);
  color: #4338ca;
  border-radius: 100px;
  padding: 7px 12px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 14px;
}

#p-acc .ht-tag::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
  animation: pulse-dot 2s infinite;
}

#p-acc .ht-title {
  margin: 0;
  font-family: "Fraunces", serif;
  font-size: 48px;
  line-height: 1.02;
  letter-spacing: -2px;
  color: #111827;
}

#p-acc .ht-title em {
  font-style: italic;
  background: linear-gradient(120deg, #6366f1, #818cf8, #c4b5fd);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

#p-acc .acc-hidden-stats-text {
  display: none;
}

#p-acc .mods--hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 4px;
}

#p-acc .mods--hero .mod {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(99, 102, 241, 0.12);
  border-radius: 16px;
  padding: 20px;
  min-height: 130px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  overflow: hidden;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 2px 12px rgba(99, 102, 241, 0.04);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

#p-acc .mods--hero .mod::after { content: none; }

#p-acc .mods--hero .mod:hover {
  transform: translateY(-3px);
  border-color: rgba(99, 102, 241, 0.3);
  box-shadow: 0 12px 30px rgba(99, 102, 241, 0.1);
}

#p-acc .mod .mod-glow {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.25;
  transition: opacity 0.3s;
  pointer-events: none;
  z-index: 0;
}

#p-acc .mod:hover .mod-glow { opacity: 0.45; }

#p-acc .mod .mod-arr {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(99, 102, 241, 0.08);
  display: grid;
  place-items: center;
  font-size: 11px;
  color: #6366f1;
  transition: all 0.25s;
  z-index: 2;
}

#p-acc .mod:hover .mod-arr {
  background: #6366f1;
  color: #fff;
  transform: translate(2px, -2px);
}

#p-acc .mods--hero .mod-ico,
#p-acc .mods--hero .mod-icon {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  margin-bottom: auto;
  position: relative;
  z-index: 1;
  transition: transform 0.3s;
  font-size: 18px;
}

#p-acc .mod:hover .mod-ico,
#p-acc .mod:hover .mod-icon {
  transform: rotate(-6deg) scale(1.08);
}

#p-acc .mods--hero .mod-ico svg,
#p-acc .mods--hero .mod-icon svg {
  width: 20px;
  height: 20px;
}

#p-acc .mod-txt {
  position: relative;
  z-index: 1;
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

/* Palettes colorées par module (ambre / cyan / émeraude / rose) */
#p-acc .mod-amber .mod-glow { background: #f59e0b; }
#p-acc .mod-amber .mod-ico,
#p-acc .mod-amber .mod-icon { background: rgba(245, 158, 11, 0.12); color: #d97706; }
#p-acc .mod-amber .mod-tag,
#p-acc .mod-amber .mod-label { color: #d97706 !important; }

#p-acc .mod-cyan .mod-glow { background: #06b6d4; }
#p-acc .mod-cyan .mod-ico,
#p-acc .mod-cyan .mod-icon { background: rgba(6, 182, 212, 0.12); color: #0891b2; }
#p-acc .mod-cyan .mod-tag,
#p-acc .mod-cyan .mod-label { color: #0891b2 !important; }

#p-acc .mod-emerald .mod-glow { background: #10b981; }
#p-acc .mod-emerald .mod-ico,
#p-acc .mod-emerald .mod-icon { background: rgba(16, 185, 129, 0.12); color: #059669; }
#p-acc .mod-emerald .mod-tag,
#p-acc .mod-emerald .mod-label { color: #059669 !important; }

#p-acc .mod-rose .mod-glow { background: #f43f5e; }
#p-acc .mod-rose .mod-ico,
#p-acc .mod-rose .mod-icon { background: rgba(244, 63, 94, 0.12); color: #e11d48; }
#p-acc .mod-rose .mod-tag,
#p-acc .mod-rose .mod-label { color: #e11d48 !important; }

#p-acc .mod-tag,
#p-acc .mod-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 2px;
}

#p-acc .mods--hero .mod-title {
  color: #0a1628 !important;
  font-size: 16px;
  line-height: 1.15;
  font-family: "Archivo Black", sans-serif;
  letter-spacing: -0.3px;
  margin-bottom: 2px;
}

#p-acc .mods--hero .mod-desc,
#p-acc .mods--hero .mod-sub {
  color: #6b7280 !important;
  font-size: 10px;
  line-height: 1.4;
  font-family: "DM Sans", sans-serif;
}

#p-acc .acc-side-panels {
  display: grid;
  gap: 14px;
}

#p-acc .acc-panel {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(99, 102, 241, 0.12);
  border-radius: 16px;
  padding: 18px 20px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

#p-acc .acc-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

#p-acc .acc-panel-title {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #374151;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

#p-acc .acc-panel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

#p-acc .acc-panel-dot--amber { background: #f59e0b; }
#p-acc .acc-panel-dot--cyan { background: #06b6d4; }

#p-acc .acc-panel-link {
  font-size: 12px;
  font-weight: 600;
  color: #6366f1;
  text-decoration: none;
}

#p-acc .acc-rec-list { display: grid; gap: 10px; }

#p-acc .acc-rec-item {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  gap: 10px;
  align-items: center;
}

#p-acc .acc-rec-item-btn {
  width: 100%;
  border: 1px solid rgba(99, 102, 241, 0.14);
  border-radius: 11px;
  background: #fff;
  padding: 8px 9px;
  text-align: left;
  cursor: pointer;
}

#p-acc .acc-rec-item-btn:hover {
  border-color: rgba(99, 102, 241, 0.35);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

#p-acc .acc-rec-ico {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 16px;
}

#p-acc .acc-rec-ico--a { background: linear-gradient(135deg, #f59e0b, #f97316); }
#p-acc .acc-rec-ico--b { background: linear-gradient(135deg, #06b6d4, #0284c7); }
#p-acc .acc-rec-ico--c { background: linear-gradient(135deg, #a855f7, #6366f1); }

#p-acc .acc-rec-name { font-size: 13px; font-weight: 600; color: #111827; }
#p-acc .acc-rec-meta { font-size: 11px; color: #6b7280; }

#p-acc .acc-rec-badge {
  font-size: 10px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 999px;
  white-space: nowrap;
}

#p-acc .acc-rec-badge--ok {
  background: rgba(34, 197, 94, 0.14);
  color: #15803d;
}

#p-acc .acc-rec-badge--warn {
  background: rgba(239, 68, 68, 0.14);
  color: #b91c1c;
}

#p-acc .acc-faq-list { display: grid; gap: 8px; }

#p-acc .acc-faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(99, 102, 241, 0.14);
  background: #fff;
  border-radius: 10px;
  padding: 10px 11px;
  font-size: 12px;
  font-weight: 600;
  color: #1f2937;
  text-align: left;
  cursor: pointer;
}

#p-acc .acc-faq-q:hover { border-color: rgba(99, 102, 241, 0.3); }

#p-acc .acc-faq-a {
  margin: 6px 2px 0;
  font-size: 12px;
  line-height: 1.5;
  color: #6b7280;
  display: none;
}

#p-acc .acc-faq-a.open { display: block; }

#p-acc .acc-panel-tour {
  background: linear-gradient(145deg, rgba(79, 70, 229, 0.95), rgba(139, 92, 246, 0.92));
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
}

#p-acc .acc-tour-kicker {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.95;
}

#p-acc .acc-tour-title {
  margin: 8px 0 6px;
  font-family: "Fraunces", serif;
  font-size: 28px;
  line-height: 1.05;
}

#p-acc .acc-tour-desc {
  margin: 0 0 12px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.86);
}

#p-acc .acc-tour-progress {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
  margin-bottom: 14px;
}

#p-acc .acc-tour-progress span {
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.25);
}

#p-acc .acc-tour-progress span:nth-child(-n + 2) {
  background: #c4b5fd;
}

#p-acc .acc-tour-btn {
  display: inline-block;
  border-radius: 10px;
  padding: 10px 12px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  font-weight: 700;
  font-size: 12px;
}

#p-acc .acc-tour-btn:hover {
  background: rgba(255, 255, 255, 0.22);
}

#p-acc .acc-tour-actions {
  display: grid;
  gap: 8px;
}

#p-acc .acc-tour-btn-install {
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
}

#p-acc .acc-tour-btn-install:hover {
  background: rgba(255, 255, 255, 0.2);
}

.acc-install-modal {
  position: fixed;
  inset: 0;
  z-index: 9800;
  display: none;
}

.acc-install-modal.open {
  display: block;
}

.acc-install-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 22, 40, 0.7);
  backdrop-filter: blur(6px);
}

.acc-install-dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(560px, calc(100vw - 28px));
  border-radius: 18px;
  border: 1px solid rgba(99, 102, 241, 0.18);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(244, 246, 255, 0.96));
  box-shadow: 0 28px 72px rgba(10, 22, 40, 0.35);
  padding: 22px 20px 18px;
}

.acc-install-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 10px;
  background: rgba(99, 102, 241, 0.1);
  color: #4338ca;
  font-size: 18px;
  cursor: pointer;
}

.acc-install-kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #4338ca;
  background: rgba(99, 102, 241, 0.1);
}

.acc-install-title {
  margin: 10px 0 6px;
  font-family: "Fraunces", serif;
  font-size: 32px;
  line-height: 1.04;
  color: #0a1628;
}

.acc-install-lead {
  margin: 0 0 14px;
  font-size: 13px;
  color: #475569;
}

.acc-install-body {
  display: grid;
  grid-template-columns: minmax(260px, 320px) 1fr;
  gap: 14px;
  align-items: start;
}

.acc-iphone-stage {
  position: relative;
  padding: 8px 0 0;
}

.acc-iphone-halo {
  position: absolute;
  inset: 16px -12px 42px;
  border-radius: 24px;
  background: radial-gradient(circle at 50% 50%, rgba(99, 102, 241, 0.35), rgba(168, 85, 247, 0.15) 46%, transparent 70%);
  filter: blur(26px);
}

.acc-iphone-wrap {
  position: relative;
  z-index: 1;
  perspective: 1200px;
}

.acc-iphone {
  margin: 0 auto;
  width: 238px;
  height: 488px;
  border-radius: 42px;
  background: linear-gradient(160deg, #0f172a, #020617);
  box-shadow: 0 34px 68px rgba(2, 6, 23, 0.62), inset 0 1px 1px rgba(255, 255, 255, 0.25);
  padding: 8px;
  transform-style: preserve-3d;
  transform: rotateY(-13deg) rotateX(9deg);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.acc-iphone:hover {
  transform: rotateY(-6deg) rotateX(4deg) translateY(-2px);
}

.acc-iphone-btn {
  position: absolute;
  width: 3px;
  background: #334155;
  border-radius: 4px;
}
.acc-iphone-btn--mute { height: 22px; left: -2px; top: 92px; }
.acc-iphone-btn--vol-up { height: 34px; left: -2px; top: 126px; }
.acc-iphone-btn--vol-down { height: 34px; left: -2px; top: 168px; }
.acc-iphone-btn--power { height: 56px; right: -2px; top: 140px; }

.acc-iphone-screen {
  height: 100%;
  border-radius: 34px;
  overflow: hidden;
  background: linear-gradient(180deg, #0b1220 0%, #101b33 100%);
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.acc-ios-status {
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 700;
  color: #e2e8f0;
  z-index: 4;
}

.acc-ios-notch {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 108px;
  height: 26px;
  border-radius: 16px;
  background: #020617;
  z-index: 5;
}

.acc-ios-status,
.acc-ios-notch {
  display: none;
}

.acc-ios-shot {
  position: absolute;
  inset: 12px 10px 12px;
  border-radius: 22px;
  background: #020617;
  border: 1px solid rgba(148, 163, 184, 0.2);
  overflow: hidden;
  opacity: 0;
  transform: translateY(16px) scale(0.985);
  transition: opacity 0.42s ease, transform 0.42s ease;
}

.acc-ios-shot-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.acc-ios-hotspot {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 165px;
  padding: 6px 8px;
  border-radius: 10px;
  border: 1px solid rgba(99, 102, 241, 0.36);
  background: rgba(10, 22, 40, 0.82);
  color: #f8faff;
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 24px rgba(2, 6, 23, 0.42);
  animation: acc-install-hotspot-pulse 1.8s ease-in-out infinite;
}

.acc-ios-hotspot-arrow {
  font-size: 14px;
  line-height: 1;
  color: #a5b4fc;
  font-weight: 800;
}

.acc-ios-hotspot-label {
  font-size: 10px;
  line-height: 1.25;
  font-weight: 600;
}

.acc-ios-hotspot--bottom-center {
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}

.acc-ios-hotspot--mid-left {
  left: 10px;
  top: 48%;
  transform: translateY(-50%);
}

.acc-ios-hotspot--top-right {
  right: 10px;
  top: 12px;
}

.acc-ios-hotspot--bottom-right {
  right: 10px;
  bottom: 10px;
}

@keyframes acc-install-hotspot-pulse {
  0%, 100% { box-shadow: 0 10px 24px rgba(2, 6, 23, 0.42); }
  50% { box-shadow: 0 14px 28px rgba(67, 56, 202, 0.52); }
}

.acc-install-body[data-install-step="1"] .acc-ios-shot--1,
.acc-install-body[data-install-step="2"] .acc-ios-shot--2,
.acc-install-body[data-install-step="3"] .acc-ios-shot--3,
.acc-install-body[data-install-step="4"] .acc-ios-shot--4 {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.acc-ios-urlbar {
  font-size: 11px;
  font-weight: 700;
  color: #334155;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  padding: 6px 10px;
  background: #fff;
}

.acc-ios-page-title {
  margin: 10px 0 8px;
  font-size: 12px;
  font-weight: 700;
  color: #1e293b;
}

.acc-ios-card {
  height: 120px;
  border-radius: 12px;
  background: linear-gradient(145deg, #c7d2fe, #a5b4fc);
}

.acc-ios-card--sm {
  height: 84px;
  margin-top: 8px;
  background: linear-gradient(145deg, #93c5fd, #818cf8);
}

.acc-ios-toolbar {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #64748b;
  font-size: 14px;
}

.acc-ios-share {
  color: #2563eb;
  font-weight: 700;
  border: 1px solid #93c5fd;
  border-radius: 8px;
  min-width: 24px;
  text-align: center;
}

.acc-ios-sheet-title {
  font-size: 12px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 8px;
}

.acc-ios-app-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin-bottom: 8px;
}

.acc-ios-app {
  height: 36px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #dbeafe;
  display: grid;
  place-items: center;
  font-size: 15px;
}

.acc-ios-list {
  display: grid;
  gap: 6px;
}

.acc-ios-list-item {
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 8px 9px;
  font-size: 11px;
  font-weight: 600;
  color: #334155;
}

.acc-ios-list-item--focus {
  border-color: #6366f1;
  background: #eef2ff;
  color: #3730a3;
}

.acc-ios-add-preview {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 8px;
  align-items: center;
  margin-bottom: 10px;
}

.acc-ios-app-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(145deg, #4338ca, #6366f1);
  color: #fff;
  display: grid;
  place-items: center;
  font-family: "Fraunces", serif;
  font-weight: 900;
}

.acc-ios-add-preview strong {
  font-size: 12px;
  color: #0f172a;
}

.acc-ios-add-preview p {
  margin: 2px 0 0;
  font-size: 10px;
  color: #64748b;
}

.acc-ios-input {
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #fff;
  padding: 8px 10px;
  font-size: 11px;
  color: #334155;
  margin-bottom: 8px;
}

.acc-ios-home-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
  padding: 6px 2px;
}

.acc-ios-home-icon {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.65);
}

.acc-ios-home-icon--pulpe {
  background: linear-gradient(145deg, #4338ca, #6366f1);
  color: #fff;
  font-family: "Fraunces", serif;
  font-weight: 900;
  display: grid;
  place-items: center;
}

.acc-ios-done {
  margin-top: 10px;
  border: 1px solid #86efac;
  background: #f0fdf4;
  color: #15803d;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 700;
  padding: 8px;
  text-align: center;
}

.acc-ios-home-indicator {
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 96px;
  height: 4px;
  border-radius: 999px;
  background: rgba(241, 245, 249, 0.62);
}

.acc-ios-home-indicator {
  display: none;
}

.acc-install-phone-nav {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.acc-install-nav-btn {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  border: 1px solid rgba(99, 102, 241, 0.25);
  background: #fff;
  color: #4338ca;
  cursor: pointer;
  font-weight: 700;
}

.acc-install-nav-txt {
  font-size: 11px;
  font-weight: 700;
  color: #475569;
}

.acc-install-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.acc-install-step {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: start;
  border: 1px solid rgba(99, 102, 241, 0.16);
  border-radius: 12px;
  background: #fff;
  padding: 10px 11px;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.acc-install-step:hover {
  border-color: rgba(99, 102, 241, 0.28);
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.08);
  transform: translateY(-1px);
}

.acc-install-body[data-install-step="1"] .acc-install-step[data-install-step="1"],
.acc-install-body[data-install-step="2"] .acc-install-step[data-install-step="2"],
.acc-install-body[data-install-step="3"] .acc-install-step[data-install-step="3"],
.acc-install-body[data-install-step="4"] .acc-install-step[data-install-step="4"] {
  border-color: rgba(99, 102, 241, 0.44);
  background: #eef2ff;
}

.acc-install-step-n {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #4338ca, #6366f1);
}

.acc-install-step strong {
  display: block;
  font-size: 13px;
  color: #0f172a;
}

.acc-install-step p {
  margin: 2px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: #64748b;
}

.acc-install-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 20px;
  border-radius: 6px;
  padding: 0 6px;
  font-size: 11px;
  font-weight: 700;
  color: #1e1b4b;
  background: #e0e7ff;
  border: 1px solid rgba(99, 102, 241, 0.24);
}

.acc-install-foot {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
}

.acc-install-primary {
  border: 1px solid rgba(99, 102, 241, 0.2);
  background: linear-gradient(135deg, #4338ca, #6366f1);
  color: #fff;
  border-radius: 10px;
  padding: 9px 14px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.acc-install-primary:hover {
  box-shadow: 0 10px 24px rgba(67, 56, 202, 0.35);
  transform: translateY(-1px);
}

@keyframes pulse-dot {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.4);
  }
}

@keyframes breathe {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.08);
    opacity: 0.82;
  }
}

@keyframes float-slow {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(15px, -8px);
  }
  100% {
    transform: translate(-10px, 10px);
  }
}

@keyframes shimmer {
  from {
    left: -100%;
  }
  to {
    left: 200%;
  }
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1100px) {
  #p-acc .ht-title { font-size: 42px; }
}

@media (max-width: 960px) {
  #p-acc .acc-home-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  #p-acc .acc-cinema {
    padding: 26px 16px 20px;
  }

  #p-acc .mods--hero {
    grid-template-columns: 1fr;
  }

  #p-acc .ht-title {
    font-size: 34px;
  }

  #p-acc .acc-cinema-marquee {
    margin-top: -4px;
  }

  .acc-install-dialog {
    width: calc(100vw - 20px);
    padding: 18px 14px 14px;
    border-radius: 14px;
  }

  .acc-install-title {
    font-size: 26px;
  }

  .acc-install-body {
    grid-template-columns: 1fr;
  }

  .acc-iphone {
    width: 220px;
    height: 452px;
    transform: rotateY(-9deg) rotateX(6deg);
  }
}
