:root{--bg:#03090b;--card:#081419;--card2:#0d2027;--line:#24434b;--green:#7dff2a;--blue:#1596ff;--orange:#ffae22;--purple:#b46aff;--yellow:#ffe029;--text:#f7fbff;--muted:#94a7ad;--red:#ff4d40;--shadow:0 16px 45px #0008}
*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top,#102a20 0,#061114 42%,#020608 100%);color:var(--text);font-family:Arial,Helvetica,sans-serif;min-height:100vh}.top{position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:12px 18px;background:#02070aee;border-bottom:1px solid #17343b;backdrop-filter:blur(10px)}.brand{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none}.brand .fish{font-size:34px}.brand b{display:block;color:var(--green);font-size:26px;line-height:1}.brand small{display:block;font-size:15px;color:#fff}.top nav{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.top nav a{color:#eaf2f4;text-decoration:none;padding:9px 10px;border-radius:12px}.pill,.top nav a:hover{background:#102127;border:1px solid #24434b}.app{max-width:1100px;margin:auto;padding:18px}.hero{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;align-items:center}.card{background:linear-gradient(180deg,#0b1a20,#071116);border:1px solid var(--line);border-radius:22px;padding:18px;margin:14px 0;box-shadow:var(--shadow)}.card h1,.card h2,.card h3{margin-top:0}.muted{color:var(--muted)}.green{color:var(--green)}.ok{color:var(--green)}.warn{color:var(--orange)}.bad{color:var(--red)}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.stat{background:#071318;border:1px solid #203b43;border-radius:16px;padding:14px}.stat span{display:block;color:var(--muted);font-size:13px}.stat b{font-size:28px}.btn,button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:15px;padding:13px 16px;margin:6px 4px 6px 0;font-size:16px;font-weight:900;text-decoration:none;cursor:pointer}.btn.full,button.full{display:flex;width:100%;margin:10px 0}.btn.green,button.green{background:var(--green);color:#021}.btn.blue{background:var(--blue);color:#fff}.btn.orange{background:var(--orange);color:#210}.btn.gray,button.gray{background:#14242b;color:white;border:1px solid #2c4650}.btn.red{background:var(--red);color:#fff}input,textarea,select{width:100%;padding:14px;border:1px solid #233f48;border-radius:14px;margin:7px 0 14px;background:#0a1a20;color:white;font-size:16px}textarea{min-height:100px}.label{display:block;margin-top:8px;color:#dfe8eb;font-weight:700}.tableWrap{overflow:auto}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:12px;border-bottom:1px solid #213a42;text-align:left}.table th{color:#b8c8cd;font-size:13px;text-transform:uppercase}.photoThumb{width:84px;height:60px;object-fit:cover;border-radius:10px;background:#14242b}.measureWeight{font-size:46px;color:var(--green);font-weight:900}.codeBox{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;background:#071318;border:1px solid #203b43;border-radius:14px;padding:12px;overflow:auto;color:#d6f7ff}.foot{text-align:center;color:#91a3a8;padding:22px}.badge{display:inline-flex;padding:6px 10px;border-radius:999px;border:1px solid #2b4d55;background:#071318}.badge.ok{border-color:#5cff59}.badge.bad{border-color:#ff7168}.loginBox{max-width:520px;margin:auto}.sharePage{max-width:980px}.sheet{background:linear-gradient(180deg,#02090c,#010406);border:1px solid #34583b;border-radius:22px;padding:16px;box-shadow:0 10px 40px #000a}.heroPhoto{position:relative;border:1px solid #2e5137;border-radius:18px;overflow:hidden;background:#10191d}.heroPhoto img{width:100%;display:block;object-fit:cover;max-height:520px}.placeholder{height:360px;display:flex;align-items:center;justify-content:center;color:#8aa;font-size:28px}.recordBadge{position:absolute;top:16px;right:16px;background:#0a1113;border:2px solid #6cd72a;color:#91ff35;border-radius:18px;padding:14px 16px;text-align:center;font-weight:700;min-width:140px;box-shadow:0 0 20px #000a}.recordBadge .b2{font-size:30px;line-height:1;margin-top:6px}.sheetMain{margin-top:14px;border:1px solid #2e5137;border-radius:18px;background:#03080b;padding:18px}.sheetRow{display:grid;grid-template-columns:1fr 1fr;gap:18px}.sheetLeft{border-right:1px solid #2e5137;padding-right:18px}.sheetBrand{display:flex;align-items:center;gap:14px;margin-bottom:16px}.sheetBrand .fish{font-size:46px}.sheetBrand .d{color:var(--green);font-size:36px;font-weight:900;line-height:1}.sheetBrand .p{color:#e8ecee;font-size:30px;font-weight:800;line-height:1.1}.sep{height:1px;background:#476a41;margin:16px 0 20px}.bigW{color:var(--green);font-size:108px;font-weight:900;line-height:.88}.kg{color:var(--green);font-size:34px;font-weight:800}.tiles{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:18px}.tile{border:1px solid #2e5137;border-radius:16px;background:#071015;padding:16px}.tile .tt{font-size:16px;color:#d5dcdf;margin-bottom:10px}.tile .tv{font-size:26px;font-weight:900}.actions{margin-top:14px;display:grid;grid-template-columns:1fr 1fr;gap:10px}canvas{display:none}@media(max-width:760px){.hero,.grid,.grid2,.sheetRow,.tiles{grid-template-columns:1fr}.top{align-items:flex-start;gap:10px;flex-direction:column}.top nav a{padding:8px}.bigW{font-size:78px}.sheetLeft{border-right:0;padding-right:0}.actions{grid-template-columns:1fr}}

/* ===== Devil Pontybölcső V2 landing + dashboard ===== */
.app{max-width:1280px}.top{padding:12px 28px}.top nav a{font-weight:700}.top nav a.pill{background:linear-gradient(180deg,#61ff37,#36a91f);color:#041108;border:0}.landingHero{display:grid;grid-template-columns:.9fr 1.1fr;gap:22px;align-items:center;min-height:560px;padding:22px 0 34px;border-bottom:1px solid #17343b}.heroText h1{font-size:64px;line-height:.98;margin:14px 0}.heroText h1 span{color:var(--green)}.heroText p{font-size:20px;line-height:1.55;color:#d7e2e5;max-width:560px}.eyebrow{display:inline-flex;border:1px solid #55d831;color:var(--green);border-radius:999px;padding:7px 12px;font-weight:900;text-transform:uppercase;font-size:12px;letter-spacing:.06em;background:#06140d}.heroBtns{margin:18px 0}.heroImage{border-radius:28px;overflow:hidden;border:1px solid #284b37;box-shadow:0 30px 80px #000c;background:#081419}.heroImage img{width:100%;height:520px;object-fit:cover;display:block}.featureStrip{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:24px}.featureStrip div{background:#071318cc;border:1px solid #23434a;border-radius:16px;padding:13px}.featureStrip b{display:block;color:#fff;margin-bottom:4px}.featureStrip small{color:var(--muted)}.sectionTitle{text-align:center;margin:34px auto 18px;max-width:780px}.sectionTitle h2,.showcase h2,.howItWorks h2{font-size:34px;margin:0 0 8px}.featureGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.infoCard{background:linear-gradient(180deg,#0b1a20,#071116);border:1px solid var(--line);border-radius:22px;padding:20px;box-shadow:var(--shadow)}.bigIcon{font-size:38px;margin-bottom:8px}.infoCard h3{color:var(--green);margin:8px 0}.infoCard p{color:#c9d5d8;line-height:1.5}.showcase{margin:28px 0;background:linear-gradient(180deg,#071318,#051012);border:1px solid var(--line);border-radius:28px;padding:24px;box-shadow:var(--shadow)}.twoCol{display:grid;grid-template-columns:.9fr 1.1fr;gap:26px;align-items:center}.checkList{list-style:none;margin:18px 0 0;padding:0}.checkList li{margin:11px 0;color:#dce9ec}.checkList li:before{content:'✓';color:var(--green);font-weight:900;margin-right:9px}.phonePair{display:flex;justify-content:center;gap:18px;align-items:flex-end}.phonePair img{max-height:580px;max-width:46%;border-radius:28px;box-shadow:0 22px 70px #000b;border:1px solid #24434b}.displayShowcase{display:grid;grid-template-columns:.8fr 1.2fr;gap:24px;align-items:center;overflow:hidden}.displayShowcase>img{width:100%;max-height:420px;object-fit:cover;border-radius:22px;border:1px solid #24434b}.howItWorks{text-align:center;margin:28px 0}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:14px}.steps div,.pairStep{background:#071318;border:1px solid #203b43;border-radius:18px;padding:18px;text-align:left}.steps span,.pairStep span{display:inline-flex;width:42px;height:42px;border-radius:50%;background:var(--green);color:#041108;align-items:center;justify-content:center;font-weight:900;font-size:22px}.steps b,.pairStep h3{display:block;margin:12px 0 6px}.steps p,.pairStep p{color:var(--muted);line-height:1.45}.ctaBox{display:flex;justify-content:space-between;gap:16px;align-items:center;background:#071318;border:1px solid #315744;border-radius:24px;padding:22px;margin:24px 0}.dashHead{display:flex;justify-content:space-between;gap:18px;align-items:center;margin:10px 0 18px}.dashHead h1{margin:0 0 8px}.dashStats.grid{grid-template-columns:repeat(4,1fr)}.guideTeaser{border-color:#4fa92a}.latestList{display:flex;flex-direction:column;gap:10px}.measureRow{display:grid;grid-template-columns:84px 1fr 1.2fr;gap:14px;align-items:center;padding:10px;border:1px solid #203b43;background:#061217;border-radius:16px;color:#fff;text-decoration:none}.measureRow:hover{border-color:#65ff37}.thumbMini{width:84px;height:62px;background:#13252b;border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden}.thumbMini img{width:100%;height:100%;object-fit:cover}.measureRow b{font-size:22px}.measureRow span{display:block;color:#c8d6da}.right{text-align:right}.pairHero{background:linear-gradient(90deg,#071318,#0b2218);border:1px solid #315744;border-radius:26px;padding:28px;margin:10px 0 18px}.pairHero h1{font-size:44px;margin:10px 0}.pairHero p{font-size:18px;color:#d5e0e3;line-height:1.55;max-width:920px}.warningBox{border-color:#4fa92a}.pairSteps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:18px 0}.codeBox{word-break:break-word}
@media(max-width:980px){.landingHero,.twoCol,.displayShowcase{grid-template-columns:1fr}.heroText h1{font-size:46px}.heroImage img{height:auto}.featureStrip,.featureGrid,.dashStats.grid,.pairSteps{grid-template-columns:repeat(2,1fr)}.phonePair img{max-height:520px}.dashHead,.ctaBox{flex-direction:column;align-items:flex-start}.dashHead .btn,.ctaBox .btn{width:100%}.measureRow{grid-template-columns:70px 1fr}.measureRow .right{text-align:left;grid-column:2}}
@media(max-width:620px){.top{padding:12px 16px}.top nav{gap:4px}.landingHero{padding-top:12px}.heroText h1{font-size:38px}.heroText p{font-size:16px}.featureStrip,.featureGrid,.steps,.dashStats.grid,.pairSteps{grid-template-columns:1fr}.phonePair{gap:10px}.phonePair img{max-width:49%;border-radius:20px}.sectionTitle h2,.showcase h2,.howItWorks h2{font-size:28px}.pairHero h1{font-size:34px}}

/* ===== V2.1 pontos telefonos mockup javítás ===== */
.phoneMockPair{display:flex;justify-content:center;gap:18px;align-items:stretch;flex-wrap:wrap}.phoneMock{width:300px;max-width:100%;background:linear-gradient(180deg,#061a16,#041012);border:1px solid #284b54;border-radius:34px;padding:15px;box-shadow:0 24px 70px #000c;color:#f7fbff}.phoneStatus{display:flex;justify-content:space-between;font-weight:800;font-size:13px;margin-bottom:12px;color:#fff}.phoneStatus span{opacity:.9}.phoneBrand{display:flex;align-items:center;gap:9px;border-bottom:1px solid #1e3d44;padding-bottom:12px;margin-bottom:14px}.phoneBrand .fish{font-size:24px}.phoneBrand b{font-size:20px;line-height:.92}.phoneBrand b span{color:var(--green)}.phoneBrand small{display:block;color:#9fafb4;margin-top:3px}.phoneBrand em{margin-left:auto;width:34px;height:34px;border:1px solid #284b54;border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--green);font-style:normal;font-weight:900;font-size:20px}.weightPanel{border:1px solid #284b54;border-radius:18px;background:#061217;padding:18px;text-align:center;margin-bottom:10px}.weightPanel small{display:block;color:#d9e8ec;letter-spacing:.08em}.weightPanel strong{display:block;color:var(--green);font-size:50px;line-height:1;text-shadow:0 0 24px #65ff3755}.weightPanel strong span{font-size:22px}.weightPanel p{margin:7px 0 0;color:var(--green);font-size:18px}.miniStats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:10px 0}.miniStats div{border:1px solid #284b54;border-radius:13px;background:#061217;padding:10px 6px;text-align:center;min-height:74px}.miniStats small{display:block;color:#9fafb4;font-size:10px;margin-bottom:6px}.miniStats b{font-size:22px}.miniStats b span{font-size:12px}.batteryMock{color:#fff;position:relative;display:block}.batteryMock:before{content:'';display:block;width:28px;height:44px;border:3px solid #fff;border-radius:7px;margin:0 auto 4px;background:linear-gradient(to top,#65ff37 0 78%,transparent 78%)}.phoneCards{display:grid;grid-template-columns:1fr 1fr;gap:8px}.phoneCards>div{border:1px solid #284b54;border-radius:15px;background:#061217;padding:12px;min-height:170px}.phoneCards h4{margin:0 0 12px;font-size:14px}.phoneCards b{color:var(--green);font-size:22px}.phoneCards p{color:#a8b8bd}.weather4{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.weather4 span{border:1px solid #284b54;border-radius:13px;background:#071318;padding:10px 8px;text-align:center;min-height:66px}.weather4 b{display:block;color:#fff!important;font-size:17px;margin-top:4px}.actionGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;margin-top:12px}.actionGrid button{margin:0;min-height:58px;border-radius:14px;color:#fff}.actionGrid button:nth-child(1){background:#14a642}.actionGrid button:nth-child(2){background:#9a6500}.actionGrid button:nth-child(3){background:#07518c}.actionGrid button:nth-child(4){background:#4b1674}.catchCard{display:grid;grid-template-columns:96px 1fr;gap:10px;align-items:center;border:1px solid #284b54;border-radius:17px;background:#061217;padding:10px;margin-bottom:10px}.catchCard img{width:96px;height:78px;object-fit:cover;border-radius:12px}.catchCard strong{display:block;color:var(--green);font-size:30px;line-height:1}.catchCard small{display:block;color:#b2c3c7;margin-top:4px}.catchCard p{margin:4px 0 0}.measureWeather{grid-template-columns:repeat(4,1fr);margin-bottom:10px}.measureWeather span{min-height:58px;padding:8px 4px}.measureWeather b{font-size:14px}.inputMock{border:1px solid #284b54;border-radius:13px;background:#061217;color:#9fafb4;padding:13px;margin:8px 0}.saveMock,.photoMockBtn,.sheetMockBtn{display:block;width:100%;margin:9px 0 0;border-radius:14px}.saveMock{background:#1596ff;color:#fff}.photoMockBtn{background:#14242b;color:#fff;border:1px solid #2c4650}.sheetMockBtn{background:var(--green);color:#031108}.phonePair>img{display:none!important}

/* Mérőlap mobilon ne húzódjon szét */
@media(max-width:760px){.sharePage{padding:8px}.sheet{padding:10px;border-radius:18px}.heroPhoto img{max-height:330px}.recordBadge{top:10px;right:10px;min-width:94px;padding:8px 10px;border-radius:13px}.recordBadge .b1{font-size:12px}.recordBadge .b2{font-size:20px}.sheetMain{padding:12px}.sheetBrand .d{font-size:28px}.sheetBrand .p{font-size:24px}.bigW{font-size:70px}.kg{font-size:26px}.tiles{grid-template-columns:repeat(2,1fr)!important;gap:8px}.tile{padding:11px;min-height:84px}.tile .tt{font-size:13px}.tile .tv{font-size:20px}.sheetRow{gap:10px}.actions{gap:8px}}
@media(max-width:620px){.phoneMock{width:280px}.phoneMockPair{gap:12px}.measureWeather{grid-template-columns:repeat(2,1fr)}.phoneCards{grid-template-columns:1fr}.phoneCards>div{min-height:auto}.showcase{padding:16px}.twoCol{gap:16px}} /* V60 pairing guide */
.pairHero{
  display:grid;
  grid-template-columns:1.3fr .9fr;
  gap:24px;
  align-items:stretch;
  margin:20px 0 24px;
}
.pairHero h1{
  font-size:clamp(34px,5vw,64px);
  margin:0 0 18px;
}
.lead{font-size:20px;line-height:1.6;color:#c9d9d8;max-width:720px}
.pairNeed{
  border:1px solid rgba(124,255,0,.24);
  background:rgba(8,20,22,.82);
  border-radius:22px;
  padding:24px;
}
.pairNeed h2{margin-top:0;color:#7cff00}
.pairNeed li{margin:10px 0}
.important{border-color:rgba(124,255,0,.35)!important}
.pairSteps{display:grid;gap:20px;margin:24px 0}
.pairStep{
  display:grid;
  grid-template-columns:330px 1fr;
  gap:22px;
  align-items:center;
  border:1px solid rgba(124,255,0,.18);
  background:linear-gradient(135deg,rgba(8,20,22,.95),rgba(6,12,14,.95));
  border-radius:24px;
  padding:18px;
}
.pairStep img{
  width:100%;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.08);
  background:#061014;
}
.stepNo{
  display:inline-flex;
  width:42px;
  height:42px;
  border-radius:50%;
  align-items:center;
  justify-content:center;
  background:#7cff00;
  color:#061014;
  font-weight:900;
  box-shadow:0 0 20px rgba(124,255,0,.3);
}
.pairStep h2{margin:12px 0 8px}
.codeBox{
  background:#02090b;
  border:1px solid rgba(124,255,0,.32);
  border-radius:16px;
  padding:14px 16px;
  color:#dfffd8;
  font-weight:700;
  line-height:1.7;
  overflow:auto;
}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.faqBox{
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  padding:16px;
  background:rgba(255,255,255,.03);
}
@media(max-width:850px){
  .pairHero{grid-template-columns:1fr}
  .pairStep{grid-template-columns:1fr}
  .grid3{grid-template-columns:1fr}
}

