:root{--bg:#0d0e15;--panel:#15161e;--panel2:#1b1c25;--pink:#ff438b;--pink2:#ff67a3;--text:#f8f8fb;--muted:#aaa8b2;--line:#2c2d37;--green:#2bc477}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 82% 0,#351421 0,transparent 28%),var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif}a{text-decoration:none;color:inherit}button{font:inherit;cursor:pointer}.top{height:72px;background:rgba(10,10,15,.96);border-bottom:1px solid #24252d;display:flex;align-items:center;padding:0 max(24px,calc((100% - 1450px)/2));gap:38px;position:sticky;top:0;z-index:30}.brand{font-size:23px;font-weight:900}.brand b{color:var(--pink)}.nav{display:flex;gap:28px;font-size:13px;font-weight:700}.nav a,.nav button{color:#ddd;background:none;border:0;padding:25px 0}.nav a:hover,.nav button:hover{color:#fff}.actions{margin-left:auto;display:flex;gap:10px}.btn{border:0;border-radius:12px;padding:12px 18px;font-weight:800}.btn.dark{background:#292731;color:#fff}.btn.pink{background:linear-gradient(90deg,var(--pink),var(--pink2));color:#fff}.wrap{max-width:1320px;margin:auto;padding:28px 24px 70px}.crumb{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;color:#aaa;font-size:12px}.crumb a{background:#191a22;border:1px solid var(--line);padding:10px 14px;border-radius:10px;color:#fff}.profile{display:grid;grid-template-columns:440px minmax(0,1fr);gap:28px}.photo{height:650px;border-radius:22px;overflow:hidden;position:relative;background:#222;border:1px solid var(--line)}.photo img{width:100%;height:100%;object-fit:cover}.photo:after{content:"";position:absolute;inset:55% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.75))}.online{position:absolute;z-index:2;left:18px;bottom:18px;background:rgba(15,16,22,.85);border:1px solid rgba(255,255,255,.13);border-radius:99px;padding:9px 13px;font-size:12px}.online i{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--green);margin-right:7px}.info{background:linear-gradient(145deg,#171820,#111219);border:1px solid var(--line);border-radius:22px;padding:38px}.eyebrow{color:#ff78aa;font-size:10px;letter-spacing:2px;font-weight:900}.info h1{font-size:64px;letter-spacing:-3px;line-height:1;margin:12px 0}.info h1 span{color:var(--pink)}.location{color:#ff8bb7;font-size:13px;font-weight:700}.desc{color:#c8c6cf;line-height:1.75;max-width:650px;margin:20px 0}.tags{display:flex;gap:8px;flex-wrap:wrap}.tags span{background:#2a1721;border:1px solid #492233;color:#ff93bb;padding:8px 11px;border-radius:9px;font-size:11px;font-weight:700}.profile-actions{display:flex;gap:10px;flex-wrap:wrap;margin:25px 0}.profile-actions .btn{padding:14px 20px}.chat{margin-top:25px;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#111219}.chat-head{padding:16px 18px;background:#191a22;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:10px}.avatar{width:42px;height:42px;border-radius:50%;object-fit:cover}.chat-head small{display:block;color:#72dfa8;margin-top:3px}.messages{padding:20px;min-height:130px}.bubble{display:inline-block;max-width:78%;background:#24252e;border:1px solid #33343e;padding:11px 14px;border-radius:14px;color:#eee}.compose{display:flex;gap:8px;padding:14px;background:#171820;border-top:1px solid var(--line)}.compose input{flex:1;min-width:0;background:#0e0f15;border:1px solid #343640;color:#fff;border-radius:11px;padding:12px 14px}.compose button{border:0;background:var(--pink);color:#fff;border-radius:11px;padding:0 18px;font-weight:800}.gallery{margin-top:28px;background:#14151d;border:1px solid var(--line);border-radius:22px;padding:24px}.gallery h2{margin:0 0 6px}.gallery p{color:var(--muted);margin:0 0 18px}.pics{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.pics div{height:210px;border-radius:14px;overflow:hidden;position:relative;background:#222}.pics img{width:100%;height:100%;object-fit:cover;filter:blur(4px) brightness(.62);transform:scale(1.03)}.pics div:after{content:'🔒';position:absolute;inset:0;display:grid;place-items:center;font-size:26px}.about{display:grid;grid-template-columns:1.3fr .7fr;gap:18px;margin-top:28px}.card{background:#15161e;border:1px solid var(--line);border-radius:22px;padding:28px}.card h2{margin-top:0}.card p{color:var(--muted);line-height:1.7}.facts{display:grid;grid-template-columns:1fr 1fr;gap:10px}.fact{background:#101117;border:1px solid #292a34;border-radius:13px;padding:15px}.fact small{display:block;color:#777984;margin-bottom:6px}.cta{margin-top:28px;padding:34px;border-radius:22px;background:linear-gradient(115deg,#2a101d,#111219 58%,#24101a);border:1px solid #3b2230;display:flex;align-items:center;justify-content:space-between;gap:20px}.cta h2{font-size:32px;margin:0 0 7px}.cta p{margin:0;color:#b8b6bf}.foot{border-top:1px solid #24252d;padding:28px 24px 40px;color:#888;max-width:1320px;margin:auto;display:flex;justify-content:space-between}.modal{display:none;position:fixed;inset:0;background:rgba(5,5,9,.82);z-index:100;align-items:center;justify-content:center;padding:20px}.modal.open{display:flex}.modal-box{width:min(460px,100%);background:#171820;border:1px solid #30313b;border-radius:22px;padding:32px;text-align:center;box-shadow:0 25px 80px rgba(0,0,0,.5)}.modal-box h2{font-size:30px;margin:8px 0}.modal-box p{color:var(--muted);line-height:1.6}.close{float:right;border:0;background:#292a32;color:#fff;width:34px;height:34px;border-radius:50%}@media(max-width:900px){.nav{display:none}.profile{grid-template-columns:1fr}.photo{height:520px}.info h1{font-size:50px}.pics{grid-template-columns:repeat(2,1fr)}.about{grid-template-columns:1fr}}@media(max-width:560px){.top{padding:0 14px}.actions .dark{display:none}.wrap{padding:18px 12px 50px}.photo{height:430px}.info{padding:24px 18px}.info h1{font-size:43px}.profile-actions{display:grid}.profile-actions .btn{width:100%}.pics div{height:170px}.cta{align-items:flex-start;flex-direction:column}.foot{flex-direction:column;gap:10px}}

/* v6 — jasniejsza wersja podstron, menu zgodne ze strona glowna */
:root{--bg:#f5f5f8;--panel:#ffffff;--panel2:#faf9fb;--text:#17171d;--muted:#6f6d76;--line:#e5e3e9}
body{background:linear-gradient(180deg,#fff 0,#f7f6f8 45%,#f1f1f5 100%);color:var(--text)}
.top{height:72px;background:#0b0b10;border-bottom:1px solid #24252d;color:#fff}.top .brand{font-size:23px;font-weight:900}.top .brand span{color:#fff}.top .brand b{color:var(--pink)}.top .nav{display:flex;gap:28px;font-size:13px;font-weight:700}.top .nav a,.top .nav button{color:#ddd;background:none;border:0;padding:25px 0;position:relative}.top .nav .active{color:#fff}.top .nav .active:after{content:"";position:absolute;height:2px;background:var(--pink);left:0;right:0;bottom:17px}.top .nav a:hover,.top .nav button:hover{color:#fff}.top .actions .btn.dark{background:#292731;color:#fff}
.crumb{color:#77747d}.crumb a{background:#fff;border-color:#e3e1e7;color:#222;box-shadow:0 5px 20px rgba(20,16,25,.04)}
.photo{background:#e8e6ea;border-color:#dedce2;box-shadow:0 12px 35px rgba(22,16,25,.08)}
.online{background:rgba(255,255,255,.92);border-color:rgba(255,255,255,.7);color:#24232a;box-shadow:0 5px 20px rgba(0,0,0,.12)}
.info{background:#fff;border-color:#e5e3e9;box-shadow:0 12px 35px rgba(22,16,25,.06)}
.info .desc{color:#66636c}.tags span{background:#fff0f6;border-color:#ffd0e2;color:#d92e70}.profile-actions .btn.dark{background:#f1eff3;color:#27252c;border:1px solid #e0dde4}
.chat{background:#faf9fb;border-color:#e4e1e7}.chat-head{background:#f4f2f5;border-color:#e4e1e7}.messages{background:#fff}.bubble{background:#f1eff3;border-color:#e0dde4;color:#333039}.compose{background:#f7f5f8;border-color:#e4e1e7}.compose input{background:#fff;border-color:#ddd9e1;color:#222}
.gallery,.card{background:#fff;border-color:#e5e3e9;box-shadow:0 10px 30px rgba(22,16,25,.045)}.gallery p,.card p{color:#6f6d76}.pics div{background:#e7e4e8}.facts .fact{background:#f7f5f8;border-color:#e5e2e8}.fact small{color:#88858e}
.cta{background:linear-gradient(115deg,#fff0f6,#fff 58%,#f9edf2);border-color:#f2cfdd}.cta p{color:#69666f}.foot{border-color:#dedce2;color:#777;background:#fff;max-width:none;padding-left:max(24px,calc((100% - 1320px)/2));padding-right:max(24px,calc((100% - 1320px)/2))}
.modal{background:rgba(20,16,22,.62)}.modal-box{background:#fff;border-color:#e2dfe5;color:#17171d;box-shadow:0 25px 80px rgba(0,0,0,.22)}.modal-box p{color:#6f6d76}.close{background:#f0edf2;color:#333}
@media(max-width:900px){.top .nav{display:none}}

/* v7 — identyczne menu i stopka jak strona glowna + bardziej wycentrowany profil */
body{font-family:Inter,Arial,sans-serif!important}
header{height:72px;background:#0c0b10;color:#fff;display:flex;align-items:center;padding:0 32px;gap:48px;position:sticky;top:0;z-index:30;border-bottom:0}
header .brand{color:#fff;text-decoration:none;font-size:23px;font-weight:900}
header .brand:first-letter{color:#ff3f88}header .brand b{color:#ff3f88}header .brand span{color:#fff}
header nav{display:flex;gap:28px;height:100%;align-items:center;font-size:initial;font-weight:initial}
header nav a{color:#ddd;text-decoration:none;font-size:13px;font-weight:400;height:100%;display:flex;align-items:center;position:relative;padding:0;background:none;border:0}
header nav a.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:#ff3f88}
header .head-actions{margin-left:auto;display:flex;gap:10px}
header .ghost,header .pink{border:0;border-radius:12px;padding:13px 20px;font-weight:800}
header .ghost{background:#27242b;color:#fff}header .pink{background:linear-gradient(90deg,#ff3b87,#ff5b9b);color:#fff}
.wrap{max-width:1180px!important;width:calc(100% - 48px);margin:0 auto!important;padding:30px 0 64px!important}
.profile{grid-template-columns:minmax(330px,390px) minmax(0,1fr)!important;gap:24px!important}.photo{height:590px!important}.info{padding:32px!important}.info h1{font-size:58px!important}
.gallery,.about,.cta{width:100%;margin-left:auto;margin-right:auto}
footer{padding:30px 40px;background:#fff;display:flex;align-items:center;gap:18px;border-top:1px solid #eee;color:#16151a;max-width:none;margin:0}
footer b{font-size:18px;color:#ff438b}footer b span{color:#ff438b}footer small{color:#888}footer p{margin-left:auto;color:#888;font-size:11px}
@media(max-width:1050px){header nav{display:none}.wrap{max-width:900px}.profile{grid-template-columns:1fr!important}.photo{height:560px!important}}
@media(max-width:650px){header{padding:0 14px;gap:10px}header .ghost{display:none}.wrap{width:calc(100% - 24px);padding-top:18px!important}.photo{height:430px!important}.info{padding:24px 18px!important}.info h1{font-size:43px!important}footer{display:block;text-align:center}footer p{margin:15px 0 0}}
/* v8 gallery interactions */
.gallery{scroll-margin-top:92px}.pics{grid-template-columns:repeat(4,1fr)}.pics .media{height:230px;position:relative;cursor:pointer;border:1px solid #e6e2e8}.pics .media img{width:100%;height:100%;object-fit:cover;transform:none}.pics .media.open img{filter:none}.pics .media.locked img,.pics .media.video-locked img{filter:blur(8px) brightness(.58);transform:scale(1.08)}.pics .media:after{display:none}.media-action{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);z-index:3;border:0;border-radius:999px;padding:10px 16px;background:rgba(20,18,24,.86);color:#fff;font-weight:800;font-size:12px;white-space:nowrap;backdrop-filter:blur(8px)}.media.open .media-action{background:rgba(255,67,139,.94)}.media.locked:before,.media.video-locked:before{content:'🔒';position:absolute;inset:0;display:grid;place-items:center;z-index:2;color:#fff;font-size:27px;text-shadow:0 2px 12px #000}.media.video-locked:before{content:'▶';font-size:34px}.gallery-note{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}@media(max-width:900px){.pics{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.pics .media{height:190px}}

.brand-new{display:flex!important;align-items:center!important;min-width:190px}.brand-new img{display:block;width:190px;height:auto;max-height:54px}.brand-new:first-letter{color:inherit!important}@media(max-width:600px){.brand-new{min-width:145px}.brand-new img{width:145px}}

/* v13 — ciekawosc profilu bez motywu LIVE */
.more-profile{margin-top:28px;background:#fff;border:1px solid #e5e3e9;border-radius:22px;padding:26px;box-shadow:0 10px 30px rgba(22,16,25,.045)}.more-head{display:flex;justify-content:space-between;gap:18px;align-items:end;margin-bottom:16px}.more-head h2{margin:5px 0 0;font-size:28px}.more-count{font-size:12px;color:#777;background:#f7f5f8;border:1px solid #e5e2e8;padding:9px 12px;border-radius:999px}.secret-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.secret-card{height:220px;border-radius:15px;overflow:hidden;position:relative;cursor:pointer;background:#eee;border:1px solid #e6e2e8}.secret-card img{width:100%;height:100%;object-fit:cover;filter:blur(9px) brightness(.58);transform:scale(1.08)}.secret-card.video:after{content:'▶';position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-size:38px;text-shadow:0 2px 15px #000}.secret-card button{position:absolute;z-index:3;left:50%;bottom:14px;transform:translateX(-50%);border:0;border-radius:999px;padding:10px 16px;background:rgba(20,18,24,.88);color:#fff;font-weight:800;white-space:nowrap}.answers{margin-top:28px;background:#fff;border:1px solid #e5e3e9;border-radius:22px;padding:26px;box-shadow:0 10px 30px rgba(22,16,25,.045)}.answers h2{margin:5px 0 18px}.answer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.answer{padding:18px;border-radius:14px;background:#faf8fb;border:1px solid #e8e4ea;min-height:126px;position:relative}.answer small{display:block;color:#d92e70;font-weight:800;margin-bottom:10px}.answer p{margin:0;color:#4f4b54;line-height:1.55}.answer.locked{cursor:pointer;overflow:hidden}.answer.locked p{filter:blur(5px);user-select:none}.answer.locked button{position:absolute;inset:auto 50% 14px auto;transform:translateX(50%);border:0;border-radius:999px;padding:9px 14px;background:#ff438b;color:#fff;font-weight:800;white-space:nowrap}.modal-profile{width:64px;height:64px;border-radius:50%;object-fit:cover;margin:0 auto 10px;border:3px solid #ffd4e4}.modal-box .modal-sub{font-size:12px;color:#d92e70;font-weight:800;margin:-3px 0 8px}@media(max-width:800px){.secret-grid,.answer-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.secret-grid,.answer-grid{grid-template-columns:1fr}.secret-card{height:240px}.more-head{align-items:flex-start;flex-direction:column}}

/* v15 — poprawione logo bzykne.pl w headerze i stopce */
.brand-new{min-width:210px!important;overflow:visible!important}
.brand-new img{width:210px!important;height:auto!important;max-height:58px!important;object-fit:contain!important;object-position:left center!important}
footer .footer-logo{display:flex;align-items:center;flex:0 0 auto;text-decoration:none}
footer .footer-logo img{display:block;width:190px;height:auto;max-height:56px;object-fit:contain}
footer>small{margin-left:4px}
@media(max-width:650px){.brand-new{min-width:160px!important}.brand-new img{width:160px!important}.footer-logo img{width:170px!important}}
/* v16 logo: osobne warianty na ciemne menu i biala stopke */
.brand-new{min-width:220px!important;width:220px!important;overflow:visible!important;flex:0 0 220px!important}
.brand-new img{width:220px!important;height:58px!important;max-height:58px!important;object-fit:contain!important;object-position:left center!important}
footer .footer-logo{width:205px!important;min-width:205px!important;overflow:visible!important}
footer .footer-logo img{width:205px!important;height:auto!important;max-height:60px!important;object-fit:contain!important}
@media(max-width:650px){.brand-new{min-width:165px!important;width:165px!important;flex-basis:165px!important}.brand-new img{width:165px!important;height:auto!important}.footer-logo,.footer-logo img{width:180px!important}}
/* v17: logo ma fizycznie rozdzielone napisy w SVG; brak nakladania .pl */
.brand-new{width:210px!important;min-width:210px!important;flex-basis:210px!important}
.brand-new img{width:210px!important;height:auto!important;display:block!important}
footer .footer-logo,footer .footer-logo img{width:225px!important;min-width:225px!important;height:auto!important}
@media(max-width:650px){.brand-new,.brand-new img{width:185px!important;min-width:185px!important}.footer-logo,.footer-logo img{width:195px!important;min-width:195px!important}}
/* v18: single continuous bzykne.pl wordmark; new Trebuchet-based lettering */
.brand-new{min-width:205px!important;width:205px!important;flex:0 0 205px!important}
.brand-new img{width:205px!important;height:auto!important;max-height:58px!important}
footer .footer-logo img{width:190px!important;height:auto!important;max-height:56px!important}
@media(max-width:650px){.brand-new{min-width:155px!important;width:155px!important;flex-basis:155px!important}.brand-new img{width:155px!important}.footer-logo img{width:165px!important}}

/* v22 — drobne zmiany profilu Oli */
.info h1 .verified{display:inline-grid;place-items:center;width:22px;height:22px;margin-left:7px;border-radius:50%;background:#2f9bff;color:#fff;font-size:13px;font-weight:900;vertical-align:middle;box-shadow:0 0 0 3px rgba(47,155,255,.13)}
.last-seen{display:flex;align-items:center;gap:7px;margin:8px 0 18px;color:#777;font-size:14px}.last-seen strong{color:#3f3f46;font-weight:700}.seen-icon{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#f2f3f5;color:#666;font-size:14px}
