.whitepapers-module__KJwAbG__pageContainer{background:var(--bg-primary);min-height:100vh;padding-top:calc(var(--nav-height) + 40px);position:relative;overflow:hidden}.whitepapers-module__KJwAbG__orbBg1{opacity:.12;width:600px;height:600px;top:15%;left:-200px}.whitepapers-module__KJwAbG__orbBg2{opacity:.15;width:700px;height:700px;bottom:15%;right:-250px}.whitepapers-module__KJwAbG__content{z-index:2;max-width:1320px;margin:0 auto;padding:0 24px 80px;position:relative}.whitepapers-module__KJwAbG__breadcrumbs{color:var(--text-muted);align-items:center;gap:8px;margin-bottom:40px;font-size:.85rem;display:flex}.whitepapers-module__KJwAbG__breadcrumbs a{transition:color var(--transition-fast)}.whitepapers-module__KJwAbG__breadcrumbs a:hover{color:var(--brand-accent)}.whitepapers-module__KJwAbG__breadcrumbSeparator{color:var(--border-subtle)}.whitepapers-module__KJwAbG__breadcrumbActive{color:var(--text-primary);font-weight:500}.whitepapers-module__KJwAbG__header{max-width:800px;margin-bottom:48px}.whitepapers-module__KJwAbG__header h1{letter-spacing:-.03em;margin-bottom:20px;font-weight:700}.whitepapers-module__KJwAbG__header p{color:var(--text-secondary);font-size:1.15rem;line-height:1.75}.whitepapers-module__KJwAbG__controls{border-radius:var(--radius-md);flex-direction:column;gap:20px;margin-bottom:48px;padding:24px;display:flex}.whitepapers-module__KJwAbG__searchBox{width:100%;position:relative}.whitepapers-module__KJwAbG__searchIcon{color:var(--text-muted);font-size:1.1rem;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.whitepapers-module__KJwAbG__searchInput{border:1px solid var(--border-subtle);width:100%;color:var(--text-primary);transition:border-color var(--transition-fast),box-shadow var(--transition-fast);background:#ffffff08;border-radius:100px;outline:none;padding:14px 16px 14px 44px;font-size:.95rem}.whitepapers-module__KJwAbG__searchInput:focus{border-color:var(--brand-accent);box-shadow:0 0 16px var(--focus-ring)}.whitepapers-module__KJwAbG__grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:32px;margin-bottom:80px;display:grid}@media (max-width:480px){.whitepapers-module__KJwAbG__grid{grid-template-columns:1fr}}.whitepapers-module__KJwAbG__card{border-radius:var(--radius-lg);background:var(--bg-card);height:100%;transition:transform var(--transition-fast),border-color var(--transition-fast);flex-direction:column;padding:36px;display:flex}.whitepapers-module__KJwAbG__cardTop{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.whitepapers-module__KJwAbG__tag{text-transform:uppercase;letter-spacing:.06em;color:var(--brand-accent);background:var(--accent-primary-dim);border-radius:100px;padding:4px 10px;font-size:.72rem;font-weight:600}.whitepapers-module__KJwAbG__meta{color:var(--text-muted);font-size:.8rem}.whitepapers-module__KJwAbG__cardTitle{color:var(--text-primary);margin-bottom:12px;font-size:1.35rem;font-weight:600;line-height:1.3}.whitepapers-module__KJwAbG__cardDesc{color:var(--text-muted);flex-grow:1;margin-bottom:24px;font-size:.92rem;line-height:1.6}.whitepapers-module__KJwAbG__cardBottom{border-top:1px dashed var(--border-subtle);justify-content:space-between;align-items:center;padding-top:16px;display:flex}.whitepapers-module__KJwAbG__authorText{color:var(--text-secondary);font-size:.85rem}.whitepapers-module__KJwAbG__downloadBtn{font-family:var(--font-display);color:var(--brand-accent);cursor:pointer;background:0 0;border:none;outline:none;align-items:center;gap:6px;font-size:.88rem;font-weight:600;display:flex}.whitepapers-module__KJwAbG__downloadBtn:hover .whitepapers-module__KJwAbG__arrow{transform:translateY(2px)}.whitepapers-module__KJwAbG__arrow{transition:transform var(--transition-fast)}.whitepapers-module__KJwAbG__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10000;background:#0009;justify-content:center;align-items:center;width:100%;height:100%;padding:16px;display:flex;position:fixed;top:0;left:0}.whitepapers-module__KJwAbG__modalContent{border-radius:var(--radius-lg);background:var(--bg-card);width:100%;max-width:520px;padding:40px;animation:.3s cubic-bezier(.16,1,.3,1) forwards whitepapers-module__KJwAbG__modalIn;position:relative;box-shadow:0 20px 40px #0006}@keyframes whitepapers-module__KJwAbG__modalIn{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.whitepapers-module__KJwAbG__modalClose{color:var(--text-muted);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;font-size:1.5rem;position:absolute;top:20px;right:20px}.whitepapers-module__KJwAbG__modalClose:hover{color:var(--text-primary)}.whitepapers-module__KJwAbG__modalHeader{margin-bottom:24px}.whitepapers-module__KJwAbG__modalLabel{color:var(--brand-accent);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;font-size:.75rem;font-weight:600;display:block}.whitepapers-module__KJwAbG__modalHeader h2{color:var(--text-primary);font-size:1.6rem;font-weight:700;line-height:1.25}.whitepapers-module__KJwAbG__formGroup{flex-direction:column;gap:8px;margin-bottom:20px;display:flex}.whitepapers-module__KJwAbG__formGroup label{color:var(--text-secondary);font-size:.85rem;font-weight:600}.whitepapers-module__KJwAbG__inputField{border:1px solid var(--border-subtle);color:var(--text-primary);transition:border-color var(--transition-fast);background:#ffffff05;border-radius:8px;outline:none;padding:12px 16px;font-size:.95rem}.whitepapers-module__KJwAbG__inputField:focus{border-color:var(--brand-accent)}.whitepapers-module__KJwAbG__selectField{background:var(--bg-card);border:1px solid var(--border-subtle);color:var(--text-primary);cursor:pointer;border-radius:8px;outline:none;padding:12px 16px;font-size:.95rem}.whitepapers-module__KJwAbG__submitButton{background:var(--brand-primary);color:#fff;cursor:pointer;width:100%;transition:opacity var(--transition-fast);border:none;border-radius:100px;margin-top:12px;padding:14px;font-size:.95rem;font-weight:600}.whitepapers-module__KJwAbG__submitButton:hover{opacity:.9}.whitepapers-module__KJwAbG__successPanel{text-align:center;padding:24px 0}.whitepapers-module__KJwAbG__successIcon{color:#47b768;margin-bottom:16px;font-size:3rem}.whitepapers-module__KJwAbG__successPanel h3{margin-bottom:12px;font-size:1.4rem;font-weight:600}.whitepapers-module__KJwAbG__successPanel p{color:var(--text-muted);font-size:.95rem;line-height:1.5}
