:root{
  --bg:#08080c;
  --surface:#111118;
  --surface-2:#171720;
  --line:rgba(255,255,255,.09);
  --text:#f5f5f8;
  --muted:#9696a2;
  --pink:#ef008f;
  --pink-2:#ff50b8;
  --green:#28d17c;
  --shadow:0 30px 80px rgba(0,0,0,.35);
  --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;color-scheme:dark}
body{
  margin:0;
  min-height:100vh;
  background:var(--bg);
  color:var(--text);
  font-family:Inter,Arial,sans-serif;
  line-height:1.6;
  overflow-x:hidden;
  transition:background-color .35s ease,color .35s ease;
}
body:before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-2;
  pointer-events:none;
  background:
    linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
  background-size:54px 54px;
  mask-image:linear-gradient(#000,transparent 88%);
}
button,input,textarea{font:inherit}
button,a,input,textarea{outline-offset:4px}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{
  outline:2px solid var(--pink-2);
}
.glow{
  position:fixed;
  z-index:-1;
  width:520px;
  height:520px;
  right:-180px;
  top:50px;
  border-radius:50%;
  background:rgba(239,0,143,.12);
  filter:blur(120px);
  pointer-events:none;
}
.wrap{width:min(100%,var(--max));margin-inline:auto;padding-inline:28px}

/* Header */
.header{
  min-height:82px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  position:relative;
  z-index:20;
}
.logo{display:flex;align-items:center;gap:12px;text-decoration:none;flex:0 0 auto}
.logo img{width:82px;height:56px;object-fit:contain;display:block}
.logo-wordmark{
  font-family:"Space Grotesk",Inter,sans-serif;
  font-size:22px;
  font-weight:700;
  letter-spacing:-.035em;
  color:var(--text);
  white-space:nowrap;
}
.nav{display:flex;align-items:center;gap:28px}
.nav a,.footer a{
  color:#a4a4ae;
  text-decoration:none;
  font-size:14px;
  transition:color .2s ease;
}
.nav a:hover,.footer a:hover{color:var(--text)}
.header-actions{display:flex;align-items:center;gap:10px}
.system-status{display:flex;align-items:center;gap:7px}
.status-item{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:36px;
  padding:7px 10px;
  border:1px solid var(--line);
  border-radius:10px;
  background:rgba(255,255,255,.025);
  color:var(--muted);
  font-size:11px;
  font-weight:700;
  white-space:nowrap;
}
.status-item i{
  width:8px;
  height:8px;
  flex:0 0 8px;
  border-radius:50%;
  background:var(--green);
  animation:statusPulse 3.6s ease-in-out infinite;
}
.status-item:nth-child(2) i{animation-delay:.55s}
.status-item:nth-child(3) i{animation-delay:1.1s}
@keyframes statusPulse{
  0%,100%{transform:scale(1);box-shadow:0 0 0 3px rgba(40,209,124,.10),0 0 8px rgba(40,209,124,.40)}
  50%{transform:scale(1.12);box-shadow:0 0 0 6px rgba(40,209,124,.04),0 0 16px rgba(40,209,124,.82)}
}
.theme-toggle,.menu{
  border:1px solid var(--line);
  color:var(--text);
  background:rgba(255,255,255,.035);
  cursor:pointer;
  transition:transform .2s ease,border-color .2s ease,background .2s ease;
}
.theme-toggle{
  width:42px;
  height:42px;
  border-radius:11px;
  font-size:18px;
}
.theme-toggle:hover,.menu:hover{
  transform:translateY(-1px);
  border-color:rgba(239,0,143,.45);
  background:rgba(239,0,143,.08);
}
.menu{display:none;width:42px;height:42px;border-radius:11px;font-size:22px}

/* Buttons */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:12px 20px;
  border:0;
  border-radius:11px;
  color:#fff;
  background:linear-gradient(100deg,#b90076,var(--pink),var(--pink-2));
  box-shadow:0 14px 38px rgba(239,0,143,.20);
  text-decoration:none;
  font-weight:700;
  cursor:pointer;
  transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;
}
.btn:hover{transform:translateY(-2px);box-shadow:0 18px 44px rgba(239,0,143,.28);filter:saturate(1.08)}
.btn.ghost{
  color:var(--text);
  background:transparent;
  border:1px solid var(--line);
  box-shadow:none;
}
.btn.ghost:hover{border-color:rgba(239,0,143,.45);background:rgba(239,0,143,.06)}

/* Hero */
.hero{
  min-height:720px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(420px,1fr);
  gap:64px;
  align-items:center;
  padding-block:46px 72px;
}
.eyebrow{
  font-size:11px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#b2b2bc;
  font-weight:700;
}
.eyebrow:before{
  content:"";
  display:inline-block;
  width:34px;
  height:1px;
  margin-right:10px;
  vertical-align:middle;
  background:var(--pink);
}
.hero h1,.section h2,.page-hero h1{
  margin:22px 0;
  font-family:"Space Grotesk",Inter,sans-serif;
  font-size:clamp(54px,7vw,94px);
  letter-spacing:-.055em;
  line-height:.95;
}
.hero h1 span,.section h2 span,.page-hero h1 span{
  color:transparent;
  background:linear-gradient(90deg,#fff,#8a8a95 55%,var(--pink));
  -webkit-background-clip:text;
  background-clip:text;
}
.lead{max-width:650px;color:var(--muted);font-size:18px}
.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}
.trust{
  display:flex;
  gap:20px;
  flex-wrap:wrap;
  margin-top:36px;
  color:#787883;
  font-size:11px;
  text-transform:uppercase;
}
.trust span:before{content:"•";margin-right:8px;color:var(--pink)}
.mock{
  padding:24px;
  border:1px solid var(--line);
  border-radius:25px;
  background:linear-gradient(145deg,#1b1b24,#0b0b10);
  box-shadow:var(--shadow);
  transform:perspective(1000px) rotateY(-5deg);
  transition:transform .35s ease,box-shadow .35s ease;
}
.mock:hover{transform:perspective(1000px) rotateY(-2deg) translateY(-4px)}
.mock-top{display:flex;justify-content:space-between;gap:16px}
.mock-top b{font-size:21px}
.badge{
  padding:7px 10px;
  border:1px solid rgba(239,0,143,.4);
  border-radius:20px;
  color:#ff65bf;
  font-size:10px;
}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:24px 0}
.stat,.panel,.card{
  padding:22px;
  border:1px solid var(--line);
  border-radius:15px;
  background:rgba(255,255,255,.025);
}
.stat small{color:#777783}
.stat strong{display:block;margin-top:8px;font-size:30px}
.panels{display:grid;grid-template-columns:1.7fr 1fr;gap:12px}
.bars{height:150px;display:flex;align-items:end;gap:10px}
.bars i{flex:1;border-radius:5px 5px 1px 1px;background:linear-gradient(var(--pink-2),#7b194e)}
.ring{
  width:120px;
  height:120px;
  margin:18px auto;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:conic-gradient(var(--pink) 94%,#272730 0);
}
.ring:before{
  content:"94%";
  width:92px;
  height:92px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#15151c;
  font-weight:800;
}

/* Content */
.section{padding-block:112px}
.section-head{max-width:780px;margin-bottom:48px}
.section h2{font-size:clamp(44px,5vw,72px)}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.card{min-height:260px;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}
.card:hover{transform:translateY(-5px);border-color:rgba(239,0,143,.34);box-shadow:0 20px 45px rgba(0,0,0,.16)}
.icon{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border:1px solid rgba(239,0,143,.34);
  border-radius:12px;
  background:rgba(239,0,143,.08);
  color:#ff5cba;
  font-weight:800;
}
.card h3{margin:20px 0 8px;font-size:21px}
.card p{color:var(--muted);font-size:14px}
.split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.list{display:grid;gap:12px}
.list div{
  padding:18px;
  border:1px solid var(--line);
  border-radius:13px;
  background:rgba(255,255,255,.02);
  transition:transform .2s ease,border-color .2s ease;
}
.list div:hover{transform:translateX(4px);border-color:rgba(239,0,143,.28)}
.list strong{display:block;margin-bottom:5px}
.list span{color:var(--muted);font-size:14px}
.hosting-card{
  max-width:980px;
  margin-inline:auto;
  padding:48px 55px;
  display:grid;
  grid-template-columns:110px 1fr;
  gap:35px;
  align-items:center;
  border:1px solid var(--line);
  border-radius:22px;
  background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(239,0,143,.055));
}
.hosting-card h2{margin:14px 0;font-size:clamp(38px,5vw,62px)}
.hosting-card .lead{margin-bottom:0;font-size:16px}
.hosting-icon{
  width:92px;
  height:92px;
  display:grid;
  place-items:center;
  border:1px solid rgba(239,0,143,.4);
  border-radius:50%;
  background:radial-gradient(circle,rgba(239,0,143,.2),rgba(239,0,143,.04));
  box-shadow:0 0 40px rgba(239,0,143,.12);
  color:#ff66c2;
  font-family:"Space Grotesk",sans-serif;
  font-size:27px;
  font-weight:800;
}

/* Unterseiten */
.page-hero{max-width:900px;padding:100px 0 72px}
.page-hero h1{font-size:clamp(50px,7vw,84px)}
.content{max-width:900px;padding-bottom:110px}
.content h2{margin-top:48px;font-size:30px}
.content p,.content li{color:#a0a0aa}
.roadmap{display:grid;gap:18px}
.road{
  display:grid;
  grid-template-columns:110px 1fr;
  gap:22px;
  padding:24px;
  border:1px solid var(--line);
  border-radius:15px;
  background:rgba(255,255,255,.02);
}
.road b{color:var(--pink)}
.login-card{
  max-width:460px;
  margin:30px auto 120px;
  padding:34px;
  border:1px solid var(--line);
  border-radius:20px;
  background:var(--surface);
  box-shadow:0 24px 70px rgba(0,0,0,.18);
}
.login-card label{display:block;margin:16px 0 6px;font-size:13px;font-weight:600}
.login-card input,.contact input,.contact textarea{
  width:100%;
  padding:14px;
  border:1px solid var(--line);
  border-radius:10px;
  background:#09090d;
  color:var(--text);
  transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;
}
.login-card input:focus,.contact input:focus,.contact textarea:focus{
  border-color:rgba(239,0,143,.62);
  box-shadow:0 0 0 4px rgba(239,0,143,.09);
}
.contact{display:grid;gap:14px;max-width:700px}
.contact .btn{justify-self:start}
.legal-note{
  padding:16px;
  border:1px solid rgba(239,0,143,.34);
  border-radius:12px;
  background:rgba(239,0,143,.06);
  color:#ff8ccc;
}
.footer{
  padding:38px 28px 52px;
  display:flex;
  justify-content:space-between;
  gap:20px;
  border-top:1px solid var(--line);
  color:#70707a;
  font-size:12px;
}
.footer-links{display:flex;gap:18px;flex-wrap:wrap}

/* Reveal */
.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}
.reveal.show{opacity:1;transform:none}

/* Light Mode */
html[data-theme="light"]{
  color-scheme:light;
  --bg:#f5f5f8;
  --surface:#fff;
  --surface-2:#f0f0f4;
  --line:rgba(8,8,12,.11);
  --text:#111118;
  --muted:#64646f;
  --shadow:0 30px 80px rgba(48,48,58,.15);
}
html[data-theme="light"] body:before{
  background:
    linear-gradient(rgba(8,8,12,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(8,8,12,.035) 1px,transparent 1px);
}
html[data-theme="light"] .glow{background:rgba(239,0,143,.085)}
html[data-theme="light"] .logo-wordmark{color:#111118}
html[data-theme="light"] .nav a,
html[data-theme="light"] .footer a{color:#5f5f69}
html[data-theme="light"] .mock{background:linear-gradient(145deg,#fff,#ececf1)}
html[data-theme="light"] .stat,
html[data-theme="light"] .panel,
html[data-theme="light"] .card,
html[data-theme="light"] .list div,
html[data-theme="light"] .road,
html[data-theme="light"] .login-card{background:rgba(255,255,255,.84)}
html[data-theme="light"] .ring:before{background:#fff}
html[data-theme="light"] .hosting-card{background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(239,0,143,.045))}
html[data-theme="light"] .login-card input,
html[data-theme="light"] .contact input,
html[data-theme="light"] .contact textarea{background:#fff;color:#111118}
html[data-theme="light"] .theme-toggle,
html[data-theme="light"] .menu,
html[data-theme="light"] .status-item{background:#fff;color:#51515b}
html[data-theme="light"] .btn.ghost{color:#111118}
html[data-theme="light"] .hero h1 span,
html[data-theme="light"] .section h2 span,
html[data-theme="light"] .page-hero h1 span{
  background:linear-gradient(90deg,#111118,#6f6f79 55%,var(--pink));
  -webkit-background-clip:text;
  background-clip:text;
}
html[data-theme="light"] .contact h1,
html[data-theme="light"] .contact h2{color:#111118}

/* Responsive */
@media(max-width:1120px){
  .system-status{display:none}
  .hero{grid-template-columns:1fr 1fr;gap:42px}
}
@media(max-width:900px){
  .nav{
    display:none;
    position:absolute;
    top:74px;
    left:28px;
    right:28px;
    flex-direction:column;
    align-items:stretch;
    gap:5px;
    padding:14px;
    border:1px solid var(--line);
    border-radius:15px;
    background:var(--surface);
    box-shadow:var(--shadow);
  }
  .nav.open{display:flex}
  .nav a{padding:10px 12px;border-radius:9px}
  .nav a:hover{background:rgba(239,0,143,.07)}
  .menu{display:inline-grid;place-items:center}
  .header-actions .btn{
    display:inline-flex;
    min-height:42px;
    padding:10px 16px;
  }
  .hero,.split{grid-template-columns:1fr}
  .hero{min-height:auto;padding-block:70px 90px}
  .mock{max-width:680px;transform:none}
  .mock:hover{transform:translateY(-3px)}
  .grid{grid-template-columns:1fr 1fr}
  .footer{flex-direction:column}
  .page-hero{padding-top:72px}
}
@media(max-width:620px){
  .wrap{padding-inline:20px}
  .header{min-height:72px;gap:10px}
  .logo img{width:62px;height:44px}
  .logo-wordmark{display:none}
  .header-actions{margin-left:auto}
  .theme-toggle{width:40px;height:40px}
  .hero{padding-top:54px}
  .hero h1{font-size:clamp(45px,14vw,58px)}
  .actions{flex-direction:column;align-items:stretch}
  .actions .btn{width:100%}
  .grid,.stats,.panels{grid-template-columns:1fr}
  .section{padding-block:80px}
  .road{grid-template-columns:1fr}
  .mock{padding:16px}
  .bars{height:110px}
  .hosting-card{grid-template-columns:1fr;padding:34px 25px}
  .hosting-icon{width:74px;height:74px}
  .login-card{padding:25px;margin-bottom:80px}
  .footer{padding-inline:20px}
}
@media(max-width:480px){
  .header-actions{gap:6px}
  .header-actions .btn{padding-inline:13px;font-size:13px}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}


/* Dashboard-Darstellung */
.dashboard-visual{
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  min-width:0;
}
.dashboard-visual .mock{
  width:min(100%,620px);
  transform:perspective(1000px) rotateY(-3deg) scale(.92);
  transform-origin:center;
}
.dashboard-title{
  display:block;
  max-width:100%;
  font-size:clamp(16px,1.7vw,21px);
  line-height:1.2;
  white-space:normal;
  overflow-wrap:anywhere;
}

/* Automatische Größenanpassung nach Displaybreite */
@media (min-width:1600px){
  :root{--max:1380px}
  .hero{grid-template-columns:minmax(0,1fr) minmax(520px,.95fr)}
  .dashboard-visual .mock{width:min(100%,680px);transform:perspective(1200px) rotateY(-3deg) scale(.96)}
}
@media (max-width:1280px){
  :root{--max:1160px}
  .hero{gap:44px}
  .dashboard-visual .mock{transform:perspective(1000px) rotateY(-2deg) scale(.88)}
}
@media (max-width:1024px){
  .hero{
    grid-template-columns:1fr;
    min-height:auto;
    gap:56px;
    padding-top:64px;
  }
  .dashboard-visual{
    max-width:760px;
    margin-inline:auto;
  }
  .dashboard-visual .mock{
    width:min(100%,720px);
    transform:none;
  }
}
@media (max-width:768px){
  .wrap{padding-inline:18px}
  .hero{padding-block:48px 72px;gap:42px}
  .dashboard-visual .mock{
    width:100%;
    padding:14px;
    border-radius:18px;
  }
  .mock-top{
    align-items:flex-start;
    gap:10px;
  }
  .dashboard-title{
    font-size:17px;
    padding-right:4px;
  }
  .badge{
    flex:0 0 auto;
    font-size:9px;
  }
  .stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
  .stat{padding:14px 10px}
  .stat strong{font-size:22px}
  .panels{grid-template-columns:1fr;gap:10px}
}
@media (max-width:520px){
  .hero h1{font-size:clamp(40px,13vw,54px)}
  .lead{font-size:16px}
  .dashboard-visual .mock{padding:12px}
  .mock-top{flex-direction:column}
  .dashboard-title{font-size:16px}
  .badge{align-self:flex-start}
  .stats{grid-template-columns:1fr}
  .stat{display:grid;grid-template-columns:1fr auto;align-items:center}
  .stat strong{margin-top:0}
  .bars{height:92px}
  .ring{width:100px;height:100px}
  .ring:before{width:76px;height:76px}
}
@media (max-width:380px){
  .wrap{padding-inline:14px}
  .logo-wordmark{display:none}
  .header{gap:6px}
  .dashboard-title{font-size:15px}
}

/* Bilder und Medien immer responsiv */
img,svg,video,canvas{max-width:100%;height:auto}



/* Dashboard nochmals kleiner */
.dashboard-visual .mock{
  width:min(100%,540px)!important;
  transform:perspective(1000px) rotateY(-3deg) scale(.82)!important;
}
@media (min-width:1600px){
  .dashboard-visual .mock{
    width:min(100%,600px)!important;
    transform:perspective(1200px) rotateY(-3deg) scale(.86)!important;
  }
}
@media (max-width:1024px){
  .dashboard-visual .mock{
    width:min(100%,560px)!important;
    transform:scale(.9)!important;
  }
}
@media (max-width:768px){
  .dashboard-visual .mock{
    width:100%!important;
    transform:none!important;
  }
}


/* Dashboard auf ca. 70 % verkleinert */
.dashboard-visual .mock{
  width:min(100%,460px)!important;
  transform:perspective(1000px) rotateY(-3deg) scale(.70)!important;
}
@media (min-width:1600px){
  .dashboard-visual .mock{
    width:min(100%,520px)!important;
    transform:perspective(1200px) rotateY(-3deg) scale(.74)!important;
  }
}
@media (max-width:1024px){
  .dashboard-visual .mock{
    width:min(100%,520px)!important;
    transform:scale(.80)!important;
  }
}
@media (max-width:768px){
  .dashboard-visual .mock{
    width:100%!important;
    transform:none!important;
  }
}


/* Geräte- und Mobile-App-Vorschau */
.device-section{
  overflow:hidden;
}
.device-stage{
  display:grid;
  grid-template-columns:250px minmax(480px,720px) 250px;
  align-items:end;
  justify-content:center;
  gap:24px;
  min-height:600px;
  padding:52px 20px 12px;
  perspective:1400px;
}
.device{
  position:relative;
  border:1px solid rgba(255,255,255,.18);
  background:linear-gradient(145deg,#30303a,#08080c 38%,#25252e);
  box-shadow:0 35px 90px rgba(0,0,0,.42),inset 0 0 0 1px rgba(255,255,255,.06);
}
.device-phone{
  width:250px;
  height:510px;
  padding:9px;
  border-radius:39px;
}
.device-iphone{
  transform:rotateY(8deg) rotateZ(-2deg) translateY(24px);
}
.device-android{
  transform:rotateY(-8deg) rotateZ(2deg) translateY(24px);
  border-radius:31px;
}
.device-tablet{
  width:min(100%,720px);
  height:500px;
  padding:11px;
  border-radius:31px;
  z-index:2;
}
.device-screen{
  width:100%;
  height:100%;
  overflow:hidden;
  border-radius:inherit;
  background:
    radial-gradient(circle at 90% 8%,rgba(239,0,143,.17),transparent 25%),
    linear-gradient(155deg,#15151d,#09090d 70%);
  color:#f7f7fa;
}
.device-phone .device-screen{border-radius:31px;padding:21px 16px 18px}
.device-android .device-screen{border-radius:23px;padding-top:22px}
.device-tablet .device-screen{border-radius:21px}
.device-speaker{
  position:absolute;
  z-index:3;
  top:16px;
  left:50%;
  width:76px;
  height:22px;
  border-radius:20px;
  transform:translateX(-50%);
  background:#050508;
}
.android-camera{
  position:absolute;
  z-index:3;
  top:17px;
  left:50%;
  width:9px;
  height:9px;
  border-radius:50%;
  transform:translateX(-50%);
  background:#050508;
  box-shadow:inset 0 0 0 2px #282834;
}
.device-camera{
  position:absolute;
  z-index:4;
  top:17px;
  left:50%;
  width:7px;
  height:7px;
  border-radius:50%;
  transform:translateX(-50%);
  background:#07070a;
}
.app-status{
  display:flex;
  justify-content:space-between;
  padding:1px 5px 17px;
  color:#a4a4ae;
  font-size:8px;
}
.app-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
}
.app-head small{
  display:block;
  color:#8c8c98;
  font-size:9px;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.app-head strong{
  display:block;
  margin-top:2px;
  font-family:"Space Grotesk",Inter,sans-serif;
  font-size:17px;
  line-height:1.15;
}
.app-avatar{
  width:31px;
  height:31px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  border:1px solid rgba(239,0,143,.45);
  border-radius:10px;
  background:rgba(239,0,143,.11);
  color:#ff62bd;
  font-size:9px;
  font-weight:800;
}
.app-summary{
  margin:19px 0 13px;
  padding:16px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:14px;
  background:linear-gradient(135deg,rgba(255,255,255,.055),rgba(239,0,143,.075));
}
.app-summary small,.app-summary span{
  display:block;
  color:#8f8f9a;
  font-size:9px;
}
.app-summary strong{
  display:block;
  margin:3px 0;
  font-size:21px;
}
.app-primary{
  width:100%;
  min-height:43px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  border:0;
  border-radius:11px;
  background:linear-gradient(100deg,#bb0078,var(--pink),var(--pink-2));
  color:#fff;
  box-shadow:0 12px 30px rgba(239,0,143,.23);
  font-size:10px;
  font-weight:800;
}
.app-plus{font-size:17px;font-weight:400}
.app-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9px;
  margin-top:10px;
}
.app-actions button,.tablet-tools button{
  border:1px solid rgba(255,255,255,.09);
  border-radius:11px;
  background:rgba(255,255,255,.035);
  color:#f2f2f5;
}
.app-actions button{
  min-height:66px;
  display:grid;
  place-items:center;
  align-content:center;
  gap:3px;
  font-size:9px;
  font-weight:700;
}
.app-action-icon{
  width:25px;
  height:25px;
  display:grid;
  place-items:center;
  border:1px solid rgba(239,0,143,.38);
  border-radius:8px;
  background:rgba(239,0,143,.1);
  color:#ff62bd;
  font-size:12px;
  font-weight:800;
}
.app-recent{margin-top:17px}
.app-list-title{
  display:flex;
  justify-content:space-between;
  margin-bottom:8px;
  font-size:9px;
}
.app-list-title span{color:#ff62bd}
.app-row{
  display:flex;
  align-items:center;
  gap:9px;
  padding:8px 0;
  border-top:1px solid rgba(255,255,255,.07);
}
.app-row i{
  width:26px;
  height:26px;
  flex:0 0 auto;
  border-radius:8px;
  background:linear-gradient(135deg,rgba(239,0,143,.3),rgba(255,255,255,.04));
}
.app-row strong,.app-row small{display:block}
.app-row strong{font-size:9px}
.app-row small{color:#858591;font-size:7px}
.android-scan{
  min-height:158px;
  margin:18px 0 13px;
  display:grid;
  place-items:center;
  align-content:center;
  border:1px dashed rgba(239,0,143,.38);
  border-radius:16px;
  background:rgba(239,0,143,.035);
}
.android-scan strong{font-size:11px}
.android-scan span{color:#858591;font-size:8px}
.scan-mark{
  width:45px;
  height:45px;
  margin-bottom:8px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:rgba(239,0,143,.12);
  color:#ff61bc;
  font-size:24px;
}
.sync-note{
  margin-top:22px;
  color:#8d8d98;
  font-size:8px;
  text-align:center;
}
.sync-note i{
  display:inline-block;
  width:6px;
  height:6px;
  margin-right:5px;
  border-radius:50%;
  background:var(--green);
  box-shadow:0 0 9px rgba(40,209,124,.7);
}
.tablet-app{
  display:grid;
  grid-template-columns:138px 1fr;
  height:100%;
}
.tablet-sidebar{
  display:flex;
  flex-direction:column;
  gap:8px;
  padding:26px 15px;
  border-right:1px solid rgba(255,255,255,.075);
  background:rgba(4,4,7,.28);
}
.tablet-brand{
  width:35px;
  height:35px;
  margin-bottom:22px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:linear-gradient(135deg,#a9006d,var(--pink));
  color:#fff;
  font-weight:800;
}
.tablet-sidebar span{
  padding:9px;
  border-radius:8px;
  color:#858591;
  font-size:9px;
}
.tablet-sidebar span.active{
  background:rgba(239,0,143,.1);
  color:#ff68c0;
}
.tablet-main{padding:30px}
.tablet-main .app-head strong{font-size:24px}
.tablet-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin:27px 0 14px;
}
.tablet-cards div{
  padding:16px;
  border:1px solid rgba(255,255,255,.085);
  border-radius:12px;
  background:rgba(255,255,255,.03);
}
.tablet-cards small,.tablet-cards strong{display:block}
.tablet-cards small{color:#848490;font-size:8px}
.tablet-cards strong{margin-top:4px;font-size:22px}
.tablet-main .app-primary{width:230px}
.tablet-tools{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:11px;
  margin-top:14px;
}
.tablet-tools button{
  min-height:112px;
  padding:15px;
  display:grid;
  grid-template-columns:35px 1fr;
  grid-template-rows:auto auto;
  column-gap:10px;
  text-align:left;
}
.tablet-tools .app-action-icon{grid-row:1/3;width:35px;height:35px}
.tablet-tools b{font-size:11px}
.tablet-tools small{color:#858591;font-size:8px}
html[data-theme="light"] .device-screen{
  background:
    radial-gradient(circle at 90% 8%,rgba(239,0,143,.12),transparent 25%),
    linear-gradient(155deg,#fff,#eeeef3 72%);
  color:#111118;
}
html[data-theme="light"] .device{
  border-color:rgba(0,0,0,.2);
}
html[data-theme="light"] .app-actions button,
html[data-theme="light"] .tablet-tools button,
html[data-theme="light"] .tablet-cards div{
  border-color:rgba(8,8,12,.1);
  background:rgba(255,255,255,.7);
  color:#111118;
}
html[data-theme="light"] .tablet-sidebar{
  border-color:rgba(8,8,12,.08);
  background:rgba(232,232,238,.7);
}
html[data-theme="light"] .app-summary{
  border-color:rgba(8,8,12,.09);
}
html[data-theme="light"] .app-row{
  border-color:rgba(8,8,12,.08);
}
@media(max-width:1200px){
  .device-stage{
    grid-template-columns:210px minmax(420px,620px) 210px;
    gap:14px;
    transform:scale(.92);
    transform-origin:top center;
    margin-bottom:-35px;
  }
  .device-phone{width:210px;height:470px}
  .device-tablet{height:460px}
}
@media(max-width:960px){
  .device-stage{
    grid-template-columns:repeat(2,minmax(230px,1fr));
    align-items:center;
    max-width:760px;
    margin:0 auto;
    transform:none;
    min-height:auto;
  }
  .device-tablet{
    grid-column:1/-1;
    grid-row:1;
    width:100%;
  }
  .device-phone{
    justify-self:center;
    transform:none;
  }
}
@media(max-width:620px){
  .device-stage{
    grid-template-columns:1fr;
    gap:32px;
    padding-inline:0;
  }
  .device-tablet,
  .device-phone{
    grid-column:auto;
    grid-row:auto;
    transform:none;
  }
  .device-tablet{
    width:100%;
    height:390px;
    padding:7px;
    border-radius:22px;
  }
  .tablet-app{grid-template-columns:78px 1fr}
  .tablet-sidebar{padding:18px 7px}
  .tablet-sidebar span{padding:7px 5px;font-size:7px}
  .tablet-brand{margin-bottom:12px}
  .tablet-main{padding:18px 12px}
  .tablet-main .app-head strong{font-size:17px}
  .tablet-cards{gap:5px;margin:18px 0 10px}
  .tablet-cards div{padding:9px 6px}
  .tablet-cards strong{font-size:16px}
  .tablet-main .app-primary{width:100%}
  .tablet-tools button{min-height:80px;padding:9px}
  .device-phone{width:250px;height:510px}
}
@media(max-width:390px){
  .device-tablet{height:365px}
  .tablet-app{grid-template-columns:64px 1fr}
  .tablet-sidebar span{font-size:6px}
  .tablet-main{padding:14px 8px}
  .tablet-tools{gap:6px}
  .tablet-tools button{
    grid-template-columns:26px 1fr;
    column-gap:5px;
  }
  .tablet-tools .app-action-icon{width:26px;height:26px}
}
