.alg-page{min-height:100vh;background:#fffcf7;color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.7;-webkit-font-smoothing:antialiased}.alg-nav{padding:1.5rem 2rem;border-bottom:1px solid #e5e0d8;position:sticky;top:0;background:#fffcf7;z-index:100}.alg-nav-inner{max-width:960px;margin:0 auto;justify-content:space-between}.alg-nav-inner,.alg-nav-logo{display:flex;align-items:center}.alg-nav-logo{text-decoration:none}.alg-nav-logo-img{height:64px;width:auto}.alg-nav-cta{font-size:.875rem;font-weight:500;color:#e85d04;text-decoration:none;padding:.5rem 1rem;border:1px solid #e85d04;border-radius:4px;transition:all .2s ease}.alg-nav-cta:hover{background:#e85d04;color:white}.alg-hero{max-width:720px;margin:0 auto;padding:5rem 2rem 4rem;text-align:center}.alg-hero-label{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#e85d04;margin-bottom:1.5rem}.alg-hero h1{font-family:Georgia,serif;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;line-height:1.1;margin-bottom:2rem;letter-spacing:-.02em}.alg-hero-subtitle{font-size:1.25rem;line-height:1.6;color:#5a5a5a;max-width:600px;margin:0 auto}.alg-definition-box{max-width:720px;margin:0 auto 4rem;padding:0 2rem}.alg-definition-box>.alg-definition-label,.alg-definition-box>.alg-definition-text{background:#ffffff;border:1px solid #e5e0d8;border-left:4px solid #e85d04;margin:0}.alg-definition-label{font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#e85d04;padding:2rem 2.5rem 0;border-radius:0 8px 0 0}.alg-definition-text{font-family:Georgia,serif;font-size:1.15rem;font-weight:400;line-height:1.6;font-style:italic;padding:.75rem 2.5rem 2rem;border-radius:0 0 8px 0;border-top:none!important}.alg-article{max-width:720px;margin:0 auto;padding:0 2rem 5rem}.alg-article h2{font-size:2rem;margin:3.5rem 0 1.5rem;letter-spacing:-.01em}.alg-article h2,.alg-article h3{font-family:Georgia,serif;font-weight:600}.alg-article h3{font-size:1.35rem;margin:2.5rem 0 1rem;color:#1a1a1a}.alg-article p{margin-bottom:1.5rem;color:#1a1a1a}.alg-lead{font-size:1.15rem;color:#5a5a5a}.alg-article strong{font-weight:600;color:#1a1a1a}.alg-article mark{background:linear-gradient(180deg,transparent 60%,#fff0e6 0);padding:0 2px}.alg-article blockquote{border-left:3px solid #e85d04;padding-left:1.5rem;margin:2rem 0}.alg-article blockquote p{font-family:Georgia,serif;font-size:1.15rem;font-style:italic;color:#5a5a5a;margin-bottom:0}.alg-article section{scroll-margin-top:6rem}.alg-toc{background:#ffffff;border:1px solid #e5e0d8;border-radius:8px;padding:1.5rem 2rem;margin-bottom:3rem}.alg-toc-label{font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#5a5a5a;margin-bottom:.75rem}.alg-toc ol{list-style:none;counter-reset:toc;padding:0;margin:0}.alg-toc li{counter-increment:toc;margin-bottom:.5rem}.alg-toc li:before{content:counter(toc) ".";color:#e85d04;font-weight:600;margin-right:.5rem}.alg-toc a{color:#1a1a1a;text-decoration:none;font-size:.95rem}.alg-toc a:hover{color:#e85d04}.alg-table-wrapper{margin:2rem 0;overflow-x:auto}.alg-article table{width:100%;border-collapse:collapse;font-size:.9rem}.alg-article th{text-align:left;padding:1rem;background:#1a1a1a;color:white;font-weight:600}.alg-article th:first-child{border-radius:8px 0 0 0}.alg-article th:last-child{border-radius:0 8px 0 0}.alg-article td{padding:1rem;border-bottom:1px solid #e5e0d8;vertical-align:top}.alg-article tr:last-child td{border-bottom:none}.alg-article tbody tr:nth-child(2n){background:#ffffff}.alg-article tbody th{background:transparent;color:#5a5a5a;font-weight:500}.alg-cta{background:#1a1a1a;color:white;padding:4rem 2rem;text-align:center;margin-top:4rem}.alg-cta h2{font-family:Georgia,serif;font-size:2rem;font-weight:600;margin-bottom:1rem;color:white}.alg-cta p{color:rgba(255,255,255,.7);max-width:500px;margin:0 auto 2rem}.alg-cta-button{display:inline-block;background:#e85d04;color:white;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;border-radius:6px;transition:transform .2s ease,box-shadow .2s ease}.alg-cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(232,93,4,.4)}.alg-footer{padding:2rem;text-align:center;font-size:.875rem;color:#5a5a5a;border-top:1px solid #e5e0d8}.alg-footer a{color:#5a5a5a;text-decoration:none}.alg-footer a:hover{color:#e85d04}.loops-form{display:flex;gap:.5rem;max-width:420px}.loops-input{flex:1;padding:.75rem 1rem;font-size:.95rem;font-family:inherit;border:1px solid #e5e0d8;border-radius:6px;background:#ffffff;color:#1a1a1a;outline:none;transition:border-color .2s ease}.loops-input:focus{border-color:#e85d04}.loops-input::-moz-placeholder{color:#999}.loops-input::placeholder{color:#999}.loops-button{padding:.75rem 1.25rem;font-size:.95rem;font-weight:600;font-family:inherit;background:#e85d04;color:white;border:none;border-radius:6px;cursor:pointer;white-space:nowrap;transition:background .2s ease}.loops-button:hover{background:#d45200}.loops-button:disabled{opacity:.7;cursor:not-allowed}.loops-success{font-family:Georgia,serif;font-style:italic;color:#e85d04;font-size:1.05rem}.loops-error{color:#c0392b;font-size:.85rem;margin-top:.5rem}.alg-inline-form{background:#ffffff;border:1px solid #e5e0d8;border-left:4px solid #e85d04;border-radius:0 8px 8px 0;padding:2rem 2.5rem;margin:3rem 0}.alg-inline-form-label{font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#e85d04;margin-bottom:.5rem}.alg-inline-form h3{font-family:Georgia,serif;font-size:1.35rem;font-weight:600;margin:0 0 .5rem}.alg-inline-form>p{color:#5a5a5a;margin-bottom:1.25rem}.alg-inline-form .loops-form{max-width:100%}.alg-playbook{max-width:720px;margin:0 auto;padding:4rem 2rem;text-align:center;border-top:1px solid #e5e0d8}.alg-playbook h2{font-family:Georgia,serif;font-size:2rem;font-weight:600;margin-bottom:1rem;letter-spacing:-.01em}.alg-playbook p{color:#5a5a5a;max-width:500px;margin:0 auto 1.5rem;line-height:1.6}.alg-playbook .loops-form{margin:0 auto;justify-content:center}.exit-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1.5rem;animation:fadeIn .2s ease}.exit-modal{background:#fffcf7;border-radius:12px;padding:3rem;max-width:460px;width:100%;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,.15);animation:slideUp .3s ease}.exit-modal h3{font-family:Georgia,serif;font-size:1.5rem;font-weight:600;margin-bottom:.75rem}.exit-modal>p{color:#5a5a5a;margin-bottom:1.5rem;line-height:1.6}.exit-modal .loops-form{justify-content:center;max-width:100%}.exit-dismiss{display:inline-block;margin-top:1rem;background:none;border:none;color:#999;font-size:.85rem;cursor:pointer;font-family:inherit}.exit-dismiss:hover{color:#5a5a5a}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.alg-hero{padding:3rem 1.5rem 2.5rem}.alg-hero h1{font-size:2.5rem}.alg-article{padding:0 1.5rem 3rem}.alg-definition-box{padding:0 1.5rem}.loops-form{flex-direction:column}.alg-inline-form{padding:1.5rem}.alg-playbook{padding:3rem 1.5rem}.exit-modal{padding:2rem 1.5rem}}