*{margin:0;padding:0;box-sizing:border-box;}html,body{overflow-x:hidden;}body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background:#f5f5f5;}.container{max-width:1200px;margin:0 auto;padding:0 20px;}header{background:linear-gradient(135deg,#3d6b1e 0%,#6b21a8 100%);color:white;padding:60px 0;text-align:center;}header h1{font-size:2.5rem;margin-bottom:15px;text-shadow:2px 2px 4px rgba(0,0,0,0.2);}header p{font-size:1.2rem;max-width:700px;margin:0 auto;}.hero{background:white;padding:60px 0;text-align:center;}.hero h2{font-size:2rem;color:#333;margin-bottom:20px;}.hero .subtitle{font-size:1.1rem;color:#666;margin-bottom:30px;}.hidden-code-hint{display:inline-block;padding:15px 30px;background:#fff3cd;border:2px dashed #ff9800;border-radius:5px;margin:20px 0;font-family:'Courier New',monospace;font-weight:bold;color:#333;}.hidden-code-hint code{color:#e91e63;font-size:1.2rem;}.products{padding:60px 0;background:#f9f9f9;}.products h2{text-align:center;font-size:2rem;margin-bottom:40px;color:#333;}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:40px;}.product-card{background:white;border-radius:10px;padding:30px;box-shadow:0 5px 20px rgba(0,0,0,0.1);transition:transform 0.3s,box-shadow 0.3s;text-align:center;}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,0.15);}.product-card.featured{border:3px solid #3d6b1e;position:relative;}.product-card.featured::before{content:"POLECAMY";position:absolute;top:-15px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,#3d6b1e 0%,#6b21a8 100%);color:white;padding:5px 20px;border-radius:20px;font-size:0.8rem;font-weight:bold;}.product-card h3{font-size:1.5rem;margin-bottom:15px;color:#333;}.product-card .price{font-size:2rem;color:#3d6b1e;font-weight:bold;margin:20px 0;}.product-card .features{list-style:none;margin:20px 0;text-align:left;}.product-card .features li{padding:10px 0;border-bottom:1px solid #eee;}.product-card .features li::before{content:"✓ ";color:#4CAF50;font-weight:bold;margin-right:10px;}.btn{display:inline-block;margin:0 8px;padding:12px 24px;background:linear-gradient(135deg,#3d6b1e 0%,#6b21a8 100%);color:#fff;text-decoration:none;border-radius:8px;border:none;cursor:pointer;font-size:1rem;font-weight:600;transition:all 0.2s ease;box-shadow:0 2px 8px rgba(61,107,30,0.3);}.btn:hover{background:linear-gradient(135deg,#2d5016 0%,#581c87 100%);transform:translateY(-2px);box-shadow:0 4px 12px rgba(61,107,30,0.4);color:#fff;}.btn:active{transform:translateY(0);box-shadow:0 2px 6px rgba(61,107,30,0.3);}.btn-primary{background:linear-gradient(135deg,#3d6b1e 0%,#6b21a8 100%);color:#fff;}.btn-primary:hover{background:linear-gradient(135deg,#2d5016 0%,#581c87 100%);transform:translateY(-2px);box-shadow:0 4px 12px rgba(61,107,30,0.4);}.btn-success{background:linear-gradient(135deg,#16a34a 0%,#15803d 100%);color:#fff;}.btn-success:hover{background:linear-gradient(135deg,#15803d 0%,#166534 100%);transform:translateY(-2px);box-shadow:0 4px 12px rgba(22,163,74,0.4);}.btn-secondary{background:linear-gradient(135deg,#4a5a42 0%,#1a2612 100%);color:#fff;}.btn-secondary:hover{background:linear-gradient(135deg,#1a2612 0%,#1a2612 100%);transform:translateY(-2px);box-shadow:0 4px 12px rgba(71,85,105,0.4);}.btn-outline{background:transparent;border:2px solid #3d6b1e;color:#3d6b1e;box-shadow:none;}.btn-outline:hover{background:linear-gradient(135deg,#3d6b1e 0%,#6b21a8 100%);color:#fff;border-color:transparent;transform:translateY(-2px);box-shadow:0 4px 12px rgba(61,107,30,0.4);}.btn-large{padding:16px 40px;font-size:1.1rem;}.btn-small{padding:8px 16px;font-size:0.9rem;}#order-form{background:white;padding:60px 0;}#order-form h2{text-align:center;font-size:2rem;margin-bottom:40px;color:#333;}.order-form-container{max-width:600px;margin:0 auto;padding:40px;background:#f9f9f9;border-radius:10px;box-shadow:0 5px 20px rgba(0,0,0,0.1);}.form-group{margin-bottom:20px;}.form-group label{display:block;margin-bottom:8px;font-weight:bold;color:#333;}.form-group input,.form-group select{width:100%;padding:12px;border:1px solid #ddd;border-radius:5px;font-size:1rem;}.form-group input:focus,.form-group select:focus{outline:none;border-color:#3d6b1e;}.discount-section{background:#fff3cd;padding:20px;border-radius:5px;margin:20px 0;}.discount-input-group{display:flex;gap:10px;}.discount-input-group input{flex:1;}.discount-input-group button{flex-shrink:0;}.discount-message{margin-top:10px;padding:10px;border-radius:5px;display:none;}.discount-message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb;}.discount-message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb;}.price-summary{background:white;padding:20px;border-radius:5px;margin:20px 0;}.price-summary .price-row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #eee;}.price-summary .price-row.total{font-size:1.3rem;font-weight:bold;color:#3d6b1e;border-bottom:none;margin-top:10px;}.error-message{background:#f8d7da;color:#721c24;padding:15px;border-radius:5px;margin-bottom:20px;border:1px solid #f5c6cb;}footer{background:#333;color:white;text-align:center;padding:30px 0;}footer p{margin:5px 0;}footer a{color:#5a9a2e;text-decoration:none;}footer a:hover{text-decoration:underline;}@media (max-width:768px){header h1{font-size:1.8rem;}header p{font-size:1rem;}.product-grid{grid-template-columns:1fr;}.order-form-container{padding:20px;}.discount-input-group{flex-direction:column;}}.spinner{border:3px solid #f3f3f3;border-top:3px solid #3d6b1e;border-radius:50%;width:20px;height:20px;animation:spin 1s linear infinite;display:inline-block;margin-left:10px;}@keyframes spin{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}code{background:#f4f4f4;padding:2px 6px;border-radius:3px;font-family:'Courier New',monospace;}pre{background:#2d2d2d;color:#f8f8f2;padding:20px;border-radius:5px;overflow-x:auto;}pre code{background:transparent;color:inherit;}:root{--bg-primary:#ffffff;--bg-secondary:#f6f8f4;--bg-tertiary:#f0f4ed;--text-primary:#1a2612;--text-secondary:#5c6b54;--text-muted:#8a9a7e;--border-color:#dce3d6;--card-bg:#ffffff;--card-shadow:rgba(0,0,0,0.1);--input-bg:#ffffff;--input-border:#c5d1bc;--accent-primary:#3d6b1e;--accent-secondary:#6b21a8;}[data-theme="dark"]{--bg-primary:#0d0d0d;--bg-secondary:#141414;--bg-tertiary:#1a1a1a;--text-primary:#ffffff;--text-secondary:#b0b0b0;--text-muted:#707070;--border-color:#2a2a2a;--card-bg:#1a1a1a;--card-shadow:rgba(0,0,0,0.6);--input-bg:#1a1a1a;--input-border:#333333;--accent-primary:#4a8c1f;--accent-secondary:#8b5cf6;}[data-theme="dark"] body{background:var(--bg-primary);color:var(--text-primary);}[data-theme="dark"] .site-header,[data-theme="dark"] header:not(.product-header){background:var(--bg-secondary);box-shadow:0 1px 3px var(--card-shadow);}[data-theme="dark"] .product-card,[data-theme="dark"] .card,[data-theme="dark"] .order-form-container{background:var(--card-bg);box-shadow:0 4px 15px var(--card-shadow);}[data-theme="dark"] .form-group input,[data-theme="dark"] .form-group select,[data-theme="dark"] .form-group textarea,[data-theme="dark"] input[type="text"],[data-theme="dark"] input[type="email"],[data-theme="dark"] input[type="password"],[data-theme="dark"] input[type="search"],[data-theme="dark"] textarea,[data-theme="dark"] select{background:var(--input-bg);border-color:var(--input-border);color:var(--text-primary);}[data-theme="dark"] .form-group input:focus,[data-theme="dark"] .form-group select:focus,[data-theme="dark"] input:focus,[data-theme="dark"] textarea:focus,[data-theme="dark"] select:focus{border-color:var(--accent-primary);}[data-theme="dark"] footer{background:var(--bg-secondary);border-top:1px solid var(--border-color);}.product-footer{background:#1a2612;color:#8a9a7e;padding:25px 20px;margin-top:40px;text-align:center;width:100%;box-sizing:border-box;}.product-footer-main{margin-bottom:10px;}.product-footer-main a{color:#fff;text-decoration:none;}.product-footer-main a:hover{text-decoration:underline;}.product-footer-links{font-size:0.75rem;margin-bottom:12px;}.product-footer-links a{color:#5c6b54;text-decoration:none;}.product-footer-links a:hover{color:#8a9a7e;}.product-footer-disclaimer{font-size:0.7rem;color:#4a5a42;max-width:600px;margin:0 auto;line-height:1.5;padding-top:12px;border-top:1px solid #2a3318;}[data-theme="dark"] .product-footer{background:#0d0d0d;border-top:1px solid #1a1a1a;}[data-theme="dark"] .product-footer-main a{color:#e5e5e5;}[data-theme="dark"] .product-footer-links a{color:#4a8c1f;}[data-theme="dark"] .product-footer-links a:hover{color:#6abf2a;}[data-theme="dark"] .product-footer-disclaimer{color:#6b6b6b;border-top-color:#2a2a2a;}[data-theme="dark"] .mobile-bottom-nav{background:var(--bg-secondary);box-shadow:0 -2px 10px var(--card-shadow);}[data-theme="dark"] .mobile-nav-item{color:var(--text-secondary);}[data-theme="dark"] .mobile-nav-item.active{color:var(--accent-primary);}[data-theme="dark"] .mobile-nav-item:hover{background:var(--bg-tertiary);}.dark-mode-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--bg-tertiary);border:none;cursor:pointer;transition:all 0.3s ease;font-size:1.2rem;}.dark-mode-toggle:hover{background:var(--border-color);transform:scale(1.1);}[data-theme="dark"] .dark-mode-toggle{background:var(--bg-tertiary);}[data-theme="dark"] .dark-mode-toggle:hover{background:var(--border-color);}body,.site-header,.card,.product-card,.mobile-bottom-nav,footer,input,textarea,select{transition:background-color 0.3s ease,color 0.3s ease,border-color 0.3s ease;}@media (prefers-color-scheme:dark){:root:not([data-theme="light"]){--bg-primary:#0d0d0d;--bg-secondary:#141414;--bg-tertiary:#1a1a1a;--text-primary:#ffffff;--text-secondary:#b0b0b0;--text-muted:#707070;--border-color:#2a2a2a;--card-bg:#1a1a1a;--card-shadow:rgba(0,0,0,0.6);--input-bg:#1a1a1a;--input-border:#333333;--accent-primary:#4a8c1f;--accent-secondary:#8b5cf6;}}[data-theme="dark"] h1,[data-theme="dark"] h2,[data-theme="dark"] h3,[data-theme="dark"] h4,[data-theme="dark"] h5,[data-theme="dark"] h6{color:#ffffff;}[data-theme="dark"] blockquote{background:#253318;color:#e0e8dc;border-left-color:#4a8c1e;}[data-theme="dark"] p,[data-theme="dark"] span,[data-theme="dark"] li{color:#d0d0d0;}[data-theme="dark"] a{color:#4a8c1f;}[data-theme="dark"] a:hover{color:#5da025;}[data-theme="dark"] .hero,[data-theme="dark"] .products,[data-theme="dark"] section{background:var(--bg-primary);}[data-theme="dark"] .product-card{background:var(--card-bg);border:1px solid var(--border-color);}[data-theme="dark"] .product-card .price{color:#4a8c1f;}[data-theme="dark"] .product-card h3{color:#ffffff;}[data-theme="dark"] .product-card p{color:#b0b0b0;}[data-theme="dark"] .btn{background:linear-gradient(135deg,#3d6b1e 0%,#6b21a8 100%);color:#ffffff;box-shadow:0 2px 8px rgba(0,0,0,0.4);}[data-theme="dark"] .btn:hover{background:linear-gradient(135deg,#2d5016 0%,#581c87 100%);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,0.5);}[data-theme="dark"] .btn-primary{background:linear-gradient(135deg,#3d6b1e 0%,#6b21a8 100%);}[data-theme="dark"] .btn-primary:hover{background:linear-gradient(135deg,#2d5016 0%,#581c87 100%);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,0.5);}[data-theme="dark"] .btn-success{background:linear-gradient(135deg,#16a34a 0%,#15803d 100%);}[data-theme="dark"] .btn-success:hover{background:linear-gradient(135deg,#15803d 0%,#166534 100%);transform:translateY(-2px);}[data-theme="dark"] .btn-secondary{background:linear-gradient(135deg,#4a5a42 0%,#1a2612 100%);}[data-theme="dark"] .btn-secondary:hover{background:linear-gradient(135deg,#1a2612 0%,#1a2612 100%);transform:translateY(-2px);}[data-theme="dark"] .btn-outline{background:transparent;border:1px solid #4a8c1f;color:#4a8c1f;}[data-theme="dark"] .btn-outline:hover{background:linear-gradient(135deg,#3d6b1e 0%,#6b21a8 100%);color:#ffffff;transform:translateY(-2px);}[data-theme="dark"] .alert{border-color:var(--border-color);}[data-theme="dark"] .alert-success{background:rgba(74,140,31,0.15);color:#6abf2a;}[data-theme="dark"] .alert-error{background:rgba(239,68,68,0.15);color:#f87171;}[data-theme="dark"] .alert-warning{background:rgba(245,158,11,0.15);color:#fbbf24;}[data-theme="dark"] .alert-info{background:rgba(59,130,246,0.15);color:#4a8c1f;}[data-theme="dark"] table{background:var(--card-bg);}[data-theme="dark"] th{background:var(--bg-tertiary);color:#ffffff;}[data-theme="dark"] td{color:#d0d0d0;border-color:var(--border-color);}[data-theme="dark"] tr:hover{background:var(--bg-secondary);}[data-theme="dark"] .badge{color:#ffffff;}[data-theme="dark"]::placeholder{color:#606060;}[data-theme="dark"] .legal-page h1,[data-theme="dark"] .legal-page h2,[data-theme="dark"] .legal-page h3{color:#ffffff !important;}[data-theme="dark"] .legal-page .last-updated{color:#b0b0b0 !important;}[data-theme="dark"] .legal-page h2{border-bottom-color:#2a2a2a !important;}[data-theme="dark"] .legal-page p,[data-theme="dark"] .legal-page li{color:#d0d0d0 !important;}[data-theme="dark"] .legal-page a{color:#6abf2a !important;}[data-theme="dark"] .legal-page a:hover{color:#86c44a !important;}[data-theme="dark"] .legal-page table{background:var(--card-bg);border-color:#2a2a2a;}[data-theme="dark"] .legal-page th,[data-theme="dark"] .legal-page td{border-color:#2a2a2a !important;color:#d0d0d0 !important;}[data-theme="dark"] .legal-page th{background:#252525 !important;color:#e5e5e5 !important;}[data-theme="dark"] .legal-page td{background:#1a1a1a !important;}[data-theme="dark"] .legal-page tr:hover td{background:#252525 !important;}[data-theme="dark"] .back-link{color:#6abf2a !important;}[data-theme="dark"] .back-link:hover{color:#86c44a !important;}[data-theme="dark"] .legal-page .cookie-type.required,[data-theme="dark"] .legal-page .cookie-type.functional{background:rgba(74,140,31,0.25) !important;color:#86c44a !important;}[data-theme="dark"] .legal-page .cookie-type.analytics{background:rgba(245,158,11,0.25) !important;color:#fbbf24 !important;}[data-theme="dark"] .lang-switcher select{background:#252525 !important;border-color:#333333 !important;color:#e5e5e5 !important;}[data-theme="dark"] .legal-page .danger{background:rgba(220,38,38,0.2) !important;border-left-color:#dc2626 !important;color:#f0d0d0 !important;}[data-theme="dark"] .legal-page .warning{background:rgba(245,158,11,0.2) !important;border-left-color:#f59e0b !important;color:#f5e6c8 !important;}[data-theme="dark"] .legal-page .highlight{background:rgba(74,140,31,0.2) !important;border-left-color:#4a8c1f !important;color:#c8e0b8 !important;}[data-theme="dark"] .legal-page .form-template{background:#252525 !important;border-color:#333333 !important;}[data-theme="dark"] .legal-page .form-template h3{color:#ffffff !important;}[data-theme="dark"] .legal-page .form-template .field label{color:#e5e5e5 !important;}[data-theme="dark"] .legal-page .form-template .field .placeholder{background:#1a1a1a !important;border-color:#404040 !important;color:#a0a0a0 !important;}[data-theme="dark"] .legal-page .form-template p,[data-theme="dark"] .legal-page .form-template small{color:#b0b0b0 !important;}[data-theme="dark"] code,[data-theme="dark"] pre{background:#e8e8e8 !important;color:#1a2612 !important;}[data-theme="dark"] pre code{background:transparent !important;color:#1a2612 !important;}:root{--color-primary:#3d6b1e;--color-primary-hover:#2d5016;--color-primary-light:rgba(61,107,30,0.1);--color-secondary:#6b21a8;--color-secondary-hover:#581c87;--color-success:#16a34a;--color-success-hover:#15803d;--color-success-light:rgba(22,163,74,0.1);--color-warning:#f59e0b;--color-warning-hover:#d97706;--color-warning-light:rgba(245,158,11,0.1);--color-danger:#ef4444;--color-danger-hover:#dc2626;--color-danger-light:rgba(239,68,68,0.1);--color-info:#3d6b1e;--color-info-hover:#2d5016;--color-info-light:rgba(59,130,246,0.1);--color-background:#f6f8f4;--color-surface:#ffffff;--color-surface-hover:#f0f4ed;--color-text:#1a2612;--color-text-secondary:#4a5a42;--color-text-muted:#5c6b54;--color-text-light:#8a9a7e;--color-border:#dce3d6;--color-border-hover:#c5d1bc;--font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;--font-family-mono:'Fira Code','Consolas',monospace;--font-size-xs:0.75rem;--font-size-sm:0.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-h1:2rem;--font-size-h2:1.5rem;--font-size-h3:1.25rem;--font-size-h4:1.125rem;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.25;--line-height-normal:1.5;--line-height-relaxed:1.75;--spacing-0:0;--spacing-1:0.25rem;--spacing-2:0.5rem;--spacing-3:0.75rem;--spacing-4:1rem;--spacing-5:1.25rem;--spacing-6:1.5rem;--spacing-8:2rem;--spacing-10:2.5rem;--spacing-12:3rem;--spacing-16:4rem;--spacing-sm:var(--spacing-2);--spacing-md:var(--spacing-4);--spacing-lg:var(--spacing-8);--spacing-xl:var(--spacing-12);--radius-none:0;--radius-sm:4px;--radius-md:6px;--radius-lg:8px;--radius-xl:12px;--radius-2xl:16px;--radius-full:9999px;--border-radius:var(--radius-xl);--border-radius-sm:var(--radius-md);--border-radius-lg:var(--radius-2xl);--shadow-none:none;--shadow-sm:0 1px 2px rgba(0,0,0,0.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);--shadow-xl:0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04);--shadow-card:0 4px 15px rgba(0,0,0,0.05);--shadow-card-hover:0 10px 25px rgba(0,0,0,0.1);--transition-fast:150ms ease;--transition-normal:200ms ease;--transition-slow:300ms ease;--z-dropdown:100;--z-sticky:200;--z-fixed:300;--z-modal-backdrop:400;--z-modal:500;--z-tooltip:600;--container-max-width:1200px;--container-padding:var(--spacing-4);--header-height:70px;--header-bg:var(--color-surface);--sidebar-width:260px;--sidebar-bg:var(--color-text);}[data-theme="dark"]{--color-background:#0d1208;--color-surface:#1a2612;--color-surface-hover:#232f1a;--color-text:#f0f4ed;--color-text-secondary:#c5d1bc;--color-text-muted:#8a9a7e;--color-text-light:#5c6b54;--color-border:#2a3a22;--color-border-hover:#3d4d35;--shadow-card:0 4px 15px rgba(0,0,0,0.3);}.text-primary{color:var(--color-primary);}.text-secondary{color:var(--color-text-secondary);}.text-muted{color:var(--color-text-muted);}.text-success{color:var(--color-success);}.text-warning{color:var(--color-warning);}.text-danger{color:var(--color-danger);}.bg-primary{background-color:var(--color-primary);}.bg-surface{background-color:var(--color-surface);}.bg-background{background-color:var(--color-background);}.rounded{border-radius:var(--border-radius);}.rounded-sm{border-radius:var(--border-radius-sm);}.rounded-lg{border-radius:var(--border-radius-lg);}.rounded-full{border-radius:var(--radius-full);}.shadow{box-shadow:var(--shadow-md);}.shadow-sm{box-shadow:var(--shadow-sm);}.shadow-lg{box-shadow:var(--shadow-lg);}.shadow-card{box-shadow:var(--shadow-card);}.alert{display:flex;align-items:center;gap:12px;padding:14px 18px;border-radius:8px;margin-bottom:16px;font-size:14px;line-height:1.5;position:relative;}.alert-icon{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-weight:bold;}.alert-message{flex:1;}.alert-close{background:none;border:none;font-size:20px;cursor:pointer;opacity:0.6;padding:0;line-height:1;transition:opacity 0.2s;}.alert-close:hover{opacity:1;}.alert-success{background-color:#ecfdf5;border:1px solid #a7f3d0;color:#065f46;}.alert-success .alert-icon{color:#10b981;}.alert-error{background-color:#fef2f2;border:1px solid #fecaca;color:#991b1b;}.alert-error .alert-icon{color:#ef4444;}.alert-warning{background-color:#fffbeb;border:1px solid #fde68a;color:#92400e;}.alert-warning .alert-icon{color:#f59e0b;}.alert-info{background-color:#f0fdf4;border:1px solid #bbf7d0;color:#166534;}.alert-info .alert-icon{color:#16a34a;}.pagination-wrapper{display:flex;justify-content:center;margin:24px 0;}.pagination{display:flex;list-style:none;padding:0;margin:0;gap:4px;}.pagination-item{display:flex;}.pagination-link{display:flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 10px;border:1px solid #dce3d6;border-radius:6px;background:#fff;color:#374151;text-decoration:none;font-size:14px;transition:all 0.2s;}.pagination-link:hover{background:#f6f8f4;border-color:#4a7c59;color:#4a7c59;}.pagination-item.active .pagination-link{background:#4a7c59;border-color:#4a7c59;color:#fff;}.pagination-ellipsis span{display:flex;align-items:center;justify-content:center;min-width:36px;height:36px;color:#6b7280;}.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,0.1);transition:transform 0.2s,box-shadow 0.2s;}.product-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px rgba(0,0,0,0.15);}.product-card-link{display:block;text-decoration:none;color:inherit;}.product-card-image{aspect-ratio:16 / 10;overflow:hidden;background:#f6f8f4;}.product-card-image img{width:100%;height:100%;object-fit:cover;}.product-card-content{padding:16px;}.product-card-title{font-size:16px;font-weight:600;margin:0 0 8px;color:#1f2937;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.product-card-price{font-size:18px;font-weight:700;color:#4a7c59;}.product-card-seller{font-size:13px;color:#6b7280;margin-top:8px;}.stat-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px rgba(0,0,0,0.1);display:flex;align-items:center;gap:16px;}.stat-card-icon{width:48px;height:48px;border-radius:12px;background:#ecfdf5;display:flex;align-items:center;justify-content:center;font-size:24px;color:#4a7c59;}.stat-card-content{flex:1;}.stat-card-value{font-size:28px;font-weight:700;color:#1f2937;line-height:1.2;}.stat-card-title{font-size:14px;color:#6b7280;margin-top:4px;}.stat-card-treśćśćnd{font-size:13px;margin-top:8px;font-weight:500;}.treśćśćnd-up{color:#10b981;}.treśćśćnd-down{color:#ef4444;}.treśćśćnd-neutral{color:#6b7280;}.info-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,0.1);overflow:hidden;}.info-card-header{display:flex;align-items:center;gap:12px;padding:16px 20px;border-bottom:1px solid #e5e7eb;}.info-card-icon{font-size:20px;}.info-card-title{font-size:16px;font-weight:600;margin:0;color:#1f2937;}.info-card-body{padding:20px;}.info-card-footer{padding:12px 20px;background:#f6f8f4;border-top:1px solid #e5e7eb;}.form-group{margin-bottom:20px;}.form-group label{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:6px;}.form-group .required{color:#ef4444;}.form-control{display:block;width:100%;padding:10px 14px;font-size:14px;line-height:1.5;color:#1f2937;background-color:#fff;border:1px solid #dce3d6;border-radius:8px;transition:border-color 0.2s,box-shadow 0.2s;}.form-control:focus{outline:none;border-color:#4a7c59;box-shadow:0 0 0 3px rgba(74,124,89,0.1);}.form-control::placeholder{color:#9ca3af;}.form-control.is-invalid{border-color:#ef4444;}.form-control.is-invalid:focus{box-shadow:0 0 0 3px rgba(239,68,68,0.1);}.invalid-feedback{font-size:13px;color:#ef4444;margin-top:6px;}.form-hint{display:block;font-size:13px;color:#6b7280;margin-top:6px;}textarea.form-control{resize:vertical;min-height:100px;}select.form-control{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:20px;padding-right:40px;}.form-check{display:flex;align-items:center;gap:8px;margin-bottom:12px;}.form-check-input{width:18px;height:18px;cursor:pointer;accent-color:#4a7c59;}.form-check-label{font-size:14px;color:#374151;cursor:pointer;}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:500;line-height:1.5;text-decoration:none;border-radius:8px;border:1px solid transparent;cursor:pointer;transition:all 0.2s;}.btn:disabled{opacity:0.6;cursor:not-allowed;}.btn-primary{background:#4a7c59;color:#fff;border-color:#4a7c59;}.btn-primary:hover:not(:disabled){background:#3d6649;border-color:#3d6649;}.btn-secondary{background:#fff;color:#374151;border-color:#dce3d6;}.btn-secondary:hover:not(:disabled){background:#f6f8f4;border-color:#4a7c59;}.btn-danger{background:#ef4444;color:#fff;border-color:#ef4444;}.btn-danger:hover:not(:disabled){background:#dc2626;border-color:#dc2626;}.btn-sm{padding:6px 12px;font-size:13px;}.btn-lg{padding:14px 28px;font-size:16px;}.btn-block{display:flex;width:100%;}.table-wrapper{overflow-x:auto;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,0.1);}.table{width:100%;border-collapse:collapse;background:#fff;}.table th,.table td{padding:12px 16px;text-align:left;border-bottom:1px solid #e5e7eb;}.table th{font-size:13px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:0.05em;background:#f6f8f4;}.table tbody tr:hover{background:#f9fafb;}.table tbody tr:last-child td{border-bottom:none;}.badge{display:inline-flex;align-items:center;padding:4px 10px;font-size:12px;font-weight:500;border-radius:9999px;}.badge-success{background:#ecfdf5;color:#065f46;}.badge-warning{background:#fffbeb;color:#92400e;}.badge-danger{background:#fef2f2;color:#991b1b;}.badge-info{background:#f0fdf4;color:#166534;}.badge-neutral{background:#f3f4f6;color:#4b5563;}.spinner{width:24px;height:24px;border:3px solid #e5e7eb;border-top-color:#4a7c59;border-radius:50%;animation:spin 0.8s linear infinite;}@keyframes spin{to{transform:rotate(360deg);}}.skeleton{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px;}@keyframes shimmer{0%{background-position:-200% 0;}100%{background-position:200% 0;}}.text-center{text-align:center;}.text-right{text-align:right;}.text-muted{color:#6b7280;}.text-success{color:#10b981;}.text-danger{color:#ef4444;}.text-warning{color:#f59e0b;}.mt-0{margin-top:0;}.mt-1{margin-top:8px;}.mt-2{margin-top:16px;}.mt-3{margin-top:24px;}.mt-4{margin-top:32px;}.mb-0{margin-bottom:0;}.mb-1{margin-bottom:8px;}.mb-2{margin-bottom:16px;}.mb-3{margin-bottom:24px;}.mb-4{margin-bottom:32px;}.p-0{padding:0;}.p-1{padding:8px;}.p-2{padding:16px;}.p-3{padding:24px;}.p-4{padding:32px;}.d-flex{display:flex;}.flex-wrap{flex-wrap:wrap;}.align-center{align-items:center;}.justify-between{justify-content:space-between;}.gap-1{gap:8px;}.gap-2{gap:16px;}.gap-3{gap:24px;}.skip-link{position:absolute;top:-100px;left:0;z-index:10000;padding:12px 20px;background:#1a2612;color:#fff;font-weight:600;text-decoration:none;border-radius:0 0 8px 0;transition:top 0.2s ease;font-size:1rem;}.skip-link:focus{top:0;outline:3px solid #3d6b1e;outline-offset:2px;}[data-theme="dark"] .skip-link{background:#2d4a1a;color:#f0f4ed;}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid #3d6b1e;outline-offset:2px;}[data-theme="dark"] a:focus-visible,[data-theme="dark"] button:focus-visible,[data-theme="dark"] input:focus-visible,[data-theme="dark"] select:focus-visible,[data-theme="dark"] textarea:focus-visible{outline-color:#4a8c1f;}a:focus:not(:focus-visible),button:focus:not(:focus-visible){outline:none;}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important;}.skip-link{transition:none;}}.skip-link:focus-visible{outline:3px solid #fff;outline-offset:2px;}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}:root{--primary:#3d6b1e;--primary-dark:#2d5016;--secondary:#6b21a8;}[data-theme="dark"]{--primary:#4a8c1f;--primary-dark:#3d7518;--secondary:#8b5cf6;}.hero{background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);color:#fff;padding:100px 0;text-align:center;}.hero h1{font-size:3rem;margin-bottom:20px;font-weight:800;}.hero p{font-size:1.25rem;max-width:700px;margin:0 auto 40px;opacity:0.95;}.hero p:last-child{margin-bottom:40px;}.hero-buttons{display:flex;gap:15px;justify-content:center;flex-wrap:wrap;}.hero .btn,.btn-hero{display:inline-block;padding:14px 32px;border-radius:8px;font-weight:600;text-decoration:none;transition:all 0.2s;border:none;cursor:pointer;font-size:1rem;}.hero .btn-white,.btn-white{background:#fff;color:var(--primary);}.hero .btn-white:hover,.btn-white:hover{background:#f0fdf4;color:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 15px rgba(255,255,255,0.3);}.hero .btn-outline,.btn-outline{background:transparent;color:#fff;border:2px solid #fff;}.hero .btn-outline:hover,.btn-outline:hover{background:rgba(255,255,255,0.15);transform:translateY(-2px);}.btn-primary{background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);color:#fff;box-shadow:0 2px 8px rgba(61,107,30,0.3);}.btn-primary:hover{background:linear-gradient(135deg,var(--primary-dark) 0%,#581c87 100%);transform:translateY(-2px);box-shadow:0 4px 12px rgba(61,107,30,0.4);}[data-theme="dark"] .hero{background:linear-gradient(135deg,#1a2612 0%,#1a1a2a 100%);}[data-theme="dark"] .hero h1{color:#ffffff;}[data-theme="dark"] .hero p{color:#d0d0d0;}@media (max-width:768px){.hero h1{font-size:2rem;}.hero p{font-size:1rem;}}:root{--primary:#3d6b1e;--primary-dark:#2d5016;--dark:#1a2612;--bg-body:#f6f8f4;--bg-surface:#ffffff;--text:#1a2612;--text-muted:#5c6b54;--border:#dce3d6;--secondary:#6b21a8;}[data-theme="dark"]{--primary:#4a8c1f;--primary-dark:#3d7518;--dark:#0d0d0d;--bg-body:#0d0d0d;--bg-surface:#1a1a1a;--text:#ffffff;--text-muted:#b0b0b0;--border:#2a2a2a;--secondary:#8b5cf6;}*{margin:0;padding:0;box-sizing:border-box;}body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:var(--text);background:var(--bg-body);}[data-theme="dark"] body{background:#0d0d0d;color:#e0e0e0;}.container{max-width:1200px;margin:0 auto;padding:0 20px;}.navbar,.site-header.navbar{background:var(--bg-surface);box-shadow:0 1px 3px rgba(0,0,0,0.1);padding:12px 0;position:sticky;top:0;z-index:1000;}.navbar-brand,.site-logo{display:inline-flex;align-items:center;text-decoration:none;color:var(--primary);font-weight:700;font-size:1.25rem;}.navbar-brand:hover,.site-logo:hover{color:var(--primary-dark);}.lang-switcher select,.lang-dropdown-btn,.header-search-input{padding:8px 12px;border:1px solid var(--border);border-radius:6px;background:var(--bg-body);color:var(--text);font-size:0.9rem;}.lang-switcher select:focus,.header-search-form:focus-within{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px rgba(61,107,30,0.15);}.benefits{padding:60px 0;background:var(--bg-body);}.section-title{text-align:center;font-size:2rem;font-weight:700;color:var(--text);margin-bottom:12px;}.section-subtitle{text-align:center;font-size:1.1rem;color:var(--text-muted);max-width:600px;margin:0 auto 40px;line-height:1.6;}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:40px;}.benefit-card{position:relative;background:var(--bg-surface);border:1px solid var(--border);border-radius:12px;padding:28px 24px;transition:transform 0.2s ease,box-shadow 0.2s ease,border-color 0.2s;overflow:hidden;text-align:center;}.benefit-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary) 0%,var(--secondary) 100%);opacity:0;transition:opacity 0.2s;}.benefit-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,0.08);border-color:var(--primary);}.benefit-card:hover::before{opacity:1;}.benefit-icon-wrapper{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.75rem;margin-left:auto;margin-right:auto;margin-bottom:16px;}.benefit-icon-wrapper.affiliate{background:rgba(61,107,30,0.12);color:var(--primary);}.benefit-icon-wrapper.automation{background:rgba(107,33,168,0.12);color:var(--secondary);}.benefit-icon-wrapper.scale{background:rgba(22,163,74,0.12);color:#16a34a;}.benefit-icon-wrapper.analytics{background:rgba(245,158,11,0.12);color:#f59e0b;}.benefit-icon-wrapper.security{background:rgba(239,68,68,0.12);color:#ef4444;}.benefit-icon-wrapper.network{background:rgba(59,130,246,0.12);color:#3b82f6;}.benefit-tag{display:inline-block;padding:4px 10px;font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.05em;background:rgba(61,107,30,0.15);color:var(--primary);border-radius:6px;margin-bottom:12px;}.benefit-card h3{font-size:1.2rem;font-weight:600;color:var(--text);margin-bottom:8px;}.benefit-card p{font-size:0.95rem;color:var(--text-muted);line-height:1.5;margin:0;text-align:justify;}.benefits-cta{text-align:center;margin-top:20px;}.btn-large{display:inline-block;padding:16px 36px;font-size:1.05rem;font-weight:600;border-radius:8px;text-decoration:none;transition:all 0.2s;}.site-update-card>h3{margin-top:0;}.site-update-body{word-wrap:break-word;overflow-wrap:break-word;font-size:0.95rem;line-height:1.6;color:var(--text);}.site-update-body p{margin:0 0 0.75em 0;}.site-update-body p:last-child{margin-bottom:0;}.site-update-body ul,.site-update-body ol{margin:0 0 0.75em 0;padding-left:1.5em;}.site-update-body li{margin-bottom:0.25em;}.site-update-body li:last-child{margin-bottom:0;}.site-update-body img{max-width:100%;height:auto;display:block;margin:0.75em 0;border-radius:8px;}.site-update-body a{color:var(--primary);text-decoration:underline;}.site-update-body a:hover{color:var(--primary-dark);}.site-update-body strong{font-weight:700;}.site-update-body em{font-style:italic;}.site-update-body h1,.site-update-body h2,.site-update-body h3,.site-update-body h4{margin:0.75em 0 0.35em 0;font-size:1.1rem;font-weight:600;line-height:1.3;}.site-update-body h1:first-child,.site-update-body h2:first-child,.site-update-body h3:first-child,.site-update-body h4:first-child{margin-top:0;}.site-update-body table{width:100%;border-collapse:collapse;margin:0.75em 0;font-size:0.9rem;}.site-update-body table td,.site-update-body table th{padding:6px 10px;border:1px solid var(--border);}.site-update-body blockquote{margin:0.75em 0;padding-left:1em;border-left:4px solid var(--primary);color:var(--text-muted);font-style:italic;}[data-theme="dark"] .site-update-body a{color:var(--primary);}[data-theme="dark"] .site-update-body a:hover{color:var(--primary-dark);}[data-theme="dark"] .site-update-body table td,[data-theme="dark"] .site-update-body table th{border-color:var(--border);}[data-theme="dark"] .site-update-body h1,[data-theme="dark"] .site-update-body h2,[data-theme="dark"] .site-update-body h3,[data-theme="dark"] .site-update-body h4{color:#ffffff;}[data-theme="dark"] .site-update-body blockquote{background:#253318;color:#e0e8dc;border-left-color:var(--primary);}.products-section{padding:60px 0;background:var(--bg-body);}.promoted-section{padding:60px 0;background:var(--bg-body);}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;margin-bottom:32px;}.product-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;transition:transform 0.2s ease,box-shadow 0.2s ease;}.product-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,0.08);}.product-link{text-decoration:none;color:inherit;display:block;}.product-image{position:relative;width:100%;height:200px;background:var(--bg-body);display:flex;align-items:center;justify-content:center;overflow:hidden;}.product-image::after{content:'';position:absolute;inset:0;background:rgba(255,255,255,0.45);pointer-events:none;transition:opacity 0.25s ease;}.product-card:hover .product-image::after{opacity:0;}.product-image img,.product-image .product-type-icon,.product-image .product-image-fallback{position:relative;z-index:1;}.product-image img{width:100%;height:100%;object-fit:cover;}.product-image .product-image-fallback[hidden]{display:none !important;}.product-type-icon{font-size:4rem;color:var(--text-muted);}.product-body{padding:20px;}.product-body h3{font-size:1.1rem;font-weight:600;color:var(--text);margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.product-body .seller{font-size:0.875rem;color:var(--text-muted);margin-bottom:10px;}.product-body .price{font-size:1.2rem;font-weight:700;color:var(--primary);}.promoted-section .product-card{position:relative;}.promo-badge{position:absolute;top:12px;left:12px;padding:6px 12px;font-size:0.75rem;font-weight:700;color:#fff;border-radius:6px;z-index:1;}.affiliate-box{background:#f6f8f4;padding:12px 15px;border-top:1px solid var(--border);}.affiliate-header,.affiliate-info-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px;font-size:0.8rem;color:var(--text-muted);margin-bottom:8px;}.affiliate-header strong{color:var(--primary);}.affiliate-link-row{display:flex;gap:6px;}.affiliate-input{flex:1;min-width:0;padding:8px 12px;font-size:0.8rem;border:1px solid var(--border);border-radius:6px;background:var(--bg-surface);color:var(--text);}.btn-copy{padding:8px 12px;border:1px solid var(--border);border-radius:6px;background:var(--bg-surface);color:var(--text);cursor:pointer;font-size:0.85rem;transition:all 0.2s;}.btn-copy:hover{background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);border-color:transparent;color:#fff;}.btn-copy.copied{background:#16a34a;border-color:transparent;color:#fff;}.cta-section{padding:80px 0;margin-top:60px;text-align:center;background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);color:#fff;}.cta-section h2{font-size:2rem;font-weight:700;margin-bottom:12px;}.cta-section p{font-size:1.15rem;opacity:0.95;margin-bottom:24px;max-width:560px;margin-left:auto;margin-right:auto;}.cta-section .btn-white{background:#fff;color:var(--primary);padding:14px 32px;border-radius:8px;font-weight:600;text-decoration:none;display:inline-block;transition:all 0.2s;}.cta-section .btn-white:hover{background:#f0fdf4;color:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 15px rgba(255,255,255,0.3);}.footer,.site-footer{background:#1a2612;color:#8a9a7e;padding:50px 20px 30px;margin-top:60px;}.footer .container,.footer .site-footer-inner{max-width:1200px;margin:0 auto;}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;margin-bottom:40px;}.footer-section h4{color:#fff;margin:0 0 15px 0;font-size:1.1rem;font-weight:600;}.footer-section p,.footer p{font-size:0.9rem;line-height:1.6;margin:0;color:#8a9a7e;}.footer-section ul{list-style:none;padding:0;margin:0;}.footer-section li{margin-bottom:10px;}.footer-section a,.footer a{color:#8a9a7e;text-decoration:none;font-size:0.9rem;transition:color 0.2s;}.footer-section a:hover,.footer a:hover{color:#4a8c1f;}.footer-bottom{border-top:1px solid #2d4a1a;padding-top:25px;display:flex;justify-content:space-between;align-items:center;font-size:0.85rem;}.footer-bottom p{margin:0;}.no-products{text-align:center;padding:60px 20px;background:var(--bg-body);border:2px dashed var(--border);border-radius:12px;margin:20px 0;}.no-products p{font-size:1.2rem;color:var(--text-muted);margin-bottom:20px;}.no-products .btn-primary{display:inline-block;padding:14px 28px;background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:all 0.2s;}.no-products .btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(61,107,30,0.4);}[data-theme="dark"] .benefits,[data-theme="dark"] .benefits-section{background:#0d0d0d;}[data-theme="dark"] .section-subtitle{color:#b0b0b0;}[data-theme="dark"] .benefit-card{background:#1a1a1a;border:1px solid #2a2a2a;}[data-theme="dark"] .benefit-tag{background:rgba(74,140,31,0.2);color:#4a8c1f;}[data-theme="dark"] .benefit-card h3,[data-theme="dark"] .benefit-title{color:#ffffff;}[data-theme="dark"] .benefit-card p,[data-theme="dark"] .benefit-desc{color:#b0b0b0;}[data-theme="dark"] .benefits-cta{background:linear-gradient(135deg,#1a2612 0%,#1a1a2a 100%);}[data-theme="dark"] .btn-white{background:#ffffff;color:#3d6b1e;}[data-theme="dark"] .btn-white:hover{background:#f0fdf4;color:#2d5016;}[data-theme="dark"] .products-section{background:#0d0d0d;}[data-theme="dark"] .section-title{color:#ffffff;}[data-theme="dark"] .product-image::after{background:rgba(0,0,0,0.35);}[data-theme="dark"] .product-card{background:#1a1a1a;border:1px solid #2a2a2a;}[data-theme="dark"] .product-card h3{color:#ffffff;}[data-theme="dark"] .product-card p{color:#b0b0b0;}[data-theme="dark"] .product-body .price,[data-theme="dark"] .product-price{color:#4a8c1f;}[data-theme="dark"] .cta-section{background:linear-gradient(135deg,#1a2612 0%,#1a1a2a 100%);}[data-theme="dark"] .footer,[data-theme="dark"] .site-footer{background:#141414;border-top:1px solid #2a2a2a;}[data-theme="dark"] .footer a,[data-theme="dark"] .footer-section a{color:#4a8c1f;}[data-theme="dark"] .footer p,[data-theme="dark"] .footer-section p{color:#707070;}[data-theme="dark"] .navbar,[data-theme="dark"] .site-header{background:#141414;border-bottom:1px solid #2a2a2a;}[data-theme="dark"] .nav-link,[data-theme="dark"] .site-nav a{color:#b0b0b0;}[data-theme="dark"] .nav-link:hover,[data-theme="dark"] .site-nav a:hover{color:#ffffff;}[data-theme="dark"] .logo,[data-theme="dark"] .navbar-brand,[data-theme="dark"] .site-logo{color:#ffffff;}[data-theme="dark"] input[type="text"],[data-theme="dark"] input[type="email"],[data-theme="dark"] input[type="search"],[data-theme="dark"] .affiliate-input{background:#1a1a1a;border:1px solid #333333;color:#ffffff;}[data-theme="dark"] input::placeholder{color:#606060;}[data-theme="dark"] .affiliate-box{background:#0d0d0d;border-top-color:#2a2a2a;}[data-theme="dark"] .affiliate-header{color:#b0b0b0;}[data-theme="dark"] .btn-copy{background:#1a1a1a;border-color:#333333;color:#b0b0b0;}[data-theme="dark"] .no-products{background:#0d0d0d;border-color:#2a2a2a;}[data-theme="dark"] .no-products p{color:#b0b0b0;}@media (max-width:992px){.benefits-grid{grid-template-columns:repeat(2,1fr);gap:20px;}.products-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));}.cta-section{padding:60px 0;}.cta-section h2{font-size:1.75rem;}}@media (max-width:768px){.benefits{padding:40px 0;}.benefits-grid{grid-template-columns:1fr;gap:20px;margin-bottom:32px;}.section-title{font-size:1.5rem;}.section-subtitle{font-size:1rem;margin-bottom:28px;}.benefit-card{padding:20px 18px;}.products-section,.promoted-section{padding:40px 0;}.products-grid{grid-template-columns:1fr;gap:20px;}.product-body{padding:16px;}.cta-section{padding:50px 20px;}.cta-section h2{font-size:1.5rem;}.cta-section p{font-size:1rem;}.footer-grid,.site-footer .footer-grid{grid-template-columns:1fr;gap:30px;}.footer-bottom{flex-direction:column;gap:15px;text-align:center;}}*{box-sizing:border-box;}html,body{margin:0;padding:0;overflow-x:hidden;}body{background:#f6f8f4;}.product-page{max-width:1100px;margin:40px auto;padding:0 20px;}.product-header{background:#fff;border-radius:16px;padding:40px;margin-bottom:30px;box-shadow:0 4px 15px rgba(0,0,0,0.05);}.product-header-top{margin-bottom:20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px;}.product-lang-switcher{display:flex;align-items:center;gap:5px;}.product-lang-switcher .lang-label{margin-right:5px;font-size:1rem;}.product-lang-switcher .lang-btn{padding:5px 10px;border-radius:6px;font-size:0.75rem;font-weight:600;text-decoration:none;color:#5c6b54;background:#f0f4ed;transition:all 0.2s;}.product-lang-switcher .lang-btn:hover{background:#dce3d6;color:#1a2612;}.product-lang-switcher .lang-btn.active{background:linear-gradient(135deg,#3d6b1e 0%,#6b21a8 100%);color:#fff;}.product-type-badge{display:inline-flex;align-items:center;gap:10px;padding:8px 16px;border-radius:30px;font-size:0.9rem;font-weight:600;}.product-type-badge svg{width:24px;height:24px;}.product-type-badge img{width:24px;height:24px;object-fit:contain;}.product-header h1{margin:0 0 15px 0;font-size:2rem;color:#1a2612;}.product-meta{color:#5c6b54;font-size:0.95rem;margin-bottom:20px;}.product-description{color:#4a5a42;line-height:1.7;}.product-description p{margin:0 0 1em 0;}.product-description h1,.product-description h2,.product-description h3,.product-description h4,.product-description h5,.product-description h6{color:#1a2612;margin:1.5em 0 0.5em 0;}.product-description ul,.product-description ol{margin:0 0 1em 1.5em;padding:0;}.product-description li{margin-bottom:0.5em;}.product-description img{max-width:100%;height:auto;border-radius:8px;margin:1em 0;}.product-description a{color:#3d6b1e;}.product-description blockquote{border-left:4px solid #3d6b1e;margin:1em 0;padding:0.5em 1em;background:#f6f8f4;color:#5c6b54;}.product-description table{width:100%;border-collapse:collapse;margin:1em 0;}.product-description th,.product-description td{border:1px solid #dce3d6;padding:8px 12px;text-align:left;}.product-description th{background:#f6f8f4;}.seller-section{background:#fff;border-radius:16px;padding:30px;margin-top:30px;box-shadow:0 4px 15px rgba(0,0,0,0.05);}.seller-section h3{margin:0 0 20px 0;font-size:1.25rem;color:#1a2612;}.seller-section .seller-info{display:flex;align-items:flex-start;gap:20px;}.seller-section .seller-avatar{width:80px;height:80px;background:linear-gradient(135deg,#3d6b1e 0%,#6b21a8 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem;font-weight:700;flex-shrink:0;overflow:hidden;}.seller-section .seller-avatar img{width:100%;height:100%;object-fit:cover;}.seller-section .seller-details{flex:1;}.seller-section .seller-name{font-weight:700;color:#1a2612;font-size:1.1rem;margin-bottom:5px;}.seller-section .seller-bio{color:#5c6b54;font-size:0.9rem;line-height:1.6;}.seller-section .seller-bio p{margin:0 0 0.5em 0;}.seller-section .seller-bio p:last-child{margin-bottom:0;}.btn-contact-seller{margin-top:15px;background:linear-gradient(135deg,#3d6b1e 0%,#6b21a8 100%);color:#fff;border:none;padding:10px 20px;border-radius:8px;font-size:0.9rem;font-weight:600;cursor:pointer;transition:all 0.2s ease;box-shadow:0 2px 8px rgba(61,107,30,0.3);}.btn-contact-seller:hover{background:linear-gradient(135deg,#2d5016 0%,#581c87 100%);transform:translateY(-2px);box-shadow:0 4px 12px rgba(61,107,30,0.4);}.seller-name a.link-author-page{color:inherit;font-weight:700;text-decoration:none;}.seller-name a.link-author-page:hover{color:#3d6b1e;text-decoration:underline;}.contact-modal{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.5);z-index:1000;align-items:center;justify-content:center;padding:20px;}.contact-modal.show{display:flex;}.contact-modal-content{background:#fff;border-radius:16px;width:100%;max-width:450px;max-height:90vh;overflow-y:auto;padding:25px;box-shadow:0 20px 60px rgba(0,0,0,0.3);animation:modalSlideIn 0.3s ease;}@keyframes modalSlideIn{from{transform:translateY(-20px);opacity:0;}to{transform:translateY(0);opacity:1;}}.contact-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;}.contact-modal-header h3{margin:0;font-size:1.2rem;color:#1a2612;}.contact-modal-close{background:none;border:none;font-size:1.8rem;color:#8a9a7e;cursor:pointer;padding:0;line-height:1;}.contact-modal-close:hover{color:#5c6b54;}.contact-modal .form-group{margin-bottom:15px;}.contact-modal label{display:block;margin-bottom:5px;font-size:0.9rem;color:#4a5a42;font-weight:500;}.contact-modal input,.contact-modal textarea{width:100%;padding:10px 12px;border:1px solid #dce3d6;border-radius:8px;font-size:0.95rem;transition:border-color 0.2s;box-sizing:border-box;}.contact-modal input:focus,.contact-modal textarea:focus{outline:none;border-color:#3d6b1e;box-shadow:0 0 0 3px rgba(61,107,30,0.15);}.contact-modal textarea{resize:vertical;min-height:100px;}.contact-modal .btn-send{width:100%;background:linear-gradient(135deg,#3d6b1e 0%,#6b21a8 100%);color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:0.95rem;font-weight:600;cursor:pointer;transition:transform 0.2s,box-shadow 0.2s;}.contact-modal .btn-send:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(61,107,30,0.4);}.contact-modal .btn-send:disabled{background:#8a9a7e;cursor:not-allowed;transform:none;box-shadow:none;}.alert-success-global{background:#dcfce7;color:#166534;padding:15px 20px;border-radius:12px;margin-top:20px;text-align:center;}.alert-error-contact{background:#fee2e2;color:#991b1b;padding:12px 16px;border-radius:8px;margin-bottom:15px;}.variants-section{margin-bottom:30px;}.variants-section h2{margin:0 0 20px 0;font-size:1.5rem;color:#1a2612;}.variants-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;}.variant-card{background:#fff;border:2px solid #dce3d6;border-radius:12px;padding:25px;transition:all 0.2s;}.variant-card:hover{border-color:#3d6b1e;box-shadow:0 4px 15px rgba(61,107,30,0.2);}.variant-card.featured{border-color:#3d6b1e;background:linear-gradient(to bottom,#f0f4ff 0%,#fff 100%);}.variant-card.featured::before{content:'Polecany';display:inline-block;background:linear-gradient(135deg,#3d6b1e 0%,#6b21a8 100%);color:#fff;padding:4px 10px;border-radius:20px;font-size:0.75rem;font-weight:600;margin-bottom:15px;}.variant-name{font-size:1.25rem;font-weight:700;color:#1a2612;margin-bottom:5px;}.variant-desc{color:#5c6b54;font-size:0.9rem;margin-bottom:15px;}.variant-desc p{margin:0 0 0.5em 0;}.variant-desc p:last-child{margin-bottom:0;}.variant-desc ul,.variant-desc ol{margin:0 0 0.5em 1.2em;padding:0;}.variant-desc img{max-width:100%;height:auto;border-radius:4px;}.variant-price{font-size:2rem;font-weight:700;color:#16a34a;margin-bottom:15px;}.variant-price small{font-size:1rem;color:#5c6b54;}.variant-features{list-style:none;padding:0;margin:0 0 20px 0;}.variant-features li{padding:8px 0;border-bottom:1px solid #f0f4ed;color:#4a5a42;font-size:0.95rem;}.variant-features li:last-child{border-bottom:none;}.variant-features li::before{content:'✓';color:#16a34a;margin-right:10px;font-weight:bold;}.product-page .btn-buy{display:flex;align-items:center;justify-content:center;width:100%;min-height:48px;padding:14px 16px;box-sizing:border-box;background:linear-gradient(135deg,#3d6b1e 0%,#6b21a8 100%);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;text-align:center;text-decoration:none;transition:all 0.2s ease;box-shadow:0 2px 8px rgba(61,107,30,0.3);touch-action:manipulation;-webkit-tap-highlight-color:rgba(61,107,30,0.2);}.product-page .btn-buy:hover{background:linear-gradient(135deg,#2d5016 0%,#581c87 100%);transform:translateY(-2px);box-shadow:0 4px 12px rgba(61,107,30,0.4);}.no-variants-message{background:#fff;color:#5c6b54;padding:40px;border-radius:12px;text-align:center;}.product-float-buy{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);z-index:1100;min-height:48px;padding:12px 24px;box-sizing:border-box;background:linear-gradient(135deg,#3d6b1e 0%,#2d5016 100%);color:#fff;font-weight:600;font-size:0.95rem;border-radius:999px;border:none;box-shadow:0 4px 20px rgba(61,107,30,0.4);cursor:pointer;transition:opacity 0.25s,transform 0.2s,box-shadow 0.2s;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap;touch-action:manipulation;-webkit-tap-highlight-color:rgba(61,107,30,0.2);}.product-float-buy:hover{transform:translateX(-50%) scale(1.03);box-shadow:0 6px 24px rgba(61,107,30,0.5);color:#fff;}.product-float-buy.hidden{opacity:0;pointer-events:none;}@media (max-width:768px){.product-float-buy{display:none !important;}}@media (max-width:600px){.seller-section .seller-info{flex-direction:column;align-items:center;text-align:center;}.contact-modal-content{padding:20px;}}[data-theme="dark"] body{background:#0d0d0d;}[data-theme="dark"] .product-page{background:#0d0d0d;}[data-theme="dark"] .product-header{background:#1a1a1a;border:1px solid #2a2a2a;}[data-theme="dark"] .product-title{color:#ffffff;}[data-theme="dark"] .product-description{color:#b0b0b0;}[data-theme="dark"] .product-description h1,[data-theme="dark"] .product-description h2,[data-theme="dark"] .product-description h3,[data-theme="dark"] .product-description h4,[data-theme="dark"] .product-description h5,[data-theme="dark"] .product-description h6{color:#ffffff;}[data-theme="dark"] .product-description blockquote{background:#253318;color:#e0e8dc;border-left-color:#4a8c1e;}[data-theme="dark"] .variants-section h2{color:#e8e8e8;}[data-theme="dark"] .product-sidebar{background:#1a1a1a;border:1px solid #2a2a2a;}[data-theme="dark"] .variant-card{background:#141414;border:1px solid #2a2a2a;}[data-theme="dark"] .variant-card:hover{border-color:#3d6b1e;}[data-theme="dark"] .variant-name{color:#ffffff;}[data-theme="dark"] .variant-desc{color:#b0b0b0;}[data-theme="dark"] .seller-section,[data-theme="dark"] .seller-section .seller-info{background:#1a1a1a;border:1px solid #2a2a2a;}[data-theme="dark"] .seller-section h3{color:#ffffff;}[data-theme="dark"] .seller-section .seller-name{color:#ffffff;}[data-theme="dark"] .seller-section .seller-bio{color:#b0b0b0;}[data-theme="dark"] .product-page .btn-buy,[data-theme="dark"] .product-float-buy{color:#ffffff !important;}[data-theme="dark"] .product-page .btn-buy:hover,[data-theme="dark"] .product-float-buy:hover{color:#ffffff !important;}[data-theme="dark"] .product-lang-switcher .lang-btn{background:#1a1a1a;border-color:#333333;color:#b0b0b0;}[data-theme="dark"] .product-lang-switcher .lang-btn:hover{border-color:#3d6b1e;color:#4a8c1f;}[data-theme="dark"] .no-variants-message{background:#1a1a1a;border:1px solid #2a2a2a;color:#b0b0b0;}[data-theme="dark"] .product-float-buy{background:linear-gradient(135deg,#4a8c1f 0%,#3d6b1e 100%);box-shadow:0 4px 20px rgba(74,140,31,0.4);color:#ffffff !important;}.about-page{max-width:820px;margin:0 auto;padding:40px 20px 60px;}.about-section{margin-bottom:40px;}.about-section h2{font-size:1.35rem;color:#1a2612;margin:0 0 16px 0;padding-bottom:8px;border-bottom:2px solid #3d6b1e;}.about-section p{font-size:1.05rem;line-height:1.75;color:#4a5a42;margin:0 0 1em 0;}.about-section p:last-child{margin-bottom:0;}.about-pillars{display:grid;gap:24px;margin-top:20px;}.about-pillar{background:#f6f8f4;border-radius:12px;padding:24px;border-left:4px solid #3d6b1e;}.about-pillar h3{font-size:1.1rem;margin:0 0 10px 0;color:#1a2612;}.about-pillar p{margin:0;font-size:0.98rem;line-height:1.65;}.about-cta{background:linear-gradient(135deg,#f0f4ed 0%,#e8efe3 100%);border-radius:16px;padding:40px 32px;margin-top:48px;text-align:center;}.about-cta h2{margin:0 0 12px 0;font-size:1.4rem;color:#1a2612;border:none;padding:0;}.about-cta>p{color:#5c6b54;margin:0 0 28px 0;font-size:1.05rem;}.about-cta-choose{margin-bottom:20px !important;font-weight:600;color:#1a2612;opacity:0.9;}.about-cta-links{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;}.about-cta-links a{display:inline-block;padding:14px 24px;border-radius:10px;font-weight:600;text-decoration:none;transition:transform 0.2s,box-shadow 0.2s;font-size:0.95rem;}.about-cta-links a.cta-seller{background:linear-gradient(135deg,#3d6b1e 0%,#2d5016 100%);color:#fff;box-shadow:0 2px 8px rgba(61,107,30,0.3);}.about-cta-links a.cta-partner{background:linear-gradient(135deg,#4a7c23 0%,#3d6b1e 100%);color:#fff;box-shadow:0 2px 8px rgba(61,107,30,0.3);}.about-cta-links a.cta-products{background:#fff;color:#3d6b1e;border:2px solid #3d6b1e;}.about-cta-links a:hover{transform:translateY(-2px);box-shadow:0 4px 14px rgba(61,107,30,0.35);}.about-cta-links a.cta-products:hover{background:#f0f4ed;}[data-theme="dark"] .about-section h2,[data-theme="dark"] .about-pillar h3{color:#f0f4ed;}[data-theme="dark"] .about-section h2{border-color:#4a8c1f;}[data-theme="dark"] .about-section p,[data-theme="dark"] .about-pillar p{color:#c5d1bc;}[data-theme="dark"] .about-pillar{background:#1a1a1a;border-left-color:#4a8c1f;}[data-theme="dark"] .about-cta{background:linear-gradient(135deg,#1a2612 0%,#232f1a 100%);}[data-theme="dark"] .about-cta h2{color:#f0f4ed;}[data-theme="dark"] .about-cta>p{color:#b0b0b0;}[data-theme="dark"] .about-cta-choose{color:#f0f4ed;}[data-theme="dark"] .about-cta-links a.cta-products{background:transparent;color:#6abf2a;border-color:#4a8c1f;}[data-theme="dark"] .about-cta-links a.cta-products:hover{background:#252525;}@media (max-width:600px){.about-cta-links{flex-direction:column;}.about-cta-links a{width:100%;box-sizing:border-box;text-align:center;}}.product-image{position:relative;width:100%;height:200px;background:var(--bg-body,#f6f8f4);display:flex;align-items:center;justify-content:center;overflow:hidden;}.product-image::after{content:'';position:absolute;inset:0;background:rgba(255,255,255,0.45);pointer-events:none;transition:opacity 0.25s ease;z-index:0;}.product-card:hover .product-image::after{opacity:0;}.product-image img,.product-image .product-type-icon,.product-image .product-image-fallback{position:relative;z-index:1;}.product-image img.product-cover-img,.product-image img{width:100%;height:100%;object-fit:cover;}.product-image .product-image-fallback[hidden]{display:none !important;}.product-type-icon{font-size:4rem;color:var(--text-muted,#5c6b54);}.product-type-icon svg,.product-type-icon img{width:64px;height:64px;max-width:100%;max-height:100%;object-fit:contain;}[data-theme="dark"] .product-image::after{background:rgba(0,0,0,0.35);}