:root{--watt-yellow:#ffdb24;--watt-navy:#172d49}
.watt-widget{position:fixed;right:25px;bottom:22px;z-index:45;font-family:'DM Sans',Arial,sans-serif;color:var(--watt-navy)}
.watt-launcher{position:relative;display:flex;align-items:center;gap:1px;padding:0;background:transparent;border:0;cursor:pointer;color:inherit;touch-action:manipulation}
.watt-launcher-label{background:#fff;color:#243c5c;border:1px solid #e0e7f1;border-radius:14px 14px 3px 14px;padding:11px 16px;box-shadow:0 8px 28px #0c203223;text-align:left;line-height:1.35;transition:transform .22s,box-shadow .22s}
.watt-launcher-label strong{display:block;font-size:15px;letter-spacing:.02em}.watt-launcher-label small{display:block;font-size:12px;color:#74839a;margin-top:4px}
.watt-launcher:hover .watt-launcher-label{transform:translateY(-3px);box-shadow:0 10px 30px #0c203236}
.watt-avatar{position:relative;display:inline-grid;place-items:center;isolation:isolate;width:100px;height:112px;flex-shrink:0}
.watt-avatar:before{content:'';position:absolute;inset:20% 6% 10%;border-radius:50%;background:radial-gradient(circle,#ffe66090 0,#ffdf391f 49%,transparent 70%);z-index:-1;animation:watt-glow 3.6s ease-in-out infinite}
.watt-character{width:100%;height:100%;object-fit:contain;display:block;filter:drop-shadow(0 9px 9px #172e482c);transform-origin:50% 79%;animation:watt-float 4.4s ease-in-out infinite;will-change:transform}
.watt-launcher .watt-character{animation:watt-float 4.4s ease-in-out infinite,watt-hello 1.3s ease-in-out .4s 1}
.watt-avatar[data-mood="happy"] .watt-character{animation:watt-happy .8s ease-in-out 2}
.watt-avatar[data-mood="thinking"] .watt-character{animation:watt-thinking 1.4s ease-in-out 2}
.watt-inline{display:inline-grid;place-items:center;width:66px;height:72px;vertical-align:middle;flex-shrink:0;position:relative}
.watt-inline .watt-avatar{width:100%;height:100%}.watt-inline .watt-character{filter:drop-shadow(0 4px 4px #17344918);animation-duration:5s}
.watt-inline.large{width:90px;height:98px}.watt-inline.small{width:45px;height:49px}
.watt-panel{position:absolute;right:0;bottom:128px;width:360px;max-width:calc(100vw - 36px);background:white;border:1px solid #dfe7f1;box-shadow:0 20px 65px #142b4b35;border-radius:21px;overflow:hidden;transform-origin:88% 100%;animation:watt-panel-in .23s ease-out}
.watt-panel[hidden]{display:none!important}.watt-panel-header{display:flex;align-items:center;gap:10px;padding:16px 18px 14px;background:linear-gradient(135deg,#f9f6e7,#fffdf5);border-bottom:1px solid #ede9d6}
.watt-panel-header .watt-inline{width:58px;height:63px}.watt-panel-heading{flex:1}.watt-panel-heading h2{font-family:'Manrope','DM Sans',Arial,sans-serif;font-size:23px;letter-spacing:.02em;margin:0;line-height:1.1;color:#19304d;font-weight:800}
.watt-panel-heading p{margin:6px 0 0;font-size:13px;color:#7d795f}.watt-close{width:32px;height:32px;background:#ffffffa6;border:1px solid #e6e1cc;border-radius:9px;font:inherit;font-size:23px;line-height:1;display:grid;place-items:center;color:#746f59;cursor:pointer;flex-shrink:0}
.watt-panel-body{padding:20px}.watt-intro{font-size:16px;font-weight:650;line-height:1.55;margin:0 0 9px;color:#213b5a}.watt-summary{font-size:14px;line-height:1.7;color:#687d95;margin:0 0 18px}
.watt-shortcuts{display:grid;grid-template-columns:1fr 1fr;gap:9px}.watt-shortcut{display:flex;gap:9px;align-items:center;padding:12px 11px;background:#f3f6fb;border:1px solid #e1e8f3;border-radius:10px;color:#365471;font-size:13px;line-height:1.45;font-weight:600;text-decoration:none;min-height:49px;transition:background .16s,transform .16s}
.watt-shortcut:hover{background:#eaf0fb;transform:translateY(-2px)}.watt-shortcut svg{height:18px;width:18px;stroke:currentColor;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.watt-panel-primary{display:flex;justify-content:center;align-items:center;gap:9px;margin-top:12px;min-height:45px;border-radius:10px;background:var(--watt-yellow);border:1px solid #ebc61c;color:#1c3249;font-weight:700;font-size:14px;text-decoration:none;padding:10px 14px;transition:background .16s}
.watt-panel-primary:hover{background:#f4cd15}.watt-panel-footer{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:12px 18px;background:#f7f9fc;border-top:1px solid #e9eef6;color:#8491a4;font-size:11px}
.watt-motion-toggle{border:0;background:none;padding:5px;color:#526983;font:inherit;font-size:11px;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.watt-motion-toggle:disabled{cursor:default;text-decoration:none;opacity:.7}
.watt-widget button:focus-visible,.watt-widget a:focus-visible,[data-watt-open]:focus-visible{outline:3px solid #5b7edf;outline-offset:4px}
.watt-hero-link{display:inline-flex;align-items:center;gap:9px;border:1px solid #ffffff35;background:#111b25b8;color:#f4f7fb;padding:1px 17px 1px 3px;border-radius:35px;font-size:14px;line-height:1.3;cursor:pointer;margin-top:20px;box-shadow:0 6px 20px #0002;backdrop-filter:blur(8px)}
.watt-hero-link .watt-inline{width:47px;height:53px}.watt-hero-link strong{color:#ffdc23;font-weight:700}.watt-hero-link>span:last-child{font-size:18px;margin-left:7px;color:#ffdc23}
.customer-ai.watt-card{background:linear-gradient(110deg,#fff9da,#fffdf2 60%,#eef5ff);border-color:#efdf9d;padding:14px 20px 14px 9px;gap:13px}
.customer-ai.watt-card .section-kicker{color:#968328}.customer-ai.watt-card h3{color:#273b58}.customer-ai.watt-card p{color:#787b77}.customer-ai.watt-card>a{background:#fff5c7;color:#94750b}
.watt-assistant-head{gap:10px!important}.watt-assistant-head .watt-inline{margin-left:-5px}.watt-assistant-head h2{font-size:23px}.watt-assistant-head h2>small{font-size:13px;font-family:'DM Sans',sans-serif;letter-spacing:0;font-weight:500;display:block;margin-top:6px;color:#7b889b}
.watt-welcome-label{display:inline-flex;align-items:center;gap:7px;background:#fff9dd;border:1px solid #eddea4;color:#8c742d;border-radius:8px;padding:6px 9px;font-size:12px;font-weight:600;margin-bottom:12px}
.watt-welcome-label .watt-inline{width:26px;height:30px;margin-top:-5px;margin-bottom:-5px}
.watt-route-enter .customer-kpi,.watt-route-enter .customer-ticket,.watt-route-enter .next-visit,.watt-route-enter .customer-hours-preview,.watt-route-enter .invoice-row{animation:watt-surface-in .42s ease-out backwards}
.watt-route-enter .customer-kpi:nth-child(2),.watt-route-enter .customer-ticket:nth-child(2),.watt-route-enter .invoice-row:nth-child(2){animation-delay:.055s}
.watt-route-enter .customer-kpi:nth-child(3),.watt-route-enter .customer-ticket:nth-child(3),.watt-route-enter .invoice-row:nth-child(3){animation-delay:.11s}
.watt-route-enter .customer-kpi:nth-child(4),.watt-route-enter .customer-ticket:nth-child(4),.watt-route-enter .invoice-row:nth-child(4){animation-delay:.165s}
.watt-route-enter .customer-hours-preview{animation-delay:.15s}.watt-route-enter .hours-ring{animation:watt-ring-in .65s ease-out}
.watt-route-enter .status-signal.red .red.lit{animation:watt-attention 1.8s ease-out 2}.result-box{animation:watt-surface-in .3s ease-out}
.watt-toast-space .toast{bottom:151px}.watt-widget.is-dialog-hidden{display:none}
[data-watt-motion="off"] .watt-character,[data-watt-motion="off"] .watt-avatar:before,[data-watt-motion="off"] .watt-panel,[data-watt-motion="off"] .watt-route-enter *,[data-watt-motion="off"] .result-box{animation:none!important;will-change:auto}
[data-watt-motion="off"] .watt-shortcut,[data-watt-motion="off"] .watt-launcher-label{transition:none}
@keyframes watt-float{0%,100%{transform:translateY(0) rotate(-3deg)}50%{transform:translateY(-8px) rotate(3deg)}}
@keyframes watt-glow{0%,100%{opacity:.48;transform:scale(.94)}50%{opacity:.88;transform:scale(1.08)}}
@keyframes watt-hello{0%,100%{rotate:0deg}25%{rotate:-11deg}50%{rotate:8deg}75%{rotate:-5deg}}
@keyframes watt-happy{0%,100%{transform:translateY(0) rotate(0)}30%{transform:translateY(-16px) rotate(-7deg)}60%{transform:translateY(-6px) rotate(8deg)}80%{transform:translateY(-10px) rotate(-3deg)}}
@keyframes watt-thinking{0%,100%{transform:translateY(-3px) rotate(-4deg)}50%{transform:translateY(-5px) rotate(8deg)}}
@keyframes watt-panel-in{from{opacity:0;transform:translateY(12px) scale(.96)}to{opacity:1;transform:none}}
@keyframes watt-surface-in{from{opacity:0;translate:0 12px}to{opacity:1;translate:0 0}}
@keyframes watt-ring-in{from{opacity:.3;scale:.91}to{opacity:1;scale:1}}
@keyframes watt-attention{0%,100%{box-shadow:0 0 0 0 #e6534800}50%{box-shadow:0 0 0 4px #e6534821}}
@media(max-width:650px){.watt-widget{right:13px;bottom:12px}.watt-avatar{width:73px;height:84px}.watt-launcher-label{padding:8px 12px}.watt-launcher-label strong{font-size:14px}.watt-launcher-label small{font-size:11px}.watt-panel{bottom:96px;right:0;width:340px;max-height:calc(100dvh - 125px);overflow:auto}.watt-panel-header{padding:12px 15px}.watt-panel-body{padding:17px}.watt-shortcut{font-size:13px}.watt-panel-footer{padding:10px 14px}.watt-inline.large{width:69px;height:77px}.customer-ai.watt-card{gap:8px;padding:12px 14px 12px 3px;align-items:center}.customer-ai.watt-card>div:nth-child(2){flex:1;min-width:0}.customer-ai.watt-card h3{font-size:14px}.customer-ai.watt-card p{font-size:13px}.watt-assistant-head .watt-inline{width:59px;height:65px}.watt-assistant-head h2{font-size:22px}.watt-hero-link{font-size:12px;padding-right:12px}.watt-hero-link .watt-inline{height:43px;width:38px}.watt-widget[data-view="richiesta"] .watt-launcher-label{display:none}.watt-toast-space .toast{bottom:110px}.app-footer{padding-bottom:115px!important}body:not(.customer-mode) .site-header~footer{padding-bottom:110px}}
@media(prefers-reduced-motion:reduce){.watt-character,.watt-avatar:before,.watt-panel,.watt-route-enter *,.result-box{animation:none!important;will-change:auto}.watt-shortcut,.watt-launcher-label{transition:none}}

@media print{.watt-widget{display:none!important}.watt-character,.watt-avatar:before{animation:none!important}}
