.booth-consult-modal{z-index:10020;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.booth-consult-modal__mask{background:#0000008c;border:0;position:absolute;inset:0}.booth-consult-modal__panel{z-index:1;background:#fff;border-radius:16px;flex-direction:column;width:min(600px,100vw - 32px);max-height:min(760px,100vh - 40px);display:flex;position:relative;overflow:hidden;box-shadow:0 24px 80px #1118273d}.booth-consult-modal__header{box-sizing:border-box;justify-content:center;align-items:center;min-height:64px;padding:16px 56px;display:flex}.booth-consult-modal__title{color:#202633;font-size:20px;font-weight:600;line-height:28px}.booth-consult-modal__close{color:#a0a6b5;cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;padding:2px;transition:background-color .16s,color .16s;display:inline-flex;position:absolute;top:24px;right:24px}.booth-consult-modal__close:hover{color:#a0a6b5;background:#1d212d0f}.booth-consult-modal__close:active{color:#858b9b}.booth-consult-modal__close svg{width:23px;height:23px}.booth-consult-modal__close:focus-visible{outline-offset:2px;outline:3px solid #0052d43d}.booth-consult-modal__body{flex:1;min-height:0;padding:8px 32px 24px;overflow-y:auto}.booth-consult-modal__loading{color:#858b9b;text-align:center;margin-top:8px;font-size:14px}.booth-consult-modal__target-picker-desc{color:#717684;margin:0 0 16px;font-size:14px;line-height:22px}.booth-consult-modal__target-list{flex-direction:column;gap:12px;display:flex}.booth-consult-modal__target-card{color:#202633;text-align:left;cursor:pointer;background:#fff;border:1px solid #e4e8f0;border-radius:10px;grid-template-columns:64px minmax(0,1fr);align-items:center;gap:14px;width:100%;padding:18px 48px 18px 18px;transition:border-color .18s,box-shadow .18s,background-color .18s;display:grid;position:relative}.booth-consult-modal__target-card:hover,.booth-consult-modal__target-card:focus-visible{border-color:#0052d4;box-shadow:0 8px 24px #0052d41f}.booth-consult-modal__target-card:focus-visible{outline-offset:2px;outline:3px solid #0052d433}.booth-consult-modal__target-card--selected{background:#fff;border-color:#0052d4}.booth-consult-modal__target-card>.booth-consult-modal__target-role-badge{position:absolute;top:10px;left:10px}.booth-consult-modal__target-card-main,.booth-consult-modal__target-card-name,.booth-consult-modal__target-card-desc,.booth-consult-modal__target-card-tags{display:block}.booth-consult-modal__target-card-name{color:#202633;white-space:nowrap;text-overflow:ellipsis;font-size:16px;font-weight:600;line-height:24px;overflow:hidden}.booth-consult-modal__target-card-desc{color:#5f6878;margin-top:5px;font-size:13px;line-height:20px}.booth-consult-modal__target-card-tags{margin-top:8px}.booth-consult-modal__target-card-tags em{color:#0052d4;background:#0052d414;border-radius:6px;margin-right:6px;padding:3px 8px;font-size:12px;font-style:normal;display:inline-flex}.booth-consult-modal__target-card-check{color:#0052d4;width:18px;height:18px;position:absolute;top:50%;right:18px;transform:translateY(-50%)}.booth-consult-modal__target-card-check svg{width:100%;height:100%}.booth-consult-modal__target-select-row{margin-bottom:18px}.booth-consult-modal__target-select-label{color:#111827;font-size:16px;font-weight:600;line-height:24px;display:block}.booth-consult-modal__target-dropdown{margin-top:10px;position:relative}.booth-consult-modal__target-dropdown-trigger{color:#202633;text-align:left;box-sizing:border-box;cursor:pointer;background:#fff;border:1px solid #e4e8f0;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;width:100%;height:46px;padding:0 14px;font-size:15px;line-height:46px;transition:border-color .2s,background-color .2s,box-shadow .2s,color .2s;display:flex}.booth-consult-modal__target-dropdown-trigger:disabled{color:#4b5563;cursor:default;background:#f8fafc}.booth-consult-modal__target-dropdown-trigger:not(:disabled):hover{color:#0143ac;border-color:#0143ac;box-shadow:0 0 0 3px #0052d414}.booth-consult-modal__target-dropdown-trigger:not(:disabled):active{color:#00358a;background:#0052d40f;border-color:#00358a}.booth-consult-modal__target-dropdown-trigger:focus-visible{outline-offset:3px;outline:3px solid #0052d43d}.booth-consult-modal__target-dropdown--single .booth-consult-modal__target-dropdown-trigger{color:#202633;background:#f8fafc;padding-right:14px}.booth-consult-modal__target-dropdown-trigger svg{color:#98a2b3;width:18px;height:18px;transition:transform .18s}.booth-consult-modal__target-dropdown--open .booth-consult-modal__target-dropdown-trigger svg{transform:rotate(180deg)}.booth-consult-modal__target-dropdown-menu{z-index:4;background:#fff;border:1px solid #edf0f5;border-radius:6px;flex-direction:column;gap:4px;padding:6px 0;display:flex;position:absolute;top:calc(100% + 2px);left:0;right:0;overflow:hidden;box-shadow:0 18px 48px #11182724}.booth-consult-modal__target-option{color:#202633;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:6px;width:calc(100% - 12px);min-height:44px;margin:0 6px;padding:0 46px 0 10px;font-size:14px;line-height:20px;transition:background-color .18s,color .18s;display:flex;position:relative}.booth-consult-modal__target-option:hover,.booth-consult-modal__target-option:focus-visible{background:#f6f6f6}.booth-consult-modal__target-option:active{background:#0052d41a}.booth-consult-modal__target-option:focus-visible{outline:none}.booth-consult-modal__target-option--selected{background:0 0}.booth-consult-modal__target-option--selected .booth-consult-modal__target-option-name{color:#0052d4;font-weight:600}.booth-consult-modal__target-role-badge{color:#ffe0c0;box-sizing:border-box;background:#343a46;border-radius:2px;justify-content:center;align-items:center;width:42px;height:16px;padding:2px 6px;font-size:10px;line-height:12px;display:inline-flex}.booth-consult-modal__target-role-badge--agent{color:#fff;background:#ff6f27}.booth-consult-modal__target-role-badge--platform{color:#fff;background:#0052d4}.booth-consult-modal__target-option-check{color:#0052d4;width:16px;height:16px;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.booth-consult-modal__target-option-check svg{width:100%;height:100%}.booth-consult-modal__target{text-align:left;box-sizing:border-box;cursor:pointer;background:linear-gradient(100deg,#f7fdff 0%,#f5f6ff 100%);border:1px solid #0052d414;border-radius:10px;align-items:center;gap:16px;width:100%;padding:20px;display:flex}.booth-consult-modal__target--readonly{cursor:default}.booth-consult-modal__target-logo{color:#0052d4;background:#fff;border-radius:8px;flex:0 0 64px;justify-content:center;align-items:center;width:64px;height:64px;font-size:24px;font-weight:700;display:flex;overflow:hidden}.booth-consult-modal__target-logo img{object-fit:contain;width:64px;height:64px}.booth-consult-modal__target-logo--platform .booth-consult-modal__platform-icon{width:36px;height:36px}.booth-consult-modal__target-main,.booth-consult-modal__target-name,.booth-consult-modal__target-desc,.booth-consult-modal__target-tags{display:block}.booth-consult-modal__target-name{color:#202633;font-size:16px;font-weight:600;line-height:24px}.booth-consult-modal__target-desc{color:#5f6878;margin-top:6px;font-size:14px;line-height:22px}.booth-consult-modal__target-tags{margin-top:8px}.booth-consult-modal__target-tags em{color:#0052d4;background:#0052d414;border-radius:6px;margin-right:6px;padding:3px 8px;font-size:12px;font-style:normal;display:inline-flex}.booth-consult-modal__target-homepage{color:#0052d4;cursor:pointer;background:0 0;border:0;width:fit-content;margin-top:10px;padding:0;font-size:14px;line-height:22px;transition:color .2s,text-decoration-color .2s}.booth-consult-modal__target-homepage:hover{color:#0143ac;text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:1px}.booth-consult-modal__target-homepage:active{color:#00358a}.booth-consult-modal__target-homepage:focus-visible{outline-offset:3px;border-radius:4px;outline:3px solid #0052d43d}.booth-consult-modal__form{margin-top:24px}.booth-consult-modal__form--no-target{margin-top:0}.booth-consult-modal__form h3{color:#111827;margin:0;font-size:18px;line-height:28px}.booth-consult-modal__form p{color:#717684;margin:6px 0 18px;font-size:14px;line-height:22px}.booth-consult-modal__form label{color:#666f80;margin-top:16px;font-size:14px;line-height:22px;display:block}.booth-consult-modal__form em{color:#f04438;font-style:normal}.booth-consult-modal__form input,.booth-consult-modal__form textarea{color:#1f2937;box-sizing:border-box;border:1px solid #e4e8f0;border-radius:8px;width:100%;margin-top:8px;padding:0 14px;font-size:14px;transition:border-color .2s,box-shadow .2s}.booth-consult-modal__form input:focus,.booth-consult-modal__form textarea:focus{border-color:#0052d4;outline:none;box-shadow:0 0 0 3px #0052d41f}.booth-consult-modal__form input::placeholder,.booth-consult-modal__form textarea::placeholder{color:#c9ced9;opacity:1}.booth-consult-modal__form input{height:44px}.booth-consult-modal__form textarea{resize:none;min-height:96px;padding-top:12px}.booth-consult-modal__footer{gap:16px;padding:20px 32px 28px;display:flex}.booth-consult-modal__primary,.booth-consult-modal__secondary{cursor:pointer;border-radius:999px;flex:1;height:48px;font-size:16px;font-weight:600;transition:background-color .2s,border-color .2s,color .2s,box-shadow .2s}.booth-consult-modal__primary{color:#fff;background:#0052d4;border:0}.booth-consult-modal__primary:disabled{opacity:.7;cursor:default}.booth-consult-modal__primary:not(:disabled):hover{background:#0047ba}.booth-consult-modal__primary:not(:disabled):active{background:#003f9f}.booth-consult-modal__primary:focus-visible,.booth-consult-modal__secondary:focus-visible{outline-offset:3px;outline:3px solid #0052d43d}.booth-consult-modal__secondary{color:#0052d4;background:#fff;border:1px solid #0052d4}.booth-consult-modal__secondary:not(:disabled):hover{color:#0047ba;background:#0052d40f;border-color:#0047ba}.booth-consult-modal__secondary:not(:disabled):active{color:#003f9f;background:#0052d41a;border-color:#003f9f}.booth-consult-modal button,.booth-consult-modal button:focus,.booth-consult-modal button:focus-visible{outline:none!important}@media (max-width:767px){.booth-consult-modal{padding:0 1rem max(.75rem,env(safe-area-inset-bottom));box-sizing:border-box;align-items:flex-end}.booth-consult-modal__panel{border-radius:1.5rem 1.5rem 0 0;width:100%;max-width:none;height:min(92dvh,100dvh - 16px);max-height:calc(100dvh - 16px)}.booth-consult-modal__body{padding:8px 24px 20px}.booth-consult-modal__footer{padding:16px 24px 24px}}
