:root{--wge-navy:#0a1114;--wge-sidebar:#112228;--wge-gold:#F7A600;--wge-cyan:#00f2ff;--wge-border:#1e3238;--wge-card:#15292e;--wge-text:#e0e0e0;--wge-text-dim:#8899a6;--wge-red:#ff4d4d}.wge-app-container,.wge-app-container *,.wge-launcher,.wge-launcher *{box-sizing:border-box!important}.wge-launcher{position:fixed;bottom:30px;right:30px;height:55px;padding:0 25px;background:var(--wge-sidebar);border:2px solid var(--wge-gold);border-radius:30px;display:flex;justify-content:center;align-items:center;gap:10px;cursor:pointer;box-shadow:0 0 20px #f7a6004d;z-index:1000000;transition:.4s;overflow:hidden}.wge-launcher:hover{background:#f7a6001a;box-shadow:0 0 30px #f7a60080}.wge-launcher .wge-logo-text{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:900;color:var(--wge-gold);font-size:14px;letter-spacing:1px;position:relative;z-index:2}.wge-launcher img{width:24px;height:24px;object-fit:contain;position:relative;z-index:2}.wge-launcher:after{content:"";position:absolute;top:0;left:0;width:80px;height:100%;background:linear-gradient(90deg,#fff0,#f7a60014 20%,#f7a60099,#f7a60014 80%,#fff0);transform:translate(-120px) skew(-25deg);animation:wgeGoldShimmer 10s infinite ease-in-out;pointer-events:none;z-index:1}.wge-launcher.is-active:after{display:none}@keyframes wgeGoldShimmer{0%,15%{transform:translate(-120px) skew(-25deg)}35%,to{transform:translate(280px) skew(-25deg)}}.wge-notification-badge,.wge-menu-badge{position:absolute;top:-10px;right:-10px;background:var(--wge-red);color:#fff;font-size:11px;font-weight:800;width:22px;height:22px;border-radius:50%;display:none;justify-content:center;align-items:center;border:2px solid var(--wge-navy);box-shadow:0 2px 5px #00000080;z-index:10}.wge-menu-badge{top:-8px;right:2px}.wge-app-container{position:fixed;bottom:110px;right:30px;width:calc(100% - 60px);max-width:1150px;height:85vh;max-height:750px;background:var(--wge-navy);border:1px solid var(--wge-border);border-radius:16px;display:flex;overflow:hidden;box-shadow:0 40px 100px #000000e6;z-index:999999;opacity:0;transform:translateY(30px) scale(.98);pointer-events:none;transition:all .5s cubic-bezier(.19,1,.22,1);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--wge-text)}.wge-app-container.is-open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.wge-sidebar{width:80px;background:var(--wge-sidebar);border-right:1px solid var(--wge-border);display:flex;flex-direction:column;align-items:center;gap:25px;flex-shrink:0}.wge-sidebar-logo{width:100%;height:80px;padding:10px;border-radius:16px 0 0;margin:0 0 20px;display:flex;align-items:center;justify-content:center}.wge-sidebar-logo img{width:100%;height:100%;object-fit:contain}.wge-nav-item{cursor:pointer;opacity:.4;transition:.3s;color:#fff;display:flex;align-items:center;justify-content:center;position:relative;width:100%}.wge-nav-item:hover,.wge-nav-item.active{opacity:1;color:var(--wge-gold)}.wge-nav-item.active:before{content:"";position:absolute;left:0;width:4px;height:24px;background:var(--wge-gold);border-radius:0 4px 4px 0}.wge-nav-item svg{width:26px;height:26px;fill:currentColor}.wge-close-btn{margin-top:auto;margin-bottom:25px;cursor:pointer;color:var(--wge-text-dim);transition:.3s}.wge-close-btn:hover{color:var(--wge-gold);transform:scale(1.1)}.wge-main-content{flex:1;display:flex;flex-direction:column;background:var(--wge-navy);min-width:0;overflow-x:hidden}.wge-top-bar{height:80px;border-bottom:1px solid var(--wge-border);display:flex;align-items:center;padding:0 30px;justify-content:space-between;background:#11222866;flex-shrink:0}.wge-page-identity{display:flex;align-items:center;gap:15px;flex:1;min-width:0}.wge-page-title{font-size:18px;font-weight:900;letter-spacing:.3px;color:#fff;margin:0;padding:0;line-height:1.25;white-space:normal;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.wge-search-container{background:#0d1a1e;border:1px solid var(--wge-border);border-radius:10px;padding:0 15px;width:300px;height:38px;display:flex;align-items:center;gap:6px;color:var(--wge-text-dim);flex-shrink:0}.wge-search-container svg{flex-shrink:0}.wge-search-input{background:transparent;border:none;color:#fff;width:100%;font-size:13px;outline:none;min-width:0;margin:0;padding:0;font-family:inherit}.wge-search-input::placeholder,.wge-terminal-input::placeholder{color:#ffffff40;font-style:italic;font-size:11px!important}.wge-view-area{flex:1;padding:25px;display:flex;flex-direction:column;overflow:hidden}.wge-view{flex:1;display:none;flex-direction:column;overflow-x:hidden}.wge-view.active{display:flex;animation:viewSlideIn .4s ease}#view-home{overflow-y:auto;overflow-x:hidden;padding-right:5px}#view-home::-webkit-scrollbar,.wge-chat-stream::-webkit-scrollbar{width:4px}#view-home::-webkit-scrollbar-thumb,.wge-chat-stream::-webkit-scrollbar-thumb{background:var(--wge-cyan);border-radius:4px}@keyframes viewSlideIn{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}.wge-stats-row{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:25px;flex-shrink:0;width:100%}.wge-stat-box{background:var(--wge-card);border-radius:12px;padding:20px;border:1px solid var(--wge-border)}.wge-stat-label{font-size:10px;color:var(--wge-text-dim);text-transform:uppercase;letter-spacing:1px;margin-bottom:10px}.wge-stat-value{font-size:22px;font-weight:900;color:var(--wge-cyan)}.wge-section-label{margin-bottom:15px;font-weight:800;color:var(--wge-cyan);font-size:11px;text-transform:uppercase;letter-spacing:1px}.wge-service-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:25px;flex-shrink:0;width:100%}.wge-service-card{background:var(--wge-card);border-radius:10px;padding:15px;border:1px solid var(--wge-border);transition:.3s;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.wge-service-card:hover{border-color:var(--wge-gold);background:#f7a6000d;transform:translateY(-2px)}.wge-service-title{font-weight:700;font-size:11px;color:#fff;line-height:1.4;max-width:75%}.wge-service-action{color:var(--wge-gold);font-size:9px;font-weight:800}.wge-chat-agents-top{display:flex;justify-content:center;gap:20px;padding:5px 0 20px;border-bottom:1px solid var(--wge-border);margin-bottom:20px;flex-shrink:0}.wge-chat-agents-top img{width:65px;height:65px;border-radius:50%;border:2px solid transparent;padding:2px;cursor:pointer;transition:.3s;object-fit:cover;box-shadow:0 4px 10px #0000004d}.wge-chat-agents-top img:hover,.wge-chat-agents-top img.active{border-color:var(--wge-gold);transform:scale(1.08);box-shadow:0 0 15px #f7a60066}.wge-agent-info-card{display:none;flex-shrink:0;width:100%;margin:0 0 15px;padding:15px 18px;border-radius:14px;border:1px solid rgba(247,166,0,.3);border-left:3px solid var(--wge-gold);background:linear-gradient(135deg,#112228eb,#050a0cf5);box-shadow:0 12px 30px #00000047,0 0 18px #f7a6000d}.wge-agent-info-card.is-visible{display:block;animation:viewSlideIn .35s ease}.wge-agent-card-inner{display:flex;align-items:center;gap:18px}.wge-agent-card-avatar{width:76px;height:76px;border-radius:50%;object-fit:cover;border:2px solid var(--wge-gold);box-shadow:0 0 18px #f7a60047;flex-shrink:0}.wge-agent-card-kicker{color:var(--wge-cyan);font-size:9px;font-weight:900;letter-spacing:1.4px;text-transform:uppercase;margin-bottom:7px}.wge-agent-card-name{color:#fff;font-size:17px;font-weight:900;letter-spacing:.8px;text-transform:uppercase;line-height:1.2;margin-bottom:3px}.wge-agent-card-role{color:var(--wge-gold);font-size:11px;font-weight:900;letter-spacing:.8px;text-transform:uppercase;line-height:1.35;margin-bottom:9px}.wge-agent-card-desc{color:var(--wge-text-dim);font-size:12.5px;line-height:1.6}.wge-general-support-btn{width:max-content;max-width:100%;margin:0 0 12px;padding:8px 12px;border-radius:999px;border:1px solid var(--wge-cyan);background:#00f2ff0d;color:var(--wge-cyan);font-size:10px;font-weight:900;letter-spacing:.8px;cursor:pointer;text-transform:uppercase;transition:.25s}.wge-general-support-btn:hover{background:#00f2ff1f;box-shadow:0 0 14px #00f2ff2e}.wge-chat-stream{flex:1;display:flex;flex-direction:column;gap:15px;overflow-y:auto;overflow-x:hidden;padding-right:5px}.wge-bubble{max-width:85%;padding:12px 16px;border-radius:12px;font-size:14px;line-height:1.5;word-wrap:break-word;white-space:pre-wrap;font-family:inherit;margin:0}.wge-bubble.wge-agent{background:var(--wge-navy);color:var(--wge-text);align-self:flex-start;border-bottom-left-radius:2px;border:1px solid var(--wge-border)}.wge-bubble.wge-user{background:var(--wge-gold);color:var(--wge-navy);align-self:flex-end;border-bottom-right-radius:2px;border:1px solid rgba(247,166,0,.2)}.wge-bubble.wge-document{background:#000;border:1px solid var(--wge-cyan);color:#fff;align-self:center;font-family:monospace;font-size:12px;width:90%;overflow-x:auto}.wge-attachment-preview{display:flex;gap:10px;flex-wrap:wrap;margin-top:8px}.wge-attachment-preview img,.wge-attachment-preview video{width:60px;height:60px;object-fit:cover;border-radius:4px;border:1px solid var(--wge-border)}.wge-input-wrapper{flex-shrink:0;padding:15px 5px 0 0;border-top:1px solid var(--wge-border);margin-top:15px;display:flex;flex-direction:column;gap:10px;width:100%}.wge-ai-actions{display:flex;gap:10px;align-items:center}.wge-input-row{display:flex;gap:8px;align-items:center;width:100%}.wge-upload-trigger{background:#f7a6000d;border:1px solid var(--wge-gold);color:var(--wge-gold);width:45px;height:45px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.3s;flex-shrink:0}.wge-upload-trigger:hover{background:#f7a60026;box-shadow:0 0 15px #f7a60033}.wge-terminal-input{flex:1;min-width:0;background:#000;border:1px solid var(--wge-border);color:#fff;padding:14px;border-radius:8px;outline:none;font-size:14px;transition:.3s;margin:0;font-family:inherit}.wge-terminal-input:focus{border-color:var(--wge-gold);box-shadow:0 0 10px #f7a60026}.wge-send-trigger{background:var(--wge-gold);border:none;color:var(--wge-navy);width:45px;height:45px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.3s;flex-shrink:0;padding:0}.wge-send-trigger:hover{transform:scale(1.05);box-shadow:0 0 20px #f7a60066}.wge-send-trigger svg{width:22px;height:22px;margin-left:2px}.wge-ai-btn{background:linear-gradient(45deg,#112228,#f7a6001a);border:1px solid var(--wge-gold);color:var(--wge-gold);padding:8px 12px;border-radius:8px;cursor:pointer;font-weight:900;font-size:10px;text-transform:uppercase;white-space:nowrap;transition:.3s;font-family:inherit}.wge-ai-btn:hover{background:#f7a60033;box-shadow:0 0 15px #f7a6004d}.wge-dot-loader{width:5px;height:5px;background:var(--wge-cyan);border-radius:50%;animation:dotPulse 1.5s infinite}@keyframes dotPulse{0%,to{transform:scale(.6);opacity:.4}50%{transform:scale(1.2);opacity:1}}.wge-concierge-panel{width:320px;background:#050a0c;border-left:1px solid var(--wge-border);display:flex;flex-direction:column;padding:45px 25px;flex-shrink:0;align-items:center;text-align:center}.wge-app-container .panel-content{width:100%;flex:1;flex-direction:column;align-items:center;text-align:center;display:none}.wge-app-container .panel-content.active{display:flex}.wge-op-directory{width:100%;display:flex;flex-direction:column;gap:12px;margin-top:10px}.wge-op-card{display:flex;align-items:center;background:#0a1114;border:1px solid var(--wge-border);border-radius:12px;padding:12px 15px;cursor:pointer;transition:.3s;text-align:left}.wge-op-card:hover{border-color:var(--wge-gold);background:#f7a6000d;transform:translateY(-2px)}.wge-op-avatar{width:45px;height:45px;border-radius:50%;border:2px solid var(--wge-border);margin-right:15px;object-fit:cover}.wge-op-info{flex:1}.wge-op-name{color:#fff;font-weight:800;font-size:14px;margin-bottom:2px;text-transform:uppercase}.wge-op-role{color:var(--wge-gold);font-size:9px;text-transform:uppercase;letter-spacing:.5px;font-weight:800;line-height:1.3}.wge-op-action{color:var(--wge-cyan);font-size:18px;font-weight:500;transition:.3s}.wge-op-card:hover .wge-op-action{color:var(--wge-gold);transform:translate(3px)}.wge-roster-group{display:flex;justify-content:center;margin-bottom:30px}.wge-roster-group img{width:62px;height:62px;border-radius:50%;border:2px solid #050a0c;margin-left:-20px;object-fit:cover;box-shadow:0 10px 20px #000c;transition:.3s;background:var(--wge-sidebar)}.wge-roster-group img:first-child{margin-left:0;z-index:4}.wge-roster-group img:nth-child(2){z-index:3}.wge-roster-group img:nth-child(3){z-index:2}.wge-roster-group img:nth-child(4){z-index:1}.wge-roster-group img:hover{transform:translateY(-10px) scale(1.15);border-color:var(--wge-gold);z-index:100!important}.wge-hq-title{font-size:20px;font-weight:900;color:#fff;letter-spacing:2px;margin:0 0 8px;text-transform:uppercase}.wge-hq-subtitle{font-size:11px;font-weight:800;color:var(--wge-gold);letter-spacing:3px;margin:0 0 25px;text-transform:uppercase}.wge-hq-desc{font-size:13px;color:var(--wge-text-dim);line-height:1.7;margin:0 0 35px;padding:0 5px}.wge-pill-btn{width:100%;padding:15px;border-radius:50px;border:1px solid var(--wge-gold);background:transparent;color:var(--wge-gold);font-weight:800;font-size:10px;text-transform:uppercase;cursor:pointer;transition:.3s;margin-bottom:12px;display:flex;align-items:center;justify-content:center;gap:8px;font-family:inherit}.wge-pill-btn:hover{background:#f7a60026;box-shadow:0 0 20px #f7a60066;color:#fff}.wge-help-link{color:var(--wge-cyan);font-size:10px;text-decoration:none;font-weight:800;transition:.3s;display:inline-flex;align-items:center;justify-content:center;gap:5px}.wge-help-link:hover{color:var(--wge-gold);text-shadow:0 0 10px rgba(247,166,0,.4)}.wge-hq-input-box{width:100%;position:relative;margin-top:auto}.wge-hq-input{width:100%;padding:16px 50px 16px 20px;border-radius:50px;border:1px solid var(--wge-border);background:#000;color:#fff;outline:none;font-size:13px;font-family:inherit}.wge-hq-input:focus{border-color:var(--wge-gold);box-shadow:0 0 10px #f7a60026}.wge-hq-input::placeholder{color:#ffffff26;font-style:italic;font-weight:400;letter-spacing:.5px}.wge-hq-send-btn{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;background:var(--wge-gold);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.3s}.wge-hq-send-btn:hover{transform:translateY(-50%) scale(1.1);box-shadow:0 0 15px var(--wge-gold)}@media(min-width:1001px){.wge-chat-agents-top{display:none}#view-chat{padding-top:0}.wge-agent-info-card{margin-top:0}.mobile-concierge-panel{display:none}}@media(max-width:1000px){.wge-concierge-panel{display:none}.wge-launcher{bottom:12px!important;right:2vw!important;height:40px;padding:0 14px;border-width:1px}.wge-launcher .wge-logo-text{font-size:11px}.wge-launcher img{width:16px;height:16px}.wge-app-container{width:auto;left:2vw;right:2vw;max-width:none;height:88vh;bottom:60px}.wge-sidebar{width:60px;gap:20px}.wge-sidebar-logo{width:100%;height:60px;margin-top:0;margin-bottom:15px;border-radius:16px 0 0;padding:6px;background:transparent}.wge-nav-item svg{width:22px;height:22px}.wge-top-bar{padding:0 15px;height:60px}.wge-search-container{width:150px;padding:0 10px}.wge-page-title{font-size:16px;-webkit-line-clamp:1}.wge-view-area{padding:15px 10px}.wge-stats-row{display:flex;flex-direction:column;gap:10px;margin-bottom:15px}.wge-stat-box{padding:12px 10px;border-radius:10px}.wge-stat-label{font-size:9px;margin-bottom:4px;letter-spacing:.5px;line-height:1.2}.wge-stat-value{font-size:18px}.wge-service-grid{display:flex;flex-direction:column;gap:10px}.wge-service-card{padding:12px}.wge-agent-card-inner{align-items:flex-start}.wge-agent-card-avatar{width:54px;height:54px}.wge-input-wrapper{padding-top:10px;margin-top:10px;padding-right:5px}.wge-input-row{gap:6px}.wge-terminal-input{padding:12px 10px;font-size:16px}.wge-upload-trigger,.wge-send-trigger{width:42px;height:42px}.wge-chat-agents-top img{width:50px;height:50px}.wge-chat-agents-top img:hover,.wge-chat-agents-top img.active{transform:scale(1.05)}.mobile-concierge-panel{display:flex;flex-direction:column;align-items:center;width:100%;margin-top:30px;border-top:1px solid var(--wge-border);padding-top:25px}.mobile-concierge-panel .wge-hq-title,.mobile-concierge-panel .wge-hq-subtitle,.mobile-concierge-panel .wge-hq-desc{text-align:center}.mobile-concierge-panel .wge-roster-group{margin-bottom:20px}.mobile-concierge-panel .wge-pill-btn,.mobile-concierge-panel .wge-hq-input-box{width:100%;max-width:400px}}.wge-agent-info-card{position:relative!important;overflow:visible!important}.wge-agent-card-body{flex:1 1 auto!important;min-width:0!important;max-width:none!important}.wge-agent-details-toggle{display:none!important}.wge-app-container .wge-chat-stream{scrollbar-width:thin!important;scrollbar-color:var(--wge-gold) rgba(17,34,40,.9)!important}.wge-app-container .wge-chat-stream::-webkit-scrollbar{width:8px!important}.wge-app-container .wge-chat-stream::-webkit-scrollbar-track{background:#112228e6!important;border-radius:999px!important}.wge-app-container .wge-chat-stream::-webkit-scrollbar-thumb{background:var(--wge-gold)!important;border-radius:999px!important;border:1px solid rgba(10,17,20,.75)!important;box-shadow:0 0 12px #f7a6006b!important}.wge-message-wrap{max-width:85%!important;display:flex!important;flex-direction:column!important;gap:4px!important;margin:0!important;min-width:0!important}.wge-message-wrap.wge-user-wrap{align-self:flex-end!important;align-items:flex-end!important}.wge-message-wrap .wge-bubble{max-width:100%!important}.wge-message-status{max-width:100%!important;padding:0 4px!important;color:#00f2ffc7!important;font-size:9.5px!important;line-height:1.2!important;font-weight:800!important;letter-spacing:.35px!important;text-align:right!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;text-transform:uppercase!important}@media(min-width:1001px){.wge-chat-agents-top,.mobile-concierge-panel{display:none!important}#view-chat{padding-top:0!important;margin-top:-18px!important}.wge-agent-info-card{margin-top:-8px!important;margin-bottom:10px!important;padding:10px 14px!important;border-color:#f7a600a8!important;border-top-color:#f7a600fa!important;border-right-color:#f7a60061!important;border-bottom-color:#f7a600b8!important;border-left-color:var(--wge-gold)!important;border-left-width:3px!important;overflow:hidden!important;isolation:isolate!important;box-shadow:inset 0 1px #f7a600db,inset 0 -1px #f7a60070,0 12px 30px #00000047,0 0 18px #f7a6001a!important}.wge-agent-info-card:before{content:"";position:absolute;top:0;left:14px;right:14px;height:1px;background:linear-gradient(90deg,#f7a60000,#f7a600f5,#f7a60000);pointer-events:none;z-index:2}.wge-agent-card-inner{display:flex!important;align-items:center!important;gap:14px!important;width:100%!important}.wge-agent-card-avatar{width:60px!important;height:60px!important;flex:0 0 60px!important;border-radius:50%!important;object-fit:cover!important;overflow:hidden!important}.wge-agent-card-body{flex:1 1 auto!important;min-width:0!important;max-width:none!important;padding-right:0!important}.wge-agent-card-kicker,.wge-agent-card-name,.wge-agent-card-role{padding-right:190px!important}.wge-agent-card-desc{width:100%!important;max-width:none!important;padding-right:0!important;display:block!important;overflow:visible!important;-webkit-line-clamp:unset!important;line-clamp:unset!important}.wge-agent-card-kicker{font-size:8.5px!important;margin-bottom:4px!important}.wge-agent-card-name{font-size:15px!important;margin-bottom:2px!important}.wge-agent-card-role{font-size:10px!important;line-height:1.25!important;margin-bottom:5px!important}.wge-agent-card-desc{font-size:11.5px!important;line-height:1.45!important}.wge-general-support-btn{position:absolute!important;top:10px!important;right:14px!important;width:auto!important;max-width:none!important;margin:0!important;padding:7px 12px!important;border-radius:999px!important;font-size:9px!important;line-height:1!important;white-space:nowrap!important;z-index:5!important}.wge-general-support-btn:after{content:" SUPPORT"}.wge-agent-details-toggle{display:none!important}.wge-chat-stream,#chatArea.wge-chat-stream{overflow-y:scroll!important;overflow-x:hidden!important;padding-right:22px!important;margin-right:0!important;scrollbar-gutter:stable!important;scrollbar-width:thin!important;scrollbar-color:var(--wge-gold) rgba(17,34,40,.94)!important}#chatArea.wge-chat-stream::-webkit-scrollbar{width:12px!important;height:12px!important;background:#112228f0!important}#chatArea.wge-chat-stream::-webkit-scrollbar-track{background:#112228f0!important;border-left:1px solid rgba(30,50,56,.9)!important;border-radius:999px!important;box-shadow:inset 0 0 0 1px #0a1114bf!important}#chatArea.wge-chat-stream::-webkit-scrollbar-thumb{min-height:58px!important;background:linear-gradient(180deg,#ffc13a 0%,var(--wge-gold) 48%,#d98f00 100%)!important;border:3px solid rgba(17,34,40,.94)!important;border-radius:999px!important;box-shadow:0 0 12px #f7a6008c!important}#chatArea.wge-chat-stream::-webkit-scrollbar-thumb:hover{background:#ffc13a!important}.wge-bubble.wge-user,.wge-user,.wge-message-wrap.wge-user-wrap{margin-right:10px!important}.wge-message-wrap.wge-user-wrap .wge-bubble.wge-user{margin-right:0!important}.wge-op-directory{gap:14px!important}.wge-op-card{min-height:86px!important;align-items:center!important;padding:13px 15px!important}.wge-op-avatar{width:46px!important;height:46px!important;flex:0 0 46px!important;border-radius:50%!important;object-fit:cover!important}.wge-op-info{flex:1 1 auto!important;min-height:40px!important;display:flex!important;flex-direction:column!important;justify-content:center!important}.wge-op-name{line-height:1.1!important}.wge-op-role{min-height:24px!important;line-height:1.2!important;display:flex!important;align-items:center!important}.wge-op-action{color:var(--wge-cyan)!important}}@media(max-width:1000px){.wge-concierge-panel{display:none!important}.wge-app-container{width:auto!important;left:2vw!important;right:2vw!important;top:max(12px,env(safe-area-inset-top))!important;bottom:max(60px,calc(54px + env(safe-area-inset-bottom)))!important;height:auto!important;max-height:none!important;max-width:none!important}.wge-launcher{bottom:12px!important;right:2vw!important;height:40px!important;padding:0 14px!important;border-width:1px!important}.wge-launcher .wge-logo-text{font-size:11px!important}.wge-launcher img{width:16px!important;height:16px!important}.wge-sidebar{width:60px!important;gap:20px!important}.wge-sidebar-logo{width:100%!important;height:60px!important;margin-top:0!important;margin-bottom:15px!important;border-radius:16px 0 0!important;padding:6px!important;background:transparent!important}.wge-nav-item svg{width:22px!important;height:22px!important}.wge-top-bar{height:58px!important;padding:0 7px 0 12px!important;gap:6px!important}.wge-page-identity{flex:1 1 auto!important;min-width:0!important}.wge-page-title{font-size:14px!important;line-height:1.15!important;font-weight:900!important;letter-spacing:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;display:block!important;-webkit-line-clamp:unset!important;-webkit-box-orient:unset!important;flex:1 1 auto!important;min-width:0!important;max-width:none!important}.wge-search-container{width:clamp(150px,39vw,172px)!important;min-width:150px!important;max-width:172px!important;height:38px!important;padding:0 9px!important;flex:0 0 auto!important}.wge-search-container svg{width:17px!important;height:17px!important}.wge-search-input{font-size:12px!important}.wge-view-area{padding:10px 8px 9px!important;min-height:0!important}#view-chat{min-height:0!important}.wge-stats-row{display:flex!important;flex-direction:column!important;gap:10px!important;margin-bottom:15px!important}.wge-stat-box{padding:12px 10px!important;border-radius:10px!important}.wge-stat-label{font-size:9px!important;margin-bottom:4px!important;letter-spacing:.5px!important;line-height:1.2!important}.wge-stat-value{font-size:18px!important}.wge-service-grid{display:flex!important;flex-direction:column!important;gap:10px!important}.wge-service-card{padding:12px!important}.wge-chat-agents-top{gap:10px!important;padding:5px 0 8px!important;margin-bottom:8px!important;overflow:visible!important}.wge-chat-agents-top img{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;max-width:42px!important;max-height:42px!important;padding:0!important;border-width:1.5px!important;border-radius:999px!important;object-fit:cover!important;overflow:hidden!important;display:block!important;background:var(--wge-navy)!important;clip-path:circle(50% at 50% 50%)!important;outline:1px solid rgba(0,0,0,.45)!important;outline-offset:-1px!important}.wge-chat-agents-top img:hover,.wge-chat-agents-top img.active{transform:scale(1.04)!important;border-color:var(--wge-gold)!important;box-shadow:0 0 0 1px #f7a6004d,0 0 13px #f7a60061!important}.wge-agent-info-card{margin:0 0 8px!important;padding:10px!important;border-radius:12px!important;border-color:#f7a6009e!important;border-top-color:#f7a600f0!important;border-left-color:var(--wge-gold)!important;border-left-width:3px!important;box-shadow:inset 0 1px #f7a600bd,0 10px 24px #00000047,0 0 16px #f7a60014!important}.wge-agent-card-inner{display:flex!important;align-items:flex-start!important;gap:10px!important;padding-top:17px!important}.wge-agent-card-avatar{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;max-width:44px!important;max-height:44px!important;margin-top:2px!important;padding:0!important;border-radius:999px!important;object-fit:cover!important;overflow:hidden!important;display:block!important;clip-path:circle(50% at 50% 50%)!important;border-color:var(--wge-gold)!important;background:var(--wge-navy)!important;outline:1px solid rgba(0,0,0,.5)!important;outline-offset:-1px!important;box-shadow:0 0 0 1px #f7a60038,0 0 12px #f7a60047!important}.wge-agent-card-body{flex:1 1 auto!important;min-width:0!important;padding-right:88px!important}.wge-agent-card-kicker{position:absolute!important;top:10px!important;left:10px!important;margin:0!important;font-size:8px!important;line-height:1!important;letter-spacing:1.1px!important}.wge-general-support-btn{position:absolute!important;top:8px!important;right:9px!important;margin:0!important;width:auto!important;max-width:104px!important;min-height:26px!important;padding:6px 9px!important;border-radius:999px!important;font-size:8.5px!important;line-height:1!important;letter-spacing:.45px!important;white-space:nowrap!important;z-index:4!important}.wge-general-support-btn:after{content:""!important}.wge-agent-card-name{font-size:13px!important;line-height:1.1!important;margin:0 0 2px!important;letter-spacing:.5px!important}.wge-agent-card-role{font-size:9px!important;line-height:1.2!important;margin:0 0 5px!important;letter-spacing:.45px!important}.wge-agent-card-desc{font-size:11px!important;line-height:1.35!important;margin:0!important;color:var(--wge-text-dim)!important;display:-webkit-box!important;-webkit-line-clamp:2!important;line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.wge-agent-info-card.is-expanded .wge-agent-card-body{padding-right:0!important}.wge-agent-info-card.is-expanded .wge-agent-card-desc{display:block!important;-webkit-line-clamp:unset!important;line-clamp:unset!important;overflow:visible!important;padding-bottom:34px!important}.wge-agent-details-toggle{position:absolute!important;right:9px!important;bottom:12px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;margin:0!important;width:auto!important;min-height:24px!important;padding:6px 9px!important;border-radius:999px!important;border:1px solid rgba(247,166,0,.78)!important;background:#f7a6000f!important;color:var(--wge-gold)!important;font-size:8.5px!important;line-height:1!important;font-weight:900!important;letter-spacing:.55px!important;text-transform:uppercase!important;cursor:pointer!important;font-family:inherit!important;z-index:4!important}.wge-agent-details-toggle:hover{background:#f7a60024!important;box-shadow:0 0 12px #f7a6002e!important}.wge-chat-stream{min-height:0!important;gap:10px!important;padding-right:8px!important;margin-right:-1px!important;overflow-y:scroll!important}.wge-bubble{max-width:92%!important;padding:10px 12px!important;font-size:12.5px!important;line-height:1.45!important}.wge-message-wrap{max-width:92%!important;gap:3px!important}.wge-message-status{font-size:8.5px!important;line-height:1.15!important;letter-spacing:.25px!important;padding:0 2px!important}.wge-input-wrapper{padding-top:8px!important;margin-top:6px!important;gap:8px!important}.wge-ai-actions{min-height:0!important}.wge-ai-btn{padding:6px 10px!important;font-size:9px!important}.wge-input-row{gap:7px!important}.wge-upload-trigger,.wge-send-trigger{width:42px!important;height:42px!important;border-radius:8px!important}.wge-terminal-input{min-width:0!important;height:42px!important;padding:11px 10px!important;font-size:15px!important}.mobile-concierge-panel{display:flex!important;flex-direction:column!important;align-items:center!important;width:100%!important;margin-top:30px!important;border-top:1px solid var(--wge-border)!important;padding-top:25px!important}.mobile-concierge-panel .wge-hq-title,.mobile-concierge-panel .wge-hq-subtitle,.mobile-concierge-panel .wge-hq-desc{text-align:center!important}.mobile-concierge-panel .wge-roster-group{margin-bottom:20px!important}.mobile-concierge-panel .wge-pill-btn,.mobile-concierge-panel .wge-hq-input-box{width:100%!important;max-width:400px!important}}@media(max-width:380px){.wge-search-container{width:140px!important;min-width:140px!important;max-width:150px!important}.wge-page-title{font-size:13.5px!important}.wge-agent-card-body{padding-right:82px!important}.wge-general-support-btn,.wge-agent-details-toggle{font-size:8px!important;padding:5px 8px!important}}.wge-calendly-modal,.wge-calendly-modal *{box-sizing:border-box!important}.wge-calendly-modal{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:2000000!important;display:none!important;align-items:center!important;justify-content:center!important;padding:24px!important;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif!important;color:var(--wge-text)!important}.wge-calendly-modal.is-open{display:flex!important}.wge-calendly-backdrop{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:radial-gradient(circle at 50% 18%,rgba(0,242,255,.13),transparent 30%),#000000bd!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important}.wge-calendly-dialog{position:relative!important;width:min(980px,calc(100vw - 48px))!important;height:min(760px,calc(100vh - 48px))!important;max-height:calc(100vh - 48px)!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;border-radius:18px!important;border:1px solid rgba(247,166,0,.58)!important;border-top-color:#f7a600eb!important;border-left:3px solid var(--wge-gold)!important;background:linear-gradient(135deg,#112228fa,#050a0cfa)!important;box-shadow:0 40px 110px #000000eb,0 0 38px #f7a60024,inset 0 1px #f7a6006b!important;transform:translateY(8px) scale(.985)!important;opacity:0!important;transition:opacity .26s ease,transform .26s ease!important}.wge-calendly-modal.is-open .wge-calendly-dialog{transform:translateY(0) scale(1)!important;opacity:1!important}.wge-calendly-header{min-height:92px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;padding:18px 22px!important;border-bottom:1px solid rgba(30,50,56,.95)!important;background:linear-gradient(90deg,#0a1114fa,#112228f5)!important;flex-shrink:0!important}.wge-calendly-heading-group{min-width:0!important;text-align:left!important}.wge-calendly-kicker{color:var(--wge-cyan)!important;font-size:9px!important;line-height:1!important;font-weight:900!important;letter-spacing:1.6px!important;text-transform:uppercase!important;margin:0 0 8px!important}.wge-calendly-title{color:#fff!important;font-size:20px!important;line-height:1.12!important;font-weight:900!important;letter-spacing:.6px!important;text-transform:uppercase!important;margin:0 0 6px!important;padding:0!important}.wge-calendly-subtitle{color:var(--wge-text-dim)!important;font-size:12px!important;line-height:1.45!important;margin:0!important;padding:0!important;max-width:620px!important}.wge-calendly-close{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;border-radius:50%!important;border:1px solid rgba(247,166,0,.7)!important;background:#f7a6000f!important;color:var(--wge-gold)!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;transition:.25s ease!important;padding:0!important;flex-shrink:0!important}.wge-calendly-close svg{width:22px!important;height:22px!important;display:block!important}.wge-calendly-close:hover{background:#f7a60029!important;box-shadow:0 0 18px #f7a60052!important;transform:scale(1.06)!important}.wge-calendly-body{position:relative!important;flex:1 1 auto!important;min-height:0!important;padding:12px!important;background:radial-gradient(circle at 50% 0%,rgba(0,242,255,.08),transparent 30%),#050a0c!important;overflow:hidden!important}.wge-calendly-loading{position:absolute!important;top:12px!important;right:12px!important;bottom:12px!important;left:12px!important;z-index:2!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;border-radius:14px!important;border:1px solid rgba(30,50,56,.95)!important;background:linear-gradient(135deg,#0a1114fa,#112228f0)!important;color:var(--wge-gold)!important;font-size:11px!important;font-weight:900!important;letter-spacing:1px!important;text-transform:uppercase!important}.wge-calendly-loading:after{content:""!important;width:6px!important;height:6px!important;margin-left:10px!important;border-radius:50%!important;background:var(--wge-cyan)!important;box-shadow:12px 0 #00f2ff8c,24px 0 #00f2ff47!important;animation:wgeCalendlyLoaderPulse 1.1s infinite ease-in-out!important}@keyframes wgeCalendlyLoaderPulse{0%,to{opacity:.35;transform:translateY(0)}50%{opacity:1;transform:translateY(-2px)}}.wge-calendly-inline{position:relative!important;z-index:1!important;width:100%!important;height:100%!important;min-height:600px!important;border-radius:14px!important;overflow:hidden!important;background:#fff!important;opacity:0!important;transition:opacity .28s ease!important}.wge-calendly-inline iframe{width:100%!important;height:100%!important;min-height:600px!important;border:0!important;display:block!important}.wge-calendly-modal.is-loaded .wge-calendly-loading{display:none!important}.wge-calendly-modal.is-loaded .wge-calendly-inline{opacity:1!important}.wge-calendly-modal.is-error .wge-calendly-loading{color:var(--wge-red)!important}body.wge-calendly-modal-open{overflow:hidden!important}@media(min-width:1001px){.wge-calendly-modal{padding:28px!important}.wge-calendly-dialog{width:min(980px,calc(100vw - 80px))!important;height:min(760px,calc(100vh - 80px))!important;max-height:calc(100vh - 80px)!important}.wge-calendly-body{padding:14px!important}.wge-calendly-loading{top:14px!important;right:14px!important;bottom:14px!important;left:14px!important}}@media(max-width:1000px){.wge-calendly-modal{align-items:stretch!important;justify-content:center!important;padding:10px!important}.wge-calendly-dialog{width:calc(100vw - 20px)!important;height:calc(100dvh - 20px)!important;max-height:calc(100dvh - 20px)!important;border-radius:16px!important}.wge-calendly-header{min-height:78px!important;padding:13px 13px 12px!important;gap:10px!important}.wge-calendly-kicker{font-size:7.5px!important;letter-spacing:1.1px!important;margin-bottom:6px!important}.wge-calendly-title{font-size:15px!important;letter-spacing:.35px!important;margin-bottom:4px!important}.wge-calendly-subtitle{font-size:10px!important;line-height:1.32!important;max-width:none!important}.wge-calendly-close{width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important}.wge-calendly-close svg{width:20px!important;height:20px!important}.wge-calendly-body{padding:8px!important}.wge-calendly-loading{top:8px!important;right:8px!important;bottom:8px!important;left:8px!important;font-size:9.5px!important;letter-spacing:.7px!important}.wge-calendly-inline{min-height:620px!important;border-radius:12px!important}.wge-calendly-inline iframe{min-height:620px!important}}@media(max-width:380px){.wge-calendly-modal{padding:7px!important}.wge-calendly-dialog{width:calc(100vw - 14px)!important;height:calc(100dvh - 14px)!important;max-height:calc(100dvh - 14px)!important;border-radius:14px!important}.wge-calendly-header{min-height:68px!important;padding:11px!important}.wge-calendly-subtitle{display:none!important}.wge-calendly-title{font-size:14px!important}.wge-calendly-close{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important}.wge-calendly-body{padding:7px!important}.wge-calendly-loading{top:7px!important;right:7px!important;bottom:7px!important;left:7px!important}}@media(max-width:1000px){.wge-calendly-modal,.wge-calendly-backdrop{touch-action:none!important;overflow:hidden!important}.wge-calendly-dialog{transform:none!important;-webkit-transform:none!important;transition:opacity .22s ease!important;overflow:hidden!important;opacity:0!important;will-change:auto!important}.wge-calendly-modal.is-open .wge-calendly-dialog{transform:none!important;-webkit-transform:none!important;opacity:1!important}.wge-calendly-body{overflow:hidden!important;touch-action:none!important;-webkit-overflow-scrolling:auto!important}.wge-calendly-inline{height:100%!important;min-height:0!important;overflow:hidden!important;touch-action:auto!important;pointer-events:auto!important;-webkit-overflow-scrolling:touch!important;z-index:5!important}.wge-calendly-inline iframe{width:100%!important;height:100%!important;min-height:0!important;border:0!important;display:block!important;pointer-events:auto!important;touch-action:auto!important}.wge-calendly-modal.is-loaded .wge-calendly-loading{display:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;z-index:-1!important}.wge-calendly-modal.is-loaded .wge-calendly-inline{opacity:1!important;pointer-events:auto!important;z-index:5!important}}@media(max-width:380px){.wge-calendly-inline,.wge-calendly-inline iframe{min-height:0!important}}.wge-app-container .wge-panel-footer-links,.wge-app-container .wge-panel-bottom-actions,.wge-app-container .wge-panel-help-block,.wge-okami-modal,.wge-okami-modal *,.wge-role-note-popover{box-sizing:border-box!important}.wge-has-note{cursor:pointer!important}.wge-panel-footer-links{width:100%!important;flex:0 0 auto!important;margin-top:12px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important}.wge-panel-divider{width:100%!important;height:1px!important;border:0!important;margin:0 0 10px!important;background:linear-gradient(90deg,#1e323800,#1e3238eb,#1e323800)!important}.wge-panel-bottom-actions{width:100%!important;flex:0 0 auto!important;margin-top:12px!important;display:flex!important;flex-direction:column!important;gap:10px!important}.wge-panel-bottom-actions .wge-pill-btn{margin-bottom:0!important}.wge-panel-help-block{width:100%!important;padding-top:10px!important;border-top:1px solid rgba(30,50,56,.88)!important;display:flex!important;align-items:center!important;justify-content:center!important}.wge-roster-note{width:100%!important;min-height:0!important;margin:0 0 12px!important;padding:0 12px!important;border-radius:999px!important;border:1px solid rgba(247,166,0,0)!important;background:transparent!important;color:#fff!important;font-size:8.2px!important;line-height:1.15!important;font-weight:900!important;letter-spacing:.55px!important;text-align:center!important;text-transform:uppercase!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;opacity:0!important;visibility:hidden!important;max-height:0!important;transform:translateY(-4px)!important;transition:opacity .18s ease,visibility .18s ease,max-height .18s ease,padding .18s ease,border-color .18s ease,background .18s ease,transform .18s ease!important}.wge-roster-note.is-active{min-height:18px!important;max-height:42px!important;padding:5px 12px!important;border-color:#f7a6006b!important;background:#0a1114b8!important;opacity:1!important;visibility:visible!important;transform:translateY(0)!important;box-shadow:inset 0 1px #00f2ff14,0 0 12px #f7a60014!important}.wge-roster-group.wge-roster-group-extended .wge-has-note.is-note-active{border-color:var(--wge-gold)!important;box-shadow:0 0 0 1px #f7a6003d,0 0 18px #f7a6004d,0 12px 24px #000000c2!important}.wge-role-note-popover{position:fixed!important;left:50%!important;top:50%!important;max-width:min(320px,calc(100vw - 36px))!important;padding:9px 12px!important;border-radius:999px!important;border:1px solid rgba(247,166,0,.74)!important;background:linear-gradient(135deg,#0a1114fa,#112228f5)!important;color:#fff!important;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:10px!important;line-height:1.22!important;font-weight:900!important;letter-spacing:.55px!important;text-align:center!important;text-transform:uppercase!important;white-space:normal!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translate(-50%,-100%) translateY(-8px)!important;transition:opacity .18s ease,visibility .18s ease,transform .18s ease!important;z-index:2500000!important;box-shadow:0 18px 42px #000000bd,0 0 18px #f7a6002e,inset 0 1px #00f2ff29!important}.wge-role-note-popover.is-visible{opacity:1!important;visibility:visible!important;transform:translate(-50%,-100%) translateY(-14px)!important}.wge-okami-op-card{border-color:var(--wge-border)!important;background:#0a1114!important;box-shadow:none!important}.wge-okami-op-card .wge-op-name{color:#fff!important}.wge-okami-op-card .wge-op-role{color:var(--wge-gold)!important}.wge-op-avatar.wge-okami-op-avatar{border-color:var(--wge-border)!important;box-shadow:none!important}.wge-okami-op-card:hover,.wge-okami-op-card.is-active,.wge-okami-op-card.is-request-open{border-color:var(--wge-gold)!important;background:#f7a6000d!important;box-shadow:0 10px 24px #00000047,0 0 18px #f7a60024!important}.wge-okami-op-card:hover .wge-okami-op-avatar,.wge-okami-op-card.is-active .wge-okami-op-avatar,.wge-okami-op-card.is-request-open .wge-okami-op-avatar{border-color:var(--wge-gold)!important;box-shadow:0 0 0 1px #f7a60038,0 0 14px #f7a60038!important}.wge-op-card.wge-has-note:before,.wge-op-card.wge-has-note:after{content:none!important;display:none!important}.wge-op-card:hover .wge-op-avatar,.wge-op-card:focus-within .wge-op-avatar,.wge-op-card.is-request-open .wge-op-avatar,.wge-op-card.is-active .wge-op-avatar{border-color:var(--wge-gold)!important;box-shadow:0 0 0 1px #f7a60038,0 0 14px #f7a60038!important}.wge-okami-modal[hidden]{display:none!important}.wge-okami-modal{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:2100000!important;display:none!important;align-items:center!important;justify-content:center!important;padding:24px!important;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif!important;color:var(--wge-text)!important}.wge-okami-modal.is-open{display:flex!important}.wge-okami-backdrop{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:radial-gradient(circle at 50% 18%,rgba(0,242,255,.12),transparent 30%),radial-gradient(circle at 80% 12%,rgba(247,166,0,.1),transparent 24%),#000000c2!important;backdrop-filter:blur(9px)!important;-webkit-backdrop-filter:blur(9px)!important}.wge-okami-dialog{position:relative!important;width:min(900px,calc(100vw - 48px))!important;max-height:min(760px,calc(100vh - 48px))!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;border-radius:18px!important;border:1px solid rgba(247,166,0,.58)!important;border-top-color:#f7a600eb!important;border-left:3px solid var(--wge-gold)!important;background:linear-gradient(135deg,#112228fa,#050a0cfc)!important;box-shadow:0 40px 120px #000000f0,0 0 42px #f7a60024,inset 0 1px #f7a6006b!important;opacity:0!important;transform:translateY(10px) scale(.985)!important;transition:opacity .24s ease,transform .24s ease!important}.wge-okami-modal.is-open .wge-okami-dialog{opacity:1!important;transform:translateY(0) scale(1)!important}.wge-okami-header{min-height:104px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;padding:18px 22px!important;flex-shrink:0!important;border-bottom:1px solid rgba(30,50,56,.95)!important;background:linear-gradient(90deg,#0a1114fa,#112228f0)!important}.wge-okami-header-media{width:76px!important;height:76px!important;flex:0 0 76px!important;border-radius:50%!important;overflow:hidden!important;border:2px solid var(--wge-gold)!important;background:var(--wge-navy)!important;box-shadow:0 0 0 1px #f7a60038,0 0 22px #f7a60033,0 12px 28px #0000007a!important}.wge-okami-header-media img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.wge-okami-heading-group{flex:1 1 auto!important;min-width:0!important;text-align:left!important}.wge-okami-kicker{color:var(--wge-cyan)!important;font-size:9px!important;line-height:1!important;font-weight:900!important;letter-spacing:1.6px!important;text-transform:uppercase!important;margin:0 0 8px!important}.wge-okami-title{color:#fff!important;font-size:21px!important;line-height:1.1!important;font-weight:900!important;letter-spacing:.65px!important;text-transform:uppercase!important;margin:0 0 6px!important;padding:0!important}.wge-okami-subtitle{color:var(--wge-text-dim)!important;font-size:12px!important;line-height:1.45!important;max-width:620px!important;margin:0!important;padding:0!important}.wge-okami-close{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;flex-shrink:0!important;border-radius:50%!important;border:1px solid rgba(247,166,0,.7)!important;background:#f7a6000f!important;color:var(--wge-gold)!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;padding:0!important;transition:.25s ease!important}.wge-okami-close svg{width:22px!important;height:22px!important;display:block!important}.wge-okami-close:hover{background:#f7a60029!important;box-shadow:0 0 18px #f7a60052!important;transform:scale(1.06)!important}.wge-okami-body{flex:1 1 auto!important;min-height:0!important;padding:18px 22px 22px!important;overflow-y:auto!important;overflow-x:hidden!important;background:radial-gradient(circle at 50% 0%,rgba(0,242,255,.07),transparent 30%),#050a0c!important;scrollbar-width:thin!important;scrollbar-color:var(--wge-gold) rgba(17,34,40,.9)!important}.wge-okami-body::-webkit-scrollbar{width:8px!important}.wge-okami-body::-webkit-scrollbar-track{background:#112228e6!important;border-radius:999px!important}.wge-okami-body::-webkit-scrollbar-thumb{background:var(--wge-gold)!important;border-radius:999px!important;border:2px solid rgba(17,34,40,.9)!important}.wge-okami-intro-card{width:100%!important;padding:14px 16px!important;margin:0 0 16px!important;border-radius:14px!important;border:1px solid rgba(30,50,56,.95)!important;border-left:3px solid var(--wge-gold)!important;background:linear-gradient(135deg,#112228c2,#0a1114f5)!important;text-align:left!important;box-shadow:0 12px 30px #00000038,inset 0 1px #f7a6002e!important}.wge-okami-intro-title{color:var(--wge-gold)!important;font-size:10px!important;line-height:1.2!important;font-weight:900!important;letter-spacing:1px!important;text-transform:uppercase!important;margin:0 0 8px!important}.wge-okami-intro-card p{color:var(--wge-text-dim)!important;font-size:12px!important;line-height:1.55!important;margin:0 0 7px!important;padding:0!important}.wge-okami-intro-card p:last-child{margin-bottom:0!important}.wge-okami-form{width:100%!important;display:block!important}.wge-okami-form-grid{width:100%!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin-bottom:12px!important}.wge-okami-field{display:flex!important;flex-direction:column!important;gap:7px!important;min-width:0!important;text-align:left!important}.wge-okami-field span{color:#fff!important;font-size:10px!important;line-height:1.2!important;font-weight:900!important;letter-spacing:.55px!important;text-transform:uppercase!important}.wge-okami-field strong{color:var(--wge-gold)!important}.wge-okami-field input,.wge-okami-field select,.wge-okami-field textarea{width:100%!important;min-width:0!important;border-radius:10px!important;border:1px solid rgba(30,50,56,.98)!important;background:#0a1114f5!important;color:#fff!important;outline:none!important;box-shadow:none!important;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:13px!important;line-height:1.3!important;padding:12px!important;transition:border-color .22s ease,box-shadow .22s ease,background .22s ease!important}.wge-okami-field select{appearance:auto!important;-webkit-appearance:menulist!important}.wge-okami-field textarea{resize:vertical!important;min-height:112px!important}.wge-okami-field input::placeholder,.wge-okami-field textarea::placeholder{color:#ffffff47!important;font-style:italic!important}.wge-okami-field input:focus,.wge-okami-field select:focus,.wge-okami-field textarea:focus{border-color:var(--wge-gold)!important;background:#0a1114!important;box-shadow:0 0 0 1px #f7a6002e,0 0 16px #f7a60021!important}.wge-okami-status{min-height:18px!important;margin:10px 0 0!important;color:var(--wge-cyan)!important;font-size:10px!important;line-height:1.35!important;font-weight:900!important;letter-spacing:.55px!important;text-transform:uppercase!important;text-align:left!important}.wge-okami-status.is-error{color:var(--wge-red)!important}.wge-okami-status.is-success{color:var(--wge-cyan)!important}.wge-okami-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:12px!important;margin-top:13px!important}.wge-okami-secondary-btn,.wge-okami-submit-btn{min-height:44px!important;border-radius:999px!important;padding:0 18px!important;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:10px!important;font-weight:900!important;letter-spacing:.65px!important;text-transform:uppercase!important;cursor:pointer!important;transition:background .22s ease,border-color .22s ease,color .22s ease,box-shadow .22s ease,transform .22s ease!important}.wge-okami-secondary-btn{border:1px solid rgba(30,50,56,.98)!important;background:transparent!important;color:var(--wge-text-dim)!important}.wge-okami-secondary-btn:hover{border-color:#00f2ffb3!important;color:var(--wge-cyan)!important;background:#00f2ff0d!important}.wge-okami-submit-btn{border:1px solid var(--wge-gold)!important;background:var(--wge-gold)!important;color:var(--wge-navy)!important;box-shadow:0 0 18px #f7a6002e!important}.wge-okami-submit-btn:hover{transform:translateY(-1px)!important;box-shadow:0 0 24px #f7a60057!important}.wge-okami-submit-btn:disabled,.wge-okami-secondary-btn:disabled{opacity:.55!important;cursor:not-allowed!important;transform:none!important;box-shadow:none!important}.wge-okami-success{width:100%!important;min-height:320px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding:34px 22px!important;border-radius:16px!important;border:1px solid rgba(247,166,0,.48)!important;background:radial-gradient(circle at 50% 20%,rgba(0,242,255,.14),transparent 35%),linear-gradient(135deg,#112228d6,#0a1114fa)!important;box-shadow:inset 0 1px #f7a6003d,0 20px 52px #0000005c!important}.wge-okami-success[hidden]{display:none!important}.wge-okami-success-kicker{color:var(--wge-cyan)!important;font-size:10px!important;font-weight:900!important;letter-spacing:1.6px!important;text-transform:uppercase!important;margin-bottom:14px!important}.wge-okami-success h3{color:#fff!important;font-size:22px!important;line-height:1.18!important;font-weight:900!important;letter-spacing:.45px!important;margin:0 0 10px!important;padding:0!important}.wge-okami-success p{color:var(--wge-text-dim)!important;font-size:13px!important;line-height:1.55!important;max-width:470px!important;margin:0 0 22px!important;padding:0!important}body.wge-okami-modal-open{overflow:hidden!important}@media(min-width:1001px){.wge-concierge-panel{padding:20px 16px 14px!important;overflow:visible!important}.wge-app-container .panel-content{min-height:0!important}.wge-app-container .panel-content.active{display:flex!important}#panel-home-content.panel-content.active{justify-content:flex-start!important;overflow:visible!important}#panel-home-content .wge-roster-group.wge-roster-group-extended{width:100%!important;max-width:304px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:visible!important;margin-top:0!important;margin-bottom:8px!important;padding-top:2px!important}#panel-home-content .wge-roster-group.wge-roster-group-extended img{width:68px!important;height:68px!important;min-width:68px!important;min-height:68px!important;margin-left:-13px!important;border-width:2px!important}#panel-home-content .wge-roster-group.wge-roster-group-extended img[alt=Okami]{order:5!important;z-index:2!important;border-color:#050a0c!important;box-shadow:0 10px 20px #000c!important}#panel-home-content .wge-roster-group.wge-roster-group-extended img[alt=Veto]{order:2!important;z-index:4!important}#panel-home-content .wge-roster-group.wge-roster-group-extended img[alt=Ambar]{order:3!important;z-index:7!important;border-color:var(--wge-gold)!important;box-shadow:0 0 0 1px #f7a60042,0 12px 24px #000000c7,0 0 22px #f7a60052!important}#panel-home-content .wge-roster-group.wge-roster-group-extended img[alt=Leo]{order:4!important;z-index:3!important}#panel-home-content .wge-roster-group.wge-roster-group-extended img[alt=Alex]{order:1!important;z-index:5!important;margin-left:0!important}#panel-home-content .wge-roster-group.wge-roster-group-extended img:hover{transform:translateY(-7px) scale(1.12)!important;border-color:var(--wge-gold)!important;box-shadow:0 0 0 1px #f7a6003d,0 0 18px #f7a6004d,0 12px 24px #000000c2!important;z-index:100!important}#panel-home-content .wge-roster-note{margin-bottom:16px!important}#panel-home-content .wge-hq-title{font-size:20px!important;line-height:1.12!important;letter-spacing:2.3px!important;margin-bottom:7px!important}#panel-home-content .wge-hq-subtitle{margin-bottom:16px!important;letter-spacing:3.1px!important}#panel-home-content .wge-hq-desc{margin-bottom:20px!important;line-height:1.54!important;font-size:12.6px!important}#panel-home-content .wge-pill-btn{min-height:46px!important;padding:12px 14px!important;margin-bottom:10px!important}#panel-home-content .wge-hq-input-box{margin-top:8px!important}#panel-home-content .wge-panel-footer-links{margin-top:auto!important;padding-top:16px!important}#panel-home-content .wge-hq-input{min-height:50px!important;padding-top:13px!important;padding-bottom:13px!important}#panel-chat-content.panel-content.active{justify-content:flex-start!important;overflow:visible!important}.wge-chat-panel-title{margin:0 0 18px!important;padding-top:0!important;font-size:20px!important;line-height:1.1!important;letter-spacing:2.6px!important}.wge-op-directory{gap:10px!important;margin-top:0!important;flex:1 1 auto!important;min-height:0!important}.wge-op-card{min-height:72px!important;height:72px!important;padding:10px 13px!important;border-radius:12px!important;flex-shrink:0!important}.wge-op-avatar{width:44px!important;height:44px!important;flex:0 0 44px!important;margin-right:14px!important}.wge-op-info{min-height:36px!important}.wge-op-name{font-size:14px!important;line-height:1.08!important;margin-bottom:4px!important}.wge-op-role{min-height:0!important;display:block!important;font-size:8.8px!important;line-height:1.18!important;letter-spacing:.45px!important}.wge-op-action{flex:0 0 auto!important;margin-left:8px!important}.wge-panel-bottom-actions{margin-top:12px!important}.wge-panel-bottom-actions .wge-pill-btn{min-height:46px!important;padding:12px 14px!important}.wge-okami-dialog{width:min(900px,calc(100vw - 80px))!important;max-height:calc(100vh - 80px)!important}}@media(max-width:1000px){.mobile-concierge-panel .wge-roster-group.wge-roster-group-extended{width:100%!important;max-width:none!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:clamp(3px,1.4vw,7px)!important;overflow:visible!important;padding-top:0!important}.mobile-concierge-panel .wge-roster-group.wge-roster-group-extended img{width:clamp(49px,13.2vw,57px)!important;height:clamp(49px,13.2vw,57px)!important;min-width:clamp(49px,13.2vw,57px)!important;min-height:clamp(49px,13.2vw,57px)!important;margin-left:0!important}.mobile-concierge-panel .wge-roster-group.wge-roster-group-extended img[alt=Okami]{order:5!important;z-index:2!important;border-color:#050a0c!important;box-shadow:0 10px 20px #000c!important}.mobile-concierge-panel .wge-roster-group.wge-roster-group-extended img[alt=Okami].is-note-active,.mobile-concierge-panel .wge-roster-group.wge-roster-group-extended img.wge-okami-roster-avatar.is-note-active{border-color:var(--wge-gold)!important;box-shadow:0 0 0 1px #f7a60042,0 10px 20px #000000bd,0 0 18px #f7a6004d!important;z-index:100!important}.mobile-concierge-panel .wge-roster-group.wge-roster-group-extended img[alt=Veto]{order:2!important;z-index:4!important}.mobile-concierge-panel .wge-roster-group.wge-roster-group-extended img[alt=Ambar]{order:3!important;z-index:7!important;border-color:var(--wge-gold)!important;box-shadow:0 0 0 1px #f7a60042,0 10px 20px #000000bd,0 0 18px #f7a60047!important}.mobile-concierge-panel .wge-roster-group.wge-roster-group-extended img[alt=Leo]{order:4!important;z-index:3!important}.mobile-concierge-panel .wge-roster-group.wge-roster-group-extended img[alt=Alex]{order:1!important;z-index:5!important}.mobile-concierge-panel .wge-panel-footer-links{display:flex!important}.wge-okami-modal{align-items:stretch!important;justify-content:center!important;padding:10px!important}.wge-okami-dialog{width:calc(100vw - 20px)!important;max-height:calc(100dvh - 20px)!important;border-radius:16px!important}.wge-okami-header{min-height:86px!important;padding:13px!important;gap:10px!important}.wge-okami-header-media{width:54px!important;height:54px!important;flex-basis:54px!important}.wge-okami-kicker{font-size:7.5px!important;letter-spacing:1.1px!important;margin-bottom:6px!important}.wge-okami-title{font-size:15px!important;letter-spacing:.35px!important;margin-bottom:4px!important}.wge-okami-subtitle{font-size:10px!important;line-height:1.32!important;max-width:none!important}.wge-okami-close{width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important}.wge-okami-close svg{width:20px!important;height:20px!important}.wge-okami-body{padding:11px!important}.wge-okami-intro-card{padding:12px!important;margin-bottom:12px!important}.wge-okami-intro-title{font-size:9px!important}.wge-okami-intro-card p{font-size:10.5px!important;line-height:1.42!important}.wge-okami-form-grid{grid-template-columns:1fr!important;gap:10px!important}.wge-okami-field{gap:6px!important}.wge-okami-field span{font-size:9px!important}.wge-okami-field input,.wge-okami-field select,.wge-okami-field textarea{min-height:42px!important;padding:11px 10px!important;font-size:13px!important;border-radius:9px!important}.wge-okami-field textarea{min-height:104px!important}.wge-okami-actions{flex-direction:column-reverse!important;align-items:stretch!important;gap:9px!important;margin-top:10px!important}.wge-okami-secondary-btn,.wge-okami-submit-btn{width:100%!important;min-height:42px!important}.wge-okami-success{min-height:260px!important;padding:24px 14px!important}.wge-okami-success h3{font-size:17px!important}.wge-okami-success p{font-size:11.5px!important}}@media(max-width:1000px){.mobile-concierge-panel{margin-top:12px!important;padding-top:12px!important}.mobile-concierge-panel .wge-roster-group{margin-bottom:8px!important}.mobile-concierge-panel .wge-roster-note{max-width:310px!important;margin-bottom:10px!important;font-size:8px!important;padding-left:10px!important;padding-right:10px!important}.mobile-concierge-panel .wge-roster-note.is-active{padding-top:5px!important;padding-bottom:5px!important}.mobile-concierge-panel .wge-hq-title{margin-bottom:6px!important}.mobile-concierge-panel .wge-hq-subtitle{margin-bottom:16px!important}.mobile-concierge-panel .wge-hq-desc{margin-bottom:20px!important;line-height:1.52!important}.mobile-concierge-panel .wge-hq-input-box{margin-top:6px!important}}@media(max-width:380px){.mobile-concierge-panel .wge-roster-group.wge-roster-group-extended{max-width:none!important}.mobile-concierge-panel .wge-roster-group.wge-roster-group-extended img{width:clamp(45px,13vw,50px)!important;height:clamp(45px,13vw,50px)!important;min-width:clamp(45px,13vw,50px)!important;min-height:clamp(45px,13vw,50px)!important;margin-left:0!important}.wge-okami-modal{padding:7px!important}.wge-okami-dialog{width:calc(100vw - 14px)!important;max-height:calc(100dvh - 14px)!important;border-radius:14px!important}.wge-okami-header{min-height:74px!important;padding:10px!important}.wge-okami-header-media{width:48px!important;height:48px!important;flex-basis:48px!important}.wge-okami-subtitle{display:none!important}.wge-okami-title{font-size:14px!important}.wge-okami-close{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important}.wge-okami-body{padding:9px!important}}@media(max-width:1000px){.wge-chat-agents-top{width:100%!important;max-width:330px!important;margin-left:auto!important;margin-right:auto!important;padding:6px 2px 10px!important;gap:clamp(4px,1.2vw,8px)!important;display:flex!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:space-between!important;overflow:visible!important}.wge-chat-agents-top img{width:clamp(47px,13.4vw,52px)!important;height:clamp(47px,13.4vw,52px)!important;min-width:clamp(47px,13.4vw,52px)!important;min-height:clamp(47px,13.4vw,52px)!important;max-width:52px!important;max-height:52px!important;padding:0!important;border-width:1.5px!important;border-radius:999px!important;object-fit:cover!important;overflow:hidden!important;display:block!important;background:var(--wge-navy)!important;clip-path:circle(50% at 50% 50%)!important}.wge-chat-agents-top #avatar-Ambar{order:1!important}.wge-chat-agents-top #avatar-Alex{order:2!important}.wge-chat-agents-top #avatar-Veto{order:3!important}.wge-chat-agents-top #avatar-Leo{order:4!important}.wge-chat-agents-top #avatar-Okami,.wge-chat-agents-top img.wge-okami-chat-avatar{order:5!important}.wge-chat-agents-top img.wge-has-note:before,.wge-chat-agents-top img.wge-has-note:after{content:none!important;display:none!important}#panel-chat-content .wge-op-directory{width:100%!important;display:flex!important;flex-direction:column!important;gap:11px!important}#panel-chat-content .wge-op-directory .wge-op-card{min-height:78px!important;padding:12px!important;align-items:center!important}#panel-chat-content .wge-op-directory .wge-op-avatar{width:50px!important;height:50px!important;min-width:50px!important;min-height:50px!important;flex:0 0 50px!important;margin-right:12px!important}#panel-chat-content .wge-op-directory .wge-op-card:nth-child(1){order:1!important}#panel-chat-content .wge-op-directory .wge-op-card:nth-child(2){order:2!important}#panel-chat-content .wge-op-directory .wge-op-card:nth-child(3){order:3!important}#panel-chat-content .wge-op-directory .wge-op-card:nth-child(4){order:4!important}#panel-chat-content .wge-op-directory .wge-okami-op-card{order:5!important}}@media(max-width:380px){.wge-chat-agents-top{max-width:304px!important;gap:4px!important}.wge-chat-agents-top img{width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important}#panel-chat-content .wge-op-directory .wge-op-card{min-height:74px!important;padding:11px 10px!important}#panel-chat-content .wge-op-directory .wge-op-avatar{width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;flex-basis:48px!important;margin-right:10px!important}}.wge-stat-box{position:relative!important;overflow:hidden!important;isolation:isolate!important}.wge-stat-box:after{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;pointer-events:none!important;z-index:0!important;background:linear-gradient(135deg,#00f2ff0b,#f7a60005 48%,#0000)!important;opacity:.82!important}.wge-stat-label,.wge-stat-value{position:relative!important;z-index:2!important}.wge-stat-sparkline{position:absolute!important;right:10px!important;bottom:6px!important;width:min(138px,48%)!important;height:54px!important;pointer-events:none!important;opacity:.48!important;z-index:1!important;overflow:visible!important;filter:drop-shadow(0 0 7px rgba(0,242,255,.28))!important}.wge-sparkline-fill{fill:#00f2ff13!important}.wge-sparkline-line{fill:none!important;stroke:var(--wge-cyan)!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important}.wge-stat-shield{position:absolute!important;right:8px!important;top:50%!important;width:82px!important;height:82px!important;object-fit:contain!important;pointer-events:none!important;opacity:.26!important;transform:translateY(-50%)!important;z-index:1!important;filter:drop-shadow(0 0 15px rgba(0,242,255,.22))!important}.wge-service-card{position:relative!important;justify-content:flex-start!important;gap:11px!important;overflow:hidden!important}.wge-service-card:before{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;pointer-events:none!important;background:radial-gradient(circle at 18% 50%,rgba(247,166,0,.07),transparent 28%),linear-gradient(90deg,rgba(0,242,255,.03),transparent 48%)!important;opacity:0!important;transition:opacity .25s ease!important}.wge-service-card:hover:before{opacity:1!important}.wge-service-icon{position:relative!important;z-index:1!important;width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important;flex:0 0 28px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:8px!important;color:var(--wge-gold)!important;border:1px solid rgba(247,166,0,.34)!important;background:#f7a6000e!important;box-shadow:inset 0 1px #f7a6001f,0 0 10px #f7a6000f!important;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease!important}.wge-service-icon-cyan{color:var(--wge-cyan)!important;border-color:#00f2ff57!important;background:#00f2ff0b!important;box-shadow:inset 0 1px #00f2ff1a,0 0 10px #00f2ff0f!important}.wge-service-icon svg{width:16px!important;height:16px!important;display:block!important;fill:currentColor!important}.wge-service-card:hover .wge-service-icon{transform:translateY(-1px) scale(1.04)!important;border-color:var(--wge-gold)!important;background:#f7a60018!important;box-shadow:inset 0 1px #f7a6002e,0 0 15px #f7a60029!important}.wge-service-card:hover .wge-service-icon-cyan{border-color:var(--wge-cyan)!important;background:#00f2ff13!important;box-shadow:inset 0 1px #00f2ff29,0 0 15px #00f2ff24!important}.wge-service-title{position:relative!important;z-index:1!important;flex:1 1 auto!important;min-width:0!important;max-width:none!important}.wge-service-action{position:relative!important;z-index:1!important;flex:0 0 auto!important;margin-left:auto!important;white-space:nowrap!important}@media(max-width:1000px){.wge-stat-sparkline{right:8px!important;bottom:5px!important;width:min(126px,44%)!important;height:46px!important;opacity:.42!important}.wge-stat-shield{width:68px!important;height:68px!important;right:6px!important;opacity:.23!important}.wge-service-card{gap:10px!important;padding:12px 10px!important}.wge-service-icon{width:27px!important;height:27px!important;min-width:27px!important;min-height:27px!important;flex-basis:27px!important;border-radius:8px!important}.wge-service-icon svg{width:15px!important;height:15px!important}}@media(max-width:380px){.wge-stat-sparkline{width:min(112px,42%)!important;opacity:.36!important}.wge-stat-shield{width:58px!important;height:58px!important;opacity:.2!important}.wge-service-card{gap:8px!important}.wge-service-icon{width:25px!important;height:25px!important;min-width:25px!important;min-height:25px!important;flex-basis:25px!important}}.wge-hq-title-main,.wge-hq-title-accent{display:block!important}.wge-hq-title-main{color:#fff!important}.wge-hq-title-accent{color:var(--wge-cyan)!important;text-shadow:0 0 12px rgba(0,242,255,.18)!important}.wge-service-grid-brokerage .wge-service-icon{color:var(--wge-gold)!important;border-color:#f7a60061!important;background:#f7a6000f!important;box-shadow:inset 0 1px #f7a60021,0 0 10px #f7a60012!important}.wge-service-grid-elite .wge-service-icon{color:var(--wge-cyan)!important;border-color:#00f2ff5c!important;background:#00f2ff0c!important;box-shadow:inset 0 1px #00f2ff1c,0 0 10px #00f2ff12!important}.wge-service-grid-brokerage .wge-service-card:hover .wge-service-icon{color:var(--wge-gold)!important;border-color:var(--wge-gold)!important;background:#f7a6001a!important;box-shadow:inset 0 1px #f7a60030,0 0 15px #f7a6002b!important}.wge-service-grid-elite .wge-service-card:hover .wge-service-icon{color:var(--wge-cyan)!important;border-color:var(--wge-cyan)!important;background:#00f2ff14!important;box-shadow:inset 0 1px #00f2ff29,0 0 15px #00f2ff26!important}@media(min-width:1001px){#view-home{overflow-y:hidden!important;padding-right:0!important}#view-home .wge-stats-row{gap:16px!important;margin-bottom:16px!important}#view-home .wge-stat-box{min-height:96px!important;padding:17px 26px!important}#view-home .wge-stat-label{margin-bottom:8px!important}#view-home .wge-stat-value{font-size:21px!important;line-height:1.12!important}#view-home .wge-section-label{margin-bottom:10px!important}#view-home .wge-service-grid{gap:10px 14px!important;margin-bottom:18px!important}#view-home .wge-service-card{min-height:62px!important;padding:11px 18px!important}#view-home .wge-service-icon{width:27px!important;height:27px!important;min-width:27px!important;min-height:27px!important;flex-basis:27px!important}#view-home .wge-service-title{font-size:10.8px!important;line-height:1.25!important}#view-home .wge-service-action{font-size:8.7px!important}#view-home .wge-stat-sparkline{right:12px!important;bottom:5px!important;height:48px!important;opacity:.43!important}#view-home .wge-stat-shield{width:76px!important;height:76px!important;right:10px!important;opacity:.24!important}#panel-home-content .wge-panel-bottom-actions,#panel-home-content .wge-hq-input-box{margin-top:16px!important}#panel-home-content .wge-panel-footer-links{padding-top:18px!important}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/wge-command-center.css.map */
