.whitepaper-wrapper{max-width:1000px;margin:0 auto;padding:120px 24px 80px;position:relative;z-index:1}.whitepaper-header{text-align:center;margin-bottom:80px;position:relative}.whitepaper-header:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(13,124,233,.15) 0,transparent 70%);filter:blur(80px);z-index:-1;pointer-events:none}.whitepaper-version{display:inline-block;background:rgba(13,124,233,.1);color:var(--blue-secondary);padding:8px 20px;border-radius:30px;font-size:.875rem;font-weight:600;margin-bottom:24px;border:1px solid rgba(21,207,241,.2);letter-spacing:.5px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.whitepaper-title{font-size:clamp(3rem,6vw,4.5rem);font-weight:800;margin-bottom:24px;background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.1;letter-spacing:-.02em}.whitepaper-description{font-size:1.25rem;color:var(--text-secondary);max-width:680px;margin:0 auto;line-height:1.6}.whitepaper-section{margin-bottom:40px;background:var(--bg-surface);border:1px solid var(--border-primary);border-radius:var(--radius-xl);padding:48px;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);position:relative;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,.08);transition:all .3s ease}.whitepaper-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 0 0,rgba(255,255,255,.03) 0,transparent 50%),radial-gradient(circle at 100% 100%,rgba(13,124,233,.03) 0,transparent 50%);pointer-events:none}.whitepaper-section:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(0,0,0,.15),inset 0 1px 3px rgba(255,255,255,.05);border-color:rgba(255,255,255,.15);background:var(--bg-surface-hover)}.whitepaper-section h2{font-size:2rem;font-weight:700;margin-bottom:24px;letter-spacing:-.01em;padding-bottom:16px;border-bottom:1px solid var(--border-secondary)}.whitepaper-section h2,.whitepaper-section h3{color:var(--text-primary);display:flex;align-items:center}.whitepaper-section h3{font-size:1.35rem;font-weight:600;margin-top:32px;margin-bottom:16px;gap:12px}.whitepaper-section h3:before{content:"";display:inline-block;width:4px;height:24px;background:var(--gradient-primary);border-radius:2px}.whitepaper-section p{font-size:1.05rem;line-height:1.8;color:var(--text-secondary);margin-bottom:24px;max-width:65ch}.whitepaper-section b,.whitepaper-section strong{color:var(--text-primary);font-weight:700}.whitepaper-section a{color:var(--blue-secondary);text-decoration:none;font-weight:500;border-bottom:1px solid transparent;transition:all .2s}.whitepaper-section a:hover{color:var(--blue-primary);border-bottom-color:var(--blue-primary)}.whitepaper-section code{font-family:Inter,sans-serif;background:rgba(0,0,0,.3);padding:2px 6px;border-radius:4px;font-size:.9em;color:var(--blue-secondary);border:1px solid rgba(255,255,255,.1)}.whitepaper-section ol,.whitepaper-section ul{margin-bottom:24px;padding-left:20px}.whitepaper-section li{margin-bottom:12px;color:var(--text-secondary);line-height:1.6;position:relative;list-style:none;padding-left:24px}.whitepaper-section ul li:before{content:"▶";position:absolute;left:0;top:1px;color:var(--blue-secondary);font-size:.6em;line-height:1.8;transform:rotate(0deg)}.whitepaper-section ol{counter-reset:wp-counter}.whitepaper-section ol li{counter-increment:wp-counter}.whitepaper-section ol li:before{content:counter(wp-counter) ".";position:absolute;left:0;color:var(--blue-primary);font-weight:600;font-family:Inter,sans-serif}.diagram-container{margin:40px 0;padding:32px;background:rgba(13,124,233,.05);border:1px solid rgba(13,124,233,.15);border-radius:16px;overflow-x:auto;position:relative;box-shadow:inset 0 0 20px rgba(0,0,0,.2)}.diagram-container:after{content:"Interactive Architecture";position:absolute;top:12px;right:16px;font-size:.75rem;color:var(--blue-secondary);opacity:.7;text-transform:uppercase;letter-spacing:.5px;pointer-events:none;background:rgba(0,0,0,.4);padding:4px 8px;border-radius:4px}.diagram-container pre{margin:0;padding:0;background:transparent;border:none}.diagram-container .mermaid{display:flex;justify-content:center;min-height:300px;font-family:Inter,sans-serif;opacity:1}.whitepaper-contact{margin-bottom:48px;background:linear-gradient(135deg,rgba(13,124,233,.08),rgba(21,207,241,.05));border-radius:16px;padding:40px;border:1px solid rgba(13,124,233,.2);text-align:center;position:relative;overflow:hidden}.whitepaper-contact:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:conic-gradient(from 0deg,transparent,rgba(255,255,255,.02),transparent);animation:rotate 10s linear infinite;pointer-events:none}.whitepaper-contact h2{color:var(--text-primary);margin-bottom:24px;position:relative;z-index:1}.whitepaper-contact ul{list-style:none;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:20px;position:relative;z-index:1}.whitepaper-contact li{font-size:1rem;color:var(--text-secondary);background:rgba(255,255,255,.05);padding:10px 20px;border-radius:50px;border:1px solid rgba(255,255,255,.1);transition:all .2s;cursor:default}.whitepaper-contact li:hover{background:rgba(255,255,255,.1);transform:translateY(-2px);border-color:var(--blue-secondary)}.whitepaper-contact a{color:var(--blue-secondary);text-decoration:none;font-weight:500;margin-left:5px}.whitepaper-contact a:hover{text-decoration:none;color:var(--blue-primary)}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.whitepaper-wrapper{padding:100px 16px 60px}.whitepaper-section{padding:24px;border-radius:16px}.whitepaper-title{font-size:2.25rem}.whitepaper-header:before{width:300px;height:300px;filter:blur(60px)}.whitepaper-section h2{font-size:1.5rem}.whitepaper-section h3{font-size:1.25rem}}