@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";@font-face{font-family:dessau-pro;src:url(/fonts/dessaupro-webfont.woff2) format("woff2"),url(/fonts/dessaupro-webfont.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}:root{--breakpoint-xs: 575px;--breakpoint-sm: 575px;--breakpoint-md: 767px;--breakpoint-lg: 991px;--breakpoint-xl: 1199px;--breakpoint-xxl: 1399px;--primary-cst: #2984f0;--main-cst: #2f2f2f;--secondary-cst: #4d5461;--secondary-cst-500: #6c727f;--secondary-cst-200: #e5e6eb;--secondary-cst-100: #f4f4f6;--bs-border-color: #e5e6eb;--cst-brand-green: #a3c038;--cst-brand-yellow: #eec22d;--cst-brand-pink: #c41e70;--cst-brand-blue: #2984f0;--cst-brand-black: #2f2f2f;--cst-brand-black-rgb: 47, 47, 47;--primary-color: #007bff;--primary-dark: #0056b3;--primary-light: #66b3ff;--secondary-color: #6c757d;--accent-color: #28a745;--white: #ffffff;--black: #000000;--gray-50: #fafbfc;--gray-100: #f8f9fa;--gray-200: #e9ecef;--gray-300: #dee2e6;--gray-400: #ced4da;--gray-500: #adb5bd;--gray-600: #6c757d;--gray-700: #495057;--gray-800: #343a40;--gray-900: #212529;--success: #2984f0;--warning: #eec22d;--error: #c41e70;--info: #17a2b8;--font-family-primary: "Montserrat", sans-serif;--font-size-base: 16px;--line-height-base: 1.5;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 3rem;--border-radius-sm: .25rem;--border-radius-md: .375rem;--border-radius-lg: .5rem}*{box-sizing:border-box}body{margin:0;font-family:var(--font-family-primary);font-size:var(--font-size-base);line-height:var(--line-height-base);color:var(--gray-900);background-color:var(--white)}.layout{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding-top:2rem}.breadcrumbs+.main-content{padding-top:0}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.text-center{text-align:center}.mb-1{margin-bottom:var(--spacing-xs)}.mb-2{margin-bottom:var(--spacing-sm)}.mb-3{margin-bottom:var(--spacing-md)}.mb-4{margin-bottom:var(--spacing-lg)}.mb-5{margin-bottom:var(--spacing-xl)}.mt-1{margin-top:var(--spacing-xs)}.mt-2{margin-top:var(--spacing-sm)}.mt-3{margin-top:var(--spacing-md)}.mt-4{margin-top:var(--spacing-lg)}.mt-5{margin-top:var(--spacing-xl)}.p-1{padding:var(--spacing-xs)}.p-2{padding:var(--spacing-sm)}.p-3{padding:var(--spacing-md)}.p-4{padding:var(--spacing-lg)}.p-5{padding:var(--spacing-xl)}.blue-tick-list{list-style:none;margin:1rem 0;padding-left:2rem}.blue-tick-list li{position:relative;margin-bottom:.75rem;color:var(--gray-700);line-height:1.6}.blue-tick-list li:before{content:"✓";position:absolute;left:-2rem;color:var(--primary-cst);font-weight:700;font-size:1.25rem;line-height:1.6}.grecaptcha-badge{visibility:hidden!important}.navbar{background:var(--cst-brand-black);box-shadow:0 2px 10px var(--cst-brand-black);position:sticky;top:0;z-index:500;padding:0}.navbar-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;height:70px}.navbar-brand{display:flex;align-items:center}.navbar-brand a{text-decoration:none;display:flex;align-items:center}.navbar-logo{height:40px;width:auto;margin-right:1.5rem}.navbar-menu{display:flex;list-style:none;margin:0;padding:0;gap:1rem;align-items:center}.navbar-item{position:relative}.navbar-link{display:flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;padding:.75rem 1rem;border-radius:8px;transition:color .3s ease;font-weight:500;font-size:1rem;white-space:nowrap;cursor:pointer}.navbar-link:hover{background-color:transparent;text-decoration:underline}.navbar-icon{font-size:1rem;width:16px;transition:color .3s ease}.navbar-toggle{display:none;flex-direction:column;cursor:pointer;gap:4px}.navbar-toggle span{width:25px;height:3px;background-color:var(--white);border-radius:2px;transition:all .3s ease;transform-origin:center;backface-visibility:hidden;will-change:transform,opacity}.navbar-link.active{background-color:transparent;color:var(--cst-brand-blue)}.navbar-link.active .navbar-icon{color:var(--cst-brand-blue)}.navbar-link.active:hover{text-decoration:none;background-color:transparent}.navbar-auth-btn{margin:0 .25rem;min-width:100px;white-space:nowrap;flex-shrink:0}.navbar-item--button{display:flex;align-items:center}.navbar-dropdown{position:relative}.navbar-dropdown-icon{margin-left:.5rem;font-size:.8rem;transition:transform .3s ease}.navbar-dropdown-open .navbar-dropdown-icon{transform:rotate(180deg)}.navbar-dropdown-menu{position:absolute;top:100%;left:0;background:var(--cst-brand-black);border:1px solid var(--secondary-cst-200);border-radius:8px;box-shadow:0 4px 12px #0000004d;list-style:none;margin:0;padding:.5rem 0;min-width:180px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1000}.navbar-dropdown-menu.navbar-dropdown-open{opacity:1;visibility:visible;transform:translateY(0)}.navbar-dropdown-link{display:flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;padding:.75rem 1rem;font-weight:500;font-size:.95rem;transition:background-color .3s ease}.navbar-dropdown-link:hover{background-color:var(--secondary-cst);text-decoration:none}.navbar-dropdown-link .navbar-icon{font-size:.9rem;width:14px}@media (max-width: 1199px){.navbar-container{padding:0 1.5rem 0 1rem}.navbar-menu{position:fixed;top:70px;left:0;right:0;background:var(--cst-brand-black);flex-direction:column;gap:0;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;box-shadow:0 4px 10px var(--cst-brand-black);z-index:400;display:none;padding:1rem 0}.navbar-menu.navbar-menu-open{transform:translateY(0);opacity:1;visibility:visible;display:flex}.navbar-item{width:100%}.navbar-link{padding:1rem 2rem;border-radius:0;justify-content:flex-start}.navbar-toggle{display:flex}.navbar-toggle.navbar-toggle-open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.navbar-toggle.navbar-toggle-open span:nth-child(2){transform:scale(0)}.navbar-toggle.navbar-toggle-open span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.navbar-item--button{align-items:stretch;padding:0 1rem;width:100%}.navbar-item--button .navbar-auth-btn,.navbar-item--button .navbar-logout-btn{margin:.5rem 0;width:100%;display:flex!important;justify-content:center;align-items:center;min-height:44px}.navbar-dropdown-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:none;background:var(--secondary-cst);margin-left:1rem;border-radius:0}.navbar-dropdown-menu.navbar-dropdown-open{display:block}.navbar-dropdown-menu:not(.navbar-dropdown-open){display:none}.navbar-dropdown-link{padding:.75rem 1.5rem;font-size:.9rem}.navbar-dropdown-icon{display:none}}@media (max-width: 767px){.navbar-container{padding:0 1rem 0 .5rem}.navbar-brand span{font-size:1.2rem!important}}.footer{background-color:var(--cst-brand-black);color:#fff;padding:3rem 0 2rem;margin-top:auto}.footer-content{display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:center}.footer-logo{display:flex;align-items:center;justify-content:center;gap:4rem}.footer-logo img{max-height:60px;width:auto}.footer-info p{font-size:.9rem;color:var(--gray-300);margin:0;line-height:1.5}.footer-link{color:var(--primary-cst);text-decoration:none;margin-left:.5rem}.footer-link:hover{text-decoration:underline}.social-list{padding:0;margin:0;list-style:none;display:flex;align-items:center;justify-content:center;gap:1.5rem}.sprite-icon-main{display:flex;align-items:center;justify-content:center}.sprite-icon-main a{display:flex;align-items:center;justify-content:center;text-decoration:none}.sprite-icon{color:var(--secondary-cst);transition:transform .3s ease;fill:var(--secondary-cst);max-width:32px;max-height:32px}.sprite-icon:hover{transform:scale(1.1)}.sprite-icon-facebook .sprite-icon:hover{color:#1877f2;fill:#1877f2}.sprite-icon-linkedin .sprite-icon:hover{color:#0a66c2;fill:#0a66c2}.sprite-icon-instagram .sprite-icon:hover{color:#e4405f;fill:#e4405f}.sprite-icon-tiktok .sprite-icon:hover{color:#ff0050;fill:#ff0050}.sprite-icon-twitter .sprite-icon:hover{color:#1da1f2;fill:#1da1f2}@media (max-width: 768px){.footer{padding:2rem 0 1.5rem}.footer-content{gap:1.5rem}.footer-logo img{max-height:50px}.footer-info p{font-size:.8rem;padding:0 1rem}.social-list{gap:1rem}.sprite-icon{max-width:28px;max-height:28px}}@media (max-width: 480px){.footer-info p{font-size:.75rem}.social-list{gap:.75rem}.sprite-icon{max-width:24px;max-height:24px}}.breadcrumbs{background-color:#f8f9fa;padding:.75rem 0;border-bottom:1px solid #e9ecef;margin-bottom:0}.breadcrumbs-list{display:flex;flex-wrap:wrap;align-items:center;list-style:none;margin:0;padding:0;gap:.5rem}.breadcrumbs-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.breadcrumbs-link{color:#06c;text-decoration:none;transition:color .2s ease,text-decoration .2s ease;font-weight:500}.breadcrumbs-link:hover{color:#004999;text-decoration:underline}.breadcrumbs-link--active{color:#004999}.breadcrumbs-current{color:#495057;font-weight:600}.breadcrumbs-separator{color:#6c757d;font-size:.75rem}@media (max-width: 768px){.breadcrumbs{padding:.5rem 0;margin-bottom:1rem}.breadcrumbs-item{font-size:.8125rem}.breadcrumbs-separator{font-size:.6875rem}}@media (prefers-color-scheme: dark){.breadcrumbs{background-color:#1a1a1a;border-bottom-color:#333}.breadcrumbs-link{color:#66b3ff}.breadcrumbs-link:hover,.breadcrumbs-link--active{color:#9cf}.breadcrumbs-current{color:#e9ecef}.breadcrumbs-separator{color:#adb5bd}}.spinner-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.spinner{border-radius:50%;border-style:solid;position:relative;animation:spinner-load 3.5s both infinite ease-in-out,spinner-spin 4.5s infinite linear}@property --spinner-nose{syntax: "<percentage>"; initial-value: 0%; inherits: false;}@property --spinner-tail{syntax: "<percentage>"; initial-value: 0%; inherits: false;}.spinner--sm{width:32px;height:32px;border-width:5px;mask:conic-gradient(from 45deg,transparent 0 var(--spinner-tail),#000 0 var(--spinner-nose),transparent 0 var(--spinner-nose))}.spinner--md{width:44px;height:44px;border-width:6px;mask:conic-gradient(from 45deg,transparent 0 var(--spinner-tail),#000 0 var(--spinner-nose),transparent 0 var(--spinner-nose))}.spinner--lg{width:60px;height:60px;border-width:8px;mask:conic-gradient(from 45deg,transparent 0 var(--spinner-tail),#000 0 var(--spinner-nose),transparent 0 var(--spinner-nose))}.spinner--xl{width:80px;height:80px;border-width:10px;mask:conic-gradient(from 45deg,transparent 0 var(--spinner-tail),#000 0 var(--spinner-nose),transparent 0 var(--spinner-nose))}.spinner--primary{border-top-color:var(--cst-brand-blue);border-right-color:var(--cst-brand-green);border-bottom-color:var(--cst-brand-pink);border-left-color:var(--cst-brand-yellow)}.spinner--secondary{border-top-color:var(--gray-600);border-right-color:var(--gray-500);border-bottom-color:var(--gray-700);border-left-color:var(--gray-400)}.spinner--white{border-top-color:#ffffffe6;border-right-color:#ffffffb3;border-bottom-color:#fffc;border-left-color:#fff9}.spinner--inherit{border-top-color:currentColor;border-right-color:currentColor;border-bottom-color:currentColor;border-left-color:currentColor;opacity:.8}@keyframes spinner-spin{to{transform:rotate(360deg)}}@keyframes spinner-load{0%{--spinner-tail: 0%;--spinner-nose: 0%}40%,60%{--spinner-nose: 100%;--spinner-tail: 0%}to{--spinner-nose: 100%;--spinner-tail: 100%}}.spinner-message{margin-top:1rem;margin-bottom:0;color:var(--gray-600);font-size:.95rem;font-weight:500;letter-spacing:.025em}@supports not (background: paint(something)){.spinner{mask:none;background:conic-gradient(from 0deg,var(--cst-brand-blue) 0deg 90deg,var(--cst-brand-green) 90deg 180deg,var(--cst-brand-pink) 180deg 270deg,var(--cst-brand-yellow) 270deg 360deg);border:none;animation:spinner-spin 1.5s infinite linear}.spinner--sm:after{content:"";position:absolute;top:5px;left:5px;right:5px;bottom:5px;background:var(--white, #ffffff);border-radius:50%}.spinner--md:after{content:"";position:absolute;top:6px;left:6px;right:6px;bottom:6px;background:var(--white, #ffffff);border-radius:50%}.spinner--lg:after{content:"";position:absolute;top:8px;left:8px;right:8px;bottom:8px;background:var(--white, #ffffff);border-radius:50%}.spinner--xl:after{content:"";position:absolute;top:10px;left:10px;right:10px;bottom:10px;background:var(--white, #ffffff);border-radius:50%}}@media (max-width: 768px){.spinner-container{padding:1.5rem}.spinner-message{font-size:.9rem}}.spinner-inline{display:inline-flex;align-items:center;gap:.5rem}.spinner-inline .spinner-container{padding:0}.spinner-inline .spinner-message{margin-top:0;font-size:.875rem}@media (prefers-reduced-motion: reduce){.spinner{animation-duration:6s}}@media (prefers-contrast: high){.spinner--primary{border-top-color:var(--cst-brand-black);border-right-color:var(--cst-brand-black);border-bottom-color:var(--cst-brand-black);border-left-color:var(--cst-brand-black)}}.skeleton-prospectus-detail__container{max-width:1200px;margin:0 auto;padding:1rem}.skeleton-prospectus-detail__navigation{margin-bottom:1.5rem}.skeleton-prospectus-detail__header{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:2rem;padding:1.5rem;background:var(--background-light, #f8f9fa);border-radius:8px;border:1px solid var(--border-color, #e9ecef)}.skeleton-prospectus-detail__logo{min-width:170px;min-height:170px;display:flex;align-items:center;justify-content:center;background:var(--gray-100, #f3f4f6);border-radius:0;overflow:hidden;box-shadow:0 4px 16px #0000001f;flex-shrink:0}.skeleton-prospectus-detail__title-section{flex:1;display:flex;flex-direction:column;gap:1rem}.skeleton-prospectus-detail__badges{display:flex;flex-wrap:wrap;gap:.5rem}.skeleton-prospectus-detail__tabs{margin-bottom:2rem}.skeleton-prospectus-detail__tab-navigation{display:flex;gap:.5rem;border-bottom:2px solid var(--gray-200, #e5e7eb);overflow-x:auto;padding-bottom:0}.skeleton-prospectus-detail__content{display:grid;grid-template-columns:1fr 350px;gap:3rem;align-items:start}.skeleton-prospectus-detail__main{display:flex;flex-direction:column;gap:0}.skeleton-prospectus-detail__section{background:var(--white, #ffffff);border:2px solid var(--border-color, #e9ecef);border-radius:var(--border-radius-lg, 8px);padding:2rem;box-shadow:0 4px 16px #00000014;margin-bottom:2rem}.skeleton-prospectus-detail__content-blocks{display:flex;flex-direction:column;gap:1rem;margin:1.5rem 0}.skeleton-prospectus-detail__details-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:1.5rem}.skeleton-prospectus-detail__detail{display:flex;flex-direction:column;gap:.5rem}.skeleton-prospectus-detail__sidebar{display:flex;flex-direction:column;gap:1.5rem}.skeleton-prospectus-detail__sidebar-card{background:var(--white, #ffffff);border:2px solid var(--border-color, #e9ecef);border-radius:var(--border-radius-lg, 8px);padding:1.5rem;box-shadow:0 4px 16px #00000014}.skeleton-prospectus-detail__financial-items{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.skeleton-prospectus-detail__financial-item{display:flex;justify-content:space-between;align-items:center}.skeleton-prospectus-detail__actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.skeleton-shimmer--back-button{width:140px;height:32px;border-radius:4px}.skeleton-shimmer--title{width:300px;height:32px;max-width:100%}.skeleton-shimmer--reference{width:200px;height:18px;max-width:100%}.skeleton-shimmer--badge{width:80px;height:24px;border-radius:12px}.skeleton-shimmer--tab{width:100px;height:40px;border-radius:0;border-bottom:3px solid transparent}.skeleton-shimmer--tab-active{border-bottom:3px solid var(--cst-brand-blue, #007bff)}.skeleton-shimmer--section-title{width:200px;height:20px;margin-bottom:1.5rem}.skeleton-shimmer--content-block{width:100%;height:16px}.skeleton-shimmer--content-block-short{width:70%}.skeleton-shimmer--detail-label{width:80px;height:12px}.skeleton-shimmer--detail-value{width:120px;height:16px}.skeleton-shimmer--card-title{width:150px;height:18px;margin-bottom:1rem}.skeleton-shimmer--financial-label{width:100px;height:14px}.skeleton-shimmer--financial-value{width:80px;height:16px;font-weight:600}.skeleton-shimmer--action-button{width:100%;height:36px;border-radius:4px}.skeleton-prospectus-detail__navigation .skeleton-shimmer{animation-delay:0s}.skeleton-prospectus-detail__header .skeleton-shimmer:nth-child(1){animation-delay:.1s}.skeleton-prospectus-detail__header .skeleton-shimmer:nth-child(2){animation-delay:.2s}.skeleton-prospectus-detail__header .skeleton-shimmer:nth-child(3){animation-delay:.3s}.skeleton-prospectus-detail__tabs .skeleton-shimmer:nth-child(1){animation-delay:.4s}.skeleton-prospectus-detail__tabs .skeleton-shimmer:nth-child(2){animation-delay:.45s}.skeleton-prospectus-detail__tabs .skeleton-shimmer:nth-child(3){animation-delay:.5s}.skeleton-prospectus-detail__tabs .skeleton-shimmer:nth-child(4){animation-delay:.55s}.skeleton-prospectus-detail__tabs .skeleton-shimmer:nth-child(5){animation-delay:.6s}.skeleton-prospectus-detail__main .skeleton-shimmer{animation-delay:.7s}.skeleton-prospectus-detail__sidebar .skeleton-shimmer{animation-delay:.8s}@media (max-width: 991px){.skeleton-prospectus-detail__content{grid-template-columns:1fr;gap:1.5rem}.skeleton-prospectus-detail__sidebar{order:-1;flex-direction:column;gap:1.5rem}}@media (max-width: 767px){.skeleton-prospectus-detail__container{padding:.5rem}.skeleton-prospectus-detail__header{flex-direction:column;text-align:center;gap:1rem}.skeleton-prospectus-detail__logo{min-width:100px;min-height:100px;align-self:center}.skeleton-shimmer--logo{width:80px;height:80px}.skeleton-prospectus-detail__tab-navigation{gap:0}.skeleton-shimmer--tab{width:80px;height:36px}.skeleton-prospectus-detail__details-grid{grid-template-columns:1fr 1fr;gap:1rem}.skeleton-shimmer--title{width:250px}.skeleton-shimmer--reference{width:180px}}@media (max-width: 575px){.skeleton-shimmer--tab{width:60px;height:32px}.skeleton-prospectus-detail__badges{justify-content:center}.skeleton-prospectus-detail__sidebar{flex-direction:column;gap:1.5rem}.skeleton-prospectus-detail__details-grid{grid-template-columns:1fr;gap:1rem}.skeleton-shimmer--title{width:200px}.skeleton-shimmer--reference{width:150px}}.skeleton-prospectus-detail:focus{outline:2px solid var(--cst-brand-blue);outline-offset:2px}.skeleton-prospectus-detail:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:transparent;pointer-events:none;z-index:1}.skeleton-prospectus-detail *{position:relative;z-index:2}.skeleton-prospectus-edit{width:100%;max-width:1200px;margin:0 auto;padding:1rem}.skeleton-prospectus-edit__container{width:100%}.skeleton-prospectus-edit__navigation{margin-bottom:1rem}.skeleton-shimmer--back-button{width:180px;height:36px;border-radius:4px}.skeleton-prospectus-edit__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a}.skeleton-prospectus-edit__info{flex:1}.skeleton-shimmer--title{width:300px;height:28px;margin-bottom:.5rem;border-radius:4px}.skeleton-shimmer--reference{width:120px;height:20px;border-radius:4px}.skeleton-prospectus-edit__status{margin-left:2rem}.skeleton-shimmer--status{width:150px;height:24px;border-radius:4px}.skeleton-prospectus-edit__content{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.skeleton-prospectus-edit__sections{display:flex;gap:.5rem;padding:1rem;background:#f8f9fa;border-bottom:1px solid #e9ecef}.skeleton-shimmer--tab{width:120px;height:36px;border-radius:4px}.skeleton-shimmer--tab-active{background:linear-gradient(90deg,#e9ecef,#f8f9fa,#e9ecef)}.skeleton-prospectus-edit__fields{padding:2rem}.skeleton-shimmer--section-title{width:200px;height:24px;margin-bottom:1.5rem;border-radius:4px}.skeleton-prospectus-edit__field-grid{display:grid;gap:1.5rem;margin-bottom:1.5rem}.skeleton-prospectus-edit__field{width:100%}.skeleton-prospectus-edit__field-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.skeleton-shimmer--label{width:150px;height:20px;border-radius:4px}.skeleton-shimmer--icon{width:20px;height:20px;border-radius:50%}.skeleton-shimmer--input{width:100%;height:40px;border-radius:4px}.skeleton-shimmer--textarea{width:100%;height:100px;border-radius:4px}.skeleton-prospectus-edit__help{margin-top:1rem}.skeleton-shimmer--help-text{width:400px;height:20px;border-radius:4px}.skeleton-prospectus-edit__footer{margin-top:2rem;padding:1.5rem;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a}.skeleton-prospectus-edit__actions{display:flex;gap:1rem;justify-content:flex-end}.skeleton-shimmer--button{width:120px;height:40px;border-radius:4px}.skeleton-shimmer--button-primary{width:150px;background:linear-gradient(90deg,#dee2e6,#e9ecef,#dee2e6)}.skeleton-shimmer{background:linear-gradient(90deg,#f0f0f0,#f8f8f8,#f0f0f0);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite}@media (max-width: 768px){.skeleton-prospectus-edit__header{flex-direction:column;align-items:flex-start}.skeleton-prospectus-edit__status{margin-left:0;margin-top:1rem}.skeleton-prospectus-edit__sections{flex-wrap:wrap}.skeleton-shimmer--tab{width:100px}.skeleton-prospectus-edit__actions{flex-direction:column}.skeleton-shimmer--button,.skeleton-shimmer--button-primary{width:100%}.skeleton-shimmer--help-text{width:100%;max-width:400px}}.custom-title{color:var(--cst-brand-black);font-weight:800;font-size:2rem;margin-bottom:1rem;position:relative;display:inline;letter-spacing:.5px;background-image:linear-gradient(to right,var(--cst-brand-blue) 0%,var(--cst-brand-blue) 100%);background-repeat:no-repeat;background-position:0 100%;background-size:100% 4px;padding-bottom:2px}.custom-title-underline{display:none}.custom-title:is(h3,h4,h5,h6){background-size:100% 3px;padding-bottom:4px}.custom-title.access-subtitle{font-size:1.15rem;font-weight:600;margin-bottom:1.2rem;margin-top:2.2rem;background-size:100% 2px;padding-bottom:1px}.custom-title.user-profile__title,.custom-title.buyer-profile__title{padding-top:0;margin-top:0}.custom-title.text-center{display:inline;margin:0 auto 3rem;text-align:left}.container{text-align:center}.container .custom-title.text-center{text-align:left}.container .custom-title{text-align:left!important}@media (max-width: 600px){.custom-title{font-size:1.3rem;background-size:100% 3px}.custom-title:is(h3,h4,h5,h6){background-size:100% 3px}.custom-title.text-center{margin-bottom:2rem}}.markdown-content{font-size:1rem;line-height:1.6;color:var(--cst-brand-black)}.markdown-paragraph{margin:.75rem 0}.markdown-list{margin:1rem 0;padding-left:0}.markdown-list--unordered{list-style:none}.markdown-list--unordered li{position:relative;padding-left:1.75rem;margin-bottom:.5rem}.markdown-list--unordered li:before{content:"✓";position:absolute;left:0;color:var(--cst-brand-blue);font-weight:700;font-size:1.1rem}.markdown-list--ordered{padding-left:1.5rem}.markdown-list--ordered li{margin-bottom:.5rem}.markdown-table-wrapper{overflow-x:auto;margin:1.5rem 0;border-radius:8px;box-shadow:0 1px 3px #0000001a}.markdown-table{width:100%;border-collapse:collapse;font-size:.9rem;background:#fff}.markdown-table th,.markdown-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e0e0e0}.markdown-table th{background-color:#f8f9fa;font-weight:600;color:var(--cst-brand-black);border-bottom:2px solid var(--cst-brand-blue)}.markdown-table tr:last-child td{border-bottom:none}.markdown-table tr:hover{background-color:#f8f9fa}.markdown-strong{font-weight:700;color:var(--cst-brand-black)}.markdown-blockquote{border-left:4px solid var(--cst-brand-blue);padding-left:1rem;margin:1rem 0;color:#555;font-style:italic}@media (max-width: 768px){.markdown-content{font-size:.95rem}.markdown-table{font-size:.85rem}.markdown-table th,.markdown-table td{padding:.5rem .75rem}}.prospectus-disclaimer{margin-top:1rem;padding:.75rem;border-top:1px solid #e9ecef;background-color:#f8f9fa}.prospectus-disclaimer__text{font-size:.7rem;color:#6c757d;line-height:1.4;margin:0;text-align:center;font-style:italic}.prospectus-detail__formatted-text{line-height:1.6}.prospectus-detail__formatted-text p{margin-bottom:1rem;text-align:justify}.prospectus-detail__formatted-text p:last-child{margin-bottom:0}.prospectus-detail__financial-info,.prospectus-detail__territory-info,.prospectus-detail__property-details,.prospectus-detail__assets-overview{margin-bottom:2rem}.prospectus-detail__financial-grid,.prospectus-detail__territory-grid,.prospectus-detail__property-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;margin-top:1rem}.prospectus-detail__financial-item,.prospectus-detail__territory-item,.prospectus-detail__property-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background-color:#f8f9fa}.prospectus-detail__financial-label,.prospectus-detail__territory-label,.prospectus-detail__property-label{font-weight:600;color:var(--cst-brand-black);position:relative;display:inline-block;padding-bottom:.25rem}.prospectus-detail__financial-label:after,.prospectus-detail__territory-label:after,.prospectus-detail__property-label:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:var(--cst-brand-blue);border-radius:1px}.prospectus-detail__financial-value,.prospectus-detail__territory-value,.prospectus-detail__property-value{font-weight:500;color:var(--cst-brand-blue)}.prospectus-detail__features-list{list-style:none;padding:0;margin:1rem 0}.prospectus-detail__features-list li{padding:.5rem 0 .5rem 1.5rem;position:relative}.prospectus-detail__features-list li:before{content:"✓";position:absolute;left:0;color:var(--cst-brand-blue);font-weight:700}.prospectus-detail__marketing-features,.prospectus-detail__territory-features,.prospectus-detail__staff-features,.prospectus-detail__property-features{margin-top:1.5rem}.prospectus-detail__assets-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-top:1.5rem}.prospectus-detail__asset-category{padding:1.5rem;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.prospectus-detail__franchise-info,.prospectus-detail__financial-notes,.prospectus-detail__marketing-investment,.prospectus-detail__territory-description,.prospectus-detail__territory-features,.prospectus-detail__territory-expansion,.prospectus-detail__staff-structure,.prospectus-detail__staff-features,.prospectus-detail__staff-transition,.prospectus-detail__training-support,.prospectus-detail__property-details,.prospectus-detail__lease-information,.prospectus-detail__property-condition,.prospectus-detail__equipment-fixtures,.prospectus-detail__intellectual-property,.prospectus-detail__lease-agreements,.prospectus-detail__included-leases,.prospectus-detail__asset-valuation,.prospectus-detail__transition-support{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e9ecef}.prospectus-detail__franchise-count{margin:0;margin-top:.5rem;font-size:1.1rem}@media (max-width: 768px){.prospectus-detail__financial-grid,.prospectus-detail__territory-grid,.prospectus-detail__property-grid,.prospectus-detail__assets-categories{grid-template-columns:1fr}.prospectus-detail__financial-item,.prospectus-detail__territory-item,.prospectus-detail__property-item{flex-direction:column;align-items:flex-start;gap:.5rem}}.financial-table-wrapper{overflow-x:auto;margin:1.5rem 0;border-radius:8px;box-shadow:0 2px 4px #0000001a;-webkit-overflow-scrolling:touch}.financial-table{width:100%;border-collapse:collapse;background:#fff;font-size:.9rem}.financial-table th,.financial-table td{padding:.875rem 1rem;text-align:left;border-bottom:1px solid #e0e0e0}.financial-table th{background-color:#f8f9fa;font-weight:600;color:var(--cst-brand-black);white-space:nowrap}.financial-table th:first-child{position:sticky;left:0;z-index:1;background-color:#f8f9fa}.financial-table td:first-child{font-weight:500;position:sticky;left:0;background-color:#fff;z-index:1}.financial-table tr:last-child td{border-bottom:none}.financial-table tr:hover td{background-color:#f8f9fa}@media (max-width: 768px){.financial-table-wrapper{margin:1rem 0;border-radius:4px}.financial-table{font-size:.75rem}.financial-table th,.financial-table td{padding:.5rem;white-space:normal;word-break:break-word}.financial-table th:first-child,.financial-table td:first-child{position:static;min-width:80px;max-width:100px}.financial-table th:not(:first-child),.financial-table td:not(:first-child){min-width:60px;max-width:80px}}.financial-card{background:var(--white, #ffffff);border:2px solid var(--gray-200, #e5e7eb);border-radius:var(--border-radius-lg, 8px);padding:1.5rem;box-shadow:0 4px 16px #00000014}.financial-card__title{font-size:1.1rem;font-weight:600;color:var(--cst-brand-black, #333);margin:0 0 1rem;padding-bottom:.5rem;border-bottom:1px solid var(--gray-200, #e5e7eb)}.financial-card__item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0}.financial-card__item:first-of-type{border-bottom:1px solid var(--gray-200, #e5e7eb)}.financial-card__label{font-size:.9rem;color:var(--gray-700, #374151);font-weight:600}.financial-card__value{font-size:1rem;font-weight:600;color:var(--cst-brand-black, #333)}.financial-card__value--primary{font-size:1.2rem;font-weight:700;color:var(--cst-brand-blue, #007bff)}.financial-card__notice{margin-top:1rem;padding:1rem;border-radius:6px;font-size:.9rem}.financial-card__notice strong{display:block;margin-bottom:.25rem;font-weight:600}.financial-card__notice p{margin:0;opacity:.9}.financial-card__notice--warning{background-color:var(--warning-light, #fff3cd);border:1px solid var(--warning-color, #ffc107);color:var(--warning-dark, #856404)}.financial-card__notice--success{background-color:var(--success-light, #d4edda);border:1px solid var(--success-color, #28a745);color:var(--success-dark, #155724)}.financial-card__notice--info{background-color:var(--info-light, #d1ecf1);border:1px solid var(--info-color, #17a2b8);color:var(--info-dark, #0c5460)}.financial-card__deposit-calculator{margin-top:0;padding-top:1.5rem;border-top:2px solid var(--gray-200, #e5e7eb)}.financial-card__calculator-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;padding:0;cursor:pointer;font-size:1.1rem;font-weight:600;color:var(--cst-brand-black, #333);transition:all .2s ease;margin-bottom:0;text-align:left}.financial-card__calculator-toggle:hover{color:var(--cst-brand-blue, #007bff)}.financial-card__toggle-icon{font-size:.875rem;color:var(--cst-brand-black, #333);transition:color .2s ease;margin-left:.5rem}.financial-card__calculator-toggle:hover .financial-card__toggle-icon{color:var(--cst-brand-blue, #007bff)}.financial-card__calculator-content{margin-top:1rem;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.financial-card__deposit-title{font-size:1rem;font-weight:600;color:var(--cst-brand-black, #333);margin:0 0 1rem}.financial-card__deposit-display{display:flex;flex-direction:column;align-items:center;padding:1rem;background:var(--gray-50, #f9fafb);border:1px solid var(--gray-200, #e5e7eb);border-radius:8px;margin-bottom:1rem}.financial-card__deposit-label{font-size:.85rem;color:var(--gray-600, #6b7280);font-weight:500;margin-bottom:.25rem}.financial-card__deposit-value{font-size:1.5rem;font-weight:700;color:var(--cst-brand-blue, #007bff);margin-bottom:.25rem}.financial-card__deposit-percentage{font-size:.8rem;color:var(--gray-600, #6b7280);font-weight:500}.financial-card__slider-container{margin:1.5rem 0}.financial-card__slider{width:100%;height:8px;border-radius:4px;background:var(--gray-300, #d1d5db);outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.financial-card__slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:var(--cst-brand-blue, #007bff);cursor:pointer;box-shadow:0 2px 6px #007bff66;transition:all .2s ease}.financial-card__slider::-webkit-slider-thumb:hover{transform:scale(1.1);box-shadow:0 3px 8px #007bff99}.financial-card__slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:var(--cst-brand-blue, #007bff);cursor:pointer;border:none;box-shadow:0 2px 6px #007bff66;transition:all .2s ease}.financial-card__slider::-moz-range-thumb:hover{transform:scale(1.1);box-shadow:0 3px 8px #007bff99}.financial-card__slider::-webkit-slider-runnable-track{width:100%;height:8px;border-radius:4px;background:var(--gray-300, #d1d5db)}.financial-card__slider::-moz-range-track{width:100%;height:8px;border-radius:4px;background:var(--gray-300, #d1d5db)}.financial-card__slider-labels{display:flex;justify-content:space-between;margin-top:.5rem}.financial-card__slider-label{font-size:.75rem;color:var(--gray-600, #6b7280);font-weight:500}.financial-card__deposit-range{display:flex;justify-content:space-between;gap:1rem;margin-top:1rem}.financial-card__deposit-range-item{flex:1;display:flex;flex-direction:column;padding:.75rem;background:var(--gray-50, #f9fafb);border-radius:6px;border:1px solid var(--gray-200, #e5e7eb)}.financial-card__deposit-range-label{font-size:.75rem;color:var(--gray-600, #6b7280);font-weight:500;margin-bottom:.25rem}.financial-card__deposit-range-value{font-size:.9rem;font-weight:600;color:var(--cst-brand-black, #333)}@media (max-width: 768px){.financial-card{padding:1rem}.financial-card__title{font-size:1.1rem}.financial-card__item{flex-direction:column;align-items:flex-start;gap:.25rem}.financial-card__value--primary{font-size:1.1rem}.financial-card__deposit-value{font-size:1.3rem}.financial-card__deposit-range{flex-direction:column;gap:.5rem}}.confirmation-dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .2s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.confirmation-dialog{background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;max-width:500px;width:90%;max-height:90vh;overflow:auto;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.confirmation-dialog__header{padding:1.5rem;border-bottom:1px solid #e5e7eb}.confirmation-dialog__title{margin:0;font-size:1.25rem;font-weight:600;color:#111827}.confirmation-dialog__body{padding:1.5rem}.confirmation-dialog__message{margin:0;font-size:1rem;line-height:1.5;color:#4b5563}.confirmation-dialog__footer{padding:1.5rem;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;gap:1rem}@media (max-width: 640px){.confirmation-dialog{width:95%;margin:1rem}.confirmation-dialog__footer{flex-direction:column-reverse}.confirmation-dialog__footer button{width:100%}}.snackbar{min-width:250px;max-width:500px;background-color:#333;color:#fff;text-align:center;border-radius:4px;padding:16px;position:fixed;z-index:9999;left:50%;bottom:30px;font-size:16px;box-shadow:0 4px 6px #0000001a;transition:all .3s ease-in-out;opacity:0;visibility:hidden;transform:translate(-50%) translateY(20px)}.snackbar--show{visibility:visible;opacity:1;transform:translate(-50%) translateY(0)}.snackbar--success{background-color:var(--success)}.snackbar--error{background-color:var(--error)}.snackbar--info{background-color:var(--info)}@media (max-width: 768px){.snackbar{min-width:200px;font-size:14px;padding:12px}}@media (max-width: 480px){.snackbar{min-width:calc(100vw - 40px);max-width:calc(100vw - 40px);left:20px;right:20px;transform:translate(0) translateY(20px)}.snackbar--show{transform:translate(0) translateY(0)}}.actions-card{background:var(--card-background, #ffffff);border:1px solid var(--border-color, #e9ecef);border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000001a}.actions-card__title{margin:0 0 1.5rem}.actions-card__title.custom-title{font-size:1.25rem}.actions-card__buttons{display:flex;flex-direction:column;gap:1rem;margin-top:.75rem}.actions-card__buttons>*:first-child{padding-top:.75rem}.actions-card__auth-prompt{padding:1rem;background:var(--background-light, #f8f9fa);border-radius:6px;border:1px solid var(--border-light, #e9ecef);text-align:center}.actions-card__auth-text{margin:0 0 1rem;font-size:.9rem;color:var(--text-muted, #6c757d);line-height:1.4}.actions-card__auth-buttons{display:flex;gap:.5rem;justify-content:center}.actions-card__favorite{margin-top:.5rem}.actions-card__info{margin-top:1.5rem}.actions-card__notice{padding:1rem;border-radius:6px;font-size:.9rem}.actions-card__notice:last-child{margin-bottom:0}.actions-card__notice strong{display:block;margin-bottom:.25rem;font-weight:600}.actions-card__notice p{margin:0;opacity:.9;line-height:1.4}.actions-card__notice--warning{background-color:var(--warning-light, #fff3cd);border:1px solid var(--warning-color, #ffc107);color:var(--warning-dark, #856404)}.actions-card__notice--success{background-color:var(--success-light, #d4edda);border:1px solid var(--success-color, #28a745);color:var(--success-dark, #155724)}.actions-card__notice--info{background-color:#2984f01a;border:1px solid var(--cst-brand-blue, #2984f0);color:var(--cst-brand-blue, #2984f0)}.actions-card__notice--danger{background-color:var(--danger-light, #f8d7da);border:1px solid var(--danger-color, #dc3545);color:var(--danger-dark, #721c24)}.actions-card__advert-toggle:focus{outline:none;box-shadow:none}.actions-card__advert-toggle:focus-visible{outline:none;box-shadow:none}.actions-card__advert-links{width:100%;padding:.5rem;background-color:#f8f9fa;border-radius:4px;margin-top:.5rem;animation:slideDown .2s ease-out}.actions-card__advert-links button:focus{outline:none;box-shadow:none}.actions-card__advert-links button:focus-visible{outline:none;box-shadow:none}@keyframes slideDown{0%{opacity:0;max-height:0;transform:translateY(-10px)}to{opacity:1;max-height:500px;transform:translateY(0)}}@media (max-width: 768px){.actions-card{padding:1rem}.actions-card__title.custom-title{font-size:1.1rem}.actions-card__auth-buttons{flex-direction:column}.actions-card__auth-buttons button{width:100%}.actions-card__advert-links{padding:.25rem}}.actions-card__favorite .favorite-btn{width:100%;padding:.75rem 1rem;border:1px solid var(--border-color, #e9ecef);border-radius:6px;background:var(--background-light, #f8f9fa);color:var(--text-color, #333);font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.actions-card__favorite .favorite-btn:hover{background:var(--primary-light, #e3f2fd);border-color:var(--primary-color, #007bff);color:var(--primary-color, #007bff)}.actions-card__favorite .favorite-btn.favorite-active{background:var(--primary-color, #007bff);border-color:var(--primary-color, #007bff);color:#fff}.actions-card__favorite .favorite-btn.favorite-active:hover{background:var(--primary-dark, #0056b3);border-color:var(--primary-dark, #0056b3)}.badge{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--border-radius-md);font-weight:600;letter-spacing:1px;text-transform:uppercase;background:var(--cst-brand-blue);color:#fff;font-size:.8rem;padding:.4rem .8rem;line-height:1;min-height:1.5rem}.badge-xs{font-size:.7rem;padding:.25rem .5rem;min-height:1.25rem;letter-spacing:.5px}.badge-sm{font-size:.75rem;padding:.3rem .6rem;min-height:1.4rem}.badge-md{font-size:.8rem;padding:.4rem .8rem;min-height:1.5rem}.badge-lg{font-size:.9rem;padding:.5rem 1rem;min-height:1.75rem}.badge-primary{background-color:var(--cst-brand-blue);color:#fff}.badge-secondary{background-color:var(--secondary-cst);color:#fff}.badge-success{background-color:var(--cst-brand-green);color:#fff}.badge-warning{background-color:#f59e0b;color:#fff}.badge-danger{background-color:#ef4444;color:#fff}.badge-info{background-color:var(--cst-brand-blue);color:#fff}.badge-complete{background-color:var(--cst-brand-green);color:#fff}.badge-active{background-color:var(--cst-brand-blue);color:#fff}.badge-todo{background-color:var(--gray-200);color:var(--gray-700)}.badge-signed{background-color:var(--cst-brand-green);color:#fff}.badge-pending{background-color:var(--cst-brand-blue);color:#fff}.badge-expired{background-color:var(--gray-400);color:#fff}.prospectus-detail__container{max-width:1200px;margin:0 auto;padding:1rem}.prospectus-detail__navigation{margin-bottom:1.5rem}.prospectus-detail__header{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:2rem;padding:1.5rem;background:var(--background-light, #f8f9fa);border-radius:8px;border:1px solid var(--border-color, #e9ecef)}.prospectus-detail__logo{flex-shrink:0}.prospectus-detail__logo{min-width:170px;min-height:170px;display:flex;align-items:center;justify-content:center;background:var(--gray-100, #f3f4f6);border-radius:0;overflow:hidden;box-shadow:0 4px 16px #0000001f}.prospectus-detail__logo img{width:150px;height:150px;object-fit:contain}.prospectus-detail__title-section{flex:1}.prospectus-detail__title-section .custom-title{background-image:linear-gradient(to right,var(--cst-brand-blue) 0%,var(--cst-brand-blue) 100%)!important;background-repeat:no-repeat!important;background-position:0 100%!important;background-size:100% 4px!important;padding-bottom:2px!important;display:inline!important}.prospectus-detail__title-section .custom-title .custom-title-underline{display:none!important}.prospectus-detail__reference{font-size:1.1rem;color:var(--gray-700, #374151);margin:.5rem 0 1rem;font-weight:500}.prospectus-detail__badges{display:flex;flex-wrap:wrap;gap:.5rem}.prospectus-detail__tabs{margin-bottom:2rem}.prospectus-detail__tab-navigation{display:flex;gap:.25rem;border-bottom:2px solid var(--gray-200, #e5e7eb);overflow-x:auto;padding-bottom:0}.prospectus-detail__tab{padding:.75rem 1.4rem;background:none;border:none;color:var(--gray-700, #374151);font-weight:500;border-bottom:3px solid transparent;transition:all .2s ease;white-space:nowrap;font-size:.95rem;cursor:pointer;font-family:inherit;display:flex;align-items:center;gap:.35rem;position:relative}.prospectus-detail__tab:hover:not(.prospectus-detail__tab--disabled){color:var(--cst-brand-blue, #007bff);background-color:var(--gray-50, #f9fafb)}.prospectus-detail__tab--active{color:var(--cst-brand-blue, #007bff);border-bottom-color:var(--cst-brand-blue, #007bff);font-weight:600}.prospectus-detail__tab--disabled{cursor:not-allowed!important;background:none!important;color:var(--gray-500, #6b7280)!important}.prospectus-detail__tab--disabled:hover{background:none!important;color:var(--gray-500, #6b7280)!important}.prospectus-detail__lock-badge{margin-left:.25rem;background-color:var(--cst-brand-blue, #007bff)!important;color:var(--white, #ffffff)!important;font-size:.65rem!important;padding:.15rem .35rem!important;display:inline-flex;align-items:center;justify-content:center;opacity:1!important;line-height:1;vertical-align:middle}.prospectus-detail__lock-badge svg{display:block;margin:0;vertical-align:middle}.prospectus-detail__content{display:grid;grid-template-columns:1fr 350px;gap:3rem;align-items:start}.prospectus-detail__main{display:flex;flex-direction:column;gap:0}.prospectus-detail__sidebar{display:flex;flex-direction:column;gap:1.5rem}.prospectus-detail__section{background:var(--white, #ffffff);border:2px solid var(--border-color, #e9ecef);border-radius:var(--border-radius-lg, 8px);padding:2rem;box-shadow:0 4px 16px #00000014;margin-bottom:2rem}.prospectus-detail__section:last-child{margin-bottom:0}.prospectus-detail__section h2{font-size:1.3rem;font-weight:600;color:var(--text-color, #333);margin:0 0 1.5rem;padding-bottom:.5rem;border-bottom:1px solid var(--border-color, #e9ecef)}.prospectus-detail__details-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:1rem}.prospectus-detail__detail{display:flex;flex-direction:column;gap:.5rem}.prospectus-detail__detail-label{font-size:.9rem;color:var(--gray-600, #6b7280);font-weight:600;text-transform:uppercase;letter-spacing:.5px}.prospectus-detail__detail-value{font-size:1rem;color:var(--cst-brand-black, #333);font-weight:500}.prospectus-detail__access-denied{text-align:center;padding:3rem 2rem;background:var(--background-light, #f8f9fa);border-radius:8px;border:1px solid var(--border-color, #e9ecef)}.prospectus-detail__access-denied h3{color:var(--text-color, #333);margin-bottom:1rem}.prospectus-detail__access-denied p{color:var(--text-muted, #6c757d);margin-bottom:1.5rem}.prospectus-detail__loading,.prospectus-detail__error{text-align:center;padding:3rem 2rem}.prospectus-detail__loading p{margin-top:1rem;color:var(--text-muted, #6c757d)}.prospectus-detail__error h2{color:var(--danger-color, #dc3545);margin-bottom:1rem}.prospectus-detail__error p{color:var(--text-muted, #6c757d);margin-bottom:1.5rem}.prospectus-detail__no-info{color:var(--text-muted, #6c757d);font-style:italic;text-align:center;padding:2rem;background:var(--background-light, #f8f9fa);border-radius:8px;border:1px solid var(--border-color, #e9ecef)}@media (max-width: 991px){.prospectus-detail__content{grid-template-columns:1fr;gap:1.5rem}.prospectus-detail__sidebar{order:-1;flex-direction:column;gap:1.5rem}.prospectus-detail__sidebar:not([data-active-tab=profile]){order:1}}@media (max-width: 767px){.prospectus-detail__container{padding:.5rem}.prospectus-detail__header{flex-direction:row;padding:1rem;gap:1rem}.prospectus-detail__logo{min-width:120px;min-height:120px;max-width:120px;max-height:120px}.prospectus-detail__logo img{width:100px;height:100px}.prospectus-detail__title-section{text-align:left}.prospectus-detail__reference{font-size:.95rem}.prospectus-detail__tab-navigation{gap:0}.prospectus-detail__tab{padding:.75rem 1rem;font-size:.9rem}.prospectus-detail__details-grid{grid-template-columns:1fr 1fr;gap:1rem}}@media (max-width: 575px){.prospectus-detail__header{padding:.875rem;gap:.75rem}.prospectus-detail__logo{min-width:100px;min-height:100px;max-width:100px;max-height:100px}.prospectus-detail__logo img{width:85px;height:85px}.prospectus-detail__reference{font-size:.85rem}.prospectus-detail__badges .badge{font-size:.7rem;padding:.25rem .5rem;min-height:1.25rem;letter-spacing:.5px}.prospectus-detail__tab{padding:.5rem .75rem;font-size:.8rem}.prospectus-detail__sidebar{flex-direction:column;gap:1.5rem}}@media (max-width: 400px){.prospectus-detail__header{padding:.75rem;gap:.625rem}.prospectus-detail__logo{min-width:90px;min-height:90px;max-width:90px;max-height:90px}.prospectus-detail__logo img{width:75px;height:75px}.prospectus-detail__reference{font-size:.8rem}}.page-header{background:none!important;padding:0 0 4rem;text-align:center;width:100%}.page-header-content{max-width:1200px;margin:0 auto;background:var(--main-cst);padding:3rem 2rem;border-radius:12px}.page-title{font-family:dessau-pro,Montserrat,sans-serif;font-size:4rem;font-weight:400;margin:0;line-height:1.1;color:#fff!important}@media (max-width: 768px){.page-header{padding:0 1rem 3rem}.page-header-content{padding:2rem 1.5rem}.page-title{font-size:2.5rem}}@media (max-width: 480px){.page-header{padding:0 1.5rem 3rem}.page-header-content{padding:1.5rem 1rem}.page-title{font-size:2rem}}.prospectus-card{background:var(--white);border:2px solid var(--gray-200);border-radius:var(--border-radius-lg);box-shadow:0 4px 16px #00000014;width:100%;margin-bottom:1rem;overflow:hidden}.prospectus-card__header{display:flex;align-items:flex-start;gap:1.5rem;padding:1.5rem;background:var(--background-light, #f8f9fa);border-bottom:1px solid var(--border-color, #e9ecef)}.prospectus-card__logo{min-width:170px;min-height:170px;display:flex;align-items:center;justify-content:center;background:var(--gray-100, #f3f4f6);border-radius:0;overflow:hidden;box-shadow:0 4px 16px #0000001f;flex-shrink:0}.prospectus-card__logo img{width:150px;height:150px;object-fit:contain}.prospectus-card__content{flex:1}.prospectus-card .prospectus-card__title.custom-title{font-size:1.1rem;font-weight:600;margin:0 0 .5rem;background-image:linear-gradient(to right,var(--cst-brand-blue) 0%,var(--cst-brand-blue) 100%);background-repeat:no-repeat;background-position:0 100%;background-size:100% 3px;padding-bottom:4px;display:inline}.prospectus-card .prospectus-card__title.custom-title .custom-title-underline{display:none}.prospectus-card__reference{font-size:.9rem;color:var(--gray-700, #374151);margin:12px 0 .75rem;font-weight:500}.prospectus-card__badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.prospectus-card__sector-region{display:flex;gap:1.5rem;font-size:.9rem;color:var(--gray-700, #374151)}.prospectus-card__sector,.prospectus-card__region{font-weight:500}.prospectus-card__label{font-weight:600}.prospectus-card__footer{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-top:1px solid var(--gray-200, #e5e7eb)}.prospectus-card__price{flex:1}.prospectus-card__price-label{font-size:.9rem;color:var(--gray-700, #374151);font-weight:600}.prospectus-card__price-value{font-size:1.4rem;font-weight:700;color:var(--cst-brand-blue)}.prospectus-card__actions{display:flex;align-items:center;gap:.5rem}.prospectus-card__favourite-btn{background:none;border:none;padding:.5rem;cursor:pointer;font-size:1.2rem;color:var(--gray-400, #9ca3af);transition:color .2s ease;display:flex;align-items:center;justify-content:center;min-width:2.4rem;min-height:2.4rem}.prospectus-card__favourite-btn:hover,.prospectus-card__favourite-btn.active{color:var(--cst-brand-blue)}.prospectus-card__favourite-btn.loading{cursor:wait;opacity:.7}.prospectus-card__favourite-btn:disabled{cursor:not-allowed;opacity:.6}.prospectus-card--premium{border:4px solid var(--cst-brand-blue);box-shadow:0 6px 24px #2984f026;position:relative}.prospectus-card--premium .prospectus-card__title{color:var(--cst-brand-blue)}.prospectus-card__premium-banner{position:absolute;top:16px;right:16px;background:var(--cst-brand-blue);color:#fff;padding:.375rem .75rem;border-radius:var(--border-radius-sm);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #2984f04d;z-index:10}@media (max-width: 767px){.prospectus-card__header{padding:1rem;gap:1rem}.prospectus-card__logo{min-width:120px;min-height:120px;max-width:120px;max-height:120px}.prospectus-card__logo img{width:100px;height:100px}.prospectus-card .prospectus-card__title.custom-title{font-size:1rem;margin:0 0 .375rem}.prospectus-card__reference{font-size:.85rem;margin:8px 0 .5rem}.prospectus-card__badges{gap:.375rem;margin-bottom:.5rem}.prospectus-card__sector-region{font-size:.85rem;gap:1rem;flex-wrap:wrap}.prospectus-card__footer{padding:.75rem 1rem;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:1rem}.prospectus-card__price{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;flex:1}.prospectus-card__price-label{font-size:.85rem}.prospectus-card__price-value{font-size:1.1rem}.prospectus-card__actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}}@media (max-width: 575px){.prospectus-card__header{padding:.875rem;gap:.75rem}.prospectus-card__logo{min-width:100px;min-height:100px;max-width:100px;max-height:100px}.prospectus-card__logo img{width:85px;height:85px}.prospectus-card .prospectus-card__title.custom-title{font-size:.95rem}.prospectus-card__reference{font-size:.8rem}.prospectus-card__sector-region{flex-direction:column;gap:.25rem;font-size:.8rem}.prospectus-card__price-label{font-size:.8rem}.prospectus-card__price-value{font-size:1rem}.prospectus-card__actions .button{padding:.5rem 1rem;font-size:.875rem}}@media (max-width: 400px){.prospectus-card__header{padding:.75rem;gap:.625rem}.prospectus-card__logo{min-width:90px;min-height:90px;max-width:90px;max-height:90px}.prospectus-card__logo img{width:75px;height:75px}.prospectus-card .prospectus-card__title.custom-title{font-size:.9rem}.prospectus-card__footer{padding:.625rem .75rem;flex-direction:row;justify-content:space-between;align-items:flex-start}}.search-filters{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1rem;margin-bottom:2rem}.search-filters__header{display:none;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e0e0e0}.search-filters__title{margin:0;font-size:1.1rem;font-weight:600;color:var(--main-cst)}.search-filters__toggle{background:none;border:none;cursor:pointer;padding:.5rem;color:var(--main-cst);font-size:1rem;border-radius:4px;transition:background-color .2s ease}.search-filters__toggle:hover{background-color:#f5f5f5}.search-filters__content{transition:all .3s ease;max-height:1000px;overflow:visible;opacity:1}.search-filters__content--collapsed{max-height:0!important;overflow:hidden!important;opacity:0!important;padding-top:0!important;padding-bottom:0!important;margin-top:0!important;margin-bottom:0!important}.search-filters__section{margin-bottom:1rem}.search-filters__section:last-child{margin-bottom:0}.search-filters__label{display:block;margin-bottom:.4rem;font-weight:600;color:var(--main-cst);font-size:.9rem}.search-filters__select{width:100%;padding:.75rem;border:1px solid #d0d0d0;border-radius:4px;font-size:.9rem;background:#fff;color:#333}.search-filters__select:focus{outline:none;border-color:var(--main-cst);box-shadow:0 0 0 2px #007bbf33}.search-filters__checkbox-group{max-height:140px;overflow-y:auto;border:1px solid #d0d0d0;border-radius:4px;padding:.3rem;background:#fff}.search-filters__checkbox-item{display:flex;align-items:center;padding:.35rem;cursor:pointer;border-radius:4px;transition:background-color .2s ease}.search-filters__checkbox-item:hover{background-color:#f5f5f5}.search-filters__checkbox-item input[type=checkbox]{margin-right:.75rem;margin-top:0}.search-filters__checkbox-item span{font-size:.9rem;color:#333}.search-filters__checkbox-item input[type=checkbox]:disabled+span{color:#999;cursor:not-allowed}.search-filters__actions{display:flex;gap:1rem;padding-top:.75rem;border-top:1px solid #e0e0e0}.search-filters__actions button{flex:1}.search-filters__favourites-toggle{transition:all .2s ease}.search-filters__favourites-toggle:hover{color:var(--cst-brand-blue)!important}.search-filters__favourites-list{border-top:1px solid #e0e0e0;padding-top:.75rem}.search-filters__favourite-item{transition:all .2s ease}.search-filters__favourite-item:hover{background:#f0f8ff!important;border-color:var(--cst-brand-blue)!important}.search-filters__favourite-item button:hover{opacity:.9;transform:translateY(-1px)}.search-filters__favourite-item button:active{transform:translateY(0)}@media (max-width: 768px){.search-filters__favourite-item{padding:.5rem!important}.search-filters__favourite-item h4{font-size:.85rem!important}.search-filters__favourite-item p{font-size:.75rem!important}.search-filters__favourite-item button{padding:.3rem .6rem!important;font-size:.75rem!important}}@media (max-width: 1024px){.search-filters__header{display:flex}.search-filters__content{transition:max-height .3s ease,opacity .3s ease,padding .3s ease}.search-filters__content--collapsed{max-height:0!important;overflow:hidden!important;opacity:0!important}.search-filters__content--collapsed .search-filters__section{margin-bottom:0!important;padding-top:0!important;padding-bottom:0!important}}@media (max-width: 768px){.search-filters{padding:1rem}.search-filters__actions{flex-direction:column}.search-filters__actions button{flex:none}.search-filters__title{font-size:1rem}}.button{display:inline-flex;align-items:center;justify-content:center;font-family:inherit;font-weight:500;border:2px solid transparent;border-radius:6px;cursor:pointer;transition:all .2s ease-in-out;text-decoration:none;outline:none;position:relative;box-sizing:border-box}.button:focus{outline:2px solid;outline-offset:2px}.button:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.button--xs{padding:4px 8px;font-size:12px;line-height:1.2}.button--sm{padding:6px 12px;font-size:14px;line-height:1.25}.button--md{padding:8px 16px;font-size:16px;line-height:1.5}.button--lg{padding:12px 24px;font-size:18px;line-height:1.5}.button--primary{background-color:var(--cst-brand-blue);color:var(--white);border-color:var(--cst-brand-blue)}.button--primary:hover:not(:disabled){background-color:var(--primary-dark);border-color:var(--primary-dark)}.button--primary:focus{outline-color:var(--primary-cst)}.button--primary.button--outline{background-color:transparent;color:var(--cst-brand-blue);border-color:var(--cst-brand-blue)}.button--primary.button--outline:hover:not(:disabled){background-color:var(--gray-100)}.button--secondary{background-color:var(--secondary-cst);color:var(--white);border-color:var(--secondary-cst)}.button--secondary:hover:not(:disabled){background-color:var(--secondary-cst-500);border-color:var(--secondary-cst-500)}.button--secondary:focus{outline-color:var(--secondary-cst)}.button--secondary.button--outline{background-color:transparent;color:var(--secondary-cst);border-color:var(--secondary-cst)}.button--secondary.button--outline:hover:not(:disabled){background-color:var(--secondary-cst-100)}.button--success{background-color:var(--cst-brand-green);color:var(--white);border-color:var(--cst-brand-green)}.button--success:hover:not(:disabled){background-color:var(--success);border-color:var(--success)}.button--success:focus{outline-color:var(--cst-brand-green)}.button--success.button--outline{background-color:transparent;color:var(--cst-brand-green);border-color:var(--cst-brand-green)}.button--success.button--outline:hover:not(:disabled){background-color:var(--gray-100)}.button--danger{background-color:var(--error);color:var(--white);border-color:var(--error)}.button--danger:hover:not(:disabled){background-color:var(--error);border-color:var(--error)}.button--danger:focus{outline-color:var(--error)}.button--danger.button--outline{background-color:transparent;color:var(--error);border-color:var(--error)}.button--danger.button--outline:hover:not(:disabled){background-color:var(--gray-100)}.button--warning{background-color:var(--cst-brand-yellow);color:var(--white);border-color:var(--cst-brand-yellow)}.button--warning:hover:not(:disabled){background-color:var(--warning);border-color:var(--warning)}.button--warning:focus{outline-color:var(--cst-brand-yellow)}.button--warning.button--outline{background-color:transparent;color:var(--cst-brand-yellow);border-color:var(--cst-brand-yellow)}.button--warning.button--outline:hover:not(:disabled){background-color:var(--gray-100)}.button--full-width{width:100%}.icon-left{margin-right:8px}.icon-right{margin-left:8px}.spinner{width:16px;height:16px;margin-right:8px;animation:spin 1s linear infinite}.spinner-circle{opacity:.25}.spinner-path{opacity:.75}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.skeleton-card{background:var(--white);border:2px solid var(--gray-200);border-radius:var(--border-radius-lg);box-shadow:0 4px 16px #00000014;width:100%;margin-bottom:1rem;overflow:hidden;position:relative}.skeleton-card__header{display:flex;align-items:flex-start;gap:1.5rem;padding:1.5rem;background:var(--background-light, #f8f9fa);border-bottom:1px solid var(--border-color, #e9ecef)}.skeleton-card__logo{min-width:170px;min-height:170px;display:flex;align-items:center;justify-content:center;background:var(--gray-100, #f3f4f6);border-radius:0;overflow:hidden;box-shadow:0 4px 16px #0000001f;flex-shrink:0}.skeleton-card__content{flex:1;display:flex;flex-direction:column;gap:.75rem}.skeleton-card__title{margin-bottom:.5rem}.skeleton-card__badges{display:flex;flex-wrap:wrap;gap:.5rem}.skeleton-card__sector-region{display:flex;gap:1.5rem}.skeleton-card__footer{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-top:1px solid var(--gray-200, #e5e7eb)}.skeleton-card__price{flex:1;display:flex;flex-direction:column;gap:.25rem}.skeleton-card__actions{display:flex;align-items:center;gap:.5rem}.skeleton-shimmer--logo{width:150px;height:150px;border-radius:0}.skeleton-shimmer--title{width:280px;height:20px;max-width:100%}.skeleton-shimmer--reference{width:180px;height:16px;max-width:100%}.skeleton-shimmer--badge{width:60px;height:24px;border-radius:12px}.skeleton-shimmer--sector{width:120px;height:16px}.skeleton-shimmer--region{width:100px;height:16px}.skeleton-shimmer--price-label{width:80px;height:14px}.skeleton-shimmer--price-value{width:120px;height:22px;margin-top:2px}.skeleton-shimmer--favorite-btn{width:36px;height:36px;border-radius:50%}.skeleton-shimmer--view-btn{width:80px;height:36px;border-radius:4px}.skeleton-card:nth-child(1) .skeleton-shimmer{animation-delay:0s}.skeleton-card:nth-child(2) .skeleton-shimmer{animation-delay:.1s}.skeleton-card:nth-child(3) .skeleton-shimmer{animation-delay:.2s}.skeleton-card:nth-child(4) .skeleton-shimmer{animation-delay:.3s}.skeleton-card:nth-child(5) .skeleton-shimmer{animation-delay:.4s}.skeleton-card:nth-child(6) .skeleton-shimmer{animation-delay:.5s}@media (max-width: 767px){.skeleton-card__header{flex-direction:column;text-align:center;gap:1rem}.skeleton-card__logo{min-width:80px;min-height:80px;align-self:center}.skeleton-shimmer--logo{width:60px;height:60px}.skeleton-card__sector-region{flex-direction:column;gap:.5rem}.skeleton-shimmer--title{width:200px}.skeleton-shimmer--reference{width:150px}}@media (max-width: 575px){.skeleton-card__badges{justify-content:center}.skeleton-card__footer{flex-direction:column;gap:1rem;align-items:flex-start}.skeleton-card__actions{align-self:stretch;justify-content:center}.skeleton-shimmer--view-btn{width:100px}}.skeleton-card:focus{outline:2px solid var(--cst-brand-blue);outline-offset:2px}.skeleton-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:transparent;pointer-events:none;z-index:1}.skeleton-card *{position:relative;z-index:2}.skeleton-filters{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1rem;margin-bottom:2rem}.skeleton-filters__header{display:none;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e0e0e0}.skeleton-filters__content{display:flex;flex-direction:column;gap:1rem}.skeleton-filters__section{display:flex;flex-direction:column;gap:.4rem}.skeleton-filters__section:last-child{margin-bottom:0}.skeleton-filters__checkbox-group{max-height:140px;overflow-y:auto;border:1px solid #d0d0d0;border-radius:4px;padding:.3rem;background:#fff;display:flex;flex-direction:column;gap:.35rem}.skeleton-filters__checkbox-item{display:flex;align-items:center;padding:.35rem;border-radius:4px;gap:.75rem}.skeleton-filters__favorites-list{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e0e0e0}.skeleton-filters__actions{display:flex;gap:1rem;padding-top:.75rem;border-top:1px solid #e0e0e0}.skeleton-shimmer{background:linear-gradient(90deg,#f0f0f0,#e0e0e0,#f0f0f0 40%,#f0f0f0);background-size:200% 100%;border-radius:4px;animation:shimmer 1.5s ease-in-out infinite;position:relative;overflow:hidden}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-shimmer--filter-title{width:60px;height:18px}.skeleton-shimmer--toggle-btn{width:24px;height:24px;border-radius:50%}.skeleton-shimmer--favorites-header{width:140px;height:16px}.skeleton-shimmer--favorite-item{width:100%;height:60px;border-radius:6px}.skeleton-shimmer--label{width:80px;height:14px}.skeleton-shimmer--select{width:100%;height:42px;border-radius:4px}.skeleton-shimmer--checkbox{width:16px;height:16px;border-radius:2px;flex-shrink:0}.skeleton-shimmer--checkbox-label{width:120px;height:14px}.skeleton-shimmer--checkbox-label-short{width:80px}.skeleton-shimmer--checkbox-label-long{width:160px}.skeleton-shimmer--reset-btn{width:100%;height:36px;border-radius:4px}.skeleton-filters__section:nth-child(1) .skeleton-shimmer{animation-delay:0s}.skeleton-filters__section:nth-child(2) .skeleton-shimmer{animation-delay:.1s}.skeleton-filters__section:nth-child(3) .skeleton-shimmer{animation-delay:.2s}.skeleton-filters__section:nth-child(4) .skeleton-shimmer{animation-delay:.3s}.skeleton-filters__section:nth-child(5) .skeleton-shimmer{animation-delay:.4s}.skeleton-filters__checkbox-item:nth-child(1) .skeleton-shimmer{animation-delay:.1s}.skeleton-filters__checkbox-item:nth-child(2) .skeleton-shimmer{animation-delay:.15s}.skeleton-filters__checkbox-item:nth-child(3) .skeleton-shimmer{animation-delay:.2s}.skeleton-filters__checkbox-item:nth-child(4) .skeleton-shimmer{animation-delay:.25s}@media (max-width: 1199px){.skeleton-filters__header{display:flex}}@media (max-width: 768px){.skeleton-filters{padding:1rem}.skeleton-filters__actions{flex-direction:column}.skeleton-shimmer--filter-title{font-size:1rem}.skeleton-shimmer--checkbox-label,.skeleton-shimmer--checkbox-label-short,.skeleton-shimmer--checkbox-label-long{width:100px}}@media (prefers-reduced-motion: reduce){.skeleton-shimmer{animation:none;background:#f0f0f0}}@media (prefers-contrast: high){.skeleton-shimmer{background:#d0d0d0;border:1px solid #999}}.skeleton-filters:focus{outline:2px solid var(--cst-brand-blue);outline-offset:2px}.skeleton-filters:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:transparent;pointer-events:none;z-index:1}.skeleton-filters *{position:relative;z-index:2}.search-page{min-height:100vh}.search-container{max-width:1200px;margin:0 auto;padding:0 2rem 4rem}.search-content{margin-bottom:4rem}.search-layout{display:grid;grid-template-columns:300px 1fr;gap:2rem}.search-sidebar{position:sticky;top:2rem;height:fit-content}.search-results{min-height:600px}.error-message{background:#fee2e2;border:1px solid #fecaca;border-radius:8px;padding:1rem;margin-bottom:2rem;text-align:center}.error-message p{color:#dc2626;margin:0 0 1rem}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.results-count{margin:0;color:var(--gray-600);font-size:.9rem}.sort-controls{display:flex;align-items:center;gap:.5rem}.sort-controls label{font-weight:500;color:var(--gray-700);font-size:.9rem}.sort-select{padding:.5rem;border:1px solid var(--gray-300);border-radius:4px;font-size:.9rem;background:#fff}.loading-message{text-align:center;padding:3rem;color:var(--gray-600);font-size:1.1rem}.results-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.no-results{text-align:center;padding:3rem;background:var(--gray-50);border-radius:12px}.no-results h3{font-size:1.5rem;font-weight:600;color:var(--cst-brand-black);margin-bottom:1rem}.no-results p{color:var(--gray-600);margin-bottom:2rem}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem}.pagination-info{font-weight:500;color:var(--gray-700)}.search-cta{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:12px;padding:3rem;text-align:center}.search-cta h3{font-size:1.75rem;font-weight:600;color:var(--cst-brand-black);margin-bottom:1rem}.search-cta p{font-size:1.125rem;color:var(--gray-600);margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}@media (max-width: 1199px){.search-container{padding:0 1rem 3rem}.search-layout{grid-template-columns:1fr;gap:1.5rem}.search-sidebar{position:static;order:1}.search-results{order:2}}@media (max-width: 767px){.search-container{padding:0 1rem 2rem}.search-input-group{flex-direction:column;align-items:stretch}.search-input{padding-left:2.5rem}.search-button{width:100%}.results-header{flex-direction:column;align-items:flex-start}.search-cta{padding:2rem}.search-cta h3{font-size:1.5rem}}@media (max-width: 575px){.search-container{padding:0 1.5rem 1rem}.search-input-group{max-width:none}.search-cta{padding:1.5rem}}.cookie-consent-banner{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%) translateY(calc(100% + 1.5rem));z-index:9999;background:#fff;box-shadow:0 4px 20px #00000026;border:1px solid #e0e0e0;border-radius:12px;transition:transform .3s ease-in-out;padding:1rem 1.5rem;max-width:1000px;width:calc(100% - 2rem);margin:0 1rem}.cookie-consent-banner--visible{transform:translate(-50%) translateY(0)}.cookie-consent-banner__container{display:flex;align-items:center;gap:1.5rem}.cookie-consent-banner__content{display:flex;align-items:center;gap:1rem;flex:1;min-width:0}.cookie-consent-banner__icon{font-size:1.75rem;flex-shrink:0;line-height:1}.cookie-consent-banner__text{flex:1;min-width:0}.cookie-consent-banner__title{margin:0 0 .25rem;font-size:1rem;font-weight:600;color:#1a1a1a}.cookie-consent-banner__description{margin:0;font-size:.875rem;line-height:1.4;color:#4a4a4a}.cookie-consent-banner__actions{display:flex;gap:.75rem;flex-shrink:0}.cookie-consent-banner__button{padding:.625rem 1.25rem;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.cookie-consent-banner__button:focus{outline:2px solid #0066cc;outline-offset:2px}.cookie-consent-banner__button--primary{background:#06c;color:#fff}.cookie-consent-banner__button--primary:hover{background:#0052a3}.cookie-consent-banner__button--primary:active{background:#004080}.cookie-consent-banner__button--secondary{background:#f5f5f5;color:#1a1a1a;border:1px solid #d0d0d0}.cookie-consent-banner__button--secondary:hover{background:#e8e8e8;border-color:#b0b0b0}.cookie-consent-banner__button--secondary:active{background:#d8d8d8}@media (max-width: 968px){.cookie-consent-banner{padding:1rem;width:calc(100% - 1rem);margin:0 .5rem;bottom:1rem}.cookie-consent-banner__container{flex-direction:column;gap:1rem}.cookie-consent-banner__content{flex-direction:column;align-items:center;text-align:center}.cookie-consent-banner__title{font-size:1rem}.cookie-consent-banner__description{font-size:.875rem}.cookie-consent-banner__actions{width:100%;flex-direction:column-reverse}.cookie-consent-banner__button{width:100%;padding:.75rem 1.25rem}}@media (max-width: 480px){.cookie-consent-banner{padding:.875rem;width:calc(100% - .5rem);margin:0 .25rem;bottom:.75rem}.cookie-consent-banner__icon{font-size:1.5rem}.cookie-consent-banner__title{font-size:.95rem}.cookie-consent-banner__description{font-size:.8rem}.cookie-consent-banner__button{font-size:.875rem;padding:.625rem 1rem}}@media (prefers-reduced-motion: reduce){.cookie-consent-banner{transition:none}}@media (prefers-contrast: high){.cookie-consent-banner{border-top:2px solid #000000}.cookie-consent-banner__button--primary,.cookie-consent-banner__button--secondary{border:2px solid #000000}}
