@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";body{margin:0;padding:0;background-image:url(/assets/background-B5dROf0U.png);background-color:var(--background, #f0f2f5);background-size:contain;background-repeat:repeat;background-attachment:fixed;font-family:Roboto,sans-serif}:root{--primary: #0077FF;--primary-hover: #0066DB;--primary-light: #dbeafe;--background: #F2F3F5;--white: #ffffff;--black: #171717;--dark-grey: #666666;--grey: #e0e0e0;--red: #e74c3c;--green: #27ae60;--purple: #8e44ad;--orange: #f39c12;--gradient: linear-gradient(180deg, #00329D 0%, #0077FF 100%);--shadow-light: rgba(0, 0, 0, .25);--small-radius: 7px;--big-radius: 12px;--text-big: 20px;--text-big-medium: 16px;--text-medium: 14px;--text-small: 12px;--title: 24px}.header{position:relative;display:flex;padding:20px;justify-content:flex-end}.logo img{width:100px;height:auto}@media(max-width:1200px){body{background:var(--background)!important;overflow:hidden}body>*:not(style):not(script){display:none!important}body:after{content:"This site is best viewed on desktop!";position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10000;font-size:20px;font-weight:500;color:var(--black);text-align:center;background:url(/assets/expressions-CiMHZFhc.gif) no-repeat center top;background-size:120px 120px;padding:140px 30px 20px;width:80%;max-width:400px;line-height:1.5}}*{margin:0;padding:0;box-sizing:border-box}body{background-image:none}.sidebar{width:80px;background-color:var(--white);border-right:1px solid var(--grey);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 0;position:fixed;height:100vh;left:0;top:0;z-index:100}.nav{display:flex;flex-direction:column;gap:30px;margin-top:40px}.nav-item{display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px 16px;text-decoration:none;color:var(--black);opacity:.5;transition:all .3s ease;border-radius:8px;font-size:var(--text-small);font-weight:500}.nav-item:hover{color:var(--primary-hover);background-color:#f0f5ff;opacity:1}.nav-item.active{color:var(--primary);background-color:var(--primary-light);opacity:1}.nav-item svg{width:24px;height:24px}.container{display:flex;min-height:100vh}.main-content{padding:30px 40px;width:100%}.page-title{font-size:var(--title);font-weight:700;color:var(--black);margin-bottom:32px}.layout-content{margin-left:180px;flex:1;max-width:calc(100% - 180px);display:flex;flex-direction:column}.score-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:32px}.engage-card,.positive-card,.negative-card{background:var(--white);border-radius:var(--small-radius);padding:24px;box-shadow:0 4px 8px var(--shadow-light);position:relative;display:flex;flex-direction:column}.engage-stroke,.positive-stroke,.negative-stroke{position:absolute;bottom:0;left:0;border-radius:0px 0px var(--small-radius) var(--small-radius);width:100%;height:16px}.engage-stroke{background:var(--purple)}.positive-stroke{background:var(--green)}.negative-stroke{background:var(--red)}.score-card-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;margin-top:auto}.score-left{flex:1}.score-label{font-size:var(--text-small);font-weight:600;color:var(--dark-grey);letter-spacing:.5px;margin-bottom:24px;order:-1}.score-value{font-size:82px;font-weight:600;color:var(--purple);line-height:1}.score-value.positive{color:var(--green)}.score-value.negative{color:var(--red)}.circular-progress{position:relative;display:inline-block;top:10px}.circular-progress svg{transform:rotate(-90deg)}.circular-progress .progress-bg{fill:none;stroke:var(--grey);stroke-width:8}.circular-progress .progress-bar{fill:none;stroke-width:8;stroke-linecap:round;transition:stroke-dashoffset 1s ease}.circular-progress .progress-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:24px;font-weight:600;color:var(--black)}.circular-progress.large .progress-bg,.circular-progress.large .progress-bar{stroke-width:12}.circular-progress.large .progress-text{font-size:32px}.charts-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px;margin-bottom:32px}.chart-card{background:var(--white);border-radius:var(--small-radius);padding:24px;box-shadow:0 4px 8px var(--shadow-light)}.chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.chart-title{font-size:var(--text-big-medium);font-weight:600;color:var(--black)}.chart-subtitle{font-size:var(--text-small);color:var(--dark-grey);background:var(--background);padding:4px 12px;border-radius:var(--big-radius)}.gauge-container{display:flex;justify-content:center;margin:20px 0}.gauge{position:relative;display:flex;flex-direction:column;align-items:center}.gauge-value{position:absolute;top:100px;font-size:36px;font-weight:700;color:var(--black)}.gauge-label{font-size:var(--text-medium);color:var(--dark-grey);font-weight:500}.survey-stats{display:flex;justify-content:space-around;margin-top:auto;padding-top:20px;border-top:1px solid var(--grey)}.stat{text-align:center}.stat-label{font-size:var(--text-small);color:var(--dark-grey);margin-bottom:4px}.stat-value{font-size:24px;font-weight:700;color:var(--black)}
