:root{--coral:#f06b5a;--coral-soft:#f59586;--ink:#222f35;--ink-deep:#172328;--mint:#42d4b0;--paper:#fffaf7;--line:#eadbd4;--shadow:0 24px 70px rgba(12,25,31,.3)}
*{box-sizing:border-box}
html{background:var(--ink);color:var(--ink);scroll-behavior:smooth}
body{margin:0;min-width:320px;font-family:Arial,Helvetica,sans-serif;background:var(--ink);color:var(--ink)}
button,summary,figure,[role="button"]{cursor:pointer}
button{font:inherit}
img{display:block;max-width:100%}
[hidden]{display:none!important}
.prompt-topbar{position:absolute;z-index:8;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px clamp(18px,4vw,58px);color:#fff;background:linear-gradient(180deg,rgba(18,31,37,.78),rgba(18,31,37,0))}
.prompt-brand{display:flex;align-items:center;gap:10px;min-width:0;text-shadow:0 2px 12px rgba(0,0,0,.38)}
.prompt-brand img{width:44px;height:44px;object-fit:contain;filter:drop-shadow(0 7px 12px rgba(0,0,0,.25))}
.prompt-brand div{display:flex;align-items:baseline;gap:6px;white-space:nowrap;font-family:Georgia,serif;font-size:24px}
.prompt-brand strong{font-style:italic;font-weight:400}
.prompt-brand span{text-transform:uppercase;color:var(--coral-soft);font-family:Arial,sans-serif;font-size:10px;font-weight:800;letter-spacing:.17em}
.prompt-login{flex:0 0 auto;border:1px solid rgba(255,255,255,.58);border-radius:999px;padding:10px 16px;background:rgba(19,37,44,.5);color:#fff;font-size:12px;font-weight:800;backdrop-filter:blur(8px);transition:background .2s ease,transform .2s ease}
.prompt-login:hover,.prompt-login:focus-visible{background:var(--coral);transform:translateY(-2px)}
.prompt-stage{position:relative;isolation:isolate;min-height:100svh;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(330px,.92fr);align-items:end;gap:clamp(24px,5vw,82px);padding:102px clamp(18px,5vw,76px) 62px;background:#dfe6e8 url("/images/emmamadchen-background.webp") center/cover no-repeat}
.prompt-stage::before{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,rgba(14,29,35,.98) 0%,rgba(14,29,35,.84) 42%,rgba(14,29,35,.22) 72%,rgba(14,29,35,.05) 100%)}
.prompt-stage::after{content:"";position:absolute;z-index:-1;left:0;right:0;bottom:0;height:34%;background:linear-gradient(0deg,rgba(13,28,34,.78),rgba(13,28,34,0))}
.prompt-background-action{position:absolute;z-index:0;inset:0;width:100%;height:100%;border:0;background:transparent}
.prompt-copy-panel{position:relative;z-index:2;align-self:end;max-width:650px;color:#fff;text-shadow:0 2px 22px rgba(0,0,0,.38)}
.prompt-kicker{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin:0 0 15px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.13em}
.prompt-kicker span{display:inline-flex;align-items:center;gap:8px;color:#bffff0}
.prompt-kicker span::before{content:"";width:28px;height:2px;background:var(--mint)}
.prompt-kicker b{padding:5px 8px;border:1px solid rgba(255,255,255,.38);border-radius:999px;color:#fff;font-size:9px;letter-spacing:.1em}
.prompt-copy-panel h1{margin:0;max-width:650px;font-family:Georgia,serif;font-size:clamp(42px,6.2vw,84px);font-weight:400;line-height:.94;letter-spacing:-.055em}
.prompt-lead{max-width:570px;margin:22px 0 0;color:#eef7f9;font-size:clamp(16px,1.6vw,20px);line-height:1.55}
.prompt-actions{display:flex;align-items:center;gap:11px;flex-wrap:wrap;margin-top:28px}
.prompt-primary,.prompt-popup-copy>button[data-launch],.prompt-article-action{border:0;border-radius:999px;padding:15px 22px;background:linear-gradient(110deg,var(--coral),#ff8676);color:#fff;font-weight:900;box-shadow:0 14px 32px rgba(240,107,90,.32);transition:transform .2s ease,box-shadow .2s ease}
.prompt-primary:hover,.prompt-primary:focus-visible,.prompt-popup-copy>button[data-launch]:hover,.prompt-popup-copy>button[data-launch]:focus-visible,.prompt-article-action:hover,.prompt-article-action:focus-visible{transform:translateY(-3px);box-shadow:0 18px 38px rgba(240,107,90,.44)}
.prompt-read{border:1px solid rgba(255,255,255,.5);border-radius:999px;padding:14px 20px;background:rgba(25,40,46,.56);color:#fff;font-weight:800;backdrop-filter:blur(8px)}
.prompt-signals{display:flex;gap:8px;flex-wrap:wrap;margin-top:25px}
.prompt-signals span{padding:7px 10px;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:rgba(24,39,46,.45);color:#e6f1f4;font-size:10px;font-weight:800;backdrop-filter:blur(7px)}
.prompt-visual-rail{position:relative;z-index:2;align-self:end;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;min-width:0;padding:12px;border:1px solid rgba(255,255,255,.3);border-radius:26px;background:rgba(19,34,40,.54);box-shadow:var(--shadow);backdrop-filter:blur(10px)}
.prompt-story{position:relative;min-width:0;height:310px;margin:0;overflow:hidden;border:2px solid rgba(255,255,255,.72);border-radius:17px;background:#dce2e4;box-shadow:0 13px 25px rgba(0,0,0,.25);transition:transform .2s ease,border-color .2s ease}
.prompt-story:nth-child(1){transform:translateY(10px) rotate(-3deg)}
.prompt-story:nth-child(2){transform:translateY(-6px)}
.prompt-story:nth-child(3){transform:translateY(10px) rotate(3deg)}
.prompt-story:hover,.prompt-story:focus-visible{z-index:3;transform:translateY(-9px) rotate(0);border-color:#bffff0;outline:0}
.prompt-story img{width:100%;height:100%;object-fit:cover}
.prompt-story-one img{object-position:88% center}
.prompt-story-two img{object-position:88% center}
.prompt-story-three img{object-position:86% center}
.prompt-story figcaption{position:absolute;left:0;right:0;bottom:0;display:flex;flex-direction:column;gap:3px;padding:48px 9px 11px;background:linear-gradient(0deg,rgba(15,29,34,.98),rgba(15,29,34,0));color:#fff;text-shadow:0 1px 7px #000}
.prompt-story strong{font-family:Georgia,serif;font-size:14px;line-height:1.08}
.prompt-story span{font-size:9px;color:#dbeaec}
.prompt-scroll-note{position:absolute;z-index:2;left:50%;bottom:16px;display:flex;align-items:center;gap:8px;transform:translateX(-50%);color:rgba(255,255,255,.88);font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.15em;pointer-events:none}
.prompt-scroll-note span{width:6px;height:6px;border-radius:50%;background:var(--mint);box-shadow:0 0 0 5px rgba(66,212,176,.18)}
.prompt-editorial-details{position:relative;background:var(--paper);border-top:5px solid var(--coral)}
.prompt-editorial-details>summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:18px;max-width:1160px;margin:auto;padding:25px clamp(18px,4vw,46px);color:var(--ink);font-weight:800}
.prompt-editorial-details>summary::-webkit-details-marker{display:none}
.prompt-editorial-details>summary span{font-family:Georgia,serif;font-size:clamp(20px,3vw,30px);font-weight:400}
.prompt-editorial-details>summary small{font-size:12px;color:#6d777b;text-align:right}
.prompt-editorial-details>summary::after{content:"+";display:grid;place-items:center;flex:0 0 39px;width:39px;height:39px;border-radius:50%;background:var(--ink);color:#fff;font-size:22px}
.prompt-editorial-details[open]>summary::after{content:"−"}
.prompt-article{max-width:940px;margin:auto;padding:18px clamp(18px,4vw,48px) 82px;color:#39474d;line-height:1.75}
.prompt-article section{margin:0 0 58px}
.prompt-article h2{margin:0 0 17px;font-family:Georgia,serif;font-size:clamp(28px,4vw,43px);font-weight:400;line-height:1.08;letter-spacing:-.025em;color:var(--ink)}
.prompt-article h3{margin:7px 0;font-size:16px;color:var(--ink)}
.prompt-article p{font-size:17px}
.prompt-editorial-intro{padding:30px;border-radius:24px;background:var(--ink);color:#edf5f6}
.prompt-editorial-intro h2{color:#fff}
.prompt-section-label{margin:0 0 8px;color:#8ff1d7;font-size:11px!important;font-weight:900;text-transform:uppercase;letter-spacing:.14em}
.prompt-fact-ribbon,.prompt-steps-band{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:26px}
.prompt-fact-ribbon div,.prompt-steps-band div{padding:20px;border-radius:18px;background:#fff;color:#405057}
.prompt-fact-ribbon strong{display:block;margin-bottom:8px;color:var(--coral);font-size:14px}
.prompt-fact-ribbon span{font-size:13px;line-height:1.5}
.prompt-steps-band div{border:1px solid var(--line);background:#fff}
.prompt-steps-band div>span{color:var(--coral);font-size:11px;font-weight:900}
.prompt-steps-band p{margin-bottom:0;font-size:14px;line-height:1.5}
.prompt-article table{width:100%;margin:28px 0;border-collapse:collapse;overflow:hidden;border-radius:18px;background:#fff;box-shadow:0 12px 32px rgba(36,47,52,.08);font-size:14px}
.prompt-article th,.prompt-article td{padding:15px;text-align:left;vertical-align:top;border-bottom:1px solid var(--line)}
.prompt-article th{background:var(--ink);color:#fff}
.prompt-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:28px 0}
.prompt-grid div{padding:22px;border:1px solid var(--line);border-radius:18px;background:#fff}
.prompt-grid p{margin-bottom:0;font-size:14px;line-height:1.5}
.prompt-conversation-box{margin:28px 0;padding:25px;border-left:4px solid var(--mint);border-radius:0 18px 18px 0;background:#e9faf5}
.prompt-conversation-box p{font-size:15px}
.prompt-safety-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:27px 0}
.prompt-safety-grid span{display:grid;place-items:center;min-height:82px;padding:12px;border-radius:15px;background:#f0e5df;text-align:center;font-size:12px;font-weight:900;color:#465258}
.prompt-article-action{margin-top:13px}
.prompt-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px clamp(18px,5vw,76px);background:var(--ink-deep);color:#cbd9dc;font-size:12px}
.prompt-footer button{border:0;background:transparent;color:#fff;text-decoration:underline;text-underline-offset:4px}
.prompt-gate{position:fixed;z-index:30;inset:0;display:grid;place-items:center;padding:18px;background:rgba(11,25,31,.22);backdrop-filter:blur(2px)}
.prompt-gate-card{width:min(520px,calc(100vw - 30px));max-height:calc(100svh - 30px);overflow:auto;padding:clamp(27px,5vw,45px);border:1px solid rgba(255,255,255,.75);border-radius:30px;background:rgba(255,250,247,.98);box-shadow:0 32px 110px rgba(0,0,0,.52);text-align:center}
.prompt-gate-emblem{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:20px;font-family:Georgia,serif;font-size:23px;color:var(--ink)}
.prompt-gate-emblem img{width:66px;height:66px;object-fit:contain}
.prompt-gate-label{margin:0 0 8px;color:var(--coral);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.15em}
.prompt-gate-card h2{margin:0;font-family:Georgia,serif;font-size:clamp(29px,5vw,45px);font-weight:400;line-height:1.05;letter-spacing:-.035em}
.prompt-gate-card>p:not(.prompt-gate-label){max-width:420px;margin:17px auto;color:#69757a;line-height:1.55}
.prompt-gate-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:24px 0 16px}
.prompt-gate-actions button{min-height:52px;border-radius:999px;font-weight:900}
#AccessVerify{border:0;background:linear-gradient(110deg,var(--coral),#ff8878);color:#fff;box-shadow:0 12px 27px rgba(240,107,90,.28)}
#QuitAccess{border:1px solid #c8d0d2;background:#fff;color:var(--ink)}
.prompt-gate-card small{display:block;color:#859094;line-height:1.45}
.prompt-popup{position:fixed;z-index:40;inset:0;display:grid;place-items:end;padding:23px;background:rgba(11,25,31,.22)}
.prompt-popup-card{position:relative;display:grid;grid-template-columns:.78fr 1.22fr;width:min(720px,calc(100vw - 30px));overflow:hidden;border:1px solid rgba(255,255,255,.65);border-radius:28px;background:#fff;box-shadow:0 30px 95px rgba(0,0,0,.5)}
.prompt-popup-close{position:absolute;z-index:3;top:12px;right:12px;width:38px;height:38px;border:0;border-radius:50%;background:rgba(20,35,41,.84);color:#fff;font-size:25px;line-height:1}
.prompt-popup-photo{min-height:350px;overflow:hidden;background:#eef1f2}
.prompt-popup-photo img{width:100%;height:100%;object-fit:cover;object-position:88% center}
.prompt-popup-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:42px}
.prompt-popup-copy>p{margin:0 0 10px;color:var(--coral);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.15em}
.prompt-popup-copy h2{margin:0;font-family:Georgia,serif;font-size:36px;font-weight:400;line-height:1.02;letter-spacing:-.035em;color:var(--ink)}
.prompt-popup-copy>span{margin:16px 0 23px;color:#647277;line-height:1.5}
.prompt-popup-copy>button[data-prompt-later]{margin:13px 0 0;padding:5px 0;border:0;background:transparent;color:#6c787c;text-decoration:underline;text-underline-offset:4px}
@media (max-width:950px){.prompt-stage{grid-template-columns:1fr;gap:21px;padding-top:95px;background-position:center}.prompt-copy-panel{max-width:620px}.prompt-visual-rail{width:min(620px,100%)}.prompt-story{height:180px}.prompt-scroll-note{display:none}}
@media (max-width:620px){.prompt-topbar{padding:12px 14px}.prompt-brand img{width:37px;height:37px}.prompt-brand div{font-size:19px}.prompt-login{padding:9px 11px;font-size:10px}.prompt-stage{display:flex;flex-direction:column;justify-content:flex-end;min-height:100svh;gap:12px;padding:72px 11px 14px;background-position:center top}.prompt-stage::before{background:linear-gradient(180deg,rgba(15,29,35,.08) 25%,rgba(15,29,35,.86) 68%,rgba(15,29,35,.98) 100%)}.prompt-copy-panel h1{font-size:clamp(34px,11vw,46px);line-height:.98}.prompt-kicker{margin-bottom:9px;font-size:8px}.prompt-lead{margin-top:12px;font-size:14px;line-height:1.4}.prompt-actions{margin-top:15px;gap:7px}.prompt-primary,.prompt-read{width:100%;padding:12px}.prompt-signals{margin-top:11px}.prompt-signals span{font-size:8px;padding:5px 7px}.prompt-visual-rail{height:112px;padding:8px;border-radius:18px}.prompt-story{height:96px;border-radius:11px}.prompt-story figcaption{padding:22px 5px 5px}.prompt-story strong{font-size:10px}.prompt-story span{display:none}.prompt-editorial-details>summary{align-items:flex-start;padding:18px 15px}.prompt-editorial-details>summary small{display:none}.prompt-article{padding:12px 15px 65px}.prompt-article p{font-size:16px}.prompt-editorial-intro{padding:22px}.prompt-fact-ribbon,.prompt-steps-band,.prompt-grid{grid-template-columns:1fr}.prompt-safety-grid{grid-template-columns:1fr 1fr}.prompt-article table{font-size:12px}.prompt-article th,.prompt-article td{padding:10px}.prompt-gate-card{padding:25px 19px;border-radius:24px}.prompt-gate-emblem{margin-bottom:12px}.prompt-gate-emblem img{width:54px;height:54px}.prompt-gate-card>p:not(.prompt-gate-label){margin:12px auto}.prompt-gate-actions{grid-template-columns:1fr;margin:17px 0 12px}.prompt-popup{padding:11px}.prompt-popup-card{grid-template-columns:1fr}.prompt-popup-photo{display:none}.prompt-popup-copy{padding:34px 24px}.prompt-popup-copy h2{font-size:30px}.prompt-footer{align-items:flex-start;flex-direction:column}}
@media (max-height:700px) and (max-width:620px){.prompt-visual-rail{display:none}.prompt-signals{display:none}.prompt-stage{padding-bottom:9px}.prompt-gate-card{padding-top:18px;padding-bottom:18px}.prompt-gate-emblem{margin-bottom:7px}.prompt-gate-emblem img{width:45px;height:45px}.prompt-gate-card h2{font-size:27px}.prompt-gate-card>p:not(.prompt-gate-label){font-size:13px}.prompt-gate-actions{margin-top:12px}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.prompt-login,.prompt-story,.prompt-primary,.prompt-popup-copy>button[data-launch],.prompt-article-action{transition:none}}
.dialog-label{margin:0 0 14px;font-size:clamp(1.55rem,4vw,2.2rem);font-weight:800;line-height:1.1}
