.post-module__bsvUVa__post{background:var(--bg-primary);min-height:100vh}.post-module__bsvUVa__header{background:linear-gradient(to bottom,#fafafa 0%,var(--bg-primary)100%);border-bottom:1px solid var(--border-color);padding:8rem 0 4rem}.post-module__bsvUVa__backLink{color:var(--text-muted);margin-bottom:2rem;font-size:.9rem;text-decoration:none;transition:color .2s;display:inline-block}.post-module__bsvUVa__backLink:hover{color:var(--text-primary)}.post-module__bsvUVa__meta{font-family:var(--font-mono);color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:.75rem;display:flex}.post-module__bsvUVa__separator{color:var(--border-color)}.post-module__bsvUVa__title{color:var(--text-primary);max-width:45ch;margin:0 0 1.5rem;font-size:2.5rem;font-weight:700;line-height:1.2}.post-module__bsvUVa__subtitle{color:var(--text-muted);max-width:65ch;margin-bottom:2rem;font-size:1.25rem;line-height:1.6}.post-module__bsvUVa__tags{flex-wrap:wrap;gap:.5rem;margin-top:2rem;display:flex}.post-module__bsvUVa__tag{background:var(--surface);border:1px solid var(--border-color);font-size:.75rem;font-family:var(--font-mono);color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;border-radius:4px;padding:.35rem .75rem;display:inline-block}.post-module__bsvUVa__content{padding:4rem 0 8rem}.post-module__bsvUVa__content .post-module__bsvUVa__container{max-width:720px}.post-module__bsvUVa__lead{color:var(--text-secondary);margin-bottom:2rem;font-size:1.125rem;line-height:1.8}.post-module__bsvUVa__content p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1rem;line-height:1.8}.post-module__bsvUVa__content h2{color:var(--text-primary);margin:3rem 0 1.5rem;font-size:1.75rem;font-weight:700;line-height:1.3}.post-module__bsvUVa__content h3{color:var(--text-primary);margin:2rem 0 1rem;font-size:1.25rem;font-weight:600;line-height:1.4}.post-module__bsvUVa__content ul{margin:1.5rem 0;padding-left:1.5rem}.post-module__bsvUVa__content li{color:var(--text-secondary);margin-bottom:.75rem;font-size:1rem;line-height:1.8}.post-module__bsvUVa__content strong{color:var(--text-primary);font-weight:600}.post-module__bsvUVa__content a{color:var(--accent);border-bottom:1px solid #0000;text-decoration:none;transition:border-color .2s}.post-module__bsvUVa__content a:hover{border-bottom-color:var(--accent)}.post-module__bsvUVa__divider{background:var(--border-color);border:none;height:1px;margin:3rem 0}.post-module__bsvUVa__placeholder{border:2px dashed var(--border-color);text-align:center;background:#f5f5f5;border-radius:8px;margin:2rem 0;padding:3rem 2rem}.post-module__bsvUVa__placeholder p{font-family:var(--font-mono);color:var(--text-muted);margin:0;font-size:.875rem}.post-module__bsvUVa__blockquote{border-left:4px solid var(--accent);margin:2rem 0;padding-left:1.5rem;font-style:italic}.post-module__bsvUVa__blockquote p{color:var(--text-primary);margin:0;font-size:1.125rem}.post-module__bsvUVa__cta{background:var(--surface);border:1px solid var(--border-color);text-align:center;border-radius:8px;margin-top:3rem;padding:2rem}.post-module__bsvUVa__cta p{color:var(--text-muted);margin-bottom:1.5rem}.post-module__bsvUVa__ctaButton{background:var(--accent);border-radius:6px;padding:.875rem 1.75rem;font-weight:600;transition:all .2s;display:inline-block;color:#fff!important;border-bottom:none!important;text-decoration:none!important}.post-module__bsvUVa__ctaButton:hover{background:#1d4664;transform:translateY(-2px);box-shadow:0 4px 12px #2d5f7f4d;color:#fff!important;border-bottom:none!important}@media (max-width:768px){.post-module__bsvUVa__header{padding:6rem 0 3rem}.post-module__bsvUVa__title{font-size:2rem}.post-module__bsvUVa__subtitle{font-size:1.125rem}.post-module__bsvUVa__content h2{font-size:1.5rem}.post-module__bsvUVa__content h3{font-size:1.125rem}}
.VideoPlayer-module__wdEaUG__videoContainer{width:100%;margin:2rem 0}.VideoPlayer-module__wdEaUG__expandTrigger{cursor:zoom-in;width:100%;text-align:inherit;background:0 0;border:0;padding:0;display:block}.VideoPlayer-module__wdEaUG__videoWrapper{background:#f5f5f5;border-radius:8px;width:100%;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000001a}.VideoPlayer-module__wdEaUG__expandTrigger:focus-visible .VideoPlayer-module__wdEaUG__videoWrapper{outline:2px solid var(--accent);outline-offset:3px}.VideoPlayer-module__wdEaUG__video{object-fit:contain;width:100%;height:100%;display:block}.VideoPlayer-module__wdEaUG__loading{background:#f5f5f5;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.VideoPlayer-module__wdEaUG__spinner{border:4px solid #e0e0e0;border-top-color:#333;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite VideoPlayer-module__wdEaUG__spin}@keyframes VideoPlayer-module__wdEaUG__spin{to{transform:rotate(360deg)}}.VideoPlayer-module__wdEaUG__error{text-align:center;background:#f5f5f5;flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex;position:absolute;inset:0}.VideoPlayer-module__wdEaUG__error p{color:#666;margin:.5rem 0}.VideoPlayer-module__wdEaUG__errorAlt{font-size:.875rem;font-style:italic}.VideoPlayer-module__wdEaUG__expandHint{color:#fff;letter-spacing:.02em;pointer-events:none;background:#111111b3;border-radius:999px;padding:.4rem .7rem;font-size:.75rem;font-weight:600;position:absolute;bottom:.75rem;right:.75rem}.VideoPlayer-module__wdEaUG__caption{color:#666;text-align:center;margin-top:.75rem;font-size:.875rem;font-style:italic}.VideoPlayer-module__wdEaUG__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0a0c10cc;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0;overflow-y:auto}.VideoPlayer-module__wdEaUG__modalContent{flex-direction:column;gap:1rem;width:min(1100px,100%);max-height:calc(100vh - 4rem);margin:auto;display:flex}.VideoPlayer-module__wdEaUG__closeButton{color:#fff;cursor:pointer;background:#111111b8;border:1px solid #fff3;border-radius:999px;align-self:flex-end;padding:.65rem .95rem;font-size:.9rem;font-weight:600}.VideoPlayer-module__wdEaUG__closeButton:hover{background:#111111e0}.VideoPlayer-module__wdEaUG__closeButton:focus-visible{outline-offset:3px;outline:2px solid #fff}.VideoPlayer-module__wdEaUG__modalVideoWrapper{background:#000;border-radius:12px;width:100%;overflow:hidden;box-shadow:0 20px 60px #0006}.VideoPlayer-module__wdEaUG__modalVideo{object-fit:contain;width:100%;height:100%;display:block}.VideoPlayer-module__wdEaUG__modalCaption{color:#ffffffd1;text-align:center;margin:0;font-size:.9rem}@media (max-width:768px){.VideoPlayer-module__wdEaUG__videoContainer{margin:1.5rem 0}.VideoPlayer-module__wdEaUG__caption{font-size:.8125rem}.VideoPlayer-module__wdEaUG__expandHint{padding:.35rem .6rem;font-size:.6875rem;bottom:.5rem;right:.5rem}.VideoPlayer-module__wdEaUG__modalOverlay{padding:1rem}.VideoPlayer-module__wdEaUG__modalContent{gap:.75rem;max-height:calc(100vh - 2rem)}.VideoPlayer-module__wdEaUG__closeButton{padding:.55rem .8rem;font-size:.85rem}}
.notes-module__20IOyG__hero{background:linear-gradient(to bottom,var(--bg-primary)0%,var(--surface)100%);padding:8rem 0 5rem}.notes-module__20IOyG__heroContent{max-width:800px}.notes-module__20IOyG__heroTagline{color:var(--text-muted);margin:1.5rem 0 2.5rem;font-size:1.35rem;line-height:1.6}.notes-module__20IOyG__heroCtas{align-items:center;gap:2rem;display:flex}.notes-module__20IOyG__compatible{font-family:var(--font-mono);color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem}.notes-module__20IOyG__problemsGrid{flex-direction:column;gap:3rem;margin-top:3rem;display:flex}.notes-module__20IOyG__problemCard{background:var(--surface);border:1px solid var(--border);border-radius:4px;grid-template-columns:1fr 1fr;align-items:start;gap:3rem;padding:2.5rem;display:grid}.notes-module__20IOyG__problemCard.notes-module__20IOyG__reversed{direction:rtl}.notes-module__20IOyG__problemCard.notes-module__20IOyG__reversed>*{direction:ltr}.notes-module__20IOyG__problemCardContent{flex-direction:column;display:flex}.notes-module__20IOyG__videoContainer{width:100%;margin-top:4rem}@media (max-width:900px){.notes-module__20IOyG__problemCard{grid-template-columns:1fr}.notes-module__20IOyG__problemCard.notes-module__20IOyG__reversed{direction:ltr}.notes-module__20IOyG__videoContainer{order:2}}.notes-module__20IOyG__problemNumber{font-family:var(--font-headline);color:var(--accent);opacity:.3;margin-bottom:1rem;font-size:3rem;line-height:1}.notes-module__20IOyG__problemCard h3{margin-bottom:1.25rem;font-size:1.75rem}.notes-module__20IOyG__problemCard p{color:var(--text-muted);margin-bottom:1.5rem;line-height:1.7}.notes-module__20IOyG__benefitList{flex-direction:column;gap:.75rem;list-style:none;display:flex}.notes-module__20IOyG__benefitList li{color:var(--text-primary);padding-left:1.5rem;font-size:.95rem;font-weight:600;position:relative}.notes-module__20IOyG__benefitList li:before{content:"→";color:var(--accent);position:absolute;left:0}.notes-module__20IOyG__workflowSection{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.notes-module__20IOyG__workflowTitle{text-align:center}.notes-module__20IOyG__workflowIntro{text-align:center;color:var(--text-muted);max-width:50ch;margin:1rem auto 4rem;font-size:1.15rem}.notes-module__20IOyG__workflowSteps{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;display:grid}.notes-module__20IOyG__workflowStep{gap:1.5rem;display:flex}.notes-module__20IOyG__stepIcon{background:var(--accent);color:#fff;width:56px;height:56px;font-family:var(--font-mono);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:600;display:flex}.notes-module__20IOyG__workflowStep h3{margin-bottom:.5rem;font-size:1.25rem}.notes-module__20IOyG__workflowStep p{color:var(--text-muted);font-size:.95rem}.notes-module__20IOyG__importGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem;display:grid}.notes-module__20IOyG__importItem{flex-direction:column;gap:.75rem;display:flex}.notes-module__20IOyG__importItem p{color:var(--text-muted);font-size:.9rem}.notes-module__20IOyG__internalSection{background:var(--accent);color:#fff}.notes-module__20IOyG__internalSection h2{color:#fff;margin-bottom:1.5rem}.notes-module__20IOyG__internalCard{text-align:center;max-width:900px;margin:0 auto}.notes-module__20IOyG__internalText{color:#ffffffe6;margin-bottom:2.5rem;font-size:1.2rem;line-height:1.7}.notes-module__20IOyG__internalFeatures{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;font-size:1rem;font-weight:600;display:grid}.notes-module__20IOyG__compatTitle{margin-bottom:1.5rem;font-size:1.25rem}.notes-module__20IOyG__compatList{flex-direction:column;gap:1rem;list-style:none;display:flex}.notes-module__20IOyG__compatList li{color:var(--text-muted);padding-left:1.5rem;position:relative}.notes-module__20IOyG__compatList li:before{content:"✓";color:var(--accent);font-weight:700;position:absolute;left:0}.notes-module__20IOyG__ctaSection{background:var(--bg-primary)}.notes-module__20IOyG__ctaCard{background:var(--surface);border:2px solid var(--accent);border-radius:4px;justify-content:space-between;align-items:center;gap:3rem;padding:4rem;display:flex}.notes-module__20IOyG__ctaText{color:var(--text-muted);max-width:50ch;margin-top:1rem;font-size:1.1rem}.notes-module__20IOyG__ctaButtons{flex-shrink:0;gap:1rem;display:flex}@media (max-width:968px){.notes-module__20IOyG__hero{padding:6rem 0 4rem}.notes-module__20IOyG__heroCtas{flex-direction:column;align-items:flex-start}.notes-module__20IOyG__problemsGrid,.notes-module__20IOyG__workflowSteps{grid-template-columns:1fr}.notes-module__20IOyG__ctaCard{flex-direction:column;align-items:flex-start;padding:3rem 2rem}.notes-module__20IOyG__ctaButtons{flex-direction:column;width:100%}.notes-module__20IOyG__ctaButtons .notes-module__20IOyG__btn{justify-content:center;width:100%}}
