@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root{--green:#0c6c4d;--green-dark:#075f4d;--green-deep:#055c4e;--teal:#168181;--yellow:#f6a31c;--ink:#17352d;--muted:#6c7f79;--bg:#f5f8f7;--line:#dfe9e6;--white:#fff;--positive:#149b72;--regular:#f1ad32;--negative:#dd675f;--shadow:0 12px 40px rgba(11,71,55,.08);--radius:20px}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;font-family:Manrope,Arial,sans-serif;color:var(--ink);background:var(--bg)}
button,input,select{font:inherit}
button{cursor:pointer}
svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.hidden{display:none!important}.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}.eyebrow{font-size:11px;font-weight:800;letter-spacing:.17em;color:var(--teal)}.eyebrow.light{color:#9fd7ca}
.login-view{min-height:100vh;display:grid;grid-template-columns:1.15fr .85fr;background:#fff}
.login-brand{position:relative;overflow:hidden;background:linear-gradient(145deg,#075f4d,#0a7459 70%,#168181);padding:7vh 7vw;color:#fff;display:flex;flex-direction:column;justify-content:space-between}
.login-brand:before{content:"";position:absolute;inset:auto -15% -28% auto;width:520px;height:520px;border-radius:50%;border:82px solid rgba(255,255,255,.04)}
.login-logo{position:relative;width:min(330px,70%);object-fit:contain;background:#fff;border-radius:12px;padding:11px 15px}
.brand-message{position:relative;max-width:580px;margin:12vh 0 10vh}
.brand-message h1{font-size:clamp(48px,5.4vw,82px);line-height:.98;letter-spacing:-.05em;margin:18px 0 25px}
.brand-message p{font-size:18px;line-height:1.7;max-width:520px;color:#cde4de}
.brand-orbit{position:absolute;border:1px solid rgba(255,255,255,.12);border-radius:50%}.orbit-one{width:320px;height:320px;right:-120px;top:8%}.orbit-two{width:160px;height:160px;right:70px;top:32%}
.login-panel{display:flex;align-items:center;justify-content:center;padding:50px;position:relative}
.login-card{width:min(420px,100%)}.mobile-brand{display:none}.login-card h2{font-size:38px;letter-spacing:-.04em;margin:12px 0 5px}.muted{color:var(--muted)}.login-card>p{margin:0 0 34px}
.login-card label{display:block;font-size:13px;font-weight:700;margin:0 0 18px;color:#40544e}.input-wrap{display:flex;align-items:center;border:1px solid #dbe5e2;border-radius:12px;margin-top:8px;padding:0 14px;height:54px;transition:.2s}.input-wrap:focus-within{border-color:var(--teal);box-shadow:0 0 0 3px rgba(22,129,129,.1)}.input-wrap svg{color:#82928e;width:19px}.input-wrap input{border:0;outline:0;flex:1;padding:0 12px;color:var(--ink);background:transparent}.icon-button{border:0;background:none;color:#82928e;padding:4px}
.primary-button{width:100%;border:0;border-radius:12px;height:56px;background:var(--green);color:#fff;font-weight:800;display:flex;align-items:center;justify-content:center;gap:15px;margin-top:10px;box-shadow:0 12px 24px rgba(12,108,77,.18);transition:.2s}.primary-button:hover{transform:translateY(-2px);background:var(--green-dark)}.helper{text-align:center!important;font-size:11px!important;margin:18px 0!important;color:#99a6a2}.login-footer{position:absolute;bottom:24px;font-size:11px;color:#8a9995}
.crm-view{display:flex;min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:260px;background:#073f34;color:#fff;padding:24px 15px;display:flex;flex-direction:column;z-index:30;transition:.25s}.sidebar-brand{height:74px;padding:0 12px;display:flex;align-items:flex-start}.sidebar-brand img{width:180px;background:#fff;border-radius:9px;padding:6px 9px}.sidebar-close{display:none}.sidebar nav{display:flex;flex-direction:column;gap:5px;margin-top:13px}.nav-item{height:45px;width:100%;border:0;background:transparent;color:#b7d2ca;border-radius:10px;padding:0 13px;display:flex;align-items:center;gap:13px;text-align:left;font-size:13px;font-weight:600}.nav-item svg{width:18px}.nav-item span{flex:1}.nav-item b{font-size:10px;background:#17584b;padding:3px 7px;border-radius:10px;color:#d3e6e1}.nav-item b.warn{background:#8b5a18;color:#ffe9b9}.nav-item i{width:6px;height:6px;background:var(--yellow);border-radius:50%}.nav-item:hover,.nav-item.active{background:#0d5b4b;color:#fff}.nav-item.active{box-shadow:inset 3px 0 var(--yellow)}.sidebar-bottom{margin-top:auto}.user-card{border-top:1px solid rgba(255,255,255,.1);padding:17px 8px 0;margin-top:10px;display:flex;align-items:center;gap:10px}.avatar,.top-avatar{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:#168181;color:#fff;font-size:11px;font-weight:800}.user-card span:nth-child(2){display:flex;flex-direction:column;min-width:0}.user-card strong{font-size:11px}.user-card small{font-size:8px;color:#88aaa1;white-space:nowrap}.user-card button{margin-left:auto;border:0;background:none;color:#8db1a7}
.main-content{margin-left:260px;min-width:0;flex:1}.topbar{height:72px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 34px;position:sticky;top:0;z-index:20}.menu-button{display:none;border:0;background:none}.breadcrumb{display:flex;align-items:center;gap:12px;font-size:11px}.breadcrumb span{color:#94a39f}.breadcrumb span:after{content:"/";margin-left:12px}.breadcrumb strong{font-size:12px}.topbar-actions{margin-left:auto;display:flex;align-items:center;gap:13px}.kiosk-button,.secondary-button,.filter-button{height:40px;border-radius:10px;border:1px solid var(--line);background:#fff;color:var(--ink);padding:0 15px;font-size:11px;font-weight:700;display:flex;align-items:center;gap:8px}.kiosk-button{background:var(--green);border-color:var(--green);color:#fff}.kiosk-button svg,.secondary-button svg,.filter-button svg{width:16px}.notification-button{width:40px;height:40px;border:1px solid var(--line);background:#fff;border-radius:10px;position:relative}.notification-button i{position:absolute;width:7px;height:7px;background:#e6534f;border:2px solid #fff;border-radius:50%;right:8px;top:7px}
.page{display:none;padding:34px;max-width:1550px;margin:0 auto}.page.active{display:block}.page-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:25px}.page-heading h2{font-size:29px;margin:7px 0 4px;letter-spacing:-.04em}.page-heading p{margin:0;color:var(--muted);font-size:12px}.heading-actions{display:flex;gap:10px}.filter-panel{background:#fff;padding:18px;border:1px solid var(--line);border-radius:14px;margin:-10px 0 20px;display:grid;grid-template-columns:repeat(3,1fr) auto;gap:12px;box-shadow:var(--shadow)}.filter-panel label{font-size:10px;font-weight:700;color:var(--muted)}.filter-panel select{display:block;width:100%;margin-top:5px;border:1px solid var(--line);border-radius:8px;padding:8px;color:var(--ink);background:#fff}.primary-small{align-self:end;height:37px;border:0;background:var(--green);color:#fff;border-radius:8px;padding:0 18px;font-weight:700}
.hero-score{min-height:285px;background:linear-gradient(120deg,#075f4d,#0b7259 68%,#14817a);border-radius:24px;color:#fff;padding:37px 44px;display:flex;align-items:center;overflow:hidden;position:relative;box-shadow:0 20px 42px rgba(6,83,65,.16)}.hero-score:after{content:"";position:absolute;width:360px;height:360px;border:56px solid rgba(255,255,255,.045);border-radius:50%;right:-70px;top:-100px}.score-copy{width:63%;position:relative;z-index:2}.score-line{display:flex;align-items:baseline;gap:6px;margin:7px 0}.score-line>strong{font-size:67px;letter-spacing:-.07em;line-height:1}.score-line>span{color:#aacfc5;font-size:20px}.score-line>b{font-size:10px;background:#1a866b;color:#d1fff2;padding:6px 10px;border-radius:14px;margin-left:13px}.score-copy h3{font-size:20px;margin:14px 0 7px}.score-copy>p{font-size:11px;line-height:1.7;color:#c5ddd7;max-width:610px}.score-legend{display:flex;gap:25px;margin-top:22px}.score-legend span{font-size:10px;color:#b8d3cd}.score-legend b{color:#fff;margin-left:5px}.dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px}.positive{background:var(--positive)}.regular{background:var(--regular)}.negative{background:var(--negative)}.score-visual{flex:1;display:flex;align-items:center;justify-content:center;position:relative;z-index:2}.score-ring{width:180px;height:180px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(#f6b43a 0 88%,rgba(255,255,255,.12) 88%);position:relative}.score-ring:after{content:"";position:absolute;inset:12px;border-radius:50%;background:#0b6c56}.score-ring span{position:relative;z-index:1;font-size:44px;font-weight:800}.score-ring small{display:block;font-size:9px;text-align:center;color:#b8d8d0;letter-spacing:.12em;text-transform:uppercase}.spark-card{position:absolute;right:-8px;bottom:5px;background:#fff;color:var(--ink);padding:12px 15px;border-radius:12px;box-shadow:var(--shadow);display:flex;flex-direction:column}.spark-card span{font-size:8px;color:var(--muted);text-transform:uppercase}.spark-card strong{font-size:11px;margin:2px 0}.spark-card b{font-size:10px;color:var(--positive)}
.metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin:18px 0}.metric-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px;display:flex;align-items:center;gap:14px}.metric-icon{width:43px;height:43px;border-radius:12px;display:grid;place-items:center}.metric-icon svg{width:19px}.metric-icon.teal{background:#e3f3f0;color:var(--teal)}.metric-icon.amber{background:#fff2d8;color:#c47a08}.metric-icon.rose{background:#ffebe9;color:#cf5d55}.metric-icon.green{background:#e7f4ec;color:var(--green)}.metric-card div{display:flex;flex-direction:column}.metric-card small{font-size:9px;color:var(--muted)}.metric-card strong{font-size:23px;letter-spacing:-.04em}.metric-card em{font-style:normal;font-size:8px;color:#879691}.metric-card em.up{color:var(--positive)}.metric-card em.down{color:var(--negative)}
.dashboard-grid{display:grid;grid-template-columns:1.55fr 1fr;gap:16px}.panel{background:#fff;border:1px solid var(--line);border-radius:18px;padding:21px;min-width:0}.panel-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:18px}.panel-head h3{font-size:14px;margin:0 0 3px}.panel-head p{font-size:9px;color:var(--muted);margin:0}.period-tabs{display:flex;background:#f1f5f4;padding:3px;border-radius:8px}.period-tabs button{border:0;background:transparent;border-radius:6px;font-size:8px;padding:6px 9px;color:var(--muted)}.period-tabs button.active{background:#fff;color:var(--green);box-shadow:0 2px 6px #dfe7e5}.chart-wrap{height:250px;display:grid;grid-template-columns:28px 1fr;grid-template-rows:1fr 20px;position:relative}.chart-y{display:flex;flex-direction:column;justify-content:space-between;font-size:8px;color:#94a39f;padding:0 0 18px}.line-chart{width:100%;height:220px}.grid-lines line{stroke:#e8efed;stroke-width:1}.area{fill:url(#area);stroke:none}.line{fill:none;stroke:var(--teal);stroke-width:4;stroke-linecap:round}.line-chart circle{fill:var(--teal);stroke:#fff;stroke-width:3}.line-chart .pulse{fill:none;stroke:var(--teal);opacity:.2;stroke-width:5}.chart-x{grid-column:2;display:flex;justify-content:space-between;color:#94a39f;font-size:8px}.more{border:0;background:none;color:#91a09c}.donut-wrap{display:flex;align-items:center;justify-content:center;gap:28px;padding-top:12px}.donut{width:150px;height:150px;border-radius:50%;background:conic-gradient(var(--positive) 0 78%,var(--regular) 78% 94%,var(--negative) 94%);position:relative;display:grid;place-items:center}.donut:after{content:"";position:absolute;inset:20px;background:#fff;border-radius:50%}.donut>span{z-index:1;text-align:center}.donut strong{display:block;font-size:22px}.donut small{display:block;font-size:8px;color:var(--muted)}.donut-legend{display:flex;flex-direction:column;gap:14px}.donut-legend>span{display:grid;grid-template-columns:8px 75px 1fr;align-items:center;gap:6px}.donut-legend i{width:7px;height:7px;border-radius:50%}.donut-legend small{font-size:9px;color:var(--muted)}.donut-legend strong{font-size:9px}.donut-legend b{margin-left:5px;color:var(--muted)}
.sites-panel,.insights-panel{min-height:355px}.text-button{border:0;background:none;color:var(--teal);font-size:9px;font-weight:800}.site-list{display:flex;flex-direction:column}.site-row{display:grid;grid-template-columns:20px 34px 1fr 100px 30px;align-items:center;gap:9px;padding:10px 0;border-bottom:1px solid #edf2f1}.site-row:last-child{border:0}.site-row>b{font-size:9px;color:#9aa8a4}.site-badge{width:31px;height:31px;border-radius:9px;background:#e5f1ee;color:var(--green);display:grid;place-items:center;font-size:8px;font-weight:800}.site-row>span:nth-child(3){display:flex;flex-direction:column}.site-row strong{font-size:9px}.site-row small{font-size:7px;color:#94a29e}.mini-bar{height:5px;background:#eaf0ee;border-radius:4px;overflow:hidden}.mini-bar i{display:block;height:100%;background:var(--teal);border-radius:4px}.site-row em{font-style:normal;font-size:9px;font-weight:800;text-align:right}.good{color:var(--positive)}.medium{color:#c98514}.live-pill{font-size:7px;background:#e6f5ef;color:var(--positive);padding:5px 8px;border-radius:9px;font-weight:800}.insight-item{display:grid;grid-template-columns:35px 1fr 20px;gap:10px;padding:13px 0;border-bottom:1px solid #edf2f1}.insight-item:last-child{border:0}.insight-item>span{width:34px;height:34px;border-radius:10px;display:grid;place-items:center}.insight-item>span svg{width:16px}.insight-item.alert>span{background:#fff0e8;color:#d46c33}.insight-item.success>span{background:#e6f5ef;color:var(--positive)}.insight-item.info>span{background:#e6f2f4;color:var(--teal)}.insight-item strong{font-size:9px}.insight-item p{font-size:8px;line-height:1.5;color:var(--muted);margin:3px 0}.insight-item small{font-size:7px;color:#a5b0ad}.insight-item button{border:0;background:none;color:#8ea09b}
.region-toggle{display:flex;gap:8px;margin-bottom:20px}.region-toggle button{border:1px solid var(--line);background:#fff;color:var(--muted);border-radius:10px;padding:9px 14px;font-size:10px;font-weight:700}.region-toggle button.active{background:var(--green);color:#fff;border-color:var(--green)}.region-toggle b{margin-left:6px}.site-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.site-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:21px;box-shadow:0 8px 24px rgba(20,67,55,.03)}.site-card-head{display:flex;align-items:center;gap:12px}.site-card-head .site-badge{width:43px;height:43px;font-size:10px}.site-card-head span:nth-child(2){display:flex;flex-direction:column;flex:1}.site-card-head strong{font-size:13px}.site-card-head small{font-size:8px;color:var(--muted)}.score-chip{font-size:16px;font-weight:800;color:var(--positive)}.site-card-bar{height:7px;background:#edf2f1;border-radius:6px;margin:17px 0 13px}.site-card-bar i{height:100%;display:block;background:linear-gradient(90deg,var(--teal),var(--positive));border-radius:6px}.site-card-meta{display:flex;justify-content:space-between;font-size:8px;color:var(--muted)}.site-card button{margin-top:16px;width:100%;height:35px;border:1px solid var(--line);background:#fff;border-radius:8px;color:var(--green);font-size:9px;font-weight:800}
.summary-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:16px;overflow:hidden;margin-bottom:18px}.summary-strip span{background:#fff;padding:18px 24px;display:flex;flex-direction:column}.summary-strip small{font-size:9px;color:var(--muted)}.summary-strip strong{font-size:23px}.green-text{color:var(--positive)}.amber-text{color:#c98514}.red-text{color:var(--negative)}.table-tools{display:flex;justify-content:space-between;margin-bottom:17px}.search{display:flex;align-items:center;border:1px solid var(--line);height:39px;border-radius:9px;padding:0 12px;width:330px}.search svg{width:15px;color:#8d9b97}.search input{border:0;outline:0;width:100%;padding-left:9px;font-size:10px}.responsive-table{overflow:auto}.responsive-table table{border-collapse:collapse;width:100%;min-width:780px}.responsive-table th{text-align:left;padding:11px 12px;color:#7b8b86;font-size:8px;text-transform:uppercase;letter-spacing:.07em;border-bottom:1px solid var(--line)}.responsive-table td{padding:14px 12px;font-size:9px;border-bottom:1px solid #edf2f1}.emotion-pill,.status-pill{display:inline-flex;padding:5px 8px;border-radius:8px;font-size:8px;font-weight:700}.emotion-pill.positive{background:#e6f5ef;color:var(--positive)}.emotion-pill.regular{background:#fff4df;color:#bb7610}.emotion-pill.negative{background:#ffebe9;color:#c95750}.status-pill{background:#eef3f2;color:#667a74}
.generic-hero{background:linear-gradient(120deg,#075f4d,#168181);border-radius:22px;color:#fff;padding:38px;margin-bottom:18px;position:relative;overflow:hidden}.generic-hero h2{font-size:30px;margin:8px 0}.generic-hero p{color:#cde4de;max-width:620px;font-size:12px;line-height:1.7}.generic-hero:after{content:"";position:absolute;width:220px;height:220px;border-radius:50%;border:42px solid rgba(255,255,255,.05);right:-30px;top:-70px}.placeholder-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.placeholder-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px}.placeholder-card span{display:grid;place-items:center;width:42px;height:42px;border-radius:11px;background:#e6f3f0;color:var(--teal);font-size:20px}.placeholder-card h3{font-size:13px;margin:15px 0 7px}.placeholder-card p{font-size:9px;color:var(--muted);line-height:1.6}
.kiosk-view{min-height:100vh;background:radial-gradient(circle at top left,#f2fbf8,#fff 40%,#f7faf9);display:flex;flex-direction:column}.kiosk-header{height:80px;display:flex;align-items:center;padding:0 42px;border-bottom:1px solid #e4eeeb;background:rgba(255,255,255,.9)}.kiosk-header img{width:200px}.kiosk-header>span{margin-left:auto;font-size:11px;font-weight:700;color:var(--green);display:flex;align-items:center;gap:7px}.kiosk-header>span i,.kiosk-footer i{width:7px;height:7px;background:var(--positive);border-radius:50%}.kiosk-header>button{border:0;background:none;font-size:9px;color:#879792;margin-left:25px}.kiosk-flow{flex:1;display:grid;place-items:center;padding:30px}.kiosk-screen{display:none;width:min(1000px,100%);text-align:center;animation:screenIn .35s ease}.kiosk-screen.active{display:block}.kiosk-screen h1{font-size:clamp(34px,5vw,61px);line-height:1.08;letter-spacing:-.05em;margin:14px 0 18px}.kiosk-screen>p{color:var(--muted);font-size:17px;line-height:1.7}.kiosk-symbol{display:grid;place-items:center;margin:0 auto 22px;width:74px;height:74px;border-radius:22px;background:#e6f4f0;color:var(--teal);font-size:42px}.kiosk-primary{border:0;background:var(--green);color:#fff;height:62px;border-radius:16px;padding:0 35px;font-size:15px;font-weight:800;margin-top:26px;box-shadow:0 15px 30px rgba(12,108,77,.2)}.kiosk-primary span{margin-left:25px}.step-count{font-size:10px;color:var(--teal);font-weight:800;letter-spacing:.15em}.emotion-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:38px}.emotion-grid button{background:#fff;border:2px solid #e3ece9;border-radius:25px;padding:28px 18px;display:flex;flex-direction:column;align-items:center;transition:.2s;box-shadow:0 10px 32px rgba(12,73,58,.05)}.emotion-grid button:hover{transform:translateY(-6px);border-color:var(--teal);box-shadow:var(--shadow)}.face{width:90px;height:90px;border-radius:50%;display:grid;place-items:center;font-size:58px;line-height:1;margin-bottom:17px}.face.happy{background:#e4f6ee;color:var(--positive)}.face.neutral{background:#fff2d8;color:#c98717}.face.sad{background:#ffebe8;color:#cf5a52;transform:rotate(180deg)}.emotion-grid strong{font-size:22px}.emotion-grid small{font-size:11px;color:var(--muted);margin-top:5px}.specialty-search{width:min(450px,90%);margin:25px auto 20px;height:50px;border:1px solid var(--line);background:#fff;border-radius:13px;display:flex;align-items:center;padding:0 15px}.specialty-search input{border:0;outline:0;flex:1;padding-left:10px}.specialty-grid,.reason-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.specialty-grid button,.reason-grid button{min-height:100px;border:1px solid var(--line);background:#fff;border-radius:15px;color:var(--ink);font-weight:700;padding:15px;display:flex;flex-direction:column;gap:9px;align-items:center;justify-content:center;transition:.2s}.specialty-grid button:hover,.reason-grid button:hover,.reason-grid button.selected{border-color:var(--teal);background:#f0faf7;transform:translateY(-2px)}.specialty-grid span{font-size:25px;color:var(--teal)}.reason-grid{margin:28px 0 0}.reason-grid button{min-height:72px;font-size:12px}.thanks-check{display:grid;place-items:center;width:90px;height:90px;border-radius:50%;margin:0 auto 20px;background:#e4f6ee;color:var(--positive);font-size:45px}.review-card{display:flex;align-items:center;gap:18px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px;width:min(520px,100%);margin:25px auto;text-align:left;box-shadow:var(--shadow)}.qr-placeholder{width:88px;height:88px;flex:0 0 auto;background:repeating-conic-gradient(#17352d 0 25%,#fff 0 50%) 0/14px 14px;border:8px solid #fff;outline:1px solid var(--line);position:relative}.qr-placeholder i{position:absolute;inset:26px;background:var(--green);border:5px solid #fff}.review-card>span:last-child{display:flex;flex-direction:column}.review-card strong{font-size:14px}.review-card small{font-size:9px;color:var(--muted);line-height:1.5;margin-top:5px}.text-kiosk-button{border:0;background:none;color:var(--teal);font-weight:700}.kiosk-footer{height:52px;padding:0 40px;display:flex;align-items:center;justify-content:space-between;color:#8a9995;font-size:9px}.kiosk-footer span{display:flex;align-items:center;gap:6px}
@keyframes screenIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
@media(max-width:1100px){.metrics-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}.site-card-grid{grid-template-columns:repeat(2,1fr)}.login-view{grid-template-columns:1fr 1fr}.brand-message h1{font-size:52px}.specialty-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:800px){.login-view{display:block}.login-brand{display:none}.login-panel{min-height:100vh;padding:32px}.mobile-brand{display:block;margin-bottom:55px}.mobile-brand img{width:220px}.login-footer{position:static;margin-top:50px}.sidebar{transform:translateX(-100%)}.sidebar.open{transform:none}.sidebar-close{display:block;margin-left:auto;border:0;background:none;color:#fff;font-size:24px}.main-content{margin-left:0}.menu-button{display:block}.topbar{padding:0 18px}.breadcrumb span,.kiosk-button{display:none}.page{padding:24px 18px}.page-heading{align-items:flex-start;gap:15px}.page-heading h2{font-size:25px}.hero-score{padding:28px;display:block}.score-copy{width:100%}.score-visual{margin-top:25px}.spark-card{right:10%}.metrics-grid{grid-template-columns:1fr 1fr}.site-card-grid{grid-template-columns:1fr}.filter-panel{grid-template-columns:1fr}.summary-strip{grid-template-columns:repeat(2,1fr)}.emotion-grid{grid-template-columns:1fr;max-width:440px;margin:30px auto}.emotion-grid button{padding:18px;flex-direction:row;text-align:left}.face{width:64px;height:64px;font-size:42px;margin:0 15px 0 0}.specialty-grid,.reason-grid{grid-template-columns:repeat(2,1fr)}.kiosk-header{padding:0 18px}.kiosk-header img{width:150px}.kiosk-screen h1{font-size:38px}.placeholder-grid{grid-template-columns:1fr}}
@media(max-width:520px){.metrics-grid{grid-template-columns:1fr}.score-legend{gap:9px;flex-wrap:wrap}.score-visual{justify-content:flex-start}.score-ring{width:150px;height:150px}.spark-card{right:0}.page-heading{display:block}.heading-actions{margin-top:15px}.secondary-button{margin-top:13px}.topbar-actions{gap:7px}.top-avatar{display:none}.chart-wrap{height:220px}.site-row{grid-template-columns:18px 30px 1fr 40px}.mini-bar{display:none}.summary-strip{grid-template-columns:1fr 1fr}.search{width:210px}.specialty-grid{grid-template-columns:1fr 1fr}.kiosk-flow{padding:20px 14px}.kiosk-header>span{display:none}}

.login-error{margin:12px 0 0!important;padding:10px 12px;border-radius:9px;background:#ffebe9;color:#b8433d;font-size:11px!important;font-weight:700;text-align:center}
.role-hidden{display:none!important}
.donut-legend em{font-style:normal}
.table-select{height:39px;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--ink);padding:0 12px;font-size:10px}
.table-empty{text-align:center!important;color:var(--muted);padding:40px!important}
.empty-list{min-height:180px;display:grid;place-items:center;text-align:center;color:var(--muted);font-size:10px}
.case-list{padding:6px 20px}
.case-row{display:grid;grid-template-columns:42px 1fr auto auto;align-items:center;gap:14px;padding:15px 0;border-bottom:1px solid var(--line)}
.case-row:last-child{border:0}.case-row>div{display:flex;flex-direction:column}.case-row strong{font-size:11px}.case-row small{font-size:8px;color:var(--muted);margin-top:3px}
.case-row button{border:0;background:var(--green);color:#fff;border-radius:8px;padding:8px 11px;font-size:8px;font-weight:700}
@media(max-width:650px){.case-row{grid-template-columns:38px 1fr auto}.case-row button{grid-column:2/4}.table-tools{gap:8px}.table-select{max-width:150px}}

.face{position:relative;font-size:0}
.face i,.face b{position:absolute;display:block}
.face i:before,.face i:after{content:"";position:absolute;width:9px;height:9px;border-radius:50%;background:currentColor;top:0}
.face i{top:25px;left:28px;width:35px;height:10px}.face i:before{left:0}.face i:after{right:0}
.face b{left:25px;top:47px;width:40px;height:20px;border:5px solid currentColor;border-top:0;border-radius:0 0 28px 28px}
.face.neutral b{top:55px;height:0;border:0;border-top:5px solid currentColor;border-radius:5px}
.face.sad{transform:none}.face.sad b{top:48px;height:20px;border:5px solid currentColor;border-bottom:0;border-radius:28px 28px 0 0}
.experience-filters{display:grid;grid-template-columns:minmax(220px,1.4fr) repeat(4,minmax(125px,.7fr)) auto;gap:10px;align-items:end;margin-bottom:18px}
.experience-filters label{display:flex;flex-direction:column;gap:5px;font-size:8px;font-weight:700;color:var(--muted)}
.experience-filters .search{width:100%}.experience-filters .text-button{height:39px}
.contact-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;max-width:750px;margin:35px auto}
.contact-choice-grid button{min-height:120px;border:2px solid var(--line);background:#fff;border-radius:20px;padding:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:var(--ink)}
.contact-choice-grid button:hover{border-color:var(--teal);background:#f1faf7;transform:translateY(-3px)}.contact-choice-grid strong{font-size:16px}.contact-choice-grid small{font-size:10px;color:var(--muted)}
.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:14px;text-align:left;max-width:760px;margin:25px auto}
.contact-form label{display:flex;flex-direction:column;gap:6px;font-size:10px;font-weight:700;color:var(--ink)}.contact-form label small{color:var(--muted);font-weight:500}
.contact-form input,.contact-form select,.contact-form textarea,.editor-field input,.editor-field select{border:1px solid var(--line);background:#fff;border-radius:11px;padding:12px;outline:0;color:var(--ink)}
.filter-panel{grid-template-columns:repeat(3,minmax(140px,1fr)) auto}.filter-panel input{display:block;width:100%;margin-top:5px;border:1px solid var(--line);border-radius:8px;padding:8px;color:var(--ink);background:#fff}
.sites-panel{grid-column:1/-1}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus,.editor-field input:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(22,129,129,.1)}
.contact-comment,.consent-check{grid-column:1/-1}.contact-form .consent-check{display:flex;flex-direction:row;align-items:center;font-weight:500}.consent-check input{width:18px;height:18px}.contact-form .kiosk-primary{grid-column:1/-1;justify-self:center}
.editor-layout{display:grid;grid-template-columns:1fr 320px;gap:18px}.editor-card,.specialty-admin-card,.indicator-card,.report-builder{background:#fff;border:1px solid var(--line);border-radius:17px;padding:20px}
.editor-card h3,.specialty-admin-card h3,.indicator-card h3,.report-builder h3{font-size:13px;margin:0 0 6px}.editor-card>p,.specialty-admin-card>p,.indicator-card>p,.report-builder>p{font-size:9px;color:var(--muted);margin:0 0 18px}
.editor-question{display:grid;grid-template-columns:1fr 150px auto;gap:10px;padding:12px 0;border-bottom:1px solid var(--line);align-items:center}.editor-question input,.editor-question select{width:100%;border:1px solid var(--line);border-radius:9px;padding:9px;font-size:10px;background:#fff}.editor-question button,.specialty-row button{border:0;background:#ffebe9;color:#b54d47;border-radius:7px;padding:8px;font-size:9px}
.editor-actions{display:flex;justify-content:space-between;margin-top:16px}.editor-preview{background:linear-gradient(145deg,#075f4d,#168181);color:#fff;border-radius:18px;padding:25px;min-height:280px}.editor-preview small{color:#a9d6cb}.editor-preview h3{font-size:23px;margin:18px 0}.preview-option{background:#fff;color:var(--ink);border-radius:10px;padding:10px;margin-top:8px;font-size:9px}
.specialty-toolbar,.report-filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}.specialty-toolbar select,.specialty-toolbar input,.report-filters select,.report-filters input{height:39px;border:1px solid var(--line);border-radius:9px;background:#fff;padding:0 11px;font-size:10px}
.specialty-list-admin{display:grid;grid-template-columns:1fr 1fr;gap:9px}.specialty-row{display:flex;align-items:center;gap:9px;border:1px solid var(--line);border-radius:10px;padding:10px}.specialty-row span{flex:1;font-size:10px}.specialty-row i{width:8px;height:8px;border-radius:50%;background:var(--positive)}
.indicator-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.indicator-value{font-size:32px;font-weight:800;color:var(--green);margin:12px 0}.indicator-card small{color:var(--muted);font-size:8px}.report-builder .primary-button{width:auto;padding:0 24px}.report-result{margin-top:18px;padding:16px;background:#f5f8f7;border-radius:12px;font-size:10px;color:var(--muted)}
@media(max-width:1000px){.experience-filters{grid-template-columns:1fr 1fr 1fr}.editor-layout{grid-template-columns:1fr}.indicator-grid{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.experience-filters{grid-template-columns:1fr 1fr}.experience-filters .search{grid-column:1/-1}.contact-choice-grid{grid-template-columns:1fr}.contact-form{grid-template-columns:1fr}.contact-comment,.consent-check,.contact-form .kiosk-primary{grid-column:1}.specialty-list-admin,.indicator-grid{grid-template-columns:1fr}.editor-question{grid-template-columns:1fr}}
