@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes scroll-right{0%{transform:translateX(-50%)}to{transform:translateX(0)}}.partners-container{display:flex;flex-direction:column;gap:2rem}.scrolling-wrapper{display:flex;overflow:hidden;width:100%}.scrolling-content-left{animation:scroll-left 25s linear infinite}.scrolling-content-left,.scrolling-content-right{display:flex;white-space:nowrap;width:max-content}.scrolling-content-right{animation:scroll-right 25s linear infinite}.scrolling-wrapper:hover .scrolling-content-left,.scrolling-wrapper:hover .scrolling-content-right{animation-play-state:paused}.partner-logo-box{background-color:white;border-radius:.5rem;padding:1rem;box-shadow:0 2px 4px rgba(0,0,0,.05);transition:all .3s ease;width:10rem;height:6rem;display:flex;align-items:center;justify-content:center;margin:0 2rem}.partner-logo-box:hover{box-shadow:0 4px 8px rgba(0,0,0,.1)}.partner-logo{max-height:4rem;max-width:100%;object-fit:contain}.patent-title{display:inline-block;padding:.75rem 1.5rem;margin:0 1rem;background-color:rgba(241,245,249,.8);border-radius:.5rem;font-weight:500;color:#374151;cursor:pointer;transition:all .2s ease;white-space:nowrap;box-shadow:0 1px 3px rgba(0,0,0,.05)}.patent-title:hover{background-color:#e2e8f0;transform:translateY(-2px);box-shadow:0 4px 6px rgba(0,0,0,.1)}.patent-selected{background-color:#2563eb;color:white}.patent-selected:hover{background-color:#1d4ed8}.patent-image-container{min-height:400px;display:flex;justify-content:center;align-items:center;padding:2rem;background-color:#f8fafc;border-radius:1rem;margin-top:2rem}.patent-image{width:100%;max-width:800px;margin:0 auto;text-align:center}.modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.75);display:flex;justify-content:center;align-items:center;z-index:1000;backdrop-filter:blur(3px)}.modal-content{position:relative;background-color:white;width:90%;max-width:900px;max-height:90vh;border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,.3);overflow:hidden;padding:1rem}.modal-close-btn{position:absolute;top:10px;right:15px;font-size:24px;background:none;border:none;cursor:pointer;color:#666;z-index:10;width:32px;height:32px;border-radius:50%;display:flex;justify-content:center;align-items:center;transition:all .2s ease}.modal-close-btn:hover{background-color:rgba(0,0,0,.1);color:#000}.modal-body{display:flex;flex-direction:column;align-items:center;padding:1rem;overflow-y:auto;max-height:calc(90vh - 2rem)}.modal-image{max-width:100%;max-height:70vh;object-fit:contain;border-radius:4px;margin-bottom:1.5rem}.modal-title{font-size:1.25rem;font-weight:600;color:#333;text-align:center;margin-top:.5rem}