.zw-np {
position: fixed;
inset: 0;
z-index: 999999;
display: none;
align-items: center;
justify-content: center;
padding: 20px;
font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
color: #222;
line-height: 1.5;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.zw-np.zw-np-open {
display: flex;
animation: zwNpFadeIn 0.3s ease-out;
}
.zw-np-overlay {
position: absolute;
inset: 0;
background: rgba(28, 74, 48, 0.55);
backdrop-filter: blur(4px);
-webkit-backdrop-filter: blur(4px);
cursor: pointer;
}
.zw-np-box {
position: relative;
width: 100%;
max-width: 480px;
max-height: calc(100vh - 40px);
background: #ffffff;
border-radius: 20px;
box-shadow: 0 20px 60px rgba(28, 74, 48, 0.3);
padding: 36px 32px 28px;
overflow-y: auto;
animation: zwNpSlideUp 0.4s cubic-bezier(0.16, 1, 0.3, 1);
box-sizing: border-box;
}
.zw-np-close {
position: absolute;
top: 14px;
right: 14px;
width: 36px;
height: 36px;
border-radius: 50%;
background: #f5f5f5;
border: none;
color: #666;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.2s;
z-index: 2;
padding: 0;
}
.zw-np-close:hover {
background: #e8e8e8;
color: #1c4a30;
transform: rotate(90deg);
} .zw-np-badge {
display: inline-block;
padding: 5px 12px;
background: #f0faf0;
color: #2d7a4a;
font-size: 11px;
font-weight: 600;
letter-spacing: 1.5px;
text-transform: uppercase;
border-radius: 100px;
margin-bottom: 16px;
border: 1px solid #d8ead8;
} .zw-np-title {
font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
font-size: 32px;
font-weight: 700;
color: #1c4a30;
margin: 0 0 10px;
line-height: 1.2;
letter-spacing: -0.3px;
}
.zw-np-subtitle {
font-size: 15px;
color: #666;
margin: 0 0 22px;
line-height: 1.55;
} .zw-np-banner {
position: relative;
margin: 0 0 20px;
padding: 14px 18px;
background: linear-gradient(135deg, #2d7a4a 0%, #1c4a30 100%);
color: #ffffff;
border-radius: 12px;
font-size: 14px;
overflow: hidden;
box-shadow: 0 4px 16px rgba(45, 122, 74, 0.25);
}
.zw-np-banner strong {
font-weight: 700;
color: #ffffff;
}
.zw-np-banner-text {
position: relative;
z-index: 2;
display: inline-block;
}
.zw-np-banner-shimmer {
position: absolute;
top: 0;
left: -100%;
width: 50%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
animation: zwNpShimmer 2.5s infinite;
z-index: 1;
} .zw-np-wiktor {
display: flex;
align-items: center;
gap: 10px;
padding: 10px 12px;
background: #fafaf8;
border-radius: 10px;
margin-bottom: 18px;
border-left: 3px solid #2d7a4a;
}
.zw-np-wiktor-avatar {
flex-shrink: 0;
width: 40px;
height: 40px;
border-radius: 50%;
background: #1c4a30;
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
font-weight: 700;
font-size: 14px;
letter-spacing: 1px;
}
.zw-np-wiktor-text {
font-size: 12px;
color: #555;
line-height: 1.45;
}
.zw-np-wiktor-text strong {
color: #1c4a30;
font-weight: 600;
} .zw-np-form {
margin: 0 0 18px;
}
.zw-np-sr {
position: absolute;
width: 1px; height: 1px;
padding: 0; margin: -1px;
overflow: hidden;
clip: rect(0,0,0,0);
white-space: nowrap;
border: 0;
}
.zw-np-honeypot {
position: absolute !important;
left: -9999px !important;
width: 1px !important;
height: 1px !important;
opacity: 0 !important;
pointer-events: none !important;
}
.zw-np-input {
width: 100%;
padding: 14px 16px;
border: 2px solid #e0e4e0;
border-radius: 10px;
font-size: 15px;
font-family: inherit;
color: #222;
background: #ffffff;
transition: border-color 0.2s, box-shadow 0.2s;
margin-bottom: 10px;
box-sizing: border-box;
outline: none;
}
.zw-np-input:focus {
border-color: #2d7a4a;
box-shadow: 0 0 0 3px rgba(45, 122, 74, 0.12);
}
.zw-np-input::placeholder {
color: #aaa;
}
.zw-np-submit {
width: 100%;
padding: 15px 20px;
background: linear-gradient(135deg, #2d7a4a 0%, #1c4a30 100%);
color: #ffffff;
border: none;
border-radius: 10px;
font-size: 15px;
font-weight: 700;
font-family: inherit;
cursor: pointer;
transition: transform 0.15s, box-shadow 0.2s;
letter-spacing: 0.3px;
box-shadow: 0 4px 14px rgba(45, 122, 74, 0.3);
}
.zw-np-submit:hover:not(:disabled) {
transform: translateY(-1px);
box-shadow: 0 6px 20px rgba(45, 122, 74, 0.4);
}
.zw-np-submit:active:not(:disabled) {
transform: translateY(0);
}
.zw-np-submit:disabled {
opacity: 0.7;
cursor: not-allowed;
}
.zw-np-submit-ghost {
background: transparent;
color: #2d7a4a;
border: 2px solid #e0e4e0;
box-shadow: none;
margin-top: 8px;
}
.zw-np-submit-ghost:hover:not(:disabled) {
background: #f5f5f5;
transform: none;
box-shadow: none;
}
.zw-np-error {
min-height: 0;
color: #c23;
font-size: 13px;
margin-top: 8px;
line-height: 1.45;
display: none;
}
.zw-np-error.zw-np-error-show {
display: block;
animation: zwNpShake 0.4s;
} .zw-np-benefits {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
margin-bottom: 16px;
padding-top: 18px;
border-top: 1px solid #f0f0f0;
}
.zw-np-benefit {
display: flex;
align-items: center;
gap: 8px;
font-size: 13px;
color: #444;
line-height: 1.3;
}
.zw-np-benefit-ico {
font-size: 18px;
flex-shrink: 0;
} .zw-np-footer {
font-size: 11px;
color: #888;
text-align: center;
margin: 0;
line-height: 1.5;
}
.zw-np-footer a {
color: #888;
text-decoration: underline;
} .zw-np-state[hidden] { display: none; } .zw-np-success-icon {
margin: 0 auto 20px;
display: flex;
justify-content: center;
animation: zwNpPop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.zw-np-success-msg {
font-size: 16px;
color: #444;
margin: 0 0 12px;
line-height: 1.5;
}
.zw-np-success-hint {
font-size: 13px;
color: #888;
margin: 0 0 20px;
line-height: 1.55;
} @keyframes zwNpFadeIn {
from { opacity: 0; }
to   { opacity: 1; }
}
@keyframes zwNpSlideUp {
from { opacity: 0; transform: translateY(30px) scale(0.96); }
to   { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes zwNpShimmer {
0%   { left: -100%; }
100% { left: 200%; }
}
@keyframes zwNpShake {
0%, 100% { transform: translateX(0); }
25%      { transform: translateX(-4px); }
75%      { transform: translateX(4px); }
}
@keyframes zwNpPop {
0%   { transform: scale(0); }
70%  { transform: scale(1.1); }
100% { transform: scale(1); }
} @media (max-width: 520px) {
.zw-np {
padding: 10px;
align-items: flex-end;
}
.zw-np-box {
padding: 28px 22px 22px;
border-radius: 20px 20px 0 0;
max-height: 92vh;
}
.zw-np.zw-np-open .zw-np-box {
animation: zwNpSlideUpMobile 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.zw-np-title {
font-size: 26px;
}
.zw-np-subtitle {
font-size: 14px;
}
.zw-np-input,
.zw-np-submit {
font-size: 16px; padding: 14px 16px;
}
.zw-np-benefits {
grid-template-columns: 1fr;
gap: 8px;
}
.zw-np-benefit {
font-size: 13px;
}
}
@keyframes zwNpSlideUpMobile {
from { transform: translateY(100%); }
to   { transform: translateY(0); }
} body.zw-np-lock {
overflow: hidden;
}  .zw-np-box.zw-np-edge {
padding: 0 !important;
overflow: hidden;
} .zw-np-box.zw-np-edge .zw-np-close {
background: rgba(255, 255, 255, 0.92);
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
top: 12px;
right: 12px;
z-index: 10;
}
.zw-np-box.zw-np-edge .zw-np-close:hover {
background: #ffffff;
}.zdr-rewards-bar {
position: relative;
background: #E8F5E9;
border-bottom: 1px solid #C8E6C9;
border-top: 1px solid #C8E6C9;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
color: #1A1A1A;
z-index: 99;
overflow: visible;
width: 100%;
box-sizing: border-box;
transition: background-color 0.4s ease;
}
.zdr-bar-inner {
max-width: 1280px;
margin: 0 auto;
padding: 14px 14px 16px 14px;
display: flex;
flex-direction: column;
gap: 10px;
box-sizing: border-box;
position: relative;
} .zdr-bar-summary {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
flex-wrap: wrap;
line-height: 1.4;
}
.zdr-bar-title {
font-size: 13px;
font-weight: 500;
color: #2E7D32;
flex-shrink: 0;
} .zdr-bar-status-wrap {
display: inline-flex;
align-items: center;
gap: 8px;
line-height: 1.4;
}
.zdr-status-icon {
color: #2E7D32;
flex-shrink: 0;
width: 22px;
height: 22px;
}
.zdr-bar-status {
font-size: 15px;
font-weight: 600;
color: #1A1A1A;
line-height: 1.45;
} .zdr-bar-progress {
width: 100%;
margin-top: 4px;
padding: 16px 14px 42px 14px;
box-sizing: border-box;
}
.zdr-bar-track {
position: relative;
height: 8px;
background: #fff;
border-radius: 4px;
margin: 0 12px;
box-shadow: inset 0 1px 2px rgba(0,0,0,0.06);
}
.zdr-bar-fill {
position: absolute;
top: 0;
left: 0;
height: 100%;
background: linear-gradient(90deg, #1B5E20 0%, #2E7D32 50%, #43A047 100%);
border-radius: 4px;
transition: width 0.5s cubic-bezier(0.4, 0.0, 0.2, 1);
z-index: 1;
box-shadow: 0 0 4px rgba(46,125,50,0.3);
} .zdr-marker {
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
z-index: 2;
}
.zdr-marker-dot {
width: 18px;
height: 18px;
background: #fff;
border: 3px solid #C8E6C9;
border-radius: 50%;
transition: all 0.3s ease;
box-shadow: 0 1px 3px rgba(0,0,0,0.12);
}
.zdr-marker.is-reached .zdr-marker-dot {
background: #1B5E20;
border-color: #1B5E20;
box-shadow: 0 0 0 5px rgba(46,125,50,0.25), 0 1px 3px rgba(0,0,0,0.15);
}
.zdr-marker-label {
position: absolute;
top: 22px;
left: 50%;
transform: translateX(-50%);
text-align: center;
white-space: nowrap;
line-height: 1.35;
margin-top: 6px;
pointer-events: none;
}
.zdr-marker-amount {
display: block;
font-weight: 700;
color: #2E7D32;
font-size: 13px;
letter-spacing: 0.2px;
}
.zdr-marker-name {
display: block;
color: #555;
margin-top: 2px;
font-weight: 500;
font-size: 12px;
}
.zdr-marker.is-reached .zdr-marker-name {
color: #1B5E20;
font-weight: 600;
}
.zdr-marker.is-reached .zdr-marker-amount {
color: #1B5E20;
} .zdr-bar-toggle {
display: none;
position: absolute;
top: 50%;
right: 6px;
transform: translateY(-50%);
background: rgba(46,125,50,0.1);
border: none;
width: 44px;
height: 44px;
cursor: pointer;
color: #2E7D32;
line-height: 1;
border-radius: 50%;
z-index: 5;
transition: all 0.2s;
padding: 0;
}
.zdr-bar-toggle:hover {
background: rgba(46,125,50,0.18);
}
.zdr-bar-toggle:active {
transform: translateY(-50%) scale(0.95);
}
.zdr-toggle-icon {
display: inline-block;
transition: transform 0.3s ease;
width: 18px;
height: 18px;
}
.zdr-rewards-bar.is-expanded .zdr-toggle-icon {
transform: rotate(180deg);
} @keyframes zdrCelebratePulse {
0% {
background-color: #E8F5E9;
box-shadow: inset 0 0 0 0 rgba(46,125,50,0);
}
30% {
background-color: #A5D6A7;
box-shadow: inset 0 0 40px 0 rgba(46,125,50,0.5);
}
60% {
background-color: #C8E6C9;
box-shadow: inset 0 0 25px 0 rgba(46,125,50,0.25);
}
100% {
background-color: #E8F5E9;
box-shadow: inset 0 0 0 0 rgba(46,125,50,0);
}
}
@keyframes zdrCelebrateDot {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.4); }
}
.zdr-rewards-bar.zdr-celebrate {
animation: zdrCelebratePulse 1.5s ease-out;
}
.zdr-rewards-bar.zdr-celebrate .zdr-marker.is-reached .zdr-marker-dot {
animation: zdrCelebrateDot 0.8s ease-in-out 2;
} @media (max-width: 768px) {
.zdr-bar-inner {
padding: 12px 56px 14px 14px;
gap: 6px;
}
.zdr-bar-toggle {
display: flex;
align-items: center;
justify-content: center;
}
.zdr-bar-title {
display: none;
}
.zdr-bar-summary {
gap: 0;
} .zdr-bar-status {
font-size: 15px;
font-weight: 600;
color: #1A1A1A;
line-height: 1.4;
}
.zdr-status-icon {
width: 20px;
height: 20px;
} .zdr-bar-progress {
display: none;
padding: 18px 8px 42px 8px;
}
.zdr-rewards-bar.is-expanded .zdr-bar-progress {
display: block;
} .zdr-bar-track {
margin: 0 16px;
height: 6px;
}
.zdr-marker-dot {
width: 16px;
height: 16px;
border-width: 2.5px;
}
.zdr-marker-label {
top: 16px;
} .zdr-marker-amount {
font-size: 12px;
font-weight: 700;
}
.zdr-marker-name {
font-size: 11px;
margin-top: 3px;
line-height: 1.3;
max-width: 100px;
white-space: normal;
word-wrap: break-word;
}
.zdr-marker.is-reached .zdr-marker-dot {
box-shadow: 0 0 0 4px rgba(46,125,50,0.25), 0 1px 3px rgba(0,0,0,0.15);
} .zdr-marker-1 .zdr-marker-label {
left: 0;
transform: translateX(-25%);
}
.zdr-marker-3 .zdr-marker-label {
left: 100%;
transform: translateX(-75%);
}
} @media (min-width: 769px) {
.zdr-bar-inner {
flex-direction: row;
align-items: center;
gap: 24px;
padding: 14px 18px;
}
.zdr-bar-summary {
flex-shrink: 0;
flex-direction: column;
align-items: flex-start;
gap: 4px;
min-width: 320px;
max-width: 420px;
} .zdr-bar-status {
font-size: 15px;
}
.zdr-bar-progress {
flex: 1;
margin-top: 0;
padding: 16px 32px 42px 32px;
}
} .zdr-rewards-bar[data-all-done="1"] .zdr-bar-status {
color: #1B5E20;
font-weight: 700;
} .zdr-rewards-bar *:focus-visible {
outline: 3px solid #2E7D32;
outline-offset: 3px;
border-radius: 4px;
}
.zdr-bar-toggle:focus-visible {
outline: 3px solid #2E7D32;
outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
.zdr-bar-fill,
.zdr-toggle-icon,
.zdr-marker-dot,
.zdr-rewards-bar.zdr-celebrate,
.zdr-bar-toggle {
animation: none !important;
transition: none !important;
}
}