@font-face{font-family:Roboto;font-weight:300;font-display:swap;src:url(/fonts/roboto-latin-300-normal.woff2) format("woff2")}
@font-face{font-family:Roboto;font-weight:400;font-display:swap;src:url(/fonts/roboto-latin-400-normal.woff2) format("woff2")}
@font-face{font-family:Roboto;font-weight:500;font-display:swap;src:url(/fonts/roboto-latin-500-normal.woff2) format("woff2")}
@font-face{font-family:"Roboto Mono";font-weight:400;font-display:swap;src:url(/fonts/roboto-mono-latin-400-normal.woff2) format("woff2")}
@font-face{font-family:"Roboto Mono";font-weight:500;font-display:swap;src:url(/fonts/roboto-mono-latin-500-normal.woff2) format("woff2")}
@font-face{font-family:"MS";font-display:block;src:url(/fonts/ms-rounded.woff2) format("woff2")}

/* naido — Mitternacht (Nacht ist die Hauptfassung) */
:root{
  --bg:#0E1024;--ink:#E4E5F4;--muted:#A9ABC6;--dim:#7E82A4;--dim2:#6E7396;
  --acc:#EFB868;--acc-hi:#FAD9A6;--acc-ink:#3B2400;
  --card:#151831;--card2:#1A1D38;--line:#232649;--line2:#2C3059;--dim-line:#3A3D63;
  --shadow:0 40px 90px rgba(0,0,0,.55);
  color-scheme:dark;
}
/* Tag — folgt der Systemeinstellung; die Telefone bleiben immer Nacht */
@media(prefers-color-scheme:light){:root{
  --bg:#FAF7F2;--ink:#1F1B15;--muted:#5E5850;--dim:#8A8378;--dim2:#8A8378;
  --acc:#6E4310;--acc-hi:#8F5A1A;--acc-ink:#FAF7F2;
  --card:#F2ECE2;--card2:#EBE4D8;--line:#E4DDD0;--line2:#D8CFBF;--dim-line:#CFC5B2;
  --shadow:0 30px 70px rgba(60,40,10,.18);
  color-scheme:light;
}}

*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;background:var(--bg);color:var(--ink);font:17px/1.5 Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-wrap:pretty}
a{color:var(--acc);text-decoration:none}a:hover{color:var(--acc-hi);text-decoration:underline}
.ms{font-family:MS;font-weight:normal;font-style:normal;line-height:1;letter-spacing:normal;text-transform:none;white-space:nowrap;direction:ltr;display:inline-block;font-size:22px}
.wrap{max-width:1180px;margin:0 auto;padding:0 24px}
.wrap.narrow{max-width:760px;padding:22px 24px 80px}
.rule{border-top:1px solid var(--line)}
.grow{flex:1}
.center{display:flex;justify-content:center}
.center.col{flex-direction:column;align-items:center;gap:28px}
.mono{font-family:"Roboto Mono",monospace;font-size:12px;letter-spacing:.04em}
.dim{color:var(--muted)}
.ink{color:var(--ink)}
.accent{color:var(--acc)}

/* header */
.top{display:flex;align-items:center;gap:12px;padding:22px 0 8px}
.brand{display:flex;align-items:center;gap:12px;color:var(--ink);font-size:19px;font-weight:500;letter-spacing:.01em}
.brand:hover{text-decoration:none;color:var(--ink)}
.brand svg{width:30px;height:30px;display:block}
.brand svg path{stroke:var(--acc)}.brand svg path:first-child{fill:var(--acc)}
.langs{position:relative;margin-left:auto}
.langs summary{list-style:none;cursor:pointer;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--muted);border:1px solid transparent}
.langs summary::-webkit-details-marker{display:none}
.langs summary svg{width:22px;height:22px}
.langs summary:hover,.langs[open] summary{color:var(--ink);border-color:var(--line2);background:var(--card)}
.langs ul{position:absolute;right:0;top:46px;margin:0;padding:6px;list-style:none;min-width:160px;background:var(--card);border:1px solid var(--line2);border-radius:14px;box-shadow:0 14px 40px rgba(0,0,0,.35);z-index:10}
.langs li a{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:9px;color:var(--ink);font-size:15px;white-space:nowrap}
.langs li a:hover{background:var(--card2);text-decoration:none;color:var(--ink)}
.langs li a[aria-current]{color:var(--acc)}
.langs li svg{width:22px;height:13px;border-radius:2px;flex:none;box-shadow:0 0 0 1px rgba(0,0,0,.25)}
.wrap.narrow .langs{margin-left:12px}

/* type */
h1{font-size:clamp(34px,5.2vw,60px);line-height:1.05;font-weight:300;letter-spacing:-.02em;margin:18px 0 0;max-width:15ch}
h1.doc{font-size:42px;line-height:1.1;letter-spacing:-.01em;max-width:none;margin:0}
h2{font-size:clamp(28px,3.6vw,40px);line-height:1.1;font-weight:300;letter-spacing:-.01em;margin:0;max-width:24ch}
h2.wide{max-width:26ch;margin-top:16px}
h3{font-size:19px;font-weight:400;margin:0}
.eyebrow{font-family:"Roboto Mono",monospace;font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted)}
.eyebrow.small{letter-spacing:.08em}
p.lead{font-size:18px;color:var(--muted);margin:14px 0 0;max-width:54ch}
h2+p.lead,h1+p.lead{margin-top:22px}
h1+p.lead{margin-top:20px;max-width:46ch}
p.lead.big{font-size:19px;max-width:46ch}
p.lead em{color:var(--ink);font-style:italic}
p.small{font-size:15px;color:var(--muted);margin:18px 0 0;max-width:52ch}
p.linkp{margin:18px 0 0}

/* layout */
section.two{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:40px 56px;align-items:center;padding:72px 0}
section.two.top-align{align-items:start}
section.hero{padding:32px 0 72px}
.ctas{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.btn{display:flex;align-items:center;gap:10px;min-height:64px;padding:0 30px;border-radius:20px;font-size:19px;font-weight:500;background:var(--acc);color:var(--acc-ink)}
.btn:hover{text-decoration:none;color:var(--acc-ink);filter:brightness(1.06)}
.btn .ms{font-size:24px}
.btn.ghost{background:none;border:1px solid var(--dim-line);color:var(--ink);font-weight:400;padding:0 28px}
.btn.ghost:hover{color:var(--ink);border-color:var(--muted);filter:none}

/* compare */
.compare{padding:8px 0 76px}
.compare>p.lead{max-width:56ch;margin-top:18px}
.scroll{overflow-x:auto;margin-top:36px}
table{width:100%;min-width:720px;border-collapse:collapse}
th{text-align:center;vertical-align:bottom;padding:20px 14px 16px;font-weight:400}
th.blank{padding:0}
th .name{font-size:17px;font-weight:500}
th .country{font-size:12px;color:var(--muted);margin-top:3px}
td{padding:16px 14px;border-top:1px solid var(--line);text-align:center;vertical-align:middle}
td:first-child{padding:16px 20px 16px 0;text-align:left;font-size:16px}
td .sub{font-size:13px;color:var(--muted);margin-top:3px;max-width:34ch}
td:first-child .sub{max-width:34ch}
.us{background:var(--card);border-left:1px solid var(--line2);border-right:1px solid var(--line2)}
th.us{border-top:1px solid var(--acc)}
tr.price td{padding:18px 14px}tr.price td:first-child{padding:20px 20px 20px 0}
tr.price td.us{border-bottom:1px solid var(--acc)}
tr.price .p{font-size:19px;font-weight:500}
tr.price .sub{max-width:none}
td .note{font-size:14px;color:var(--muted)}
.yes{color:var(--acc);font-size:22px}.yes.g{color:var(--dim2)}.no{color:var(--dim-line);font-size:20px}
.three{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));gap:32px;margin-top:48px}
.three p{font-size:15px;color:var(--muted);margin:10px 0 0}
p.fine{font-size:13px;color:var(--dim);margin:44px 0 0;padding-top:24px;border-top:1px solid var(--line);line-height:1.6}
p.fine strong{color:var(--muted);font-weight:500}

/* window card + tired button */
.wincard{width:min(340px,100%);border-radius:20px;background:var(--card2);padding:22px 18px 18px}
.win{position:relative;height:70px;margin-top:18px}
.win i,.win b{position:absolute;display:block}
.win .track{left:0;top:22px;width:100%;height:20px;border-radius:10px;background:var(--line)}
.win .bar{left:14.286%;top:30px;width:71.429%;height:4px;border-radius:2px;background:#F5C489}
.win .box{left:32.143%;top:16px;width:46.429%;height:32px;border-radius:8px;background:rgba(245,196,137,.3);border:1px solid #F5C489}
.win .now{left:52.857%;top:2px;width:2px;height:56px;border-radius:1px;background:var(--ink)}
.win b{top:56px;font-size:11px;font-weight:400;color:var(--muted)}.win .l{left:10.714%}.win .r{left:77.857%}
.tired{display:flex;flex-direction:column;align-items:center;gap:8px;font-size:14px;color:var(--muted)}
.tired .ring{width:72px;height:72px;border-radius:50%;background:#63400C;border:1.5px solid #F5C489;display:flex;align-items:center;justify-content:center}
.tired .ms{font-size:32px;color:#FFDDB8}

/* tiles */
.tiles{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:40px}
@media(max-width:720px){.tiles{grid-template-columns:repeat(2,1fr)}}
.tiles div{border-radius:16px;background:var(--card);border:1px solid var(--line);padding:20px 14px}
.tiles b{display:block;font-size:34px;font-weight:300;color:var(--acc);line-height:1}
.tiles b.s{font-size:22px;line-height:1.5;white-space:nowrap}
.tiles span{display:block;font-size:15px;color:var(--muted);margin-top:8px}

/* cost */
section.cost{padding:80px 0 88px}
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-top:36px;max-width:860px}
.cards>div{border-radius:20px;background:var(--card);border:1px solid var(--line);padding:26px}
.cards .eyebrow{letter-spacing:.1em}
.cards .p{font-size:40px;font-weight:300;margin-top:12px}
.cards .p span{font-size:20px;color:var(--muted)}
.cards p{font-size:16px;color:var(--muted);margin:12px 0 0}
p.all{font-size:18px;margin:32px 0 0;max-width:58ch}

/* footer */
footer{display:flex;flex-wrap:wrap;gap:18px 28px;align-items:baseline;padding:40px 0 56px;font-size:15px;color:var(--muted)}
footer.doc{margin-top:64px;padding:28px 0 0;border-top:1px solid var(--line)}

/* privacy doc */
.wrap.narrow{font-size:17px;line-height:1.6}
.wrap.narrow .top{padding-bottom:44px}
.wrap.narrow .brand svg{width:26px;height:26px}.wrap.narrow .brand{font-size:18px}
.wrap.narrow p{color:var(--muted);margin:12px 0 0}
.wrap.narrow p.lead{font-size:18px;margin-top:18px;max-width:none}
.wrap.narrow h2{font-size:24px;font-weight:400;margin:40px 0 0;max-width:none}
.wrap.narrow h1+p+.draft+h2{margin-top:48px}
code{font-family:"Roboto Mono",monospace;font-size:15px;color:var(--acc)}
.draft{border-radius:16px;background:var(--card);border:1px solid var(--dim-line);padding:18px 20px;margin-top:28px;font-size:15px}
.draft .eyebrow{letter-spacing:.1em}
.draft p{margin:8px 0 0}
.draft code{font-size:14px}

/* ---------- phone mockups: always night ---------- */
.phone{width:min(360px,100%);border-radius:38px;background:#0E1024;color:#E4E5F4;border:1px solid #2C3059;box-shadow:var(--shadow);overflow:hidden;font-size:16px;line-height:1.4;text-wrap:initial}
.phone.sm{width:min(340px,100%);border-radius:34px;box-shadow:0 30px 70px rgba(0,0,0,.5)}
.phone.pad{padding:24px}
.phone .lbl2{font-size:13px;color:#A9ABC6}
.phone .b{font-weight:500}
.phone .lilac{color:#AEB6E0}.phone .acc{color:#F5C489}.phone .dusk{color:#8A6B3C}
.phone .status{display:flex;align-items:center;gap:6px;padding:12px 24px 0;font-size:12px;color:#A9ABC6}
.phone .status .ms{font-size:14px}
.phone .body{padding:0 22px 18px}
.phone .appbar{display:flex;align-items:center;height:48px;margin-top:12px}
.phone .appbar .t{font-size:18px;font-weight:500}
.phone .appbar .ms{color:#A9ABC6;margin-left:14px}
.phone .next{padding-top:16px}
.phone .next .lbl{font-size:16px;color:#A9ABC6}
.phone .next .time{font-size:76px;line-height:80px;font-weight:300;letter-spacing:-1px;color:#F5C489}
.phone .next .in{font-size:22px;font-weight:500;margin-top:2px}
.phone .next .row{display:flex;align-items:center;gap:10px;margin-top:6px}
.phone .next .lbl2{font-size:15px}.phone .next .lbl2:last-child{font-size:14px}
.conf{display:inline-flex;gap:3px}.conf i{width:13px;height:6px;border-radius:3px;background:#3A3D63}.conf i.on{background:#E4E5F4}
.conf.sm i{width:10px;height:5px}
.phone .card{border-radius:20px;background:#1A1D38;padding:6px 18px 14px;margin-top:14px}
.phone .nav{display:flex;align-items:center;height:40px}.phone .nav .ms{color:#A9ABC6}
.phone .nav .c{text-align:center;font-size:14px;font-weight:500;color:#AEB6E0}
.phone .tl{position:relative;height:96px;margin-top:6px;font-size:10px;color:#A9ABC6}
.phone .tl i,.phone .tl .lb,.phone .tl .hr{position:absolute;display:block}
.phone .tl .lb{top:0}.phone .tl .lb.acc{color:#F5C489}
.phone .tl .track{left:0;top:40px;width:100%;height:20px;border-radius:10px;background:#232649}
.phone .tl .seg{top:34px;height:32px;border-radius:8px}
.phone .tl .night{background:#3E4680}.phone .tl .slept{background:#BFC4E8}
.phone .tl .fc{background:rgba(245,196,137,.3);border:1px solid #F5C489}
.phone .tl .fc2{background:rgba(138,107,60,.3);border:1px solid #8A6B3C}
.phone .tl .night2{background:rgba(62,70,128,.35);border:1px solid #3E4680}
.phone .tl .mark{top:28px;width:3px;height:44px;border-radius:3px;background:#F5C489}
.phone .tl .win{top:48px;height:4px;border-radius:2px;background:#F5C489}.phone .tl .win.dim{background:#3A3D63}
.phone .tl .now{top:20px;width:2px;height:56px;border-radius:1px;background:#E4E5F4}
.phone .tl .tick{top:74px;width:1px;height:3px;background:#3A3D63}.phone .tl .tick.h{height:6px}
.phone .tl .hr{top:82px}
.phone .legend{display:flex;flex-wrap:wrap;gap:4px 14px;margin-top:12px;font-size:12px;color:#A9ABC6}
.phone .legend span{display:flex;align-items:center;gap:5px}
.phone .legend i{width:12px;height:8px;border-radius:3px;display:block}.phone .legend i.thin{height:3px;background:#3A3D63}
.phone .plan{display:flex;align-items:center;gap:12px;border-radius:16px;padding:14px 16px;margin-top:12px}
.phone .plan.deep{background:#232649;margin-top:10px}
.phone .plan .r{text-align:right}.phone .plan .b{font-size:17px}
.phone .plan .conf{display:flex;justify-content:flex-end;margin-top:3px}
.phone .cta{display:flex;align-items:center;justify-content:center;gap:10px;height:68px;border-radius:20px;background:#F5C489;color:#3B2400;margin-top:18px;font-size:20px;font-weight:500}
.phone .cta .ms{font-size:24px}
.phone .quick{display:flex;justify-content:space-between;margin-top:14px}
.phone .quick>div{display:flex;flex-direction:column;align-items:center;gap:6px;width:72px;font-size:12px;color:#A9ABC6}
.phone .dot{width:56px;height:56px;border-radius:50%;background:#232649;display:flex;align-items:center;justify-content:center}
.phone .dot .ms{font-size:26px;color:#AEB6E0}
/* import */
.phone .h{font-size:24px}
.phone .imp{display:flex;flex-direction:column;align-items:center;margin-top:28px}
.phone .ms.big{font-size:56px}
.phone .imp .b{font-size:18px;margin-top:12px}
.phone .imp .card{width:100%;padding:16px;margin-top:12px}
.phone .imp .lbl2{font-size:14px;margin-top:4px}
.btn-lilac{width:100%;height:56px;border-radius:12px;background:#AEB6E0;color:#1C2450;display:flex;align-items:center;justify-content:center;gap:8px;font-size:17px;font-weight:500;margin-top:24px}
/* sync */
.phone.sync{padding:20px 0 22px}
.phone .sec{font-size:15px;font-weight:500;color:#AEB6E0;padding:8px 16px 0}
.phone .opt{display:flex;align-items:center;gap:16px;padding:12px 16px}
.toggle{width:46px;height:26px;border-radius:13px;background:#F5C489;position:relative;flex:none;display:block}
.toggle::after{content:"";position:absolute;right:4px;top:4px;width:18px;height:18px;border-radius:50%;background:#3B2400}
.phone .pill{margin:4px 16px;border-radius:14px;background:#1A1D38;padding:10px 14px;font-size:13px}
.phone .pair{display:flex;gap:10px;padding:6px 16px}
.phone .pair .btn-lilac{flex:1;height:52px;margin:0;font-size:15px}
.phone .pair .ms{font-size:20px}
.btn-out{flex:1;height:52px;border-radius:12px;border:1px solid #8B8EAE;color:#AEB6E0;display:flex;align-items:center;justify-content:center;gap:8px;font-size:15px}
.phone .qrcard{margin:14px 16px 0;border-radius:28px;background:#1A1D38;padding:20px;display:flex;flex-direction:column;align-items:center}
.phone .qrcard .h{font-size:17px;font-weight:500;align-self:flex-start}
.phone .qrcard .c{text-align:center;margin-top:10px}
.qr{width:160px;height:160px;background:#FAF7F2;border-radius:6px;margin-top:16px;position:relative}
.qr i{position:absolute;display:block}
.qr .grid{inset:10px;background-image:repeating-linear-gradient(90deg,#0E1024 0 6px,transparent 6px 12px),repeating-linear-gradient(0deg,#0E1024 0 6px,transparent 6px 12px);background-blend-mode:difference;opacity:.9}
.qr .eye{width:40px;height:40px;border:8px solid #0E1024;background:#FAF7F2}
.qr .eye::after{content:"";display:block;margin:6px;width:12px;height:12px;background:#0E1024}
.qr .tl{left:10px;top:10px}.qr .tr{right:10px;top:10px}.qr .bl{left:10px;bottom:10px}

@media(max-width:600px){
  .phone .next .time{font-size:64px;line-height:68px}
  .btn{min-height:56px;padding:0 22px;font-size:17px;width:100%;justify-content:center}
  .btn.ghost{padding:0 22px}
}

/* generated from style attributes (CSP: no inline styles) */
.g27fc51e{left:0}
.gd9c9987{left:43.571%}
.g530a199{right:0}
.gece9c70{left:0;width:2.5%}
.g1fe4426{left:1.786%}
.ga8f753b{left:20%;width:6.429%}
.g09b329c{left:45.357%;width:8.214%}
.g90f5386{left:49.286%;width:8.929%}
.ge046100{left:69.286%;width:7.143%}
.g72c1cc9{left:72.857%;width:5.357%}
.g76f6c8e{left:91.071%;width:7.143%}
.gca80739{left:94.643%;width:5.357%}
.g64ef3e5{left:43.929%}
.g9d3a560{left:4.643%}
.g8bdfa40{left:11.786%}
.g47725cf{left:18.929%}
.g77b503d{left:25.714%}
.g3ccaf39{left:32.857%}
.gcf5a2ba{left:40%}
.gb871d69{left:46.786%}
.g0991b52{left:53.929%}
.gf4474fc{left:61.071%}
.gc2a7c48{left:67.857%}
.gbf863cf{left:75%}
.g2239b7c{left:82.143%}
.g08b0f2d{left:89.286%}
.gd47bac9{left:96.071%}
.g4a90591{left:17.857%}
.g0a6126f{left:38.214%}
.g281be1c{left:59.286%}
.g603bdcf{left:80.357%}
.g644cf39{background:#BFC4E8}
.gd571655{background:#F5C489}
.g4b34983{background:#3E4680}
.ge05fe8d{background:#E4E5F4}
