:root{--bg-color:#ffffff;--panel-color:#ffffff;--text-main:#0f172a;--text-muted:#64748b;--border-color:#e5e7eb;--brand-green:#99e800;--brand-blue:#3b82f6;--brand-blue-dark:#2563eb;--brand-purple:#8b5cf6;--brand-purple-dark:#7c3aed;--container-width:1280px;--header-height:96px}*{box-sizing:border-box;margin:0;padding:0;outline:none}.darkzed-tit{font-weight:800;word-spacing:0.2em;color:var(--text-main);font-size:1.2rem}a{text-decoration:none;color:inherit}button{border:none;background:none;cursor:pointer;font-family:inherit}ul,li{list-style:none}img{display:block;max-width:100%}.container{max-width:var(--container-width);margin:0 auto;padding:0 24px;width:100%}.darkzed-menu{position:fixed;top:0;width:100%;height:var(--header-height);z-index:1000;background:rgb(255 255 255 / 0.95);border-bottom:1px solid var(--border-color);display:flex;align-items:center;transition:all 0.3s ease}.darkzed-menu .header-inner{display:flex;align-items:center;justify-content:space-between;width:100%}.darkzed-menu .logo-group{display:flex;align-items:center;gap:12px;cursor:pointer}.darkzed-menu .logo-img{width:42px;height:42px;object-fit:contain;transition:filter 0.3s}.darkzed-menu .logo-group:hover .logo-img{filter:drop-shadow(0 0 8px rgb(59 130 246 / 0.4))}.darkzed-menu .logo-text h1{font-size:1.25rem;font-weight:700;color:var(--text-main);transition:color 0.3s}.darkzed-menu .logo-group:hover .logo-text h1{color:var(--brand-blue)}.darkzed-menu .logo-text span{font-size:10px;color:var(--text-muted);font-weight:700;text-transform:uppercase;letter-spacing:0.5px;display:block}.darkzed-menu .desktop-nav{display:none;gap:32px;height:100%;align-items:center}.darkzed-menu .nav-item{position:relative;color:var(--text-muted);font-size:0.95rem;font-weight:600;padding:8px 4px;transition:color 0.3s ease;cursor:pointer;display:flex;align-items:center;gap:6px}.darkzed-menu .nav-item:hover{color:var(--text-main)}.darkzed-menu .nav-item::after{content:"";position:absolute;bottom:-28px;left:0;width:100%;height:3px;background:linear-gradient(90deg,var(--brand-green),var(--brand-blue));transform:scaleX(0);transform-origin:center;transition:transform 0.3s cubic-bezier(0.4,0,0.2,1),box-shadow 0.3s ease;border-radius:4px 4px 0 0}.darkzed-menu .nav-item:hover::after{transform:scaleX(1);box-shadow:0 5px 15px rgb(59 130 246 / 0.2)}.darkzed-menu svg.icon{width:16px;height:16px;fill:currentColor;transition:transform 0.2s}.darkzed-menu .dropdown-container{position:relative;height:100%;display:flex;align-items:center}.darkzed-menu .dropdown-menu{position:absolute;top:70%;right:0;width:220px;background:#fff;border:1px solid var(--border-color);border-radius:12px;padding:8px;box-shadow:0 10px 30px rgb(0 0 0 / 0.08);opacity:0;visibility:hidden;transform:translateY(10px);transition:all 0.2s cubic-bezier(0.16,1,0.3,1);z-index:100}.darkzed-menu .dropdown-container:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0);top:100%}.darkzed-menu .dropdown-container:hover svg.caret{transform:rotate(180deg)}.darkzed-menu .dropdown-item{display:block;padding:10px 12px;border-radius:8px;color:var(--text-muted);font-size:0.9rem;font-weight:500;transition:all 0.2s}.darkzed-menu .dropdown-item:hover{background:#f1f5f9;color:var(--brand-blue);padding-right:16px}.darkzed-menu .header-actions{display:flex;align-items:center;gap:12px}.darkzed-menu .btn{border-radius:12px;padding:10px 20px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px;transition:all 0.3s cubic-bezier(0.4,0,0.2,1);font-size:0.95rem}.darkzed-menu .btn svg{width:20px;height:20px;fill:none;stroke:currentColor}.darkzed-menu .btn-solid-blue{background:linear-gradient(135deg,var(--brand-blue)0%,var(--brand-blue-dark)100%);color:#fff;box-shadow:0 4px 15px -4px rgb(59 130 246 / 0.4)}.darkzed-menu .btn-solid-blue:hover{transform:translateY(-2px);box-shadow:0 8px 20px -4px rgb(59 130 246 / 0.5);background:linear-gradient(135deg,var(--brand-blue-dark)0%,#1d4ed8 100%)}.darkzed-menu .btn-solid-purple{background:linear-gradient(135deg,var(--brand-purple)0%,var(--brand-purple-dark)100%);color:#fff;box-shadow:0 4px 15px -4px rgb(124 58 237 / 0.4)}.darkzed-menu .btn-solid-purple:hover{transform:translateY(-2px);box-shadow:0 8px 20px -4px rgb(124 58 237 / 0.5);background:linear-gradient(135deg,var(--brand-purple-dark)0%,#6d28d9 100%)}.darkzed-menu .btn-desktop{display:none}.darkzed-menu .mobile-toggle{padding:10px;color:var(--text-muted);border:1px solid var(--border-color);border-radius:12px;display:flex;align-items:center;justify-content:center}.darkzed-menu .mobile-toggle svg{width:24px;height:24px;fill:currentColor}.darkzed-menu .mobile-toggle:hover{background:#f1f5f9;color:var(--text-main)}.mobile-overlay{position:fixed;inset:0;background:rgb(15 23 42 / 0.5);backdrop-filter:blur(4px);z-index:40;opacity:0;visibility:hidden;transition:opacity 0.3s ease}.mobile-overlay.active{opacity:1;visibility:visible}.mobile-sidebar{position:fixed;top:0;right:0;height:100%;width:300px;background:#fff;border-left:1px solid var(--border-color);z-index:60;transform:translateX(100%);transition:transform 0.3s cubic-bezier(0.16,1,0.3,1);display:flex;flex-direction:column;box-shadow:-10px 0 30px rgb(0 0 0 / 0.1)}.mobile-sidebar.open{transform:translateX(0)}.sidebar-header{padding:24px;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center}.sidebar-title{font-weight:700;font-size:1.125rem;color:var(--text-main)}.close-btn{color:#94a3b8;transition:color 0.2s}.close-btn:hover{color:#ef4444}.close-btn svg{width:20px;height:20px;fill:currentColor}.sidebar-content{flex:1;padding:24px;overflow-y:auto;display:flex;flex-direction:column;gap:8px}.mobile-link{display:flex;justify-content:space-between;align-items:center;padding:16px;border-radius:12px;background:#f8fafc;border:1px solid #f1f5f9;color:var(--text-main);font-weight:500;transition:all 0.2s}.mobile-link:hover{border-color:var(--brand-blue)}.accordion-btn{width:100%;display:flex;justify-content:space-between;align-items:center;padding:16px;background:#f8fafc;border:none;color:var(--text-main);font-weight:500;font-family:inherit;cursor:pointer;transition:background 0.2s}.accordion-btn svg{width:16px;height:16px;fill:#94a3b8;transition:transform 0.2s}.mobile-accordion{border-radius:12px;border:1px solid #f1f5f9;overflow:hidden;background:#f8fafc}.mobile-submenu{max-height:0;overflow:hidden;transition:max-height 0.3s ease-out;background:#fff;border-top:1px solid #f1f5f9}.mobile-submenu-link{display:block;padding:12px 24px;font-size:0.875rem;color:var(--text-muted);transition:all 0.2s}.mobile-submenu-link:hover{background:#f8fafc;color:var(--brand-blue)}.sidebar-footer{padding:24px;border-top:1px solid #f1f5f9;display:flex;flex-direction:column;gap:12px}.sidebar-footer .btn{width:100%;border-radius:12px;padding:12px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px;color:#fff;font-size:1rem}.sidebar-footer .btn svg{width:20px;height:20px;fill:none;stroke:currentColor}.sidebar-footer .btn-purple{background:linear-gradient(135deg,var(--brand-purple)0%,var(--brand-purple-dark)100%);box-shadow:0 4px 12px rgb(124 58 237 / 0.3)}.sidebar-footer .btn-blue{background:linear-gradient(135deg,var(--brand-blue)0%,var(--brand-blue-dark)100%);box-shadow:0 4px 12px rgb(59 130 246 / 0.3)}.darkzed-footer{background:#fff;border-top:1px solid var(--border-color);position:relative;overflow:hidden;margin-top:auto}.darkzed-footer .footer-glow-line{position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#3b82f6,#99e800,transparent);opacity:0.8}.darkzed-footer .footer-grid{display:grid;grid-template-columns:1fr;gap:48px;padding:64px 0}.darkzed-footer .footer-title{color:var(--text-main);font-size:1.1rem;font-weight:700;margin-bottom:24px;display:block}.darkzed-footer .footer-link{display:flex;align-items:center;color:var(--text-muted);margin-bottom:16px;font-size:0.95rem;transition:all 0.3s ease}.darkzed-footer .footer-link:hover{color:var(--brand-blue);transform:translateX(-5px)}.darkzed-footer .footer-link svg{width:14px;height:14px;fill:var(--brand-blue);margin-left:8px;opacity:0.5;transition:all 0.3s}.darkzed-footer .footer-link:hover svg{opacity:1;margin-left:12px;fill:var(--brand-blue-dark)}.darkzed-footer .social-row{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.darkzed-footer .social-link{width:44px;height:44px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:12px;display:flex;align-items:center;justify-content:center;transition:all 0.3s;overflow:hidden;color:var(--text-muted)}.darkzed-footer .social-link svg{width:22px;height:22px;fill:currentColor;transition:transform 0.3s}.darkzed-footer .social-link.gitlab svg{width:28px;height:28px}.darkzed-footer .social-link:hover{background:#fff;transform:translateY(-3px);box-shadow:0 5px 15px rgb(0 0 0 / 0.1)}.darkzed-footer .social-link:hover.instagram{color:#e1306c;border-color:#e1306c}.darkzed-footer .social-link:hover.telegram{color:#08c;border-color:#08c}.darkzed-footer .social-link:hover.linkedin{color:#0077b5;border-color:#0077b5}.darkzed-footer .social-link:hover.gitlab{color:#fc6d26;border-color:#fc6d26}.darkzed-footer .social-link:hover.youtube{color:red;border-color:red}.darkzed-footer .social-link:hover svg{transform:scale(1.1)}.darkzed-footer .trust-badges{display:flex;gap:16px;margin-bottom:32px;justify-content:center}.darkzed-footer .trust-item{background:#fff;border:1px solid #f1f5f9;border-radius:12px;width:100px;height:100px;padding:5px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all 0.3s}.darkzed-footer .trust-item:hover{box-shadow:0 4px 6px rgb(0 0 0 / 0.05)}.darkzed-footer .trust-item.green:hover{border-color:var(--brand-green)}.darkzed-footer .trust-item.blue:hover{border-color:var(--brand-blue)}.darkzed-footer .trust-item svg{width:24px;height:24px;margin-bottom:4px;fill:currentColor}.darkzed-footer .trust-item.green svg{color:var(--brand-green)}.darkzed-footer .trust-item.blue svg{color:var(--brand-blue)}.darkzed-footer .trust-item span{font-size:10px;font-weight:700;color:var(--text-muted)}.darkzed-footer .footer-bottom{border-top:1px solid #f1f5f9;padding:32px 0;display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center;font-size:0.875rem;color:var(--text-muted)}.darkzed-footer .bottom-links{display:flex;gap:24px}.darkzed-footer .bottom-links a:hover{color:var(--brand-blue)}.darkzed-bo{background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);border:1px solid #bfdbfe;border-radius:16px;padding:16px;text-align:center;margin-bottom:8px}.darkzed-bote{font-size:0.85rem;color:#1e40af;font-weight:700;margin-bottom:6px}.darkzed-pho{:root{--bg-color:#ffffff;--panel-color:#ffffff;--text-main:#0f172a;--text-muted:#64748b;--border-color:#e5e7eb;--brand-green:#99e800;--brand-blue:#3b82f6;--brand-blue-dark:#2563eb;--brand-purple:#8b5cf6;--brand-purple-dark:#7c3aed;--container-width:1280px;--header-height:96px}*{box-sizing:border-box;margin:0;padding:0;outline:none}.darkzed-tit{font-weight:800;word-spacing:.2em;color:var(--text-main);font-size:1.2rem}a{text-decoration:none;color:inherit}button{border:none;background:none;cursor:pointer;font-family:inherit}ul,li{list-style:none}img{display:block;max-width:100%}.container{max-width:var(--container-width);margin:0 auto;padding:0 24px;width:100%}.darkzed-menu{position:fixed;top:0;width:100%;height:var(--header-height);z-index:50;background:rgb(255 255 255 / .95);border-bottom:1px solid var(--border-color);display:flex;align-items:center;transition:all 0.3s ease}.darkzed-menu .header-inner{display:flex;align-items:center;justify-content:space-between;width:100%}.darkzed-menu .logo-group{display:flex;align-items:center;gap:12px;cursor:pointer}.darkzed-menu .logo-img{width:42px;height:42px;object-fit:contain;transition:filter 0.3s}.darkzed-menu .logo-group:hover .logo-img{filter:drop-shadow(0 0 8px rgb(59 130 246 / .4))}.darkzed-menu .logo-text h1{font-size:1.25rem;font-weight:700;color:var(--text-main);transition:color 0.3s}.darkzed-menu .logo-group:hover .logo-text h1{color:var(--brand-blue)}.darkzed-menu .logo-text span{font-size:10px;color:var(--text-muted);font-weight:700;text-transform:uppercase;letter-spacing:.5px;display:block}.darkzed-menu .desktop-nav{display:none;gap:32px;height:100%;align-items:center}.darkzed-menu .nav-item{position:relative;color:var(--text-muted);font-size:.95rem;font-weight:600;padding:8px 4px;transition:color 0.3s ease;cursor:pointer;display:flex;align-items:center;gap:6px}.darkzed-menu .nav-item:hover{color:var(--text-main)}.darkzed-menu .nav-item::after{content:"";position:absolute;bottom:-28px;left:0;width:100%;height:3px;background:linear-gradient(90deg,var(--brand-green),var(--brand-blue));transform:scaleX(0);transform-origin:center;transition:transform 0.3s cubic-bezier(.4,0,.2,1),box-shadow 0.3s ease;border-radius:4px 4px 0 0}.darkzed-menu .nav-item:hover::after{transform:scaleX(1);box-shadow:0 5px 15px rgb(59 130 246 / .2)}.darkzed-menu svg.icon{width:16px;height:16px;fill:currentColor;transition:transform 0.2s}.darkzed-menu .dropdown-container{position:relative;height:100%;display:flex;align-items:center}.darkzed-menu .dropdown-menu{position:absolute;top:70%;right:0;width:220px;background:#fff;border:1px solid var(--border-color);border-radius:12px;padding:8px;box-shadow:0 10px 30px rgb(0 0 0 / .08);opacity:0;visibility:hidden;transform:translateY(10px);transition:all 0.2s cubic-bezier(.16,1,.3,1);z-index:100}.darkzed-menu .dropdown-container:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0);top:100%}.darkzed-menu .dropdown-container:hover svg.caret{transform:rotate(180deg)}.darkzed-menu .dropdown-item{display:block;padding:10px 12px;border-radius:8px;color:var(--text-muted);font-size:.9rem;font-weight:500;transition:all 0.2s}.darkzed-menu .dropdown-item:hover{background:#f1f5f9;color:var(--brand-blue);padding-right:16px}.darkzed-menu .header-actions{display:flex;align-items:center;gap:12px}.darkzed-menu .btn{border-radius:12px;padding:10px 20px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px;transition:all 0.3s cubic-bezier(.4,0,.2,1);font-size:.95rem}.darkzed-menu .btn svg{width:20px;height:20px;fill:none;stroke:currentColor}.darkzed-menu .btn-solid-blue{background:linear-gradient(135deg,var(--brand-blue)0%,var(--brand-blue-dark)100%);color:#fff;box-shadow:0 4px 15px -4px rgb(59 130 246 / .4)}.darkzed-menu .btn-solid-blue:hover{transform:translateY(-2px);box-shadow:0 8px 20px -4px rgb(59 130 246 / .5);background:linear-gradient(135deg,var(--brand-blue-dark)0%,#1d4ed8 100%)}.darkzed-menu .btn-solid-purple{background:linear-gradient(135deg,var(--brand-purple)0%,var(--brand-purple-dark)100%);color:#fff;box-shadow:0 4px 15px -4px rgb(124 58 237 / .4)}.darkzed-menu .btn-solid-purple:hover{transform:translateY(-2px);box-shadow:0 8px 20px -4px rgb(124 58 237 / .5);background:linear-gradient(135deg,var(--brand-purple-dark)0%,#6d28d9 100%)}.darkzed-menu .btn-desktop{display:none}.darkzed-menu .mobile-toggle{padding:10px;color:var(--text-muted);border:1px solid var(--border-color);border-radius:12px;display:flex;align-items:center;justify-content:center}.darkzed-menu .mobile-toggle svg{width:24px;height:24px;fill:currentColor}.darkzed-menu .mobile-toggle:hover{background:#f1f5f9;color:var(--text-main)}.mobile-overlay{position:fixed;inset:0;background:rgb(15 23 42 / .5);backdrop-filter:blur(4px);z-index:40;opacity:0;visibility:hidden;transition:opacity 0.3s ease}.mobile-overlay.active{opacity:1;visibility:visible}.mobile-sidebar{position:fixed;top:0;right:0;height:100%;width:300px;background:#fff;border-left:1px solid var(--border-color);z-index:60;transform:translateX(100%);transition:transform 0.3s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;box-shadow:-10px 0 30px rgb(0 0 0 / .1)}.mobile-sidebar.open{transform:translateX(0)}.sidebar-header{padding:24px;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center}.sidebar-title{font-weight:700;font-size:1.125rem;color:var(--text-main)}.close-btn{color:#94a3b8;transition:color 0.2s}.close-btn:hover{color:#ef4444}.close-btn svg{width:20px;height:20px;fill:currentColor}.sidebar-content{flex:1;padding:24px;overflow-y:auto;display:flex;flex-direction:column;gap:8px}.mobile-link{display:flex;justify-content:space-between;align-items:center;padding:16px;border-radius:12px;background:#f8fafc;border:1px solid #f1f5f9;color:var(--text-main);font-weight:500;transition:all 0.2s}.mobile-link:hover{border-color:var(--brand-blue)}.accordion-btn{width:100%;display:flex;justify-content:space-between;align-items:center;padding:16px;background:#f8fafc;border:none;color:var(--text-main);font-weight:500;font-family:inherit;cursor:pointer;transition:background 0.2s}.accordion-btn svg{width:16px;height:16px;fill:#94a3b8;transition:transform 0.2s}.mobile-accordion{border-radius:12px;border:1px solid #f1f5f9;overflow:hidden;background:#f8fafc}.mobile-submenu{max-height:0;overflow:hidden;transition:max-height 0.3s ease-out;background:#fff;border-top:1px solid #f1f5f9}.mobile-submenu-link{display:block;padding:12px 24px;font-size:.875rem;color:var(--text-muted);transition:all 0.2s}.mobile-submenu-link:hover{background:#f8fafc;color:var(--brand-blue)}.sidebar-footer{padding:24px;border-top:1px solid #f1f5f9;display:flex;flex-direction:column;gap:12px}.sidebar-footer .btn{width:100%;border-radius:12px;padding:12px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px;color:#fff;font-size:1rem}.sidebar-footer .btn svg{width:20px;height:20px;fill:none;stroke:currentColor}.sidebar-footer .btn-purple{background:linear-gradient(135deg,var(--brand-purple)0%,var(--brand-purple-dark)100%);box-shadow:0 4px 12px rgb(124 58 237 / .3)}.sidebar-footer .btn-blue{background:linear-gradient(135deg,var(--brand-blue)0%,var(--brand-blue-dark)100%);box-shadow:0 4px 12px rgb(59 130 246 / .3)}.darkzed-footer{background:#fff;border-top:1px solid var(--border-color);position:relative;overflow:hidden;margin-top:auto}.darkzed-footer .footer-glow-line{position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#3b82f6,#99e800,transparent);opacity:.8}.darkzed-footer .footer-grid{display:grid;grid-template-columns:1fr;gap:48px;padding:64px 0}.darkzed-footer .footer-title{color:var(--text-main);font-size:1.1rem;font-weight:700;margin-bottom:24px;display:block}.darkzed-footer .footer-link{display:flex;align-items:center;color:var(--text-muted);margin-bottom:16px;font-size:.95rem;transition:all 0.3s ease}.darkzed-footer .footer-link:hover{color:var(--brand-blue);transform:translateX(-5px)}.darkzed-footer .footer-link svg{width:14px;height:14px;fill:var(--brand-blue);margin-left:8px;opacity:.5;transition:all 0.3s}.darkzed-footer .footer-link:hover svg{opacity:1;margin-left:12px;fill:var(--brand-blue-dark)}.darkzed-footer .social-row{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.darkzed-footer .social-link{width:44px;height:44px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:12px;display:flex;align-items:center;justify-content:center;transition:all 0.3s;overflow:hidden;color:var(--text-muted)}.darkzed-footer .social-link svg{width:22px;height:22px;fill:currentColor;transition:transform 0.3s}.darkzed-footer .social-link.gitlab svg{width:28px;height:28px}.darkzed-footer .social-link:hover{background:#fff;transform:translateY(-3px);box-shadow:0 5px 15px rgb(0 0 0 / .1)}.darkzed-footer .social-link:hover.instagram{color:#e1306c;border-color:#e1306c}.darkzed-footer .social-link:hover.telegram{color:#08c;border-color:#08c}.darkzed-footer .social-link:hover.linkedin{color:#0077b5;border-color:#0077b5}.darkzed-footer .social-link:hover.gitlab{color:#fc6d26;border-color:#fc6d26}.darkzed-footer .social-link:hover.youtube{color:red;border-color:red}.darkzed-footer .social-link:hover svg{transform:scale(1.1)}.darkzed-footer .trust-badges{display:flex;gap:16px;margin-bottom:32px;justify-content:center}.darkzed-footer .trust-item{background:#fff;border:1px solid #f1f5f9;border-radius:12px;width:100px;height:100px;padding:5px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all 0.3s}.darkzed-footer .trust-item:hover{box-shadow:0 4px 6px rgb(0 0 0 / .05)}.darkzed-footer .trust-item.green:hover{border-color:var(--brand-green)}.darkzed-footer .trust-item.blue:hover{border-color:var(--brand-blue)}.darkzed-footer .trust-item svg{width:24px;height:24px;margin-bottom:4px;fill:currentColor}.darkzed-footer .trust-item.green svg{color:var(--brand-green)}.darkzed-footer .trust-item.blue svg{color:var(--brand-blue)}.darkzed-footer .trust-item span{font-size:10px;font-weight:700;color:var(--text-muted)}.darkzed-footer .footer-bottom{border-top:1px solid #f1f5f9;padding:32px 0;display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center;font-size:.875rem;color:var(--text-muted)}.darkzed-footer .bottom-links{display:flex;gap:24px}.darkzed-footer .bottom-links a:hover{color:var(--brand-blue)}.darkzed-bo{background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);border:1px solid #bfdbfe;border-radius:16px;padding:16px;text-align:center;margin-bottom:8px}.darkzed-bote{font-size:.85rem;color:#1e40af;font-weight:700;margin-bottom:6px}.darkzed-pho{font-family:monospace;font-size:1.5rem;font-weight:800;color:#2563eb;direction:ltr;display:block;letter-spacing:1px}.menu-titll{font-size:1rem}@media(min-width:1024px){.darkzed-menu .btn-desktop{display:flex}.darkzed-menu .mobile-toggle{display:none}.darkzed-footer .footer-grid{grid-template-columns:repeat(2,1fr)}.darkzed-footer .social-row{justify-content:flex-start}.darkzed-footer .trust-badges{justify-content:flex-start}.darkzed-footer .footer-bottom{flex-direction:row;justify-content:space-between;text-align:right}}@media(min-width:1024px){.darkzed-menu .desktop-nav{display:flex}.darkzed-footer .footer-grid{grid-template-columns:repeat(4,1fr)}}font-family:monospace;font-size:1.5rem;font-weight:800;color:#2563eb;direction:ltr;display:block;letter-spacing:1px}.menu-titll{font-size:1rem}@media(min-width:1024px){.darkzed-menu .btn-desktop{display:flex}.darkzed-menu .mobile-toggle{display:none}.darkzed-footer .footer-grid{grid-template-columns:repeat(2,1fr)}.darkzed-footer .social-row{justify-content:flex-start}.darkzed-footer .trust-badges{justify-content:flex-start}.darkzed-footer .footer-bottom{flex-direction:row;justify-content:space-between;text-align:right}}@media(min-width:1024px){.darkzed-menu .desktop-nav{display:flex}.darkzed-footer .footer-grid{grid-template-columns:repeat(4,1fr)}}