:root{--bg-base: #ffffff;--bg-card: #ffffff;--border-color: #e2e8f0;--text-primary: #0f172a;--text-secondary: #334155;--text-muted: #64748b;--accent: #b91c1c;--accent-light: #ef4444;--accent-glow: rgba(239, 68, 68, .05);--font-system: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-base);color:var(--text-secondary);font-family:var(--font-system);line-height:1.6;min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden;position:relative;-webkit-font-smoothing:antialiased}.container{width:100%;max-width:860px;margin:0 auto;padding:0 1.5rem}.site-header{border-bottom:1px solid var(--border-color);background:#fffffff2;backdrop-filter:blur(8px);position:sticky;top:0;z-index:100}.header-container{height:65px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;text-decoration:none}.logo-img{height:40px;width:auto;display:block}.footer-logo-img{height:32px}.nav-links{display:flex;align-items:center;gap:1.5rem}.nav-links a{color:var(--text-secondary);text-decoration:none;font-weight:600;font-size:.9rem;transition:color .15s ease}.nav-links a:hover{color:var(--accent-light)}.menu-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:32px;height:32px;background:none;border:none;cursor:pointer;padding:0;z-index:1100}.bar{width:20px;height:2px;background-color:var(--text-primary);border-radius:1px;transition:transform .25s ease,opacity .25s ease}.dropdown{position:relative;display:inline-block}.dropdown-trigger{background:none;border:none;color:var(--text-secondary);font-family:var(--font-system);font-weight:600;font-size:.9rem;cursor:pointer;display:flex;align-items:center;gap:.25rem;padding:.5rem 0;transition:color .15s ease}.dropdown-trigger:hover,.dropdown:hover .dropdown-trigger{color:var(--accent-light)}.dropdown-trigger .chevron{transition:transform .2s ease}.dropdown:hover .dropdown-trigger .chevron{transform:rotate(180deg)}.dropdown-menu{display:none;position:absolute;top:100%;left:50%;transform:translate(-50%);background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:8px;box-shadow:0 10px 15px -3px #00000014,0 4px 6px -4px #00000014;min-width:170px;z-index:1000;padding:.5rem 0;margin-top:.25rem}@media(min-width:768px){.dropdown:hover .dropdown-menu{display:block}}.dropdown-menu a{display:block;padding:.55rem 1.25rem;color:var(--text-secondary);text-decoration:none;font-weight:500;font-size:.85rem;white-space:nowrap;transition:background-color .15s ease,color .15s ease;border:none!important}.dropdown-menu a:hover{background-color:#f1f5f9;color:var(--accent-light)}@media(max-width:767px){.menu-toggle{display:flex}.menu-toggle.active .bar-1{transform:translateY(6px) rotate(45deg)}.menu-toggle.active .bar-2{opacity:0}.menu-toggle.active .bar-3{transform:translateY(-6px) rotate(-45deg)}.nav-links{display:none;flex-direction:column;align-items:stretch;position:absolute;top:65px;left:0;right:0;background-color:var(--bg-card);border-bottom:1px solid var(--border-color);padding:1.5rem;gap:.5rem;z-index:1000;box-shadow:0 10px 15px -3px #0000000d}.nav-links.menu-open{display:flex}.nav-links a,.dropdown-trigger{padding:.75rem .5rem;width:100%;border-bottom:1px solid #f1f5f9;font-size:.95rem}.nav-links a:last-child{border-bottom:none}.dropdown{display:block;width:100%}.dropdown-trigger{justify-content:space-between;border-bottom:1px solid #f1f5f9;padding:.75rem .5rem;width:100%}.dropdown.active .dropdown-trigger .chevron{transform:rotate(180deg)}.dropdown-menu{position:static;display:none;transform:none;width:100%;box-shadow:none;border:none;background-color:#f8fafc;border-radius:6px;padding:.25rem 0;margin-top:.5rem}.dropdown.active .dropdown-menu{display:block}.dropdown-menu a{padding:.65rem 1.25rem;border-bottom:none!important}}.security-badge{display:none;align-items:center;gap:.35rem;padding:.35rem .75rem;background:#10b9810f;border:1px solid rgba(16,185,129,.15);border-radius:9999px;font-size:.75rem;color:#059669;font-weight:600}@media(min-width:480px){.security-badge{display:flex}}.main-content{flex:1;padding:1rem 0}.prose{background-color:transparent;padding:.5rem 0;border-radius:0;border:none;box-shadow:none}@media(min-width:640px){.prose{padding:1rem 0}}.prose h1{font-size:clamp(1.85rem,5cqi,2.5rem);line-height:1.2;font-weight:800;color:var(--text-primary);margin-bottom:.5rem;letter-spacing:-.5px;text-align:center}.prose h1+p{font-size:1.05rem;line-height:1.7;color:var(--text-secondary);margin-bottom:1.25rem;text-align:center;max-width:680px;margin-left:auto;margin-right:auto}.prose p{margin-bottom:.75rem;line-height:1.75;font-size:.975rem}.prose img{max-width:420px;max-height:180px;width:100%;height:auto;object-fit:contain;border-radius:10px;border:1px solid var(--border-color);box-shadow:0 4px 12px #00000008;display:block;margin:.5rem auto 1rem}.prose img.banner-img{max-width:100%;max-height:250px;object-fit:cover}.prose h2{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-top:3.5rem;margin-bottom:1.25rem;border-bottom:2px solid var(--accent-light);padding-bottom:.5rem}.prose h3{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin-top:1.75rem;margin-bottom:.75rem}.prose strong{color:var(--text-primary);font-weight:600}.prose ol{list-style:none;counter-reset:steps-counter;margin:1.5rem 0 2rem}.prose ol li{position:relative;padding-left:2.5rem;margin-bottom:1rem;font-size:.975rem;line-height:1.6}.prose ol li:before{counter-increment:steps-counter;content:counter(steps-counter);position:absolute;left:0;top:.05rem;width:22px;height:22px;background:var(--accent);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;box-shadow:0 2px 4px #b91c1c40}.prose ul{list-style:none;margin:1.25rem 0 1.75rem}.prose ul li{position:relative;padding-left:1.75rem;margin-bottom:.65rem;font-size:.975rem;line-height:1.6}.prose ul li:before{content:"✓";position:absolute;left:0;top:.05rem;color:#059669;font-weight:800;font-size:1rem}.prose table{display:block;width:100%;overflow-x:auto;border-collapse:collapse;margin:1.75rem 0;border-radius:8px;border:1px solid var(--border-color);background:#fff;box-shadow:0 1px 3px #00000005;-webkit-overflow-scrolling:touch}.prose th{background:#f1f5f9;color:var(--text-primary);font-weight:700;padding:.85rem 1.25rem;text-align:left;border-bottom:2px solid var(--border-color);white-space:nowrap}.prose td{padding:.9rem 1.25rem;border-bottom:1px solid var(--border-color);color:var(--text-secondary);white-space:nowrap}.prose tr:last-child td{border-bottom:none}.prose tr:hover td{background:#f8fafc}.prose a{color:var(--accent-light);text-decoration:none;font-weight:600;border-bottom:1px solid transparent;transition:all .2s ease}.prose a:hover{color:var(--accent);border-bottom-color:var(--accent)}.prose blockquote{background:#fffbeb;border:1px solid #fde68a;border-left:5px solid #d97706;border-radius:8px;padding:1.25rem 1.5rem;margin:2.5rem 0;color:#78350f}.prose blockquote strong{color:#92400e;font-weight:700}.prose blockquote p{margin-bottom:0;font-size:.95rem;font-weight:500}.prose .cta-buttons{display:flex;flex-direction:row;flex-wrap:nowrap;gap:.75rem;margin:1rem 0;justify-content:center;width:100%}.prose .btn-cta{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.25rem;font-size:.95rem;font-weight:800;border-radius:9999px;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);border:1px solid rgba(255,255,255,.1);cursor:pointer;text-align:center;flex:1;max-width:220px;min-width:0;letter-spacing:.3px}.prose .btn-cta:active{transform:translateY(1px) scale(.97)!important;box-shadow:0 2px 4px #0000001a!important}.prose .btn-primary{background:linear-gradient(135deg,#ef4444,#b91c1c);color:#fff!important;box-shadow:0 4px 6px -1px #dc262626,0 2px 4px -1px #dc26261a}.prose .btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px -5px #dc262666,0 4px 6px -2px #dc262633;filter:brightness(1.05)}.prose .btn-secondary{background:linear-gradient(135deg,#fbbf24,#d97706);color:#0f172a!important;box-shadow:0 4px 6px -1px #d9770626,0 2px 4px -1px #d977061a;border:1px solid rgba(0,0,0,.05)}.prose .btn-secondary:hover{transform:translateY(-2px);box-shadow:0 10px 20px -5px #d9770666,0 4px 6px -2px #d9770633;filter:brightness(1.05)}.prose details{background:transparent;border:none;border-bottom:1px solid var(--border-color);margin-bottom:.5rem;overflow:hidden;transition:all .2s ease}.prose details[open]{background:transparent;box-shadow:none;border-color:var(--accent-light)}.prose summary{padding:.85rem .5rem;font-weight:700;color:var(--text-primary);cursor:pointer;user-select:none;outline:none;display:flex;justify-content:space-between;align-items:center}.prose summary::-webkit-details-marker{display:none}.prose summary:after{content:"+";font-size:1.25rem;font-weight:500;color:var(--accent-light)}.prose details[open] summary:after{content:"−"}.prose details p{padding:.5rem .5rem 1rem;margin-bottom:0;color:var(--text-secondary);border-top:none}.prose hr{border:0;height:1px;background:var(--border-color);margin:2.5rem 0}.site-footer{border-top:1px solid var(--border-color);background:#fff;padding:2.5rem 0;font-size:.85rem;color:var(--text-muted);margin-top:4rem}.footer-container{display:flex;flex-direction:column;gap:1.5rem;align-items:center;text-align:center}@media(min-width:640px){.footer-container{flex-direction:row;justify-content:space-between;text-align:left}}.footer-left{display:flex;flex-direction:column;gap:.4rem}.footer-logo{display:flex;align-items:center;gap:.5rem;color:var(--text-primary);font-weight:700}.footer-copy{color:var(--text-muted)}.footer-links{display:flex;flex-wrap:wrap;gap:1rem 1.5rem;justify-content:center}.footer-links a{color:var(--text-secondary);text-decoration:none;font-weight:600;transition:color .15s ease}.footer-links a:hover{color:var(--accent-light)}
