*{margin:0;padding:0;box-sizing:border-box}body{background-color:#1a1a1a;color:#ccc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;font-size:16px}.container,.post-container{max-width:800px;margin:0 auto;padding:40px 20px;position:relative}.post-container{width:100%;box-sizing:border-box;transform:none!important;left:0!important;right:0!important}.post-container,body .post-container{margin-left:auto!important;margin-right:auto!important}body .post-container{transform:translateX(0)!important}@media (max-width:768px){.post-container{padding:20px 40px}.main-header{margin-bottom:15px!important;padding:20px 20px 0!important}}@media (max-width:480px){.main-header{margin-bottom:10px!important;padding:15px 20px 0!important}.post-container{padding:15px 35px}}.page-with-toc{position:relative}.main-content{max-width:800px;margin:0 auto;padding:0 20px;transition:margin-left .3s ease}.toc-sidebar{position:fixed;left:0;top:0;width:270px;height:100vh;background-color:rgba(26,26,26,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-right:1px solid #333;overflow-y:auto;z-index:1000;padding:40px 16px 20px;transform:translateX(-100%);transition:transform .3s ease}.toc-sidebar.toc-open{transform:translateX(0)}.toc-close-button{display:none;background:none;border:none;color:#ccc;font-size:1.5rem;cursor:pointer;padding:0;width:30px;height:30px;align-items:center;justify-content:center}.toc-close-button:hover{color:#4a9eff}.toc-nav{display:flex;flex-direction:column;gap:12px}.toc-link{background:none;text-align:left;padding-top:12px;padding-bottom:12px;padding-left:16px;border-radius:8px;cursor:pointer;transition:all .2s ease;border:none;border-left:3px solid transparent}.toc-link.active,.toc-link:hover{background-color:#2a2a2a;border-left-color:#4a9eff}.toc-post-date{color:#888;font-size:.8rem;margin-bottom:4px}.toc-post-title{color:#ccc;font-size:.9rem;line-height:1.3;font-weight:500}.toc-link.active .toc-post-title{color:#4a9eff}.mobile-toc-button{display:flex;align-items:center;justify-content:center;position:fixed;top:20px;left:20px;z-index:1001;background-color:#333;border:1px solid #444;border-radius:8px;padding:12px;color:#ccc;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.3)}.mobile-toc-button:hover{background-color:#444;color:#4a9eff}.toc-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid #333}.desktop-toc-button{display:flex;align-items:center;justify-content:center;position:fixed;top:20px;left:20px;z-index:1001;background-color:#333;border:1px solid #444;border-radius:8px;padding:12px;color:#ccc;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.3)}.desktop-toc-button:hover{background-color:#444;color:#4a9eff}.mobile-toc-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3);z-index:999}@media (min-width:1024px){.toc-sidebar{transform:translateX(0);position:fixed}.toc-sidebar.toc-closed{transform:translateX(-100%)}.main-content,body.toc-is-closed .main-content{margin:0 auto;max-width:800px}}@media (max-width:1023px){.toc-close-button{display:flex!important}.desktop-toc-button{display:none!important}.main-content{margin:0 auto;max-width:800px}.page-with-toc{display:block;padding:0 20px}.main-header{text-align:center;padding-left:60px;padding-right:20px}.main-header .logo{display:block;margin:0 auto 20px}nav{justify-content:center;flex-wrap:wrap;gap:15px}.post-container{width:100%;margin:0 auto;transform:none!important}}@media (min-width:1024px){.toc-sidebar .toc-close-button{display:flex!important}.mobile-toc-button{display:none!important}}.app-layout{min-height:100vh}.main-header{z-index:100;margin-bottom:30px;padding:30px 20px 0;max-width:800px;margin-left:auto;margin-right:auto}.main-header,.main-wrapper{position:relative}@media (min-width:1024px){.main-header{padding:30px 20px 0}.main-header,body.toc-is-closed .main-header{margin:0 auto 30px;max-width:800px}}.logo{color:#4a9eff;text-decoration:none;font-size:2rem;font-weight:700;display:block;margin-bottom:20px}nav{display:flex;gap:20px;flex-wrap:wrap}nav a{color:#ccc;text-decoration:none;transition:color .2s ease}nav a.active,nav a:hover{color:#4a9eff}nav a.active{font-weight:700}.post{margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid #444}.post:last-child{border-bottom:none}.post-header{margin-bottom:20px}.post-date{color:#888;font-style:italic;margin-bottom:8px}.post-title{color:#4a9eff;font-size:1.8rem;font-weight:700;text-decoration:none;display:block;margin-bottom:15px;line-height:1.3;transition:color .2s ease}.post-title:hover{color:#6bb3ff}.post-content{color:#ccc;line-height:1.7}.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6{color:#fff;margin:20px 0 10px}.post-content p{margin-bottom:15px}.post-content em{font-style:italic}.post-content strong{font-weight:700}.post-content img,.post-content video{max-width:100%;height:auto;margin:20px 0;border-radius:8px}.post-content pre{background-color:#2a2a2a;padding:15px;border-radius:5px;overflow-x:auto;margin:15px 0}.post-content code{background-color:#2a2a2a;padding:2px 4px;border-radius:3px;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.post-content pre code{background:none;padding:0}.runnable-code-block{margin:20px 0;border:1px solid #444;border-radius:8px;overflow:hidden}.code-header{display:flex;justify-content:space-between;align-items:center;background-color:#333;padding:8px 12px;border-bottom:1px solid #444}.language-label{color:#888}.language-label,.run-button{font-size:.9rem;font-weight:500}.run-button{background-color:#4a9eff;color:#fff;border:none;padding:6px 12px;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.run-button:hover:not(:disabled){background-color:#3a8eef}.run-button:disabled{background-color:#666;cursor:not-allowed}.runnable-code-block pre{margin:0!important;border-radius:0!important;background-color:#2a2a2a!important}.code-output{background-color:#1e1e1e;border-top:1px solid #444}.output-header{background-color:#333;color:#888;padding:6px 12px;font-size:.9rem;font-weight:500;border-bottom:1px solid #444}.success-output{color:#90ee90}.error-output,.success-output{background-color:#1e1e1e;padding:12px;margin:0;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9rem;white-space:pre-wrap;overflow-x:auto}.error-output{color:#ff6b6b}.error-output img,.success-output img{max-width:100%;height:auto;border-radius:8px;margin:10px 0;background-color:transparent}.loading-message{background-color:#333;color:#888;padding:8px 12px;text-align:center;font-size:.9rem;border-top:1px solid #444}.button-group{gap:8px}.button-group,.copy-button{display:flex;align-items:center}.copy-button{background-color:transparent;color:#888;border:none;padding:6px 12px;border-radius:4px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s ease;gap:4px}.copy-button:hover{background-color:hsla(0,0%,100%,.1);color:#ccc}.copy-button:active{background-color:hsla(0,0%,100%,.05);transform:scale(.95)}.code-block-container{margin:20px 0;border:1px solid #444;border-radius:8px;overflow:hidden}.post-content{font-size:1.2rem}.post-content pre[class*=language-]{margin:20px 0!important;border-radius:8px!important;font-size:.9rem!important}.post-content code[class*=language-]{font-family:Monaco,Menlo,Ubuntu Mono,monospace!important}.post-content blockquote{border-left:3px solid #4a9eff;padding-left:15px;margin:15px 0;color:#aaa}.post-content ol,.post-content ul{margin:15px 0;padding-left:30px}.post-content li{margin-bottom:5px}.post-content table{width:100%;border-collapse:collapse;margin:20px 0;background-color:#2a2a2a;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.3)}.post-content th{background-color:#333;color:#4a9eff;font-weight:700;padding:12px 16px;text-align:left;border-bottom:2px solid #4a9eff}.post-content td{padding:12px 16px;border-bottom:1px solid #444;color:#ccc}.post-content tr:last-child td{border-bottom:none}.post-content tr:hover{background-color:#3a3a3a}.post-content td:first-child,.post-content th:first-child{padding-left:20px}.post-content td:last-child,.post-content th:last-child{padding-right:20px}@media (max-width:768px){.post-content table{font-size:.9rem}.post-content td,.post-content th{padding:8px 12px}.post-content td:first-child,.post-content th:first-child{padding-left:16px}.post-content td:last-child,.post-content th:last-child{padding-right:16px}}.post-content a{color:#4a9eff;text-decoration:underline;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;text-decoration-thickness:1px;text-underline-offset:3px;transition:all .2s ease}.post-content a:hover{color:#5bb3ff;-webkit-text-decoration-style:solid;text-decoration-style:solid;text-decoration-thickness:2px}.page-title{color:#fff;font-size:2rem;font-weight:700;margin-bottom:16px;line-height:1.2}.site-footer{border-top:1px solid #444;padding:40px 0;margin-top:60px;text-align:center}.site-footer p{color:#888;font-size:.9rem;margin:0}a{color:#4a9eff;text-decoration:underline;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;text-decoration-thickness:1px;text-underline-offset:3px;transition:all .2s ease}a:hover{color:#5bb3ff;-webkit-text-decoration-style:solid;text-decoration-style:solid;text-decoration-thickness:2px}.highlight{position:relative;background-color:rgba(74,158,255,.2);border-radius:3px;padding:2px 4px;cursor:help;transition:background-color .2s ease}.highlight:hover{background-color:rgba(74,158,255,.3)}.tooltip{position:absolute;bottom:100%;left:50%;transform:translateX(-50%);margin-bottom:8px;background-color:#1a1a1a;color:#fff;padding:12px 16px;border-radius:8px;font-size:.9rem;line-height:1.4;white-space:normal;max-width:400px;min-width:200px;border:1px solid #444;box-shadow:0 4px 12px rgba(0,0,0,.5);z-index:1000;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;pointer-events:none}.tooltip.visible{opacity:1;visibility:visible}.tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border:5px solid transparent;border-top-color:#444}@media (max-width:768px){.tooltip{position:fixed;bottom:auto;top:50%;left:50%;transform:translate(-50%,-50%);margin:0;max-width:340px;min-width:280px}.tooltip:after{display:none}}@media (min-width:1024px){.site-footer{max-width:800px;margin:60px auto 0;padding:40px 20px}body.toc-is-closed .site-footer{margin:0 auto;max-width:800px}}.tweet-component{display:flex;justify-content:center;margin:2rem 0}.tweet-component .tweet-wrapper{width:100%}.tweet-component .tweet-card{padding:0 16px 16px;color:#fff;font-family:system-ui,-apple-system,sans-serif}.tweet-component .loading-card,.tweet-component .tweet-card{background-color:#1a1a1a;border:1px solid #333;border-radius:12px}.tweet-component .loading-card{color:#71767b;text-align:center}.tweet-component .tweet-header{display:flex;align-items:center;margin-bottom:12px;justify-content:space-between}.tweet-component .user-section{display:flex;align-items:center;gap:12px}.tweet-component .profile-picture{flex-shrink:0;display:flex;align-items:center}.tweet-component .profile-image{width:48px;height:48px;border-radius:50%;object-fit:cover;border:1px solid #333}.tweet-component .user-details{display:flex;flex-direction:column;gap:2px;justify-content:center}.tweet-component .user-info{text-decoration:none;color:inherit}.tweet-component .user-name{font-weight:700;font-size:15px;color:#fff;cursor:pointer;display:flex;align-items:center;gap:4px}.tweet-component .verified-badge{color:#1d9bf0;font-size:14px;font-weight:700}.tweet-component .tweet-date,.tweet-component .user-handle{color:#71767b;font-size:14px;cursor:pointer}.tweet-component .tweet-date{text-decoration:none}.tweet-component .reply-info{color:#71767b;font-size:14px;margin-bottom:8px}.tweet-component .reply-link{color:#1d9bf0;text-decoration:none}.tweet-component .tweet-text{font-size:15px;line-height:1.3125;margin-bottom:12px;color:#fff;cursor:pointer}.tweet-component .tweet-link{text-decoration:none;color:inherit}.tweet-component .tweet-media{margin-top:12px;display:grid;grid-gap:4px;gap:4px}.tweet-component .tweet-media-item{margin-bottom:0;aspect-ratio:16/9;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:#1a1a1a}.tweet-component .tweet-media.grid-1{grid-template-columns:1fr}.tweet-component .tweet-media.grid-2{grid-template-columns:1fr 1fr}.tweet-component .tweet-media.grid-3{grid-template-columns:1fr 1fr 1fr}.tweet-component .tweet-media.grid-4{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}.tweet-component .tweet-media.grid-5,.tweet-component .tweet-media.grid-6,.tweet-component .tweet-media.grid-7,.tweet-component .tweet-media.grid-8{grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto auto}.tweet-component .tweet-image,.tweet-component .tweet-video{width:100%;height:100%;object-fit:cover;border-radius:8px;border:1px solid #333;display:block}.tweet-component .tweet-video{background-color:#000}.tweet-component .tweet-media.grid-1 .tweet-media-item{aspect-ratio:16/9}.tweet-component .tweet-media.grid-1 .tweet-image,.tweet-component .tweet-media.grid-1 .tweet-video{height:100%}.media-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.9);z-index:10000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);margin:0;padding:0;box-sizing:border-box;overflow:hidden;-webkit-overflow-scrolling:none;overscroll-behavior:none}.media-modal-content,.media-modal-overlay{display:flex;align-items:center;justify-content:center}.media-modal-content{position:relative;max-width:95vw;max-height:95vh;width:100%;height:100%}.media-modal-close{position:absolute;top:10px;right:10px;background:rgba(0,0,0,.7);border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:8px;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease;z-index:10001;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.media-modal-close:hover{background-color:hsla(0,0%,100%,.3)}.media-modal-close:active{background-color:hsla(0,0%,100%,.4);transform:scale(.95)}.media-modal-close:before{content:"";position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;background:transparent}.media-modal-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.2);border:none;color:#fff;font-size:2rem;cursor:pointer;padding:12px 16px;border-radius:8px;transition:all .2s ease;z-index:10001;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);-webkit-user-select:none;-moz-user-select:none;user-select:none}.media-modal-prev{left:20px}.media-modal-next{right:20px}.media-modal-nav:hover{background:rgba(0,0,0,.9);transform:translateY(-50%) scale(1.05)}.media-modal-nav:active{transform:translateY(-50%) scale(.95)}.media-modal-counter{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.7);color:#fff;padding:8px 16px;border-radius:20px;font-size:.9rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:10001}.media-modal-image{object-fit:contain}.media-modal-image,.media-modal-video{max-width:100%;max-height:95vh;border-radius:8px}.media-modal-video{background-color:#000}.tweet-component .tweet-media-item{cursor:pointer;transition:opacity .2s ease}.tweet-component .tweet-media-item:hover{opacity:.8}@media (max-width:768px){.media-modal-content{max-width:100vw;max-height:100vh;padding:0}.media-modal-close{top:20px;right:20px;width:44px;height:44px;font-size:1.8rem;background:rgba(0,0,0,.8);border:2px solid hsla(0,0%,100%,.3)}.media-modal-image,.media-modal-video{max-width:100vw;max-height:100vh;padding:10px;box-sizing:border-box}.media-modal-nav{font-size:1.8rem;padding:0;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center}.media-modal-prev{left:15px}.media-modal-next{right:15px}.media-modal-counter{bottom:15px;padding:10px 20px;font-size:1rem}}@keyframes flag-wave{0%,to{transform:skewX(0deg)}25%{transform:skewX(2deg)}50%{transform:skewX(-1deg)}75%{transform:skewX(1.5deg)}}.squiggly-text{display:inline-block;animation:flag-wave 3s ease-in-out infinite;transform-origin:center}.quant-banner{width:100%;overflow:hidden;background:linear-gradient(90deg,hsla(0,100%,71%,.1),rgba(255,165,0,.1));border-top:1px solid hsla(0,100%,71%,.3);border-bottom:1px solid rgba(255,165,0,.3);padding:8px 0}.banner-content{display:flex;white-space:nowrap;animation:scroll-banner 20s linear infinite}.banner-content span{color:#ff6b6b;font-style:italic;font-weight:600;font-size:1.1rem;margin-right:60px;text-shadow:0 0 10px hsla(0,100%,71%,.3)}@keyframes scroll-banner{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}.quant-nav{display:flex;gap:20px;align-items:center}.quant-nav a{color:#ccc;text-decoration:none;font-weight:500;transition:color .2s ease;padding:8px 12px;border-radius:6px;background-color:hsla(0,0%,100%,.05)}.quant-nav a:hover{color:#ff6b6b;background-color:hsla(0,100%,71%,.1)}.quant-nav a.active{color:#ff6b6b;font-weight:600;background-color:hsla(0,100%,71%,.15)}.quant-page{max-width:800px;margin:0 auto;padding:40px 20px;position:relative}@media (max-width:768px){.quant-page{padding:20px}}.glossary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem;margin:2rem 0}.post-content details{display:block;margin:0;background:#23272f;border-radius:8px;border:1px solid #444;padding:1rem;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.1);font-size:1em;width:100%;position:relative;overflow:hidden;min-height:80px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.post-content details:not([open]) summary{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;z-index:1}.post-content details{cursor:pointer}.post-content details:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.2);border-color:#6366f1}.post-content details[open]{transform:scale(1.02);box-shadow:0 6px 20px rgba(99,102,241,.3)}.post-content details[open] summary{display:block;margin-bottom:.5rem;border-bottom:1px solid #6366f1;padding-bottom:.5rem;color:#6366f1;font-weight:700}.post-content details[open]{background:#181c22;border-color:#6366f1}.post-content summary{cursor:pointer;font-weight:600;color:#a5b4fc;outline:none;border:none;background:none;padding:0;display:block;font-size:1em;transition:color .2s ease;width:100%;text-align:center;margin:0}.post-content details>summary::-webkit-details-marker{display:none}.post-content details>summary:after,.post-content details[open]>summary:after{content:"";display:none}.post-content details>:not(summary){display:block;margin-top:.5rem;color:#e0e7ef;font-weight:400;line-height:1.5;font-size:.95em;width:100%;text-align:center}.quant-ticker-container{width:100%;max-width:100vw;overflow:hidden;background:#000;border-bottom:2px solid #0f9;padding:8px 20px;margin-bottom:24px;position:relative;box-sizing:border-box;margin-left:0;margin-right:0}.quant-ticker{display:flex;will-change:transform;animation:quant-ticker-scroll 20s linear infinite;width:max-content;max-width:100vw}.quant-ticker,.quant-ticker span{white-space:nowrap;font-family:Courier New,Monaco,Menlo,monospace;font-weight:700;letter-spacing:1px;overflow:hidden}.quant-ticker span{display:inline-block;font-size:14px;color:#0f9;padding:4px 0;text-shadow:0 0 4px #0f9,0 0 8px #032;text-transform:uppercase}@keyframes quant-ticker-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:1023px){.quant-ticker-container{padding:8px 20px}}@media (max-width:768px){.quant-ticker-container{padding:8px 20px}}