*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--ldf-coral: #ed6845;--ldf-coral-dark: #d85a3a;--ldf-coral-light: rgb(237 104 69 / 15%);--bg-dark: #1a1a1a;--bg-darker: #111111;--bg-card: #242424;--bg-card-hover: #2a2a2a;--bg-light: #ffffff;--bg-light-alt: #f8f8f8;--text-white: #ffffff;--text-light: rgb(255 255 255 / 80%);--text-muted: rgb(255 255 255 / 60%);--text-dark: #1d1d1b;--text-dark-muted: #666666;--color-danger: #dc3545;--color-warning: #f59f00;--color-caution: #fd7e14;--color-success: #28a745;--container-max: 1200px;--section-padding: 80px;--section-padding-mobile: 50px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px;--transition: all .3s ease}html{scroll-behavior:smooth}body{background-color:var(--bg-dark);color:var(--text-white);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;-webkit-font-smoothing:antialiased;line-height:1.6}.container{margin:0 auto;max-width:var(--container-max);padding:0 24px;width:100%}.hidden{display:none!important}.loading-screen{align-items:center;background:var(--bg-darker);display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.loading-content{text-align:center}.spinner{animation:spin 1s linear infinite;border:3px solid var(--bg-card);border-radius:50%;border-top-color:var(--ldf-coral);height:50px;margin:0 auto 20px;width:50px}@keyframes spin{to{transform:rotate(360deg)}}.loading-content p{color:var(--text-muted);font-size:14px}.error-screen{align-items:center;background:var(--bg-darker);display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.error-content{max-width:400px;text-align:center}.error-icon{align-items:center;background:var(--color-danger);border-radius:50%;color:#fff;display:flex;font-size:32px;font-weight:700;height:80px;justify-content:center;margin:0 auto 24px;width:80px}.error-content h2{font-size:24px;margin-bottom:12px}.error-content p{color:var(--text-muted);margin-bottom:32px}.btn-primary{background:var(--ldf-coral);border:none;border-radius:var(--radius-full);color:#fff;cursor:pointer;display:inline-block;font-size:16px;font-weight:600;padding:14px 32px;text-decoration:none;transition:var(--transition)}.btn-primary:hover{background:var(--ldf-coral-dark);transform:translateY(-2px)}.btn-lg{font-size:18px;padding:18px 40px}.header{background:var(--bg-light);padding:16px 0;position:sticky;top:0;z-index:100}.header .container{align-items:center;display:flex;justify-content:space-between}.logo img{height:36px;width:auto}.hero{background:linear-gradient(135deg,var(--bg-darker) 0%,var(--bg-dark) 100%);padding:var(--section-padding) 0;text-align:center}.hero-badge{background:var(--ldf-coral-light);border-radius:var(--radius-full);color:var(--ldf-coral);display:inline-block;font-size:14px;font-weight:600;margin-bottom:24px;padding:8px 20px}.hero h1{font-size:48px;font-weight:800;line-height:1.2;margin-bottom:24px}.hero-meta{align-items:center;color:var(--text-light);display:flex;font-size:18px;gap:12px;justify-content:center;margin-bottom:8px}.client-name{color:var(--ldf-coral);font-weight:600}.separator{color:var(--text-muted)}.hero-date{color:var(--text-muted);font-size:14px}@media (width <= 768px){.hero h1{font-size:32px}.hero-meta{flex-direction:column;gap:4px}.separator{display:none}}.score-section{background:var(--bg-light);padding:var(--section-padding) 0}.score-card{background:var(--bg-light-alt);border-radius:var(--radius-xl);margin:0 auto;max-width:600px;padding:48px;text-align:center}.score-card h2{color:var(--text-dark-muted);font-size:18px;font-weight:500;margin-bottom:16px}.score-value{color:var(--text-dark);font-size:96px;font-weight:800;line-height:1;margin-bottom:16px}.score-badge{background:var(--color-warning);border-radius:var(--radius-full);color:#fff;display:inline-block;font-size:14px;font-weight:600;margin-bottom:16px;padding:8px 20px}.score-badge.danger{background:var(--color-danger)}.score-badge.caution{background:var(--color-caution)}.score-badge.warning{background:var(--color-warning)}.score-badge.success{background:var(--color-success)}.score-description{color:var(--text-dark-muted);font-size:16px;margin-bottom:24px}.progress-bar-container{background:#e0e0e0;border-radius:var(--radius-full);height:12px;overflow:hidden;width:100%}.progress-bar{border-radius:var(--radius-full);height:100%;transition:width .8s ease-out;width:0}.progress-bar.danger{background:linear-gradient(90deg,var(--color-danger),#ff6b6b)}.progress-bar.caution{background:linear-gradient(90deg,var(--color-caution),#ffa94d)}.progress-bar.warning{background:linear-gradient(90deg,var(--color-warning),#ffd43b)}.progress-bar.success{background:linear-gradient(90deg,var(--color-success),#51cf66)}@media (width <= 768px){.score-card{padding:32px 24px}.score-value{font-size:64px}}.chart-section{background:var(--bg-dark);padding:var(--section-padding) 0}.section-header{margin-bottom:40px;text-align:center}.section-header h2{font-size:36px;font-weight:700;margin-bottom:12px}.section-header p{color:var(--text-muted);font-size:18px}.chart-card{background:var(--bg-card);border-radius:var(--radius-xl);padding:32px}#radar-chart{min-height:400px}@media (width <= 768px){.section-header h2{font-size:28px}#radar-chart{min-height:350px}}.leadership-section{background:var(--bg-darker);padding:var(--section-padding) 0}.leadership-card{align-items:center;background:linear-gradient(135deg,var(--ldf-coral),var(--ldf-coral-dark));border-radius:var(--radius-xl);display:flex;gap:24px;padding:32px}.leadership-icon{font-size:48px}.leadership-content{flex:1}.leadership-content h3{font-size:24px;font-weight:700;margin-bottom:4px}.leadership-content p{color:#fffc;font-size:16px}.leadership-score{font-size:36px;font-weight:800}.leadership-progress{background:#fff3;margin-top:16px}.leadership-progress .progress-bar{background:#fff}@media (width <= 768px){.leadership-card{flex-direction:column;text-align:center}.leadership-score{font-size:28px}}.blocks-section{background:var(--bg-light);padding:var(--section-padding) 0}.blocks-section .section-header h2,.blocks-section .section-header p{color:var(--text-dark)}.blocks-section .section-header p{color:var(--text-dark-muted)}.blocks-grid{display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.block-card{background:var(--bg-light-alt);border-radius:var(--radius-lg);padding:24px;transition:var(--transition)}.block-card:hover{box-shadow:0 10px 40px #0000001a;transform:translateY(-4px)}.block-header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:12px}.block-name{color:var(--text-dark);flex:1;font-size:16px;font-weight:600;line-height:1.3}.block-category-badge{border-radius:var(--radius-full);color:#fff;flex-shrink:0;font-size:11px;font-weight:700;letter-spacing:.5px;padding:4px 12px;text-transform:uppercase}.block-category-badge.danger{background:var(--color-danger)}.block-category-badge.caution{background:var(--color-caution)}.block-category-badge.warning{background:var(--color-warning)}.block-category-badge.success{background:var(--color-success)}.block-score-row{align-items:baseline;display:flex;gap:12px;justify-content:space-between;margin-bottom:12px}.block-score{font-size:24px;font-weight:800}.block-score.danger{color:var(--color-danger)}.block-score.caution{color:var(--color-caution)}.block-score.warning{color:var(--color-warning)}.block-score.success{color:var(--color-success)}.block-progress{height:8px;margin-bottom:12px}.block-points{color:var(--text-dark-muted);font-size:13px}.block-interpretation{border-top:1px solid rgb(0 0 0 / 8%);color:var(--text-dark-muted);font-size:14px;line-height:1.5;margin-top:12px;padding-top:12px}.cta-section{background:linear-gradient(135deg,var(--ldf-coral),var(--ldf-coral-dark));padding:var(--section-padding) 0;text-align:center}.cta-section h2{font-size:36px;font-weight:700;margin-bottom:16px}.cta-section p{color:#ffffffe5;font-size:18px;margin:0 auto 32px;max-width:600px}.cta-section .btn-primary{background:#fff;color:var(--ldf-coral)}.cta-section .btn-primary:hover{background:var(--bg-light-alt)}@media (width <= 768px){.cta-section h2{font-size:28px}}.footer{background:var(--bg-darker);padding:48px 0 32px}.footer-content{align-items:center;border-bottom:1px solid rgb(255 255 255 / 10%);display:flex;justify-content:space-between;padding-bottom:32px}.footer-logo{align-items:center;display:flex;gap:12px}.footer-logo img{height:32px}.footer-brand{color:var(--text-white);font-size:18px;font-weight:600}.footer-links{display:flex;gap:32px}.footer-links a{color:var(--text-muted);font-size:14px;text-decoration:none;transition:var(--transition)}.footer-links a:hover{color:var(--ldf-coral)}.footer-copyright{color:var(--text-muted);font-size:14px;padding-top:32px;text-align:center}@media (width <= 768px){.footer-content{flex-direction:column;gap:24px;text-align:center}}@media print{.header,.cta-section,.footer{display:none!important}body,.hero{background:#fff;color:#000}}
