:root{--ink:#242019;--muted:#746b5e;--cream:#f6f0e4;--paper:#fffdf8;--green:#1f5b45;--green2:#143d30;--gold:#d9a329;--brown:#704719;--line:#ded3c0;--danger:#9f3127;--shadow:0 18px 50px #392b1a1a}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:var(--cream);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.55}a{color:var(--green);text-underline-offset:3px}.site-header{height:78px;padding:0 max(24px,calc((100% - 1180px)/2));display:flex;align-items:center;justify-content:space-between;background:var(--green2);color:white}.brand{display:flex;align-items:center;gap:12px;color:white;text-decoration:none;font:700 22px Georgia,serif;letter-spacing:.02em}.brand em{font-weight:400;color:#ead39d}.coin{display:grid;place-items:center;width:43px;height:43px;border-radius:50%;background:var(--gold);border:2px solid #ffe99b;color:#4f330e;font:700 17px Georgia,serif}.site-header nav{display:flex;align-items:center;gap:14px}.site-header nav>a{color:white;font-weight:700;text-decoration:none}.button,.tabs button,.presets button{border:0;border-radius:9px;padding:11px 16px;font:700 14px inherit;cursor:pointer}.button.primary{background:var(--green);color:white}.button.secondary{background:#e9ddc7;color:var(--ink)}.button.ghost{border:1px solid #ffffff66;background:transparent;color:white}.button.wide{width:100%;padding:14px}.button:disabled{opacity:.55;cursor:wait}.hidden{display:none!important}main{max-width:1180px;margin:auto;padding:54px 24px 80px}.hero{display:grid;grid-template-columns:1.5fr .7fr;gap:50px;align-items:center;margin-bottom:52px}.hero h1{font:700 clamp(40px,6vw,72px)/.98 Georgia,serif;margin:8px 0 20px;max-width:800px}.hero p:not(.eyebrow){font-size:18px;color:#564e42;max-width:760px}.eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--brown);font-weight:800;font-size:12px}.wallet{background:var(--green);color:white;border-radius:22px;padding:28px;box-shadow:var(--shadow);display:flex;flex-direction:column}.wallet span,.wallet small{color:#dbe9e1}.wallet strong{font:700 35px Georgia,serif;margin:8px 0}.exchange{background:var(--paper);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);overflow:hidden}.tabs{display:grid;grid-template-columns:1fr 1fr;background:#e8dfcf;padding:7px}.tabs button{background:transparent;color:#665d50;font-size:16px}.tabs button.active{background:var(--paper);color:var(--green);box-shadow:0 2px 10px #372d1d1a}.panel{display:grid;grid-template-columns:1.15fr .85fr;gap:42px;padding:44px}.panel[hidden]{display:none}.product{display:grid;grid-template-columns:220px 1fr;align-items:center;gap:28px}.product h2,.sell-copy h2{font:700 38px Georgia,serif;margin:4px 0 12px}.product img{filter:drop-shadow(0 16px 18px #4c361a35)}.facts{padding-left:20px}.checkout{padding:26px;border:1px solid var(--line);background:#faf6ee;border-radius:16px}.checkout h3{font:700 24px Georgia,serif;margin-top:0}.checkout label{display:grid;gap:7px;font-weight:700;margin-bottom:16px}.checkout input{width:100%;border:1px solid #bfb29d;background:white;border-radius:8px;padding:11px;font:inherit}.presets{display:flex;gap:8px;margin:-6px 0 18px}.presets button{background:#e9dfce;color:#544632;padding:7px 10px}.summary{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:12px 0;margin:16px 0}.summary div{display:flex;justify-content:space-between;gap:16px;padding:5px 0}.summary dd{margin:0;font-weight:700}.summary .total{font-size:18px;padding-top:12px;margin-top:7px;border-top:1px solid var(--line)}.check{grid-template-columns:20px 1fr!important;align-items:start;font-weight:400!important}.check input{width:18px;margin-top:4px}.form-message{min-height:23px;color:var(--danger);margin:10px 0 0;font-size:14px}.form-message.success{color:var(--green)}.notice{padding:14px;border-left:4px solid var(--gold);background:#f4ead4}.mfa-row{display:grid;grid-template-columns:auto 1fr;align-items:end;gap:12px}.mfa-row label{margin:0}dialog{border:0;border-radius:18px;padding:0;box-shadow:0 28px 100px #0008;width:min(440px,calc(100% - 32px))}dialog::backdrop{background:#17281fbb}.login-card{padding:30px;position:relative}.login-card h2{font:700 30px Georgia,serif}.dialog-close{position:absolute;right:16px;top:12px;border:0;background:none;font-size:30px;cursor:pointer}footer{padding:34px max(24px,calc((100% - 1180px)/2));background:#1e241f;color:#ddd5c9;display:grid;grid-template-columns:1fr 1.3fr .8fr;gap:35px;font-size:14px}footer a{color:white}footer nav{display:flex;flex-wrap:wrap;align-content:start;gap:10px 18px}.payments{display:flex;flex-direction:column;padding:12px;border:1px solid #ffffff33;border-radius:10px}.payments strong{font-size:20px;color:white}.payments small{color:#d9bd78}.legal{max-width:850px}.legal h1{font:700 48px Georgia,serif}.legal h2{font:700 25px Georgia,serif;margin-top:36px}.legal .draft{background:#fff1c9;border:1px solid #dbb955;padding:16px;border-radius:10px}.legal table{width:100%;border-collapse:collapse}.legal td,.legal th{padding:10px;border:1px solid var(--line);text-align:left}@media(max-width:850px){.hero,.panel,footer{grid-template-columns:1fr}.product{grid-template-columns:1fr}.product img{width:150px;height:150px}.site-header{height:auto;padding:15px 20px;gap:14px}.site-header nav{gap:8px}.site-header nav>a{display:none}main{padding:35px 16px}.panel{padding:25px}.mfa-row{grid-template-columns:1fr}.hero{gap:20px}}
.payments{display:flex;align-items:center;padding:12px;border:1px solid #ffffff33;border-radius:10px}.payments img{display:block;width:100%;height:auto;max-height:115px;object-fit:contain}
.withdrawal-consent{padding:12px;border:1px solid #cda94f;border-radius:9px;background:#fff8df}.withdrawal-consent span{font-size:13px;line-height:1.45}
.checkout select{width:100%;border:1px solid #bfb29d;background:white;border-radius:8px;padding:11px;font:inherit}
.legal-shortcut{padding:13px 15px;border:1px solid var(--line);border-radius:9px;background:#faf6ee;color:#564e42;font-size:14px}.legal-shortcut a{font-weight:800}.owner-fineprint{font-size:12px;line-height:1.45}.owner-fineprint small{color:#d9bd78;text-transform:uppercase;letter-spacing:.08em}.legal ol,.legal ul{padding-left:24px}.legal li{margin:7px 0}

/* Jednoekranowy CEHAUZ */
body.home-page{height:100dvh;min-height:620px;overflow:hidden;display:grid;grid-template-rows:62px minmax(0,1fr) auto;background:linear-gradient(145deg,#f6f0e4,#ebe0cc)}
.home-page .site-header{height:62px;padding:0 max(18px,calc((100% - 1180px)/2))}
.home-page .coin{width:38px;height:38px;font-size:15px}
.home-page .site-header nav{gap:8px}
.home-page .site-header nav>a,.home-page .site-header nav .button{min-height:36px;padding:8px 12px;border-radius:7px}
.cehauz-main{width:min(1180px,100%);max-width:none;height:100%;min-height:0;padding:12px 18px;display:grid;grid-template-rows:auto minmax(0,1fr);gap:10px;overflow:hidden}
.intro{display:flex;align-items:end;justify-content:space-between;gap:28px;padding:0 4px}
.intro h1{font:700 clamp(27px,3.4vw,43px)/1 Georgia,serif;margin:2px 0 0}
.intro .eyebrow{margin:0}
.intro>p{max-width:590px;margin:0;color:#564e42;font-size:14px;line-height:1.35}
.intro .lauba-text-link{font-weight:900}
.home-page .exchange{height:100%;min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr);border-radius:15px}
.home-page .tabs{padding:5px}
.home-page .tabs button{padding:8px 12px;font-size:14px}
.home-page .panel{height:100%;min-height:0;overflow:hidden;grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);gap:20px;padding:16px 20px;align-items:center}
.home-page .product{grid-template-columns:140px minmax(0,1fr);gap:18px}
.home-page .product img{width:140px;height:140px}
.home-page .product h2,.home-page .sell-copy h2{font-size:30px;margin:2px 0 7px}
.home-page .product p,.home-page .sell-copy p{margin:7px 0;line-height:1.4}
.home-page .legal-shortcut{font-size:12px;padding:9px 11px}
.home-page .checkout{padding:14px 16px;border-radius:11px}
.home-page .checkout h3{font-size:19px;margin:0 0 8px}
.home-page .checkout label{gap:4px;margin-bottom:8px;font-size:13px}
.home-page .checkout input,.home-page .checkout select{padding:7px 9px;min-height:34px}
.home-page .presets{margin:-1px 0 8px;gap:6px;display:grid;grid-template-columns:repeat(4,1fr)}
.home-page .presets button{padding:6px 4px;font-size:12px}
.home-page .summary{padding:5px 0;margin:7px 0}
.home-page .summary div{padding:3px 0}
.home-page .summary .total{font-size:17px;padding-top:5px;margin-top:3px}
.home-page .check{font-size:11.5px!important;line-height:1.25}
.home-page .withdrawal-consent{padding:7px 8px}
.home-page .withdrawal-consent span{font-size:11px;line-height:1.25}
.home-page .button.wide{padding:9px}
.home-page .form-message{min-height:16px;margin:4px 0 0;font-size:12px}
.home-page .mfa-row{gap:8px}
.home-page .compact-footer{min-height:48px;padding:7px max(18px,calc((100% - 1180px)/2));grid-template-columns:1.5fr 1.2fr .65fr;gap:18px;align-items:center;font-size:10px;line-height:1.25}
.home-page .compact-footer nav{gap:5px 12px}
.home-page .compact-footer .payments{padding:3px;height:36px}
.home-page .compact-footer .payments img{max-height:30px}
.wallet-dialog-card{padding:24px;position:relative}
.wallet-dialog-card h2{font:700 27px Georgia,serif;margin:5px 0 15px}
.wallet-values{display:grid;gap:8px;margin:0 0 18px}
.wallet-values div{display:flex;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line);padding:8px 0}
.wallet-values dd{margin:0;font-weight:900;color:var(--green)}
.lauba-text-link{font-weight:800}
@media(max-height:760px) and (min-width:851px){
  body.home-page{min-height:560px}.intro h1{font-size:30px}.intro>p{font-size:12px}.home-page .panel{padding:10px 16px}.home-page .product img{width:105px;height:105px}.home-page .product{grid-template-columns:105px 1fr}.home-page .product h2,.home-page .sell-copy h2{font-size:25px}.home-page .legal-shortcut{padding:6px 8px}.home-page .checkout{padding:8px 12px;font-size:12px}.home-page .checkout h3{font-size:17px;margin-bottom:5px}.home-page .checkout label{margin-bottom:3px}.home-page .checkout input,.home-page .checkout select{min-height:30px;padding:5px 8px}.home-page .presets{margin-bottom:5px}.home-page .summary{margin:4px 0;padding:3px 0}.home-page .summary div{padding:2px 0}.home-page .withdrawal-consent{padding:4px 6px}.home-page .check{font-size:10.5px!important;line-height:1.15}.home-page .button.wide{padding:7px}.home-page .form-message{min-height:12px;margin:2px 0 0}
}
@media(max-width:850px){
  body.home-page{height:auto;min-height:100dvh;overflow:auto;display:block}.home-page .site-header{height:auto;min-height:58px;padding:10px 14px}.home-page .site-header nav{display:grid;grid-template-columns:repeat(2,auto)}.home-page .site-header nav>a{display:inline-flex}.cehauz-main{height:auto;overflow:visible;padding:12px}.intro{display:grid;gap:7px}.intro h1{font-size:30px}.home-page .exchange{height:auto}.home-page .panel{height:auto;overflow:visible;grid-template-columns:1fr;padding:15px}.home-page .product{grid-template-columns:88px 1fr}.home-page .product img{width:88px;height:88px}.home-page .presets{grid-template-columns:repeat(2,1fr)}.home-page .compact-footer{grid-template-columns:1fr;padding:16px}.home-page .compact-footer .payments{height:auto}.home-page .compact-footer .payments img{max-height:70px}
}
@media(max-width:420px){.home-page .brand{font-size:18px}.home-page .site-header{align-items:flex-start}.home-page .site-header nav .button,.home-page .site-header nav>a{font-size:12px;padding:7px 9px}.intro h1{font-size:26px}.home-page .panel{padding:12px}.home-page .product{grid-template-columns:1fr}.home-page .product img{display:none}.home-page .checkout{padding:12px}.home-page .check{font-size:11px!important}}

/* Poprawne, zwarte okna CEHAUZA */
dialog{max-height:min(90dvh,720px);overflow:auto}
.login-card{display:grid;gap:13px;min-width:0}
.login-card>.eyebrow{margin:0}
.login-card h2{font-size:24px;line-height:1.08;margin:0 38px 3px 0;white-space:nowrap}
.login-card>label{display:grid;gap:6px;min-width:0;font-weight:700}
.login-card>label input{display:block;width:100%;min-width:0;border:1px solid #bfb29d;background:white;border-radius:8px;padding:11px;font:inherit}
.login-card .auth-tabs{width:100%;min-width:0}
.login-card .form-message{margin:0}
.home-page .panel{overflow:auto;overscroll-behavior:contain}
#loginDialog{width:min(390px,calc(100% - 24px));max-height:none;overflow:hidden}
#loginDialog .login-card{padding:20px;gap:8px}
#loginDialog .login-card h2{font-size:22px}
#registerForm h2{font-size:19px;line-height:1.1;white-space:normal;margin-right:32px}
#registerForm>label{gap:3px;font-size:13px}
#registerForm>label:not(.check) input{min-height:34px;padding:6px 8px}
#registerForm>.check{font-size:11px!important;line-height:1.2;margin:0}
#registerForm>.check input{width:16px;min-height:0;padding:0;margin-top:1px}
#registerForm .auth-tabs button{padding:7px 8px;font-size:13px}
#registerForm .button.wide{padding:8px}
#registerForm .form-message{min-height:12px;font-size:11px}
@media(max-width:850px){
  .home-page .panel{overflow:visible}
  .login-card{padding:24px 18px;gap:11px}
  .login-card h2{font-size:20px;white-space:normal}
  .login-card .tabs button{font-size:13px;padding:9px 5px}
}
@media(max-height:650px){
  #loginDialog .login-card{padding:15px 18px;gap:5px}
  #registerForm>label:not(.check) input{min-height:30px;padding:4px 7px}
  #registerForm h2{font-size:18px}
}
