.five-star-main{padding:1.5rem 2rem;max-width:1600px;margin:0 auto}.five-star-error,.five-star-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}.five-star-loading .loading-spinner{width:40px;height:40px;border:3px solid var(--border-gray);border-top-color:var(--primary-blue);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.five-star-error{color:var(--status-critical)}.five-star-error button{padding:.5rem 1rem;background:var(--primary-blue);color:#fff;border:none;border-radius:6px;cursor:pointer}.five-star-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.five-star-title{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin:0}.five-star-subtitle{font-size:.9rem;color:var(--text-muted);margin:.25rem 0 0}.five-star-header-actions{display:flex;align-items:center;gap:1rem}.five-star-alert-badge{display:flex;align-items:center;gap:.4rem;padding:.5rem .75rem;background:var(--status-critical-bg);color:var(--status-critical);border-radius:8px;font-size:.85rem;font-weight:600}.five-star-kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem;margin-bottom:1.5rem}.five-star-kpi-card{background:#fff;border-radius:12px;padding:1.25rem;border:1px solid var(--border-gray);box-shadow:0 1px 3px rgba(0,0,0,.08);position:relative}.five-star-kpi-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--primary-blue);border-radius:12px 12px 0 0}.five-star-kpi-card.excellent:before{background:#16a34a}.five-star-kpi-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.five-star-kpi-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.five-star-kpi-header svg,.five-star-kpi-label{color:var(--text-muted)}.five-star-kpi-value{font-size:1.75rem;font-weight:700;color:var(--text-dark)}.five-star-kpi-value.excellent{color:#16a34a}.five-star-kpi-value.good{color:var(--status-good)}.five-star-kpi-value.warning{color:var(--status-warning)}.five-star-kpi-value.critical{color:var(--status-critical)}.five-star-kpi-detail{font-size:.8rem;color:var(--text-muted);margin-top:.25rem}.five-star-distribution-card{background:#fff;border-radius:12px;padding:1.25rem;border:1px solid var(--border-gray);box-shadow:0 1px 3px rgba(0,0,0,.08);margin-bottom:1.5rem}.five-star-distribution-card h3{font-size:.9rem;font-weight:600;color:var(--text-dark);margin:0 0 1rem}.five-star-distribution{display:flex;flex-direction:column;gap:.5rem}.distribution-row{display:flex;align-items:center;gap:1rem}.distribution-label{width:40px;font-size:.85rem;font-weight:500;color:var(--text-dark)}.distribution-bar-container{flex:1 1;height:20px;background:var(--light-gray);border-radius:4px;overflow:hidden}.distribution-bar{height:100%;border-radius:4px;transition:width .3s}.distribution-bar.rating-5{background:#16a34a}.distribution-bar.rating-4{background:#22c55e}.distribution-bar.rating-3{background:#eab308}.distribution-bar.rating-2{background:#f97316}.distribution-bar.rating-1{background:#dc2626}.distribution-count{width:30px;text-align:right;font-size:.85rem;font-weight:600;color:var(--text-dark)}.star-rating{display:flex;gap:2px}.star-rating.no-data{color:var(--text-muted);font-size:.85rem}.star{font-size:1rem;line-height:1}.star.large{font-size:1.25rem}.star.filled{color:#f59e0b}.star.empty{color:#d1d5db}.rating-badge{display:flex;flex-direction:column;align-items:center;padding:.5rem .75rem;border-radius:8px;min-width:60px}.rating-badge.excellent{background:#dcfce7;color:#16a34a}.rating-badge.good{background:#d1fae5;color:var(--status-good)}.rating-badge.warning{background:#fef3c7;color:var(--status-warning)}.rating-badge.critical{background:#fee2e2;color:var(--status-critical)}.rating-badge.no-data{background:var(--light-gray);color:var(--text-muted)}.rating-value{font-size:1.25rem;font-weight:700;line-height:1}.rating-label{font-size:.65rem;text-transform:uppercase;font-weight:500;margin-top:2px}.five-star-filters{display:flex;gap:1rem;margin-bottom:1rem;align-items:center}.five-star-search{flex:1 1;max-width:400px;position:relative}.five-star-search svg{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--text-muted)}.five-star-search input{width:100%;padding:.6rem 1rem .6rem 2.5rem;border:1px solid var(--border-gray);border-radius:8px;font-size:.9rem}.five-star-search input:focus{outline:none;border-color:var(--primary-blue)}.five-star-select{padding:.6rem 1rem;border:1px solid var(--border-gray);border-radius:8px;font-size:.9rem;background:#fff;cursor:pointer}.five-star-table-card{background:#fff;border-radius:12px;border:1px solid var(--border-gray);box-shadow:0 1px 3px rgba(0,0,0,.08);overflow:hidden}.five-star-table-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid var(--border-gray)}.five-star-table-title{font-size:.95rem;font-weight:600;color:var(--text-dark)}.five-star-table-count{font-size:.85rem;color:var(--text-muted)}.five-star-table{width:100%;border-collapse:collapse}.five-star-table th{text-align:left;padding:.75rem 1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);background:var(--light-gray);border-bottom:1px solid var(--border-gray)}.five-star-table td:nth-child(3),.five-star-table td:nth-child(4),.five-star-table td:nth-child(5),.five-star-table td:nth-child(6),.five-star-table th:nth-child(3),.five-star-table th:nth-child(4),.five-star-table th:nth-child(5),.five-star-table th:nth-child(6){text-align:center}.five-star-table td{padding:1rem;border-bottom:1px solid var(--border-gray);vertical-align:middle}.five-star-facility-row{cursor:pointer;transition:background .15s}.five-star-facility-row:hover{background:rgba(26,90,122,.03)}.facility-name{font-weight:600;color:var(--text-dark)}.facility-meta{display:flex;gap:.75rem;font-size:.8rem;color:var(--text-muted);margin-top:.25rem}.client-name{color:var(--primary-blue)}.facility-location{color:var(--text-dark)}.facility-zip{font-size:.8rem;color:var(--text-muted)}.rating-cell.overall{display:flex;justify-content:center}.five-star-empty,.five-star-table td:last-child{text-align:center;color:var(--text-muted)}.five-star-empty{padding:3rem}.five-star-data-status{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem;padding:1rem;background:var(--light-gray);border-radius:8px;font-size:.85rem;color:var(--text-muted)}.five-star-status-actions{display:flex;align-items:center;gap:1rem}.five-star-refresh-message{font-size:.85rem;padding:.4rem .75rem;border-radius:6px}.five-star-refresh-message.success{background:#d1fae5;color:var(--status-good)}.five-star-refresh-message.error{background:#fee2e2;color:var(--status-critical)}.five-star-refresh-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid var(--border-gray);border-radius:8px;background:#fff;font-size:.85rem;cursor:pointer;transition:all .2s}.five-star-refresh-btn:hover:not(:disabled){background:var(--light-gray)}.five-star-refresh-btn:disabled{opacity:.6;cursor:not-allowed}.five-star-refresh-btn.cms{background:var(--primary-blue);color:#fff;border-color:var(--primary-blue)}.five-star-refresh-btn.cms:hover:not(:disabled){background:#164e6e}@media (max-width:1200px){.five-star-kpi-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.five-star-main{padding:1rem}.five-star-header{flex-direction:column;gap:1rem}.five-star-kpi-grid{grid-template-columns:1fr}.five-star-filters{flex-wrap:wrap}.five-star-search{max-width:none}.five-star-table{display:block;overflow-x:auto}.five-star-data-status{flex-direction:column;gap:1rem;text-align:center}}