.side-sheet-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:9999;display:flex;justify-content:flex-end;animation:fadeIn .3s ease-in-out}.side-sheet{width:100%;max-width:500px;height:100%;background-color:#fff;box-shadow:-2px 0 10px rgba(0,0,0,.1);display:flex;flex-direction:column;animation:slideIn .3s ease-in-out;overflow:hidden}.side-sheet-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #e9ecef;background-color:#f8f9fa}.side-sheet-header h3{margin:0;font-family:ProductSans-Bold,sans-serif;color:#333;font-size:1.25rem}.side-sheet-header .close-button{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:.25rem;border-radius:4px;transition:all .2s ease}.side-sheet-header .close-button:hover{background-color:#e9ecef;color:#333}.side-sheet-header .close-button i{font-size:1.5rem}.side-sheet-content{flex:1 1;overflow-y:auto;padding:1.5rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}@media(max-width:768px){.side-sheet{max-width:100%}.side-sheet-header{padding:1rem}.side-sheet-header h3{font-size:1.1rem}.side-sheet-content{padding:1rem}}.company-side-sheet .company-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e9ecef}.company-side-sheet .company-header .company-logo{flex-shrink:0}.company-side-sheet .company-header .company-info{flex:1 1}.company-side-sheet .company-header .company-info .company-name{margin:0 0 .5rem;font-family:ProductSans-Bold,sans-serif;font-size:1.5rem;color:#333;line-height:1.3}.company-side-sheet .company-header .company-info .company-website{display:inline-flex;align-items:center;gap:.5rem;color:#5468e1;text-decoration:none;font-size:.9rem;transition:color .2s ease}.company-side-sheet .company-header .company-info .company-website:hover{color:#3a4bb8;text-decoration:underline}.company-side-sheet .company-header .company-info .company-website i{font-size:1rem}.company-side-sheet .company-content .section{margin-bottom:2rem}.company-side-sheet .company-content .section h3{font-family:ProductSans-Bold,sans-serif;font-size:1.1rem;color:#333;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:2px solid #f0f0f0}.company-side-sheet .company-content .section p{color:#666;line-height:1.6;margin:0}.company-side-sheet .company-content .section .about-content .html-content{color:#666;line-height:1.6}.company-side-sheet .company-content .section .about-content .html-content h1,.company-side-sheet .company-content .section .about-content .html-content h2,.company-side-sheet .company-content .section .about-content .html-content h3,.company-side-sheet .company-content .section .about-content .html-content h4,.company-side-sheet .company-content .section .about-content .html-content h5,.company-side-sheet .company-content .section .about-content .html-content h6{font-family:ProductSans-Bold,sans-serif;color:#333;margin-top:1rem;margin-bottom:.5rem}.company-side-sheet .company-content .section .about-content .html-content p{margin-bottom:.75rem}.company-side-sheet .company-content .section .about-content .html-content ol,.company-side-sheet .company-content .section .about-content .html-content ul{margin-bottom:.75rem;padding-left:1.5rem}.company-side-sheet .company-content .section .about-content .html-content li{margin-bottom:.25rem}.company-side-sheet .company-content .section .about-content .html-content a{color:#5468e1;text-decoration:none}.company-side-sheet .company-content .section .about-content .html-content a:hover{text-decoration:underline}.company-side-sheet .company-content .view-full-profile{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e9ecef;text-align:center}.company-side-sheet .company-content .view-full-profile .view-profile-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background-color:#5468e1;color:#fff;text-decoration:none;border-radius:6px;font-weight:500;transition:all .2s ease}.company-side-sheet .company-content .view-full-profile .view-profile-btn:hover{background-color:#3a4bb8;transform:translateY(-1px);box-shadow:0 4px 8px rgba(84,104,225,.3)}.company-side-sheet .company-content .view-full-profile .view-profile-btn i{font-size:1rem}.company-side-sheet-error{text-align:center;padding:2rem 1rem}.company-side-sheet-error h4{font-family:ProductSans-Bold,sans-serif;color:#333;margin-bottom:.5rem}.company-side-sheet-error p{color:#666;margin:0}.company-side-sheet-skeleton .skeleton-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e9ecef}.company-side-sheet-skeleton .skeleton-header .skeleton-info{flex:1 1}.company-side-sheet-skeleton .skeleton-content .react-loading-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:768px){.company-side-sheet .company-header .company-info .company-name{font-size:1.3rem}.company-side-sheet .company-content .section h3{font-size:1rem}.company-side-sheet .company-content .view-full-profile .view-profile-btn{padding:.6rem 1.2rem;font-size:.9rem}}