.test-description-wrapper{position:relative}@media(min-width:992px){.test-description-wrapper .test-toc{position:sticky;top:20px;align-self:flex-start;background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1rem;box-shadow:0 2px 4px #0000001a;max-width:250px;min-width:200px;max-height:calc(100vh - 40px);overflow-y:auto}.test-description-wrapper .test-toc .test-toc-title{font-size:.875rem;font-weight:600;margin:0 0 .75rem;color:#333;text-transform:uppercase;letter-spacing:.5px}.test-description-wrapper .test-toc .test-toc-list{list-style:none;padding:0;margin:0}.test-description-wrapper .test-toc .test-toc-list .test-toc-item{margin:.5rem 0}.test-description-wrapper .test-toc .test-toc-list .test-toc-item.test-toc-level-2 .test-toc-link{font-weight:600;color:#333}.test-description-wrapper .test-toc .test-toc-list .test-toc-item.test-toc-level-3 .test-toc-link{padding-left:1rem;font-size:.875rem}.test-description-wrapper .test-toc .test-toc-list .test-toc-item.test-toc-level-4 .test-toc-link{padding-left:1.5rem;font-size:.75rem}.test-description-wrapper .test-toc .test-toc-list .test-toc-item .test-toc-link{background:none;padding:.5rem;text-align:left;cursor:pointer;width:100%;color:#666;transition:all .3s ease;border:none;border-left:3px solid #0000;font-size:.875rem;line-height:1.5}.test-description-wrapper .test-toc .test-toc-list .test-toc-item .test-toc-link:hover{color:#007bff;background:#f8f9fa;border-left-color:#007bff}.test-description-wrapper .test-toc .test-toc-list .test-toc-item .test-toc-link:focus{outline:none}}@media(max-width:991px){.test-description-wrapper .test-toc{display:none}}.test-description{position:relative;margin-top:1rem}.test-description .server-description{position:relative;margin-bottom:1rem;background-color:#fff;max-height:50px;overflow:hidden;transition:max-height .3s ease}.test-description .server-description.expanded{max-height:none;overflow:visible}.test-description .server-description h3{font-size:1.25rem;font-weight:600;color:#2a2a2a;margin:1.75rem 0 .75rem;line-height:1.4;letter-spacing:-.01em;border-bottom:2px solid #e8e8e8;padding-bottom:.5rem}.test-description .server-description h4{font-size:1.25rem;font-weight:600;color:#3a3a3a;margin:1.5rem 0 .5rem;line-height:1.5}.test-description .interactive-description{position:relative;padding-bottom:2.5rem}.test-description .interactive-description .button-container{display:flex;justify-content:flex-start;margin-top:1rem}.test-description .interactive-description .button-container:not(.expanded){position:absolute;bottom:0;left:0;z-index:2}.test-description .interactive-description .button-container .toggle-button{background:#ffffffe6;color:#666;box-shadow:0 1px 3px #0000001a;border:1px solid #e0e0e0;display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .8rem;border-radius:6px;font-weight:500;font-size:.8rem;transition:all .2s ease;cursor:pointer}.test-description .interactive-description .button-container .toggle-button:hover{background:#f5f5f5;color:#333;transform:translateY(-1px)}.test-description .interactive-description .button-container .toggle-button .icon{font-size:.7rem;transition:transform .3s ease}.test-description .interactive-description .button-container .toggle-button.expanded .icon{transform:rotate(180deg)}.test-description .interactive-description:not(.expanded):after{content:"";position:absolute;bottom:0;left:0;right:0;height:80px;background:linear-gradient(180deg,#fff0 0,#ffffffe6 50%,#fff);pointer-events:none}