:root{
  --qz9-bg:#f7faff;--qz9-panel:#fff;--qz9-line:#dce6f2;--qz9-ink:#10284d;--qz9-muted:#71809a;
  --qz9-blue:#187cf1;--qz9-cyan:#31c8ee;--qz9-green:#28b77d;--qz9-orange:#f59a3d;--qz9-red:#ed5b67;--qz9-violet:#835fea;--qz9-turq:#1fb7ae;
  --qz9-shadow:0 14px 34px rgba(35,68,115,.08)
}
body.qz-v9{background:var(--qz9-bg)!important}
.qz9-brand{display:block;margin:14px 14px 18px;padding:15px 16px;border:1px solid #d5e1ee;border-radius:18px;background:linear-gradient(135deg,#eaf1f7,#f5f9fc);box-shadow:0 10px 28px rgba(26,62,107,.07)}
.qz9-brand b{display:block;color:#0c2552;font-size:20px;letter-spacing:.17em;font-weight:950}.qz9-brand small{display:block;margin-top:7px;color:#167ee9;font-size:9px;letter-spacing:.18em;font-weight:900;text-transform:uppercase}
.qz9-home{display:grid;gap:14px}.qz9-hero{display:grid;grid-template-columns:120px 1fr;gap:20px;align-items:center;padding:20px 22px;border:1px solid var(--qz9-line);border-radius:24px;background:linear-gradient(120deg,#fff,#eef6ff);box-shadow:var(--qz9-shadow)}
.qz9-kicker{display:block;color:var(--qz9-blue);font-size:9px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.qz9-hero h2{margin:5px 0 7px;color:var(--qz9-ink);font-size:27px;line-height:1.05}.qz9-hero p{margin:0;color:var(--qz9-muted);font-size:11px;line-height:1.5}
.qz9-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}.qz9-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.qz9-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.qz9-module{position:relative;overflow:hidden;min-height:128px;padding:14px;border:1px solid var(--qz9-line);border-radius:20px;background:#fff;box-shadow:var(--qz9-shadow)}.qz9-module:before{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:var(--qz9-blue)}.qz9-module.green:before{background:var(--qz9-green)}.qz9-module.orange:before{background:var(--qz9-orange)}.qz9-module.red:before{background:var(--qz9-red)}.qz9-module.violet:before{background:var(--qz9-violet)}.qz9-module.turq:before{background:var(--qz9-turq)}.qz9-module.cyan:before{background:var(--qz9-cyan)}
.qz9-module span{display:block;color:var(--qz9-muted);font-size:8px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.qz9-module strong{display:block;margin-top:7px;color:var(--qz9-ink);font-size:24px;line-height:1}.qz9-module p{margin:8px 0 0;color:var(--qz9-muted);font-size:9px;line-height:1.4}.qz9-module button{margin-top:10px}
.qz9-panel{padding:16px;border:1px solid var(--qz9-line);border-radius:21px;background:#fff;box-shadow:var(--qz9-shadow)}.qz9-panel-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:12px}.qz9-panel h3{margin:0;color:var(--qz9-ink);font-size:17px}.qz9-panel p{color:var(--qz9-muted)}
.qz9-btn{border:1px solid var(--qz9-line);border-radius:11px;background:#fff;color:#36536f;padding:8px 11px;font-size:9px;font-weight:850;cursor:pointer}.qz9-btn.primary{border:0;background:linear-gradient(135deg,#1377ef,#21b8e5);color:#fff}.qz9-btn.green{border:0;background:var(--qz9-green);color:#fff}.qz9-btn.orange{border:0;background:var(--qz9-orange);color:#fff}.qz9-btn.violet{border:0;background:var(--qz9-violet);color:#fff}
.qz9-list{display:grid;gap:8px}.qz9-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;padding:11px 12px;border:1px solid #e6edf5;border-radius:15px;background:#fff}.qz9-row h4{margin:0;color:var(--qz9-ink);font-size:11px}.qz9-row p{margin:3px 0 0;color:var(--qz9-muted);font-size:8px}.qz9-tag{display:inline-flex;padding:5px 8px;border-radius:99px;background:#eaf3ff;color:#176ed1;font-size:8px;font-weight:900}.qz9-tag.green{background:#e8f8f1;color:#16835b}.qz9-tag.orange{background:#fff1e4;color:#c36b1a}.qz9-tag.red{background:#ffebee;color:#bd3f4a}.qz9-tag.violet{background:#f1ebff;color:#6548c4}.qz9-tag.turq{background:#e5faf7;color:#12867f}
.qz9-stagebar{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;padding:9px;border:1px solid var(--qz9-line);border-radius:18px;background:#f3f7fc}.qz9-stage{border:0;border-radius:14px;background:#fff;padding:11px;text-align:left;cursor:pointer}.qz9-stage.active{background:linear-gradient(135deg,#e9f3ff,#fff);box-shadow:0 8px 20px rgba(29,102,192,.09)}.qz9-stage b{display:block;color:var(--qz9-ink);font-size:19px}.qz9-stage span{display:block;color:#54647d;font-size:9px;font-weight:900;margin-top:3px}.qz9-stage small{display:block;color:#8b97aa;font-size:7px;margin-top:2px}.qz9-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:12px}.qz9-case{padding:13px;border:1px solid var(--qz9-line);border-radius:18px;background:#fff}.qz9-case h4{margin:0;color:var(--qz9-ink);font-size:12px}.qz9-case p{margin:4px 0 8px;color:var(--qz9-muted);font-size:9px}
.qz9-footbar{position:fixed;left:50%;bottom:14px;z-index:680;transform:translateX(-50%);display:flex;align-items:center;gap:8px;max-width:calc(100vw - 40px);padding:8px 10px;border:1px solid #dce7f3;border-radius:18px;background:rgba(255,255,255,.93);backdrop-filter:blur(16px);box-shadow:0 18px 55px rgba(19,54,104,.16)}.qz9-footbar strong{padding:0 8px;color:#173458;font-size:9px;white-space:nowrap}.qz9-footbar button{border:0;border-radius:11px;background:#f1f5fa;color:#45617f;padding:8px 10px;font-size:8px;font-weight:850;cursor:pointer}.qz9-footbar button:hover{background:#e9f2ff;color:#106fe1}
.qz9-zeo-dock{position:fixed;right:18px;bottom:82px;z-index:700}.qz9-zeo-button{width:82px;height:82px;padding:0;border:1px solid #dce9f5;border-radius:50%;background:#fff;box-shadow:0 20px 55px rgba(23,92,178,.22);cursor:pointer}.qz9-zeo-panel{display:none;position:absolute;right:0;bottom:94px;width:min(390px,calc(100vw - 36px));overflow:hidden;border:1px solid #dce7f3;border-radius:22px;background:#fff;box-shadow:0 30px 95px rgba(17,51,99,.24)}.qz9-zeo-dock.open .qz9-zeo-panel{display:block}.qz9-zeo-head{display:flex;align-items:center;gap:10px;padding:12px 14px;border-bottom:1px solid #e8eef5;background:linear-gradient(135deg,#eef7ff,#fff)}.qz9-zeo-head .qz9-zeo{width:58px}.qz9-zeo-head strong{display:block;color:var(--qz9-ink);font-size:12px}.qz9-zeo-head small{display:block;color:var(--qz9-muted);font-size:8px;margin-top:2px}.qz9-zeo-status{padding:12px 14px;background:#0c3d79;color:#fff}.qz9-zeo-status b{display:block;font-size:10px;letter-spacing:.08em}.qz9-zeo-status span{display:block;margin-top:4px;color:#d6e9ff;font-size:9px;line-height:1.45}.qz9-zeo-chat{height:290px;overflow:auto;padding:12px;display:grid;align-content:start;gap:7px}.qz9-msg{max-width:84%;padding:9px 10px;border-radius:13px;background:#f1f5fa;color:#3c4f6a;font-size:9px;line-height:1.45}.qz9-msg.me{justify-self:end;background:#eaf3ff}.qz9-zeo-form{display:flex;gap:7px;padding:10px;border-top:1px solid #e8eef5}.qz9-zeo-form textarea{flex:1;min-height:44px;max-height:120px;border:1px solid #dce6f2;border-radius:11px;padding:9px;resize:vertical;font:inherit}.qz9-zeo-name{display:flex;gap:7px;padding:9px 12px;border-bottom:1px solid #e8eef5}.qz9-zeo-name input{flex:1;border:1px solid #dce6f2;border-radius:10px;padding:8px}
.qz9-zeo{position:relative;display:inline-block;width:100px;aspect-ratio:.82/1}.qz9-zeo-body{position:absolute;left:20%;right:20%;top:26%;bottom:4%;border-radius:48% 48% 42% 42%/36% 36% 58% 58%;background:linear-gradient(145deg,#fff,#eef4f7 62%,#dfe8ed);box-shadow:inset -9px -13px 18px rgba(51,81,96,.10),0 12px 25px rgba(22,64,91,.12)}.qz9-zeo-headshape{position:absolute;left:7%;right:7%;top:8%;height:45%;border-radius:48% 48% 45% 45%/56% 56% 42% 42%;background:linear-gradient(145deg,#fff,#edf4f7 72%,#d8e5eb);box-shadow:inset -8px -10px 18px rgba(51,81,96,.08),0 9px 18px rgba(22,64,91,.11)}.qz9-zeo-screen{position:absolute;left:13%;right:13%;top:25%;height:48%;border-radius:48%/44%;background:#03162c;box-shadow:inset 0 0 15px rgba(51,188,255,.18)}.qz9-zeo-face{position:absolute;inset:0;color:var(--zeo-color,#34d895)}.qz9-zeo-face svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 6px currentColor)}.qz9-zeo[data-state="good"]{--zeo-color:#37d994}.qz9-zeo[data-state="mail"]{--zeo-color:#4e9cff}.qz9-zeo[data-state="appointment"]{--zeo-color:#35d4f0}.qz9-zeo[data-state="attention"]{--zeo-color:#ffae4f}.qz9-zeo[data-state="urgent"]{--zeo-color:#ff6570}.qz9-zeo[data-state="insight"]{--zeo-color:#a785ff}.qz9-zeo[data-state="verified"]{--zeo-color:#36d4c8}.qz9-zeo-sprout{position:absolute;left:50%;top:0;width:44%;height:17%;transform:translateX(-50%)}.qz9-zeo-sprout:before,.qz9-zeo-sprout:after{content:"";position:absolute;top:10%;width:42%;height:74%;border-radius:65% 15% 65% 15%;background:linear-gradient(135deg,#4ea4ff,#5f75e7)}.qz9-zeo-sprout:before{left:4%;transform:rotate(26deg)}.qz9-zeo-sprout:after{right:4%;transform:scaleX(-1) rotate(26deg)}.qz9-zeo-q{position:absolute;left:50%;bottom:14%;transform:translateX(-50%);font-weight:950;font-size:11px;color:#2b8ff2}.qz9-zeo[data-state="urgent"] .qz9-zeo-screen{animation:qz9pulse 1s infinite}.qz9-zeo[data-state="mail"] .qz9-zeo-screen,.qz9-zeo[data-state="appointment"] .qz9-zeo-screen{animation:qz9blink 1.8s 1}@keyframes qz9pulse{50%{box-shadow:0 0 0 6px rgba(255,101,112,.13),inset 0 0 18px rgba(255,101,112,.32)}}@keyframes qz9blink{50%{transform:scale(.97)}}
body.qz-v9 .sidebar{background:linear-gradient(180deg,#eef3f8,#f4f7fb)!important;border-right:1px solid #dbe4ee!important}body.qz-v9 .workspace{background:var(--qz9-bg)!important;padding-bottom:92px!important}body.qz-v9 .sideBrand img{display:none!important}body.qz-v9 .sideBrand{display:block!important;padding:0!important}body.qz-v9 .roleCard{border-radius:15px!important}
body.qz-v9 .content{max-width:1480px!important;margin:0 auto!important}.qz9-basins{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.qz9-basin{padding:15px;border-radius:18px;border:1px solid var(--qz9-line);background:#fff}.qz9-basin h3{margin:0;color:var(--qz9-ink)}.qz9-basin p{margin:5px 0 0;color:var(--qz9-muted);font-size:9px}.qz9-labs-tabs{display:flex;gap:7px;flex-wrap:wrap}.qz9-labs-tabs button{border:1px solid var(--qz9-line);background:#fff;border-radius:12px;padding:8px 10px;font-size:8px;font-weight:900;color:#56657c}.qz9-labs-tabs button.active{background:#f0ebff;color:#6647c7;border-color:#ddd1ff}
#qzV25Launcher,.qza25-launch{display:none!important}
@media(max-width:1050px){.qz9-grid,.qz9-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.qz9-grid.three{grid-template-columns:1fr 1fr}.qz9-stagebar{grid-template-columns:repeat(5,minmax(120px,1fr));overflow:auto}}
@media(max-width:760px){.qz9-hero{grid-template-columns:86px 1fr}.qz9-grid,.qz9-grid.three,.qz9-grid.two,.qz9-cards,.qz9-basins{grid-template-columns:1fr}.qz9-footbar{left:12px;right:12px;transform:none;overflow:auto;justify-content:flex-start}.qz9-footbar strong{display:none}}
.qz9-zeo-active{position:relative;overflow:hidden;display:grid;grid-template-columns:96px 1fr;gap:14px;align-items:center;min-height:156px;padding:16px 18px;border-radius:22px;background:linear-gradient(135deg,#082c64,#0c4e9a 62%,#1372c7);color:#fff;box-shadow:0 18px 44px rgba(13,65,139,.22)}.qz9-zeo-active:after{content:"";position:absolute;width:240px;height:240px;right:-100px;top:-120px;border-radius:50%;background:rgba(44,205,242,.16)}.qz9-zeo-active .qz9-zeo{width:88px}.qz9-zeo-active b{display:block;font-size:10px;letter-spacing:.11em}.qz9-zeo-active h3{margin:5px 0;color:#fff;font-size:18px}.qz9-zeo-active p{margin:0;color:#d7eaff;font-size:9px;line-height:1.5}.qz9-zeo-active button{margin-top:10px;background:#fff;color:#164e91;border:0}
.qz9-actions{display:flex;gap:7px;flex-wrap:wrap}.qz9-note{padding:10px 12px;border-radius:14px;background:#f4f8fd;border:1px solid #e3ebf4;color:#60708a;font-size:9px;line-height:1.5}.qz9-note strong{color:#233d61}.qz9-mail-shell{display:grid;grid-template-columns:210px minmax(0,1fr);min-height:520px;border:1px solid var(--qz9-line);border-radius:20px;overflow:hidden;background:#fff}.qz9-mail-list{background:#f4f7fb;border-right:1px solid var(--qz9-line);overflow:auto}.qz9-mail-item{display:block;width:100%;padding:11px;border:0;border-bottom:1px solid #e5ebf2;background:transparent;text-align:left;cursor:pointer}.qz9-mail-item:hover{background:#fff}.qz9-mail-item strong,.qz9-mail-item span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.qz9-mail-item strong{color:#243f62;font-size:9px}.qz9-mail-item span{margin-top:3px;color:#7b899e;font-size:8px}.qz9-mail-reader{padding:16px;overflow:auto}.qz9-chat-grid{display:grid;grid-template-columns:260px minmax(0,1fr);min-height:500px;border:1px solid var(--qz9-line);border-radius:20px;overflow:hidden;background:#fff}.qz9-chat-threads{padding:10px;background:#f5f8fc;border-right:1px solid var(--qz9-line)}.qz9-chat-thread{width:100%;padding:10px;border:0;border-radius:12px;background:transparent;text-align:left}.qz9-chat-thread.active{background:#fff;box-shadow:0 6px 18px rgba(20,57,105,.06)}.qz9-chat-log{display:grid;align-content:start;gap:8px;min-height:360px;padding:14px}.qz9-chat-bubble{max-width:76%;padding:9px 11px;border-radius:13px;background:#f1f5fa;color:#41536e;font-size:9px;line-height:1.45}.qz9-chat-bubble.me{justify-self:end;background:#e9f3ff}.qz9-chat-compose{display:flex;gap:7px;padding:11px;border-top:1px solid var(--qz9-line)}.qz9-chat-compose textarea{flex:1;border:1px solid var(--qz9-line);border-radius:11px;padding:9px;resize:vertical}
.qz9-radar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.qz9-radar-card{padding:14px;border:1px solid var(--qz9-line);border-radius:18px;background:#fff}.qz9-radar-card h4{margin:6px 0;color:var(--qz9-ink)}.qz9-radar-card p{margin:0;color:var(--qz9-muted);font-size:9px;line-height:1.5}
@media(max-width:760px){.qz9-zeo-active{grid-template-columns:72px 1fr}.qz9-zeo-active .qz9-zeo{width:70px}.qz9-mail-shell,.qz9-chat-grid{grid-template-columns:1fr}.qz9-mail-list,.qz9-chat-threads{max-height:220px;border-right:0;border-bottom:1px solid var(--qz9-line)}.qz9-radar{grid-template-columns:1fr}}
